Age | Commit message (Expand) | Author |
2010-02-24 | (svn r19225) -Feature: show warnings and errors in console as well, not only ... | smatz |
2010-02-24 | (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit | smatz |
2010-02-22 | (svn r19199) -Codechange: add a 'name'-property to airport tiles | yexo |
2010-02-04 | (svn r19007) -Prepare: 1.0.0-beta4 | rubidium |
2010-02-03 | (svn r18998) -Update: the credits | rubidium |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-23 | (svn r18899) -Fix: the default button was enabled even when the ENABLE_DEFAUL... | rubidium |
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-10 | (svn r18769) -Codechange: replace MiniLZO with the real library. If you're us... | rubidium |
2010-01-05 | (svn r18731) -Codechange: move the DrawStationCoverage stuff from misc_gui.cp... | rubidium |
2009-12-28 | (svn r18652) -Fix: glitches due to having the wrong bounding boxes for the fa... | rubidium |
2009-12-25 | (svn r18636) -Codechange: make TextEffect::duration a value in ticks instead ... | smatz |
2009-12-22 | (svn r18606) -Codechange: Introduce several forms of zero-size stacked displa... | alberth |
2009-12-20 | (svn r18580) -Codechange: Use widget information only for setting scrollbar c... | alberth |
2009-12-19 | (svn r18538) -Codechange: Split DrawStationCoverageText into a calculation pa... | alberth |
2009-11-28 | (svn r18324) -Codechange: there's no need for a default size when the window ... | rubidium |
2009-11-28 | (svn r18323) -Fix [FS#3330]: credits were drawn on the border of the window | rubidium |
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-28 | (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows | 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 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-21 | (svn r18208) -Fix [FS#3321]: in some cases the size of the land information w... | rubidium |
2009-11-19 | (svn r18195) -Codechange: move the child padding calculation/handling to WWT_... | rubidium |
2009-11-18 | (svn r18171) -Change: always align the about to the left; it is not translate... | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-17 | (svn r18135) -Codechange: File list text overflowed its container. | peter1138 |
2009-11-16 | (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/... | rubidium |
2009-11-15 | (svn r18111) -Change: One more developer added to the history of OpenTTD. | alberth |
2009-11-15 | (svn r18104) -Codechange: Let the query popup window's text entry field expan... | peter1138 |
2009-11-15 | (svn r18099) -Codechange: scale the edit boxes to the fontsize | 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-07 | (svn r17997) -Codechange: Introduce functions for querying top and bottom of ... | alberth |
2009-11-05 | (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi... | frosch |
2009-11-03 | (svn r17967) -Codechange: Specify that the buttons of the query string window... | alberth |
2009-11-03 | (svn r17966) -Fix (r17965): The Default button should be disabled in some cas... | alberth |
2009-11-03 | (svn r17965) -Codechange: query string window uses pure nested widgets. | alberth |
2009-11-02 | (svn r17945) -Fix (r17940): Absence of main toolbar and/or status bar should ... | alberth |
2009-11-01 | (svn r17940) -Codechange: Use real y position of the main toolbar and status ... | alberth |
2009-11-01 | (svn r17935) -Fix (r17933): Compensate for being inside a class. | alberth |
2009-11-01 | (svn r17933) -Codechange: Move position calculation of error message window i... | alberth |
2009-11-01 | (svn r17932) -Fix: Don't let the tooltip go under the status bar. | alberth |
2009-11-01 | (svn r17931) -Codechange: Error message window uses pure nested widgets. | alberth |
2009-10-31 | (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string bef... | alberth |
2009-10-31 | (svn r17927) -Codechange: Rename error message string variables. | alberth |