rubidium
|
8bbbb1b37a
|
(svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai)
|
2013-06-25 20:44:23 +00:00 |
|
rubidium
|
0178092c2c
|
(svn r25467) -Add: truncation support to the drawing routine
|
2013-06-25 20:38:29 +00:00 |
|
rubidium
|
899c4d85e4
|
(svn r25467) -Add: truncation support to the drawing routine
|
2013-06-25 20:38:29 +00:00 |
|
rubidium
|
fd2c650463
|
(svn r25466) -Add: drawing routine for the layout engine
|
2013-06-25 20:38:12 +00:00 |
|
rubidium
|
4f0ef61d4e
|
(svn r25466) -Add: drawing routine for the layout engine
|
2013-06-25 20:38:12 +00:00 |
|
rubidium
|
a290f2d53a
|
(svn r25455) -Cleanup: make local function really local
|
2013-06-24 20:52:28 +00:00 |
|
rubidium
|
be2b87c1cd
|
(svn r25455) -Cleanup: make local function really local
|
2013-06-24 20:52:28 +00:00 |
|
rubidium
|
2771de7f34
|
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
|
2013-06-24 18:39:19 +00:00 |
|
rubidium
|
7c0f34130c
|
(svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it
|
2013-06-24 18:39:19 +00:00 |
|
rubidium
|
30394cb05e
|
(svn r25438) -Codechange: introduce classes for the FontCache
|
2013-06-23 15:24:36 +00:00 |
|
rubidium
|
e1a2a8275b
|
(svn r25438) -Codechange: introduce classes for the FontCache
|
2013-06-23 15:24:36 +00:00 |
|
zuu
|
1c0ec8b3b0
|
(svn r25343) -Add: method to count the number of lines required to draw a string with line warping
|
2013-06-09 12:21:44 +00:00 |
|
zuu
|
e311902198
|
(svn r25343) -Add: method to count the number of lines required to draw a string with line warping
|
2013-06-09 12:21:44 +00:00 |
|
frosch
|
81e810a4f5
|
(svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..(n-1)) is not the broadest n-digit number.
-Fix [FS#5562]: Proper size-estimation for numbers with n digits.
|
2013-06-01 15:10:32 +00:00 |
|
frosch
|
4261b6cc82
|
(svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..(n-1)) is not the broadest n-digit number.
-Fix [FS#5562]: Proper size-estimation for numbers with n digits.
|
2013-06-01 15:10:32 +00:00 |
|
frosch
|
ddf817e8f3
|
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them.
|
2013-06-01 14:33:48 +00:00 |
|
frosch
|
ce110eed32
|
(svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them.
|
2013-06-01 14:33:48 +00:00 |
|
frosch
|
b4ff06c096
|
(svn r25119) -Codechange [FS#5512]: Improve the clipping/visiblity check before sending lines to blitter for drawing. (fonsinchen)
|
2013-03-24 11:54:37 +00:00 |
|
frosch
|
79185e7a2b
|
(svn r25119) -Codechange [FS#5512]: Improve the clipping/visiblity check before sending lines to blitter for drawing. (fonsinchen)
|
2013-03-24 11:54:37 +00:00 |
|
frosch
|
9825f1ac2e
|
(svn r25118) -Codechange: Deduplicate basic line clipping code. (fonsinchen)
|
2013-03-24 11:20:37 +00:00 |
|
frosch
|
166513bbd4
|
(svn r25118) -Codechange: Deduplicate basic line clipping code. (fonsinchen)
|
2013-03-24 11:20:37 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
michi_cc
|
e3eec4f900
|
(svn r24885) -Fix: Pass proper UTF-16 strings instead of UCS-2 to ICU in order to preserve characters outside the BMP.
|
2013-01-03 23:14:38 +00:00 |
|
michi_cc
|
534837ace5
|
(svn r24885) -Fix: Pass proper UTF-16 strings instead of UCS-2 to ICU in order to preserve characters outside the BMP.
|
2013-01-03 23:14:38 +00:00 |
|
frosch
|
c5328a1986
|
(svn r24668) -Feature(ette) [FS#5311]: Draw cargo labels in the station list black or white depending on the background colour. (sbr)
|
2012-11-07 21:23:26 +00:00 |
|
frosch
|
3e367cd087
|
(svn r24668) -Feature(ette) [FS#5311]: Draw cargo labels in the station list black or white depending on the background colour. (sbr)
|
2012-11-07 21:23:26 +00:00 |
|
rubidium
|
484dab34c9
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
rubidium
|
927734e6ce
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
frosch
|
2e9baa2a79
|
(svn r24038) -Fix (r23472): After opening a textwindow with the monospaced font, all other text started glitching.
|
2012-03-17 16:42:34 +00:00 |
|
frosch
|
49fdf6dd26
|
(svn r24038) -Fix (r23472): After opening a textwindow with the monospaced font, all other text started glitching.
|
2012-03-17 16:42:34 +00:00 |
|
rubidium
|
79f4ae3644
|
(svn r23977) -Fix: don't load a game during UpdateWindows as that might trigger changing the blitter which triggers re-entrant locking
|
2012-02-23 16:22:20 +00:00 |
|
rubidium
|
37a4acc7e0
|
(svn r23977) -Fix: don't load a game during UpdateWindows as that might trigger changing the blitter which triggers re-entrant locking
|
2012-02-23 16:22:20 +00:00 |
|
yexo
|
e1dc47e65c
|
(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if it doesn't fit in 4 lines.
If you resize the window so it's smaller than default the text might still not fit
|
2012-01-12 19:11:51 +00:00 |
|
yexo
|
b1a830491a
|
(svn r23791) -Fix [FS#4960]: resize text panel for parameter description if it doesn't fit in 4 lines.
If you resize the window so it's smaller than default the text might still not fit
|
2012-01-12 19:11:51 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
1c9bec1999
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
rubidium
|
30eee4db4e
|
(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ability to find a font
|
2011-12-10 12:56:37 +00:00 |
|
rubidium
|
ebb3ad33ff
|
(svn r23472) -Fix [FS#4877]: the monospace font broke the bootstrap GUI's ability to find a font
|
2011-12-10 12:56:37 +00:00 |
|
rubidium
|
daba7e588a
|
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
|
2011-12-10 08:31:14 +00:00 |
|
rubidium
|
b231e80125
|
(svn r23470) -Codechange: move declaration of SwitchToMode to a header instead of declaring it in 6 other files
|
2011-12-10 08:31:14 +00:00 |
|
rubidium
|
a531ec1899
|
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure
|
2011-12-08 18:13:29 +00:00 |
|
rubidium
|
2ccbd2a6f5
|
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirty variables into a single structure
|
2011-12-08 18:13:29 +00:00 |
|
peter1138
|
b84174fd4d
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +00:00 |
|
peter1138
|
81598273e9
|
(svn r23316) -Feature: Add ability to zoom in to 2x and 4x level.
|
2011-11-24 12:38:48 +00:00 |
|
rubidium
|
8f86283203
|
(svn r23272) -Codechange: pass the initial font size to DrawString and friends
|
2011-11-20 11:50:12 +00:00 |
|
rubidium
|
2075bc702c
|
(svn r23272) -Codechange: pass the initial font size to DrawString and friends
|
2011-11-20 11:50:12 +00:00 |
|
peter1138
|
9024c77635
|
(svn r23009) -Change: Improve appearance of antialiased text with shadow.
|
2011-10-07 07:48:59 +00:00 |
|