]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooserentry.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkfilechooserentry.c
2013-03-05 Federico Mena Quinterofilechooser: Rename _gtk_file_is_path_not_local() to...
2013-03-05 Timothy Arcerifilechooser: Show FUSE mounted locations in shortcuts
2012-03-29 Matthias Clasenfilechooser: Fix entry completion
2012-02-27 Javier JardónChange FSF Address
2011-12-16 Benjamin Ottefilechooserentry: Catch tab key earlier
2011-12-16 Benjamin Ottefilechooserentry: Do inline completion only when openin...
2011-12-16 Benjamin Ottefilechooserentry: Remove unused enum
2011-12-16 Benjamin Ottefilechooserentry: Allow NULL as base folder again
2011-12-16 Benjamin Ottefilechooserentry: Don't show files when selecting directory
2011-12-16 Benjamin Ottefilechooserentry: Remove beep function
2011-12-16 Benjamin Ottefilechooserentry: Simplify load completion
2011-12-16 Benjamin Ottefilechooserentry: Use a GtkFileFilter for filtering
2011-12-16 Benjamin Ottefilechooserentry: Remove the file column
2011-12-16 Benjamin Ottefilechooserentry: Simplify code
2011-12-16 Benjamin Ottefilechooserentry: Refactor function
2011-12-16 Benjamin Ottefilechooserentry: Set minimum key length to 0
2011-12-16 Benjamin Ottefilechooserentry: Simplify refresh_current_folder_and_f...
2011-12-16 Benjamin Ottefilechooserentry: Get rid of unused member variable
2011-12-16 Benjamin Ottefilechooserentry: Remove _gtk_file_chooser_entry_set_fi...
2011-12-16 Benjamin Ottefilechooserentry: Use completion for completion
2011-12-16 Benjamin Ottefilechooserentry: Add gtk_file_chooser_entry_get_comple...
2011-12-16 Benjamin Ottefilechooserentry: Don't update the folder when completing
2011-12-16 Benjamin Ottefilechooserentry: Don't override activate
2011-12-16 Benjamin Ottefilechooserentry: Simplify append_common_prefix()
2011-12-16 Benjamin Ottefilechooserentry: Remove completion feedback
2011-12-16 Benjamin Ottefilechooserentry: Redo completion popup trigger
2011-12-16 Benjamin Ottefilechooserentry: Get rid of RefreshMode
2011-12-16 Benjamin Ottefilechooserentry: Use inline completion
2011-12-16 Benjamin Ottefilechooserentry: Merge function
2011-12-16 Benjamin Ottefilechooserentry: Set the text column of the entry...
2011-12-16 Benjamin Ottefilechooserentry: Simplify match_selected function
2011-12-16 Benjamin Ottefilechooserentry: Keep an extra column for the full...
2011-12-16 Benjamin Ottefilechooserentry: Redo _gtk_file_chooser_entry_get_file...
2011-12-16 Benjamin Ottefilechooserentry: Modify _gtk_file_chooser_entry_get_cu...
2011-12-16 Benjamin Ottefilechooserentry: Split out function
2011-12-16 Benjamin Ottefilechooserentry: Simplify code
2011-12-16 Benjamin Ottefilechooserentry: Ensure the base folder is always...
2011-12-16 Benjamin Ottefilechooserentry: Don't complain about incomplete hostnames
2011-12-16 Benjamin Ottefilechooserentry: Start autocomplete immediately
2011-12-16 Benjamin Ottefilechooserentry: Remove file_system argument
2011-12-16 Benjamin Ottefilechooserentry: Simplify code
2011-12-16 Benjamin Ottefilechooserentry: Move _gtk_file_system_parse()
2011-12-16 Benjamin Ottefilechooserentry: Use a GtkFileSystemModel
2011-12-16 Benjamin Ottefilechooserentry: Store the liststore as a treemodel
2011-12-16 Benjamin Ottefilechooserentry: Make appending / to directories simpler
2011-12-16 Benjamin Ottefilechooserentry: Only append / to directory names...
2011-12-16 Benjamin Ottefilechooserentry: Don't trim away the slash after direc...
2011-12-16 Benjamin Ottefilechooserentry: Fold in start_loading_current_folder()
2011-12-16 Benjamin Ottefilechooserentry: The file system cannot be NULL
2011-12-16 Benjamin Ottefilechooserentry: Make the filesystem a construct-only...
2011-12-16 Benjamin Ottefilechooserentry: Keep finished_loading variable ourselves
2011-12-16 Benjamin Ottefilechooserentry: force_reload is never TRUE
2011-12-16 Benjamin Ottefilechooserentry: Fold function into other
2011-12-16 Benjamin Ottefilechooserentry: Reorganize function
2011-12-16 Benjamin Ottefilechooserentry: Use the actual discarding function...
2011-12-16 Benjamin Ottefilechooserentry: Don't use a magic number
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-02 Federico Mena QuinteroNo need to highlight the file's basename when setting...
2011-07-02 Federico Mena QuinteroAllow resolving absolute paths even if there is no...
2011-06-27 Mike Gorsebgo#653191 - fix uninitialized variable in gtk_file_cho...
2011-06-08 Matthias ClasenGtkFileChooserEntry: don't use a GtkAlignment
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-04-01 Federico Mena Quintero[filechooser] Free things which got duplicated or reffe...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2010-12-28 Carlos GarnachoMake GtkFileChooserEntry make GtkStyleContext
2010-12-21 Benjamin Ottegtk: Use g_object_unref instead of gdk_cursor_unref
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Javier Jardóngtkfilechooserentry: Use accessor functions to access...
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottefilechooserentry: Connect to draw event
2010-09-26 Benjamin Ottegtk: gdk_drawable_get_display() => gdk_window_get_display()
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-17 Javier JardónChange GtkEditable typedef from GtkEditableClass to...
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-08-29 Tor LillqvistFix Win32 build
2010-08-22 Javier Jardóngtk/gtkfilechooserentry.c: use accessor functions to...
2010-08-19 Stefan Kost[filechooserentry] don't show misplaced completion...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_HAS_FOCUS
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-09 Javier JardónFix compilation warning: initialize variable to NO_MATCH
2009-03-27 Stefan WalterUse gtk_entry_xxx functions rather than using GtkEntry...
2009-01-23 Federico Mena QuinteroGtkFileChooserEntry: handle slow folders by not autocom...
2009-01-23 Federico Mena QuinteroGtkFileChooserEntry: fix the computation of 'complete...
2009-01-23 Federico Mena QuinteroComments for translators on the file chooser entry...
2009-01-23 Federico Mena QuinteroPass refresh errors from the very bottom of the loading...
2009-01-23 Federico Mena QuinteroFactor out function to discard the loading process...
2009-01-23 Federico Mena QuinteroProcess the result of refreshing the folder during...
2009-01-23 Federico Mena QuinteroDon't handle errors when committing the completion
2009-01-23 Federico Mena QuinteroProcess the result of refreshing the folder during...
2009-01-23 Federico Mena QuinteroReturn an error code when refreshing the entry from...
2009-01-21 Federico Mena QuinteroDon't do completion in the middle of an incomplete...
2009-01-21 Federico Mena QuinteroAdd a local_only property to GtkFileChooserEntry
next