summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
...
| | | * 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
| * Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-151-16/+12
| * Fix face merging at EOL when inherited face specifies :extendEli Zaretskii2020-08-111-3/+17
| * Fix face extension past EOL in overlay stringsEli Zaretskii2020-07-301-2/+3
| * Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii2020-06-221-41/+49
| * Consolidate #RGB string parsersMattias Engdegård2020-06-211-0/+116
| * Make color-distance symmetric and more accurateMattias Engdegård2020-06-031-11/+13
| * Pacify GCC 10.1.0Paul Eggert2020-05-111-3/+3
| * Allow negative line width for :box face attributeAlexandre Adolphe2020-04-011-6/+26
| * ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.Eli Zaretskii2020-03-291-3/+3
| * Don't suggest setting face-remapping-alist to a literal (Bug#39812)Noam Postavsky2020-03-281-2/+5
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-091-5/+5
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
| * Fix face merging for display strings broken by a recent commitEli Zaretskii2019-12-161-4/+0
| * xfaces.c: Silence spurious maybe-uninitialized compiler warningJuanma Barranquero2019-12-131-0/+1
| * A better fix for extension of overlay string's facesEli Zaretskii2019-12-131-0/+4
| * Avoid infloop in face merging due to bad face specEli Zaretskii2019-12-111-0/+2
| * Another fix for :extend when :inherit is usedEli Zaretskii2019-12-051-5/+25
| * Support ':extend' in faces defined by list of key/value pairsEli Zaretskii2019-11-261-9/+99
| * Fix face merging when some have :extend non-nil and some are inheritedEli Zaretskii2019-11-251-55/+55
| * ; Add explanation for face-ignored-fonts defaultsRobert Pluim2019-11-141-2/+3
| * Add "Noto Color Emoji" to face-ignored-fontsRobert Pluim2019-11-131-3/+7
| * Handle case where a face's :extend attribute is unspecified (Bug#37774)Jimmy Aguilar Mena2019-11-081-4/+10
| * Optimize conditional recursive merge face.Jimmy Aguilar Mena2019-10-291-2/+7