summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* Make the places in the file chooser come up with a reasonable sizeMatthias Clasen2011-01-271-3/+6
* Fix the new filechooser buttons to work without symbolic iconsMatthias Clasen2011-01-271-6/+13
* Use a toolbar with symbolic icons under scrolled listsWilliam Jon McCann2011-01-271-38/+45
* Silence new gcc warningsMatthias Clasen2011-01-231-82/+58
* bgo#639531 - [filechooser] Handle the case where the user types a nonexistent...Federico Mena Quintero2011-01-211-15/+48
* Fixed GtkFileChooserDefault to handle cases of being in an embedded dialog.Tristan Van Berkom2011-01-061-10/+12
* Fixed issues with "hierarchy-changed" signal.Tristan Van Berkom2011-01-061-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* Make GtkFileChooser use GtkStyleContextCarlos Garnacho2011-01-041-12/+11
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* Merge branch 'master' into treeview-refactorTristan Van Berkom2010-12-171-8/+11
|\
| * gtk/gtkfilechooserdefault.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-2/+5
| * Don't access GdkDragContext fields directlyMatthias Clasen2010-12-101-4/+4
| * GtkFileChooser: Use gtk_widget_render_icon_pixbuf()Carlos Garcia Campos2010-12-081-2/+2
* | Removed the private sharing of internal treeview macros from gtktreeprivate.hTristan Van Berkom2010-12-051-1/+5
|/
* bgo#634558 - filechooser - Actually focus the Search entry when selecting the...Federico Mena Quintero2010-11-161-14/+48
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-10-311-14/+14
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-12/+13
* Use gtk_paned_new() instead gtk_[v|h]paned_new()Javier Jardón2010-10-301-1/+1
* Use the new GtkComboBoxText APIJavier Jardón2010-10-151-3/+3
* gtk: add cast to fix warning in my last commitMichael Natterer2010-10-141-1/+1
* Use GSettings for the filechooser settingsChristian Persch2010-10-131-30/+47
* Bug 563002 - Doesn't call 'update-preview' on set_filenameMichael Natterer2010-10-121-0/+8
* Filechooser - In OPEN or SAVE mode, typing a plain folder name should switch ...Federico Mena Quintero2010-10-061-3/+11
* Handle the case where you type /blah/nonexistent in SELECT_FOLDER modeFederico Mena Quintero2010-10-051-1/+6
* Clarify the name of a callbackStephen Shaw2010-10-051-6/+8
* bgo#629722 - file chooser should cope with typing a directory name and then E...Stephen Shaw2010-10-051-17/+70
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-8/+8
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-5/+11
* bgo#486839 - Fix path bar size group in the file chooserMilan Bouchet-Valat2010-09-131-5/+5
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-36/+36
* Use gtk_window_has_group() to know if the window has an explicit window group.Javier Jardón2010-08-241-11/+6
* gtk/gtkfilechooserdefault.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-12/+26
* gtk/gtkfilechooserdefault.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-8/+15
* Prevent file filter name sizes from expanding the dialog (bgo #527499).Tristan Van Berkom2010-08-191-0/+14
* filechooser: Remove unused functions.Benjamin Otte2010-08-101-28/+0
* bgo#625416 - Don't reload the filechooser's folder during a re-map eventFederico Mena Quintero2010-08-101-13/+0
* filechooser: Remove commented out codeBenjamin Otte2010-07-261-160/+0
* Use accessor functions to access GtkCellRendererJavier Jardón2010-07-131-2/+5
* Use accessor functions to access GtkBoxJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-2/+0
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-7/+7
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-7/+7
* bgo#608537 - Make the file chooser's sort arrows consistent with the HIGFederico Mena Quintero2010-06-081-2/+2
* Remove deprecated GtkFileChooser functionsChristian Dywan2010-05-031-4/+0
* FileChooser: Initialize search engines on demandTomas Bzatek2010-04-071-13/+1
* Fix for bug #557689 and bug #402349, where opening a file chooser inCody Russell2010-04-051-2/+10
* Fix file chooser refcounting issuesMatthias Clasen2010-03-081-8/+14
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-2/+2
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-2/+3