summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Fix merging of anonymous faces with an `:extend' property on unexecPo Lu2022-05-121-18/+25
* Make sure rectangles are drawn correctly on XPo Lu2022-05-031-2/+11
* Merge from origin/emacs-28Eli Zaretskii2022-04-281-11/+17
|\
| * Improve documentation of font- and face-related attribute functionsEli Zaretskii2022-04-281-11/+17
* | Fix handling of proportional fonts on MS-WindowsEli Zaretskii2022-04-281-1/+8
* | Fix more uses of opaque Visual structurePo Lu2022-03-081-2/+2
* | Don't accept whitespace or hex floats in rgbi: colour specsMattias EngdegÄrd2022-03-061-0/+5
* | Fix :color specification in flat-button boxesLars Ingebrigtsen2022-02-281-1/+6
* | Clean up mode-line-* faces handlingEli Zaretskii2022-02-121-1/+0
* | Merge from origin/emacs-28Stefan Kangas2022-02-011-3/+3
|\|
| * Clarify documentation of a "face's font"Eli Zaretskii2022-01-311-3/+3
* | Make `nil' values of the `:position' underline property work correctlyPo Lu2022-01-201-2/+3
* | Merge from origin/emacs-28Stefan Kangas2022-01-151-2/+6
|\|
| * Avoid another segfault in 'face_at_buffer_position'Eli Zaretskii2022-01-141-2/+6
* | Allow controlling the underline position of facesPo Lu2022-01-101-0/+16
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-2/+2
|\|
| * * src/xfaces.c (face_for_font): Make 'hash' be uintptr_t.Zhehao Lin2022-01-011-1/+1
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-15/+22
|\ \
| * | Add an intermediary face for mode lines: `mode-line-active'Lars Ingebrigtsen2021-11-261-1/+3
| * | Improve the fix for bug#51864Eli Zaretskii2021-11-211-10/+8
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-2/+6
| * | Merge from origin/emacs-28Stefan Kangas2021-11-161-1/+4
| |\|
| | * Avoid segfaults due to freed face cacheEli Zaretskii2021-11-151-1/+4
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-131-46/+0
|\| |
| * | Remove unused xlfd_ enumsLars Ingebrigtsen2021-11-121-46/+0
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-6/+18
|\| |
| * | Add an example to the display-supports-face-attributes-p doc stringLars Ingebrigtsen2021-11-061-0/+4
| * | Support the "medium" font weightLars Ingebrigtsen2021-10-211-0/+7
| |/
| * Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-211-2/+2
| * Fix assertion violation with zero-width :box attributesEli Zaretskii2021-09-201-1/+1
| * Avoid crashes due to clearing of a frame's face cacheEli Zaretskii2021-09-151-1/+2
| * ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.Eli Zaretskii2021-08-291-2/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-251-40/+43
|\|
| * Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-211-40/+43
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-201-3/+6
|\|
| * Eliminate some GCC warningsMattias EngdegÄrd2021-06-161-3/+6
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-081-4/+5
|\|
| * ; * src/xfaces.c (realize_gui_face): Correct formattingRobert Pluim2021-02-251-4/+5
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-201-1/+1
|\|
| * Bump FACE_CACHE_BUCKETS_SIZE to 1009Eli Zaretskii2021-02-101-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-301-0/+3
|\|
| * Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-261-0/+3
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-201-1/+7
|\|
| * Add support for flat buttonsPedro Andres Aranda Gutierrez2021-01-101-1/+7
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\|
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Migrate to Emacs_GCYuuki Harano2020-11-221-4/+4
* | Introduce Pure GTK3 portYuuki Harano2020-11-221-0/+24
|/
* TTY Support for ECMA-48 strike-through graphic renditionMike Hamrick2020-09-181-1/+11