Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-18 | Revised scrollbar look again | Max Horn | |
svn-id: r18162 | |||
2005-05-18 | Made use of addCheckbox(). I had to add an alternative form of the function | Torbjörn Andersson | |
because most checkboxes are on tabs. (We'll probably need a similar form of addButton() as well.) svn-id: r18161 | |||
2005-05-18 | New function: addCheckbox() | Torbjörn Andersson | |
svn-id: r18159 | |||
2005-05-18 | Big version of the checkbox widget. | Torbjörn Andersson | |
svn-id: r18154 | |||
2005-05-17 | Added automatic word wrapping to the about scroller | Max Horn | |
svn-id: r18145 | |||
2005-05-17 | Center about dialog, and make it just wide enough to display the credits, ↵ | Max Horn | |
but not wider svn-id: r18139 | |||
2005-05-17 | Added "big" version of the Tab widget, and made use of it. | Torbjörn Andersson | |
svn-id: r18134 | |||
2005-05-17 | Fixed caret regression in editable text fields. | Torbjörn Andersson | |
svn-id: r18133 | |||
2005-05-16 | Fixed drawing of the caret. (It was drawn using the GUI font, rather than | Torbjörn Andersson | |
the widget's font.) svn-id: r18130 | |||
2005-05-16 | Use the same offset - string width for the item number - for every line in | Torbjö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-16 | Made the buttons scale themselves too. | Torbjörn Andersson | |
svn-id: r18127 | |||
2005-05-16 | Made the file/directory browser dialog scale itself. | Torbjörn Andersson | |
svn-id: r18126 | |||
2005-05-16 | Fixed the SoundFont button's behaviour in the Edit Game dialog. | Torbjörn Andersson | |
svn-id: r18125 | |||
2005-05-16 | Enlarge the option dialogs; note that the widgets should be rearranged / ↵ | Max Horn | |
enlarged, too; they aren't yet svn-id: r18123 | |||
2005-05-16 | Made the launcher dialog scale itself | Max Horn | |
svn-id: r18122 | |||
2005-05-15 | Use big font in ListWidget if it is in kBigScrollBarWidth mode | Max Horn | |
svn-id: r18118 | |||
2005-05-15 | Center button label vertically, too (possible now that the GUI scaling is off) | Max Horn | |
svn-id: r18117 | |||
2005-05-15 | Draw 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-15 | Turn off auto scaling for now | Max Horn | |
svn-id: r18114 | |||
2005-05-15 | Add a switch which allows turning off the automatic GUI scaling easily | Max Horn | |
svn-id: r18112 | |||
2005-05-15 | Unified 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-15 | Word wrap the 'features' string | Max Horn | |
svn-id: r18110 | |||
2005-05-12 | Forgot to credit Ivan for his gob engine. Now fix that. | Eugene Sandulenko | |
svn-id: r18075 | |||
2005-05-12 | Quick fix to make button texts etc. draw at the correct position. (They | Torbjö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-11 | Do not autoscale about dialog, rather let it scale itself properly | Max Horn | |
svn-id: r18061 | |||
2005-05-11 | Start work on support for 'big' widgets | Max Horn | |
svn-id: r18060 | |||
2005-05-10 | Moved 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-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn | |
svn-id: r18011 | |||
2005-05-09 | Added LordHoto to credits | Max Horn | |
svn-id: r17984 | |||
2005-05-08 | cleanup | Max Horn | |
svn-id: r17980 | |||
2005-05-08 | A simple widget which renders any 16 bit graphics surface given to it (part ↵ | Max Horn | |
of patch #1163026) svn-id: r17977 | |||
2005-05-08 | Comply to our coding conventions | Max Horn | |
svn-id: r17975 | |||
2005-05-08 | Fix doxygen warning | Max Horn | |
svn-id: r17969 | |||
2005-04-22 | GameDetector isn't actually used here | Max Horn | |
svn-id: r17757 | |||
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | Max Horn | |
svn-id: r17695 | |||
2005-04-17 | Use variable width scrollbar in the console dialog | Max Horn | |
svn-id: r17652 | |||
2005-04-17 | Allow usage of ScrollBarWidget with a non-standard width | Max Horn | |
svn-id: r17650 | |||
2005-04-17 | Updated TODO list | Max Horn | |
svn-id: r17649 | |||
2005-04-17 | Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scaling | Max Horn | |
svn-id: r17646 | |||
2005-04-16 | Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser ↵ | Max Horn | |
mode for OSX, too; fixed some memory leaks in the launcher svn-id: r17639 | |||
2005-04-16 | setLabel should probably cause an automatic redraw... | Max Horn | |
svn-id: r17638 | |||
2005-04-16 | Clarified the second comment, and removed the overlap between the two. | Torbjörn Andersson | |
svn-id: r17636 | |||
2005-04-16 | Clarified/corrected my own comment, otherwise I'll probably forget exactly | Torbjörn Andersson | |
why this was necessary. svn-id: r17634 | |||
2005-04-16 | _screenHasChanged == true implies _canvas.pixels == null; so replace it ↵ | Max Horn | |
(after all, we don't want to draw text when the canvas is not yet ready, no matter whether this is due to a screen change or for any other reason) svn-id: r17624 | |||
2005-04-16 | When recreating the canvas, do a full redraw so that all the dialogs | Torbjörn Andersson | |
behind the credits show. Until we have a new canvas, don't draw any credits text, or it too will show up on the canvas. The latter, at the very least, was a bug in my original patch. svn-id: r17621 | |||
2005-04-16 | Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by me | Max Horn | |
svn-id: r17620 | |||
2005-04-16 | spelling | James Brown | |
svn-id: r17609 | |||
2005-04-13 | Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and | Eugene Sandulenko | |
#1181750 "Updated Native MIDI documentation". Thanks _tom a lot. svn-id: r17571 | |||
2005-04-10 | Fix compilation on OS X | Max Horn | |
svn-id: r17515 | |||
2005-04-10 | Applied patch #1175374 ("FluidSynth MIDI driver"), with a few documentation | Torbjörn Andersson | |
changes. There are a few things that could use a bit more work, and I've only tested it on my Linux box. I have verified that ScummVM still compiles when it's disabled, though, so it shouldn't break anything too badly. svn-id: r17512 |