Age | Commit message (Expand) | Author |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-21 | (svn r18588) -Feature [FS#2943]: Add shading and unshading of windows. | alberth |
2009-12-20 | (svn r18580) -Codechange: Use widget information only for setting scrollbar c... | alberth |
2009-11-29 | (svn r18332) -Fix: the MSVC compile warnings | rubidium |
2009-11-28 | (svn r18324) -Codechange: there's no need for a default size when the window ... | rubidium |
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 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-22 | (svn r18222) -Codechange: make the sign list window big font aware | rubidium |
2009-11-19 | (svn r18187) -Codechange: make the advanced face selection, custom currency, ... | rubidium |
2009-11-18 | (svn r18174) -Codechange: make the sign list RTL aware | 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-02 | (svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/ | rubidium |
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-28 | (svn r17662) -Codechange: make the sign edit window nested | rubidium |
2009-09-19 | (svn r17572) -Codechange: Use the Window::GetWidget() function to access nest... | alberth |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-05 | (svn r17422) -Codechange: Remove magic constants and compute vertical minimal... | alberth |
2009-09-05 | (svn r17421) -Fix (r17418): Don't output debug information in signs list. | alberth |
2009-09-04 | (svn r17418) -Codechange [FS#3144]: Signs list window uses nested widget tree... | alberth |
2009-09-02 | (svn r17372) -Codechange: make the settings, rail and sign GUIs use the scrol... | rubidium |
2009-08-29 | (svn r17311) -Change: rename STR_WHITE_STRINGN to STR_WHITE_STRING | yexo |
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-07-23 | (svn r16930) -Codechange: more StringID name unification and grouping | rubidium |
2009-04-26 | (svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw... | rubidium |
2009-04-26 | (svn r16154) -Codechange: Added nested widgets for sign list and sign edit wi... | alberth |
2009-04-26 | (svn r16153) -Codechange: Completing QueryEditSignWidgets enum. | alberth |
2009-04-21 | (svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t... | rubidium |
2009-03-29 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca... | alberth |
2009-03-28 | (svn r15883) -Codechange: Make a widget enum for the sign list and use widget... | peter1138 |
2009-03-22 | (svn r15812) -Codechange: use the new DrawString API in another set of GUIs | rubidium |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-02-09 | (svn r15424) -Codechange: make it possible to have multiple windows with edit... | rubidium |
2009-02-04 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever ... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-03 | (svn r14804) -Codechange: unify opening the OSK (Zuu) | rubidium |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-12-16 | (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s... | rubidium |
2008-10-25 | (svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit... | glx |