Age | Commit message (Expand) | Author |
2010-11-13 | (svn r21157) -Codechange: remove information about the text direction out of ... | rubidium |
2010-10-15 | (svn r20939) -Fix: some MSVC warnings | rubidium |
2010-10-04 | (svn r20897) -Codechange: Store the result of IsProductionAlterable() in a me... | frosch |
2010-08-22 | (svn r20591) -Codechange: make sure _date_fract is set when SetDate is called... | rubidium |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-29 | (svn r20239) -Doc: Give a common name to all fall throughs (FALL THROUGH). | terkhen |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2009-12-21 | (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. | alberth |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | rubidium |
2009-11-28 | (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows | 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 flags | rubidium |
2009-11-22 | (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWi... | alberth |
2009-11-22 | (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. | alberth |
2009-11-19 | (svn r18193) -Codechange: make the cheat window RTL aware | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-15 | (svn r18084) -Codechange: make the cheat gui nested | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-13 | (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o... | frosch |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-07-05 | (svn r16752) -Codechange: Remove most of the window-changing code from Airpor... | yexo |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS... | smatz |
2009-04-26 | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw... | rubidium |
2009-04-26 | (svn r16156) -Codechange: make the parameters of DrawStringMultiline the same... | rubidium |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-03-22 | (svn r15820) -Codechange: Some windows using nested widgets | alberth |
2009-03-22 | (svn r15814) -Fix (r1): Remove double background widget from cheat gui | alberth |
2009-03-22 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | rubidium |
2009-03-22 | (svn r15803) -Codechange: use the new text drawing API for multicenter | rubidium |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-02-23 | (svn r15564) -Fix: Refresh all industry windows if the modify production chea... | yexo |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc... | rubidium |
2009-02-04 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever ... | rubidium |
2009-02-04 | (svn r15336) -Fix: do not use _current_company in the GUI as there are no gua... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-11-22 | (svn r14603) -Fix [FS#2422]: the company ID is off-by-one w.r.t. to the rest ... | rubidium |
2008-09-30 | (svn r14423) -Codechange: also do r14221 for the strings. | 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-23 | (svn r14390) -Codechange: replace magic constants with symbolic constants. | rubidium |
2008-08-06 | (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArro... | belugas |
2008-08-01 | (svn r13907) -Codechange: Replace a number with Colours enum on DrawFrameRect... | belugas |
2008-07-31 | (svn r13887) -Codechange: Replace numbers with Colours enum on autoreplace, b... | belugas |