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
|
1ee7252296
|
(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix
|
2009-11-16 13:19:39 +00:00 |
|
rubidium
|
b824b27fd6
|
(svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix
|
2009-11-16 13:19:39 +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
|
6f4f94568a
|
(svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows.
|
2009-11-14 08:44:12 +00:00 |
|
alberth
|
fb0158c8ce
|
(svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows.
|
2009-11-14 08:44:12 +00:00 |
|
rubidium
|
224f4e0197
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
rubidium
|
860b9b1cea
|
(svn r18028) -Codechange: unglobalise some functions
|
2009-11-09 10:40:33 +00:00 |
|
rubidium
|
3ff08d08b0
|
(svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company
|
2009-10-31 10:07:40 +00:00 |
|
rubidium
|
1be5d92a9c
|
(svn r17912) -Fix [FS#3289] (r17868): crash when opening the vehicle list (not group list) of a specific company
|
2009-10-31 10:07:40 +00:00 |
|
alberth
|
244b709420
|
(svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window.
|
2009-10-30 20:51:36 +00:00 |
|
alberth
|
d135329860
|
(svn r17906) -Fix [FS#3286]: Fill the vehicle list before initializing the widgets of the vehicle list window.
|
2009-10-30 20:51:36 +00:00 |
|
alberth
|
dd3845232f
|
(svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants.
|
2009-10-27 20:50:47 +00:00 |
|
alberth
|
0279b4c7f2
|
(svn r17895) -Codechange: Move drawing code of the vehicle details window out of OnPaint, and remove hard-coded coordinate constants.
|
2009-10-27 20:50:47 +00:00 |
|
rubidium
|
fdde27ff0a
|
(svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button
|
2009-10-27 19:21:42 +00:00 |
|
rubidium
|
8a6ddc8706
|
(svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button
|
2009-10-27 19:21:42 +00:00 |
|
alberth
|
bf5fbf53b3
|
(svn r17874) -Codechange: vehicle details window uses pure nested widgets.
|
2009-10-25 21:42:04 +00:00 |
|
alberth
|
4d2e1521f9
|
(svn r17874) -Codechange: vehicle details window uses pure nested widgets.
|
2009-10-25 21:42:04 +00:00 |
|
alberth
|
af5c9167e3
|
(svn r17868) -Codechange: Vehicle list window uses nested widgets only.
|
2009-10-25 15:08:16 +00:00 |
|
alberth
|
4dd587345d
|
(svn r17868) -Codechange: Vehicle list window uses nested widgets only.
|
2009-10-25 15:08:16 +00:00 |
|
alberth
|
e08d3ec595
|
(svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets.
|
2009-10-25 14:52:46 +00:00 |
|
alberth
|
bd05f2eca6
|
(svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets.
|
2009-10-25 14:52: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 |
|
alberth
|
edf0ae78e0
|
(svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow.
|
2009-10-24 21:10:57 +00:00 |
|
alberth
|
df71a1f266
|
(svn r17862) -Codechange: Use edge positions of the matrix widget in DrawVehicleRefitWindow.
|
2009-10-24 21:10:57 +00:00 |
|
alberth
|
d202296805
|
(svn r17861) -Fix (r17860): max(uint, int) does not exist.
|
2009-10-24 20:28:54 +00:00 |
|
alberth
|
dae5dceb85
|
(svn r17861) -Fix (r17860): max(uint, int) does not exist.
|
2009-10-24 20:28:54 +00:00 |
|
alberth
|
6fbdad9e42
|
(svn r17860) -Codechange: Refit window uses pure nested widgets.
|
2009-10-24 20:26:18 +00:00 |
|
alberth
|
da0ac09234
|
(svn r17860) -Codechange: Refit window uses pure nested widgets.
|
2009-10-24 20:26:18 +00:00 |
|
alberth
|
6ff8e78c48
|
(svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing.
|
2009-10-24 18:37:23 +00:00 |
|
alberth
|
64f9ee3a2d
|
(svn r17856) -Codechange: Don't get the selected cargo as a sife effect of drawing.
|
2009-10-24 18:37:23 +00:00 |
|
alberth
|
40477932f1
|
(svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow().
|
2009-10-24 18:27:21 +00:00 |
|
alberth
|
af60e61b20
|
(svn r17855) -Codechange: Remove or move var declarations in DrawVehicleRefitWindow().
|
2009-10-24 18:27:21 +00:00 |
|
alberth
|
e284677c38
|
(svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window.
|
2009-10-24 15:19:06 +00:00 |
|
alberth
|
11e1d3b47c
|
(svn r17854) -Codechange: Merge different cases of setting widget data together in the view vehicle window.
|
2009-10-24 15:19:06 +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 |
|
alberth
|
5f11ca95a6
|
(svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window.
|
2009-10-24 13:58:18 +00:00 |
|
alberth
|
c3992ab7b6
|
(svn r17852) -Codechange: Use viewport nested widget in the view-vehicle window.
|
2009-10-24 13:58:18 +00:00 |
|
alberth
|
ab559623d6
|
(svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window.
|
2009-10-24 13:49:04 +00:00 |
|
alberth
|
ef5dc588de
|
(svn r17851) -Codechange: Use pure nested widgets for the view-vehicle window.
|
2009-10-24 13:49:04 +00:00 |
|
rubidium
|
51936e1903
|
(svn r17850) -Codechange: remove most usage of delta on OnResize
|
2009-10-24 09:47:02 +00:00 |
|
rubidium
|
2f41c0411c
|
(svn r17850) -Codechange: remove most usage of delta on OnResize
|
2009-10-24 09:47:02 +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
|
241415e76a
|
(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.
|
2009-10-06 19:52:38 +00:00 |
|
frosch
|
9a9d0ee7c0
|
(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.
|
2009-10-06 19:52:38 +00:00 |
|