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
/
object.h
Age
Commit message (
Expand
)
Author
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
2016-08-24
GUI: Add "Run server" button in Cloud tab
Alexander Tkachev
2016-08-24
GUI: Implemented test point method to GuiObject
Eugene Sandulenko
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-08-16
GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)
Narek Mailian
2012-02-24
GUI: Fix "clear" buttons after theme switch (bug #3482459)
Torbjörn Andersson
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-03-18
GUI: Make GuiObject::_name const, init all members in constructor
Max Horn
2010-03-11
GUI: Remove GuiObject::getMillis()
Max Horn
2008-11-03
Patch #2122869: ALL: Common load dialog
Max Horn
2008-01-28
Fixed the spaces before tabs.
Jordi Vilalta Prat
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-16
Added new file gui/object.cpp (collecting GuiObject methods in there), and re...
Max Horn
2007-02-12
removed warnings
Nicola Mettifogo
2006-08-04
Renamed handleScreenChanged() -> reflowLayout() in the GUI code
Max Horn
2006-06-03
*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...
Max Horn
2006-04-19
Started to prepare the gui for runtime resolution switches.
Johannes Schickel
2006-03-07
GUI widget positions:
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-06-20
Added virtual destructor, to silence a few more GCC 4 warnings
Max Horn
2005-01-10
system.h was being included in tons of places, without any good reason; reduc...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-01-06
updated copyright notice
Max Horn
2003-11-10
added namespace GUI
Max Horn
2003-11-02
more changes to allow widget nesting to fully work
Max Horn
2003-11-02
make coordinate calculation based on position of parent -> needed for nested ...
Max Horn
2003-11-02
introduced common base class GuiObject for Dialog/Widget -> step towards maki...
Max Horn