Age | Commit message (Expand) | Author |
2009-11-29 | (svn r18336) -Cleanup (r18092): Remove declaration of an already removed func... | alberth |
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-28 | (svn r18318) -Codechange: add an enum value for manual window placement | 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-19 | (svn r18195) -Codechange: move the child padding calculation/handling to WWT_... | rubidium |
2009-11-17 | (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDes... | rubidium |
2009-11-15 | (svn r18092) -Codechange: remove support for the unnested widgets | rubidium |
2009-11-15 | (svn r18089) -Codechange: remove ResizeWindowForWidget | rubidium |
2009-11-15 | (svn r18086) -Codechange: remove 'widget' from WindowDesc | rubidium |
2009-11-14 | (svn r18069) -Codechange: Initialize window flags at the same tme as the othe... | alberth |
2009-11-11 | (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "n... | rubidium |
2009-11-11 | (svn r18040) -Codechange: the size parameter (if it's that actually) isn't ne... | rubidium |
2009-11-09 | (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBT... | rubidium |
2009-11-08 | (svn r18022) -Cleanup: remove some (now) unused button resize functions | rubidium |
2009-11-08 | (svn r18013) -Codechange: Add possibility to change window size during ReInit(). | alberth |
2009-11-07 | (svn r18003) -Cleanup: prune some unused functions from Window | rubidium |
2009-11-02 | (svn r17959) -Cleanup: remove unused function | rubidium |
2009-10-31 | (svn r17922) -Fix [FS#3291]: crash when closing NewGRF parameter window with ... | rubidium |
2009-10-31 | (svn r17915) -Codechange: Allow windows to compute their own initial position. | alberth |
2009-10-30 | (svn r17903) -Codechange: don't get a modifiable NWidget from a const Window | rubidium |
2009-10-24 | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ... | rubidium |
2009-10-18 | (svn r17798) -Codechange: Introduce new constant WD_PAR_VSEP_WIDE for large a... | alberth |
2009-10-17 | (svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wro... | rubidium |
2009-09-30 | (svn r17673) -Codechange: make InvalidateThisWindowData a function of the win... | rubidium |
2009-09-19 | (svn r17578) -Fix (r17572): Some compilers don't like default function templa... | alberth |
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-11 | (svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often u... | alberth |
2009-09-11 | (svn r17503) -Fix (r17502): Save all files before commit. | alberth |
2009-09-03 | (svn r17399) -Fix (r17365): if scrollbar has more capacity than elements clic... | rubidium |
2009-09-02 | (svn r17375) -Codechange: remove last direct usage of scrollbar variables | rubidium |
2009-09-02 | (svn r17374) -Codechange: make the town and vehicle GUIs use the scrollbar wr... | rubidium |
2009-09-02 | (svn r17370) -Codechange: make the saveload and network GUIs use the scrollba... | rubidium |
2009-09-02 | (svn r17367) -Codechange: make the autoreplace, bridge and build vehicle GUIs... | rubidium |
2009-09-02 | (svn r17366) -Codechange: make the AI GUIs use the scrollbar wrappers | rubidium |
2009-09-02 | (svn r17365) -Codechange: introduce wrapper functions to update the position,... | rubidium |
2009-08-30 | (svn r17324) -Codechange: Land info window uses nested widget tree | Yexo |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-14 | (svn r17175) -Codechange: Only auto-raise push buttons. | alberth |
2009-08-14 | (svn r17171) -Doc: Additions and corrections of various doxygen strings. | alberth |
2009-08-01 | (svn r17024) -Codechange: Allow InitNested to be done in two parts. | alberth |
2009-07-31 | (svn r17008) -Fix [FS#3061]: Resize matrix in station build window vertically... | alberth |
2009-07-26 | (svn r16963) -Codechange: Added NWidgetViewport widget. | alberth |
2009-07-26 | (svn r16960) -Doc: Added some viewport and vehicle type doxygen strings. | alberth |
2009-07-25 | (svn r16953) -Codechange: Use SetStringParameters() for simple parameterized ... | alberth |
2009-07-21 | (svn r16906) -Fix (r12939): Child windows of build toolbars were placed incon... | alberth |
2009-07-20 | (svn r16892) -Codechange: Add support for nested widget tree windows to Picke... | alberth |