summaryrefslogtreecommitdiff
path: root/src/window_gui.h
AgeCommit message (Expand)Author
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
2008-05-10(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the sa...rubidium
2008-05-10(svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t...rubidium
2008-05-09(svn r13025) -Codechange: remove the need for two WindowEvents.rubidium
2008-05-09(svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena...rubidium
2008-05-08(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the ....rubidium
2008-05-08(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.rubidium
2008-05-08(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so m...rubidium
2008-05-08(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ...rubidium
2008-05-08(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with ...rubidium
2008-05-07(svn r12987) -Codechange: split viewport and tile selection.rubidium
2008-05-06(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...rubidium
2008-05-06(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.rubidium
2008-05-04(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.rubidium
2008-04-19(svn r12790) -Codechange: code style fixes. Patch by Alberth.rubidium
2008-04-18(svn r12761) -Codechange: lots of minor whitespace coding style fixes around ...rubidium
2008-04-17(svn r12749) -Codechange: store the viewport information in the windows that ...rubidium
2008-04-13(svn r12695) -Codechange: only allocate window structs when needed. Based on ...rubidium
2008-04-13(svn r12693) -Documentation: add some documentation to some window related st...rubidium
2008-04-11(svn r12663) -Codechange: move the definition from 'order_d' to a more approp...rubidium
2008-04-07(svn r12619) -Codechange: lots of documentation about window related stuff. P...rubidium
2008-03-28(svn r12470) -Codechange: split order related types from order.h (and openttd...rubidium
2008-03-28(svn r12469) -Codechange: split type related stuff from group.h (and openttd....rubidium
2008-03-28(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.rubidium
2008-03-26(svn r12425) -Feature [FS#1846]: On Screen Keyboard for input fields so someo...rubidium
2008-02-17(svn r12167) -Feature(tte): change colour of autorail and autoroad selection ...smatz
2008-01-26(svn r11988) -Codechange: Add a generic way of changing a widget's size and a...peter1138
2008-01-18(svn r11915) -Codechange: Add a function to draw a sort button's up/down arro...peter1138
2008-01-17(svn r11901) -Add: add two widgets for dropdowns, one raised and one inset, t...peter1138
2008-01-14(svn r11848) -Codechange: New class-based drop down list functionality. Lists...peter1138
2008-01-13(svn r11832) -Codechange: get rid of (quite) some VARDEFs.rubidium
2008-01-13(svn r11828) -Codechange: include table/* as the last includes and remove an ...rubidium
2008-01-12(svn r11818) -Codechange: split player.h into smaller pieces.rubidium
2008-01-09(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.rubidium
2008-01-09(svn r11786) -Codechange: shuffle more includespeter1138
2008-01-09(svn r11785) -Codechange: remove some unneeded includes.rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2007-12-26(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ...rubidium
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-19(svn r11668) -Codechange: more refactoring aimed at reducing compile time and...rubidium