Age | Commit message (Expand) | Author |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
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/false | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
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 statements | smatz |
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 lists | rubidium |
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 pausing | rubidium |
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 widgets | alberth |
2009-03-22 | (svn r15812) -Codechange: use the new DrawString API in another set of GUIs | rubidium |
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/fixes | rubidium |
2009-02-09 | (svn r15427) -Codechange: give w->caption_color a more sensible name as it ho... | rubidium |
2009-02-01 | (svn r15312) -Codechange: Handle closing of drop down menus when clicking in ... | peter1138 |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-08 | (svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window w... | frosch |
2009-01-03 | (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot... | smatz |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-15 | (svn r14334) -Feature: ability to reset name to default/automatic value (for ... | smatz |
2008-09-15 | (svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt... | smatz |
2008-09-15 | (svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore. | rubidium |
2008-09-13 | (svn r14306) -Codechange: unify the code to draw the vehicle list. | rubidium |
2008-09-12 | (svn r14303) -Codechange: make the vehicle list part of the group window look... | rubidium |
2008-09-12 | (svn r14302) -Codechange: simplify and make the vehicle list and group window... | rubidium |
2008-09-12 | (svn r14301) -Codechange: give the vehicle list and group list the same relat... | rubidium |