index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
font.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* src/font.c (QCuser_spec): Add missing colon to :user-spec.
Paul Eggert
2016-03-27
1
-1
/
+1
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-4
/
+4
*
support rendering of wider range of combinging characters by ftfont backend
K. Handa
2016-01-26
1
-6
/
+21
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-0
/
+1
*
Fix memory leak in fontset handling
Dima Kogan
2015-10-20
1
-1
/
+4
*
Fix problems found by clang 3.5.0
Paul Eggert
2015-10-02
1
-1
/
+1
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-7
/
+7
*
Define internal-char-font even if --without-x
Paul Eggert
2015-09-09
1
-0
/
+101
*
Fix pointer signedness glitch
Paul Eggert
2015-06-30
1
-1
/
+1
*
Allow font names that end in "-NN", where NN is a number
Eli Zaretskii
2015-06-29
1
-0
/
+32
*
Improve documentation of ':lang' in font specs
Eli Zaretskii
2015-06-13
1
-2
/
+4
*
; * src/font.c (syms_of_font) <font-log>: Tweak previous doc fix.
Glenn Morris
2015-06-07
1
-2
/
+2
*
* src/font.c (syms_of_font) <font-log>: Doc fix.
Glenn Morris
2015-06-07
1
-4
/
+4
*
Remove the obsolete leading "*" from some C doc strings.
Glenn Morris
2015-06-07
1
-1
/
+1
*
Fix display when a font claims large values of ascent and descent
Eli Zaretskii
2015-06-06
1
-1
/
+6
|
\
|
*
Attempt to fix crashes due to accesses beyond glyph matrix end
Eli Zaretskii
2015-05-31
1
-1
/
+6
*
|
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-5
/
+0
|
/
*
Merge branch 'master' into cairo
Jan D
2015-05-23
1
-5
/
+5
|
\
|
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-2
/
+2
|
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-19
1
-3
/
+3
*
|
Add cairo drawing.
Jan D
2015-02-11
1
-0
/
+4
|
/
*
Remove unused assignment.
Dima Kogan
2015-02-09
1
-1
/
+0
*
Use bool for boolean in xfaces.c
Paul Eggert
2015-01-26
1
-3
/
+3
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-17
/
+5
*
Better isolate code that assumes NIL_IS_ZERO
Paul Eggert
2015-01-21
1
-2
/
+2
*
Prefer memset to repeatedly assigning Qnil
Paul Eggert
2015-01-19
1
-4
/
+3
*
Prefer INLINE functions in font.h to match style used in lisp.h
Dmitry Antipov
2015-01-16
1
-9
/
+4
*
Tune pseudovector allocation assuming Qnil == 0
Dmitry Antipov
2015-01-16
1
-3
/
+4
*
Port to 32-bit --with-wide-int
Paul Eggert
2015-01-10
1
-19
/
+19
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-43
/
+25
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Allow querying font by name for its height and other info. (Bug#19395)
Eli Zaretskii
2014-12-18
1
-4
/
+43
*
* font.c (copy_font_spec): Redesign to avoid Fcopy_alist
Dmitry Antipov
2014-10-31
1
-18
/
+26
*
Spelling fixes.
Paul Eggert
2014-10-12
1
-9
/
+8
*
* font.c (Ffont_get_glyphs): Use validate_subarray and fix
Dmitry Antipov
2014-10-07
1
-24
/
+30
*
Consistently use min and max macros from lisp.h.
Dmitry Antipov
2014-10-03
1
-5
/
+1
*
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-11
/
+21
*
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-7
/
+7
*
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-8
/
+3
*
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-5
/
+8
*
* chartab.c (uniprop_encode_value_numeric):
Dmitry Antipov
2014-09-24
1
-7
/
+9
*
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
1
-1
/
+1
*
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-23
1
-1
/
+1
*
Avoid extra call to oblookup when interning symbols.
Dmitry Antipov
2014-09-22
1
-8
/
+5
*
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-15
1
-7
/
+7
*
Prefer ptrdiff_t to int and avoid integer overflows.
Dmitry Antipov
2014-09-13
1
-1
/
+1
*
Fix the MS-Windows build broken by SAFE_ALLOCA changes.
Eli Zaretskii
2014-09-07
1
-0
/
+4
*
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-13
/
+26
*
Revert previous change.
Paul Eggert
2014-07-26
1
-3
/
+3
[next]