Age | Commit message (Expand) | Author |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | rubidium |
2009-11-28 | (svn r18318) -Codechange: add an enum value for manual window placement | rubidium |
2009-11-27 | (svn r18308) -Codechange: Use GetSpriteSize() instead of hardcoded width in d... | frosch |
2009-11-27 | (svn r18307) -Fix: some coding style. | frosch |
2009-11-27 | (svn r18306) -Codechange: Remove the need for SETX from checkboxish menu items. | frosch |
2009-11-27 | (svn r18305) -Codechange: Replace some 2s with WD_FRAMERECT_(LEFT|RIGHT). | frosch |
2009-11-25 | (svn r18289) -Codechange: if using RTL draw the toolbar in the reverse direct... | rubidium |
2009-11-24 | (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJ... | smatz |
2009-11-24 | (svn r18274) -Codechange: remove the unused WDF flags | rubidium |
2009-11-23 | (svn r18261) -Codechange: center the company icons in the toolbar dropdowns | 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-20 | (svn r18201) -Codechange (r18092): No need anymore for initializing nested wi... | alberth |
2009-11-18 | (svn r18165) -Codechange: make company dropdowns RTL aware | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-15 | (svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panel | rubidium |
2009-11-15 | (svn r18092) -Codechange: remove support for the unnested widgets | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-09 | (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBT... | rubidium |
2009-11-09 | (svn r18027) -Codechange: make some unneededly global variables static and re... | rubidium |
2009-11-06 | (svn r17986) -Codechange: make the scenario 'main' toolbar nested. Also make ... | rubidium |
2009-11-06 | (svn r17985) -Codechange: make the toolbar container support non-resizable wi... | rubidium |
2009-11-04 | (svn r17973) -Fix: 'save' toolbar button didn't change when clicking it | rubidium |
2009-11-04 | (svn r17971) -Codechange: make the code of the toolbar more uniform; give the... | rubidium |
2009-11-04 | (svn r17970) -Codechange: some coding style / improvement of constant usage | rubidium |
2009-11-04 | (svn r17969) -Codechange: use the toolbar switch button lowered state as a wa... | rubidium |
2009-11-01 | (svn r17938) -Feature: non-automatic screenshot name can be entered in console | smatz |
2009-10-24 | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ... | rubidium |
2009-10-09 | (svn r17748) -Fix: crash when right clicking on the 'toggle' toolbar button | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-21 | (svn r17603) -Codechange: since now, towns are 'founded' instead of 'built' | smatz |
2009-09-20 | (svn r17596) -Codechange: constify some tables | smatz |
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-15 | (svn r17192) -Fix (r17175): Buttons in the toolbar of the scenario editor did... | alberth |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium |
2009-07-25 | (svn r16951) -Change: order the strings in the options dropdown slightly more... | rubidium |
2009-07-25 | (svn r16949) -Codechange: unify the way the DisplayOption enums are written | rubidium |
2009-07-23 | (svn r16930) -Codechange: more StringID name unification and grouping | rubidium |
2009-06-01 | (svn r16497) -Feature [FS#2870]: Q/W/E/D will now open the landscape toolbar ... | smatz |
2009-05-26 | (svn r16430) -Fix: crash when a company is deleted while a dropdown with comp... | smatz |
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 |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-16 | (svn r16321) -Fix (r5946): in the scenario editor change the (starting) game ... | rubidium |
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 |