index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
widgets
/
tab.cpp
Age
Commit message (
Expand
)
Author
2018-05-20
JANITORIAL: Remove trailing whitespace
Adrian Frühwirth
2018-04-19
GUI: Unify clip and non-clip draw calls
Bastien Bouclet
2018-01-27
GUI: Remove Dialog::markAsDirty to expose full GUI redraws
Bastien Bouclet
2018-01-27
GUI: Implement dirty-checking for widget redraws
Bastien Bouclet
2017-04-06
GUI: Add method to know if a widget contains a given widget
Thierry Crozat
2017-03-01
GUI: Increase tab title spacing
Willem Jan Palenstijn
2017-02-28
GUI: Give each tab in TabWidget its own width
Willem Jan Palenstijn
2017-02-22
SDL: Fix erratic analog pointer + control options
rsn8887
2016-10-30
GUI: Setting the active tab also ensures it is visible in the tab bar
Thierry Crozat
2016-10-22
GUI: Fix possible access to free'ed memory or double deletion in tab widget
Thierry Crozat
2016-07-12
GUI: Fix TabWidget height issues
Alexander Tkachev
2016-07-03
GUI: Add drawTabClip()
Alexander Tkachev
2016-07-03
GUI: Add ThemeLayoutTabWidget
Alexander Tkachev
2016-07-03
GUI: Fix Dialog's and TabWidget's reflowLayout()
Alexander Tkachev
2014-04-06
GUI: Tab cycling handles multiple themes.
Zerophase
2014-04-01
GUI: Fix tab cycling when total tabs increase.
Zerophase
2014-04-01
GUI: Add Tab cycling to TabWidget
Zerophase
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-11-16
GUI: Commit some changes missing in my previous commit (oops)
Max Horn
2010-11-16
GUI: Move major widgets to new directory gui/widgets
Max Horn