| Commit message (Expand) | Author | Age | Files | Lines |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -2/+2 |
* | Make symbol list mstch reality. | Matthias Clasen | 2006-05-04 | 1 | -6/+6 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -90/+11 |
* | Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGE | Kristian Rietveld | 2006-05-01 | 1 | -262/+661 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -2/+2 |
* | Default to "drive-harddisk" and then fall back to gnome-dev-harddisk | Rodney Dawes | 2005-12-14 | 1 | -0/+21 |
* | Fix a C99ism, spotted by Crispin Flowerday. | Matthias Clasen | 2005-12-07 | 1 | -2/+3 |
* | Don't crash if mime_type is NULL. (#322998, Sadrul Habib Chowdhury) | Matthias Clasen | 2005-12-02 | 1 | -0/+3 |
* | Pass statbufs down to xdg_mime_get_mime_type_for_file() where possible, to | Matthias Clasen | 2005-09-01 | 1 | -5/+8 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -4/+4 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -2/+2 |
* | 2.8.2GTK_2_8_2 | Matthias Clasen | 2005-08-24 | 1 | -1/+1 |
* | Follow the Nautilus change and rename "Filesystem" to "File System", | Matthias Clasen | 2005-07-12 | 1 | -1/+1 |
* | Fix an error in the cache timeout logic. (#166601, Morten Welinder) | Matthias Clasen | 2005-06-23 | 1 | -5/+9 |
* | Use g_file_set_contents(). (#308722, Morten Welinder) | Matthias Clasen | 2005-06-23 | 1 | -65/+25 |
* | Remove gratitious differences between the stable branch and HEAD, which | Matthias Clasen | 2005-06-22 | 1 | -48/+24 |
* | Support .hidden files. (#129170, Sayamindu Dasgupta, patch by Jan Arne | Matthias Clasen | 2005-06-12 | 1 | -8/+78 |
* | Treat backup files the same way as hidden files, to be closer to what | Matthias Clasen | 2005-06-11 | 1 | -1/+4 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-05-06 | 1 | -4/+8 |
* | Merged from gtk-2-6: | Federico Mena Quintero | 2005-05-03 | 1 | -7/+45 |
* | Implement bookmark renaming (#136216, Sean Middleditch) | Matthias Clasen | 2005-03-22 | 1 | -33/+172 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Fix #162617. | Federico Mena Quintero | 2005-01-10 | 1 | -119/+229 |
* | Clean up some cases of errno handling (#162496, noted by Tor Lillqvist), | Matthias Clasen | 2004-12-30 | 1 | -8/+8 |
* | Clean up some cases of errno handling (#162496, noted by Tor Lillqvist), | Matthias Clasen | 2004-12-30 | 1 | -33/+35 |
* | Use g_filename_display_basename to calculate display name. | Alexander Larsson | 2004-12-15 | 1 | -3/+1 |
* | Emit ::finished-loading. | Matthias Clasen | 2004-09-27 | 1 | -0/+2 |
* | Protect the unistd.h include by HAVE_UNISTD_H. | Matthias Clasen | 2004-09-01 | 1 | -0/+2 |
* | Make the use of S_ISFIFO and S_ISSOCK conditional. (#150146, Gustavo | Matthias Clasen | 2004-08-15 | 1 | -0/+4 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #137031: | Federico Mena Quintero | 2004-07-09 | 1 | -88/+187 |
* | Fix #139290: | Federico Mena Quintero | 2004-07-09 | 1 | -12/+1 |
* | Fixes the GTK+ part of #142308: | Federico Mena Quintero | 2004-06-22 | 1 | -4/+14 |
* | Fix #132500. | Federico Mena Quintero | 2004-04-07 | 1 | -4/+60 |
* | Look for G_DIR_SEPARATOR in the display_name, and err out if it is | Federico Mena Quintero | 2004-04-06 | 1 | -0/+12 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-29 | 1 | -0/+9 |
* | Revert the patch to #137520, as 2.4.1 is for conservative bug fixes only. | Federico Mena Quintero | 2004-03-19 | 1 | -9/+0 |
* | Fix #137520. | Federico Mena Quintero | 2004-03-19 | 1 | -0/+9 |
* | Only hide the "create folder" button in OPEN mode; all the others should | Federico Mena Quintero | 2004-03-15 | 1 | -3/+22 |
* | Allow the path to be NULL, so that people can ask for information about a | Federico Mena Quintero | 2004-03-15 | 1 | -8/+28 |
* | Kill g_prints. | Morten Welinder | 2004-03-15 | 1 | -0/+12 |
* | Fixes #136185, patch by Morten Welinder, with some changes. | Federico Mena Quintero | 2004-03-15 | 1 | -138/+319 |
* | Don't turn "/" into "". (gtk_file_system_unix_get_folder): Use the same | Morten Welinder | 2004-03-14 | 1 | -3/+21 |
* | Remove trailing slashes in path names. | Anders Carlsson | 2004-03-13 | 1 | -9/+48 |
* | Fixes #136080. | Federico Mena Quintero | 2004-03-09 | 1 | -25/+28 |
* | Protect errno. | Morten Welinder | 2004-03-08 | 1 | -3/+6 |
* | Use better icons for home and desktop. | Anders Carlsson | 2004-03-08 | 1 | -1/+20 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+2 |
* | Handle errors in setting the path bar's path. Fixes #136000, based on a | Federico Mena Quintero | 2004-03-03 | 1 | -1/+0 |