Age | Commit message (Expand) | Author |
2010-01-21 | (svn r18872) -Codechange: introduce PaletteID and use it | rubidium |
2010-01-12 | (svn r18789) -Codechange: when we're not in a network game we don't even need... | rubidium |
2009-12-20 | (svn r18575) -Fix [FS#3393]: unit numbers weren't always fully shown in the d... | rubidium |
2009-12-03 | (svn r18391) -Fix (r0): (Invalid) GRFs could trigger invalid reads. | frosch |
2009-12-01 | (svn r18358) -Cleanup: More usage of EPV_CYCLES_(DARK|GLITTER)_WATER. | frosch |
2009-11-28 | (svn r18330) -Cleanup: remove some unneeded includes | rubidium |
2009-11-22 | (svn r18228) -Fix: make string drawing big font aware, i.e. don't big charact... | rubidium |
2009-11-17 | (svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString | rubidium |
2009-11-15 | (svn r18106) -Codechange: Draw string underline FONT_HEIGHT_NORMAL pixels dow... | peter1138 |
2009-11-09 | (svn r18027) -Codechange: make some unneededly global variables static and re... | rubidium |
2009-10-29 | (svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too... | rubidium |
2009-10-22 | (svn r17842) -Fix: DrawStringMultiLine would in some corner case, top = botto... | rubidium |
2009-10-13 | (svn r17772) -Fix [FS#3264]: CJK languages don't have spaces, so for adding n... | rubidium |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-02 | (svn r17391) -Codechange: Add string box calculation routine for multi-line s... | alberth |
2009-09-01 | (svn r17339) -Codechange: move thread related files to their own directory (l... | rubidium |
2009-08-29 | (svn r17306) -Fix: DrawStringMultiLine() computed available width and height ... | alberth |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-12 | (svn r16798) -Fix [FS#3016]: Added several new widget distances for better wi... | alberth |
2009-06-27 | (svn r16677) -Codechange: Dimension width and height are unsigned. | alberth |
2009-06-27 | (svn r16672) -Codechange: Add functions to compute size of strings and sprites. | alberth |
2009-06-19 | (svn r16599) -Fix [FS#2987] (r16584): reset the 'current' font size after dra... | rubidium |
2009-06-17 | (svn r16584) -Fix [FS#2965]: sometimes SETX/SETXY would lead to unexpected re... | rubidium |
2009-05-26 | (svn r16434) -Cleanup: remove some dead code; primarily stuff that can't be r... | rubidium |
2009-05-24 | (svn r16422) -Codechange: use const_cast for removing const and warn when con... | rubidium |
2009-05-13 | (svn r16297) -Codechange: silence more ICC warnings | rubidium |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-05-03 | (svn r16220) -Fix [FS#2862]: possible crashes when quiting OpenTTD or forcing... | rubidium |
2009-04-26 | (svn r16159) -Change [FS#2846]: warn when multiline strings are drawn with Dr... | rubidium |
2009-04-26 | (svn r16156) -Codechange: make the parameters of DrawStringMultiline the same... | rubidium |
2009-04-04 | (svn r15953) -Fix [FS#2783]: left - right != width causing strings to be trun... | 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-24 | (svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for R... | rubidium |
2009-03-23 | (svn r15832) -Codechange: improve the aligning of right aligned/centered strings | 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 multicenter | rubidium |
2009-03-22 | (svn r15800) -Codechange: make the engine gui use the new multiline API. | rubidium |
2009-03-21 | (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n... | rubidium |
2009-03-21 | (svn r15796) -Codechange: unify multiline drawstrings | rubidium |
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 windows | glx |
2009-03-21 | (svn r15783) -Codechange: make the dropdown draw code pass around the left/ri... | rubidium |
2009-03-21 | (svn r15779) -Codechange: unify (most) of the text drawing "API". | rubidium |
2009-03-17 | (svn r15752) -Fix: don't try to (un)draw the cursor when the screen is not ready | glx |
2009-03-07 | (svn r15637) -Fix: when you try to protect something from doing something it ... | truebrain |