Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | GUI: Fix duplicate include guard | Michał Janiszewski | |
The guard clashed with engines/dialogs.h | |||
2016-04-14 | GUI: Remove 'sticky button' feature | Ori Avtalion | |
This feature made pressed buttons wait a few moments before returning to an unpressed state. It was half-implemented, and caused several visual bugs. Fixes #7083. | |||
2016-02-28 | GUI: Fix two leaks in predictive dialog | Torbjörn Andersson | |
2016-01-24 | GUI: Move PredicitveDialog enums inside class declaration. | Johannes Schickel | |
2016-01-24 | GUI: Improve naming of PredictiveDialog's members. | Johannes Schickel | |
2016-01-24 | GUI: Make PredictiveDialog::_btns a fixed size array. | Johannes Schickel | |
2016-01-24 | GUI: Add constructor instead of duplicating initialization. | Johannes Schickel | |
2016-01-24 | GUI: Improve variable naming in PredictiveDialog. | Johannes Schickel | |
2016-01-24 | GUI: Only use image for delete when applicable in PredictiveDialog. | Johannes Schickel | |
2014-02-18 | GUI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-05-03 | GUI: Use pressed state in predictive dialog in keyboard mode. | Oleksiy Kurochko | |
This adds more visual feedback to the user. | |||
2012-03-29 | GUI: Constify some parameters/methods in PredictiveDialog. | Johannes Schickel | |
2012-03-29 | GUI: Don't typedef Common::String in PredictiveDialog code. | Johannes Schickel | |
2012-03-29 | GUI: Formatting fixes in the PredictiveDialog code. | Johannes Schickel | |
2012-03-25 | GUI: Fix for WinCE compile failure after predictive dialog changes. | D G Turner | |
This is probably due to a collision with WinCE toolchain system define, so changing the enum from all capitalised to Camel Case constant style. | |||
2012-03-25 | GUI: Move predictive dialog to common gui | Oleksiy Kurochko | |