aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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 windowDmitry 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 slotsDmitry 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 backwardsAndreas Schwab2013-03-241-1/+1
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-8/+8
* * frame.h (struct frame): Drop resx and resy because the same data isDmitry Antipov2013-03-201-6/+0
* Static checking by Sun C 5.12.Paul Eggert2013-03-131-2/+0
* Use macros from dispextern.h where appropriate.Eli Zaretskii2013-03-101-2/+2
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-6/+3
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-1/+1
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-2/+1
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-14/+0
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-23/+15
* | * xfns.c (Fx_wm_set_size_hint): Use check_x_frame. Adjust docstring.Dmitry Antipov2012-11-071-7/+5
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-5/+1
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-4/+0
|/
* Support file name dialog on NS.Jan Djärv2012-09-301-2/+2
* image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-6/+6
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-4/+5
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-88/+88
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-2/+2
* * window.h (WSET): Remove.Paul Eggert2012-08-171-7/+7
* * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-1/+1
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-171-16/+16
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-151-34/+6
* Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-141-1/+3
* Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-2/+2
* Define Qnone once for all platforms.Dmitry Antipov2012-08-101-2/+0
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-3/+3
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-29/+29
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-9/+10