Age | Commit message (Expand) | Author |
2010-07-11 | (svn r20117) -Codechange: Use a Point struct to store double click position. | terkhen |
2010-07-03 | (svn r20070) -Feature: when none of the open windows handles a keypress, try ... | yexo |
2010-06-05 | (svn r19933) -Fix [FS#3804]: Keep _current_company and _local_company in sync... | frosch |
2010-05-30 | (svn r19910) -Doc: Doxygen additions. | alberth |
2010-05-30 | (svn r19909) -Doc: Typo fixes, small doxygen improvements. | alberth |
2010-05-30 | (svn r19908) -Codechange: Use a boolean value to assign to a boolean variable. | alberth |
2010-05-30 | (svn r19906) -Codechange: HandleMouseOver() never ends, so don't return an ev... | alberth |
2010-05-30 | (svn r19905) -Codechange: Use EventState for mouse handling routines. | alberth |
2010-05-30 | (svn r19904) -Codechange: Make EventState usable outside Window context. | alberth |
2010-05-30 | (svn r19903) -Codechange: Use SpecialMouseMode enum as type of _special_mouse... | alberth |
2010-05-23 | (svn r19886) -Add [FS#3705]: Perform window callback during mouse dragging fo... | alberth |
2010-05-01 | (svn r19746) -Fix [FS#3675]: Do not recenter usually centered windows when re... | frosch |
2010-04-26 | (svn r19731) -Add: Spritepicker to sprite alignment tool. | frosch |
2010-04-24 | (svn r19706) -Add: support for the (NewGRF) debug box | rubidium |
2010-04-04 | (svn r19563) -Fix [FS#3733] (r19558): OnResize wasn't called often enough so ... | rubidium |
2010-04-04 | (svn r19558) -Fix [FS#3730]: Window::OnResize() was not always called while r... | alberth |
2010-02-25 | (svn r19250) -Fix [FS#3643]: with RTL languages clicking a horizontal scrollb... | rubidium |
2010-02-10 | (svn r19089) -Codechange: some minor coding style | rubidium |
2010-02-04 | (svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Th... | rubidium |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-28 | (svn r18933) -Codechange: Don't constantly redraw a window when moving it unl... | peter1138 |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-06 | (svn r18744) -Fix [FS#3487-ish]: Do not toggle the sticky- and shading-button... | frosch |
2009-12-31 | (svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a w... | rubidium |
2009-12-23 | (svn r18620) -Fix: possible deadlock with SDL and changing the resolution in-... | rubidium |
2009-12-22 | (svn r18607) -Fix (r18583): Preserve window width when shading. | alberth |
2009-12-22 | (svn r18606) -Codechange: Introduce several forms of zero-size stacked displa... | alberth |
2009-12-21 | (svn r18587) -Codechange: Insert a shade selection widget in the widget tree ... | alberth |
2009-12-21 | (svn r18583) -Codechange: Add WWT_SHADEBOX widget and its functions (heavily ... | alberth |
2009-12-20 | (svn r18582) -Codechange: save 8 bytes from the Window class | rubidium |
2009-12-20 | (svn r18580) -Codechange: Use widget information only for setting scrollbar c... | alberth |
2009-12-20 | (svn r18579) -Codechange: Add orientation to scrollbars. | alberth |
2009-11-29 | (svn r18345) -Codechange: Warn the window that it gets initialized, so it can... | alberth |
2009-11-29 | (svn r18335) -Codechange: Further reduction of nested_root NULL-ness checking. | alberth |
2009-11-29 | (svn r18334) -Codechange: No need to test a pointer after using it. | alberth |
2009-11-29 | (svn r18331) -Fix [FS#3334]: news items would with some chat 'bars' not be di... | rubidium |
2009-11-28 | (svn r18322) -Codechange: remove the WDP duplication; no need to tell the sam... | rubidium |
2009-11-28 | (svn r18321) -Fix [FS#3331]: make the toolbars also calculate their top locat... | rubidium |
2009-11-28 | (svn r18320) -Codechange: make the terraform and transparency window not use ... | rubidium |
2009-11-24 | (svn r18273) -Codechange: do not require widget numbers for default widgets (... | rubidium |
2009-11-21 | (svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows... | rubidium |
2009-11-20 | (svn r18201) -Codechange (r18092): No need anymore for initializing nested wi... | alberth |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-17 | (svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposit... | rubidium |
2009-11-16 | (svn r18130) -Codechange: initial steps into making the vehicle/group lists b... | rubidium |
2009-11-16 | (svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window | rubidium |
2009-11-16 | (svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars... | rubidium |
2009-11-15 | (svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal | rubidium |
2009-11-15 | (svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget... | rubidium |
2009-11-15 | (svn r18092) -Codechange: remove support for the unnested widgets | rubidium |