summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* * gtkutil.c (xg_get_file_with_chooser): Mark var as initialized.Paul Eggert2011-04-011-1/+1
* src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-1/+1
* * gtkutil.c (gdk_window_get_screen): Make it clear that this macro is neededPaul Eggert2011-03-131-0/+2
* * gtkutil.c: (get_utf8_string, xg_get_file_with_chooser):Paul Eggert2011-03-131-24/+22
* * gtkutil.c (int_gtk_range_get_value): New function, which avoids a diagnosticPaul Eggert2011-03-131-7/+14
* * gtkutil.c (xg_free_frame_widgets): Make it clear that a local variable isPaul Eggert2011-03-131-0/+2
* * gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from char *Paul Eggert2011-03-131-4/+4
* Updates for compiling with Gtk+ 3.0 (--with-x-toolkit=gtk3).Jan D2011-03-081-90/+177
* * 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