aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/platform/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
|
* Format gfx platform #21373kingdido9992018-09-051-1/+3
|
* Ged rid of libfontconfig in Android. Query available fonts from Android ↵Imanol Fernandez2017-06-021-1/+7
| | | | system font configuration files.
* DirectWrite font backend for WindowsVladimir Vukicevic2016-11-101-3/+5
|
* Minimal Win32 font platform implementation.Glenn Watson2016-10-051-10/+15
| | | | | | | | | | | This uses a (very simple) Win32 API call to enumerate font families available, and load them as byte buffers. The font rasterization itself is done by freetype. This gets Servo + WR + Windows working, but should be improved by adding a proper implementation that matches fonts correctly and also uses DirectWrite (or GDI) to handle font rasterization.
* Native MSVC windows build, convert to cmakeVladimir Vukicevic2016-08-171-2/+13
|
* Make the gfx::platform module private.Ms2ger2016-06-051-2/+2
|
* Move c_str_to_string to its only consumer.Ms2ger2016-06-051-0/+10
|
* win32: use fontconfig/freetype on windows as well (for now)Vladimir Vukicevic2016-01-201-2/+2
|
* make test-tidy check that = have space after themerneyja2015-09-011-4/+4
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-4/+2
|
* Cargoify servoJack Moffitt2014-09-081-0/+27