Age | Commit message (Expand) | Author |
2010-11-20 | (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. | alberth |
2010-11-20 | (svn r21267) -Doc: Typo fixes. | alberth |
2010-10-19 | (svn r20997) -Fix: Size of sort buttons for order and vehicle list gui could ... | planetmaker |
2010-09-13 | (svn r20802) -Fix: Building bridges on water/watery objects behaved inconsist... | frosch |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-26 | (svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS... | alberth |
2010-05-22 | (svn r19881) -Fix [FS#3827]: pay for the rail/road when constructing tunnels ... | rubidium |
2010-04-04 | (svn r19561) -Feature: Give more detailed error message when trying to build ... | alberth |
2010-04-04 | (svn r19559) -Codechange: Rename CheckBridge_Stuff() to CheckBridgeAvailabili... | alberth |
2010-03-14 | (svn r19419) -Codechange: Use failed CommandCost object to retrieve message i... | alberth |
2010-02-24 | (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit | smatz |
2010-02-10 | (svn r19087) -Codechange: some typos in StringIDs | rubidium |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-18 | (svn r18866) -Codechange: remove the CmdFailed(ret)/CmdSucceeded(ret) wrapper... | rubidium |
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-20 | (svn r18580) -Codechange: Use widget information only for setting scrollbar c... | alberth |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | 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 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-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-16 | (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/... | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-07 | (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. | frosch |
2009-10-31 | (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef... | 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-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-19 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nest... | alberth |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-02 | (svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs... | rubidium |
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-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-08-03 | (svn r17056) -Codechange: Reduce width of the drop-down in the bridge gui. | alberth |
2009-08-03 | (svn r17055) -Codechange: Improve aligning of bridge sprites and descriptions... | alberth |
2009-08-03 | (svn r17054) -Codechange: Bridge gui uses nested widgets only. | alberth |
2009-07-22 | (svn r16921) -Codechange: make it more clear what strings are related to road... | rubidium |
2009-07-21 | (svn r16906) -Fix (r12939): Child windows of build toolbars were placed incon... | alberth |
2009-07-16 | (svn r16845) -Codechange: Introduction of constants for describing the bits i... | alberth |
2009-05-22 | (svn r16375) -Codechange: don't be afraid of deleting NULL pointers | smatz |