summaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Expand)Author
2005-05-02(svn r2248) - Fix (regression): fix crashing of game when joining a dedicated...Darkvater
2005-05-01(svn r2241) - Fix: [ 1190625 ] Changing mapsize crashes game with highlightin...Darkvater
2005-04-07(svn r2161) - Fix: When resizing a window, the button is also visibly depressedDarkvater
2005-04-05(svn r2152) - Fix: Chatbar in MP games is now on-top of the news window.darkvater
2005-04-04(svn r2149) - Fix (Regression): [ 1175877 ] Inputbox of savegamedialog did no...Darkvater
2005-04-04(svn r2146) - Fix: [ 1175973 ] Crash if any key is pressed in startup (pkirch...matthijs
2005-04-03(svn r2141) - Fix: Keys now hopefully only activate the right windows. If con...Darkvater
2005-03-26(svn r2074) MouseLoop -> InputLoop(), factor out a real mouse-specific MouseL...pasky
2005-03-09(svn r1978) - Fix: Plug some memleaks; thanks ValgrindDarkvater
2005-02-22(svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bu...Darkvater
2005-02-05(svn r1803) Move debugging stuff into files of it's owntron
2005-01-23(svn r1613) -Fix: WE_CLICK event is not called on default actions. If special...darkvater
2005-01-23(svn r1610) Remove trailing whitespace (last time ever, i hope)tron
2005-01-23(svn r1602) -Fix: [1107514] When resizing a window, make sure the correct win...tron
2005-01-22(svn r1596) Add some more staticstron
2005-01-22(svn r1594) Convert all undefined parameter lists to (void) and add the appro...tron
2005-01-16(svn r1539) -Fix: [1103271] free'd memory used. Moved w->wndproc(w, &e) to en...darkvater
2005-01-16(svn r1534) Use memmove() instead of memcpy() when copying overlapping memory...tron
2005-01-15(svn r1520) Trim 134 (!) lines with trailing whitespace ):tron
2005-01-13(svn r1497) -Fix: [1101179] Crash if generating land while industry window is...darkvater
2005-01-11(svn r1481) -Fix: [ 1099891 ] Added a return in DispatchLeftClickEvent which ...celestar
2005-01-11(svn r1479) -Added highscore chart (accessible from the difficulty window) wi...darkvater
2005-01-11(svn r1478) -Fix: [1099195] mouse-wheel in train replace window. Scrollbar1 a...darkvater
2005-01-09(svn r1451) Fix some of the signed/unsigned comparison warningstron
2005-01-03(svn r1348) -Feature: resizable windows. Read the comment in window.h to find...truelight
2005-01-03(svn r1338) -Fix: fix signed/unsigned warnings introduced when ditching the m...darkvater
2005-01-03(svn r1337) Use MapMax[XY]() (or MapSize[XY]() if appropriate) instead of TIL...tron
2005-01-02(svn r1323) Adding autoreplace featurebjarni
2004-12-22(svn r1225) -Feature: SHIFT+DEL now deletes all non-vital windows (only statu...darkvater
2004-12-15(svn r1121) -Feature: Added sticky windows feature. A small pin allows the us...darkvater
2004-12-15(svn r1117) Move map arrays and some related macros into their own files map....tron
2004-12-14(svn r1084) Generalized hotkey catching when textfield windows are open. Now ...dominik
2004-12-14(svn r1082) Feature: Chat toolbardominik
2004-12-14(svn r1080) Improve mini-map scrolling in a similar way as viewport scrolling...tron
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight
2004-11-14(svn r607) -Patch: [ 985102 ] static cleanuptron
2004-11-14(svn r580) Fix latent bug in BringWindowToFrontByID() - a wrong pointer was r...tron
2004-11-14(svn r578) Simplify BringWindowToFront()tron
2004-11-13(svn r559) Minor simplificationtron
2004-11-13(svn r558) -Fix: [ 1065247 ] Windows can be placed behind toolbartron
2004-11-11(svn r541) Make windows even snappier! ^^tron
2004-11-10(svn r538) -Feature: Windows snap at each othertron
2004-09-12(svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron fo...darkvater
2004-09-12(svn r212) -Fix: Network-gui fixes (sign_de)darkvater
2004-09-10(svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!truelight
2004-09-07(svn r179) -Fix: [1023971] Fix for MouseWheel assert error in non-zoomable vi...darkvater
2004-09-05(svn r159) -Fix: w->custom[] was too small for 64bit pointerstruelight
2004-09-03(svn r153) -Feature: [1009710] Extra Viewport. In the minimap dropdown menu, ...darkvater
2004-08-25(svn r137) Fix: console sometime didn't open (sign_de)dominik
2004-08-24(svn r127) New feature: ingame console. (sign_de)dominik