summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-44/+44
* Fix compilation --with-x-toolkit=no.Eli Zaretskii2012-08-041-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-2/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-9/+9
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-40/+40
* Miscellaneous fixes for non-default X toolkits.Dmitry Antipov2012-07-311-3/+3
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-1/+1
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-2/+2
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-6/+2
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-1/+1
* * xfns.c (Fx_change_window_property): Doc fix.Andreas Schwab2012-07-061-2/+3
* Fixes: debbugs:11870Andreas Schwab2012-07-061-5/+6
* More xmalloc and related cleanup.Paul Eggert2012-07-051-7/+7
* Cleanup xmalloc.Dmitry Antipov2012-07-051-5/+3
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-5/+5
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-3/+3
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-4/+4
* * xfns.c (xic_create_fontsetname): Remove redundant callsDmitry Antipov2012-06-251-13/+7
* * xfns.c (x_window): Remove redundant cast.Paul Eggert2012-06-251-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* * xfns.c (x_set_tool_bar_lines) [USE_GTK]: Adjust to bitfield change.Paul Eggert2012-06-011-1/+1
* For a 'struct window', replace some Lisp_Object fields toDmitry Antipov2012-06-011-1/+1
* Remove obsolete '#define static' cruft.Paul Eggert2012-05-301-8/+0
* Merge from trunk.Paul Eggert2012-05-251-5/+2
|\
| * Improve test for when xg_select should just invoke select (bug#9754).Ken Brown2012-05-191-1/+1
| * * src/xfns.c (x_window): Use xstrdup (Bug#11375).Jim Meyering2012-05-021-4/+1
* | Merge from trunk.Paul Eggert2012-04-091-9/+8
|\ \ | |/
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-5/+5
| * Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-121-4/+3
* | Merge from trunk.Paul Eggert2012-02-241-11/+31
|\ \ | |/
| * Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-231-11/+31