summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
AgeCommit message (Expand)Author
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for custo...rubidium
2009-11-24(svn r18277) -Codechange: remove unneeded widget indices for close, resize an...rubidium
2009-11-24(svn r18274) -Codechange: remove the unused WDF flagsrubidium
2009-11-22(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi...alberth
2009-11-22(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.alberth
2009-11-22(svn r18220) -Codechange: Reduce number of nested widget dynamic casts.alberth
2009-11-22(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size ...rubidium
2009-11-22(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_C...rubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...rubidium
2009-11-17(svn r18151) -Codechange: Let industry build/found widgets fill the window.peter1138
2009-11-16(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/...rubidium
2009-11-15(svn r18086) -Codechange: remove 'widget' from WindowDescrubidium
2009-11-13(svn r18057) -Codechange: replace assert_compile() by new one which works wit...smatz
2009-10-31(svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef...alberth
2009-10-24(svn r17859) -Codechange: make the fund/build/prospect industry window nestedrubidium
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-20(svn r17828) -Codechange: Variable declaration code style, and a few comment ...alberth
2009-10-18(svn r17810) -Codechange/Fix: Add assert_tcompile() and use it.frosch
2009-10-18(svn r17802) -Feature(ette) [FS#1862]: [NewGRF] Textstack support for CB 37.frosch
2009-10-18(svn r17799) -Codechange: industry view window uses pure nested widgets.alberth
2009-10-18(svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large a...alberth
2009-10-18(svn r17797) -Codechange: Use parameters of new function, introduce constants...alberth
2009-10-18(svn r17796) -Codechange: Move drawing of the industry info to its own function.alberth
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...rubidium
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-21(svn r17603) -Codechange: since now, towns are 'founded' instead of 'built'smatz
2009-09-19(svn r17572) -Codechange: Use the Window::GetWidget() function to access nest...alberth
2009-09-14(svn r17534) -Codechange: unify the naming of callback masks/flagsrubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-07(svn r17445) -Fix (r17318): force resort after changing sort type in the indu...smatz
2009-09-05(svn r17423) -Fix [FS#3174]: Show '- None -' with empty town or industry list...alberth
2009-09-04(svn r17414) -Codechange: only send/read the number of bits that can be actua...rubidium
2009-09-02(svn r17369) -Codechange: make the depot, group and industry GUIs use the scr...rubidium
2009-08-30(svn r17322) -Codechange: make the industry directory window nested.rubidium
2009-08-30(svn r17320) -Codechange: move the code to determine the string and set dpara...rubidium
2009-08-30(svn r17319) -Codechange: replace some magic numbers related to locations/siz...rubidium
2009-08-30(svn r17318) -Codechange: remove state changes from the OnPaint of the indust...rubidium
2009-08-27(svn r17292) -Codechange: use unified ToPercent() function to convert fract n...smatz
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-16(svn r17198) -Fix [FS#2406]: Accept monthly production values in the scenario...alberth
2009-08-14(svn r17171) -Doc: Additions and corrections of various doxygen strings.alberth
2009-08-14(svn r17168) -Codechange: apply coding style to if and while statementssmatz
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-23(svn r16930) -Codechange: more StringID name unification and groupingrubidium
2009-07-20(svn r16886) -Codechange: unify naming of some string IDs related to string c...rubidium
2009-07-16(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()smatz
2009-07-16(svn r16845) -Codechange: Introduction of constants for describing the bits i...alberth
2009-05-24(svn r16422) -Codechange: use const_cast for removing const and warn when con...rubidium
2009-05-22(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetAct...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz