| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | Add native image rotation and cropping | Alan Third | 2019-06-05 | 6 | -94/+326 | |
| * | | | | | | Adjust comments/debug to match C bignum code | Paul Eggert | 2019-06-04 | 1 | -2/+2 | |
| * | | | | | | Always allow at least double-precision bignums | Paul Eggert | 2019-06-04 | 2 | -5/+8 | |
| * | | | | | | * src/xterm.c (x_scroll_run) [USE_CAIRO]: Dirty only destination rectangle. | YAMAMOTO Mitsuharu | 2019-06-04 | 1 | -1/+2 | |
| * | | | | | | * src/image.c (cr_create_cr_surface_from_image): Add const to variable `key'. | YAMAMOTO Mitsuharu | 2019-06-04 | 1 | -1/+1 | |
| * | | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-06-01 | 1 | -8/+1 | |
| |\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | | Pacify GCC 9 -Wredundant-decls | Paul Eggert | 2019-05-30 | 1 | -8/+1 | |
| | * | | | | | Pacify librsvg 2.45.1 and later | Paul Eggert | 2019-05-30 | 1 | -0/+15 | |
| | * | | | | | Simplify xd_signature to pacify GCC 9 | Paul Eggert | 2019-05-30 | 1 | -5/+3 | |
| * | | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-06-01 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Pacify GCC when compiling unexelf.c on Fedora 30 | Paul Eggert | 2019-05-30 | 1 | -0/+1 | |
| * | | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-06-01 | 1 | -9/+19 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Improve documentation of decoding into a unibyte buffer | Eli Zaretskii | 2019-05-25 | 1 | -2/+5 | |
| | * | | | | | ; * src/coding.c: Improve commentary. (Bug#34765) | Eli Zaretskii | 2019-05-23 | 1 | -7/+14 | |
| * | | | | | | Improve eq1/memql performance | Paul Eggert | 2019-05-30 | 1 | -9/+11 | |
| * | | | | | | Fix `memql' for bignums | Mattias EngdegÄrd | 2019-05-30 | 1 | -10/+24 | |
| * | | | | | | Add stipple support on cairo | YAMAMOTO Mitsuharu | 2019-05-30 | 3 | -4/+81 | |
| * | | | | | | Fix breakage of native image scaling on XRENDER by previous change | YAMAMOTO Mitsuharu | 2019-05-30 | 1 | -0/+2 | |
| * | | | | | | Rework cairo image support to improve consistency (Bug#35871) | YAMAMOTO Mitsuharu | 2019-05-29 | 3 | -505/+485 | |
| * | | | | | | Improve previous change for tool bar image support on GTK+2 with cairo | YAMAMOTO Mitsuharu | 2019-05-29 | 1 | -11/+16 | |
| * | | | | | | Fix handling of -xrm on MS-Windows broken by recent commits | Eli Zaretskii | 2019-05-28 | 1 | -1/+1 | |
| * | | | | | | Support tool bar icon image also on GTK+2 with cairo | YAMAMOTO Mitsuharu | 2019-05-28 | 1 | -5/+64 | |
| * | | | | | | Update author/maintainer info | Paul Eggert | 2019-05-26 | 3 | -6/+6 | |
| * | | | | | | Undo use of Emacs_Pixmap over Pixmap for x_kill_gs_process | YAMAMOTO Mitsuharu | 2019-05-24 | 2 | -2/+2 | |
| * | | | | | | Improve documentation of the 'function' special form | Michael Heerdegen | 2019-05-24 | 1 | -2/+2 | |
| * | | | | | | Avoid backslash-newline-newline in source code | Paul Eggert | 2019-05-22 | 4 | -9/+9 | |
| * | | | | | | Unbreak display of characters on MS-Windows | Eli Zaretskii | 2019-05-23 | 1 | -3/+15 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Make Cairo build obey hint-style font setting (Bug#35781) | YAMAMOTO Mitsuharu | 2019-05-23 | 4 | -328/+433 | |
| * | | | | | Remove fixnum restriction on some display vars | Paul Eggert | 2019-05-22 | 7 | -110/+100 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-05-22 | 1 | -1/+1 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Don't segfault on force-window-update of deleted window | Noam Postavsky | 2019-05-20 | 1 | -1/+1 | |
| * | | | | | Merge from origin/emacs-26 | Glenn Morris | 2019-05-22 | 2 | -10/+3 | |
| |\ \ \ \ \ | |/ / / / | ||||||
| | * | | | | Remove from docs references to obsolete MULE variables | Eli Zaretskii | 2019-05-17 | 2 | -10/+3 | |
| | * | | | | Backport: fix broken build on m68k | Paul Eggert | 2019-05-14 | 1 | -52/+25 | |
| | * | | | | Handle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341) | Noam Postavsky | 2019-05-13 | 1 | -2/+9 | |
| * | | | | | * src/xfont.c (xfont_draw): Allocate the XChar2b array (Bug#35814) | Alexander Gramiak | 2019-05-21 | 1 | -8/+18 | |
| * | | | | | Fix some deprecation notices on macOS 10.14 | Alan Third | 2019-05-21 | 7 | -92/+63 | |
| * | | | | | Pacify libpng on interlaced images (Bug#35843) | Paul Eggert | 2019-05-21 | 1 | -1/+5 | |
| * | | | | | * src/ftcrfont.c (ftcrfont_open): Skip zero glyph index. | YAMAMOTO Mitsuharu | 2019-05-21 | 1 | -1/+1 | |
| * | | | | | Fixes for "Maintainer:" and related lines | Paul Eggert | 2019-05-19 | 1 | -1/+1 | |
| * | | | | | Use HAVE_WINDOW_SYSTEM over HAVE_X11 || HAVE_NTGUI || HAVE_NS | Alexander Gramiak | 2019-05-19 | 1 | -2/+2 | |
| * | | | | | Introduce Emacs_Pix_Container and Emacs_Pix_Context typedefs | Alexander Gramiak | 2019-05-19 | 2 | -133/+138 | |
| * | | | | | Replace XChar2b with unsigned in all font backends | Alexander Gramiak | 2019-05-19 | 17 | -152/+103 | |
| * | | | | | Introduce Emacs_GC struct and typedef | Alexander Gramiak | 2019-05-19 | 7 | -104/+82 | |
| * | | | | | Introduce Emacs_Rectangle struct and typedef | Alexander Gramiak | 2019-05-19 | 7 | -47/+43 | |
| * | | | | | Introduce Emacs_Pixmap typedef | Alexander Gramiak | 2019-05-19 | 9 | -21/+23 | |
| * | | | | | Introduce Emacs_Cursor typedef | Alexander Gramiak | 2019-05-19 | 11 | -63/+61 | |
| * | | | | | Introduce Emacs_Color struct and typedef | Alexander Gramiak | 2019-05-19 | 15 | -84/+80 | |
| * | | | | | Avoid triple buffering with Xdbe in cairo | YAMAMOTO Mitsuharu | 2019-05-19 | 3 | -120/+103 | |
| * | | | | | Fix display of images on MS-Windows broken by a recent commit | Eli Zaretskii | 2019-05-18 | 1 | -6/+6 | |