Age | Commit message (Expand) | Author |
2007-01-02 | (svn r7759) -Merge: makefile rewrite. This merge features: | rubidium |
2006-12-30 | (svn r7635) -Fix (r7618, r7621): Guard against recursive deletion. It is poss... | 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-26 | (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debu... | Darkvater |
2006-12-07 | (svn r7414) -Fix: Immediately invalidate the resize widget when clicked, inst... | 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 r7355) -Codechange: replace 'for (i = 0; w->widget[i].type != WWT_TYPE; ... | rubidium |
2006-12-04 | (svn r7352) -Codechange: add widget_count parameter to the window. | rubidium |
2006-12-01 | (svn r7313) -Codechange: Calling invalidate data on a window will surely warr... | Darkvater |
2006-11-21 | (svn r7233) -Codechange: get rid of three console.c globals | Darkvater |
2006-11-19 | (svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC foun... | Darkvater |
2006-11-18 | (svn r7207) -Codechange: Pass the (unchanged) windowpointer to the console wi... | Darkvater |
2006-11-18 | (svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed ... | Darkvater |
2006-11-18 | (svn r7202) -Codechange: Move _viewports and _active_viewports local to viewp... | Darkvater |
2006-11-18 | (svn r7201) -Codechange: Use goto's to loop _windows when there is a change y... | 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 r7156) -Codechange: Remove obsolete variable, localize global variable, ... | 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 r6925) -Codechange: Be more strict with widget distinctions. WWT_PANEL i... | Darkvater |
2006-10-07 | (svn r6680) -Codechange r6679: [train build window] only generate the list wh... | bjarni |
2006-10-06 | (svn r6671) -Fix r6670: typo :P | glx |
2006-10-06 | (svn r6670) -Fix r6669: SetWindowWidgetsDisableState() should disable widgets... | glx |
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-03 | (svn r6631) -Codechange: Use accessors for click_state. | belugas |
2006-09-23 | (svn r6499) -Codechange: Finally, got "byte event" outside of the union Windo... | belugas |
2006-09-04 | (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more... | rubidium |
2006-09-02 | (svn r6345) -Codechange: AllocateWindowDescFront() now ensures that window_nu... | bjarni |
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-19 | (svn r5946) -Add: merged the TGP branch to mainline. TGP adds: | truelight |
2006-07-26 | (svn r5609) CodeChange : Apply coding style | belugas |
2006-06-27 | (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular | tron |
2006-06-10 | (svn r5210) Many small changes which piled up: const, unsigned, variable scop... | tron |
2006-04-03 | (svn r4249) -Codechange: Replace more occurences of 16 by TILE_SIZE and of 8 ... | celestar |
2006-02-06 | (svn r3564) Several smaller changes: | tron |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2006-02-01 | (svn r3510) Fiddle with whitespace and parentheses | tron |
2006-01-24 | (svn r3425) - Fix: Followup to r3421. Correctly reset the TileHighLightData s... | Darkvater |