summaryrefslogtreecommitdiff
path: root/src/xfaces.c
AgeCommit message (Expand)Author
2026-06-01Improve x_free_gc checking when debuggingPaul Eggert
2026-05-28Speed-up cursor motion under 'display-line-numbers-mode'Eli Zaretskii
2026-05-26ARRAYELTS → countofPaul Eggert
2026-05-05Introduce 'margin' face for window margin backgroundAndrea Alberti
2026-04-14New faces 'tab-line-active' and 'tab-line-inactive' (bug#80742)Juri Linkov
2026-03-26Simplify some struct frame.output_method checksBasil L. Contovounesios
2026-02-14; * src/xfaces.c (face_at_buffer_position): Fix next_overlay per bug#80242.Eli Zaretskii
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-08Fix some C symbol extern visibilityPaul Eggert
2025-12-08; Fix commentary in xfaces.cEli Zaretskii
2025-11-25Port to glibc 2.43+ with GCC 15+Paul Eggert
2025-11-19Fix mis-declarations of non-const functionsPaul Eggert
2025-11-09Fix a crash in 'merge_face_ref'Eli Zaretskii
2025-10-31Avoid infinite recursion in 'face_inheritance_cycle'Eli Zaretskii
2025-10-29; * src/xfaces.c (face_inheritance_cycle): More defensive code.Eli Zaretskii
2025-10-27Avoid face inheritance cyclesEli Zaretskii
2025-10-25; Remove unintended hunks from last changeset.Eli Zaretskii
2025-10-25; Fix last change (bug#79629)Eli Zaretskii
2025-06-21; * src/xfaces.c (init_xfaces) <face_attr_sym>: Add :family (bug#78813).Eli Zaretskii
2025-03-22Fix usage of string data pointers in xfaces.cEli Zaretskii
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-20Remove redundant case_Lisp_Int macroStefan Kangas
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-05Allow to remap 'header-line' faceEli Zaretskii
2025-01-03Automatically redraw frames for filtered facesDaniel Colascione
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-19Merge branch 'scratch/tty-child-frames'Gerd Möllmann
2024-12-12Pure storage removal: Remove purecopy hash table flagPip Cet
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet
2024-11-16Add new `header-line-active' and `header-line-inactive' facesTrevor Murphy
2024-10-22Initial child frames based on masterGerd Möllmann
2024-09-29Cease accepting the :reverse-video face attribute (bug#73552)Mattias Engdegård
2024-08-29Fix rare segfaults due to freed fontsetsEli Zaretskii
2024-08-25Revert a recent change that caused redisplay slowdownEli Zaretskii
2024-08-24Fix rare segfaults due to freed fontsetsEli Zaretskii
2024-07-09Fix bug#71929Po Lu
2024-06-29Fix typo incurring leaks of face structuresPo Lu
2024-06-20Correctly cache images when frames vary in their font metricsPo Lu
2024-05-28Avoid rare crashes in 'uncache_face'Eli Zaretskii
2024-05-26Prevent crashes due to redisplay while realizing the default faceEli Zaretskii
2024-05-09Replace calls to intern with a constant string with DEFSYMsPo Lu
2024-04-30Pacify GCC 14 -Wnull-dereferencePaul Eggert
2024-04-28Implement dots and dashes on XPo Lu
2024-04-28Port double-line underlines to GUI systemsPo Lu
2024-04-27Add support for colored and styled underlines on tty framesMohsin Kaleem
2024-04-23Implement face stipples on AndroidPo Lu
2024-04-13Fix crash upon call to Fset_fontset_font after X server disconnectPo Lu
2024-02-09Don't lose track of adstyles during face mergingPo Lu
2024-01-20Be more systematic about parens in C source codePaul Eggert
2024-01-13Share hash table test structsMattias Engdegård