summaryrefslogtreecommitdiff
path: root/src/gtkutil.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | (update_frame_tool_bar): Connect create-menu-proxy withJan Djärv2006-12-311-1/+95
* | | | | | (xg_tool_bar_button_cb): Save last modifier on widget.Jan Djärv2006-12-301-79/+56
* | | | | | (update_frame_tool_bar): Handle modifying a toolbar itemJan Djärv2006-12-031-6/+27
| |_|_|_|/ |/| | | |
* | | | | * gtkutil.c (update_frame_tool_bar): If icon image is invalid andChong Yidong2006-11-041-1/+6
| |_|_|/ |/| | |
* | | | * gtkutil.c (get_utf8_string): Remove warnings with casts.Jan Djärv2006-10-161-8/+10
| |_|/ |/| |
* | | Whitespace fix.Richard M. Stallman2006-09-231-1/+1
* | | * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help forJan Djärv2006-09-221-1/+3
* | | * gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text toJan Djärv2006-09-181-3/+3
* | | * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialogJan Djärv2006-09-181-2/+2
* | | * gtkutil.c (xg_get_file_with_chooser): CheckJan Djärv2006-09-161-9/+16
* | | * gtkutil.c (get_utf8_string): Try harder to convert to UTF8. Gtk+Jan Djärv2006-09-161-1/+57
* | | * gtkutil.c (xg_display_close): Always change default display if needed,Jan Djärv2006-09-101-9/+7
* | | * gtkutil.c (xg_get_file_with_chooser): Don't mention specific keys inJan Djärv2006-09-041-10/+10
* | | * gtkutil.c (xg_get_file_with_chooser): Change file chooser messageJan Djärv2006-09-021-8/+19
| |/ |/|
* | * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL.Jan Djärv2006-06-021-5/+9
* | * gtkutil.c (menu_nav_ended): Change x-menu-bar-start to menu-bar-open.Jan Djärv2006-06-011-1/+1
* | Connect menu_nav_ended to "selection-done" to fix grabsJan Djärv2006-05-291-0/+30
|/
* * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returnsJan Djärv2006-02-241-11/+7
* (malloc_widget_value): Use xmalloc.Richard M. Stallman2006-02-201-1/+1
* Indentation fixJan Djärv2006-02-151-3/+3
* * gtkutil.c (xg_tool_bar_detach_callback): Set show-arrow to theJan Djärv2006-02-141-0/+5
* * gtkutil.c (xg_tool_bar_button_cb): New function.Jan Djärv2006-02-141-1/+30
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* * gtkutil.c (update_frame_tool_bar): Use new tool bar functionsJan Djärv2006-01-311-32/+32
* * gtkutil.c (xg_toggle_notify_cb): New function.Jan Djärv2006-01-091-3/+45
* * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,Jan Djärv2006-01-041-29/+29
* * gtkutil.c (xg_get_file_with_chooser): Changed message shownJan Djärv2005-12-281-14/+5
* FormattingJan Djärv2005-12-271-7/+8
* * gtkutil.c (xg_toggle_visibility_cb): New function.Jan Djärv2005-12-271-1/+50
* * xfns.c (Fx_uses_old_gtk_dialog): New function.Jan Djärv2005-12-231-2/+22
* * gtkutil.c (SSDATA): New macro to remove compiler warnings.Jan Djärv2005-12-121-8/+11
* * gtkutil.c (xg_set_geometry): Do a gtk_window_move if programJan Djärv2005-09-201-0/+3
* * gtkutil.c (xg_set_frame_icon): New function.Jan Djärv2005-08-161-1/+19
* * gtkutil.c (xg_get_pixbuf_from_pix_and_mask): New function.Jan Djärv2005-08-131-48/+61
* * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon thatJan Djärv2005-08-081-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* * gtkutil.c (xg_update_scrollbar_pos): Call x_sync so that theJan Djärv2005-03-101-2/+7
* * gtkutil.c (xg_resize_outer_widget): Removed unneeded call toJan Djärv2005-02-271-6/+0
* (xg_create_frame_widgets): UNBLOCK_INPUT on error.Kim F. Storm2005-02-211-8/+9
* * gtkutil.c (create_menus): Connect selection-done event instead ofJan Djärv2005-02-031-1/+1
* * gtkutil.c (xg_tool_bar_detach_callback): Remove unused variable bw.Jan Djärv2005-01-211-2/+1
* * xterm.h (struct x_output): New member, toolbar_detached.Jan Djärv2005-01-081-3/+10
* * gtkutil.c (xg_gtk_scroll_destroy, xg_create_scroll_bar)Jan Djärv2005-01-071-7/+12
* * xmenu.c (popup_get_selection): Pop down on C-g.Jan Djärv2004-12-271-0/+13
* * gtkutil.c (update_frame_tool_bar): Make the value ofJan Djärv2004-12-251-0/+29
* * gtkutil.c: Include signal.h and syssignal.h.Jan Djärv2004-12-071-0/+13
* * gtkutil.c (xg_get_file_with_chooser): Handle local files only.Jan Djärv2004-12-071-6/+11
* * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog toJan Djärv2004-11-231-5/+3
* * gtkutil.c (xg_get_file_name): Fix typo inJan Djärv2004-11-161-2/+2