Age | Commit message (Expand) | Author |
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 |
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 style | belugas |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-05-11 | (svn r4822) -Feature: Station List View can now be sorted and filtered (by wa... | celestar |
2006-04-06 | (svn r4301) - Fix: the maxlength parameter of Textbuf is supposed to be the s... | Darkvater |
2006-03-26 | (svn r4128) - CodeChange: Add proper semantics for CargoID for such variables... | Darkvater |
2006-02-04 | (svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons | bjarni |
2006-01-28 | (svn r3461) - Fix: Increase window-size as for 64-bit machines it wasn't enough | Darkvater |
2006-01-26 | (svn r3441) - Feature: Allow the network game list to be sorted (by name/clie... | Darkvater |
2006-01-26 | (svn r3439) - CodeChange: Remove a whole bunch of global variables and put th... | Darkvater |
2006-01-05 | (svn r3365) Staticise 36 functions | tron |
2006-01-05 | (svn r3364) Remove 3 unused functions (ScrollWindowToTile, AllocateWindowAuto... | tron |
2005-12-24 | (svn r3336) byte -> WindowClass, uint16 -> WindowNumber | tron |
2005-12-14 | (svn r3302) - Fix: split drawing of text buttons and the closebox, so the clo... | peter1138 |
2005-12-13 | (svn r3291) - Codechange, Autoreplace: Replace int with EngineID and -1 with ... | peter1138 |
2005-11-22 | (svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" ... | peter1138 |
2005-11-14 | (svn r3178) - Codechange: move static _dropdown_* vars into the window custom... | peter1138 |
2005-11-13 | (svn r3176) Use proper types, not some variants of int | tron |