summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Rename inhibit_window_configuration_change_hook to inhibit_lisp_code.Chong Yidong2012-03-121-4/+3
* Avoid infloop in next-frame during frame creation.Chong Yidong2012-02-231-11/+31
* Fix focus handling for embedded frames.David Benjamin2012-01-071-3/+15
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-4/+4
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-6/+6
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-131-1/+1
* * xfns.c (unwind_create_frame):Jan Djärv2011-11-111-1/+1
* * xfns.c (unwind_create_frame): Fix comment.Jan Djärv2011-11-051-16/+19
* Fix bug #9943 on X.Eli Zaretskii2011-11-031-0/+1
* Fix handling of X resource for window icons.Chong Yidong2011-09-181-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-4/+4
* * xfns.c (x_window): Make sprintf buffer a bit biggerPaul Eggert2011-08-291-1/+1
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-6/+2
* Merge from trunk.Paul Eggert2011-07-281-1/+1
|\
| * Fix compilation with GLYPH_DEBUG.Eli Zaretskii2011-07-231-1/+1
* | * xfns.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-14/+24
* | Overflow, signedness and related fixes for images.Paul Eggert2011-07-161-1/+2
|/
* ProtoizeAndreas Schwab2011-07-101-5/+2
* * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier2011-07-041-4/+0
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-13/+6
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-2/+2
* * xfns.c: Don't assume strlen fits in int.Paul Eggert2011-06-201-6/+7
* Fixes for GLYPH_DEBUG.Chong Yidong2011-06-181-8/+10
* Merge from trunk.Paul Eggert2011-06-151-1/+1
|\
| * Fix resize and change of scroll bar width for Gtk3.Jan Djärv2011-06-141-1/+1
| * * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-111-4/+4
* | Remove unnecessary casts.Paul Eggert2011-06-121-2/+1
* | Merge from trunk.Paul Eggert2011-06-101-2/+6
|\ \ | |/
| * Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-2/+6
* | * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals.Paul Eggert2011-06-081-4/+4
|/
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-12/+3
* * src/xfns.c (x_set_scroll_bar_default_width): Move declarationsAndreas Schwab2011-06-061-1/+2
* Handle scroll bar width larger than 16 for GTK3.Jan Djärv2011-06-051-2/+5
* * xfns.c (Fx_window_property): Simplify a bit,Paul Eggert2011-04-181-1/+1
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-1/+1
* * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.Paul Eggert2011-04-161-4/+4
* * xfns.c (x_real_positions): Mark locals as initialized.Paul Eggert2011-04-161-1/+1
* * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.Paul Eggert2011-04-161-7/+8
* * xfns.c (USG): Use the kludged USG macro, to pacify gcc.Paul Eggert2011-04-151-0/+2
* * xfns.c (x_window): Rename locals to avoid shadowing.Paul Eggert2011-04-151-6/+6
* * xfns.c (free_frame_menubar, atof): Remove duplicate decls.Paul Eggert2011-04-151-3/+0
* * xfns.c, xterm.c (_XEditResCheckMessages): Protoize decl.Paul Eggert2011-04-151-1/+1
* Merge from mainline.Paul Eggert2011-04-141-1/+1
|\
| * Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-121-1/+1
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-4/+4
* | * xfns.c: Make symbols static if they're not exported.Paul Eggert2011-04-121-53/+22