summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-4/+4
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-4/+4
|/
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-1/+1
* * xfns.c (make_invisible_cursor): Don't return garbagePaul Eggert2011-04-011-4/+5
* * xfns.c (x_create_tip_frame): Remove var that is set but not used.Paul Eggert2011-04-011-2/+1
* * lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc.Paul Eggert2011-03-151-4/+4
* * xfns.c (Fx_create_frame, x_create_tip_frame, Fx_show_tip):Paul Eggert2011-03-091-12/+12
* * xfns.c: (x_real_positions, xg_set_icon_from_xpm_data, x_create_tip_frame):Paul Eggert2011-03-091-3/+2
* * xfns.c (Fx_file_dialog, Fx_select_font): Fix pointer signedness.Paul Eggert2011-03-091-5/+5
* * xfns.c (Fx_create_frame): Add braces to silence GCC warning.Paul Eggert2011-03-091-2/+3
* * xfns.c (x_decode_color, x_set_name, x_window): Now static.Paul Eggert2011-03-091-4/+4
* Hide implementation of `struct kboard'Tom Tromey2011-02-161-3/+3
* Change B_ to BVARTom Tromey2011-02-161-2/+2
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-2/+2
* * xfns.c: conform to C89 pointer rulesPaul Eggert2011-02-051-4/+4
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-13/+13
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-23/+23
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-76/+17
* Merge from mainline.Paul Eggert2011-01-171-5/+4
|\
| * * xfns.c (x_real_positions): Fix signedness of local var 'ign'.Paul Eggert2011-01-161-5/+4
* | Merge from mainline.Paul Eggert2011-01-171-3/+4
|\ \ | |/
| * Refill some copyright headers.Glenn Morris2011-01-151-3/+4
* | Merge from mainline.Paul Eggert2011-01-141-4/+3
|\ \ | |/