Age | Commit message (Expand) | Author |
2006-12-29 | (svn r7621) -Codechange: Rework ShowQuery into a general modal popup window. ... | Darkvater |
2006-12-29 | (svn r7619) -Feature (Internal): Add support for modal children. It's a windo... | Darkvater |
2006-12-29 | (svn r7618) -Feature: Add support for a parent<>child relationship in Window ... | Darkvater |
2006-12-29 | (svn r7616) -Cleanup: | Darkvater |
2006-12-07 | (svn r7409) -Codechange: Make the ResizeWindow function also available outsid... | Darkvater |
2006-12-04 | (svn r7356) -Codechange: replace 'for (i = 0, wi = w->widget; wi->type != WWT... | rubidium |
2006-12-04 | (svn r7353) -Codechange: constify Window* in IsWindowWidget(Lowered|Hidden|Di... | rubidium |
2006-12-04 | (svn r7352) -Codechange: add widget_count parameter to the window. | rubidium |
2006-12-01 | (svn r7314) -Cleanup: const, whitespace, coding style and variable usage. | Darkvater |
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 engines | bjarni |
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_DATA | bjarni |
2006-10-04 | (svn r6642) -Fix r6639: 2 conversions missed | glx |
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 windows | bjarni |
2006-09-24 | (svn r6503) -Codechange: added a function to tell what vehicles a depot contains | bjarni |
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 |