aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Collapse)Author
2005-05-23Restored alphabetical order (and documented it in a comment); retired ↵Max Horn
Jamieson and Ruediger (have been inactive for 1 resp. 1.5 years) svn-id: r18235
2005-05-20Made the chooser dialog scale itself, albeit in a slightly hackish way.Torbjörn Andersson
svn-id: r18194
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
that all our widgets are able to scale themselves now, but I could be mistaken. svn-id: r18192
2005-05-19Big version of the popup widget. It could use a bit more polish, though...Torbjörn Andersson
svn-id: r18185
2005-05-19More scaling work. It's still more about infrastructure than layout: I wantTorbjörn Andersson
to give each widget the opportunity to scale itself. There's a slight regression this time, though: In the small version of the GUI, some of the buttons (e.g. "SoundFont") have their text truncated. Not good. svn-id: r18182
2005-05-18Make sure the labels for the volume sliders aren't truncated. (This is myTorbjörn Andersson
last scaling change today. Feel free to continue. :-) svn-id: r18172
2005-05-18Added big slider widget. There is nothing in the widget itself that'sTorbjörn Andersson
dependent on size, so the two different sizes are handled through a new addSlider() function. Figuring out why the big widget won't let you set volume to 0 is left as an exercise for the reader. svn-id: r18170
2005-05-18Some more scaling work. Parts of the options dialogs scale themselves. SomeTorbjörn Andersson
of them better than others. svn-id: r18165
2005-05-18Remove duplicate _ws memberMax Horn
svn-id: r18164
2005-05-18Remove the label code from SliderWidget (simplifies it a lot); instead use a ↵Max Horn
StaticTextWidget for the label svn-id: r18163
2005-05-18Revised scrollbar look againMax Horn
svn-id: r18162
2005-05-18Made use of addCheckbox(). I had to add an alternative form of the functionTorbjörn Andersson
because most checkboxes are on tabs. (We'll probably need a similar form of addButton() as well.) svn-id: r18161
2005-05-18New function: addCheckbox()Torbjörn Andersson
svn-id: r18159
2005-05-18Big version of the checkbox widget.Torbjörn Andersson
svn-id: r18154
2005-05-17Added automatic word wrapping to the about scrollerMax Horn
svn-id: r18145
2005-05-17Center about dialog, and make it just wide enough to display the credits, ↵Max Horn
but not wider svn-id: r18139
2005-05-17Added "big" version of the Tab widget, and made use of it.Torbjörn Andersson
svn-id: r18134
2005-05-17Fixed caret regression in editable text fields.Torbjörn Andersson
svn-id: r18133
2005-05-16Fixed drawing of the caret. (It was drawn using the GUI font, rather thanTorbjörn Andersson
the widget's font.) svn-id: r18130
2005-05-16Use the same offset - string width for the item number - for every line inTorbjörn Andersson
the list. There's a slight hack here: I've assumed that all digits have the same width. svn-id: r18129
2005-05-16Made the buttons scale themselves too.Torbjörn Andersson
svn-id: r18127
2005-05-16Made the file/directory browser dialog scale itself.Torbjörn Andersson
svn-id: r18126
2005-05-16Fixed the SoundFont button's behaviour in the Edit Game dialog.Torbjörn Andersson
svn-id: r18125
2005-05-16Enlarge the option dialogs; note that the widgets should be rearranged / ↵Max Horn
enlarged, too; they aren't yet svn-id: r18123
2005-05-16Made the launcher dialog scale itselfMax Horn
svn-id: r18122
2005-05-15Use big font in ListWidget if it is in kBigScrollBarWidth modeMax Horn
svn-id: r18118
2005-05-15Center button label vertically, too (possible now that the GUI scaling is off)Max Horn
svn-id: r18117
2005-05-15Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a ↵Max Horn
param to the ListWidget constructor to choose a 'big' variant svn-id: r18115
2005-05-15Turn off auto scaling for nowMax Horn
svn-id: r18114
2005-05-15Add a switch which allows turning off the automatic GUI scaling easilyMax Horn
svn-id: r18112
2005-05-15Unified rules that determine when a dialog shall use its 'big' mode and when ↵Max Horn
its 'normal' mode; MessageDialog uses Font::wordWrapText now; MessageDialog scales itself now svn-id: r18111
2005-05-15Word wrap the 'features' stringMax Horn
svn-id: r18110
2005-05-12Forgot to credit Ivan for his gob engine. Now fix that.Eugene Sandulenko
svn-id: r18075
2005-05-12Quick fix to make button texts etc. draw at the correct position. (TheyTorbjörn Andersson
were being drawn at unscaled coordinates.) I don't know if this is the correct fix, but the change is small and easy to revert, if need be. svn-id: r18072
2005-05-11Do not autoscale about dialog, rather let it scale itself properlyMax Horn
svn-id: r18061
2005-05-11Start work on support for 'big' widgetsMax Horn
svn-id: r18060
2005-05-10Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' ↵Max Horn
because we already have many classes with that name) svn-id: r18039
2005-05-09Patch #1181544 (AmigaOS 4 changes)Max Horn
svn-id: r18011
2005-05-09Added LordHoto to creditsMax Horn
svn-id: r17984
2005-05-08cleanupMax Horn
svn-id: r17980
2005-05-08A simple widget which renders any 16 bit graphics surface given to it (part ↵Max Horn
of patch #1163026) svn-id: r17977
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-05-08Fix doxygen warningMax Horn
svn-id: r17969
2005-04-22GameDetector isn't actually used hereMax Horn
svn-id: r17757
2005-04-19Replace OSystem::hasAlpha with a feature flagMax Horn
svn-id: r17695
2005-04-17Use variable width scrollbar in the console dialogMax Horn
svn-id: r17652
2005-04-17Allow usage of ScrollBarWidget with a non-standard widthMax Horn
svn-id: r17650
2005-04-17Updated TODO listMax Horn
svn-id: r17649
2005-04-17Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scalingMax Horn
svn-id: r17646
2005-04-16Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser ↵Max Horn
mode for OSX, too; fixed some memory leaks in the launcher svn-id: r17639