Torbjörn Andersson
20dd02a833
Don't check for hotkeys when ascii is 0, since that is the default hotkey
...
for widgets that have none. (This means the Shift key words in text edit
widgets again, for instance.)
svn-id: r9148
2003-07-23 16:44:15 +00:00
Max Horn
660ca0f526
fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load dialog)
...
svn-id: r9127
2003-07-22 16:30:00 +00:00
Max Horn
ece1b83ac1
fixed key autorepeat when using button hot keys
...
svn-id: r9126
2003-07-22 16:29:23 +00:00
Max Horn
8c8f22f65a
whitespaces
...
svn-id: r9125
2003-07-22 16:26:12 +00:00
Max Horn
22a86e823c
use kLineHeight constant (also strictly spoken it makes no sense: kLineHeight = 11, yet we only put 10 pixels between our lines :-)
...
svn-id: r9123
2003-07-22 16:08:57 +00:00
Max Horn
bda0a18eee
made about dialog global (so that it can be used from the launcher and from sky/simon; also added our copyright to it
...
svn-id: r9122
2003-07-22 16:05:51 +00:00
Chris Apers
6d92375093
Fix for bug #775512
...
svn-id: r9117
2003-07-22 08:33:13 +00:00
Max Horn
b05e7de7bb
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
...
svn-id: r9032
2003-07-15 02:16:33 +00:00
Jonathan Gray
4cd1927ee0
remove scumm.h dependency
...
svn-id: r8498
2003-06-15 02:02:36 +00:00
Max Horn
101df28e0b
moved GameId declaration to common/engine.h (more logical); moved scumm specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies)
...
svn-id: r8496
2003-06-15 01:42:19 +00:00
Max Horn
9f8338503a
added tilda (~) character to GUI font
...
svn-id: r8484
2003-06-14 21:16:22 +00:00
Jamieson Christian
baaf6502ec
Made notation of transient config domains consistent.
...
Now all transient config domains use a name
in the form _TRANSIENT_DOMAIN
svn-id: r8452
2003-06-12 18:46:37 +00:00
Jamieson Christian
c117ef1e50
Fix for bug [741592] GUI: Switching music driver mixes up music
...
Implement true music driver selection from the GUI options dialog.
This implementation depends on a new, transient config domain called
"user-overrides". Probably any other config changes made from the
options dialog will need to go into this domain, which is now
loaded after the game settings are loaded.
I hope this is the right way to do it. I'm still a little fuzzy
about our game settings architecture. If anybody suddenly gets
a "[user-overrides]" section showing up in their scummvm.ini or
scummvm.rc files, you'll know why.
svn-id: r8434
2003-06-11 06:49:47 +00:00
Max Horn
be9e6e85db
added quit event
...
svn-id: r8398
2003-06-08 12:11:14 +00:00
Max Horn
5f5b0e6c7e
use _version
...
svn-id: r8370
2003-06-07 00:01:18 +00:00
Paweł Kołodziejski
f0c0b5f4f8
fixed compilation
...
svn-id: r8112
2003-05-29 18:30:40 +00:00
Max Horn
27f2f58010
put in explicit unistd.h for getcwd (this helps BeOS)
...
svn-id: r8040
2003-05-27 23:34:37 +00:00
Torbjörn Andersson
4fb4626ac9
Variable initializations in SliderWidget
...
svn-id: r7786
2003-05-21 16:18:41 +00:00
Max Horn
dab0e4308e
memory init
...
svn-id: r7743
2003-05-20 16:43:28 +00:00
Max Horn
3468e2caab
Patch #732725 : EditTextWidget: handleMouseDown positions caret
...
svn-id: r7360
2003-05-05 16:12:45 +00:00
Max Horn
898387e1ac
Patch #732707 : EditTextWidget: long string support
...
svn-id: r7359
2003-05-05 16:10:19 +00:00
Oliver Kiehl
37159f9b4e
fixed cursor placement
...
svn-id: r7343
2003-05-05 10:38:16 +00:00
Oliver Kiehl
98d5dd518e
patch #732184
...
svn-id: r7341
2003-05-05 09:48:23 +00:00
Max Horn
975d325a92
Patch #731613 : debugger tab-completion (thanks, Willem!)
...
svn-id: r7293
2003-05-03 21:49:19 +00:00
Max Horn
e61f0316dc
Patch #731615 : console: KillLastWord broken
...
svn-id: r7270
2003-05-03 00:08:38 +00:00
Jonathan Gray
6b17d487e4
compilation fix
...
svn-id: r7235
2003-04-30 21:37:02 +00:00
Max Horn
59bff559d1
PalmOS changes: allow 8 bit GUI mode
...
svn-id: r7226
2003-04-30 13:57:57 +00:00
Jonathan Gray
dffb21e78a
update launcher for recent changes
...
svn-id: r7191
2003-04-29 04:27:08 +00:00
Max Horn
68f67c98e6
incresed button width a little more for spanish games
...
svn-id: r6988
2003-04-12 17:19:28 +00:00
Joost Peters
81ac7cc8f8
fixed GP32 port
...
svn-id: r6958
2003-04-10 13:44:50 +00:00
Marcus Comstedt
ac99b27327
Save game path setting is not meaningful on the Dreamcast.
...
svn-id: r6901
2003-04-03 16:01:03 +00:00
Paweł Kołodziejski
4819f360da
fixed compilation under VC6
...
svn-id: r6873
2003-03-27 07:13:29 +00:00
Max Horn
ddb1173bf8
grow default buttons size & browser dialog to accomodate for spanish games
...
svn-id: r6871
2003-03-26 22:41:12 +00:00
Max Horn
f5360cbb6c
Hook up the midi driver selection popup; disable GFX popup for now, till we modify the backends to properly allow for it's support
...
svn-id: r6867
2003-03-26 20:43:58 +00:00
Max Horn
3b1d4e4c06
Make it possible to disable popups/checkboxes
...
svn-id: r6864
2003-03-26 12:30:20 +00:00
Max Horn
c409895483
make the volume controls in the global options dialog work
...
svn-id: r6863
2003-03-25 15:55:27 +00:00
Max Horn
023d84a6a3
added some meat to the global options dialog (no prefs are stored yet, though)
...
svn-id: r6862
2003-03-25 15:32:36 +00:00
Max Horn
a50bbdd7f7
cleanup
...
svn-id: r6856
2003-03-25 00:26:53 +00:00
Max Horn
f2cc6a3d7d
only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)
...
svn-id: r6781
2003-03-09 00:39:16 +00:00
Jonathan Gray
361e312a6c
change RBG to RGB which follows the argument order and hence makes more sense...
...
svn-id: r6767
2003-03-08 06:53:32 +00:00
Paweł Kołodziejski
aa3766018f
updated copyrights headers
...
svn-id: r6726
2003-03-06 21:46:56 +00:00
Paweł Kołodziejski
1ff9749b87
and more cleanup .... Last
...
svn-id: r6721
2003-03-06 19:52:54 +00:00
Max Horn
086a89f365
Patch #691064 : dot matrix scaler
...
svn-id: r6663
2003-03-02 16:36:52 +00:00
Jonathan Gray
c08d736d1d
add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try it
...
svn-id: r6462
2003-01-15 02:11:37 +00:00
Oliver Kiehl
ebdf89e418
Added some basic line editing to the EditText widget
...
svn-id: r6393
2003-01-10 21:33:42 +00:00
James Brown
9df455ce38
Plop in some better disk switching code for CMI - I have no idea how well this will work transitioning from a disk1 room to a disk2
...
room in-game, but it works for bootparams and saved games..
svn-id: r6322
2003-01-02 10:36:17 +00:00
James Brown
92c8e4ef1e
Fix NewGui for higher resolutions (eg, CMI)
...
svn-id: r6216
2002-12-28 04:51:34 +00:00
Max Horn
2c01dc8536
even more -peantic fixes
...
svn-id: r6111
2002-12-25 00:48:13 +00:00
Max Horn
70769ee04b
fixed invalid memory access
...
svn-id: r6110
2002-12-25 00:46:34 +00:00
Max Horn
563f99b1fe
more -pedantic warnings fixed
...
svn-id: r6109
2002-12-25 00:38:53 +00:00