Tue, 26 Oct 2010 08:09:54 +0200 |
Jan D |
* gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).
|
Fri, 01 Oct 2010 06:56:33 -0700 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
Thu, 23 Sep 2010 15:00:31 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Fri, 17 Sep 2010 11:58:44 +0200 |
Jan D |
Make sure detached tool bar menu isn't blank.
|
Fri, 17 Sep 2010 09:00:12 +0200 |
Jan D |
Put handle on top for vertical toolbar, Bug#7051.
|
Wed, 18 Aug 2010 08:30:54 +0200 |
Jan D |
* gtkutil.c (update_frame_tool_bar): Literal stings are const char*.
|
Tue, 17 Aug 2010 23:43:47 +0200 |
Stefan Monnier |
* src/gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABEL
|
Wed, 11 Aug 2010 20:28:10 +0200 |
Jan D |
Take colors for region face (selected text) from the Gtk+ theme.
|
Wed, 11 Aug 2010 14:34:46 +0200 |
Jan D |
Fix -Wwrite_strings in general and for Gtk+ specific code.
|
Mon, 09 Aug 2010 02:35:21 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Sun, 08 Aug 2010 14:03:45 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Fri, 06 Aug 2010 12:07:16 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
Thu, 05 Aug 2010 16:34:12 -0700 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
Mon, 02 Aug 2010 14:46:33 +0200 |
Jan D. |
Don't use Gtk+ tooltip unless Gtk+ version => 2.14.
|
Sun, 01 Aug 2010 15:57:07 +0200 |
Jan D |
Use Gtk+ tooltips by default for Gtk+ Emacs.
|
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 19:34:51 +0200 |
Jan D. |
Add tool bar style text-image-horiz (text to the left of the image).
|
Sat, 17 Jul 2010 18:03:16 +0200 |
Jan D |
* gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for Gtk 3.0
|
Sat, 17 Jul 2010 10:41:10 -0400 |
Chong Yidong |
Merge latest fix to xg_event_is_for_menubar.
|
Fri, 16 Jul 2010 11:42:15 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Mon, 12 Jul 2010 19:47:17 +0200 |
Andreas Schwab |
Convert old-style definitions
|
Sat, 17 Jul 2010 11:59:19 +0200 |
Jan D |
* gtkutil.c (xg_event_is_for_menubar): Also check that event window
|
Wed, 14 Jul 2010 12:05:53 +0200 |
Jan D |
Fix menus as per bug 6499 and 6608.
|
Mon, 05 Jul 2010 11:17:12 +0200 |
Jan D |
Fix some bad prototypes and formatting after conversion from K&R declaration.
|
Sun, 04 Jul 2010 21:52:39 -0700 |
Dan Nicolaescu |
Convert declarations or definitions to standard C.
|
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 12:11:26 +0200 |
Jan D |
Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.
|
Thu, 24 Jun 2010 18:08:22 +0200 |
Juanma Barranquero |
src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declaration.
|
Tue, 22 Jun 2010 14:28:08 +0200 |
Jan D. |
Hide scroll bar when window is too small to avoid Gtk+ warning.
|