summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
AgeCommit message (Expand)Author
2013-01-08(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...planetmaker
2012-11-07(svn r24668) -Feature(ette) [FS#5311]: Draw cargo labels in the station list ...frosch
2012-01-12(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if i...yexo
2011-12-10(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's abi...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 r23274) -Add: internal support for a monospaced sprite fontrubidium
2011-11-20(svn r23272) -Codechange: pass the initial font size to DrawString and friends rubidium
2011-07-02(svn r22619) -Fix [FS#4662]: Consider the size of the vehicle sprite for the ...frosch
2011-05-07(svn r22433) -Add/Fix: Add constants for the palette colours used in the smal...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-01-18(svn r21845) -Codechange: move documentation towards the code to make it more...rubidium
2010-08-05(svn r20384) -Fix: Update cursor dimensions when reloading grfs resp. changin...frosch
2010-07-31(svn r20256) -Codechange: add a DrawStringMultiline variant that accepts cons...yexo
2010-07-02(svn r20043) -Codechange: Introduce vertical alignment for DrawStringMultiLin...alberth
2010-05-30(svn r19911) -Codechange: Simplify text drawing by eliminating global variabl...frosch
2010-05-13(svn r19812) -Codechange: give some unnamed enums a name or, in case they con...rubidium
2010-03-23(svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an...smatz
2010-01-21(svn r18872) -Codechange: introduce PaletteID and use itrubidium
2009-12-20(svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the d...rubidium
2009-11-17(svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawStringrubidium
2009-10-13(svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding n...rubidium
2009-09-02(svn r17391) -Codechange: Add string box calculation routine for multi-line s...alberth
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-06-27(svn r16672) -Codechange: Add functions to compute size of strings and sprites.alberth
2009-06-20(svn r16606) -Doc: Added/fixed doxygen comments.alberth
2009-06-20(svn r16605) -Codechange: Move ASCII_LETTERSTART to the right source file.alberth
2009-04-26(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for Draw...rubidium
2009-04-26(svn r16156) -Codechange: make the parameters of DrawStringMultiline the same...rubidium
2009-03-25(svn r15849) -Codechange: provide easy access to the real height of the used ...rubidium
2009-03-25(svn r15844) -Codechange: allow text alignment to be forced so the console an...rubidium
2009-03-22(svn r15813) -Codechange: remove the last remnants of the old text drawing API.rubidium
2009-03-22(svn r15803) -Codechange: use the new text drawing API for multicenterrubidium
2009-03-21(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n...rubidium
2009-03-21(svn r15796) -Codechange: unify multiline drawstringsrubidium
2009-03-21(svn r15794) -Codechange: remove the DoDrawString part of the old text drawin...rubidium
2009-03-21(svn r15791) -Codechange: remove the *RightAligned part of the old text drawi...rubidium
2009-03-21(svn r15790) -Codechange: remove the *Centered part of the old text drawing API.rubidium
2009-03-21(svn r15785) -Codechange: remove the *Truncated part of the old text drawing ...rubidium
2009-03-21(svn r15784) -Fix (r15779): TextAlignment and TA_* already exist on windowsglx
2009-03-21(svn r15782) -Codechange: replace some calls to the all text drawing API to t...rubidium
2009-03-21(svn r15779) -Codechange: unify (most) of the text drawing "API".rubidium
2009-02-09(svn r15425) -Codechange: some color->colour changes and type safety.rubidium
2009-01-17(svn r15126) -Feature: downloading content from a central server (content.ope...rubidium
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-09-02(svn r14229) -Feature: allow overriding the palette of the base GRFs. This wa...rubidium
2008-08-24(svn r14152) -Fix (r14146): Apple decided to use a name I wanted to use... th...rubidium