| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ / |
|
* | | * window.c (decode_next_window_args): Update window arg after | Dmitry Antipov | 2012-11-03 | 1 | -4/+1 |
* | | Window-related stuff cleanup here and there. | Dmitry Antipov | 2012-11-02 | 1 | -5/+1 |
|/ |
|
* | font.c (Ffont_at): If WINDOW is specified and it is not displaying the curren... | Kenichi Handa | 2012-10-30 | 1 | -5/+9 |
* | Make face-font-rescale-alist work correctly for non-ASCII fonts. | Kenichi Handa | 2012-10-24 | 1 | -22/+24 |
* | font.c (Ffont_at): Fix previous change. | Kenichi Handa | 2012-10-19 | 1 | -1/+1 |
* | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -54/+55 |
|\ |
|
| * | * font.c (Ffont_shape_gstring): Remove unused local. | Paul Eggert | 2012-09-16 | 1 | -1/+1 |
| * | font.c (Ffont_shape_gstring): Fix previous change; GLYPHs may not covert the ... | Kenichi Handa | 2012-09-17 | 1 | -8/+5 |
| * | merge trunk | Kenichi Handa | 2012-09-16 | 1 | -1/+0 |
| |\ |
|
| | * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | | font.c (Ffont_shape_gstring): Don't adjust grapheme cluster here, but just ch... | Kenichi Handa | 2012-09-15 | 1 | -33/+37 |
| |/ |
|
| * | Use bool for booleans in font-related modules. | Paul Eggert | 2012-09-06 | 1 | -20/+21 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -2/+2 |
|/ |
|
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -11/+3 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -4/+5 |
* | Generalize and cleanup font subsystem checks. | Dmitry Antipov | 2012-08-15 | 1 | -26/+22 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
* | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
* | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -1/+1 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -1/+1 |
* | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+1 |
* | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -3/+3 |
* | Use zero_vector where appropriate. | Dmitry Antipov | 2012-07-15 | 1 | -20/+13 |
* | Minor adjustments to interning code. | Dmitry Antipov | 2012-07-11 | 1 | -11/+5 |
* | * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR instead | Andreas Schwab | 2012-07-11 | 1 | -2/+2 |