Sat, 13 Nov 2010 21:09:11 -0500 |
Chong Yidong |
Let the cursorColor X resource set the the cursor face (Bug#7392).
|
Fri, 12 Nov 2010 09:46:21 +0100 |
Jan D. |
xfns.c (Fx_show_tip): Fix typo in docstring.
|
Tue, 09 Nov 2010 15:07:10 -0500 |
Stefan Monnier |
Merge from emacs-23
|
Sun, 07 Nov 2010 12:25:55 +0100 |
Jan D |
* src/xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
|
Sat, 06 Nov 2010 15:45:37 +0200 |
Eli Zaretskii |
Support R2L lines in tool-tip text.
|
Tue, 09 Nov 2010 15:55:52 +0200 |
Eli Zaretskii |
xfns.c (x_real_positions): Fix declaration-after-statement problem.
|
Thu, 04 Nov 2010 15:35:32 -0400 |
Chong Yidong |
Backport r99863 from trunk
|
Thu, 04 Nov 2010 15:34:50 -0400 |
Chong Yidong |
Backport r99862 from trunk
|
Thu, 04 Nov 2010 15:34:11 -0400 |
Chong Yidong |
Backport from trunk.
|
Thu, 04 Nov 2010 13:37:17 +0100 |
Jan D. |
* xfns.c (x_real_positions): Only use _NET_FRAME_EXTENTS if our
|
Thu, 04 Nov 2010 13:17:46 +0100 |
Jan D. |
Remove debug code.
|
Thu, 04 Nov 2010 09:41:25 +0100 |
Jan D. |
Get window position by reading _NET_FRAME_EXTENTS (Bug#5721).
|
Fri, 29 Oct 2010 00:04:09 -0700 |
Glenn Morris |
Sync docs of some X, W32, NS C functions.
|
Sun, 24 Oct 2010 15:45:10 -0700 |
Glenn Morris |
Sync docs of some W32 and X C functions.
|
Fri, 22 Oct 2010 07:49:47 +0200 |
Jan D |
Fix compilation with Motif (Bug#7263).
|
Fri, 13 Aug 2010 15:26:13 +0200 |
Jan D |
Fix handling of tool-bar-position, also put into default-frame-alist.
|
Wed, 11 Aug 2010 20:47:34 +0200 |
Jan D |
* xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
|
Wed, 11 Aug 2010 20:28:10 +0200 |
Jan D |
Take colors for region face (selected text) from the Gtk+ theme.
|
Sun, 08 Aug 2010 17:15:44 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Sun, 08 Aug 2010 14:03:45 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Sun, 08 Aug 2010 17:12:29 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Sun, 01 Aug 2010 06:28:09 +0200 |
Juanma Barranquero |
* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.
|
Fri, 06 Aug 2010 11:41:15 -0700 |
Dan Nicolaescu |
Use const for some arrays and functions.
|
Thu, 05 Aug 2010 16:34:12 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
Sun, 01 Aug 2010 15:57:07 +0200 |
Jan D |
Use Gtk+ tooltips by default for Gtk+ Emacs.
|
Thu, 29 Jul 2010 20:08:51 +0200 |
Jan D |
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
|
Thu, 29 Jul 2010 18:49:59 +0200 |
Jan D. |
Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.
|
Wed, 28 Jul 2010 22:48:06 -0700 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
Mon, 26 Jul 2010 20:52:35 -0700 |
Dan Nicolaescu |
Use const, move declarations to header files.
|
Fri, 16 Jul 2010 11:42:15 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Mon, 12 Jul 2010 12:56:46 -0700 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
Mon, 12 Jul 2010 12:29:49 -0700 |
Dan Nicolaescu |
Convert function definitions to standard C.
|
Mon, 12 Jul 2010 19:47:17 +0200 |
Andreas Schwab |
Convert old-style definitions
|
Wed, 14 Jul 2010 12:05:53 +0200 |
Jan D |
Fix menus as per bug 6499 and 6608.
|
Sun, 11 Jul 2010 12:31:10 +0200 |
Andreas Schwab |
Use strchr, strrchr instead of index, rindex
|
Sat, 10 Jul 2010 14:52:53 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Fri, 02 Jul 2010 12:35:08 -0400 |
Chong Yidong |
Fix faulty `if' statement in delete_frame.
|
Fri, 09 Jul 2010 18:39:51 +0200 |
Jan D |
Fix frame sizing for Lucid/Motif/Lesstif.
|
Thu, 08 Jul 2010 14:25:08 -0700 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Mon, 05 Jul 2010 12:28:27 +0200 |
Jan D |
Set _NET_WM(_ICON)_NAME as per Extended Window Manager Hints (Bug#6563).
|
Sun, 04 Jul 2010 00:50:25 -0700 |
Dan Nicolaescu |
Convert (most) functions in src to standard C.
|
Fri, 02 Jul 2010 14:19:53 +0200 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
Mon, 28 Jun 2010 14:46:39 +0200 |
Jan D |
xfns.c (x_default_font_parameter): Remove got_from_system (Bug#6526).
|
Sat, 26 Jun 2010 20:30:52 -0400 |
Chong Yidong |
Change default-frame-alist and menu/tool-bar-mode interaction (Bug#2249).
|
Tue, 22 Jun 2010 09:55:08 +0200 |
Jan D. |
Don't use font names from GConf if font backend can't handle it (bug#6478).
|
Tue, 13 Apr 2010 10:19:05 +0200 |
Jan D. |
(Fx_create_frame, x_create_tip_frame): Set default border width to zero.
|
Mon, 12 Apr 2010 20:58:15 +0200 |
Jan D. |
xfns.c (select_visual): Don't call error if XGetVisualInfo returns
|
Sat, 10 Apr 2010 19:59:46 +0900 |
YAMAMOTO Mitsuharu |
xfns.c (Fx_show_tip): Subtract last glyph's width only when it is for padding.
|
Sat, 10 Apr 2010 19:52:30 +0900 |
YAMAMOTO Mitsuharu |
Don't abort try_window with fonts change when showing tooltip (Bug#2423).
|
Sat, 10 Apr 2010 19:39:16 +0900 |
YAMAMOTO Mitsuharu |
xfns.c (Fx_show_tip): Undo last change.
|
Fri, 09 Apr 2010 18:49:06 +0200 |
Jan D |
Fix showing the complete tip the first time, bug #2423.
|
Thu, 08 Apr 2010 18:20:32 +0200 |
Jan D. |
Lucid menus can now use Xft for fonts.
|
Mon, 05 Apr 2010 09:35:53 +0200 |
Jan D |
xfns.c (set_machine_and_pid_properties): Fix parantesis
|
Sun, 04 Apr 2010 17:29:42 +0200 |
jhd |
Move declaration before other statements.
|
Sun, 04 Apr 2010 12:47:12 +0200 |
jhd |
Set WM_CLIENT_MACHINE and _NET_WM_PID properties (Bug#5828).
|
Wed, 24 Mar 2010 14:02:56 -0400 |
Stefan Monnier |
Merge from `emacs-23'.
|
Mon, 22 Mar 2010 08:26:56 +0100 |
Jan D. |
bug #5736: Allow X-resource menuBar to take on/off as documented.
|
Sat, 20 Mar 2010 12:37:39 +0900 |
YAMAMOTO Mitsuharu |
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
|
Mon, 15 Mar 2010 13:16:46 -0400 |
Chong Yidong |
Put non-GTK X scroll-bars on left.
|