summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-3/+7
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-14/+5
|\ \ | |/
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-141-15/+6
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-3/+1
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-7/+2
* | Convert old-style definitionsAndreas Schwab2010-07-121-8/+4
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-1/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-3/+3
|\ \ | |/
| * Fix faulty `if' statement in delete_frame.Chong Yidong2010-07-021-3/+4
* | Fix frame sizing for Lucid/Motif/Lesstif.Jan D2010-07-091-0/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-65/+34
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-15/+15
* | Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).Jan D2010-07-051-3/+22
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-179/+68
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-34/+34
* | xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).Jan D2010-06-281-7/+3
* | Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).Chong Yidong2010-06-261-4/+14
* | Don't use font names from GConf if font backend can't handle it (bug#6478).Jan Djärv2010-06-221-10/+16
* | (Fx_create_frame, x_create_tip_frame): Set default border width to zero.Jan Djärv2010-04-131-2/+2
* | xfns.c (select_visual): Don't call error if XGetVisualInfo returnsJan Djärv2010-04-121-1/+1
* | xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.YAMAMOTO Mitsuharu2010-04-101-3/+3
* | Don't abort try_window with fonts change when showing tooltip (Bug#2423).YAMAMOTO Mitsuharu2010-04-101-1/+1
* | xfns.c (Fx_show_tip): Undo last change.YAMAMOTO Mitsuharu2010-04-101-8/+4
* | Fix showing the complete tip the first time, bug #2423.Jan D2010-04-091-4/+8
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-13/+0
* | xfns.c (set_machine_and_pid_properties): Fix parantesisJan D2010-04-051-1/+1
* | Move declaration before other statements.Jan Djärv2010-04-041-1/+1
* | Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828).Jan Djärv2010-04-041-2/+42
* | Merge from `emacs-23'.Stefan Monnier2010-03-241-1/+3
|\ \ | |/
| * bug #5736: Allow X-resource menuBar to take on/off as documented.Jan Djärv2010-03-221-1/+1
| * xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.YAMAMOTO Mitsuharu2010-03-201-0/+2
* | Put non-GTK X scroll-bars on left.Chong Yidong2010-03-151-1/+6