Max Horn
|
24fcd71e84
|
cleanup for language/platform functions
svn-id: r12034
|
2003-12-30 19:07:55 +00:00 |
|
Max Horn
|
f19f73eb50
|
Make it possible for game detection functions to detect language/platform (not yet done by any detector, but will come with the MD5 detection code)
svn-id: r11811
|
2003-12-21 15:29:52 +00:00 |
|
Max Horn
|
35b62c294d
|
removed GameSettings::detectname and GameSettings::midi; renamed GameSettings::gameName to name; added temporary experimental MD5 hack
svn-id: r11603
|
2003-12-13 00:20:01 +00:00 |
|
Max Horn
|
1b127480af
|
erik's patch for bug #854470
svn-id: r11521
|
2003-12-06 13:55:50 +00:00 |
|
Max Horn
|
e04d8576cb
|
explicitly specify namespace in g_gui helper macro
svn-id: r11450
|
2003-12-01 21:16:18 +00:00 |
|
Max Horn
|
3944eb4494
|
cleanup
svn-id: r11416
|
2003-11-28 22:08:52 +00:00 |
|
Max Horn
|
54aa33310d
|
reuse SaveLoadChooser in main dialog -> this means the SaveLoadChooser remembers the scroll position -> improved user experience
svn-id: r11415
|
2003-11-28 21:56:14 +00:00 |
|
Chris Apers
|
392af5eab9
|
Fixed error using NEW_FONT_CODE with PalmOS port
svn-id: r11412
|
2003-11-28 15:18:14 +00:00 |
|
Chris Apers
|
9da541f657
|
This is no more needed
svn-id: r11407
|
2003-11-28 10:08:36 +00:00 |
|
Max Horn
|
b8c0fbf06e
|
new font code (currently disabled by default), which allows using 'arbitrary' BDF fonts (via convbdf)
svn-id: r11350
|
2003-11-19 23:46:39 +00:00 |
|
Max Horn
|
80e335e0c4
|
oops
svn-id: r11348
|
2003-11-18 23:49:33 +00:00 |
|
Max Horn
|
f40d0433bf
|
return/enter key in the launcher now starts the selected target
svn-id: r11347
|
2003-11-18 23:47:08 +00:00 |
|
Max Horn
|
7d0fcb71a8
|
cleanup; fixed return/enter in ListWidget when not in editing mode
svn-id: r11346
|
2003-11-18 23:44:28 +00:00 |
|
Chris Apers
|
0be0f01226
|
Use GUI namespace
svn-id: r11268
|
2003-11-12 12:36:36 +00:00 |
|
Max Horn
|
22c22d1e81
|
added namespace GUI
svn-id: r11255
|
2003-11-10 23:40:48 +00:00 |
|
Paweł Kołodziejski
|
14b7d027a2
|
cleanup whitespaces
svn-id: r11223
|
2003-11-08 23:22:16 +00:00 |
|
Max Horn
|
a93c9f49ba
|
added checkboxes to the 'Edit Game...' dialog which let the user determine whether to override global settings or not; besides other things, this fixes bug #837599 (Default volume is 0 for newly added games)
svn-id: r11196
|
2003-11-07 16:01:51 +00:00 |
|
Max Horn
|
fcf6d6613d
|
enable StaticTextWidget by default; make CheckboxWidget::handleMouseUp send the checkbox state along with its command
svn-id: r11193
|
2003-11-07 15:05:14 +00:00 |
|
Max Horn
|
435fe749d7
|
draw StaticTextWidget differently if disabled
svn-id: r11192
|
2003-11-07 14:58:12 +00:00 |
|
Max Horn
|
767fc87148
|
fixed memory leak in TabWidget
svn-id: r11191
|
2003-11-07 14:50:32 +00:00 |
|
Jonathan Gray
|
239aea0ff0
|
spelling fixes
svn-id: r11178
|
2003-11-07 02:31:44 +00:00 |
|
Max Horn
|
29d79d8197
|
make savepath settings persistent
svn-id: r11158
|
2003-11-05 22:06:07 +00:00 |
|
Max Horn
|
297ddb370b
|
refactored common code into a new class OptionsDialog; various fixes and cleanup to the launcher/option dialogs
svn-id: r11152
|
2003-11-05 12:25:42 +00:00 |
|
Max Horn
|
2c3b8c9b30
|
minor tweaks
svn-id: r11149
|
2003-11-05 11:24:37 +00:00 |
|
Max Horn
|
c207fe6a95
|
added multi_midi/native_mt32 settings (we *really* need to come up with a good way to share code between GlobalOptionsDialog and EditGameDialog)
svn-id: r11145
|
2003-11-05 01:22:19 +00:00 |
|
Max Horn
|
4cff7c8b97
|
save fullscreen/aspect ratio settings; fix midi driver selection (driver was set immediately when you choose it from popup; this made it impossible to 'Cancel' the change)
svn-id: r11144
|
2003-11-05 01:15:10 +00:00 |
|
Max Horn
|
25f2aafd7a
|
added language/platform popup
svn-id: r11143
|
2003-11-05 00:59:03 +00:00 |
|
Max Horn
|
ceef10b5b8
|
make it possible to query the tag of the selected item
svn-id: r11142
|
2003-11-05 00:58:42 +00:00 |
|
Max Horn
|
ee253d4c90
|
modified NewGui::drawString to shorten strings which don't fit using ellipsis (disabled for the EditTextWidget for now)
svn-id: r11136
|
2003-11-04 22:00:36 +00:00 |
|
Max Horn
|
597ddcfa17
|
Added some more dummy checkboxes, functionality to be added
svn-id: r11135
|
2003-11-04 21:17:33 +00:00 |
|
Jonathan Gray
|
b674717fbc
|
lec don't have copyright on all the SCUMM games, add broken sword while here. Maybe we should just say something like all copyrights and trademarks are owned by their respective owners instead of having this list and stick a bit about the GPL in that the TODO mentioned?
svn-id: r11123
|
2003-11-04 03:31:50 +00:00 |
|
Max Horn
|
76e4cbe2cb
|
fix item positions
svn-id: r11122
|
2003-11-03 23:42:53 +00:00 |
|
Max Horn
|
8a8743a042
|
removed PushButtonWidget
svn-id: r11120
|
2003-11-03 23:33:40 +00:00 |
|
Max Horn
|
2ad5fcfb7d
|
cleanup
svn-id: r11118
|
2003-11-03 23:14:21 +00:00 |
|
Max Horn
|
3f14767884
|
Make ChooserDialog height & button label customizable; make its ListWidget available to the outside, to allow custom modifications (hack!); fixed bug where the cancel button didn't yield -1 as result
svn-id: r11110
|
2003-11-03 20:16:23 +00:00 |
|
Max Horn
|
d2285e386f
|
added NumberingMode enum type
svn-id: r11109
|
2003-11-03 20:13:04 +00:00 |
|
Chris Apers
|
e050421bc2
|
Fixed compile error under codewarrior for PalmOS
svn-id: r11092
|
2003-11-03 14:55:36 +00:00 |
|
James Brown
|
0ece8aab8b
|
Default to first tab
svn-id: r11087
|
2003-11-03 06:19:43 +00:00 |
|
James Brown
|
a331a298a2
|
Fiddling with new tab widget
svn-id: r11086
|
2003-11-03 05:27:53 +00:00 |
|
Max Horn
|
5a91cb4287
|
alternate scroll bar look
svn-id: r11082
|
2003-11-03 01:32:26 +00:00 |
|
Max Horn
|
79068761f2
|
make light gray slightly lighter, for better contrast
svn-id: r11080
|
2003-11-03 01:16:29 +00:00 |
|
Max Horn
|
7724d9a340
|
distinguish selected tab by size, too (not just by color)
svn-id: r11079
|
2003-11-03 01:14:40 +00:00 |
|
Max Horn
|
4581cdfe6c
|
tiny position tweaks
svn-id: r11078
|
2003-11-03 01:04:55 +00:00 |
|
Max Horn
|
9f3edb11c5
|
added a builtin label to PopUpWidget
svn-id: r11076
|
2003-11-03 01:00:26 +00:00 |
|
Max Horn
|
cfd658cd29
|
added built-in label for SliderWidget
svn-id: r11075
|
2003-11-03 00:43:29 +00:00 |
|
Max Horn
|
be560b6ec6
|
oops
svn-id: r11074
|
2003-11-03 00:27:18 +00:00 |
|
Max Horn
|
af71b2f309
|
use TabWidget for GlobalOptionsDialog
svn-id: r11073
|
2003-11-03 00:24:04 +00:00 |
|
Max Horn
|
528c9f4513
|
automatically compute tab width
svn-id: r11072
|
2003-11-03 00:18:33 +00:00 |
|
Max Horn
|
56bc737086
|
Widget::handleCommand delegates unhandled commands to the boss
svn-id: r11071
|
2003-11-03 00:17:12 +00:00 |
|
Max Horn
|
1d9ac7b91b
|
more changes to allow widget nesting to fully work
svn-id: r11068
|
2003-11-02 22:31:20 +00:00 |
|