summaryrefslogtreecommitdiff
path: root/src/group_gui.cpp
AgeCommit message (Expand)Author
2010-05-22(svn r19878) -Fix [FX#3851]: Default vehicle group texts were drawn one pixel...alberth
2010-03-16(svn r19438) -Fix [FS#3700]: Custom group names are misaligned with default o...rubidium
2010-02-14(svn r19132) -Codechange: No need to end a line with ;;.alberth
2010-02-12(svn r19106) -Codechange: change 'const static' -> 'static const' for consist...rubidium
2010-02-10(svn r19087) -Codechange: some typos in StringIDsrubidium
2010-02-01(svn r18981) -Change: show empty query after creating new group (instead of '...smatz
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param...frosch
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2010-01-11(svn r18781) -Codechange: pass the CommandCost to the callback instead of whe...rubidium
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-20(svn r18580) -Codechange: Use widget information only for setting scrollbar c...alberth
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