Age | Commit message (Expand) | Author |
2010-10-21 | (svn r21004) -Fix [FS#3746]: chat/console messages got sometimes messed up du... | rubidium |
2010-08-01 | (svn r20290) -Codechange: Add missing 'break' statements. | alberth |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-02 | (svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long. | alberth |
2010-06-26 | (svn r20022) -Doc: Add some doxygen comments. | alberth |
2010-06-26 | (svn r20019) -Codechange: Apply function code style to a few small functions. | alberth |
2010-05-13 | (svn r19814) -Codechange: give some more unnamed enums a name, in case they c... | rubidium |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-25 | (svn r18631) -Fix [FS#3419]: when making a screenshot from the console the cu... | rubidium |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | rubidium |
2009-11-28 | (svn r18318) -Codechange: add an enum value for manual window placement | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium |
2009-10-04 | (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. | michi_cc |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-13 | (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o... | frosch |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-01 | (svn r17022) -Codechange: Use nested widgets for the console window. | alberth |
2009-05-23 | (svn r16409) -Change: don't add empty lines/duplicates of the previous comman... | rubidium |
2009-04-10 | (svn r16021) -Codechange: Offset current console output by (width of "] ")+5 ... | peter1138 |
2009-04-10 | (svn r16020) -Codechange: Use actual font height for console output instead o... | peter1138 |
2009-03-30 | (svn r15894) -Codechange: remove console widget array (it was empty anyway) a... | glx |
2009-03-25 | (svn r15844) -Codechange: allow text alignment to be forced so the console an... | rubidium |
2009-03-21 | (svn r15794) -Codechange: remove the DoDrawString part of the old text drawin... | rubidium |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-09 | (svn r15425) -Codechange: some color->colour changes and type safety. | rubidium |
2009-02-09 | (svn r15424) -Codechange: make it possible to have multiple windows with edit... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2008-12-16 | (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s... | rubidium |
2008-10-22 | (svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ... | smatz |
2008-10-14 | (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names... | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-08-13 | (svn r14068) -Fix (r14056): MSVC doesn't support typeof. | rubidium |
2008-08-12 | (svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patche... | rubidium |
2008-05-24 | (svn r13231) -Codechange: split the core console code and the console GUI. | rubidium |