summaryrefslogtreecommitdiff
path: root/src/window.cpp
AgeCommit message (Expand)Author
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-12-25(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it...rubidium
2007-12-23(svn r11684) -Codechange: split gfx.h in a type and functional header.rubidium
2007-12-22(svn r11682) -Codechange: move some 'generic' geometry related types into a s...rubidium
2007-12-19(svn r11667) -Codechange: split window.h into a header that defines some 'glo...rubidium
2007-12-13(svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor.rubidium
2007-12-08(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove ...belugas
2007-12-08(svn r11595) -Codechange: add a new member to Window struct, based on its fun...belugas
2007-12-08(svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischiefbelugas
2007-12-08(svn r11592) -Codechange: Use the Window member RaiseButtons and remove the n...belugas
2007-12-08(svn r11591) -Codechange: remove now unused widget accessors.belugas
2007-12-07(svn r11588) -Codechange: use the new member introduced in r11551glx
2007-12-07(svn r11586) -Fix: make another widget 'accessor' function const when it shou...glx
2007-12-06(svn r11583) -Fix [FS#1484]: windows could get completely missing when one re...rubidium
2007-12-06(svn r11579) -Revert(r11578): some cases of key propagation are not handled c...belugas
2007-12-06(svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY whi...belugas
2007-12-02(svn r11556) -Feature: allow setting a default password for new companies in ...rubidium
2007-12-02(svn r11555) -Codechange: use the new members introduced in r11551.rubidium
2007-12-02(svn r11551) -Codechange: Introduction of widget control members on struct Wi...belugas
2007-11-24(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...skidd13
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...skidd13
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...skidd13
2007-11-18(svn r11471) -Codechange: one more variable retyped to enum ViewportHighlight...smatz
2007-11-11(svn r11405) -Fix: in rare cases OpenTTD could segfault when resizing and scr...truelight
2007-10-20(svn r11304) -Feature: Control-Clicking the Center Main View button on the ve...belugas
2007-10-14(svn r11256) -Codechange: Make opening a new toolbar not overlapping its pare...belugas
2007-08-23(svn r10967) -Fix: in case of moving the window on create (because it doesn't...truelight
2007-08-19(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...rubidium
2007-07-29(svn r10730) -Codechange: allow (some) arbitrary data to be send to the WE_CR...rubidium
2007-07-29(svn r10727) -Codechange: when a window would fall outside of the screen (on ...rubidium
2007-07-29(svn r10726) -Codechange: make it possible that the chat window is less than ...rubidium
2007-07-29(svn r10725) -Codechange: move some window related code out of gfx.cpp to win...rubidium
2007-07-28(svn r10717) -Fix: in-game console had a "transparent" part when opened in a ...rubidium
2007-07-28(svn r10716) -Codechange: not all windows' minimum size is actually their min...rubidium
2007-07-27(svn r10707) -Codechange: account for the main toolbar and status bar when de...rubidium
2007-07-27(svn r10705) -Fix (r10704): some windows were not correctly initialized as th...rubidium
2007-07-27(svn r10704) -Codechange: provide an infrastructure to have resizable windows...rubidium
2007-07-22(svn r10649) -Fix (r9962): autoscroll (pointer near screen edge) didn't workpeter1138
2007-07-07(svn r10465) -Fix: first run the WE_CREATE callback and then perform the dirt...rubidium
2007-06-25(svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame sc...rubidium
2007-06-22(svn r10276) -Codechange: made a counter based on milliseconds and independen...truelight
2007-06-22(svn r10265) -Feature: allow double-clicking on certain places: build-vehicle...truelight
2007-06-17(svn r10190) -Codechange: merged renderer and blitter to one single class API...truelight
2007-06-12(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...truelight
2007-05-15(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obv...truelight
2007-05-15(svn r9844) -Codechange: replace zoomlevel with an enumtruelight
2007-04-26(svn r9720) -Codechange: Remove global var and gotos from window autoplacementpeter1138
2007-04-18(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tab...rubidium
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-17(svn r9662) -Documentation: Doxygen corrections and @file omissionsbelugas