summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* * gtkutil.c (xg_tool_bar_menu_proxy): Handle case when tool bar label is null.Jan Djärv2011-02-141-1/+1
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+0
* Declare some DEFVARs globally, not locallyTom Tromey2011-01-181-7/+0
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Minor fix to GTK tool-bar button refresh code.Chong Yidong2011-01-081-1/+1
* | Reduce GTK tool-bar switching delay by avoiding selective show/hide of widgets.Chong Yidong2011-01-011-156/+96
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-74/+44
* | Fix error in last merge.Chong Yidong2010-11-301-26/+26
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-2/+29
|\ \ | |/
| * Fix bug 7425.Jan Djärv2010-11-201-2/+28
* | Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv2010-11-201-5/+13
* | * gtkutil.c (qttip_cb): Set title to empty for ATK (Bug#7278).Jan D2010-10-261-0/+2
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Merge changes from emacs-23 branchChong Yidong2010-09-231-0/+2
|\ \ | |/
| * Make sure detached tool bar menu isn't blank.Jan D2010-09-171-0/+2
* | Put handle on top for vertical toolbar, Bug#7051.Jan D2010-09-171-0/+4
* | * gtkutil.c (update_frame_tool_bar): Literal stings are const char*.Jan D2010-08-181-2/+2
* | * src/gtkutil.c (update_frame_tool_bar): Don't assume TOOL_BAR_ITEM_LABELStefan Monnier2010-08-171-1/+2
* | Take colors for region face (selected text) from the Gtk+ theme.Jan D2010-08-111-0/+71
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-13/+16
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-9/+9
* | Use const char* instead of char*.Dan Nicolaescu2010-08-081-2/+2
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-1/+0
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-2/+0
* | Don't use Gtk+ tooltip unless Gtk+ version => 2.14.Jan Djärv2010-08-021-3/+18
* | Use Gtk+ tooltips by default for Gtk+ Emacs.Jan D2010-08-011-5/+177
* | Add ability to put Gtk+ tool bar on the left/right/bottom or top. Default top.Jan Djärv2010-07-291-64/+184
* | Add tool bar style text-image-horiz (text to the left of the image).Jan Djärv2010-07-281-9/+23
* | * gtkutil.c (xg_frame_resized): GTK_IS_MAPPED => gtk_widget_get_mapped, for G...Jan D2010-07-171-1/+1
* | Merge latest fix to xg_event_is_for_menubar.Chong Yidong2010-07-171-3/+20
|\ \ | |/
| * * gtkutil.c (xg_event_is_for_menubar): Also check that event windowJan D2010-07-171-3/+20
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-161-0/+32
|\ \ | |/
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-141-0/+32
* | Convert old-style definitionsAndreas Schwab2010-07-121-18/+7
* | Fix some bad prototypes and formatting after conversion from K&R declaration.Jan D2010-07-051-46/+90
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-41/+31
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-241/+79
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-7/+7
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.Jan D2010-06-281-123/+104
* | src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declara...Juanma Barranquero2010-06-241-1/+1
* | Hide scroll bar when window is too small to avoid Gtk+ warning.Jan Djärv2010-06-221-13/+15
* | Fix bug #6139, text is briefly shown in tool bar on startup.Jan D2010-05-081-10/+4
* | * gtkutil.c: Include xsettings.h for Ftool_bar_get_system_style.Stefan Monnier2010-04-231-0/+1
* | Gtk tool bars can be text, icons with text or just icons.Jan Djärv2010-04-201-86/+172
* | gtkutils.c (xg_event_is_for_scrollbar): Check if grabbed widget is a scrollbar.Jan Djärv2010-04-201-2/+2
* | Set USER_POS in hint_flags to work around Cygwin problem.Jan Djärv2010-04-181-1/+9