index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vehicle_gui_base.h
Age
Commit message (
Expand
)
Author
2021-02-28
Fix: Vehicle list windows did not update when this year's profit changed
Charles Pigott
2020-12-21
Feature: Option to group vehicle lists by shared orders
Bernard Teo
2020-12-21
Codechange: Make vehicle lists internally support grouping of vehicles
Bernard Teo
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-09
Codechange: Switch DropDownList to directly use std::vector, thus making Auto...
Michael Lutz
2016-11-05
(svn r27677) -Codechange: Remove implicit VehicleListIdentifier from uint32 c...
frosch
2013-05-26
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...
frosch
2010-09-09
(svn r20777) -Codechange: make VehicleListIdentifier a variable of BaseVehicl...
rubidium
2010-09-08
(svn r20771) -Add: concept of vehicle list identifiers to identify a vehicle ...
rubidium
2010-08-12
(svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ...
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-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-12-20
(svn r18576) -Codechange: use the function to determine the width of digits f...
rubidium
2009-11-17
(svn r18136) -Codechange: support RTL in the vehicle lists
rubidium
2009-11-17
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle...
rubidium
2009-11-16
(svn r18130) -Codechange: initial steps into making the vehicle/group lists b...
rubidium
2009-11-14
(svn r18068) -Cleanup: Remove obsolete BaseVehicleListWindow(const WindowDesc...
alberth
2009-11-14
(svn r18067) -Codechange: Eliminate a constant representing a widget top edge...
alberth
2009-10-25
(svn r17867) -Codechange: Prepare BaseVehicleListWindow for nested widgets.
alberth
2009-10-25
(svn r17865) -Codechange: Remove references to specific widgets and step-heig...
alberth
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-15
(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps...
frosch
2009-03-15
(svn r15726) -Codechange: unify coding style for const pointers
smatz
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-09-15
(svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore.
rubidium
2008-09-13
(svn r14306) -Codechange: unify the code to draw the vehicle list.
rubidium