aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-22Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii1-41/+49
2020-06-21Consolidate #RGB string parsersMattias EngdegÄrd1-0/+116
2020-06-03Make color-distance symmetric and more accurateMattias EngdegÄrd1-11/+13
2020-05-11Pacify GCC 10.1.0Paul Eggert1-3/+3
2020-04-01Allow negative line width for :box face attributeAlexandre Adolphe1-6/+26
2020-03-29; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.Eli Zaretskii1-3/+3
2020-03-28Don't suggest setting face-remapping-alist to a literal (Bug#39812)Noam Postavsky1-2/+5
2020-02-09Correct "different than" to "different from" where appropriateAlan Mackenzie1-5/+5
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-16Fix face merging for display strings broken by a recent commitEli Zaretskii1-4/+0
2019-12-13xfaces.c: Silence spurious maybe-uninitialized compiler warningJuanma Barranquero1-0/+1
2019-12-13A better fix for extension of overlay string's facesEli Zaretskii1-0/+4
2019-12-11Avoid infloop in face merging due to bad face specEli Zaretskii1-0/+2
2019-12-05Another fix for :extend when :inherit is usedEli Zaretskii1-5/+25
2019-11-26Support ':extend' in faces defined by list of key/value pairsEli Zaretskii1-9/+99
2019-11-25Fix face merging when some have :extend non-nil and some are inheritedEli Zaretskii1-55/+55
2019-11-14; Add explanation for face-ignored-fonts defaultsRobert Pluim1-2/+3
2019-11-13Add "Noto Color Emoji" to face-ignored-fontsRobert Pluim1-3/+7
2019-11-08Handle case where a face's :extend attribute is unspecified (Bug#37774)Jimmy Aguilar Mena1-4/+10
2019-10-29Optimize conditional recursive merge face.Jimmy Aguilar Mena1-2/+7
2019-10-29Fix inherited :extend attribute in faces.Jimmy Aguilar Mena1-25/+46
2019-10-14; extend_face_id and fill_column_indicator correctionsJimmy Aguilar Mena1-1/+1
2019-10-14Document new :extend face attribute in manuals.Jimmy Aguilar Mena1-3/+4
2019-10-14Fixed merge_face_ref recursive calls.Jimmy Aguilar Mena1-3/+3
2019-10-14Added parameter attr_filter to face_at_string_position.Jimmy Aguilar Mena1-4/+5
2019-10-14Fixed extend face filtered for prop.Jimmy Aguilar Mena1-2/+2
2019-10-14New parameter to control the face extension..Jimmy Aguilar Mena1-25/+47
2019-10-14Added face parameter :extend.Jimmy Aguilar Mena1-2/+38
2019-10-14Simplify struct face to use only underline.Jimmy Aguilar Mena1-15/+13
2019-10-01Remove unused code and reformat to 70 columns.feature/tabsJuri Linkov1-1/+1
2019-09-23Update some URLsPaul Eggert1-1/+1
2019-08-31Frame-local tab-bar and window-local tab-line.Juri Linkov1-0/+6
2019-07-08Use fewer locks when accessing stdioPaul Eggert1-12/+8
2019-06-27* src/xfaces.c (resolve_face_name): Simplify.Paul Eggert1-1/+1
2019-06-15* src/xfaces.c (dump_realized_face): Fix incorrect format string.Philipp Stephani1-1/+1
2019-06-15* src/xfaces.c (dump_realized_face): Fix format specifier.Philipp Stephani1-1/+1
2019-06-07Use machine pointer width for face hashesPaul Eggert1-8/+6
2019-05-19Introduce Emacs_GC struct and typedefAlexander Gramiak1-17/+17
2019-05-19Introduce Emacs_Color struct and typedefAlexander Gramiak1-17/+17
2019-05-04; * src/xfaces.c (merge_face_ref): Improve commentary.Eli Zaretskii1-8/+10
2019-04-26Add terminal hook defined_color_hookAlexander Gramiak1-39/+19
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-21/+21
2019-04-15Remove Vparam_value_alistPaul Eggert1-12/+2
2019-03-04Simplify list creation in C codePaul Eggert1-7/+3
2019-03-01; * src/xfaces.c (syms_of_xfaces): Fix last change.Eli Zaretskii1-1/+4
2019-03-01Allow control on the threshold for using 'distant-foreground'Federico Tedin1-3/+12
2019-01-28Fix last change in xfaces.cEli Zaretskii1-21/+12
2019-01-28Fix bug with face-id after restoring from pdumpEli Zaretskii1-0/+40
2019-01-09Use shortcuts for FlengthPaul Eggert1-2/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1