| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtk.symbols rename _gtk_file_system_create to gtk_file_system_create | Kristian Rietveld | 2007-06-13 | 1 | -1/+1 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -14/+7 |
* | Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) | Matthias Clasen | 2006-10-03 | 1 | -2/+2 |
* | Commit a patch by Behdad to fix typos, omissions and other errors in the | Matthias Clasen | 2006-09-10 | 1 | -1/+1 |
* | Remove dead code. Reduce spurious differences between this file and | Tor Lillqvist | 2006-08-23 | 1 | -0/+4 |
* | Do better fallbacks if the icon theme does not have icons. (#345666, | Matthias Clasen | 2006-08-15 | 1 | -9/+22 |
* | Don't return values from void functions. | Matthias Clasen | 2006-05-22 | 1 | -2/+2 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Make symbol list mstch reality. | Matthias Clasen | 2006-05-04 | 1 | -8/+0 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -30/+1 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -43/+263 |
* | No point in making the error path fast by caching quarks. | Matthias Clasen | 2006-04-04 | 1 | -4/+1 |
* | Return NULL instead of FALSE in g_return_val_if_fail in a | Behdad Esfahbod | 2006-04-01 | 1 | -1/+1 |
* | Copy the display_key as well. (#330389, Markku Vire) | Matthias Clasen | 2006-02-08 | 1 | -0/+2 |
* | Use G_MODULE_BIND_LAZY when opening modules. | Matthias Clasen | 2005-12-16 | 1 | -1/+1 |
* | Use G_MODULE_BIND_LAZY when dlopening modules. (#319557, Laszlo Peter) | Matthias Clasen | 2005-10-27 | 1 | -1/+1 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -11/+12 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -4/+4 |
* | Use g_utf8_collate_key_for_filename(). | Matthias Clasen | 2005-06-08 | 1 | -4/+4 |
* | Remove another C99ism. | Matthias Clasen | 2005-05-25 | 1 | -1/+3 |
* | Remove C99-isms (#304879, Kazuki IWAMOTO) | Matthias Clasen | 2005-05-20 | 1 | -2/+6 |
* | Avoid getting the interface struct twice in the same function. (#300513, | Matthias Clasen | 2005-05-04 | 1 | -9/+9 |
* | Use g_return_if_fail, not g_return_val_if_fail. | Manish Singh | 2005-03-22 | 1 | -2/+2 |
* | Implement bookmark renaming (#136216, Sean Middleditch) | Matthias Clasen | 2005-03-22 | 1 | -0/+50 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -2/+3 |
* | Fix some problems reported by Morten Welinder: | Matthias Clasen | 2004-09-13 | 1 | -1/+1 |
* | Underscore-prefix gtk_file_system_module_get_type(). Underscore-prefix | Matthias Clasen | 2004-08-12 | 1 | -5/+5 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fix #132500. | Federico Mena Quintero | 2004-04-07 | 1 | -1/+1 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-29 | 1 | -0/+18 |
* | Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only. | Federico Mena Quintero | 2004-03-19 | 1 | -18/+0 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-19 | 1 | -0/+18 |
* | In the Save modes, set the Name entry of the file chooser if we get a | Federico Mena Quintero | 2004-03-15 | 1 | -1/+1 |
* | Rewritten to use the GtkEntryCompletion API more correctly. Now pops down | Jonathan Blandford | 2004-03-15 | 1 | -0/+33 |
* | Implement local_only by filtering the shortcuts and bookmarks list by | Owen Taylor | 2004-03-15 | 1 | -0/+27 |
* | Allow the path to be NULL, so that people can ask for information about a | Federico Mena Quintero | 2004-03-15 | 1 | -1/+0 |
* | Fixes #136185, patch by Morten Welinder, with some changes. | Federico Mena Quintero | 2004-03-15 | 1 | -0/+3 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | Document the fact that there might not be a volume for all paths. | Alexander Larsson | 2004-03-05 | 1 | -1/+4 |
* | Simplify by not using a temporary variable, and clarify the documentation. | Federico Mena Quintero | 2004-03-03 | 1 | -13/+11 |
* | Added a "position" argument. | Federico Mena Quintero | 2004-02-27 | 1 | -10/+20 |
* | Display the root a bit more cleanly. | Jonathan Blandford | 2004-02-23 | 1 | -1/+2 |
* | Remove old file-system property. Add new file-system-backend string | Alexander Larsson | 2004-02-19 | 1 | -1/+169 |
* | Fixes #132975. | Federico Mena Quintero | 2004-01-30 | 1 | -2/+2 |
* | Fix #132314. | Federico Mena Quintero | 2004-01-27 | 1 | -166/+0 |
* | New get_volume_for_path() method. (struct _GtkFileSystemIface): Finally | Federico Mena Quintero | 2004-01-16 | 1 | -29/+21 |
* | Added a "volumes-changed" signal. Added the following methods: | Federico Mena Quintero | 2003-12-17 | 1 | -1/+152 |
* | Added a render_icon virtual method. | Federico Mena Quintero | 2003-11-19 | 1 | -0/+19 |
* | Do not set a border width for the toplevel container. (toolbar_create): | Federico Mena Quintero | 2003-11-03 | 1 | -0/+14 |
* | gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic framework | Owen Taylor | 2003-10-23 | 1 | -1/+1 |