rubidium
|
1c5338cbce
|
(svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.
|
2008-09-15 10:02:39 +00:00 |
|
rubidium
|
1ce4e5721b
|
(svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.
|
2008-09-15 10:02:39 +00:00 |
|
rubidium
|
4ea5308d49
|
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
|
2008-09-13 10:04:36 +00:00 |
|
rubidium
|
fc62d736f7
|
(svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
|
2008-09-13 10:04:36 +00:00 |
|
rubidium
|
ac48a45cb8
|
(svn r14303) -Codechange: make the vehicle list part of the group window look exactly like the vehicle list instead of some buttons being one pixel wider/smaller.
|
2008-09-12 21:59:34 +00:00 |
|
rubidium
|
3b4d15d35b
|
(svn r14303) -Codechange: make the vehicle list part of the group window look exactly like the vehicle list instead of some buttons being one pixel wider/smaller.
|
2008-09-12 21:59:34 +00:00 |
|
rubidium
|
f60ef76050
|
(svn r14302) -Codechange: simplify and make the vehicle list and group windows behave the same w.r.t. getting wider (by default) for trains than the other vehicles.
|
2008-09-12 21:58:36 +00:00 |
|
rubidium
|
3384638e36
|
(svn r14302) -Codechange: simplify and make the vehicle list and group windows behave the same w.r.t. getting wider (by default) for trains than the other vehicles.
|
2008-09-12 21:58:36 +00:00 |
|
rubidium
|
3423721523
|
(svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items.
|
2008-09-12 21:20:12 +00:00 |
|
rubidium
|
560e5560f1
|
(svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items.
|
2008-09-12 21:20:12 +00:00 |
|
rubidium
|
c816cc37fd
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
rubidium
|
97c184f8f8
|
(svn r14063) -Codechange: replace some "magic" constants with enumified constants.
|
2008-08-13 06:05:01 +00:00 |
|
belugas
|
a63bcef135
|
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
|
2008-07-30 16:13:58 +00:00 |
|
belugas
|
4cc5da9409
|
(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui
|
2008-07-30 16:13:58 +00:00 |
|
rubidium
|
6898a76c5f
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
rubidium
|
d06529ef4d
|
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.
|
2008-07-17 20:13:01 +00:00 |
|
skidd13
|
ec261a6456
|
(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
-Cleanup: some small things referring the change
|
2008-06-19 19:58:30 +00:00 |
|
skidd13
|
32c2041f89
|
(svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such
-Cleanup: some small things referring the change
|
2008-06-19 19:58:30 +00:00 |
|
skidd13
|
d85c5f020b
|
(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls
|
2008-06-16 17:09:52 +00:00 |
|
skidd13
|
0a19f738bc
|
(svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls
|
2008-06-16 17:09:52 +00:00 |
|
peter1138
|
698a51a41e
|
(svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list
|
2008-05-29 07:34:40 +00:00 |
|
peter1138
|
8ea996e246
|
(svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list
|
2008-05-29 07:34:40 +00:00 |
|
smatz
|
33dc3165be
|
(svn r13280) -Fix (r13276): MSVC compilation was broken
|
2008-05-27 00:13:51 +00:00 |
|
smatz
|
e424367938
|
(svn r13280) -Fix (r13276): MSVC compilation was broken
|
2008-05-27 00:13:51 +00:00 |
|
skidd13
|
16cee252a7
|
(svn r13271) -Codechange: groups sorting uses GUILists Sort() now
|
2008-05-26 18:30:58 +00:00 |
|
skidd13
|
0972b3dd15
|
(svn r13271) -Codechange: groups sorting uses GUILists Sort() now
|
2008-05-26 18:30:58 +00:00 |
|
peter1138
|
0434e83e91
|
(svn r13270) -Codechange: There is no need to clear lists in the window constructor
|
2008-05-26 18:25:27 +00:00 |
|
peter1138
|
4c69d11f5e
|
(svn r13270) -Codechange: There is no need to clear lists in the window constructor
|
2008-05-26 18:25:27 +00:00 |
|
peter1138
|
781b90ac91
|
(svn r13266) -Codechange: Use SmallVector in GUIList
|
2008-05-26 16:23:23 +00:00 |
|
peter1138
|
02b5ffa13f
|
(svn r13266) -Codechange: Use SmallVector in GUIList
|
2008-05-26 16:23:23 +00:00 |
|
rubidium
|
162e2e074b
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
27c38052b7
|
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
|
2008-05-19 09:48:47 +00:00 |
|
rubidium
|
3ee2556585
|
(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
|
2008-05-18 16:51:44 +00:00 |
|
rubidium
|
9defec7876
|
(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData.
|
2008-05-18 16:51:44 +00:00 |
|
rubidium
|
a89b5721a8
|
(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
|
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
|
0d2e74fb71
|
(svn r13078) -Fix: group gui used the vehicle type before it was actually set.
|
2008-05-13 21:50:31 +00:00 |
|
rubidium
|
cf91f6bf3e
|
(svn r13078) -Fix: group gui used the vehicle type before it was actually set.
|
2008-05-13 21:50:31 +00:00 |
|
rubidium
|
a7db265bb6
|
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
|
2008-05-13 14:43:33 +00:00 |
|
rubidium
|
dddfaaac7d
|
(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.
|
2008-05-13 14:43:33 +00:00 |
|
rubidium
|
ee3c14b344
|
(svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow.
|
2008-05-11 15:00:11 +00:00 |
|
rubidium
|
c47926311b
|
(svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow.
|
2008-05-11 15:00:11 +00:00 |
|
rubidium
|
89a60ce249
|
(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
|
2008-05-11 14:23:45 +00:00 |
|
rubidium
|
75e3792aa3
|
(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.
|
2008-05-11 14:23:45 +00:00 |
|
rubidium
|
92aac531c2
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
23fc96c3e8
|
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
2008-05-08 11:50:34 +00:00 |
|
rubidium
|
c28ce39e3c
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
3d5567ccf7
|
(svn r12987) -Codechange: split viewport and tile selection.
|
2008-05-07 13:10:15 +00:00 |
|
rubidium
|
9db77e3808
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|
rubidium
|
9bf519f26b
|
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
2008-05-06 22:08:18 +00:00 |
|