| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make _gtk_file_system_model_remove_file() static | Federico Mena Quintero | 2009-10-15 | 1 | -5/+8 |
* | Make _gtk_file_system_model_add_file() static | Federico Mena Quintero | 2009-10-15 | 1 | -10/+14 |
* | Clarify the comments that some fields in GtkFileSystemModel can be NULL | Federico Mena Quintero | 2009-10-15 | 1 | -2/+2 |
* | Clarify the arguments to g_file_monitor_directory() | Federico Mena Quintero | 2009-10-15 | 1 | -2/+2 |
* | Clarify an argument to g_file_enumerate_children_async() | Federico Mena Quintero | 2009-10-15 | 1 | -1/+1 |
* | Fix and tighten an assertion | Federico Mena Quintero | 2009-10-15 | 1 | -2/+1 |
* | Complete the documentation string for _gtk_file_system_model_new() | Federico Mena Quintero | 2009-10-15 | 1 | -0/+4 |
* | Start with a file array with a resonable preallocated size | Federico Mena Quintero | 2009-10-15 | 1 | -1/+1 |
* | Compute the node size only once to avoid the scary macro | Federico Mena Quintero | 2009-10-15 | 1 | -10/+12 |
* | g_error() as soon as we catch an invalid column type | Federico Mena Quintero | 2009-10-15 | 1 | -2/+3 |
* | Improve show_and_select_files() function | Benjamin Otte | 2009-10-15 | 1 | -5/+57 |
* | Convert search to use a GtkFileSystemModel | Benjamin Otte | 2009-10-15 | 1 | -0/+27 |
* | Add a constructor to filesystem model that does not monitor a directory | Benjamin Otte | 2009-10-15 | 1 | -16/+62 |
* | Make the filesystem model filter API use a GtkFileFilter | Benjamin Otte | 2009-10-15 | 1 | -16/+77 |
* | Implement new GtkFileSystemModel | Benjamin Otte | 2009-10-15 | 1 | -1544/+1174 |
* | move GtkFileSystemModel private stuff out of the private header | Benjamin Otte | 2009-10-15 | 1 | -0/+54 |
* | bgo#355851 - Hide backup files in the file chooser | Milan Bouchet-Valat | 2009-06-11 | 1 | -1/+2 |
* | Privately export this method. It classifies directories and mountables the | Matthias Clasen | 2008-12-14 | 1 | -3/+3 |
* | Bug 554704 – gtkfilesystemmodel does too much work | Christian Persch | 2008-10-02 | 1 | -4/+4 |
* | Bug 554696 – invalid free function used | Christian Persch | 2008-10-02 | 1 | -2/+3 |
* | Bug 554691 – mem leak in filechooser | Christian Persch | 2008-10-02 | 1 | -0/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Use g_set_error_literal where appropriate. Bug #538640. | Christian Persch | 2008-06-19 | 1 | -4/+4 |
* | Really make GtkFileSystem private by _-prefixing all functions. | Matthias Clasen | 2008-06-13 | 1 | -19/+19 |
* | Bug 520874 - Should use gio directly. | Carlos Garnacho | 2008-06-10 | 1 | -306/+269 |
* | Use g_value_set_static_string() where appropriate. (#515042, Christian | Matthias Clasen | 2008-02-12 | 1 | -1/+1 |
* | Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890, | Matthias Clasen | 2008-02-12 | 1 | -11/+5 |
* | cast "uris" to guchar* when passing it to gtk_selection_data_set(). | Michael Natterer | 2008-01-14 | 1 | -1/+1 |
* | don't "corrupt" all iterators by reversing the list after adding the | Kristian Rietveld | 2007-10-08 | 1 | -4/+0 |
* | Don't ignore the fact that gtk_file_system_get_parent() may return NULL. | Matthias Clasen | 2007-05-02 | 1 | -8/+7 |
* | Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515, | Matthias Clasen | 2007-04-28 | 1 | -2/+2 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -3/+0 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -57/+9 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -181/+429 |
* | Start a set of automated tests for the file chooser. The only test in | Federico Mena Quintero | 2005-09-15 | 1 | -50/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -3/+0 |
* | Use gdk_atom_intern_static_string() where appropriate. | Matthias Clasen | 2005-09-11 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -3/+3 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Acquire GDK lock. (#314533, Thomas Fitzsimmons) | Thomas Fitzsimmons | 2005-08-26 | 1 | -0/+4 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -2/+2 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #139290: | Federico Mena Quintero | 2004-07-09 | 1 | -155/+43 |
* | When inserting a visible node, free the old path before creating the new | Federico Mena Quintero | 2004-06-16 | 1 | -0/+1 |
* | Fixes #143578: | Federico Mena Quintero | 2004-06-12 | 1 | -3/+3 |