Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | GUI: Minor offsets fixes in Tooltip and EditTextWidget | Alexander Tkachev | |
2019-07-30 | GUI: Rewrite Cloud tab | Alexander Tkachev | |
- StorageWizardDialog is removed, along with bmps it was using; - EditTextWidget now accepts custom font in constructor; - ScrollContainer scrollbar now jumps to top when content height changes so it's "overscrolled"; - IndexPageHandler now does not awaits for `code` GET-parameter, as local webserver is no longer used to connect Storages; - CloudManager and all corresponding Storages are updated to support disconnecting and to notify about successful connection. | |||
2019-02-16 | GUI: show/hide virtual keyboard when the EditTextWidget gains/loses the focus | Thierry Crozat | |
2018-08-27 | GUI: Clean up file browser path entry | Bastien Bouclet | |
2018-08-22 | GUI: Add editable path in file browser dialog | Chatziargyriou Eleftheria | |
2018-04-19 | GUI: Unify clip and non-clip draw calls | Bastien Bouclet | |
2018-01-27 | GUI: Implement dirty-checking for widget redraws | Bastien Bouclet | |
2016-07-03 | GUI: Use clipping everywhere | Alexander Tkachev | |
2016-06-01 | GUI: Cleanup class initialization | 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-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-24 | GUI: Fix EditTextWidget::getEditRect's returned height. | Johannes Schickel | |
2013-08-16 | GRAPHICS: Added changes and improved code from inisider/scummvm (partial text) | Narek Mailian | |
Includes code from https://github.com/inisider/scummvm/ , which has been squashed and bugfixed | |||
2013-07-03 | TIZEN: bada port updated to tizen | Chris Warren-Smith | |
2012-02-25 | GUI: Let edit text widgets use a non-bold (aka normal) font. | Johannes Schickel | |
This change was done per request of _sev. | |||
2012-01-29 | GRAPHICS/GUI: Implement kerning support for Font. | Johannes Schickel | |
This adapts the related graphics code, which is the generic Font API and the TTF font implementation. It furthermore adapts the GUI to properly take care of kerning in text input widgets. | |||
2011-10-27 | GUI: Slight formatting fix. | 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 | |
Some backends may break as I only compiled SDL | |||
2011-04-16 | GUI: Let EditTextWidget notify when the editing is finished | Eugene Sandulenko | |
2010-11-16 | GUI: Commit some changes missing in my previous commit (oops) | Max Horn | |
svn-id: r54266 | |||
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 |