summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
AgeCommit message (Expand)Author
2009-11-29(svn r18342) -Fix: erroneous spaces before ;rubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam...rubidium
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 r18237) -Codechange: make the group GUI big font awarerubidium
2009-11-22(svn r18236) -Codechange: make the group gui behave 'better aligned'rubidium
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 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-22(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' fr...rubidium
2009-11-17(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes...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-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 r18066) -Codechange: Make group gui window use pure nested widgets.alberth
2009-11-13(svn r18059) -Codechange: Move some variable declarations to their use.alberth
2009-10-25(svn r17865) -Codechange: Remove references to specific widgets and step-heig...alberth
2009-10-24(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ...rubidium
2009-10-17(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro...rubidium
2009-09-13(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...frosch
2009-09-02(svn r17369) -Codechange: make the depot, group and industry GUIs use the scr...rubidium
2009-08-25(svn r17281) -Feature(tte): open the 'Rename group' dialog after creating new...smatz
2009-08-24(svn r17275) -Codechange: remember group ID we are renaming, don't rename cur...smatz
2009-08-23(svn r17271) -Fix: SetFill sometimes used 1/0 when it should be using true/falserubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-15(svn r17185) -Codechange: Tweak depot gui and vehicle lists, so text overlaps...frosch
2009-08-09(svn r17131) -Codechange: apply coding style to some switch statementssmatz
2009-08-05(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...rubidium
2009-07-22(svn r16920) -Codechange: shuffle some strings around to simplify looking up ...rubidium
2009-07-20(svn r16887) -Fix (r16884): erroneous semicolon.rubidium
2009-07-20(svn r16885) -Codechange: reduce (string) duplication with vehicle listsrubidium
2009-07-19(svn r16881) -Codechange: fix some naming inconsistencies w.r.t. strings used...rubidium
2009-07-16(svn r16845) -Codechange: Introduction of constants for describing the bits i...alberth
2009-05-22(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...smatz
2009-05-18(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...smatz
2009-05-17(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...smatz
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-04-21(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...rubidium
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...rubidium
2009-03-29(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca...alberth
2009-03-22(svn r15820) -Codechange: Some windows using nested widgetsalberth
2009-03-22(svn r15812) -Codechange: use the new DrawString API in another set of GUIsrubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-15(svn r15724) -Codechange: some widget documentation/fixing of enumified const...rubidium
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium