aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2006-04-28Memorize the directory that was last visited with the browser across ScummVM ...Max Horn
2006-04-25Uses the special cursor color palette for the cursor now (this fixes problems...Johannes Schickel
2006-04-25- minor cleanup in modern.iniEugene Sandulenko
2006-04-25- Resize chooser dialogEugene Sandulenko
2006-04-23Update all creditsTravis Howell
2006-04-21Use SetInt to set the Keymapping version, instead of Set.Lars Persson
2006-04-21Fix valgrind warningTravis Howell
2006-04-20Fix compile with DISABLE_FANCY_THEME.Won Star
2006-04-20If I understand things correctly, this should fix the caret drawing in listTorbjörn Andersson
2006-04-19Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r...Johannes Schickel
2006-04-19Fixes problems with wrong colors on the overlay in scumm engine.Johannes Schickel
2006-04-19Oops again. removed unneeded entry.Johannes Schickel
2006-04-19Oops forgot to commit changes here with last commit.Johannes Schickel
2006-04-19Prepairs merge of SaveLoadChooser and SaveLoadChooserEx of the scumm engine.Johannes Schickel
2006-04-19Implements custom cursor support for the new theme and includes a standard cu...Johannes Schickel
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-04-18Restores background before drawing a popupwidget.Johannes Schickel
2006-04-18Fixes "aspect ratio" text in the options with --force-1x-overlay.Johannes Schickel
2006-04-18Oops forgot to use shadows for the PopUpWidget.Johannes Schickel
2006-04-18- Fixed popup widget for --force-1x-overlay with new themeJohannes Schickel
2006-04-18- adds own drawing function for (not expanded) popup widgetsJohannes Schickel
2006-04-18- PopUpWidget (drop down list) does not shadow underlying dialog anymoreEugene Sandulenko
2006-04-18Tame colors a bit to match GUI mock-upsEugene Sandulenko
2006-04-17Fixes bug with wrong colors in the logo after a screen change. (this time it ...Johannes Schickel
2006-04-17Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...Max Horn
2006-04-16This should fix wrong colors of the scummvm logo in the new theme after scree...Johannes Schickel
2006-04-16- Moves Graphics::loadFont to Graphics::NewFont::loadFontJohannes Schickel
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-16Remove redundant code. soundfont is taken care in OptionsDialog::open() now.Eugene Sandulenko
2006-04-16Patch #1469722: "Game-specific SoundFont configuration broken"Eugene Sandulenko
2006-04-16Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX...Max Horn
2006-04-16Fixed broken svn:keywords valuesMax Horn
2006-04-16- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...Eugene Sandulenko
2006-04-15Removed GameDetector::_gameid in favor of using a config manager entryMax Horn
2006-04-14Instead of calling our main them 'default-theme', call it 'modern' and reserv...Max Horn
2006-04-14Sets up standard normal font.Johannes Schickel
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-04-13- No longer draws full shadows for disabled widgetsJohannes Schickel
2006-04-13Deletes color cache and custom dialog shading.Johannes Schickel
2006-04-12Commiting Fingolfins patch to remove gamedetector usage.Lars Persson
2006-04-12Speeds up calcGradient again a little bit.Johannes Schickel
2006-04-12- some little clean upsJohannes Schickel
2006-04-11Draws the same border for 'kWidgetBackgroundPlain' as for 'kWidgetBackgroundB...Johannes Schickel
2006-04-11Fixes disappearing borders with classic theme.Johannes Schickel
2006-04-11Checks if something is drawn out of the screen in drawSurfaceMasked (fixes cr...Johannes Schickel
2006-04-11Fixes cutted texts with --force-1x-overlay.Johannes Schickel
2006-04-11- cleans up drawSurfaceMasked a little bitJohannes Schickel
2006-04-11Changed drawScrollbar to use drawShadow.Johannes Schickel
2006-04-11Makes classic theme compile without OLDGUI_TRANSPARENCY again.Johannes Schickel
2006-04-10Implements saving the color cache to a file (much faster startup for custom e...Johannes Schickel