rubidium
|
d913282e7a
|
(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
2009-11-22 11:20:12 +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
|
b7ef6b3ca8
|
(svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists.
|
2009-11-16 20:58:38 +00:00 |
|
rubidium
|
ef11ce84ee
|
(svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists.
|
2009-11-16 20:58:38 +00:00 |
|
rubidium
|
5802dd5f40
|
(svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the border
|
2009-11-16 17:56:59 +00:00 |
|
rubidium
|
fdbe2d827c
|
(svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the border
|
2009-11-16 17:56:59 +00:00 |
|
rubidium
|
ddafe77904
|
(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions
|
2009-11-16 17:15:42 +00:00 |
|
rubidium
|
1c5a92ae98
|
(svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions
|
2009-11-16 17:15:42 +00:00 |
|
rubidium
|
f3043f2006
|
(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code
|
2009-11-16 16:42:04 +00:00 |
|
rubidium
|
e7dd53dffc
|
(svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code
|
2009-11-16 16:42:04 +00:00 |
|
rubidium
|
495461bc79
|
(svn r18118) -Codechange: improve behaviour of the engine lists (both build vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though.
|
2009-11-16 16:22:14 +00:00 |
|
rubidium
|
5589792d0c
|
(svn r18118) -Codechange: improve behaviour of the engine lists (both build vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though.
|
2009-11-16 16:22:14 +00:00 |
|
rubidium
|
95e1684841
|
(svn r18117) -Codechange: don't pass the location of the vehicle count but whether to show the vehicle count
|
2009-11-16 15:11:54 +00:00 |
|
rubidium
|
f025475535
|
(svn r18117) -Codechange: don't pass the location of the vehicle count but whether to show the vehicle count
|
2009-11-16 15:11:54 +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 |
|
frosch
|
040404c5d3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
frosch
|
ba1fc280e3
|
(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.
|
2009-11-07 22:47:54 +00:00 |
|
frosch
|
3cb949a17d
|
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
|
2009-11-05 19:46:17 +00:00 |
|
frosch
|
79627b4f89
|
(svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h
|
2009-11-05 19:46:17 +00:00 |
|
frosch
|
9fafef56d0
|
(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides.
|
2009-10-31 17:48:09 +00:00 |
|
frosch
|
67cae40ec1
|
(svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail consistent. Now always the cargo class decides.
|
2009-10-31 17:48:09 +00:00 |
|
rubidium
|
4c089676f7
|
(svn r17863) -Codechange: make the build vehicle window nested
|
2009-10-25 00:26:40 +00:00 |
|
rubidium
|
b7630b0e2a
|
(svn r17863) -Codechange: make the build vehicle window nested
|
2009-10-25 00:26:40 +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
|
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
|
d26efe0433
|
(svn r17729) -Cleanup: Deduplicate some code.
|
2009-10-06 19:56:43 +00:00 |
|
frosch
|
1cab0dbc1d
|
(svn r17729) -Cleanup: Deduplicate some code.
|
2009-10-06 19:56:43 +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 |
|
frosch
|
4cb5a3e8a2
|
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present.
|
2009-10-06 19:17:07 +00:00 |
|
frosch
|
f3aacb8fe3
|
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present.
|
2009-10-06 19:17:07 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
d6cded5380
|
(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 |
|
rubidium
|
e8ddf001c8
|
(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 |
|
rubidium
|
1854c5efec
|
(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs
|
2009-09-13 17:47:07 +00:00 |
|
rubidium
|
17313b6e3f
|
(svn r17530) -Codechange: use QSortT instead of qsort for sorting EngineIDs
|
2009-09-13 17:47:07 +00:00 |
|
rubidium
|
f660dd7109
|
(svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles.
|
2009-09-07 08:59:43 +00:00 |
|
rubidium
|
1f21a5cb41
|
(svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles.
|
2009-09-07 08:59:43 +00:00 |
|
rubidium
|
2e59affde5
|
(svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs use the scrollbar wrappers
|
2009-09-02 07:17:15 +00:00 |
|
rubidium
|
e69e3378b0
|
(svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs use the scrollbar wrappers
|
2009-09-02 07:17:15 +00:00 |
|
alberth
|
c37078c9b7
|
(svn r17325) -Codechange: Un-duplicate engine drawing routines.
|
2009-08-30 17:38:28 +00:00 |
|
alberth
|
1a15f7e6a7
|
(svn r17325) -Codechange: Un-duplicate engine drawing routines.
|
2009-08-30 17:38:28 +00:00 |
|
smatz
|
a0d0206f2d
|
(svn r17292) -Codechange: use unified ToPercent() function to convert fract numbers to percents
|
2009-08-27 13:31:26 +00:00 |
|