summaryrefslogtreecommitdiff
path: root/src/build_vehicle_gui.cpp
AgeCommit message (Expand)Author
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-23(svn r24848) -Fix [FS#5386]: Consider regearing-like cargos as no-cargo in ca...frosch
2012-12-23(svn r24839) -Feature [FS#5271]: [NewGRF] Support oversized purchase list spr...michi_cc
2012-12-08(svn r24801) -Codechange: Add functions to set integral DParams to suitable v...frosch
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-06-03(svn r24321) -Change/Fix [FS#4254]: [NewGRF] Group vehicles in the purchase l...frosch
2012-05-05(svn r24203) -Fix: Make the engine name not overdraw the engine count in the ...frosch
2012-04-17(svn r24137) -Feature(ette): Draw indicator icon in the replace vehicle windo...michi_cc
2012-01-12(svn r23792) -Feature [FS#4958]: move 'refitable to' text above custom newgrf...yexo
2011-12-16(svn r23531) -Codechange: document and rename widgets to be consistent and un...truebrain
2011-12-15(svn r23528) -Codechange: move widget enums to widgets/NNN_type.htruebrain
2011-12-15(svn r23526) -Codechange: unify cargos vs cargoesrubidium
2011-12-13(svn r23508) -Add: Engine sorter for aircraft range.michi_cc
2011-12-13(svn r23504) -Feature: Aircraft range.michi_cc
2011-11-26(svn r23335) -Change: Make determination of vehicle weight when loaded consis...frosch
2011-11-26(svn r23334) -Fix [FS#4820]: Road vehicle purchase info failed to display veh...frosch
2011-11-08(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks return...frosch
2011-11-01(svn r23080) -Feature: [NewGRF] Use variable 10 to enable vehicle GRFs to dra...frosch
2011-11-01(svn r23075) -Codechange: Add GetGRF() and GetGRFID() methods to Engine and V...frosch
2011-10-20(svn r23045) -Change: copy 6 registers to newgrf textstack after cb23 instead...yexo
2011-10-20(svn r23040) -Add: [NewGRF] allow use of newgrf textstack during callback 23yexo
2011-08-27(svn r22850) -Feature: Display separate ocean and canal speeds in the ship pu...frosch
2011-07-03(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefSt...frosch
2011-04-30(svn r22385) -Fix [FS#4603]: strnatcmp is in string.cpp, so it ought to be de...rubidium
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-01-15(svn r21803) -Cleanup: Remove unnecessary semicolons.terkhen
2010-12-05(svn r21410) -Codechange: limit engine name by amount of characters, not bytesrubidium
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-11-12(svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows c...rubidium
2010-11-06(svn r21105) -Feature-ish: Allow to sort purchase lists for trains and road v...planetmaker
2010-11-06(svn r21104) -Doc: Add doxygen commands to a few functionsplanetmaker
2010-11-06(svn r21103) -Change: Use the same sorting of the sorting criteria for both t...planetmaker
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-15(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.alberth
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 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 r20242) -Change: remove the need for "{WHITE}" control codes in some of ...rubidium
2010-07-26(svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS...alberth
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-04-17(svn r19669) -Fix: don't display an error message when double clicking on a v...yexo
2010-04-07(svn r19573) -Fix (r19541): Special cargos did not appear at the refit list.terkhen
2010-04-02(svn r19539) -Codechange: Use a macro to loop through the list of sorted carg...terkhen
2010-04-01(svn r19536) -Feature: Sort cargos at the filter by cargo dropdown in the bui...terkhen