| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug #16930 with broken build --without-x. | Eli Zaretskii | 2014-03-03 | 1 | -1/+8 |
| * | * font.c (toplevel): Adjust comment about font cache layout. | Dmitry Antipov | 2014-03-03 | 1 | -5/+17 |
| * | Avoid "." at end of error diagnostics. | Paul Eggert | 2014-02-10 | 1 | -1/+1 |
| * | Spelling fixes. | Paul Eggert | 2014-01-09 | 1 | -1/+1 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | * font.c (valid_font_driver) [ENABLE_CHECKING]: New function | Dmitry Antipov | 2013-12-16 | 1 | -1/+21 |
| * | * alloc.c, font.c, font.h, ftfont.c, ftxfont.c, macfont.m, | Dmitry Antipov | 2013-12-13 | 1 | -16/+8 |
| * | * font.c (font_close_object): Check for live frame (Bug#16128). | Dmitry Antipov | 2013-12-13 | 1 | -2/+6 |
| * | * font.h (struct font_entity) [HAVE_NS]: New field to record | Dmitry Antipov | 2013-12-12 | 1 | -8/+12 |
| * | * font.c (font_find_for_lface): Ensure SAFE_FREE on return. | Dmitry Antipov | 2013-12-10 | 1 | -1/+4 |
| * | * font.c (font_list_entities): Remove dummy assignment. | Dmitry Antipov | 2013-12-04 | 1 | -1/+1 |
| * | Add pre-redisplay-function and rectangular region | Stefan Monnier | 2013-10-29 | 1 | -3/+3 |
| * | Omit unused frame argument of font API's close function. | Dmitry Antipov | 2013-10-25 | 1 | -2/+2 |
| * | Fix syms_of_(mac|ms)font calls. | Jan Djärv | 2013-09-16 | 1 | -6/+0 |
| * | Fix compilation for GNUStep due to font changes. | Jan Djärv | 2013-09-15 | 1 | -0/+2 |
| * | Port the font backend from the Mac port. | Jan Djärv | 2013-09-15 | 1 | -0/+1 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -4/+4 |
| * | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov | 2013-09-06 | 1 | -3/+3 |
| * | Make --without-x compatible with --enable-gcc-warnings. | Dmitry Antipov | 2013-09-05 | 1 | -0/+2 |
| * | * font.c (clear_font_cache): New function, stripped from... | Dmitry Antipov | 2013-08-13 | 1 | -24/+26 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -31/+31 |
| * | Avoid redundant Lisp_Object <-> struct frame conversions in font API. | Dmitry Antipov | 2013-08-01 | 1 | -29/+16 |
| * | Fix obscure porting bug with varargs functions. | Paul Eggert | 2013-07-18 | 1 | -1/+1 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -7/+6 |
| * | font.c (Ffont_spec): Signal an error for an invalid font name. | Kenichi Handa | 2013-06-18 | 1 | -1/+2 |
| * | Port --enable-gcc-warnings to clang. | Paul Eggert | 2013-05-17 | 1 | -2/+2 |
| * | font.c (font_open_entity): Always open a font of manageable size. | Kenichi Handa | 2013-04-27 | 1 | -6/+15 |
| * | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -3/+1 |
| * | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+1 |
| * | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -2/+2 |
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |
| * | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 |
| * | * frame.h (struct frame): Drop resx and resy because the same data is | Dmitry Antipov | 2013-03-20 | 1 | -6/+7 |
| * | * composite.c (get_composition_id, fill_gstring_header): | Dmitry Antipov | 2013-03-05 | 1 | -3/+6 |
| * | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW. | Dmitry Antipov | 2013-03-04 | 1 | -1/+1 |
| * | * font.c (font_range): Add pos_byte argument. Adjust comment | Dmitry Antipov | 2013-02-13 | 1 | -12/+9 |
| * | Merge from emacs-24; up to 2012-12-17T11:17:34Z!rgm@gnu.org | Glenn Morris | 2013-02-12 | 1 | -1/+1 |
| |\ |
|
| | * | In doc, use standard American English style for e.g., etc., i.e. | Paul Eggert | 2013-02-12 | 1 | -1/+1 |
| * | | * lisp.h (make_uninit_vector): New function. | Dmitry Antipov | 2013-02-08 | 1 | -3/+5 |
| * | | * font.c (num_fonts): Remove the leftover from old | Dmitry Antipov | 2013-01-25 | 1 | -9/+5 |
| * | | * lisp.h (toplevel): Add comment about using Lisp_Save_Value | Dmitry Antipov | 2013-01-17 | 1 | -1/+1 |
| * | | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction | Dmitry Antipov | 2013-01-15 | 1 | -1/+1 |
| * | | Make Lisp_Save_Value more versatile storage for up to four objects. | Dmitry Antipov | 2013-01-14 | 1 | -1/+1 |
| * | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | | Simplify via eabs. | Paul Eggert | 2013-01-01 | 1 | -10/+3 |
| * | | font.c (font_unparse_xlfd): Fix previous change. Keep "const" for the variab... | Kenichi Handa | 2012-11-18 | 1 | -3/+3 |
| * | | merge trunk | Kenichi Handa | 2012-11-13 | 1 | -28/+12 |
| |\ \ |
|
| | * | | Widely used frame validity and checking functions. | Dmitry Antipov | 2012-11-06 | 1 | -28/+12 |
| * | | | font.c (font_unparse_xlfd): Exclude special characters from the generating XL... | Kenichi Handa | 2012-11-13 | 1 | -2/+15 |
| |/ / |
|