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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-2
/
+2
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-2
/
+2
*
|
Remove unused declarations
Andreas Schwab
2010-12-27
1
-12
/
+1
*
|
Add const to array elements of font filter properties.
YAMAMOTO Mitsuharu
2010-11-10
1
-2
/
+2
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-14
1
-1
/
+6
|
\
|
|
*
Fix handling of font properties on Windows (bug#6303).
Damyan Pepper
2010-10-13
1
-0
/
+5
|
*
Fix typos in docstrings, comments and ChangeLogs.
Juanma Barranquero
2010-10-12
1
-1
/
+1
*
|
Fix -Wwrite_strings in general and for Gtk+ specific code.
Jan D
2010-08-11
1
-1
/
+1
*
|
Remove incorrect const use.
Dan Nicolaescu
2010-08-09
1
-4
/
+4
*
|
Use const char* instead of char*.
Dan Nicolaescu
2010-08-08
1
-7
/
+7
*
|
Add declarations to header files.
Dan Nicolaescu
2010-08-05
1
-1
/
+15
*
|
merge trunk
Kenichi Handa
2010-07-08
1
-108
/
+108
|
\
\
|
*
|
Remove P_ and __P macros.
Jan D
2010-07-02
1
-108
/
+108
|
|
/
*
/
Make font-get to get :otf value dynamically from a font-object.
Kenichi Handa
2010-07-08
1
-1
/
+6
|
/
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-2
/
+2
*
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
Jan Djärv
2010-01-06
1
-0
/
+8
*
Handle system default font and changing font parameters.
Jan Djärv
2009-11-17
1
-0
/
+2
*
(Vfont_log): Extern it.
Kenichi Handa
2009-06-23
1
-0
/
+13
*
* font.c (Qja, Qko): Move definitions here from ftfont.c.
Chong Yidong
2009-04-17
1
-0
/
+3
*
(font_open_by_spec): Extern it.
Kenichi Handa
2009-03-11
1
-0
/
+1
*
Fix comment.
Juanma Barranquero
2009-02-24
1
-5
/
+5
*
correct minor typo in comments
Adrian Robert
2009-02-24
1
-1
/
+1
*
*** empty log message ***
Kenichi Handa
2009-02-24
1
-6
/
+5
*
(struct font_driver): Fix typo.
Kenichi Handa
2009-02-18
1
-3
/
+3
*
*** empty log message ***
Kenichi Handa
2009-02-18
1
-5
/
+25
*
(struct font_driver): Fix comment for has_char.
Kenichi Handa
2009-01-27
1
-4
/
+4
*
Add 2009 to copyright years.
Glenn Morris
2009-01-08
1
-2
/
+2
*
(struct font_driver): New member get_variation_glyphs.
Kenichi Handa
2008-12-30
1
-1
/
+11
*
* font.h (font_range):
Stefan Monnier
2008-08-31
1
-3
/
+3
*
* font.h (enum lgstring_indices): Delete it.
Kenichi Handa
2008-08-29
1
-86
/
+14
*
(font_deferred_log): Extern it.
Kenichi Handa
2008-08-19
1
-0
/
+1
*
Remove support for Mac Carbon.
Dan Nicolaescu
2008-07-27
1
-3
/
+0
*
merging Emacs.app (NeXTstep port)
Adrian Robert
2008-07-15
1
-0
/
+3
*
(font_make_object, font_match_p): Adjust prototypes.
Kenichi Handa
2008-07-09
1
-2
/
+2
*
(PIXEL_TO_POINT): Clarify usage in comment.
Jason Rumney
2008-06-24
1
-2
/
+5
*
Fix crashing bug in use of bold fonts from x-select-font on W32.
Jason Rumney
2008-06-16
1
-4
/
+0
*
(font_unparse_gtkname): Add prototype.
Chong Yidong
2008-06-15
1
-0
/
+1
*
* w32fns.c (Fw32_select_font): Removed old font API function.
Jason Rumney
2008-06-13
1
-1
/
+5
*
(font_intern_prop): Prototype adjusted.
Kenichi Handa
2008-06-10
1
-1
/
+1
*
(Qascii_0): Extern it.
Kenichi Handa
2008-06-09
1
-0
/
+1
*
(Ffont_xlfd_name): EXFUN adjusted.
Kenichi Handa
2008-05-22
1
-1
/
+13
*
(find_font_encoding): Extern it.
Kenichi Handa
2008-05-20
1
-0
/
+2
*
*** empty log message ***
Kenichi Handa
2008-05-19
1
-1
/
+1
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-15
1
-6
/
+4
*
(Qfont_spec, Qfont_entity, Qfont_object): Extern them.
Kenichi Handa
2008-05-14
1
-94
/
+355
*
(uniscribe_font_driver) [WINDOWSNT]: Declare for w32fns.c.
Jason Rumney
2008-04-03
1
-0
/
+1
*
(smerge-auto-combine-max-separation): New var.
Stefan Monnier
2008-02-13
1
-5
/
+5
*
Update copyright years.
Glenn Morris
2008-02-06
1
-2
/
+2
*
(enum lgstring_indices, enum lglyph_indices): New enums.
Stefan Monnier
2008-02-06
1
-36
/
+52
*
(FONTP): Make it return 1 also for a font-object.
Kenichi Handa
2008-01-28
1
-2
/
+4
[next]