aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.h
Commit message (Collapse)AuthorAgeFilesLines
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (xg_menu_item_cb_data_): Remove highlight_id andJan Djärv2007-01-021-2/+0
| | | | unhighlight_id.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* * xfns.c (Fx_uses_old_gtk_dialog): New function.Jan Djärv2005-12-231-0/+2
| | | | | | | * gtkutil.c (xg_uses_old_file_dialog): New function. (xg_get_file_name): Use xg_uses_old_file_dialog. * gtkutil.h: Declare xg_uses_old_file_dialog.
* * gtkutil.h (xg_set_frame_icon): Declare it.Jan Djärv2005-08-161-3/+3
|
* * gtkutil.h (xg_get_pixbuf_from_pix_and_mask): Declare.Jan Djärv2005-08-131-0/+4
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * gtkutil.h: Declare use_old_gtk_file_dialog.Jan Djärv2004-11-041-0/+4
| | | | | | * gtkutil.c: Make use_old_gtk_file_dialog non-static. (xg_initialize): Moved DEFVAR_BOOL for use_old_gtk_file_dialog ... * xfns.c (syms_of_xfns): ... to here.
* * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fx_file_dialog if only directories should be read. * lisp.h: Fx_file_dialog takes 5 parameters. * xfns.c (Fx_file_dialog): Both Motif and GTK version: Add parameter only_dir_p. In Motif version, don't put DEFAULT_FILENAME in filter part of the dialog, just text field part. Do not add DEFAULT_FILENAME to list of files if it isn't there. In GTK version, pass only_dir_p parameter to xg_get_file_name. * macfns.c (Fx_file_dialog): Add parameter only_dir_p. Check only_dir_p instead of comparing prompt to "Dired". When using a save dialog, add option kNavDontConfirmReplacement, change title to "Enter name", change text for save button to "Ok". * w32fns.c (Fx_file_dialog): Add parameter only_dir_p. Check only_dir_p instead of comparing prompt to "Dired". * gtkutil.c (xg_get_file_with_chooser) (xg_get_file_with_selection): New functions, only defined ifdef HAVE_GTK_FILE_CHOOSER_DIALOG_NEW and HAVE_GTK_FILE_SELECTION_NEW respectively. (xg_get_file_name): Add parameter only_dir_p. Call xg_get_file_with_chooser or xg_get_file_with_selection depending on HAVE_GTK_FILE* and the value of use_old_gtk_file_dialog. (xg_initialize): New DEFVAR_BOOL use_old_gtk_file_dialog. * gtkutil.h (xg_get_file_name): Add parameter only_dir_p.
* * gtkutil.h (xg_frame_cleared): Removed.Jan Djärv2004-10-191-4/+1
|
* * xmenu.c (digest_single_submenu): Set lname and lkey in widget_valueJan Djärv2004-08-301-0/+2
| | | | | | | | | | instead of name and key. (update_submenu_strings): New function. (set_frame_menubar): Remove call to inhibit_garbage_collection, call update_submenu_strings. Call ENCODE_MENU_STRING for top level menu names. * gtkutil.h (_widget_value): Added lname and lkey.
* Implement multiple display handling for GTK.Jan Djärv2003-11-161-2/+7
|
* Remove tear off capability for GTK popup menus.Jan Djärv2003-11-021-7/+1
| | | | | Since the context in Lisp is not present anymore, we don't know how to invoke the action for a menu item.
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* Finally (?) fix flicker in scroll bar.Jan Djärv2003-03-231-2/+5
|
* gtkutil.h: Removed xg_ignore_next_thumb.Jan Djärv2003-03-181-5/+0
|
* gtkutil.h: Add declaration for xg_frame_cleared.Jan Djärv2003-03-141-0/+1
|
* Implement Ctrl-Mouse-2 (split vertically) for toolkit scrollbarsJan Djärv2003-03-091-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* Fix input methods for GTK.Jan Djärv2003-01-251-3/+3
| | | | Don't right justify GTK help menu.
* GTK files gtkutil.c and .hJan Djärv2003-01-191-0/+210