summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify gtk_file_chooser_default_unselect_file()Benjamin Otte2009-10-151-26/+11
* Creating the model no longer failsBenjamin Otte2009-10-151-7/+0
* Implement new GtkFileSystemModelBenjamin Otte2009-10-151-8/+60
* Plug a mem leakChristian Persch2009-08-291-0/+1
* Update tooltip if no removable one is selectedPascal Terjan2009-08-061-11/+14
* Allow disabling New Folder button in File ChoserPascal Terjan2009-07-301-3/+16
* Bug #514260 – Better filtering for "Recently Used" filesEmmanuele Bassi2009-07-301-3/+7
* bgo#161489 - In the file chooser, let the left/right arrow keys switch focus ...Federico Mena Quintero2009-07-271-4/+30
* From the shortcuts pane, focus the GtkEntry and redirect unhandled keystrokes...Federico Mena Quintero2009-07-271-18/+42
* bgo#534462: Disable interactive search in the file chooser's shortcuts paneFederico Mena Quintero2009-07-271-0/+1
* g_strdup_print does not exist, the function is g_strdup_printf.Xan Lopez2009-07-201-1/+1
* Remove markup from translatable stringsMatthias Clasen2009-07-201-2/+8
* Add a tooltip to the save folder comboMatthias Clasen2009-07-151-0/+36
* make the size column resizableBenjamin Otte2009-06-271-0/+1