Ivan Savenko
|
d27b854cb1
Reorganized music, video and sound players:
|
1 年之前 |
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
|
5d7b83c10b
client/widgets/Buttons.cpp: 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
|
e8453916cf
Merge remote-tracking branch 'vcmi/beta' into develop
|
2 年之前 |
Ivan Savenko
|
3973624278
Implemented tolerance for touch events
|
2 年之前 |
Ivan Savenko
|
1d0e696db6
Added RenderHandler that acts as factory for images and animations
|
2 年之前 |
Ivan Savenko
|
823ffa7a07
Always use ResourcePath for referencing images and animations
|
2 年之前 |
Ivan Savenko
|
537f9fa048
Merged master into develop
|
2 年之前 |
Ivan Savenko
|
43795c39a5
Replaced all usage of SDL_Color outside of render with ColorRGBA
|
2 年之前 |
Michael
|
aaa115cf4b
Button-Sound -> haptic feedback
|
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
|
563d7dd41f
Renamed RCLICK -> SHOW_POPUP
|
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
|
a4000f2fc8
Removed isActive(int) method since its usages were redundant or wrong
|
2 年之前 |
Ivan Savenko
|
0e70f2998f
SDL event handling is now done exclusively in input handler
|
2 年之前 |
Ivan Savenko
|
ff1c94541f
Fix button interaction with hotkey & mouse
|
2 年之前 |
Ivan Savenko
|
1f513fd280
Extracted event management from GuiHandler and CIntObject
|
2 年之前 |
Ivan Savenko
|
ad3e54e6c0
Reduced usage of topWindow() method
|
2 年之前 |