Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | The SCUMM options dialog mostly scales itself. Mostly. | Torbjörn Andersson | |
svn-id: r18160 | |||
2005-05-18 | New function: addCheckbox() | Torbjörn Andersson | |
svn-id: r18159 | |||
2005-05-18 | No need to declare a full method if all you need is a tiny local function | Max Horn | |
svn-id: r18158 | |||
2005-05-18 | Oops, was the wrong MD5, forgot to only compute it for the first MB. Now ↵ | Max Horn | |
verified by letting ScummVM compute the checksum (note: ScummVM runs into a deep freeze running the gob1 target for the woordruff game data, very bad) svn-id: r18157 | |||
2005-05-18 | Add missing else. | Travis Howell | |
svn-id: r18156 | |||
2005-05-18 | round() is not portable. | Eugene Sandulenko | |
svn-id: r18155 | |||
2005-05-18 | Big version of the checkbox widget. | Torbjörn Andersson | |
svn-id: r18154 | |||
2005-05-18 | Limit to C64 maniac. | Travis Howell | |
svn-id: r18153 | |||
2005-05-18 | Update comment | Travis Howell | |
svn-id: r18152 | |||
2005-05-18 | Add scripts file for C64 verisons, ready for future changes. | Travis Howell | |
svn-id: r18151 | |||
2005-05-18 | Add missing palette slot, used in verbs/inventory. | Travis Howell | |
svn-id: r18150 | |||
2005-05-18 | There is no music engine for C64 versions yet. | Travis Howell | |
svn-id: r18149 | |||
2005-05-18 | Add C64 palette. | Eugene Sandulenko | |
Fix Zak C64. Now it is playable. svn-id: r18148 | |||
2005-05-18 | Some cleanup (note: for some (negative value) corner cases, round does not ↵ | Max Horn | |
100% match the original code. However, that should probably not matter...) svn-id: r18147 | |||
2005-05-17 | Initial support of C64 MM & Zak | Eugene Sandulenko | |
svn-id: r18146 | |||
2005-05-17 | Added automatic word wrapping to the about scroller | Max Horn | |
svn-id: r18145 | |||
2005-05-17 | Remove debug output. Some more PI fixes | Eugene Sandulenko | |
svn-id: r18144 | |||
2005-05-17 | Update with our own PI and atan2(). | Eugene Sandulenko | |
svn-id: r18143 | |||
2005-05-17 | Fix word wrapping: do not generate spaces at the start/end of the wrapped lines | Max Horn | |
svn-id: r18142 | |||
2005-05-17 | Another funshop opcode. Does anyone knows ehrer to get proper x87 FPU fpatan | Eugene Sandulenko | |
implementation? svn-id: r18141 | |||
2005-05-17 | Added missing comma symbol, based on semicolon | Max Horn | |
svn-id: r18140 | |||
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 clipping to drawLine(). This fixes a regression that caused the | Torbjörn Andersson | |
debug console to crash ScummVM. (I'm not sure, but I think it was trying to draw the scrollbar arrows outside the screen when the console was sliding into view.) svn-id: r18138 | |||
2005-05-17 | Added my Woodruff version to the MD5 list | Max Horn | |
svn-id: r18137 | |||
2005-05-17 | Updated GUI issues. | Torbjörn Andersson | |
svn-id: r18136 | |||
2005-05-17 | Made the help dialog scale itself. There's one place where it ought to use | Torbjörn Andersson | |
word-wrapping, but it looks fairly good even with the current hard-coded line breaks. svn-id: r18135 | |||
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 | Fix from Quiteust for boxes in MM NES. | Eugene Sandulenko | |
svn-id: r18132 | |||
2005-05-16 | Arrow keys no longer emulate mouse movement. | Torbjörn Andersson | |
svn-id: r18131 | |||
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 InfoDialog scale itself. | Torbjörn Andersson | |
svn-id: r18128 | |||
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 | Updated TODO | Max Horn | |
svn-id: r18124 | |||
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 | Restore --disable-he functionality. :( | Eugene Sandulenko | |
svn-id: r18121 | |||
2005-05-15 | Added a list of the dialogs which need to be updated to the TODO | Max Horn | |
svn-id: r18120 | |||
2005-05-15 | Now that the GUI scaling code is off, we can use a 'big' font which is not ↵ | Max Horn | |
exactly twice as big as the 'normal' font, thus using the available screen space more efficiently svn-id: r18119 | |||
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 | Use a 'big' ListWidget in SaveLoadChooserEx | Max Horn | |
svn-id: r18116 | |||
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 |