aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; * src/xfaces.c (face_at_buffer_position): Fix next_overlay per bug#80242.Eli Zaretskii2026-02-141-0/+4
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix some C symbol extern visibilityPaul Eggert2025-12-081-0/+3
* ; Fix commentary in xfaces.cEli Zaretskii2025-12-081-6/+4
* Port to glibc 2.43+ with GCC 15+Paul Eggert2025-11-251-22/+25
* Fix mis-declarations of non-const functionsPaul Eggert2025-11-191-2/+1
* Fix a crash in 'merge_face_ref'Eli Zaretskii2025-11-091-15/+21
* Avoid infinite recursion in 'face_inheritance_cycle'Eli Zaretskii2025-10-311-4/+7
* ; * src/xfaces.c (face_inheritance_cycle): More defensive code.Eli Zaretskii2025-10-291-3/+2
* Avoid face inheritance cyclesEli Zaretskii2025-10-271-1/+57
* ; Remove unintended hunks from last changeset.Eli Zaretskii2025-10-251-57/+1
* ; Fix last change (bug#79629)Eli Zaretskii2025-10-251-1/+57
* ; * src/xfaces.c (init_xfaces) <face_attr_sym>: Add :family (bug#78813).Eli Zaretskii2025-06-211-0/+1
* Fix usage of string data pointers in xfaces.cEli Zaretskii2025-03-221-7/+11
* Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-2/+2
|\
| * Pure storage removal: Remove purecopy hash table flagPip Cet2024-12-121-1/+1
| * Pure storage removal: Replace calls to removed functionsPip Cet2024-12-121-1/+1
* | Remove redundant case_Lisp_Int macroStefan Kangas2025-01-201-1/+2
* | Replace call[1-8] with callnStefan Kangas2025-01-191-6/+6
* | Allow to remap 'header-line' faceEli Zaretskii2025-01-051-3/+19
* | Automatically redraw frames for filtered facesDaniel Colascione2025-01-031-0/+3
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Merge branch 'scratch/tty-child-frames'Gerd Möllmann2024-12-191-1/+0
|\ \ | |/ |/|
| * Initial child frames based on masterGerd Möllmann2024-10-221-1/+0
* | Add new `header-line-active' and `header-line-inactive' facesTrevor Murphy2024-11-161-2/+6
|/
* Cease accepting the :reverse-video face attribute (bug#73552)Mattias Engdegård2024-09-291-13/+5
* Fix rare segfaults due to freed fontsetsEli Zaretskii2024-08-291-0/+9
* Revert a recent change that caused redisplay slowdownEli Zaretskii2024-08-251-5/+0
* Fix rare segfaults due to freed fontsetsEli Zaretskii2024-08-241-0/+5
* Fix bug#71929Po Lu2024-07-091-0/+5
* Fix typo incurring leaks of face structuresPo Lu2024-06-291-2/+5
* Correctly cache images when frames vary in their font metricsPo Lu2024-06-201-6/+33
* Avoid rare crashes in 'uncache_face'Eli Zaretskii2024-05-281-1/+2
* Prevent crashes due to redisplay while realizing the default faceEli Zaretskii2024-05-261-0/+14
* Replace calls to intern with a constant string with DEFSYMsPo Lu2024-05-091-1/+2
* Pacify GCC 14 -Wnull-dereferencePaul Eggert2024-04-301-1/+1
* Implement dots and dashes on XPo Lu2024-04-281-2/+0
* Port double-line underlines to GUI systemsPo Lu2024-04-281-7/+15
* Add support for colored and styled underlines on tty framesMohsin Kaleem2024-04-271-27/+132
* Implement face stipples on AndroidPo Lu2024-04-231-17/+7
* Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu2024-04-131-0/+9
* Don't lose track of adstyles during face mergingPo Lu2024-02-091-8/+27
* Be more systematic about parens in C source codePaul Eggert2024-01-201-22/+22
* Share hash table test structsMattias Engdegård2024-01-131-1/+1
* Remove rehash-threshold and rehash-size struct membersMattias Engdegård2024-01-131-2/+1
* Represent hash table weakness as an enum internallyMattias Engdegård2024-01-131-1/+1
* Use `min`/`max` macros in a few more placesStefan Kangas2024-01-091-2/+2
* Revert "Add new `swap` macro and use it"Po Lu2024-01-061-1/+6
* Add new `swap` macro and use itStefan Kangas2024-01-061-6/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\