Age | Commit message (Expand) | Author |
2006-12-04 | (svn r7356) -Codechange: replace 'for (i = 0, wi = w->widget; wi->type != WWT... | rubidium |
2006-11-30 | (svn r7310) -Codechange: Change scrolling dropdown box to use 1 scroll unit =... | peter1138 |
2006-11-18 | (svn r7206) -Codechange: Remove (some of) the magic needed for windows that c... | Darkvater |
2006-11-06 | (svn r7086) -Featurette: Add additional positioning for long dropdown lists: ... | peter1138 |
2006-11-03 | (svn r7058) -Codechange: Truncate text in window captions | peter1138 |
2006-10-24 | (svn r6927) -Codechange: No need to explicitly cast a boolean to a boolean an... | 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-06 | (svn r6661) Feature: Windows are not restricted to 32 widget items anymore. | belugas |
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-08 | (svn r6423) -Codechange: Replace two magic numbers by appropriate enum/define... | belugas |
2006-09-04 | (svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it t... | Darkvater |
2006-08-29 | (svn r6222) Remove struct ColorList, because the names of its attributes are ... | tron |
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-22 | (svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ... | belugas |
2006-05-06 | (svn r4753) - Truncate text in dropdown lists to stop text overflowing. | peter1138 |
2006-02-01 | (svn r3511) More whitespace ([FS#46] by Rubidium) | tron |
2005-12-28 | (svn r3349) Fix off-by-one error in drawing matrix widget, from r3181. | peter1138 |
2005-12-14 | (svn r3302) - Fix: split drawing of text buttons and the closebox, so the clo... | peter1138 |
2005-11-29 | (svn r3247) - Fix: "[ 1335580 ] sticky windows not sticky anymore" | peter1138 |
2005-11-22 | (svn r3225) - Fix for "[ 1359165 ] Autoreplace problem with r3171 and later" ... | peter1138 |
2005-11-15 | (svn r3184) GB/SB | tron |
2005-11-14 | (svn r3181) -Bracing | tron |
2005-11-14 | (svn r3178) - Codechange: move static _dropdown_* vars into the window custom... | peter1138 |
2005-11-12 | (svn r3171) - Codechange: remove static _dropdown_disabled/_dropdown_hidden v... | peter1138 |
2005-11-04 | (svn r3134) Forgot to commit one file in r3133 | tron |
2005-10-22 | (svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in com... | tron |
2005-09-23 | (svn r2974) -Fix: Drag and drop selection on drop down boxes didn't select co... | peter1138 |
2005-09-18 | (svn r2962) - const correctness for all Get* functions and most Draw* functio... | Darkvater |
2005-09-10 | (svn r2932) Give the strings consisting of an up/a down arrow symbolic names | tron |
2005-07-28 | (svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums f... | celestar |
2005-07-24 | (svn r2701) Insert Id tags into all source files | tron |
2005-07-22 | (svn r2673) Include functions.h directly, not globally via openttd.h | tron |
2005-07-21 | (svn r2664) Remove depedency on player.h from variables.h | tron |
2005-07-15 | (svn r2573) Codechange: Removed WDF_RESTORE_DPARAM, it's not needed with the ... | ludde |
2005-07-08 | (svn r2535) Tabs | tron |
2005-07-08 | (svn r2530) - Fix: [ 1219829 ] Mouse-wheel crashes OTTD. Widget detection fai... | Darkvater |
2005-06-15 | (svn r2444) - CodeChange: Add an enum for demagicifying the values of the 'f... | hackykid |
2005-06-02 | (svn r2397) - CodeChange: rename all "ttd" files to "openttd" files. | Darkvater |
2005-04-07 | (svn r2161) - Fix: When resizing a window, the button is also visibly depressed | Darkvater |
2005-02-13 | (svn r1867) Include tables/sprites.h only in files which need it | tron |
2005-01-26 | (svn r1679) Fix: dropdown menus now returns the index of the string that was ... | bjarni |
2005-01-22 | (svn r1596) Add some more statics | tron |
2005-01-06 | (svn r1402) Trim trailing whitespace | tron |
2005-01-04 | (svn r1380) -Fix: missed widget fixes; thanks Jango and TestMan57 | darkvater |
2005-01-04 | (svn r1379) -Fix: various GUI glitches. Added default sizes to various widget... | darkvater |
2005-01-04 | (svn r1369) -Feature(ish): Added sprites for up/down and left/right arrows. A... | darkvater |
2005-01-04 | (svn r1368) -Fix: Disabled dropdown menu options are gray again (instead of b... | truelight |