scummvm/gui
Travis Howell 6f66d6a425 Merged revisions 42433-42434,42436,42439-42441,42443-42446,42455-42456,42458-42459 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42433 | sunmax | 2009-07-13 10:55:30 +1000 (Mon, 13 Jul 2009) | 5 lines
  
  Reverted my previous change (fprintf vs fputs),
  and properly implemented fputs for stderr case
  on PS2 ;-)
........
  r42434 | Kirben | 2009-07-13 17:55:11 +1000 (Mon, 13 Jul 2009) | 1 line
  
  Fix bug #2820472 - MAZE: Keyboard input fault.
........
  r42436 | wjpalenstijn | 2009-07-14 00:46:14 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Add one more type of IQ-points filename (for bug #2820803)
........
  r42439 | buddha_ | 2009-07-14 02:52:09 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Fix for bug #2669415 (FW: half walking speed in a screen).
........
  r42440 | buddha_ | 2009-07-14 03:09:40 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Fix compilation under Windows (The fabs-calls were causing error C2668 about 'ambiguous call to overloaded function').
........
  r42441 | sev | 2009-07-14 03:28:49 +1000 (Tue, 14 Jul 2009) | 2 lines
  
  Add Drascula engine to the credits
........
  r42443 | lordhoto | 2009-07-14 03:48:13 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Got rid of Screen_LoL::_paletteConvTable.
........
  r42444 | lordhoto | 2009-07-14 04:31:42 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Support transparent guioptions update on game launch for AdvancedMetaEngine.
........
  r42445 | lordhoto | 2009-07-14 04:32:03 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Add transparent GUI options update for SCUMM too.
........
  r42446 | lordhoto | 2009-07-14 04:47:32 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Refactor GUI options update into a function in Common: updateGameGUIOptions.
........
  r42455 | fingolfin | 2009-07-14 08:08:56 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Unify PS2 and non-PS2 alloc code in Common::Array code (if this causes regressions somewhere, we better find a fix that also works on PS2)
........
  r42456 | cyx | 2009-07-14 08:11:54 +1000 (Tue, 14 Jul 2009) | 1 line
  
  tucker: fixed issues with dirty rects handling (tracker item #2597763)
........
  r42458 | cyx | 2009-07-14 08:19:10 +1000 (Tue, 14 Jul 2009) | 1 line
  
  tucker: added workaround for original game glitch (tracker item #2597763)
........
  r42459 | fingolfin | 2009-07-14 08:19:33 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Completed name of the creator of our logo
........

svn-id: r42462
2009-07-13 23:36:22 +00:00
..
themes Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,41348-41369,41372-41376,41379-41381,41384-41386,41389,41393,41395,41398,41400-41409,41419,41421,41423-41425,41428-41430,41432-41433,41452-41453,41458-41462,41465,41468,41470,41473-41474,41484-41490,41493,41496-41504,41506-41508,41516-41517,41519-41520,41528,41536-41538,41556-41557,41559-41560,41562-41576,41579,41584,41587-41592,41596,41598,41601-41603,41611,41618-41619,41630,41632-41635,41639,41641,41644-41647,41660,41663-41665,41668,41677,41679-41680,41683,41699-41705,41707-41709,41713-41715,41718-41727,41729-41736,41739-41763,41765-41766,41768-41774,41777-41778,41781-41799,41803,41806,41809-41813,41821-41823,41827,41833-41834,41836-41839,41841,41844-41848,41850-41853,41858-41860,41867-41871,41875-41887,41889-41893,41895-41897,41902-41903,41915-41917,41922,41929-41934,41938,41940-41964,41967-41968,41975,42007-42012,42020,42038-42041,42043-42044,42047-42050,42054-42056,42060,42062,42079,42081 via svnmerge from 2009-07-04 05:56:10 +00:00
about.cpp Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC warnings" 2009-04-18 21:18:23 +00:00
about.h
Actions.cpp
Actions.h Fixed indentation and removed whitespaces at the end of line 2008-12-22 11:22:15 +00:00
browser.cpp Reverted previous commit. 2009-02-06 23:28:08 +00:00
browser.h Renamed FilesystemNode -> FSNode 2008-10-02 16:58:59 +00:00
chooser.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
chooser.h Fixed: Game version selection menu (Bugs 2167730 and 2164305). 2008-10-15 11:22:22 +00:00
console.cpp Turned fixed-size lists of debugger/console commands and variables into more flexible data structures 2009-05-11 18:02:27 +00:00
console.h Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings 2009-07-03 10:40:49 +00:00
credits.h Completed name of the creator of our logo 2009-07-13 22:19:33 +00:00
debugger.cpp - Added GCC_PRINTF attribute to several funcs where it makes sense 2009-07-01 20:51:04 +00:00
debugger.h Turned fixed-size lists of debugger/console commands and variables into more flexible data structures 2009-05-11 18:02:27 +00:00
dialog.cpp GUI: Tweaked the launcher so that TAB switches focus between the list and the quick search field 2009-06-06 23:22:48 +00:00
dialog.h GUI: Tweaked the launcher so that TAB switches focus between the list and the quick search field 2009-06-06 23:22:48 +00:00
editable.cpp Add to launcher not yet functional search widget. 2009-06-06 17:53:25 +00:00
editable.h Add to launcher not yet functional search widget. 2009-06-06 17:53:25 +00:00
EditTextWidget.cpp GUI: Pressing 'ESC' in the Launcher's quick search field now resets the search filter 2009-06-06 23:22:35 +00:00
EditTextWidget.h Add to launcher not yet functional search widget. 2009-06-06 17:53:25 +00:00
GuiManager.cpp Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend. 2009-07-05 14:12:04 +00:00
GuiManager.h Got rid of HACK, which was used to setup new cursor on theme change. 2009-07-05 14:11:54 +00:00
Key.cpp
Key.h
KeysDialog.cpp Added KeyConfiguration dialog to classic theme(320 and normal). Updated KeysDialog to follow xml syntax properly. 2008-12-17 21:19:46 +00:00
KeysDialog.h Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
launcher.cpp Added Clear button for search box. Looks a bit off, but we do not yet have 2009-06-07 22:19:48 +00:00
launcher.h Added Clear button for search box. Looks a bit off, but we do not yet have 2009-06-07 22:19:48 +00:00
ListWidget.cpp Fix typo, which in fact fixes bug #2820353 "GUI: Search doesn't handle uppercase properly". 2009-07-12 14:29:59 +00:00
ListWidget.h Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches) 2009-06-07 13:04:16 +00:00
massadd.cpp Implement FR#2707442: "GUI: Improve Mass Add dialog" 2009-06-06 17:49:59 +00:00
massadd.h Implement FR#2707442: "GUI: Improve Mass Add dialog" 2009-06-06 17:49:59 +00:00
message.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
message.h cleanup 2008-11-12 13:01:21 +00:00
module.mk Merged gui/ThemeData.cpp into ThemeEngine.cpp 2009-01-17 17:13:04 +00:00
object.cpp More debug info in the error messages when GUI layout is wrong. 2009-05-07 20:56:33 +00:00
object.h Patch #2122869: ALL: Common load dialog 2008-11-03 18:32:16 +00:00
options.cpp Disable MIDI controls if GUIO_NOMIDI is set 2009-06-06 18:21:07 +00:00
options.h Disable MIDI controls if GUIO_NOMIDI is set 2009-06-06 18:21:07 +00:00
PopUpWidget.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
PopUpWidget.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
saveload.cpp Fixed regression in Options menu and disabled Save/Load buttons. 2009-02-19 00:37:34 +00:00
saveload.h Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thought 2009-01-12 19:56:08 +00:00
ScrollBarWidget.cpp Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h 2009-01-02 03:21:40 +00:00
ScrollBarWidget.h GUI: Turn scrollbar width into a theme variable 2008-11-12 13:07:41 +00:00
TabWidget.cpp GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some dead code 2009-01-18 14:45:23 +00:00
TabWidget.h GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some dead code 2009-01-18 14:45:23 +00:00
themebrowser.cpp Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00
themebrowser.h - Moved theme listing code from GuiManager to ThemeEngine 2009-01-02 21:24:13 +00:00
ThemeEngine.cpp Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,41348-41369,41372-41376,41379-41381,41384-41386,41389,41393,41395,41398,41400-41409,41419,41421,41423-41425,41428-41430,41432-41433,41452-41453,41458-41462,41465,41468,41470,41473-41474,41484-41490,41493,41496-41504,41506-41508,41516-41517,41519-41520,41528,41536-41538,41556-41557,41559-41560,41562-41576,41579,41584,41587-41592,41596,41598,41601-41603,41611,41618-41619,41630,41632-41635,41639,41641,41644-41647,41660,41663-41665,41668,41677,41679-41680,41683,41699-41705,41707-41709,41713-41715,41718-41727,41729-41736,41739-41763,41765-41766,41768-41774,41777-41778,41781-41799,41803,41806,41809-41813,41821-41823,41827,41833-41834,41836-41839,41841,41844-41848,41850-41853,41858-41860,41867-41871,41875-41887,41889-41893,41895-41897,41902-41903,41915-41917,41922,41929-41934,41938,41940-41964,41967-41968,41975,42007-42012,42020,42038-42041,42043-42044,42047-42050,42054-42056,42060,42062,42079,42081 via svnmerge from 2009-07-04 05:56:10 +00:00
ThemeEngine.h Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,41348-41369,41372-41376,41379-41381,41384-41386,41389,41393,41395,41398,41400-41409,41419,41421,41423-41425,41428-41430,41432-41433,41452-41453,41458-41462,41465,41468,41470,41473-41474,41484-41490,41493,41496-41504,41506-41508,41516-41517,41519-41520,41528,41536-41538,41556-41557,41559-41560,41562-41576,41579,41584,41587-41592,41596,41598,41601-41603,41611,41618-41619,41630,41632-41635,41639,41641,41644-41647,41660,41663-41665,41668,41677,41679-41680,41683,41699-41705,41707-41709,41713-41715,41718-41727,41729-41736,41739-41763,41765-41766,41768-41774,41777-41778,41781-41799,41803,41806,41809-41813,41821-41823,41827,41833-41834,41836-41839,41841,41844-41848,41850-41853,41858-41860,41867-41871,41875-41887,41889-41893,41895-41897,41902-41903,41915-41917,41922,41929-41934,41938,41940-41964,41967-41968,41975,42007-42012,42020,42038-42041,42043-42044,42047-42050,42054-42056,42060,42062,42079,42081 via svnmerge from 2009-07-04 05:56:10 +00:00
ThemeEval.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeEval.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeLayout.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeLayout.h Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
ThemeParser.cpp GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDrawingFunctionCallback which maps strings to draw funcs 2009-06-28 19:57:27 +00:00
ThemeParser.h GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDrawingFunctionCallback which maps strings to draw funcs 2009-06-28 19:57:27 +00:00
widget.cpp Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting". 2009-06-06 17:52:44 +00:00
widget.h Strip trailing whitespaces in the whole code base. 2009-05-24 15:17:42 +00:00