aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
2003-07-31Correct nameTravis Howell
svn-id: r9324
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-23Don't check for hotkeys when ascii is 0, since that is the default hotkeyTorbjörn Andersson
for widgets that have none. (This means the Shift key words in text edit widgets again, for instance.) svn-id: r9148
2003-07-22fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load ↵Max Horn
dialog) svn-id: r9127
2003-07-22fixed key autorepeat when using button hot keysMax Horn
svn-id: r9126
2003-07-22whitespacesMax Horn
svn-id: r9125
2003-07-22use kLineHeight constant (also strictly spoken it makes no sense: ↵Max Horn
kLineHeight = 11, yet we only put 10 pixels between our lines :-) svn-id: r9123
2003-07-22made about dialog global (so that it can be used from the launcher and from ↵Max Horn
sky/simon; also added our copyright to it svn-id: r9122
2003-07-22Fix for bug #775512Chris Apers
svn-id: r9117
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
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-06-15remove scumm.h dependencyJonathan Gray
svn-id: r8498
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm ↵Max Horn
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-14added tilda (~) character to GUI fontMax Horn
svn-id: r8484
2003-06-12Made notation of transient config domains consistent.Jamieson Christian
Now all transient config domains use a name in the form _TRANSIENT_DOMAIN svn-id: r8452
2003-06-11Fix for bug [741592] GUI: Switching music driver mixes up musicJamieson Christian
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-08added quit eventMax Horn
svn-id: r8398
2003-06-07use _versionMax Horn
svn-id: r8370
2003-05-29fixed compilationPaweł Kołodziejski
svn-id: r8112
2003-05-27put in explicit unistd.h for getcwd (this helps BeOS)Max Horn
svn-id: r8040
2003-05-21Variable initializations in SliderWidgetTorbjörn Andersson
svn-id: r7786
2003-05-20memory initMax Horn
svn-id: r7743
2003-05-05Patch #732725: EditTextWidget: handleMouseDown positions caretMax Horn
svn-id: r7360
2003-05-05Patch #732707: EditTextWidget: long string supportMax Horn
svn-id: r7359
2003-05-05fixed cursor placementOliver Kiehl
svn-id: r7343
2003-05-05patch #732184Oliver Kiehl
svn-id: r7341
2003-05-03Patch #731613: debugger tab-completion (thanks, Willem!)Max Horn
svn-id: r7293
2003-05-03Patch #731615: console: KillLastWord brokenMax Horn
svn-id: r7270
2003-04-30compilation fixJonathan Gray
svn-id: r7235
2003-04-30PalmOS changes: allow 8 bit GUI modeMax Horn
svn-id: r7226
2003-04-29update launcher for recent changesJonathan Gray
svn-id: r7191
2003-04-12incresed button width a little more for spanish gamesMax Horn
svn-id: r6988
2003-04-10fixed GP32 portJoost Peters
svn-id: r6958
2003-04-03Save game path setting is not meaningful on the Dreamcast.Marcus Comstedt
svn-id: r6901
2003-03-27fixed compilation under VC6Paweł Kołodziejski
svn-id: r6873
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
svn-id: r6871
2003-03-26Hook up the midi driver selection popup; disable GFX popup for now, till we ↵Max Horn
modify the backends to properly allow for it's support svn-id: r6867
2003-03-26Make it possible to disable popups/checkboxesMax Horn
svn-id: r6864
2003-03-25make the volume controls in the global options dialog workMax Horn
svn-id: r6863
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
svn-id: r6862
2003-03-25cleanupMax Horn
svn-id: r6856
2003-03-09only treat double clicks as double clicks, but not triple/quadruple/etc. clicks)Max Horn
svn-id: r6781
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup .... LastPaweł Kołodziejski
svn-id: r6721
2003-03-02Patch #691064: dot matrix scalerMax Horn
svn-id: r6663
2003-01-15add new tv scanlines graphics scaler from Gregory Montoir, use -g tv2x to try itJonathan Gray
svn-id: r6462
2003-01-10Added some basic line editing to the EditText widgetOliver Kiehl
svn-id: r6393