summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserdefault.c
Commit message (Expand)AuthorAgeFilesLines
* filechooser: Fix set-but-not-used warning from gccBenjamin Otte2011-07-091-2/+0
* Hide the Create Folder button in recent-files mode when the pathbar is onFederico Mena Quintero2011-07-011-1/+3
* Centralize the setting of the pathbar's widgetsFederico Mena Quintero2011-07-011-163/+199
* Create the recently-used widgets and infobar from the pathbar widgets as wellFederico Mena Quintero2011-07-011-28/+36
* Move the pathbar creation to its own functionFederico Mena Quintero2011-07-011-27/+24
* Warn the user when he still needs to type a filename or choose a folderFederico Mena Quintero2011-07-011-13/+94
* Return the recent-folder plus filename in Save mode from get_files()Federico Mena Quintero2011-07-011-5/+13
* Set the filename entry's base folder when a recent-folder is selectedFederico Mena Quintero2011-07-011-2/+18
* Instruct the user to pick a folder when nothing is selected in the recent-fol...Federico Mena Quintero2011-07-011-14/+76
* Put recently-used folders in the recently-used listFederico Mena Quintero2011-07-011-48/+58
* Turn a struct field into a local variableFederico Mena Quintero2011-07-011-6/+3
* Remove unused struct fieldFederico Mena Quintero2011-07-011-3/+0
* Actually highlight the 'recently used' and 'search' items in the shortcuts barFederico Mena Quintero2011-07-011-0/+22
* Start in recently-used mode when no folder is setFederico Mena Quintero2011-07-011-38/+39
* Put the pathbar in the 'Save in folder:' row in Save modeFederico Mena Quintero2011-07-011-29/+66
* Get rid of the save_folder_comboFederico Mena Quintero2011-07-011-266/+2
* Remove the expander in Save mode, and the configuration keyFederico Mena Quintero2011-07-011-89/+24
* gtkfilechooserdefault: gtk_misc_set_alignmentDiego Celix2011-06-101-2/+4
* bgo#652045 - Initialize local_only in GtkFileChooserEntryMichal Suchanek2011-06-081-0/+1
* Don't use GtkAlignmentsMatthias Clasen2011-06-071-9/+8
* More include cleanupsMatthias Clasen2011-06-071-2/+1
* GtkFileChooserDefault: derive from GtkBox, not GtkVBoxMatthias Clasen2011-06-071-3/+6
* bgo#642929 - Don't infinite-loop in GTK_FILE_CHOOSER_ACTION_CREATE_FOLDERKjell Ahlstedt2011-05-231-1/+2
* Make GtkFileChoser remember the last directory openedStéphane Maniaci2011-04-151-17/+52
* [filechooser] Free things which got duplicated or reffed by gtk_tree_model_get()Federico Mena Quintero2011-04-011-1/+3
* [filechooser] Unref cancellables we got from the model, not the ones that com...Federico Mena Quintero2011-04-011-3/+7
* [filechooser] Don't leak a GFileFederico Mena Quintero2011-04-011-1/+3
* [filechooser] Don't add extra ref to file, as it it comes from gtk_tree_model...Federico Mena Quintero2011-04-011-1/+1
* Ensure we always grab the gdk lock in async callbacksAlexander Larsson2011-03-281-1/+8
* filechooserdefault: fix a build warningCosimo Cecchi2011-03-211-1/+0
* filechooser: use the sidebar style class for the file chooser sidebarWilliam Jon McCann2011-03-171-1/+3
* set initial pane positionWilliam Jon McCann2011-03-171-1/+1
* filechooser: add the inline-toolbar style class to the bottom toolbarCosimo Cecchi2011-03-171-3/+4
* [GtkFileChooser] Fix initial selection when hidden files are shownFederico Mena Quintero2011-02-241-12/+31
* Fix a memory leak with file chooser previewsMatthias Clasen2011-02-171-0/+7
* Added "shift" modifier versions of keybings for GtkFileChooser "folder-up"/"f...Tristan Van Berkom2011-02-011-16/+30
* 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