Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-16 | Mention ITE and Gob in about dialog. Or should I state publisher (C) | Eugene Sandulenko | |
on Goblins which is Sierra Inc.? svn-id: r18832 | |||
2005-09-03 | PalmOS : ARM optimized blendRect | Chris Apers | |
svn-id: r18749 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18748 | |||
2005-08-22 | Applied my patch #1263153 to work around bug #1243280. It's not an ideal | Torbjörn Andersson | |
solution, but should be good enough for 0.8.0 at least. svn-id: r18709 | |||
2005-08-18 | I forgot there were path buttons in this file. They, too, need to be wider | Torbjörn Andersson | |
to avoid truncating the text in the smaller version of the GUI. svn-id: r18702 | |||
2005-08-17 | Made the path buttons extra wide so that the text is not truncated in the | Torbjörn Andersson | |
smaller version of the GUI. svn-id: r18701 | |||
2005-08-10 | committed patch #1255847, thanks Simon Sawatzki. | Gregory Montoir | |
svn-id: r18653 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-07-14 | Don't count the time it takes to do the blending when timing the slide | Torbjörn Andersson | |
action of the console. (I thought I could do this simpler by doing the blending in open(), but for some reason I couldn't get that to work, and I would still have had to blend in drawDialog() anyway, so maybe this is for the best...) svn-id: r18541 | |||
2005-07-13 | Cache the blended background in a surface, so that the blending only needs | Torbjörn Andersson | |
to be made once, instead of whenever the console is redrawn. (This is the same trick as the About dialog uses.) It should speed up the drawing quite a bit, though it's not particularly noticeable on the computer I'm using at the moment, so I can't say for sure. svn-id: r18540 | |||
2005-07-05 | * Start of generic key configuration support for ScummVM | Lars Persson | |
* Moved KeyConfigDialog, key from WinCE to gui * Updated wince code to inherit and use new GUI::Keys and launch new dialog * New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp * Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events * Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA) * Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test * Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly * Actor.h in Saga now compiles for default VC6 setting. * Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting. * Changed order of creation of gamedetector and mainsystem in Main.cpp * If anything does not compile, or is totally out of order, please revert changes. svn-id: r18498 | |||
2005-06-24 | Whitespace changes. | Torbjörn Andersson | |
svn-id: r18449 | |||
2005-06-24 | I don't think we need <ctype.h> here. | Torbjörn Andersson | |
svn-id: r18448 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-23 | Fixed credits order again | Max Horn | |
svn-id: r18439 | |||
2005-06-23 | Fixed credits order | Max Horn | |
svn-id: r18436 | |||
2005-06-21 | Patches needed to build for SYMBIAN32 WINS/GCC added. | Lars Persson | |
Test built for Symbian and run on P910i without any major problems. Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA). svn-id: r18430 | |||
2005-06-20 | Added virtual destructor, to silence a few more GCC 4 warnings | Max Horn | |
svn-id: r18419 | |||
2005-06-03 | The alternative form of drawString() is no longer needed. | Torbjörn Andersson | |
svn-id: r18326 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18324 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18323 | |||
2005-06-03 | Cleanup. (I think you can see the pattern here. :-) | Torbjörn Andersson | |
svn-id: r18322 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18321 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18320 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18319 | |||
2005-06-03 | Cleanup | Torbjörn Andersson | |
svn-id: r18318 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18316 | |||
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson | |
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310 | |||
2005-05-23 | Restored 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-20 | Made the chooser dialog scale itself, albeit in a slightly hackish way. | Torbjörn Andersson | |
svn-id: r18194 | |||
2005-05-20 | Added big editable text widget, and removed some cruft. I think this means | Torbjörn Andersson | |
that all our widgets are able to scale themselves now, but I could be mistaken. svn-id: r18192 | |||
2005-05-19 | Big version of the popup widget. It could use a bit more polish, though... | Torbjörn Andersson | |
svn-id: r18185 | |||
2005-05-19 | More scaling work. It's still more about infrastructure than layout: I want | Torbjö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-18 | Make sure the labels for the volume sliders aren't truncated. (This is my | Torbjörn Andersson | |
last scaling change today. Feel free to continue. :-) svn-id: r18172 | |||
2005-05-18 | Added big slider widget. There is nothing in the widget itself that's | Torbjö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-18 | Some more scaling work. Parts of the options dialogs scale themselves. Some | Torbjörn Andersson | |
of them better than others. svn-id: r18165 | |||
2005-05-18 | Remove duplicate _ws member | Max Horn | |
svn-id: r18164 | |||
2005-05-18 | Remove the label code from SliderWidget (simplifies it a lot); instead use a ↵ | Max Horn | |
StaticTextWidget for the label svn-id: r18163 | |||
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 |