Age | Commit message (Expand) | Author |
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 |
2009-07-20 | (svn r16890) -Codechange: Allow raising and enabling/disabling of widgets eve... | alberth |
2009-07-18 | (svn r16871) -Codechange: Generalize GetWidgetContentSize to UpdateWidgetSize... | alberth |
2009-07-15 | (svn r16838) -Codechange: Fill Window::nested_array in SetupSmallestSize. | alberth |
2009-07-14 | (svn r16831) -Fix (r16798): Stickybox is in the header and resizebox in the f... | alberth |
2009-07-12 | (svn r16798) -Fix [FS#3016]: Added several new widget distances for better wi... | alberth |
2009-07-10 | (svn r16787) -Fix [FS#3027]: the noise level text in the airport build window... | yexo |
2009-07-09 | (svn r16778) -Codechange: Split window initialization in a data part and a si... | alberth |
2009-07-04 | (svn r16740) -Codechange: Self-sizing widgets in intro screen, town directory... | alberth |
2009-07-02 | (svn r16727) -Codechange: Introducing WD_SORTBUTTON_ARROW_WIDTH constant. | alberth |
2009-06-28 | (svn r16689) -Codechange: Allow for rendering of parameterized text of nested... | alberth |
2009-06-28 | (svn r16687) -Codechange: Perform re-initialization of windows with nested wi... | alberth |
2009-06-28 | (svn r16684) -Codechange: Add maxdim function for Dimension struct. | 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-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-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 |
2009-05-16 | (svn r16317) -Codechange: Generalized finding a widget by type. | alberth |
2009-03-29 | (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() ca... | alberth |
2009-03-28 | (svn r15867) -Codechange: remove the assumption that the first widgets are th... | yexo |
2009-03-22 | (svn r15819) -Add: Nested widgets framework | alberth |
2009-03-18 | (svn r15760) -Codechange [FS#2704]: support that the resize box is at the lef... | rubidium |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-03-06 | (svn r15627) -Documentation: Add two Doxygen strings (Alberth). | belugas |
2009-02-17 | (svn r15509) -Codechange: move definition of some Window methods to class def... | smatz |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-09 | (svn r15427) -Codechange: give w->caption_color a more sensible name as it ho... | rubidium |
2009-02-09 | (svn r15424) -Codechange: make it possible to have multiple windows with edit... | rubidium |
2009-02-09 | (svn r15423) -Codechange: split widget related types to their own header and ... | rubidium |
2009-02-04 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever ... | rubidium |
2009-01-08 | (svn r14918) -Cleanup: remove unused constant. | rubidium |
2009-01-07 | (svn r14905) -Fix (r14899): in some corner cases already freed memory could b... | rubidium |
2009-01-07 | (svn r14899) -Feature: remove the window limit, but leave a configurable limi... | rubidium |
2009-01-06 | (svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (f... | rubidium |
2009-01-03 | (svn r14804) -Codechange: unify opening the OSK (Zuu) | rubidium |
2008-12-16 | (svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s... | rubidium |
2008-10-14 | (svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names... | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-24 | (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo... | smatz |
2008-09-23 | (svn r14392) -Fix [FS#1404]: some widgets saw a single click as multiple clicks. | rubidium |
2008-09-23 | (svn r14390) -Codechange: replace magic constants with symbolic constants. | rubidium |
2008-08-03 | (svn r13977) -Codechange: Let ResizeWindowForWidget() handle hidden (zero hei... | peter1138 |
2008-08-02 | (svn r13922) -Codechange: Move measurement-tooltip related stuff out of the g... | frosch |
2008-08-01 | (svn r13910) -Document: string drawing related functions and types (Alberth) | rubidium |