Johannes Schickel
2af87fd4f0
VKEYBD: Fix cursor palette.
2012-01-03 02:13:40 +01:00
Johannes Schickel
c98a123f4c
VKEYBD: Some formatting fixes.
2012-01-03 02:13:19 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Johannes Schickel
877004dbdd
BACKENDS: Adapt various backends code to set up Surface::format correctly.
...
Note that this change is not tested at all (not even compile wise!).
2011-04-17 21:14:19 +02:00
Johannes Schickel
7ac3ae108a
BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a byte depth.
2011-04-17 16:24:37 +02:00
Max Horn
2e095e25f2
ALL: centre -> center
2011-04-14 14:34:28 +02:00
Max Horn
df05ed1a46
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
...
svn-id: r54573
2010-11-29 16:18:43 +00:00
Max Horn
668adaa461
GUI: Rename gui/GuiManager.* to gui/gui-manager.*
...
svn-id: r54265
2010-11-16 10:19:01 +00:00
Marcus Comstedt
40f9506163
The default keycolor for mouse pointers used to be 255.
...
This makes sense as a default for CLUT8 modes, but not really
for anything else. As part of the gsoc2009-16bit merge, the
default was changed to "all ones", with extra code in the SDL
backend to truncate this to the depth of the mode. However,
"all ones" (white) still isn't a very useful default for RGB modes.
So rather than jumping through hoops to provide a bad default,
it's better to remove the default altogether. Engines which relied
on the old default of 255 have been updated to specify it explicitly.
svn-id: r47118
2010-01-07 15:07:36 +00:00
Max Horn
d60b5ca516
Include font.h instead of fontman.h in places that don't need fontman :)
...
svn-id: r46311
2009-12-09 16:46:14 +00:00
Max Horn
f242266f6d
Change a couple places from 'end of namespace' to 'End of namespace', for consistency
...
svn-id: r44634
2009-10-04 21:26:33 +00:00
John Willis
d89fbd5b75
Virtual Keyboard: 'Ab'use the console font to get a font small enough to be usable on 320*240 virtual keyboards for display_area (GUI and BigGUI take up far too much space).
...
svn-id: r41300
2009-06-06 20:05:21 +00:00
Johannes Schickel
b3c6751b9b
Strip trailing whitespaces in the whole code base.
...
svn-id: r40867
2009-05-24 15:17:42 +00:00
Johannes Schickel
ceefbd19b9
Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.
...
svn-id: r35979
2009-01-21 15:23:30 +00:00
Max Horn
299736c9e1
some code cleanup
...
svn-id: r35966
2009-01-20 23:19:42 +00:00
Max Horn
c210b71876
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
...
svn-id: r35965
2009-01-20 22:52:29 +00:00
Andre Heider
fbfec8e63e
protect all vkeybd code with ENABLE_VKEYBD
...
svn-id: r35956
2009-01-20 16:00:36 +00:00
Andre Heider
089548fb81
use Surface instead of SurfaceKeyColored
...
svn-id: r35953
2009-01-20 15:26:15 +00:00
Max Horn
a27e456ace
Some basic work on the vkeybd code
...
svn-id: r35931
2009-01-20 00:03:35 +00:00
Stephen Kennedy
df3b8fd14c
Added preprocessor flags 'ENABLE_VKEYBD' and 'ENABLE_KEYMAPPER' to control inclusion of vkeybd and keymapper in build.\n\nAlso added corresponding --enable-vkeybd and --enable-keymapper flags to configure scripts.
...
svn-id: r34706
2008-09-30 13:51:01 +00:00
Stephen Kennedy
648f6ed934
Fixed display cursor position bug
...
svn-id: r34095
2008-08-22 10:47:36 +00:00
Stephen Kennedy
d92909203b
- proper init of virtual keyboard now implemented (involved added EventManager::init() which is called after screen has been initialised)
...
- changed HardwareKey / Action id field to an array of 4 chars instead of int32. Means that the keymap key/value pairs in config file are more readable.
svn-id: r33986
2008-08-18 10:07:11 +00:00
Stephen Kennedy
63c4a61032
Various virtual keyboard bug fixes
...
svn-id: r33969
2008-08-17 12:11:34 +00:00
Stephen Kennedy
8c2340d323
Optimization and cleanup of VirtualKeyboardGUI
...
svn-id: r33916
2008-08-15 21:00:54 +00:00
Stephen Kennedy
6ef8324302
* Added Virtual Keyboard descriptions for all keycodes
...
* Tweaking of key delivery queue
svn-id: r33907
2008-08-15 17:53:18 +00:00
Stephen Kennedy
fca5a0ad34
Virtual Keyboard:
...
* added support for submit, cancel, backspace, and cursor movement commands
* minor API modifications
svn-id: r33887
2008-08-15 01:21:29 +00:00
Stephen Kennedy
08ef79ce45
Loads of valgrind fixes
...
svn-id: r33869
2008-08-14 19:20:25 +00:00
Stephen Kennedy
300a1df2b0
Remap dialog WIP
...
svn-id: r33791
2008-08-11 23:08:21 +00:00
Stephen Kennedy
626547a706
* Updated virtual keyboard pack
...
svn-id: r33776
2008-08-11 13:12:32 +00:00
Stephen Kennedy
2645ca48ad
* Moved VK code into backends/vkeybd
...
* Moved Keymapper code into backends/keymapper
svn-id: r33681
2008-08-07 16:38:39 +00:00