summaryrefslogtreecommitdiff
path: root/src/window_gui.h
AgeCommit message (Expand)Author
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
2008-07-18(svn r13732) -Feature: add a few extra columns with information to the server...rubidium
2008-05-29(svn r13322) -Codechange: _no_scroll belongs more with the window code.rubidium
2008-05-29(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to wind...rubidium
2008-05-24(svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their ...frosch
2008-05-19(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.rubidium
2008-05-18(svn r13169) -Codechange: remove a (now) unneeded parameter of one of the Win...rubidium
2008-05-18(svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of Windo...rubidium
2008-05-17(svn r13151) -Codechange: use an enum instead of bool as return type of OnKey...rubidium
2008-05-17(svn r13141) -Codechange: remove an unused variable from Window.rubidium
2008-05-17(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...rubidium
2008-05-17(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th...rubidium
2008-05-17(svn r13138) -Codechange: remove the need for IsWindowOfPrototype.rubidium
2008-05-17(svn r13133) -Codechange: Add a base class (descending from Window) for all n...belugas
2008-05-16(svn r13130) -Codechange: remove some of the (old) WindowEvent wrapper functi...rubidium
2008-05-16(svn r13129) -Codechange: remove the WP macro and it's related variables.rubidium
2008-05-16(svn r13117) -Codechange: make a window class of the PlayerFinancesWindow.rubidium
2008-05-15(svn r13108) -Codechange: make a Window subclass of the main toolbars sub menus.rubidium
2008-05-15(svn r13104) -Codechange: make ResetObjectToPlace safe to be called recursive...rubidium
2008-05-15(svn r13103) -Codechange: make a class of the PlayerCompanyWindow.rubidium
2008-05-13(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer...rubidium
2008-05-11(svn r13051) -Codechange: depot_d belongs in depot_gui.cpp.rubidium
2008-05-11(svn r13047) -Codechange: remove vp_dglx
2008-05-11(svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform.rubidium
2008-05-11(svn r13041) -Fix: calling a virtual function on a not fully constructed obje...rubidium
2008-05-10(svn r13031) -Codechange: make AssignWidgetToWindow a static function instead...rubidium
2008-05-10(svn r13029) -Codechange: more work in the road to getting the WP macros and ...rubidium