summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
AgeCommit message (Expand)Author
2010-12-05(svn r21416) -Codechange: limit vehicle name by amount of characters, not bytesrubidium
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth
2010-11-16(svn r21214) -Add: Display mail capacity when refitting an aircraft to passen...terkhen
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-11-06(svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache.terkhen
2010-11-06(svn r21098) -Codechange: Ships now store their max speed in the cache instea...terkhen
2010-11-06(svn r21097) -Codechange: Unify cached max speed for all vehicle types.terkhen
2010-11-06(svn r21096) -Fix: Display the real max speed for aircrafts instead of always...terkhen
2010-11-04(svn r21083) -Codechange: Limit the number of exceptions in the refittable ca...belugas
2010-10-19(svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ...planetmaker
2010-10-15(svn r20921) -Fix [FS#4160]: Refit costs were not shown for long cargo names.terkhen
2010-09-09(svn r20777) -Codechange: make VehicleListIdentifier a variable of BaseVehicl...rubidium
2010-09-08(svn r20773) -Codechange: use packed VehicleListIdentifiers for some commands...rubidium
2010-09-08(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbersrubidium
2010-09-08(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle ...rubidium
2010-09-08(svn r20770) -Codechange: move some bits around in CmdMassStartStop's parametersrubidium
2010-09-08(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehic...rubidium
2010-09-08(svn r20768) -Codechange: unify send-to-depot commandsrubidium
2010-09-06(svn r20753) -Feature [FS#3999]: make it possible to select vehicle to clone ...smatz
2010-09-02(svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive r...frosch
2010-09-02(svn r20719) -Codechange: Remove some hardcoded iconsizes.frosch
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-18(svn r20547) -Change: the way order backups are performed. Now restoring an o...rubidium
2010-08-18(svn r20545) -Codechange: make sure an OrderBackup gets cleared when the depo...rubidium
2010-08-18(svn r20539) -Codechange: make order backups more self-contained.rubidium
2010-08-13(svn r20485) -Fix [FS#4012]: Sorting of refittable cargos was wrong for trains.terkhen
2010-08-13(svn r20484) -Codechange: Move BuildRefitList to the RefitWindow class.terkhen
2010-08-13(svn r20483) -Doc: RefitOption operators.terkhen
2010-08-12(svn r20470) -Codechange: Make arrow buttons lower and raise like other butto...frosch
2010-08-12(svn r20468) -Fix: Vehicledetails of non-trains accessed a non existing scrol...frosch
2010-08-12(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL...frosch
2010-08-12(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...frosch
2010-08-12(svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s...frosch
2010-08-01(svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position.frosch
2010-08-01(svn r20289) -Codechange: Unify fall through coding style.terkhen
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-30(svn r20244) -Fix: the caption of the "Available vehicle" lists was black, wh...rubidium
2010-07-30(svn r20241) -Codechange: Move variable declarations to their first use.alberth
2010-07-29(svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH).terkhen
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS...alberth
2010-07-17(svn r20174) -Codechange [FS#3955]: Allow horizontal resizing for all vehicle...frosch
2010-07-17(svn r20173) -Codechange: Make the normal vehiclelist fit the longest action ...frosch
2010-07-17(svn r20172) -Codechange: Use BaseVehicleListWindow::BuildActionDropdownList(...frosch
2010-07-17(svn r20171) -Fix: Make the group list action dropdown also use vehicletype-s...frosch
2010-07-17(svn r20170) -Codechange: Add BaseVehicleListWindow::GetActionDropdownSize().frosch
2010-07-17(svn r20169) -Codechange: Replace ShowGroupActionDropdown() with BaseVehicleL...frosch
2010-07-11(svn r20123) -Add [FS#3721]: Use all available space when drawing articulated...terkhen
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth