summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserentry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use gtk_entry_xxx functions rather than using GtkEntry structure directly.Stefan Walter2009-03-271-6/+6
* GtkFileChooserEntry: handle slow folders by not autocompleting when the curso...Federico Mena Quintero2009-01-231-3/+4
* GtkFileChooserEntry: fix the computation of 'complete but not unique' and app...Federico Mena Quintero2009-01-231-17/+26
* Comments for translators on the file chooser entry's completion feedbackFederico Mena Quintero2009-01-231-9/+22
* Pass refresh errors from the very bottom of the loading sequence up to the topFederico Mena Quintero2009-01-231-15/+38
* Factor out function to discard the loading process and the current folder fileFederico Mena Quintero2009-01-231-18/+29
* Process the result of refreshing the folder during autocompletionFederico Mena Quintero2009-01-231-9/+22
* Don't handle errors when committing the completionFederico Mena Quintero2009-01-231-5/+4
* Process the result of refreshing the folder during explicit completionFederico Mena Quintero2009-01-231-26/+59
* Return an error code when refreshing the entry from the user's inputFederico Mena Quintero2009-01-231-5/+33
* Don't do completion in the middle of an incomplete hostnameFederico Mena Quintero2009-01-211-6/+21
* Add a local_only property to GtkFileChooserEntryFederico Mena Quintero2009-01-211-0/+30
* Factor out code to discard the current_folderFederico Mena Quintero2009-01-211-28/+25
* Replace several implementation of blank cursor setting byMatthias Clasen2009-01-201-19/+3
* Privately export this method. It classifies directories and mountables theMatthias Clasen2008-12-141-2/+2
* use gdk_threads_add_idle so that the handler acquires the lock since itPaolo Borelli2008-09-081-1/+1
* gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.cSven Neumann2008-08-111-4/+4
* Add translator hintsMatthias Clasen2008-07-241-0/+13
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-23/+23
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-119/+135
* bnc355225 - File chooser crash in Tab completionFederico Mena Quintero2008-06-031-1/+2
* Ahem, fix compilationFederico Mena Quintero2008-03-261-2/+2
* Make 'Ok' work for the file chooser entryFederico Mena Quintero2008-03-261-16/+10
* Hide the mouse cursor in the completion feedback windowFederico Mena Quintero2008-03-141-0/+44
* Use rough font-based spacing for the completion entry's suggestion windowFederico Mena Quintero2008-03-141-1/+2
* Beep with gtk_widget_error_bell()Federico Mena Quintero2008-03-131-1/+1