summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show an error dialog when we can't read the folder's contentsFederico Mena Quintero2009-10-151-0/+26
* Improve show_and_select_files() functionBenjamin Otte2009-10-151-206/+42
* Remove unused error argument from show_and_select_files()Benjamin Otte2009-10-151-5/+3
* Enable the size column in recent files/searchBenjamin Otte2009-10-151-8/+3
* Use the faster accessor function in the sort functionsBenjamin Otte2009-10-151-15/+13
* Convert recent files to a GtkFileSystemModelBenjamin Otte2009-10-151-427/+37
* Convert search to use a GtkFileSystemModelBenjamin Otte2009-10-151-430/+29
* Don't count the "enter directory name" line as a selected fileBenjamin Otte2009-10-151-3/+10
* Add a constructor to filesystem model that does not monitor a directoryBenjamin Otte2009-10-151-1/+1
* Make the filesystem model filter API use a GtkFileFilterBenjamin Otte2009-10-151-35/+1
* Only query the absolutely necessary attributesBenjamin Otte2009-10-151-1/+4
* Load icons on-demandBenjamin Otte2009-10-151-2/+100
* Use the GtkTreeSortable of the filesystem modelBenjamin Otte2009-10-151-66/+34
* Clean up code to use the model directlyBenjamin Otte2009-10-151-208/+44
* Replace the cell data computationsBenjamin Otte2009-10-151-375/+53
* Consolidate tree models for different browse modesBenjamin Otte2009-10-151-690/+397