18 Commits

Author SHA1 Message Date
aryanrawlani28
345520b8cb GUI: improve predictive dialog in agi 2020-03-28 12:34:00 +01:00
Bastien Bouclet
c566d02992 GUI: Add override markers where appropriate 2020-01-19 15:08:37 +01:00
Michał Janiszewski
cf9690f6b6 GUI: Fix duplicate include guard
The guard clashed with engines/dialogs.h
2018-10-31 18:53:28 +00:00
Ori Avtalion
e30a94e6ff GUI: Remove 'sticky button' feature
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-04-14 18:37:12 +03:00
Torbjörn Andersson
bf5208dd3d GUI: Fix two leaks in predictive dialog 2016-02-28 15:04:11 +01:00
Johannes Schickel
e5e2a8d8cf GUI: Move PredicitveDialog enums inside class declaration. 2016-01-24 03:43:13 +01:00
Johannes Schickel
adbbe6b113 GUI: Improve naming of PredictiveDialog's members. 2016-01-24 03:37:33 +01:00
Johannes Schickel
7c687a05c7 GUI: Make PredictiveDialog::_btns a fixed size array. 2016-01-24 03:22:26 +01:00
Johannes Schickel
c72d95cbcc GUI: Add constructor instead of duplicating initialization. 2016-01-24 03:19:59 +01:00
Johannes Schickel
144765827f GUI: Improve variable naming in PredictiveDialog. 2016-01-24 03:14:09 +01:00
Johannes Schickel
83df1eb43b GUI: Only use image for delete when applicable in PredictiveDialog. 2016-01-24 03:06:47 +01:00
Johannes Schickel
f5dfe6725a GUI: Make GPL headers consistent in themselves. 2014-02-18 02:39:35 +01:00
Oleksiy Kurochko
24a45beceb GUI: Use pressed state in predictive dialog in keyboard mode.
This adds more visual feedback to the user.
2012-05-03 19:32:34 +03:00
Johannes Schickel
7414544121 GUI: Constify some parameters/methods in PredictiveDialog. 2012-03-29 02:05:45 +02:00
Johannes Schickel
02e77dd7b2 GUI: Don't typedef Common::String in PredictiveDialog code. 2012-03-29 01:53:09 +02:00
Johannes Schickel
15ff9380b5 GUI: Formatting fixes in the PredictiveDialog code. 2012-03-29 01:50:00 +02:00
D G Turner
371bc1ddc1 GUI: Fix for WinCE compile failure after predictive dialog changes.
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 23:29:19 +01:00
Oleksiy Kurochko
ec32ccb6d6 GUI: Move predictive dialog to common gui 2012-03-25 12:21:38 +03:00