summaryrefslogtreecommitdiff
path: root/src/haikufont.c
Commit message (Expand)AuthorAgeFilesLines
* Don't set background_filled_pPo Lu2023-05-121-1/+0
* ; * src/haikufont.c (haikufont_open): Remove unused variable.Po Lu2023-03-021-1/+1
* Improve Haiku font size fallbackPo Lu2023-01-011-8/+17
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Implement font-use-system-font on HaikuPo Lu2022-09-251-0/+106
* Remove intern calls with a static string from haiku*.cPo Lu2022-09-201-1/+2
* Allow toggling antialiasing inside the Haiku font dialogPo Lu2022-06-211-2/+24
* Fix initialization of Haiku font driverPo Lu2022-06-201-1/+27
* Respect `:antialias' on HaikuPo Lu2022-06-201-42/+68
* Fully implement stipples for text on HaikuPo Lu2022-05-081-2/+2
* Improve font specs generated by the Haiku font dialogPo Lu2022-05-061-6/+3
* Speed up opening fonts on HaikuPo Lu2022-05-051-12/+47
* Set initial size in the Haiku font dialogPo Lu2022-05-041-2/+6
* Fix inconsistencies in Haiku font selection dialogPo Lu2022-05-021-2/+2
* Fix handling of some weights in the Haiku font driverPo Lu2022-05-021-6/+2
* Default to currently selected font in Haiku font dialogsPo Lu2022-05-021-15/+88
* Fix race conditions with async input in some Haiku dialogsPo Lu2022-05-021-0/+2
* Allow specifying font size in the Haiku font selection dialogPo Lu2022-05-011-4/+6
* Allow quitting inside font selection dialogs on HaikuPo Lu2022-05-011-1/+9
* Improvements to the Haiku font dialogPo Lu2022-05-011-2/+3
* Implement font selection dialog on HaikuPo Lu2022-05-011-0/+49
* Use a cache on Haiku to avoid constantly reading fonts during font lookupPo Lu2022-04-211-1/+3
* Minor cleanups to Haiku menu codePo Lu2022-04-191-11/+20
* Make sure the ftcr font driver is used on Haiku when Cairo is enabledPo Lu2022-04-171-0/+4
* Fix default registry of Haiku font backendPo Lu2022-04-151-11/+13
* Fix copying font names around on HaikuPo Lu2022-03-241-0/+2
* Handle `unspecified' values of symbolic font values on HaikuPo Lu2022-02-171-5/+5
* Make haikufont_list_family actually workPo Lu2022-02-091-2/+1
* Implement `list_family' for the haikufont driverPo Lu2022-02-091-1/+32
* Implement face cursor color merging on HaikuPo Lu2022-02-051-8/+11
* * src/haikufont.c (haikufont_draw): Allocate string buffer on stack.Po Lu2022-02-031-3/+3
* Stop creating cairo contexts in haiku_begin_cr_clipPo Lu2022-02-031-2/+3
* Resolve clipping related mysteries on HaikuPo Lu2022-01-051-7/+0
* Remove some unnecessary graphics state saves on HaikuPo Lu2022-01-051-2/+0
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Add support for the Haiku operating system and its window systemPo Lu2021-11-201-0/+1072