| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't insert a dummy node if there is no parent node. Fixes #143362. | Federico Mena Quintero | 2004-06-01 | 1 | -1/+1 |
* | Fix #136077. | Federico Mena Quintero | 2004-04-02 | 1 | -2/+2 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-29 | 1 | -6/+73 |
* | Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only. | Federico Mena Quintero | 2004-03-19 | 1 | -73/+6 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-19 | 1 | -6/+73 |
* | If max_depth is 0 then we have a list. | Anders Carlsson | 2004-03-08 | 1 | -1/+1 |
* | set redraw_on_allocate, #135902. | Jonathan Blandford | 2004-03-07 | 1 | -2/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Simplify semantics and check for errors. | Morten Welinder | 2004-03-01 | 1 | -10/+18 |
* | Renamed from create_shortcuts_model(). (struct _GtkFileChooserDefault): | Federico Mena Quintero | 2004-02-25 | 1 | -2/+83 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -1/+7 |
* | Free the path fields. | Federico Mena Quintero | 2004-01-22 | 1 | -0/+6 |
* | Added a has_editable field. (_gtk_file_system_model_add_editable): New | Federico Mena Quintero | 2004-01-17 | 1 | -5/+96 |
* | New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally | Federico Mena Quintero | 2004-01-16 | 1 | -8/+15 |
* | Don't use freed memory. (#127698, Taavi Talvik) | Matthias Clasen | 2003-11-27 | 1 | -2/+3 |
* | Add a stock icon to the "Add bookmark" button. | Federico Mena Quintero | 2003-11-03 | 1 | -1/+2 |
* | gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework | Owen Taylor | 2003-10-23 | 1 | -2/+3 |
* | Free the display_key. | Federico Mena Quintero | 2003-09-09 | 1 | -1/+1 |
* | Return parent path for dummy paths. | Owen Taylor | 2003-07-23 | 1 | -1/+4 |
* | File filter objects. | Owen Taylor | 2003-07-23 | 1 | -19/+43 |
* | Add gtk_file_chooser_set_current_name() to set the current entry contents. | Owen Taylor | 2003-07-11 | 1 | -7/+7 |
* | - Disconnect signal connections when appropriate. - Listen to | Owen Taylor | 2003-04-09 | 1 | -44/+240 |
* | Move interface definition into a private header so it can refer to | Owen Taylor | 2003-04-04 | 1 | -115/+113 |
* | Finish monitoring, add a TODO, fill in details in README, fix some missing fi... | Owen Taylor | 2003-03-27 | 1 | -60/+234 |
* | - Add GnomeVFS backend | Owen Taylor | 2003-03-26 | 1 | -126/+286 |