rubidium
|
ef4e936acb
|
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
|
2009-11-22 11:10:17 +00:00 |
|
rubidium
|
e9b6e73333
|
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
|
2009-11-22 11:10:17 +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
|
5f2ddfbc5a
|
(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
|
ab85bb7080
|
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list
|
2009-11-17 09:09:20 +00:00 |
|
rubidium
|
bdb118aa69
|
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list
|
2009-11-17 09:09:20 +00:00 |
|
rubidium
|
684e63e2b5
|
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
|
2009-11-16 21:28:12 +00:00 |
|
rubidium
|
e438fc6a80
|
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
|
2009-11-16 21:28:12 +00:00 |
|
rubidium
|
a13fd6ddce
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
rubidium
|
626de6b128
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
d2095a15e8
|
(svn r18066) -Codechange: Make group gui window use pure nested widgets.
|
2009-11-13 21:42:49 +00:00 |
|
alberth
|
e016fa0fac
|
(svn r18066) -Codechange: Make group gui window use pure nested widgets.
|
2009-11-13 21:42:49 +00:00 |
|
alberth
|
33386b5a9c
|
(svn r18059) -Codechange: Move some variable declarations to their use.
|
2009-11-13 18:17:46 +00:00 |
|
alberth
|
ad2c2c2be3
|
(svn r18059) -Codechange: Move some variable declarations to their use.
|
2009-11-13 18:17:46 +00:00 |
|
alberth
|
125ca20d45
|
(svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems().
|
2009-10-25 13:33:56 +00:00 |
|
alberth
|
413f6b880f
|
(svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems().
|
2009-10-25 13:33:56 +00:00 |
|
rubidium
|
c1365b3cc1
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
ca0521f89f
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
b72898c8a3
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
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 |
|
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
|
ebd916be3d
|
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.
|
2009-09-13 19:15:59 +00:00 |
|
rubidium
|
e80d296638
|
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers
|
2009-09-02 07:36:39 +00:00 |
|
rubidium
|
78c9827000
|
(svn r17369) -Codechange: make the depot, group and industry GUIs use the scrollbar wrappers
|
2009-09-02 07:36:39 +00:00 |
|
smatz
|
1c6a2d72e2
|
(svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new group
|
2009-08-25 10:44:19 +00:00 |
|
smatz
|
e0f22b36a1
|
(svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new group
|
2009-08-25 10:44:19 +00:00 |
|
smatz
|
bdb0ba3feb
|
(svn r17275) -Codechange: remember group ID we are renaming, don't rename currently selected group
|
2009-08-24 21:51:02 +00:00 |
|
smatz
|
95d096d8df
|
(svn r17275) -Codechange: remember group ID we are renaming, don't rename currently selected group
|
2009-08-24 21:51:02 +00:00 |
|
rubidium
|
d4a98be94a
|
(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/false
|
2009-08-23 19:03:09 +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
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
frosch
|
50b1aacdb0
|
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
|
2009-08-15 11:47:11 +00:00 |
|
frosch
|
2ad4bf74a1
|
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps less with vehicle images.
|
2009-08-15 11:47:11 +00:00 |
|
smatz
|
073e163b7f
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +00:00 |
|
smatz
|
e707c82412
|
(svn r17131) -Codechange: apply coding style to some switch statements
|
2009-08-09 14:40:34 +00:00 |
|
rubidium
|
d61be2637e
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +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
|
04ee98df52
|
(svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message
|
2009-07-22 20:17:07 +00:00 |
|
rubidium
|
2962d8f0fc
|
(svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message
|
2009-07-22 20:17:07 +00:00 |
|
rubidium
|
45113f6d96
|
(svn r16887) -Fix (r16884): erroneous semicolon.
|
2009-07-20 13:16:15 +00:00 |
|
rubidium
|
87dba11ca1
|
(svn r16887) -Fix (r16884): erroneous semicolon.
|
2009-07-20 13:16:15 +00:00 |
|
rubidium
|
7dd42bbc6a
|
(svn r16885) -Codechange: reduce (string) duplication with vehicle lists
|
2009-07-20 11:12:59 +00:00 |
|
rubidium
|
dc943b35e0
|
(svn r16885) -Codechange: reduce (string) duplication with vehicle lists
|
2009-07-20 11:12:59 +00:00 |
|
rubidium
|
9943d1f650
|
(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs.
|
2009-07-19 16:57:04 +00:00 |
|
rubidium
|
21921441d0
|
(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used in the vehicle list GUIs.
|
2009-07-19 16:57:04 +00:00 |
|
alberth
|
fe9f5cbc46
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|
alberth
|
d0a47fc1b4
|
(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.
|
2009-07-16 16:22:23 +00:00 |
|