Age | Commit message (Expand) | Author |
2009-11-07 | (svn r17995) -Codechange: PreventHiding() is used in one file, make it static. | alberth |
2009-11-02 | (svn r17947) -Codechange: make the statusbar, chat input and news window know... | 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-25 | (svn r17869) -Codechange: don't create OnScroll() event for zero delta | smatz |
2009-10-24 | (svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was ... | rubidium |
2009-10-20 | (svn r17830) -Fix [FS#3276]: Some windows already need their window_number wh... | frosch |
2009-10-10 | (svn r17751) -Fix [FS#3253]: sometimes clicking on a for the user unfocused e... | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-10-02 | (svn r17682) -Codechange: remove erroneous space before some commas | rubidium |
2009-09-30 | (svn r17673) -Codechange: make InvalidateThisWindowData a function of the win... | 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-13 | (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by o... | frosch |
2009-09-11 | (svn r17504) -Codechange: un-inlining SetFocusedWidget() as it is not often u... | alberth |
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 r17365) -Codechange: introduce wrapper functions to update the position,... | rubidium |
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 r17168) -Codechange: apply coding style to if and while statements | smatz |
2009-08-10 | (svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicl... | frosch |
2009-08-01 | (svn r17024) -Codechange: Allow InitNested to be done in two parts. | alberth |
2009-07-26 | (svn r16963) -Codechange: Added NWidgetViewport widget. | alberth |
2009-07-25 | (svn r16957) -Fix: Trigger the same window repositioning after changing font/... | frosch |
2009-07-21 | (svn r16906) -Fix (r12939): Child windows of build toolbars were placed incon... | alberth |
2009-07-20 | (svn r16890) -Codechange: Allow raising and enabling/disabling of widgets eve... | alberth |
2009-07-16 | (svn r16848) -Fix: Trying to reduce a nested widget window further than the s... | alberth |
2009-07-15 | (svn r16838) -Codechange: Fill Window::nested_array in SetupSmallestSize. | alberth |
2009-07-13 | (svn r16815) -Fix: reduce the toolbar's priority for handling keypresses from... | rubidium |
2009-07-12 | (svn r16798) -Fix [FS#3016]: Added several new widget distances for better wi... | alberth |
2009-07-09 | (svn r16779) -Fix: Take real smallest size of nested widgets into account for... | alberth |
2009-07-09 | (svn r16778) -Codechange: Split window initialization in a data part and a si... | alberth |
2009-07-05 | (svn r16747) -Fix: Non-resized windows also need a post re-init SetDirty. | alberth |
2009-07-04 | (svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory... | alberth |
2009-06-28 | (svn r16687) -Codechange: Perform re-initialization of windows with nested wi... | alberth |
2009-06-05 | (svn r16519) -Add: Prevent hiding of a window titlebar behind the status bar. | alberth |
2009-06-04 | (svn r16517) -Codechange: Switched intro-screen and town directory window to ... | alberth |
2009-06-04 | (svn r16516) -Codechange: Added click and drag handling for nested widgets. | alberth |
2009-06-04 | (svn r16515) -Codechange: Added scrollbar handling for nested widgets, and fi... | alberth |
2009-06-03 | (svn r16514) -Codechange: Add widget flags, and drawing and invalidating. | alberth |
2009-06-03 | (svn r16513) -Codechange: Add nested widgets root and array to Window, and NW... | alberth |
2009-06-01 | (svn r16495) -Codechange: Renamed a few variables. | alberth |
2009-06-01 | (svn r16491) -Codechange: Added parentheses around bitwise operators for code... | alberth |
2009-05-31 | (svn r16484) -Cleanup: Renamed widget variable to widget_index and introduced... | alberth |
2009-05-30 | (svn r16467) -Codechange: Unduplicate setting of widget focus (with thanks to... | alberth |
2009-05-30 | (svn r16466) -Codechange: Improved wording in comments. | alberth |
2009-05-30 | (svn r16465) -Codechange: Eliminated GetGloballyFocusedWidget(), it was used ... | alberth |
2009-05-30 | (svn r16463) -Cleanup: Code style fixes. | alberth |