summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Some more fixes following pixelwise resize changes including one for Bug#16306....Martin Rudalics2013-12-311-12/+21
* Various fixes around Bug#16013....Martin Rudalics2013-12-111-7/+2
* Again fix last fix.Martin Rudalics2013-12-031-0/+2
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)...Martin Rudalics2013-12-031-0/+14
* Minor integer overflow fixes....Paul Eggert2013-12-021-1/+1
* Support resizing frames and windows pixelwise....Martin Rudalics2013-11-301-15/+57
* Prefer tail calls....Paul Eggert2013-11-131-1/+1
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and...Stefan Monnier2013-11-061-2/+2
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-3/+3
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'...Dmitry Antipov2013-10-291-0/+5
* Remove port-specific display name lists to avoid extra...Dmitry Antipov2013-10-181-14/+7
* Suppress unused variable warning when compiling without a window system.Daniel Colascione2013-09-221-0/+2
* Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,...Dmitry Antipov2013-09-151-3/+2
* * xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because...Dmitry Antipov2013-09-151-4/+0
* Unify Fx_focus_frame between all ports....Dmitry Antipov2013-09-131-8/+2
* Unify FRAME_window_system_DISPLAY_INFO macros between all ports....Dmitry Antipov2013-09-131-61/+61
* * xterm.h (x_window_to_frame, x_any_window_to_frame)...Dmitry Antipov2013-09-131-181/+0
* * src/emacs.c (usage_message): Possessive apostrophe tweak....Glenn Morris2013-09-111-1/+1
* * nsterm.m (syms_of_nsterm): Use Qns....Dmitry Antipov2013-09-111-11/+2
* Ifdef away frame tool bar code when it is not really used....Dmitry Antipov2013-09-111-4/+7
* Attempt to make redisplay more selective when changing fonts....Dmitry Antipov2013-09-061-4/+4
* * xfns.c, image.c (XLIB_ILLEGAL_ACCESS): No longer needed.Dmitry Antipov2013-09-031-4/+0
* * xterm.c (x_clear_area): Lost 7th arg because it is always False....Dmitry Antipov2013-08-291-4/+4
* * nsfns.m (x_set_cursor_type):...Dmitry Antipov2013-08-131-4/+1
* Omit some unnecessary casts....Paul Eggert2013-08-101-20/+11
* Use xstrdup and build_unibyte_string where applicable....Dmitry Antipov2013-08-091-6/+1
* Drop FRAME_PTR typedef....Dmitry Antipov2013-08-031-17/+18
* Fix X GC leak in GTK and raw (no toolkit) X ports....Dmitry Antipov2013-08-021-4/+0
* * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname...Dmitry Antipov2013-08-021-3/+0
* Drop unnecessary functions that deals with frame pixel size....Dmitry Antipov2013-07-311-13/+0
* * fringe.c (draw_window_fringes, update_window_fringes)...Dmitry Antipov2013-07-301-2/+2
* New unwind-protect flavors to better type-check C callbacks....Paul Eggert2013-07-161-18/+17
* Prefer list1 (X) to Fcons (X, Qnil) when building lists....Paul Eggert2013-07-151-7/+5
* Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS....Jan Djärv2013-05-251-103/+34
* Mention `display-monitor-attributes-list' in docstrings of X11 display measur...YAMAMOTO Mitsuharu2013-05-201-4/+20
* * xfns.c (check_x_display_info): Don't use XINT for terminal object.YAMAMOTO Mitsuharu2013-05-201-1/+1
* * xterm.h (GTK_PREREQ): Remove, replacing with GTK_CHECK_VERSION....Paul Eggert2013-05-091-5/+5
* * xterm.h (GTK_PREREQ): New macro....Paul Eggert2013-05-081-5/+5
* * xfns.c (x_get_net_workarea): Define only if !GTK || GTK<3.4....Paul Eggert2013-05-071-0/+2
* * xfns.c: Move misplaced ifndef USE_GTK from previous checkin.Jan Djärv2013-05-071-2/+2
* Static checking by GCC 4.8.0....Paul Eggert2013-05-061-11/+17
* Add multi-monitor support on X11.YAMAMOTO Mitsuharu2013-05-071-0/+575
* Get rid of some platform-specific functions examining window...Dmitry Antipov2013-04-071-60/+14
* Consistently use platform-specific function to detect window system....Dmitry Antipov2013-04-051-8/+5
* * window.h (struct window): Replace hchild, vchild and buffer slots...Dmitry Antipov2013-03-281-1/+1
* * configure.ac (HAVE_XKBGETKEYBOARD): Remove; subsumed by HAVE_XKB....Paul Eggert2013-03-261-5/+5
* Reorder conditions that are written backwards...Andreas Schwab2013-03-241-1/+1
* * window.h (struct window): Convert left_col, top_line, total_lines...Dmitry Antipov2013-03-201-8/+8
* * frame.h (struct frame): Drop resx and resy because the same data is...Dmitry Antipov2013-03-201-6/+0