aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
|\|
| * Merge from emacs-23Stefan Monnier2011-01-141-4/+3
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Let the cursorColor X resource set the the cursor face (Bug#7392).Chong Yidong2010-11-131-2/+0
* | xfns.c (Fx_show_tip): Fix typo in docstring.Jan Djärv2010-11-121-1/+1
* | Merge from emacs-23Stefan Monnier2010-11-091-2/+37
|\|
| * xfns.c (x_real_positions): Fix declaration-after-statement problem.Eli Zaretskii2010-11-091-2/+1
| * Backport 2010-04-10T10:52:[email protected] from trunkChong Yidong2010-11-041-1/+1
| * Backport 2010-04-10T10:39:[email protected] from trunkChong Yidong2010-11-041-8/+4
| * Backport from trunk.Chong Yidong2010-11-041-4/+8
| * * xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if ourJan Djärv2010-11-041-42/+30
| * Remove debug code.Jan Djärv2010-11-041-1/+1
| * Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).Jan Djärv2010-11-041-2/+50
* | * src/xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.Jan D2010-11-071-17/+3
* | Support R2L lines in tool-tip text.Eli Zaretskii2010-11-061-7/+62
* | Sync docs of some X, W32, NS C functions.Glenn Morris2010-10-291-3/+5
* | Sync docs of some W32 and X C functions.Glenn Morris2010-10-241-20/+31
* | Fix compilation with Motif (Bug#7263).Jan D2010-10-221-8/+5
* | Fix handling of tool-bar-position, also put into default-frame-alist.Jan D2010-08-131-0/+2
* | * xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.Jan D2010-08-111-1/+1
* | Take colors for region face (selected text) from the Gtk+ theme.Jan D2010-08-111-2/+6
* | Merge changes from emacs-23 branch.Chong Yidong2010-08-081-5/+5
|\ \
| * | Merge changes from emacs-23 branchChong Yidong2010-08-081-5/+5
| |\|
| | * * w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.Juanma Barranquero2010-08-011-6/+6
* | | Use const char* instead of char*.Dan Nicolaescu2010-08-081-6/+6
|/ /
* | Use const for some arrays and functions.Dan Nicolaescu2010-08-061-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-13/+0
* | Use Gtk+ tooltips by default for Gtk+ Emacs.Jan D2010-08-011-3/+46
* | * xfns.c (x_set_tool_bar_position): Remove debug fprintf.Jan D2010-07-291-1/+0
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-1/+20
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-12/+8