Age | Commit message (Expand) | Author |
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-20 | Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). | Johannes Schickel |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-18 | GUI: Make GuiObject::_name const, init all members in constructor | Max Horn |
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel |
2010-03-12 | Fix from LordHoto for bug #2859401: GUI: GMM crashes when running in 320x200 ... | Max Horn |
2010-03-11 | GUI: Remove GuiObject::getMillis() | Max Horn |
2010-03-11 | cleanup | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-13 | Hide ZipArchive implementation, only expose it via factory functions: makeZip... | Max Horn |
2010-02-10 | Fix Rober Spalek & Hans-Joerg Frieden in the CPP resp. plain text versions of... | Max Horn |
2010-02-08 | Add N64 backend to credits | Fabio Battaglia |
2010-02-07 | Add the DOSBox Team to our "Special Thanks" section for their awesome OPL2/OP... | Johannes Schickel |
2010-02-01 | Fix behavior of delete key, when the cursor is at the end of the input line. | Johannes Schickel |
2010-02-01 | Fix assert after ^W and Delete key events in the debugger, when there's nothi... | Johannes Schickel |
2010-02-01 | partly reverting r46807 ffs. Regression in numpad handling - ID: 2943361 | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel |
2010-01-22 | Update copyright string to show current year | Arnaud Boutonné |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-03 | Change BS 1 & 2 to I & II (see discussion on -devel) | Max Horn |
2010-01-03 | Setup the dimensions of GuiObject in the constructor, by using reflowLayout. | Johannes Schickel |
2009-12-31 | Minor additions: added full keypad support to GUI and SCI | Yotam Barnoy |
2009-12-31 | Add the Mohawk crew to the credits. | Matthew Hoops |
2009-12-30 | Get rid of Common::String::emptyString, and also of some port specific hacker... | Max Horn |
2009-12-26 | Using #include instead of #import to include some mac os x headers to avoid s... | Oystein Eftevaag |
2009-12-26 | Add "End of namespace" comment. | Johannes Schickel |
2009-12-26 | Buildbot compile fix for os x cross compile | Oystein Eftevaag |
2009-12-26 | Committing the actual new browser_osx.mm file, oops | Oystein Eftevaag |
2009-12-26 | The file selection dialog in OS X now uses Cocoa instead of Carbon, and lives... | Oystein Eftevaag |
2009-12-15 | Fix a typo | Jordi Vilalta Prat |
2009-12-15 | GUI: Re-add ellipsis to various button labels | Max Horn |
2009-12-15 | GUI: Shorten button labels if too long, and improve the shortening logic | Max Horn |
2009-12-15 | GUI: Fix some GUI hacks, add some comments, etc. | Max Horn |
2009-12-09 | Commit of the 2nd revision of my patch for FR# 2840967 "GUI: Display filename... | Johannes Schickel |
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn |
2009-11-15 | Build fix for 64-bit OS X | Oystein Eftevaag |
2009-11-10 | Enforce alphabetical order in the credits again. | Johannes Schickel |
2009-11-10 | added myself and sanguine to credits as suggested by Max Horn. | Vladimir Menshakov |
2009-10-30 | Fix bug in "add_paragraph" in tools/credits.pl, now the "&" should be fine in... | Johannes Schickel |
2009-10-30 | Fix credits. | Johannes Schickel |
2009-10-30 | Fixed Terry Pratchett's name in the credits | Max Horn |
2009-10-30 | Add Dragon History's authors, now properly | Robert Špalek |
2009-10-30 | Add special thanks for DW. | Eugene Sandulenko |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-11 | Updated the modern theme logo with a darker shadow | Jordi Vilalta Prat |
2009-10-11 | Hopefully avoiding an assert in the MSVC debug CRT library when entering an u... | Johannes Schickel |
2009-10-09 | Remove some unused variables | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |