/vcl/test/

?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/vcl/glyphy
AgeCommit message (Collapse)Author
2016-09-13chmod 644 some source filesStephan Bergmann
Change-Id: Icd8821278635c1bd27b5185cddf5dc25dfba7eb4
2016-03-04-Werror,-WshadowStephan Bergmann
Change-Id: I4893f538911449953fadf4cf10f6adb819bc023f
2015-11-28Don't wrap glyphy source files in namespace GLyphyDemoStephan Bergmann
...as the source files themselves include standard headers, which must not be included from within a namespace (which confuses clang-cl). According to Tor, the original intent was to try not to pollute the global namespace, but that seems to cause no problems in practice (esp. as nothing from these files gets exported). Change-Id: I204c1db932996a09d16e84dd5c6033caa5362caa
2015-11-28demo-font.cc needs _USE_MATH_DEFINES for M_PI, M_SQRT2Stephan Bergmann
Change-Id: Iaffbccc4d628e861ecf8ed205b89f09b18dfb2e4
2015-11-19WaE: potentially uninitialized local variable usedTor Lillqvist
Change-Id: I66504a2275350f4c4fa6a615e30f5cd1c332d686
2015-11-19WaE: unreferenced formal parameterTor Lillqvist
Change-Id: Ic37e2e89af0c5fec7f43cf07420549d8d57de393
2015-11-19Use GLyphy for text on Windows (broken)Tor Lillqvist
Work in progress. Produces visible text in some cases, but not nearly all. The text that is visible is roughly in the right place and of the right size, but horribly ugly. Compare to glyphy-demo, which does produce beautiful text, so the problem is not in the GLyphy code but in the way we use it. Include sources from GLyphy's "demo" directory (with only slight modifications to avoid unconditional debug output) and use that "demo" API from vcl. The changes to existing vcl code are all in one place, in the winlayout.cxx file. Change-Id: I69cce5d66db534c6f4c1ab85d520b6090baf8fe0