rubidium
|
d1d35b95b6
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
rubidium
|
252096fe3c
|
(svn r17662) -Codechange: make the sign edit window nested
|
2009-09-28 19:12:15 +00:00 |
|
alberth
|
116c77c342
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
frosch
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
alberth
|
8bac3af049
|
(svn r17422) -Codechange: Remove magic constants and compute vertical minimal size of the sign list window.
|
2009-09-05 10:53:26 +00:00 |
|
alberth
|
f381e9d022
|
(svn r17421) -Fix (r17418): Don't output debug information in signs list.
|
2009-09-05 08:01:08 +00:00 |
|
alberth
|
677946a368
|
(svn r17418) -Codechange [FS#3144]: Signs list window uses nested widget tree (mostly by Nickman).
|
2009-09-04 22:03:21 +00:00 |
|
rubidium
|
1dfa38bb1f
|
(svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrollbar wrappers
|
2009-09-02 08:28:50 +00:00 |
|
yexo
|
dc24601b6d
|
(svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING
|
2009-08-29 21:28:36 +00:00 |
|
rubidium
|
aca7ba714a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
rubidium
|
e9bc557b2a
|
(svn r16930) -Codechange: more StringID name unification and grouping
|
2009-07-23 19:31:50 +00:00 |
|
rubidium
|
53887e07bb
|
(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.
|
2009-04-26 14:52:56 +00:00 |
|
alberth
|
cd9f239f0f
|
(svn r16154) -Codechange: Added nested widgets for sign list and sign edit windows.
|
2009-04-26 08:36:48 +00:00 |
|
alberth
|
47d63f0fc5
|
(svn r16153) -Codechange: Completing QueryEditSignWidgets enum.
|
2009-04-26 08:33:47 +00:00 |
|
rubidium
|
59d45a04d6
|
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.
|
2009-04-21 23:40:56 +00:00 |
|
alberth
|
9d2738b9c4
|
(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback
|
2009-03-29 09:49:11 +00:00 |
|
peter1138
|
9f8f342a6a
|
(svn r15883) -Codechange: Make a widget enum for the sign list and use widget offsets instead of direct locations.
|
2009-03-28 17:39:03 +00:00 |
|
rubidium
|
9038733f1a
|
(svn r15812) -Codechange: use the new DrawString API in another set of GUIs
|
2009-03-22 14:39:20 +00:00 |
|
rubidium
|
f9def73be6
|
(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
|
861e9cefb3
|
(svn r15424) -Codechange: make it possible to have multiple windows with edit box open simultaniously (Zuu).
|
2009-02-09 01:22:29 +00:00 |
|
rubidium
|
ac7757324e
|
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
|
2009-02-04 16:59:41 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
e5c1a7b5c3
|
(svn r14804) -Codechange: unify opening the OSK (Zuu)
|
2009-01-03 13:59:05 +00:00 |
|
rubidium
|
87e5a8b52b
|
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.
|
2008-12-28 14:37:19 +00:00 |
|
rubidium
|
1599ade7ca
|
(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 |
|
glx
|
a6bfd7f15b
|
(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)
|
2008-10-25 19:59:11 +00:00 |
|
smatz
|
c10f7db576
|
(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
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
3b798599b6
|
(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
|
a143100f46
|
(svn r14393) -Fix [FS#2318]: deleting the same window (pointer) twice.
|
2008-09-23 20:12:13 +00:00 |
|
smatz
|
c998342206
|
(svn r14346) -Codechange [FS#2184]: reduce code duplication when jumping to next/previous sign in signs_gui.cpp (Roujin)
|
2008-09-16 19:18:22 +00:00 |
|
smatz
|
5a1203963f
|
(svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted
Also, it makes sure the RenameSignWindow isn't open when there are no signs (and crashes associted with that)
|
2008-09-16 19:05:38 +00:00 |
|
smatz
|
06be820730
|
(svn r14263) -Codechange: give a better error message when removing a sign fails
|
2008-09-07 16:22:55 +00:00 |
|
peter1138
|
941f8b5f16
|
(svn r14215) -Cleanup (r13866): Strange line wrapping...
|
2008-09-01 08:57:33 +00:00 |
|
rubidium
|
97c184f8f8
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
rubidium
|
6995365535
|
(svn r14046) -Codechange: make the size of querystring "widgets" more configurable.
|
2008-08-11 22:08:56 +00:00 |
|
belugas
|
10f450e2d4
|
(svn r13900) -Codechange: Replace numbers with Colours enum on settings, smallmaps, stations and signs guis.
|
2008-07-31 17:45:52 +00:00 |
|
peter1138
|
ca703d3701
|
(svn r13866) -Codechange: Use sortlist for sign windows
|
2008-07-29 10:26:48 +00:00 |
|
smatz
|
421a040e89
|
(svn r13501) -Feature(tte): ctrl+click on sign you own to remove it (Osai, planetmaker)
|
2008-06-12 22:29:42 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
fc29abf621
|
(svn r13184) -Codechange: make a window class of the signs list.
|
2008-05-19 09:45:24 +00:00 |
|
rubidium
|
09b5320a81
|
(svn r13173) -Codechange: make windows of the main toolbars.
|
2008-05-18 22:11:46 +00:00 |
|
rubidium
|
f5681547ef
|
(svn r13151) -Codechange: use an enum instead of bool as return type of OnKeyPress/OnCTRLStateChange to make it obvious what the return values mean.
|
2008-05-17 23:11:06 +00:00 |
|
rubidium
|
8b54212900
|
(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
|
2008-05-17 12:48:06 +00:00 |
|
rubidium
|
eb2d47b547
|
(svn r13042) -Codechange: make a class of CreateScenarioWindow, GenerateLandscapeWindow, NetworkChatWindow, NetworkCompanyPasswordWindow, NetworkGameWindow, NetworkStartServerWindow, QueryStringWindow, SaveLoadWindow. All these classes depended on the 'querystr_d' object which is now put into QueryStringBaseWindow. As a side effect this removes quite a lot of WP macro usages and a few global variables.
|
2008-05-11 12:26:20 +00:00 |
|
rubidium
|
23fc96c3e8
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
2eef026fe3
|
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
|
2008-05-08 11:31:41 +00:00 |
|