| Commit message (Expand) | Author | Age | Files | Lines |
| * | * xfns.c (x_set_mouse_color): Recolor vertical_drag_cursor. | Dmitry Antipov | 2014-03-11 | 1 | -0/+1 |
| * | Improve window dividers code. | Martin Rudalics | 2014-02-04 | 1 | -0/+4 |
| * | Fix handling of internal borders (Bug#16348). | Martin Rudalics | 2014-01-11 | 1 | -1/+6 |
| * | Further adjust frame/window scrollbar width calculations. | Martin Rudalics | 2014-01-02 | 1 | -9/+7 |
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| * | Some more fixes following pixelwise resize changes including one for Bug#16306. | Martin Rudalics | 2013-12-31 | 1 | -12/+21 |
| * | Various fixes around Bug#16013. | Martin Rudalics | 2013-12-11 | 1 | -7/+2 |
| * | Again fix last fix. | Martin Rudalics | 2013-12-03 | 1 | -0/+2 |
| * | Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033) | Martin Rudalics | 2013-12-03 | 1 | -0/+14 |
| * | Minor integer overflow fixes. | Paul Eggert | 2013-12-02 | 1 | -1/+1 |
| * | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -15/+57 |
| * | Prefer tail calls. | Paul Eggert | 2013-11-13 | 1 | -1/+1 |
| * | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and | Stefan Monnier | 2013-11-06 | 1 | -2/+2 |
| * | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -3/+3 |
| * | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | Dmitry Antipov | 2013-10-29 | 1 | -0/+5 |
| * | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -14/+7 |
| * | Suppress unused variable warning when compiling without a window system. | Daniel Colascione | 2013-09-22 | 1 | -0/+2 |
| * | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | Dmitry Antipov | 2013-09-15 | 1 | -3/+2 |
| * | * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because | Dmitry Antipov | 2013-09-15 | 1 | -4/+0 |
| * | Unify Fx_focus_frame between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -8/+2 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -61/+61 |
| * | * xterm.h (x_window_to_frame, x_any_window_to_frame) | Dmitry Antipov | 2013-09-13 | 1 | -181/+0 |
| * | * src/emacs.c (usage_message): Possessive apostrophe tweak. | Glenn Morris | 2013-09-11 | 1 | -1/+1 |
| * | * nsterm.m (syms_of_nsterm): Use Qns. | Dmitry Antipov | 2013-09-11 | 1 | -11/+2 |
| * | Ifdef away frame tool bar code when it is not really used. | Dmitry Antipov | 2013-09-11 | 1 | -4/+7 |
| * | Attempt to make redisplay more selective when changing fonts. | Dmitry Antipov | 2013-09-06 | 1 | -4/+4 |
| * | * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed. | Dmitry Antipov | 2013-09-03 | 1 | -4/+0 |
| * | * xterm.c (x_clear_area): Lost 7th arg because it is always False. | Dmitry Antipov | 2013-08-29 | 1 | -4/+4 |
| * | * nsfns.m (x_set_cursor_type): | Dmitry Antipov | 2013-08-13 | 1 | -4/+1 |
| * | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -20/+11 |
| * | Use xstrdup and build_unibyte_string where applicable. | Dmitry Antipov | 2013-08-09 | 1 | -6/+1 |
| * | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -17/+18 |
| * | Fix X GC leak in GTK and raw (no toolkit) X ports. | Dmitry Antipov | 2013-08-02 | 1 | -4/+0 |
| * | * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname | Dmitry Antipov | 2013-08-02 | 1 | -3/+0 |
| * | Drop unnecessary functions that deals with frame pixel size. | Dmitry Antipov | 2013-07-31 | 1 | -13/+0 |
| * | * fringe.c (draw_window_fringes, update_window_fringes) | Dmitry Antipov | 2013-07-30 | 1 | -2/+2 |
| * | New unwind-protect flavors to better type-check C callbacks. | Paul Eggert | 2013-07-16 | 1 | -18/+17 |
| * | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -7/+5 |
| * | Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS. | Jan Djärv | 2013-05-25 | 1 | -103/+34 |
| * | Mention `display-monitor-attributes-list' in docstrings of X11 display measur... | YAMAMOTO Mitsuharu | 2013-05-20 | 1 | -4/+20 |
| * | * xfns.c (check_x_display_info): Don't use XINT for terminal object. | YAMAMOTO Mitsuharu | 2013-05-20 | 1 | -1/+1 |
| * | * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION. | Paul Eggert | 2013-05-09 | 1 | -5/+5 |
| * | * xterm.h (GTK_PREREQ): New macro. | Paul Eggert | 2013-05-08 | 1 | -5/+5 |
| * | * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4. | Paul Eggert | 2013-05-07 | 1 | -0/+2 |
| * | * xfns.c: Move misplaced ifndef USE_GTK from previous checkin. | Jan Djärv | 2013-05-07 | 1 | -2/+2 |
| * | Static checking by GCC 4.8.0. | Paul Eggert | 2013-05-06 | 1 | -11/+17 |
| * | Add multi-monitor support on X11. | YAMAMOTO Mitsuharu | 2013-05-07 | 1 | -0/+575 |
| * | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -60/+14 |
| * | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -8/+5 |
| * | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -1/+1 |