summaryrefslogtreecommitdiff
path: root/src/misc_gui.cpp
AgeCommit message (Expand)Author
2009-03-13(svn r15702) -Feature(tte): direct content download 'links' in the play scena...rubidium
2009-03-11(svn r15669) -Change: Key presses that are not handles by an input box are no...yexo
2009-03-04(svn r15605) -Codechange: constify a functionrubidium
2009-02-25(svn r15584) -Codechange: Move several variables from variables.h to more app...yexo
2009-02-25(svn r15578) -Change: unexternalise squirrel.rubidium
2009-02-09(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.rubidium
2009-02-09(svn r15428) -Codechange: consistently use colour instead of having both colo...rubidium
2009-02-09(svn r15424) -Codechange: make it possible to have multiple windows with edit...rubidium
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2009-01-27(svn r15283) -Documentation: Apply some widget naming to the widget arrays.belugas
2009-01-25(svn r15273) -Fix: OSK of the chat did not update the caret graphicsrubidium
2009-01-19(svn r15151) -Fix: tile 0 can now be highlighted as error tileYexo
2009-01-16(svn r15104) -Codechange: unify the resolving of the xyz kbytes/megabytes str...rubidium
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-04(svn r14840) -Cleanup: remove duplicate includesglx
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-03(svn r14820) -Codechange: use (the correct) enum-type instead of just int (Zuu)rubidium
2009-01-03(svn r14804) -Codechange: unify opening the OSK (Zuu)rubidium
2009-01-02(svn r14790) -Codechange: unify generation of default savegame/screenshot nam...rubidium
2008-12-28(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...rubidium
2008-12-26(svn r14752) -Fix [FS#2438]: revenue when clearing land would show up in red ...rubidium
2008-12-16(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map s...rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-10-25(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEdit...glx
2008-10-22(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and ...smatz
2008-09-30(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.rubidium
2008-09-30(svn r14421) -Codechange: rename all player variables/types to company *or* c...rubidium
2008-09-29(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn...rubidium
2008-09-21(svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front eng...rubidium
2008-09-15(svn r14334) -Feature: ability to reset name to default/automatic value (for ...smatz
2008-09-15(svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt...smatz
2008-08-31(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h...rubidium
2008-08-18(svn r14099) -Codechange: Welcome back, Celestar.belugas
2008-08-13(svn r14069) -Fix: silence MSVC 64-bits compile warnings.rubidium
2008-08-11(svn r14046) -Codechange: make the size of querystring "widgets" more configu...rubidium
2008-08-02(svn r13932) -Add [YAPP]: PBS signals added to the map array. The signals are...rubidium
2008-08-02(svn r13922) -Codechange: Move measurement-tooltip related stuff out of the g...frosch
2008-07-31(svn r13888) -Codechange: Replace numbers with Colours enum on miscellaneous ...belugas
2008-07-25(svn r13830) -Feature: show additional NewGRF info in the Tile Info window fo...smatz
2008-07-25(svn r13826) -Codechange: use 'INVALID_DATE' instead of '0' as placeholder in...smatz
2008-07-23(svn r13800) -Codechange: minor comment style fixes in misc_gui.cppsmatz
2008-07-22(svn r13787) -Codechange: resize the red error message box if neededsmatz
2008-07-18(svn r13731) -Codechange: make a pool of the array of players.rubidium
2008-07-17(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...rubidium
2008-07-17(svn r13715) -Fix [FS#2129]: C-like strings had to be rebound each time they ...rubidium
2008-06-21(svn r13601) -Codechange: resize the Tile Info window when it is needed, make...smatz
2008-06-02(svn r13359) -Codechange: convert _fios_items to a SmallVectorskidd13
2008-05-29(svn r13325) -Codechange: split the client-side only settings from the settin...rubidium
2008-05-29(svn r13318) -Codechange: move some functions from gui.h/misc_gui.cpp to wind...rubidium
2008-05-28(svn r13310) -Fix: invalidate OSK when parent editbox changes (from keyboard)smatz