summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
...
* filechooserentry: Set the text column of the entry completionBenjamin Otte2011-12-161-0/+2
* filechooserentry: Simplify match_selected functionBenjamin Otte2011-12-161-23/+9
* filechooserentry: Keep an extra column for the full pathBenjamin Otte2011-12-161-5/+23
* filechooserentry: Redo _gtk_file_chooser_entry_get_file_part()Benjamin Otte2011-12-161-2/+10
* filechooserentry: Modify _gtk_file_chooser_entry_get_current_folder()Benjamin Otte2011-12-161-4/+23
* filechooserentry: Split out functionBenjamin Otte2011-12-161-4/+15
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-18/+4
* filechooserentry: Ensure the base folder is always validBenjamin Otte2011-12-161-3/+12
* filechooserentry: Don't complain about incomplete hostnamesBenjamin Otte2011-12-161-56/+6
* filechooserentry: Start autocomplete immediatelyBenjamin Otte2011-12-161-31/+2
* filechooserentry: Remove file_system argumentBenjamin Otte2011-12-161-13/+1
* filechooserentry: Simplify codeBenjamin Otte2011-12-161-18/+15
* filechooserentry: Move _gtk_file_system_parse()Benjamin Otte2011-12-161-0/+138
* filechooserentry: Use a GtkFileSystemModelBenjamin Otte2011-12-161-136/+65
* filechooserentry: Store the liststore as a treemodelBenjamin Otte2011-12-161-14/+14
* filechooserentry: Make appending / to directories simplerBenjamin Otte2011-12-161-47/+4
* filechooserentry: Only append / to directory names onceBenjamin Otte2011-12-161-38/+0
* filechooserentry: Don't trim away the slash after directoriesBenjamin Otte2011-12-161-13/+1
* filechooserentry: Fold in start_loading_current_folder()Benjamin Otte2011-12-161-26/+12
* filechooserentry: The file system cannot be NULLBenjamin Otte2011-12-161-5/+1
* filechooserentry: Make the filesystem a construct-only argumentBenjamin Otte2011-12-161-24/+6
* filechooserentry: Keep finished_loading variable ourselvesBenjamin Otte2011-12-161-5/+8
* filechooserentry: force_reload is never TRUEBenjamin Otte2011-12-161-5/+3
* filechooserentry: Fold function into otherBenjamin Otte2011-12-161-11/+1
* filechooserentry: Reorganize functionBenjamin Otte2011-12-161-22/+11
* filechooserentry: Use the actual discarding function to discard a folderBenjamin Otte2011-12-161-2/+1
* filechooserentry: Don't use a magic numberBenjamin Otte2011-12-161-1/+1
* No need to highlight the file's basename when setting the base folderFederico Mena Quintero2011-07-011-1/+0
* Allow resolving absolute paths even if there is no base_folderFederico Mena Quintero2011-07-011-1/+0
* bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.cMike Gorse2011-06-271-1/+1
* GtkFileChooserEntry: don't use a GtkAlignmentMatthias Clasen2011-06-071-30/+24
* [filechooser] Free things which got duplicated or reffed by gtk_tree_model_get()Federico Mena Quintero2011-04-011-2/+3
* Silence new gcc warningsMatthias Clasen2011-01-231-56/+57
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* Make GtkFileChooserEntry make GtkStyleContextCarlos Garnacho2010-12-281-13/+21
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* gtkfilechooserentry: Use accessor functions to access GtkEntryJavier Jardón2010-10-261-1/+4
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-2/+2
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* filechooserentry: Connect to draw eventBenjamin Otte2010-09-261-12/+9
* gtk: gdk_drawable_get_display() => gdk_window_get_display()Benjamin Otte2010-09-261-1/+1
* Change GtkEditable typedef from GtkEditableClass to GtkEditabeInterfaceJavier Jardón2010-09-171-3/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+6
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-1/+1
* Fix Win32 buildTor Lillqvist2010-08-291-2/+2
* gtk/gtkfilechooserentry.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-14/+17
* [filechooserentry] don't show misplaced completion popupStefan Kost2010-08-191-13/+15
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-1/+1
* Fix compilation warning: initialize variable to NO_MATCHJavier Jardón2009-11-091-1/+1