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
Age
Commit message (
Expand
)
Author
2016-03-30
GUI: Implement immediate coordinate mode for PopUp widget
Eugene Sandulenko
2015-11-07
GUI: Make disabled EditTextWidget not allowing to edit the string
Eugene Sandulenko
2014-10-28
GUI: Remove trailing whitespace
Filippos Karapetis
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
2013-11-24
GUI: Do not draw text outside edit rect in EditableWidget.
Johannes Schickel
2013-11-24
GUI: Fix undrawing caret glitch when the edit text is inversed.
Johannes Schickel
2013-11-24
GUI: Document EditableWidget::getEditRect.
Johannes Schickel
2013-11-24
GUI: Draw caret over the whole height of the edit rect.
Johannes Schickel
2013-11-24
GUI: Fix out-of-bounds check in EditableWidget::drawCaret.
Johannes Schickel
2013-11-24
GUI: Fix character redrawing behind caret in EditTextWidgets.
Johannes Schickel
2013-11-24
GUI: Fix EditTextWidget::getEditRect's returned height.
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-08-16
GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)
Narek Mailian
2013-07-03
TIZEN: bada port updated to tizen
Chris Warren-Smith
2013-04-16
GUI: Always try to show as many entries as possible in ListWidget.
Johannes Schickel
2012-12-27
GUI: Don't allow changing disabled popup widgets with mouse wheel
Torbjörn Andersson
2012-12-27
GUI: Notify when popup widget changes by mousewheel
Torbjörn Andersson
2012-12-27
GUI: Redraw the popup widget when a the selection changes
Torbjörn Andersson
2012-12-13
COMMON: Add wrapper for isprint.
Johannes Schickel
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-09-26
GUI: Save/restore last scroll position in the list save/load dialog.
Johannes Schickel
2012-03-25
GUI: Move predictive dialog to common gui
Oleksiy Kurochko
2012-02-25
GUI: Let edit text widgets use a non-bold (aka normal) font.
Johannes Schickel
2012-01-29
GRAPHICS/GUI: Implement kerning support for Font.
Johannes Schickel
2011-10-28
GUI: Change scrollbar repeat handling from a timer proc to handleTickle.
Johannes Schickel
2011-10-27
GUI: Slight formatting fix.
Johannes Schickel
2011-08-06
OSYSTEM: extended installTimerProc() with timer ID parameter
Eugene Sandulenko
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: Trying to clarify my comment on ctrl-a/ctrl-e *sigh*
Max Horn
2011-05-17
GUI: Text editing tweaks
Max Horn
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
2011-04-16
GUI: Let EditTextWidget notify when the editing is finished
Eugene Sandulenko
2010-11-16
GUI: Push down some header (inter)dependencies
Max Horn
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