SoundSSGood
|
cc14f85445
Refactoring. Regressions fixing.
|
1 жил өмнө |
Ivan Savenko
|
22f23ba6f8
Restore previously disabled functionality
|
1 жил өмнө |
Ivan Savenko
|
ddb2acb9c2
Code cleanup
|
1 жил өмнө |
Ivan Savenko
|
0051ffa7a9
Implemented configurable buttons. Replaced 'animateLonelyFrame' logic.
|
1 жил өмнө |
Ivan Savenko
|
07d201502e
Refactoring of button class to prepare for configurable button
|
1 жил өмнө |
Alexander Wilms
|
e677164ed0
client/widgets/Buttons.h: Fix const reference
|
2 жил өмнө |
Alexander Wilms
|
f1bb6b999c
client/widgets/Buttons.{h,cpp}: Pass expensive to copy object "callback" by reference to const.
|
2 жил өмнө |
Ivan Savenko
|
823ffa7a07
Always use ResourcePath for referencing images and animations
|
2 жил өмнө |
nordsoft
|
c064b805c2
Refactor combo box
|
2 жил өмнө |
Ivan Savenko
|
43795c39a5
Replaced all usage of SDL_Color outside of render with ColorRGBA
|
2 жил өмнө |
Ivan Savenko
|
9ef959a7f8
Merge pull request #2310 from IvanSavenko/left_click_refactor
|
2 жил өмнө |
Ivan Savenko
|
ca889a5c2a
Replaced clickLeft with clickPressed clickReleased methods
|
2 жил өмнө |
Ivan Savenko
|
2a634b2ec0
Fixed UI updates on switching to/from fullscreen
|
2 жил өмнө |
Ivan Savenko
|
d4aa778547
Replaced clickRight event with showPopupWindow/closePopupWindow
|
2 жил өмнө |
Ivan Savenko
|
6fe00ad55c
Moved slider class to a separate file
|
2 жил өмнө |
Ivan Savenko
|
360bf48031
Implemented panning/swiping gesture for sliders
|
2 жил өмнө |
Ivan Savenko
|
dc8e9cd048
wheelScrolled event now accepts distance instead of bool
|
2 жил өмнө |
Ivan Savenko
|
e2a85e25fa
Removed old code
|
2 жил өмнө |
Ivan Savenko
|
8ea0ecaec1
show/showAll methods now use Canvas instead of SDL_Surface
|
2 жил өмнө |
Ivan Savenko
|
d4098059b8
Proper support for player-colored buttons in UI
|
2 жил өмнө |
Ivan Savenko
|
a015bf6507
Initial part of dynamically-sized adventure map:
|
2 жил өмнө |
Ivan Savenko
|
832e56e005
Implementation of (very basic) shortcuts system
|
2 жил өмнө |
Konstantin
|
7a5775a9f9
vcmi: use std::optional
|
2 жил өмнө |
Ivan Savenko
|
507d8bf7fd
Allow defining active areas for sliders. Fixes settings window.
|
2 жил өмнө |
Ivan Savenko
|
3fef2a5e1f
Moved Colors to a separate file, updated includes
|
2 жил өмнө |
Ivan Savenko
|
cfcaf5cbb6
renamed keyDown -> keyPressed
|
2 жил өмнө |
Ivan Savenko
|
d4fba3787c
Removed usage of SDL_KeyboardEvent from UI code
|
2 жил өмнө |
Ivan Savenko
|
214fc19e74
CIntObject now receives mouse position as point instead of SDL event
|
2 жил өмнө |
Ivan Savenko
|
108a42e4ba
Reorganized includes for new layout. New class - IImageLoader
|
2 жил өмнө |
Ivan Savenko
|
9c3030603d
Removed most SDL includes from headers, removed SDL int's
|
2 жил өмнө |