alberth
|
7898a9ffff
|
(svn r20046) -Feature [FS#3816]: Wrap console lines when they are too long.
|
2010-07-02 13:59:27 +00:00 |
|
alberth
|
a5f9816fe2
|
(svn r20022) -Doc: Add some doxygen comments.
|
2010-06-26 15:22:10 +00:00 |
|
alberth
|
a25db128cc
|
(svn r20019) -Codechange: Apply function code style to a few small functions.
|
2010-06-26 14:51:27 +00:00 |
|
rubidium
|
a70fd540fc
|
(svn r19814) -Codechange: give some more unnamed enums a name, in case they consisted of unrelated values use static const (u)int
|
2010-05-13 10:14:29 +00:00 |
|
rubidium
|
9467b7c6d6
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +00:00 |
|
rubidium
|
c4973433dd
|
(svn r18631) -Fix [FS#3419]: when making a screenshot from the console the currently executed command would be shown twice
|
2009-12-25 19:17:36 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
fedb593293
|
(svn r18318) -Codechange: add an enum value for manual window placement
|
2009-11-28 13:54:28 +00:00 |
|
rubidium
|
8e11cd3a42
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
224f4e0197
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
michi_cc
|
d6da4f24ad
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
310465da07
|
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, which were sometimes missing and sometimes just typos
|
2009-09-19 09:51:14 +00:00 |
|
frosch
|
0e36260337
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
frosch
|
263952f557
|
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
|
2009-09-13 17:37:47 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
alberth
|
98a47ba440
|
(svn r17022) -Codechange: Use nested widgets for the console window.
|
2009-08-01 12:42:58 +00:00 |
|
rubidium
|
65d2a381d9
|
(svn r16409) -Change: don't add empty lines/duplicates of the previous command to the console's history
|
2009-05-23 22:40:14 +00:00 |
|
peter1138
|
edb46a0289
|
(svn r16021) -Codechange: Offset current console output by (width of "] ")+5 pixels instead of 5+5 pixels.
|
2009-04-10 18:55:38 +00:00 |
|
peter1138
|
fb46ddf655
|
(svn r16020) -Codechange: Use actual font height for console output instead of fixed value.
|
2009-04-10 18:21:40 +00:00 |
|
glx
|
7cfaf4259d
|
(svn r15894) -Codechange: remove console widget array (it was empty anyway) and window desc
|
2009-03-30 01:15:51 +00:00 |
|
rubidium
|
e1ca9bbeed
|
(svn r15844) -Codechange: allow text alignment to be forced so the console and ai debug output don't get swapped (those are untranslateable anyways)
|
2009-03-25 01:10:24 +00:00 |
|
rubidium
|
a1088869f5
|
(svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API
|
2009-03-21 22:46:17 +00:00 |
|
rubidium
|
7f468dc142
|
(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)
|
2009-03-15 15:12:06 +00:00 |
|
rubidium
|
f3e0fd7416
|
(svn r15711) -Codechange: lots of whitespace cleanup/fixes
|
2009-03-14 18:16:29 +00:00 |
|
rubidium
|
89e1afdaa0
|
(svn r15428) -Codechange: consistently use colour instead of having both color and colour.
|
2009-02-09 02:57:15 +00:00 |
|
rubidium
|
a7693c6059
|
(svn r15425) -Codechange: some color->colour changes and type safety.
|
2009-02-09 02:09:47 +00:00 |
|
rubidium
|
5080feba0d
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
smatz
|
9021c20b5e
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
94a5f66427
|
(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.
|
2008-12-16 17:58:27 +00:00 |
|
smatz
|
bc1d994f6c
|
(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero
-Fix: one couldn't rename things with too long default/automatic name
-Fix: buffer overflow in console when too long (1024 bytes) command was entered
|
2008-10-22 19:12:10 +00:00 |
|
rubidium
|
e7bb5c63a4
|
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
|
2008-10-14 19:27:08 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
8e8fabd27c
|
(svn r14068) -Fix (r14056): MSVC doesn't support typeof.
|
2008-08-13 14:26:20 +00:00 |
|
rubidium
|
083fbf9a96
|
(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.
|
2008-08-12 20:49:27 +00:00 |
|
rubidium
|
eb3347e9d8
|
(svn r13231) -Codechange: split the core console code and the console GUI.
|
2008-05-24 11:55:25 +00:00 |
|