summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAge
...
| * | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-13
| |\| |
| | * | Remove unused xlfd_ enumsLars Ingebrigtsen2021-11-12
| * | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-11
| |\| |
| | * | Add an example to the display-supports-face-attributes-p doc stringLars Ingebrigtsen2021-11-06
| | * | Support the "medium" font weightLars Ingebrigtsen2021-10-21
| | |/
| | * Don't quote nil and t in doc strings and commentsLars Ingebrigtsen2021-09-21
| | * Fix assertion violation with zero-width :box attributesEli Zaretskii2021-09-20
| | * Avoid crashes due to clearing of a frame's face cacheEli Zaretskii2021-09-15
| | * ; * src/xfaces.c (gui_supports_face_attributes_p): Fix typo in comment.Eli Zaretskii2021-08-29
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-07-25
| |\|
| | * Speed up by storing frame faces in hash tables instead of alistsJashank Jeremy2021-07-21
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-06-20
| |\|
| | * Eliminate some GCC warningsMattias Engdegård2021-06-16
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-03-08
| |\|
| | * ; * src/xfaces.c (realize_gui_face): Correct formattingRobert Pluim2021-02-25
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-02-20
| |\|
| | * Bump FACE_CACHE_BUCKETS_SIZE to 1009Eli Zaretskii2021-02-10
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-30
| |\|
| | * Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-26
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-20
| |\|
| | * Add support for flat buttonsPedro Andres Aranda Gutierrez2021-01-10
| * | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-03
| |\|
| | * Update copyright year to 2021Paul Eggert2021-01-01
| * | Migrate to Emacs_GCYuuki Harano2020-11-22
| * | Introduce Pure GTK3 portYuuki Harano2020-11-22
| |/
| * TTY Support for ECMA-48 strike-through graphic renditionMike Hamrick2020-09-18
| * Prefer Fvector to make_uninit_vectorPaul Eggert2020-08-15
| * Fix face merging at EOL when inherited face specifies :extendEli Zaretskii2020-08-11
| * Fix face extension past EOL in overlay stringsEli Zaretskii2020-07-30
| * Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii2020-06-22
| * Consolidate #RGB string parsersMattias Engdegård2020-06-21
| * Make color-distance symmetric and more accurateMattias Engdegård2020-06-03
| * Pacify GCC 10.1.0Paul Eggert2020-05-11
| * Allow negative line width for :box face attributeAlexandre Adolphe2020-04-01
| * ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.Eli Zaretskii2020-03-29
| * Don't suggest setting face-remapping-alist to a literal (Bug#39812)Noam Postavsky2020-03-28
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
| * Update copyright year to 2020Paul Eggert2020-01-01
| * Fix face merging for display strings broken by a recent commitEli Zaretskii2019-12-16
| * xfaces.c: Silence spurious maybe-uninitialized compiler warningJuanma Barranquero2019-12-13
| * A better fix for extension of overlay string's facesEli Zaretskii2019-12-13
| * Avoid infloop in face merging due to bad face specEli Zaretskii2019-12-11
| * Another fix for :extend when :inherit is usedEli Zaretskii2019-12-05
| * Support ':extend' in faces defined by list of key/value pairsEli Zaretskii2019-11-26
| * Fix face merging when some have :extend non-nil and some are inheritedEli Zaretskii2019-11-25
| * ; Add explanation for face-ignored-fonts defaultsRobert Pluim2019-11-14
| * Add "Noto Color Emoji" to face-ignored-fontsRobert Pluim2019-11-13
| * Handle case where a face's :extend attribute is unspecified (Bug#37774)Jimmy Aguilar Mena2019-11-08
| * Optimize conditional recursive merge face.Jimmy Aguilar Mena2019-10-29
| * Fix inherited :extend attribute in faces.Jimmy Aguilar Mena2019-10-29