summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
AgeCommit message (Expand)Author
2013-11-24(svn r26086) -Codechange: use AutoDeleteSmallVector instead std::list for dro...rubidium
2013-11-24(svn r26080) -Fix: possible out of bounds array accessrubidium
2013-10-12(svn r25838) -Codechange: Rename HOUSE_MAX to NUM_HOUSES.frosch
2013-08-18(svn r25732) -Fix: In BuildIndustryWindow in RTL mode, draw industry color ic...frosch
2013-08-10(svn r25714) -Fix: explicitly cast some things to silence warnings on GCC 4.0fonsinchen
2013-06-30(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro...frosch
2013-06-30(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid...frosch
2013-05-26(svn r25294) -Feature: Add another button to window title bars to resize the ...frosch
2013-05-26(svn r25290) -Add: Assign string names to notable windows.frosch
2013-05-26(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af...frosch
2013-05-12(svn r25238) -Feature: Display imminent closure of an industry in its view wi...alberth
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-12-23(svn r24846) -Add: Advanced settings to disable certain sound effects.frosch
2012-12-01(svn r24776) -Doc: Typo fixes, additions, and additional dots collected from ...alberth
2012-11-25(svn r24764) -Change: Disable horizontal resizing of the industry chain windo...alberth
2012-11-25(svn r24763) -Feature: Add industry type and cargo dropdown selection for eas...alberth
2012-11-11(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.frosch
2012-07-10(svn r24395) -Doc: Fixed argument references in @param descriptions.alberth
2012-06-01(svn r24310) -Codechange: Add named constants for the dimensions of settings ...frosch
2012-06-01(svn r24309) -Codechange: Split some functions from gui.h to settings_gui.hfrosch
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2012-01-01(svn r23706) -Codechange: prevent 'unknown command' doxygen errorssmatz
2011-12-16(svn r23534) -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-15(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, ...truebrain
2011-12-10(svn r23474) -Codechange: move the declaration error related functions to err...rubidium
2011-11-08(svn r23146) -Change: [NewGRF v8] Make callback 22 return a probability to us...frosch
2011-11-08(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks return...frosch
2011-08-06(svn r22725) -Fix: Always draw NewGRF supplied texts with a default colour.frosch
2011-07-03(svn r22631) -Fix: Additional text in fund industry window is NewGRF supplied...frosch
2011-07-03(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefSt...frosch
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale in...frosch
2011-04-17(svn r22343) -Change: Remove pixel limiter for query strings.terkhen
2011-03-13(svn r22247) -Codechange: Update comments wrt. ForceRebuild() in command-scope.frosch
2011-03-13(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidate...frosch
2011-03-08(svn r22228) -Fix (r22135)[FS#4546]: Do not resort town, industry and signs l...frosch
2011-02-06(svn r22001) -Codechange: Rename difficulty.number_industries to difficulty.i...alberth
2011-02-06(svn r22000) -Codechange: Introduce an enum for the industry density setting.alberth
2011-01-30(svn r21927) -Change: Comment-style fixes.alberth
2011-01-26(svn r21909) -Fix: some missing spacesrubidium
2011-01-22(svn r21890) -Cleanup: remove some unneeded includesrubidium
2010-12-30(svn r21665) -Codechange: Make GetCallbackWnd a method of _thd.alberth
2010-12-24(svn r21627) -Codechange: Remove _place_proc global variable.alberth
2010-12-12(svn r21477) -Fix [FS#4300]: tooltips were removed when their related window ...rubidium
2010-12-04(svn r21389) -Feature: Use alphabetical order when sorting industries by type...terkhen
2010-11-27(svn r21344) -Feature [FS#4214]: Natural sorting of strings using ICU.terkhen
2010-11-27(svn r21341) -Add: Use the complete industry name instead of only the town wh...terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPai...alberth