| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug that munged selection info | Paul Eggert | 2015-06-23 | 1 | -10/+10 |
* | Merge branch 'master' into cairo | Jan D | 2015-04-03 | 1 | -19/+10 |
|\ |
|
| * | Adjust offset and border calculations for X. | Jan D | 2015-02-27 | 1 | -1/+2 |
| * | Redo the whole window offsets and coordinate translation for X. | Jan D | 2015-02-25 | 1 | -19/+9 |
* | | Add cairo drawing. | Jan D | 2015-02-11 | 1 | -2/+51 |
|/ |
|
* | Use bool for boolean in xfns.c | Paul Eggert | 2015-01-25 | 1 | -3/+3 |
* | Use bool for boolean in xmenu.c, xml.c | Paul Eggert | 2015-01-13 | 1 | -1/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -3/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Use bool for boolean in xselect.c, xsettings.c | Paul Eggert | 2014-12-26 | 1 | -4/+4 |
* | Use bool for boolean in xsmfns.c | Paul Eggert | 2014-12-25 | 1 | -1/+1 |
* | Use bool for boolean in xterm.c | Paul Eggert | 2014-12-21 | 1 | -2/+2 |
* | * src/xterm.c (handle_one_xevent): Check return value from | Jan Djärv | 2014-10-19 | 1 | -3/+0 |
* | Handle deprecated Gtk+ stuff for version <= 3.10 | Jan Djärv | 2014-10-18 | 1 | -4/+0 |
* | Fix x-focus-frame bug with "Not an in-range integer". | Paul Eggert | 2014-10-02 | 1 | -1/+17 |
* | Merge from emacs-24; up to 2014-06-27T16:27:08Z!rgm@gnu.org | Glenn Morris | 2014-08-03 | 1 | -0/+3 |
|\ |
|
| * | Avoid 100% CPU utilization on ssh session exit. | Paul Eggert | 2014-08-02 | 1 | -0/+3 |
* | | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -6/+42 |
* | | * xterm.h (struct x_output) [USE_LUCID && USE_TOOLKIT_SCROLL_BARS]: | Dmitry Antipov | 2014-07-22 | 1 | -2/+4 |
* | | * xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: Define | Dmitry Antipov | 2014-07-22 | 1 | -5/+9 |
* | | Prefer 'x_display_info *' to 'Display *' in X selection code. | Dmitry Antipov | 2014-07-18 | 1 | -3/+9 |
* | | * frame.c (frame_unspecified_color): New function | Dmitry Antipov | 2014-07-18 | 1 | -2/+16 |
* | | Revert 2014-07-16T04:11:08Z!ueno@gnu.org and fix XCHAR2B_BYTE[12] in nsgui.h ... | Daiki Ueno | 2014-07-16 | 1 | -0/+9 |
* | | Consolidate XChar2b macros for the X, W32, and NS | Daiki Ueno | 2014-07-16 | 1 | -9/+0 |
* | | * xmenu.c (mouse_position_for_popup): | Dmitry Antipov | 2014-06-22 | 1 | -0/+1 |
* | | Omit redundant extern decls. | Paul Eggert | 2014-06-17 | 1 | -14/+0 |
* | | If a C name must be extern on some platforms, make it extern on all. | Paul Eggert | 2014-06-08 | 1 | -2/+0 |
* | | Use common memory management functions for lwlib and refactor users. | Dmitry Antipov | 2014-06-02 | 1 | -1/+0 |
* | | Refactor mouse positioning stuff to avoid code duplication. | Dmitry Antipov | 2014-05-28 | 1 | -2/+0 |
* | | If available, use Xfixes extension to do pointer blanking. | Dmitry Antipov | 2014-05-13 | 1 | -1/+5 |
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -1/+1 |
|/ |
|
* | Avoid crashes when X fonts are erroneously freed on reused X | Dmitry Antipov | 2014-03-03 | 1 | -0/+4 |
* | Fix handling of internal borders (Bug#16348). | Martin Rudalics | 2014-01-11 | 1 | -0/+4 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -27/+27 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-12-07 | 1 | -0/+2 |
* | * xterm.c (input_signal_count): Remove. | Dmitry Antipov | 2013-12-06 | 1 | -2/+0 |
* | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT): | Dmitry Antipov | 2013-12-02 | 1 | -5/+0 |
* | Remove fringe background extension code on X11. | YAMAMOTO Mitsuharu | 2013-12-02 | 1 | -4/+0 |
* | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -1/+2 |
* | * configure.ac (HAVE_MENUS): Remove. | Stefan Monnier | 2013-11-28 | 1 | -2/+2 |
* | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | Dmitry Antipov | 2013-10-29 | 1 | -1/+0 |
* | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -8/+1 |
* | x-popup-dialog fixed, almost. | Eli Zaretskii | 2013-09-29 | 1 | -0/+4 |
* | * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, | Dmitry Antipov | 2013-09-19 | 1 | -1/+19 |
* | * frame.c (x_redo_mouse_highlight): New function | Dmitry Antipov | 2013-09-18 | 1 | -0/+8 |
* | * frame.c (x_mouse_grabbed): New function. | Dmitry Antipov | 2013-09-18 | 1 | -0/+3 |
* | * dispextern.h (check_x_display_info, x_get_string_resource): | Dmitry Antipov | 2013-09-17 | 1 | -1/+0 |
* | * xterm.h (struct x_display_info): New member | Dmitry Antipov | 2013-09-17 | 1 | -0/+3 |
* | Don't overuse 'const' in types of locals. | Paul Eggert | 2013-09-17 | 1 | -3/+3 |