summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
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
2009-05-16(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)smatz
2009-05-16(svn r16317) -Codechange: Generalized finding a widget by type.alberth
2009-05-06(svn r16242) -Codechange: rework pausingrubidium
2009-05-04(svn r16226) -Codechange: Separating generation of a widget array from Window...alberth
2009-04-19(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as t...rubidium
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 frameworkalberth
2009-03-22(svn r15817) -Codechange: Make room for additional widget types (Rubidium)alberth
2009-03-18(svn r15760) -Codechange [FS#2704]: support that the resize box is at the lef...rubidium
2009-03-17(svn r15756) -Codechange: remove the assumption that the second windget is al...rubidium
2009-03-15(svn r15725) -Fix: centering on a vehicle didn't respect its z coordinatesmatz
2009-03-15(svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp...rubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2009-03-14(svn r15711) -Codechange: lots of whitespace cleanup/fixesrubidium
2009-03-11(svn r15669) -Change: Key presses that are not handles by an input box are no...yexo
2009-03-06(svn r15627) -Documentation: Add two Doxygen strings (Alberth).belugas
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-02-01(svn r15312) -Codechange: Handle closing of drop down menus when clicking in ...peter1138
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-13(svn r15065) -Change (r14919): Allow to select a new station location by ctrl...frosch
2009-01-09(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ...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-04(svn r14824) -Fix [FS#1725]: mouse events could be treated twice (illogict)rubidium
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2009-01-03(svn r14794) -Document: a few functions/variables (Alberth)rubidium
2009-01-02(svn r14789) -Feature: allow scrolling with the left mouse button pressed (if...rubidium
2009-01-02(svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio...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 r14390) -Codechange: replace magic constants with symbolic constants.rubidium
2008-08-11(svn r14047) -Codechange: move chatmessage handling to the network directory ...rubidium
2008-06-12(svn r13495) -Fix: scrolling the main map with the keys speed was influenced ...rubidium
2008-05-30(svn r13346) -Fix (r13322): scrolling the main viewport with keyboard when ha...rubidium
2008-05-29(svn r13338) -Doc: add documentation about the window placement. Patch by Alb...rubidium