Thilo Graf
ef4ba9847e
::getValue(void): remove multiple declared members
...
Already inherited from CMenuTarget
2018-04-11 17:03:11 +02:00
Stefan Seyfried
e490f84ea8
replace framebuffer.h include with forward declaration
...
instead of including framebuffer.h almost everywhere, replace it with
class CFrameBuffer forward declarations and/or generic system includes.
Add a hack to define fb_pixel_t to config.h (one reason for
framebuffer.h includes was the fb_pixel_t define)
2017-02-07 17:23:42 +01:00
Thilo Graf
3d6a0c381a
CKeyboardInput: remove possible display of NONEXISTANT_LOCALE
...
This should fix possible incorrect titles with content of
NONEXISTANT_LOCALE with lua script handler
2016-12-23 21:05:15 +01:00
Jacek Jendrzej
983d24cd51
src/gui/widget/keyboard_input.cpp -add direkt digikey pressed
2016-11-25 18:17:49 +01:00
M. Liebmann
74b0ce7f70
CKeyboardInput: Make saveScreen changeable with forceSaveScreen()
2016-10-29 10:38:06 +02:00
svenhoefer
da9ce1bb38
- keyboard_input: allow string hints ...
...
... in preparation for implementation in Lua instance
2014-11-24 10:01:20 +01:00
svenhoefer
b727ea4be8
- keyboard_input: auto calculate size of input-field ...
...
... if size is 0 or not given.
2014-11-22 15:58:02 +01:00
[CST] Focus
003acea160
gui/widget/keyboard_input.cpp: add string input with keyboard-style layout
2014-11-19 18:16:01 +03:00