aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-18Revised scrollbar look againMax Horn
2005-05-18Made use of addCheckbox(). I had to add an alternative form of the functionTorbjörn Andersson
2005-05-18The SCUMM options dialog mostly scales itself. Mostly.Torbjörn Andersson
2005-05-18New function: addCheckbox()Torbjörn Andersson
2005-05-18No need to declare a full method if all you need is a tiny local functionMax Horn
2005-05-18Oops, was the wrong MD5, forgot to only compute it for the first MB. Now veri...Max Horn
2005-05-18Add missing else.Travis Howell
2005-05-18round() is not portable.Eugene Sandulenko
2005-05-18Big version of the checkbox widget.Torbjörn Andersson
2005-05-18Limit to C64 maniac.Travis Howell
2005-05-18Update commentTravis Howell
2005-05-18Add scripts file for C64 verisons, ready for future changes.Travis Howell
2005-05-18Add missing palette slot, used in verbs/inventory.Travis Howell
2005-05-18There is no music engine for C64 versions yet.Travis Howell
2005-05-18Add C64 palette.Eugene Sandulenko
2005-05-18Some cleanup (note: for some (negative value) corner cases, round does not 10...Max Horn
2005-05-17Initial support of C64 MM & ZakEugene Sandulenko
2005-05-17Added automatic word wrapping to the about scrollerMax Horn
2005-05-17Remove debug output. Some more PI fixesEugene Sandulenko
2005-05-17Update with our own PI and atan2().Eugene Sandulenko
2005-05-17Fix word wrapping: do not generate spaces at the start/end of the wrapped linesMax Horn
2005-05-17Another funshop opcode. Does anyone knows ehrer to get proper x87 FPU fpatanEugene Sandulenko
2005-05-17Added missing comma symbol, based on semicolonMax Horn
2005-05-17Center about dialog, and make it just wide enough to display the credits, but...Max Horn
2005-05-17Added clipping to drawLine(). This fixes a regression that caused theTorbjörn Andersson
2005-05-17Added my Woodruff version to the MD5 listMax Horn
2005-05-17Updated GUI issues.Torbjörn Andersson
2005-05-17Made the help dialog scale itself. There's one place where it ought to useTorbjörn Andersson
2005-05-17Added "big" version of the Tab widget, and made use of it.Torbjörn Andersson
2005-05-17Fixed caret regression in editable text fields.Torbjörn Andersson
2005-05-16Fix from Quiteust for boxes in MM NES.Eugene Sandulenko
2005-05-16Arrow keys no longer emulate mouse movement.Torbjörn Andersson
2005-05-16Fixed drawing of the caret. (It was drawn using the GUI font, rather thanTorbjörn Andersson
2005-05-16Use the same offset - string width for the item number - for every line inTorbjörn Andersson
2005-05-16Made InfoDialog scale itself.Torbjörn Andersson
2005-05-16Made the buttons scale themselves too.Torbjörn Andersson
2005-05-16Made the file/directory browser dialog scale itself.Torbjörn Andersson
2005-05-16Fixed the SoundFont button's behaviour in the Edit Game dialog.Torbjörn Andersson
2005-05-16Updated TODOMax Horn
2005-05-16Enlarge the option dialogs; note that the widgets should be rearranged / enla...Max Horn
2005-05-16Made the launcher dialog scale itselfMax Horn
2005-05-15Restore --disable-he functionality. :(Eugene Sandulenko
2005-05-15Added a list of the dialogs which need to be updated to the TODOMax Horn
2005-05-15Now that the GUI scaling code is off, we can use a 'big' font which is not ex...Max Horn
2005-05-15Use big font in ListWidget if it is in kBigScrollBarWidth modeMax Horn
2005-05-15Center button label vertically, too (possible now that the GUI scaling is off)Max Horn
2005-05-15Use a 'big' ListWidget in SaveLoadChooserExMax Horn
2005-05-15Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...Max Horn
2005-05-15Turn off auto scaling for nowMax Horn
2005-05-15fixed give verbAndrew Kurushin