index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gfx_layout.h
Age
Commit message (
Expand
)
Author
2018-09-20
Fix #6854: Compilation with ICU 62 (#6912)
Stefan Strogin
2018-04-19
Add: {PUSH_COLOUR} and {POP_COLOUR} control codes to handle switching colours...
PeterN
2015-08-09
(svn r27367) -Codechange: make a distinction between the layouting part of IC...
rubidium
2013-11-17
(svn r26029) -Fix (r26017): The internal index of a character in the layout l...
michi_cc
2013-11-16
(svn r26018) -Codechange: since there's a wrapper for ICU functions now, we c...
rubidium
2013-11-16
(svn r26017) -Change: allow the fallback and ICU layouter to exist in unison
rubidium
2013-11-16
(svn r26016) -Codechange: prepare for some class renames
rubidium
2013-11-16
(svn r26015) -Codechange: some constificaton
rubidium
2013-08-06
(svn r25696) -Fix (r25651): Missing function in the non-ICU paragraph layouter.
michi_cc
2013-08-05
(svn r25691) -Add: [OSX] Support for mouse selection in the IME composition s...
michi_cc
2013-08-05
(svn r25651) -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil).
michi_cc
2013-07-07
(svn r25574) -Fix (r25570): Trouble with initialisation order of static membe...
frosch
2013-07-06
(svn r25570) -Add: cache for ParagraphLayouts.
frosch
2013-07-06
(svn r25569) -Codechange: Cache all Font instances in a static container.
frosch
2013-07-06
(svn r25567) -Codechange: Revive dead DrawStringParams as FontState.
frosch
2013-06-27
(svn r25493) -Codechange: support for the safer variant of ICU's getFontTable
rubidium
2013-06-27
(svn r25483) -Fix: don't commit too much...
rubidium
2013-06-27
(svn r25482) -Fix [FS#5620]: forced newlines were not properly handled
rubidium
2013-06-25
(svn r25470) -Feature-ish: use ICU's layout engine when that's available
rubidium
2013-06-25
(svn r25466) -Add: drawing routine for the layout engine
rubidium
2013-06-25
(svn r25465) -Codechange: add the concept of a layouting engine for text
rubidium