Branch: refs/heads/master
Home: https://github.com/Warzone2100/warzone2100
Commit: 3ba34f738e85b814bbc3d2cfa9bbcad8d31affc2
https://github.com/Warzone2100/warzone2100/commit/3ba34f738e85b814bbc3d2cfa9bbcad8d31affc2
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/framework/geometry.h
A lib/widget/cliprect.cpp
A lib/widget/cliprect.h
A lib/widget/scrollablelist.cpp
A lib/widget/scrollablelist.h
A lib/widget/scrollbar.cpp
A lib/widget/scrollbar.h
M lib/widget/widgbase.h
Log Message:
-----------
Implement scrollable list widget
Commit: 7c8110af258d4a656a89b21e1b982c4c6c68c91a
https://github.com/Warzone2100/warzone2100/commit/7c8110af258d4a656a89b21e1b982c4c6c68c91a
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/framework/input.h
M lib/sdl/main_sdl.cpp
M lib/widget/scrollablelist.cpp
M lib/widget/scrollablelist.h
M lib/widget/scrollbar.cpp
M lib/widget/scrollbar.h
Log Message:
-----------
Make it possible to scroll with mouse wheel
Commit: 514e96ca03a3efb9e3215dc883da891bc957716a
https://github.com/Warzone2100/warzone2100/commit/514e96ca03a3efb9e3215dc883da891bc957716a
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M src/keyedit.cpp
Log Message:
-----------
Use scrollable widget in key map screen
Commit: 2c4e734296dd8ec45af8b3fc60513081573989c2
https://github.com/Warzone2100/warzone2100/commit/2c4e734296dd8ec45af8b3fc60513081573989c2
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M src/keyedit.cpp
M src/loadsave.cpp
M src/loadsave.h
Log Message:
-----------
Improve layout in key mapping screen
- Auto adjust size of key names column to avoid overflowing the table
- Prevent blue box border from overflowing table
Commit: ede4e70fea19b422021c7b1926fd3e7d00aefe15
https://github.com/Warzone2100/warzone2100/commit/ede4e70fea19b422021c7b1926fd3e7d00aefe15
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M src/display.cpp
Log Message:
-----------
Prevent zooming while in game popups are visible
The mouse wheel can be used to scroll the key mappings list, but we
don't want the zoom to be changed at the same time.
Commit: 8843ed4454af5a3d98bba64243cc33aec0bdd273
https://github.com/Warzone2100/warzone2100/commit/8843ed4454af5a3d98bba64243cc33aec0bdd273
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/widget/cliprect.cpp
M lib/widget/scrollablelist.cpp
M lib/widget/scrollablelist.h
M lib/widget/scrollbar.cpp
M lib/widget/scrollbar.h
Log Message:
-----------
Add license and adjust formatting
Commit: e0174bb329d2d20ec2890d5865c2f1ed554c34db
https://github.com/Warzone2100/warzone2100/commit/e0174bb329d2d20ec2890d5865c2f1ed554c34db
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/widget/slider.cpp
M lib/widget/slider.h
M src/intdisplay.cpp
Log Message:
-----------
Refactor slider to encapsulate state constants
Commit: 2e3886e9e690503bff372ef6b670ad4fe25b8742
https://github.com/Warzone2100/warzone2100/commit/2e3886e9e690503bff372ef6b670ad4fe25b8742
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/widget/scrollablelist.cpp
M lib/widget/scrollablelist.h
M lib/widget/scrollbar.cpp
M lib/widget/scrollbar.h
M lib/widget/slider.cpp
M lib/widget/slider.h
Log Message:
-----------
Make it possible to disable scroll
Commit: 810e0639bf36eb9cae81d1982bcebe782132907b
https://github.com/Warzone2100/warzone2100/commit/810e0639bf36eb9cae81d1982bcebe782132907b
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M src/keyedit.cpp
Log Message:
-----------
Disable scroll while key mapping is selected
Commit: ae5569bc78ccad8432c4dfa0cb65e581623b282d
https://github.com/Warzone2100/warzone2100/commit/ae5569bc78ccad8432c4dfa0cb65e581623b282d
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/widget/cliprect.cpp
M lib/widget/cliprect.h
M lib/widget/scrollablelist.cpp
M lib/widget/scrollablelist.h
M lib/widget/scrollbar.cpp
M lib/widget/scrollbar.h
M src/animation.cpp
M src/animation.h
Log Message:
-----------
Fix copyright statements
Commit: bff534d23056baf32ea4d491b11cafdf4d8a5386
https://github.com/Warzone2100/warzone2100/commit/bff534d23056baf32ea4d491b11cafdf4d8a5386
Author: Thiago Barcala <[email protected]>
Date: 2020-10-24 (Sat, 24 Oct 2020)
Changed paths:
M lib/widget/scrollablelist.cpp
M lib/widget/scrollablelist.h
Log Message:
-----------
Replace member child widgets with raw pointers
The current implementation of WIDGET `delete`s all children in the
constructor, so all children must be a raw pointer.
Compare:
https://github.com/Warzone2100/warzone2100/compare/3c435335bcf5...bff534d23056
_______________________________________________
Warzone2100-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/warzone2100-commits