Commit Graph

1684 Commits

Author SHA1 Message Date
Johannes Schickel
b1c22cfc42 For a better user experience, clear all meta infos, when clicking on an unused slot in the GMM save/load dialog.
svn-id: r43437
2009-08-16 12:10:51 +00:00
Johannes Schickel
a9ac38ea23 Added Ninteno DS specific hack, which takes care of tab button width problems. This actually is not a NDS specific problem, but so far the NDS seems to be the only backend, which has a custom (hardcoded) dialog, which makes problems with our theme layouts. Instead of r43423, which enabled auto width calculaction for tab buttons on all platforms, this commit limits this to the Nintendo DS backend. This takes care of possible layout changes, caused by the changes of the commit. I also added a comment with possible solutions to this problem.
svn-id: r43426
2009-08-16 05:38:16 +00:00
Johannes Schickel
9f981303d2 Fix options dialog's reflowLayout.
svn-id: r43425
2009-08-16 05:38:03 +00:00
Johannes Schickel
4c5ac578b4 Cleanup.
svn-id: r43353
2009-08-13 17:00:19 +00:00
Johannes Schickel
f829f24459 Little fix of new modern theme layout in the launcher for 3x.
svn-id: r43352
2009-08-13 16:50:30 +00:00
Johannes Schickel
54845e7d7a Move version string in Modern theme beneath the Logo in high res mode, this saves some space and looks nicer.
svn-id: r43350
2009-08-13 16:41:07 +00:00
Johannes Schickel
d8b2baee97 Rename 'font_color' attribute for 'text' draw step to 'text_color'.
svn-id: r43206
2009-08-10 14:05:14 +00:00
Johannes Schickel
f812d0e7b7 Made font color configuration independend from font style configuration.
svn-id: r43205
2009-08-10 13:46:17 +00:00
Johannes Schickel
24838c297b Fix for bug #2834250 "GUI: Incorrect behavior of sliders".
svn-id: r43172
2009-08-09 15:37:00 +00:00
Eugene Sandulenko
f45808aeb0 Patch #2832247: "GMM: Enable loading & deleting of unnamed savegames"
svn-id: r43143
2009-08-08 20:16:58 +00:00
Eugene Sandulenko
65a39cc2b0 Implement FR#2821534: "GUI: Mute All disable volume sliders"
svn-id: r43131
2009-08-08 18:01:44 +00:00
Vicent Marti
1383291296 Prevent high-resolution layouts to be loaded on low resolutions.
svn-id: r42955
2009-07-31 00:22:46 +00:00
Vicent Marti
44a3d917e8 Fixed corrupted theme files.
svn-id: r42953
2009-07-30 23:42:12 +00:00
Max Horn
a411a5750e Added Strangerke to credits, and moved wjp from Gob to SCI on his request
svn-id: r42947
2009-07-30 21:04:46 +00:00
Max Horn
745afbf565 Changed 10rdH070's nick back to LordHoto, and added Hkz to the credits
svn-id: r42946
2009-07-30 20:58:32 +00:00
Max Horn
c232783dd1 Overhauled the credits: Retired members are now (partially) back to their old sections, to make sure people really see all people who contribute to an engine/backend. Also added&fixed some entries, and moved the FreeSCI section
svn-id: r42943
2009-07-30 20:46:43 +00:00
Johannes Schickel
387afcc113 Fix Browser dialog name.
svn-id: r42941
2009-07-30 19:43:53 +00:00
Johannes Schickel
d6d5da0d9f Change code to use our fractional utilities.
svn-id: r42940
2009-07-30 19:43:36 +00:00
Johannes Schickel
b09ec67fc4 Add tanoku to our GUI credits section.
svn-id: r42929
2009-07-30 15:12:42 +00:00
Max Horn
8bf0424832 Sort audio output rates numerically (see FR #2821525)
svn-id: r42886
2009-07-29 09:19:56 +00:00
Max Horn
41139100a2 GUI: When clicking in a scrollbar to page up/down, don't scroll a full page; rather scroll a full page minus one line (see FR #2821508). This matches the behavior of the page up/down keys
svn-id: r42881
2009-07-29 08:55:17 +00:00
Johannes Schickel
5870635ba6 Formatting.
svn-id: r42792
2009-07-26 07:07:35 +00:00
Willem Jan Palenstijn
45cde5f642 Add optional readline support to the text debugger console.
Make text/graphical console selectable with an option to configure.

svn-id: r42787
2009-07-25 23:36:24 +00:00
Eugene Sandulenko
4e71153249 Fix bug #2825252: "GUI: Low Res Bugs"
svn-id: r42668
2009-07-22 20:37:48 +00:00
Willem Jan Palenstijn
00af395ab6 Fix compilation with USE_CONSOLE = 0
svn-id: r42623
2009-07-19 21:06:25 +00:00
Willem Jan Palenstijn
66b565c9c2 Fix crash in tab completion if one command is a prefix of another.
svn-id: r42597
2009-07-18 22:17:56 +00:00
Vicent Marti
62de2d9edc Fixed bug: In-game console doesn't stay centered when switching resolutions on the fly.
svn-id: r42540
2009-07-16 17:51:12 +00:00
Vicent Marti
af289bdb03 Fixed bug 2820514 ("Help dialog causes crash")
svn-id: r42537
2009-07-16 17:29:31 +00:00
Johannes Schickel
a6c41a375f Update classic and builtin theme after r42529.
svn-id: r42531
2009-07-16 11:42:07 +00:00
Vicent Marti
40d8209bca Fixed issue with beveled shapes being drawn outside their shapes. Possible regressions.
svn-id: r42529
2009-07-16 11:37:36 +00:00
Johannes Schickel
c9ebf96d65 Slightly brighten up the active tab color in the modern theme.
svn-id: r42518
2009-07-15 22:19:31 +00:00
Johannes Schickel
5e38ecbdcb Fix ugly spacing between tabs in classic theme (as reported by sunmax on -devel).
svn-id: r42517
2009-07-15 22:19:16 +00:00
Johannes Schickel
249b4eb4c3 Fix formatting of some switch statements.
svn-id: r42513
2009-07-15 18:08:54 +00:00
Johannes Schickel
6a26f1b56f For a smoother user experience, use different colors for inverted text of the ListWidget, depending on whether the widget has focus or not.
svn-id: r42512
2009-07-15 18:05:37 +00:00
Johannes Schickel
6a15e14d3f Fix bug, which caused the ListWidget to draw a widget background around the selected item, when the ListWidget had no focus.
svn-id: r42511
2009-07-15 17:23:27 +00:00
Johannes Schickel
7b55b5f5e2 Fix "search" filter being settings lost in launcher, when using the "Edit Game..." menu for example.
svn-id: r42510
2009-07-15 17:07:45 +00:00
Max Horn
581be82b83 Completed name of the creator of our logo
svn-id: r42459
2009-07-13 22:19:33 +00:00
Eugene Sandulenko
6723a1acd2 Add Drascula engine to the credits
svn-id: r42441
2009-07-13 17:28:49 +00:00
Johannes Schickel
32f1e47eff Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle uppercase properly".
svn-id: r42418
2009-07-12 14:29:59 +00:00
Johannes Schickel
c353e8de1f Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend.
svn-id: r42138
2009-07-05 14:12:04 +00:00
Johannes Schickel
4956052ca4 Got rid of HACK, which was used to setup new cursor on theme change.
svn-id: r42137
2009-07-05 14:11:54 +00:00
Max Horn
cbea1a1193 Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings
svn-id: r42054
2009-07-03 10:40:49 +00:00
Max Horn
8aa667e342 Enhanced the quicksearch box in the launcher to match words in the search string individually
svn-id: r42038
2009-07-02 21:16:36 +00:00
Max Horn
a6b57dc3a9 - Added GCC_PRINTF attribute to several funcs where it makes sense
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings
- removed duplicate prototypes for some funcs
- fixed some "increases required alignment of target type" warnings

svn-id: r42009
2009-07-01 20:51:04 +00:00
Max Horn
a882a6f467 GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDrawingFunctionCallback which maps strings to draw funcs
svn-id: r41931
2009-06-28 19:57:27 +00:00
Paul Gilbert
66c4b02109 Added myself to the CRUISE engine credits
svn-id: r41665
2009-06-19 09:44:33 +00:00
Eugene Sandulenko
b9017519fa Rename KeyRemapper dialog to KeyMapper
svn-id: r41462
2009-06-12 08:00:26 +00:00
Eugene Sandulenko
eb4f887ec3 Added Clear button for search box. Looks a bit off, but we do not yet have
skinned buttons.

svn-id: r41355
2009-06-07 22:19:48 +00:00
Eugene Sandulenko
28a114c702 Added current keymapper dialog to all themes so it could be tested by other
devs.

svn-id: r41352
2009-06-07 22:05:57 +00:00
Max Horn
de88db5f36 Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches)
svn-id: r41334
2009-06-07 13:04:16 +00:00