Age | Commit message (Expand) | Author |
2005-05-19 | More scaling work. It's still more about infrastructure than layout: I want | Torbjörn Andersson |
2005-05-18 | Make sure the labels for the volume sliders aren't truncated. (This is my | Torbjörn Andersson |
2005-05-18 | Added big slider widget. There is nothing in the widget itself that's | Torbjörn Andersson |
2005-05-18 | Some more scaling work. Parts of the options dialogs scale themselves. Some | Torbjörn Andersson |
2005-05-18 | Remove duplicate _ws member | Max Horn |
2005-05-18 | Remove the label code from SliderWidget (simplifies it a lot); instead use a ... | Max Horn |
2005-05-18 | Revised scrollbar look again | Max Horn |
2005-05-18 | Made use of addCheckbox(). I had to add an alternative form of the function | Torbjörn Andersson |
2005-05-18 | New function: addCheckbox() | Torbjörn Andersson |
2005-05-18 | Big version of the checkbox widget. | Torbjörn Andersson |
2005-05-17 | Added automatic word wrapping to the about scroller | Max Horn |
2005-05-17 | Center about dialog, and make it just wide enough to display the credits, but... | Max Horn |
2005-05-17 | Added "big" version of the Tab widget, and made use of it. | Torbjörn Andersson |
2005-05-17 | Fixed caret regression in editable text fields. | Torbjörn Andersson |
2005-05-16 | Fixed drawing of the caret. (It was drawn using the GUI font, rather than | Torbjörn Andersson |
2005-05-16 | Use the same offset - string width for the item number - for every line in | Torbjörn Andersson |
2005-05-16 | Made the buttons scale themselves too. | Torbjörn Andersson |
2005-05-16 | Made the file/directory browser dialog scale itself. | Torbjörn Andersson |
2005-05-16 | Fixed the SoundFont button's behaviour in the Edit Game dialog. | Torbjörn Andersson |
2005-05-16 | Enlarge the option dialogs; note that the widgets should be rearranged / enla... | Max Horn |
2005-05-16 | Made the launcher dialog scale itself | Max Horn |
2005-05-15 | Use big font in ListWidget if it is in kBigScrollBarWidth mode | Max Horn |
2005-05-15 | Center button label vertically, too (possible now that the GUI scaling is off) | Max Horn |
2005-05-15 | Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p... | Max Horn |
2005-05-15 | Turn off auto scaling for now | Max Horn |
2005-05-15 | Add a switch which allows turning off the automatic GUI scaling easily | Max Horn |
2005-05-15 | Unified rules that determine when a dialog shall use its 'big' mode and when ... | Max Horn |
2005-05-15 | Word wrap the 'features' string | Max Horn |
2005-05-12 | Forgot to credit Ivan for his gob engine. Now fix that. | Eugene Sandulenko |
2005-05-12 | Quick fix to make button texts etc. draw at the correct position. (They | Torbjörn Andersson |
2005-05-11 | Do not autoscale about dialog, rather let it scale itself properly | Max Horn |
2005-05-11 | Start work on support for 'big' widgets | Max Horn |
2005-05-10 | Moved class SoundMixer to Audio::Mixer (didn't call the namespace 'Sound' bec... | Max Horn |
2005-05-09 | Patch #1181544 (AmigaOS 4 changes) | Max Horn |
2005-05-09 | Added LordHoto to credits | Max Horn |
2005-05-08 | cleanup | Max Horn |
2005-05-08 | A simple widget which renders any 16 bit graphics surface given to it (part o... | Max Horn |
2005-05-08 | Comply to our coding conventions | Max Horn |
2005-05-08 | Fix doxygen warning | Max Horn |
2005-04-22 | GameDetector isn't actually used here | Max Horn |
2005-04-19 | Replace OSystem::hasAlpha with a feature flag | Max Horn |
2005-04-17 | Use variable width scrollbar in the console dialog | Max Horn |
2005-04-17 | Allow usage of ScrollBarWidget with a non-standard width | Max Horn |
2005-04-17 | Updated TODO list | Max Horn |
2005-04-17 | Added Dialog::wantsScaling(), to allow dialogs to turn off automatic scaling | Max Horn |
2005-04-16 | Reunify DirBrowserDialog and FileBrowserDialog; implemented file browser mode... | Max Horn |
2005-04-16 | setLabel should probably cause an automatic redraw... | Max Horn |
2005-04-16 | Clarified the second comment, and removed the overlap between the two. | Torbjörn Andersson |
2005-04-16 | Clarified/corrected my own comment, otherwise I'll probably forget exactly | Torbjörn Andersson |
2005-04-16 | _screenHasChanged == true implies _canvas.pixels == null; so replace it (af... | Max Horn |