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
/
list.cpp
Age
Commit message (
Expand
)
Author
2018-01-27
GUI: Fix the caret drawing over the scroll bar in the list widget
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-08-06
GUI: Mark some fall-through cases as intentional
Bastien Bouclet
2017-04-06
GUI: Add method to know if a widget contains a given widget
Thierry Crozat
2016-07-03
GUI: Use clipping everywhere
Alexander Tkachev
2014-02-18
GUI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-11-24
GUI: Fix ListWidget::getEditRect's returned height.
Johannes Schickel
2013-09-30
GUI: Fix missing initializers for ListWidget. CID 1002259.
D G Turner
2013-04-16
GUI: Always try to show as many entries as possible in ListWidget.
Johannes Schickel
2012-12-13
COMMON: Add wrapper for isprint.
Johannes Schickel
2011-10-28
GUI: Change scrollbar repeat handling from a timer proc to handleTickle.
Johannes Schickel
2011-06-02
GUI: Replace some s(n)printf uses by Common::String::format
Max Horn
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-17
GUI: For a list entry in edit mode, move caret to end
Max Horn
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