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
/
ListWidget.cpp
Age
Commit message (
Expand
)
Author
2006-05-27
Major GUI update:
Eugene Sandulenko
2006-05-26
remove unused variable
Eugene Sandulenko
2006-05-26
- Put scrollbar inside of list widget
Eugene Sandulenko
2006-04-20
If I understand things correctly, this should fix the caret drawing in list
Torbjörn Andersson
2006-04-19
Started to prepare the gui for runtime resolution switches.
Johannes Schickel
2006-04-16
- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...
Eugene Sandulenko
2006-03-24
Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...
Max Horn
2006-03-08
o Converted most (all?) widgets to new scheme.
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
Eugene Sandulenko
2006-02-24
Cleanup
Torbjörn Andersson
2006-02-24
Fix redraw glitches when typing very long - enough to be truncated - strings.
Torbjörn Andersson
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-02-01
Implemented shadow drawing, also extended the theme config again
Johannes Schickel
2006-01-29
Limit the maximum line width.
Torbjörn Andersson
2006-01-28
Applied my own patch #1416897, in an attempt to speed up list widget
Torbjörn Andersson
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel
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-10-15
Try do display the virtual keyboard only when a string input widget has focus.
Marcus Comstedt
2005-09-03
Change PalmOS ident
Chris Apers
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-24
Whitespace changes.
Torbjörn Andersson
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-06-03
Cleanup.
Torbjörn Andersson
2005-05-20
Added big editable text widget, and removed some cruft. I think this means
Torbjörn Andersson
2005-05-16
Use the same offset - string width for the item number - for every line in
Torbjörn Andersson
2005-05-15
Use big font in ListWidget if it is in kBigScrollBarWidth mode
Max Horn
2005-05-15
Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...
Max Horn
2005-05-08
Comply to our coding conventions
Max Horn
2005-04-17
Allow usage of ScrollBarWidget with a non-standard width
Max Horn
2005-04-09
Init _editMode
Max Horn
2005-03-27
Patch #1171300: ListWidget + Chooser Patch
Max Horn
2005-03-12
Fix popup widget in scaled GUI mode
Max Horn
2005-01-29
Move more text editing code into class EditableWidget; ListWidget now has all...
Max Horn
2005-01-29
Started to merge the text editing code in ListWidget and EditTextWidget
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-10-06
Fix bug reported by salty-horse. When list is so short so it fits
Eugene Sandulenko
2004-10-01
Patch #896096 (Restoring last selected game selection) with some personal mod...
Max Horn
2004-09-28
Rename remaining OSystem methods to match our coding guidelines
Max Horn
2004-07-21
Allow user to select ListWidget entries by typing them (see FR #922921)
Max Horn
2004-02-05
renamed (Const)Iterator to (const_)iterator; changed size() to return an uint
Max Horn
2004-01-26
Undo old tweak not necessary anymore
Nicolas Bacca
2004-01-06
updated copyright notice
Max Horn
2003-11-19
new font code (currently disabled by default), which allows using 'arbitrary'...
Max Horn
2003-11-18
cleanup; fixed return/enter in ListWidget when not in editing mode
Max Horn
2003-11-10
added namespace GUI
Max Horn
2003-11-08
cleanup whitespaces
Paweł Kołodziejski
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
[prev]
[next]