summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)Javier Jardón2010-03-021-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Simplify cleanup codeBenjamin Otte2009-11-021-10/+12
* Fix build on WindowsTor Lillqvist2009-10-161-1/+6
* Fix a g_strdup_printf()Federico Mena Quintero2009-10-151-1/+1
* Put the list of column types in a macroFederico Mena Quintero2009-10-151-38/+20
* Clarify the arguments of g_file_query_info_async()Federico Mena Quintero2009-10-151-1/+1
* Make copy_attribute() a function instead of a macroFederico Mena Quintero2009-10-151-7/+9
* Don't leak a treepath if the treeview is not populated yetFederico Mena Quintero2009-10-151-1/+2
* Factor out function to set a fixed size for the icon cell renderersFederico Mena Quintero2009-10-151-6/+10
* Comment that the column order needs to be kept in sync across two functionsFederico Mena Quintero2009-10-151-0/+4
* Fix typo in a commentFederico Mena Quintero2009-10-151-1/+1
* Make get_selected_file() return a ref'ed fileFederico Mena Quintero2009-10-151-3/+10
* s/get_is_visible/iter_is_visible for clarityFederico Mena Quintero2009-10-151-2/+2