Sat, 28 Nov 2009 13:54:28 +0000 |
rubidium |
(svn r18318) -Codechange: add an enum value for manual window placement
draft
|
Tue, 17 Nov 2009 19:16:48 +0000 |
rubidium |
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
draft
|
Sun, 15 Nov 2009 10:26:01 +0000 |
rubidium |
(svn r18086) -Codechange: remove 'widget' from WindowDesc
draft
|
Mon, 09 Nov 2009 10:40:33 +0000 |
rubidium |
(svn r18028) -Codechange: unglobalise some functions
draft
|
Sun, 04 Oct 2009 21:08:38 +0000 |
michi_cc |
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Sat, 19 Sep 2009 09:51:14 +0000 |
rubidium |
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
draft
|
Sun, 13 Sep 2009 19:15:59 +0000 |
frosch |
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
draft
|
Sun, 13 Sep 2009 17:37:47 +0000 |
frosch |
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Sat, 01 Aug 2009 12:42:58 +0000 |
alberth |
(svn r17022) -Codechange: Use nested widgets for the console window.
draft
|
Sat, 23 May 2009 22:40:14 +0000 |
rubidium |
(svn r16409) -Change: don't add empty lines/duplicates of the previous command to the console's history
draft
|
Fri, 10 Apr 2009 18:55:38 +0000 |
peter1138 |
(svn r16021) -Codechange: Offset current console output by (width of "] ")+5 pixels instead of 5+5 pixels.
draft
|
Fri, 10 Apr 2009 18:21:40 +0000 |
peter1138 |
(svn r16020) -Codechange: Use actual font height for console output instead of fixed value.
draft
|
Mon, 30 Mar 2009 01:15:51 +0000 |
glx |
(svn r15894) -Codechange: remove console widget array (it was empty anyway) and window desc
draft
|
Wed, 25 Mar 2009 01:10:24 +0000 |
rubidium |
(svn r15844) -Codechange: allow text alignment to be forced so the console and ai debug output don't get swapped (those are untranslateable anyways)
draft
|
Sat, 21 Mar 2009 22:46:17 +0000 |
rubidium |
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
draft
|
Sun, 15 Mar 2009 15:12:06 +0000 |
rubidium |
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
draft
|
Sat, 14 Mar 2009 18:16:29 +0000 |
rubidium |
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
draft
|
Mon, 09 Feb 2009 02:57:15 +0000 |
rubidium |
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
draft
|
Mon, 09 Feb 2009 02:09:47 +0000 |
rubidium |
(svn r15425) -Codechange: some color->colour changes and type safety.
draft
|
Mon, 09 Feb 2009 01:22:29 +0000 |
rubidium |
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Tue, 16 Dec 2008 17:58:27 +0000 |
rubidium |
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
draft
|
Wed, 22 Oct 2008 19:12:10 +0000 |
smatz |
(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero
draft
|
Tue, 14 Oct 2008 19:27:08 +0000 |
rubidium |
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
draft
|
Tue, 30 Sep 2008 20:39:50 +0000 |
rubidium |
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
draft
|
Wed, 13 Aug 2008 14:26:20 +0000 |
rubidium |
(svn r14068) -Fix (r14056): MSVC doesn't support typeof.
draft
|
Tue, 12 Aug 2008 20:49:27 +0000 |
rubidium |
(svn r14056) -Fix [FS#2192]: the console backlog is too small for list_patches. Now it'll only remove backlog items when there are more than a threshold and when they are there longer than (another) threshold.
draft
|
Sat, 24 May 2008 11:55:25 +0000 |
rubidium |
(svn r13231) -Codechange: split the core console code and the console GUI.
draft
|