summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
AgeCommit message (Expand)Author
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2013-01-03(svn r24885) -Fix: Pass proper UTF-16 strings instead of UCS-2 to ICU in orde...michi_cc
2012-11-07(svn r24668) -Feature(ette) [FS#5311]: Draw cargo labels in the station list ...frosch
2012-03-25(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dir...rubidium
2012-03-17(svn r24038) -Fix (r23472): After opening a textwindow with the monospaced fo...frosch
2012-02-23(svn r23977) -Fix: don't load a game during UpdateWindows as that might trigg...rubidium
2012-01-12(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if i...yexo
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-20(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the o...truebrain
2011-12-10(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's abi...rubidium
2011-12-10(svn r23470) -Codechange: move declaration of SwitchToMode to a header instea...rubidium
2011-12-08(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...rubidium
2011-11-24(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.peter1138
2011-11-20(svn r23272) -Codechange: pass the initial font size to DrawString and friends rubidium
2011-10-07(svn r23009) -Change: Improve appearance of antialiased text with shadow.peter1138
2011-08-24(svn r22820) -Codechange: perform a full (re)draw cycle in the first draw dur...rubidium
2011-08-21(svn r22798) -Change: jump immediately to the next mode after scanning (if ne...rubidium
2011-08-21(svn r22788) -Codechange: move modal progress related functions and variables...rubidium
2011-08-21(svn r22787) -Codechange: rename genworld redraw constantrubidium
2011-08-21(svn r22786) -Codechange: rename genworld mutices to model_progress muticesrubidium
2011-08-21(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgressrubidium
2011-07-02(svn r22619) -Fix [FS#4662]: Consider the size of the vehicle sprite for the ...frosch
2011-05-06(svn r22429) -Add: some constants for specific palette colours used in the GUI.frosch
2011-05-04(svn r22421) -Fix: Replace various references to Windows palette greyscale in...frosch
2011-05-04(svn r22419) -Change: Always use the DOS palette for drawing.frosch
2011-04-02(svn r22291) -Add: a linewidth argument to GfxDrawLine() and Blitter::DrawLin...frosch
2011-02-25(svn r22145) -Codechange: Do explicit test for non-bool values.alberth
2011-01-18(svn r21845) -Codechange: move documentation towards the code to make it more...rubidium
2010-12-26(svn r21641) -Fix (r21639): ofcourse MSVC wants to have something to warn aboutrubidium
2010-12-25(svn r21640) -Change/Feature-ish: allow disabling the shading when drawing textrubidium
2010-12-25(svn r21639) -Codechange: simplify setting the colour remaprubidium
2010-12-25(svn r21637) -Codechange: make it more clear that IS_PALETTE_COLOUR belongs t...rubidium
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ...rubidium
2010-10-30(svn r21060) -Doc: Improved wording of comments (mostly by __ln__)alberth
2010-10-22(svn r21006) -Fix (r21004): don't print the text direction character when ICU...rubidium
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...rubidium
2010-08-20(svn r20578) -Fix [FS#4051]: Draw bounding boxes using white instead of pure ...frosch
2010-08-05(svn r20384) -Fix: Update cursor dimensions when reloading grfs resp. changin...frosch
2010-08-01(svn r20286) -Codechange: Unify end of doxygen comments.frosch
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-31(svn r20256) -Codechange: add a DrawStringMultiline variant that accepts cons...yexo
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...rubidium
2010-07-19(svn r20185) -Codechange: reduce the scope of _palette_animation_counterrubidium
2010-07-02(svn r20045) -Add: Allow SA_BOTTOM alignment in DrawStringMultiLine().alberth
2010-07-02(svn r20044) -Codechange: Using number of lines rather than number of added l...alberth
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-07-02(svn r20042) -Codechange: Add set methods to DrawStringParams.alberth
2010-06-27(svn r20026) -Codechange: No need to copy a formal parameter if the value is ...alberth
2010-05-30(svn r19911) -Codechange: Simplify text drawing by eliminating global variabl...frosch