summaryrefslogtreecommitdiff
path: root/window.h
AgeCommit message (Expand)Author
2006-11-30(svn r7299) -CodeChange: Train and Aircraft Build window GUI code simplified ...KUDr
2006-11-18(svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed ...Darkvater
2006-11-18(svn r7203) -Cleanup: Donnu what Miham was smoking there, but removed it (ass...Darkvater
2006-11-18(svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, us...Darkvater
2006-11-16(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/U...peter1138
2006-11-15(svn r7157) -Fix [FS#221, SF1168820]: Some mouse events possibly lost under h...Darkvater
2006-11-15(svn r7153) -Fix [FS#279]: Some keyboard events possibly lost under high CPU ...Darkvater
2006-11-13(svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some...bjarni
2006-11-11(svn r7130) -Codechange: Handle the positioning of windows through the desc->...Darkvater
2006-11-11(svn r7129) -Codechange: Get rid of a global variable that only sets a window...Darkvater
2006-11-07(svn r7092) -Codechange: Add function to send a window message to a whole cla...Darkvater
2006-10-27(svn r6961) -Codechange: Remove relic from r212 WWT_NODISTXTBTN which was ori...Darkvater
2006-10-24(svn r6926) -Codechange: Rename WWT_4 to WWT_TEXTBTN_2 and WWT_6 to WWT_INSET...Darkvater
2006-10-24(svn r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i...Darkvater
2006-10-18(svn r6821) -Codechange: For the measurement tool do not show the tooltip whe...Darkvater
2006-10-12(svn r6758) -Feature: Add a measurement tool that will show dimensions and he...Darkvater
2006-10-10(svn r6722) -Codechange: [aircraft build window] moved aircraft build window ...bjarni
2006-10-10(svn r6712) -Code cleanup: renamed buildtrain_d to buildvehicle_d as it's use...bjarni
2006-10-09(svn r6707) -Feature: [build aircraft window] added buttons to view propeller...bjarni
2006-10-07(svn r6684) -Feature: [train build window] added sorting options for the enginesbjarni
2006-10-07(svn r6680) -Codechange r6679: [train build window] only generate the list wh...bjarni
2006-10-07(svn r6679) -Feature: [train build window] added filter for wagons, engines o...bjarni
2006-10-06(svn r6669) -Add: vararg functions to set hidden/disabled/lowered state of mu...glx
2006-10-06(svn r6661) Feature: Windows are not restricted to 32 widget items anymore. belugas
2006-10-05(svn r6651) -Coding feature: added the windowevent WE_INVALIDATE_DATAbjarni
2006-10-04(svn r6642) -Fix r6639: 2 conversions missedglx
2006-10-04(svn r6639) -CodeChange : Conversion of SetWidgetLoweredState to SetWindowWid...belugas
2006-10-03(svn r6631) -Codechange: Use accessors for click_state.belugas
2006-10-03(svn r6624) -Feature: added ability to add refit commands to vehicle orders (...bjarni
2006-10-01(svn r6602) - Feature: we now support NewGRF livery refits, as used by DBsetX...peter1138
2006-10-01(svn r6601) - Codechange: Support cargo subtypes in the refit window. The ref...peter1138
2006-10-01(svn r6599) -Codechange: Add accessors around the members click/disabled/hidd...belugas
2006-09-26(svn r6513) -Codechange: unified the code to draw depot windowsbjarni
2006-09-24(svn r6503) -Codechange: added a function to tell what vehicles a depot containsbjarni
2006-09-23(svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo...belugas
2006-09-04(svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it t...Darkvater
2006-09-03(svn r6372) -Codechange: static, unneeded decleration in headers, superfluous...Darkvater
2006-09-02(svn r6345) -Codechange: AllocateWindowDescFront() now ensures that window_nu...bjarni
2006-08-29(svn r6210) Remove FR_NOBORDER, because it is exclusivly used in conjunction ...tron
2006-08-29(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_colo...tron
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-22(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ...belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-21(svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead ...truelight
2006-08-21(svn r6036) -Codechange: do not handle SCROLL in a central function, but let ...truelight
2006-08-20(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)truelight
2006-08-19(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:truelight
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-14(svn r5894) Remove a totally unnecessary indirection in the vehicle sorter co...tron
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas