summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix so top -10 and left -10 in frame parameters work.Jan Djärv2010-04-131-17/+2
|/
* Move declarations before statements.Jan Djärv2010-02-241-25/+9
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Handle change of internal-border width when maximized.Jan Djärv2010-01-051-3/+72
* Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.Jan Djärv2009-12-131-26/+13
* gtkutil.c: Scroll bar thumb not updated properly (bug #5177).Jan Djärv2009-12-121-2/+19
* (xg_tool_bar_proxy_help_callback): Fix missing return.Andreas Schwab2009-12-091-1/+1
* Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv2009-11-211-127/+4
* gtkutil.c (xg_modify_menubar_widgets): If menubar is totally emptyJan Djärv2009-11-201-0/+4
* gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.Jan Djärv2009-11-141-0/+3
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-1/+1
* Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv2009-11-101-78/+119
* Fix bug #4870, issues 3 and 4.Jan Djärv2009-11-061-0/+32
* Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv2009-10-211-21/+14
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* gtkutil.c (create_menus): Call gtk_widget_set_size_request forJan Djärv2009-10-081-1/+9
* * xterm.c (Qx_gtk_map_stock): New var.Chong Yidong2009-07-161-5/+5
* * gtkutil.c (xg_frame_set_char_size): Do set width/height if theJan Djärv2009-07-021-16/+35
* Remove debug code.Jan Djärv2009-07-021-1/+0