| Commit message (Expand) | Author | Age | Files | Lines |
* | Use GIO for this. | Matthias Clasen | 2008-06-19 | 1 | -42/+14 |
* | Fix dumb typo in the previous commit. | Emmanuele Bassi | 2008-06-17 | 1 | -1/+1 |
* | Increase the consistency of the errors returned by GtkRecentManager. | Emmanuele Bassi | 2008-06-17 | 1 | -5/+24 |
* | Consistently use the same error when removing a URI from an empty | Emmanuele Bassi | 2008-06-17 | 1 | -3/+3 |
* | Replace uses of xdgmime with g_content_type. | Matthias Clasen | 2008-06-08 | 1 | -5/+0 |
* | Bug 535830 – wrong content type adding an item | Emmanuele Bassi | 2008-05-31 | 1 | -1/+10 |
* | Keep the default storage file in $HOME, as we don't have a migration code | Emmanuele Bassi | 2008-04-18 | 1 | -1/+1 |
* | g_strfreev() the uris returned by g_bookmark_file_get_uris(). | Michael Natterer | 2008-04-18 | 1 | -0/+3 |
* | Fix last commit, and complete the gtk-recent-files-max-age semantics: if | Emmanuele Bassi | 2008-04-15 | 1 | -0/+7 |
* | Bug 488507 – boundless growth of .recently-used.xbel file slows down | Emmanuele Bassi | 2008-04-15 | 1 | -22/+77 |
* | Emit the ::changed signal at the end of the asynchronous MIME type query. | Emmanuele Bassi | 2008-04-15 | 1 | -26/+29 |
* | Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel every 5 seconds | Emmanuele Bassi | 2008-04-15 | 1 | -221/+120 |
* | Bug 506062 – gtk_recent_manager_add_item does not detect mime type on | Emmanuele Bassi | 2008-04-15 | 1 | -39/+70 |
* | Document that you need to unref the returned GdkPixbuf. (#484132, | Emmanuele Bassi | 2007-10-10 | 1 | -4/+5 |
* | Remove the stat() time barrier, as it seems to cause bug #463907 (thanks | Emmanuele Bassi | 2007-09-03 | 1 | -6/+0 |
* | Apply a patch by Emmanuele Bassi to limit the number of shown recent | Matthias Clasen | 2007-07-20 | 1 | -12/+27 |
* | Avoid gratitious use of g_strdup_printf(). | Matthias Clasen | 2007-07-13 | 1 | -1/+1 |
* | Fix doc formatting | Matthias Clasen | 2007-07-10 | 1 | -2/+2 |
* | Do not cache the icon pixbufs but rely on the GtkIconTheme not to hit the | Emmanuele Bassi | 2007-06-29 | 1 | -80/+31 |
* | building a GtkRecentInfo can never fail. | Emmanuele Bassi | 2007-06-25 | 1 | -41/+7 |
* | Use g_timeout_add_seconds_full() for the timed poll of the storage file, | Emmanuele Bassi | 2007-06-19 | 1 | -8/+57 |
* | Use a static variable to hold the singleton and remove the code that binds | Emmanuele Bassi | 2007-06-19 | 1 | -93/+37 |
* | Return GTK_STOCK_DIRECTORY for entries with MIME type | Emmanuele Bassi | 2007-05-09 | 1 | -2/+7 |
* | Internalize some strings, pointed out by Damon Chaplin. | Matthias Clasen | 2007-04-27 | 1 | -1/+1 |
* | Fix a leak by not increasing the refcount of the GtkRecentInfo object when | Emmanuele Bassi | 2007-04-18 | 1 | -1/+1 |
* | Remove unused GError; do not allocate GtkRecentData and use a variable on | Emmanuele Bassi | 2007-03-15 | 1 | -27/+24 |
* | Fix documentation errors. (Morten Welinder) | Emmanuele Bassi | 2007-03-15 | 1 | -2/+2 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -6/+3 |
* | Fix typo (s/expansive/expensive) (#389183) | Bastien Nocera | 2006-12-24 | 1 | -1/+1 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -2/+2 |
* | g_filename_from_uri() might fail; catch the failure and fall back to the | Emmanuele Bassi | 2006-11-22 | 1 | -2/+3 |
* | Return the URI of the GtkRecentInfo object (upgraded to UTF-8 if needed) | Emmanuele Bassi | 2006-11-16 | 1 | -9/+21 |
* | Provide a fast path returning NULL when the limit is set to 0. | Emmanuele Bassi | 2006-11-16 | 1 | -0/+3 |
* | fix recent files issues | Matthias Clasen | 2006-08-18 | 1 | -2/+3 |
* | Add since tags | Matthias Clasen | 2006-08-16 | 1 | -1/+3 |
* | Add the timeout for polling the file; change the default polling delta to | Emmanuele Bassi | 2006-07-28 | 1 | -6/+9 |
* | Fix a typo (spotted by Paolo Borelli and coverity). | Emmanuele Bassi | 2006-06-02 | 1 | -1/+1 |
* | Don't mask "time" with the "time" argument. | Emmanuele Bassi | 2006-05-22 | 1 | -3/+3 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Fix build errors. | Alexander Larsson | 2006-05-12 | 1 | -4/+3 |
* | Remove the error parameter to the gtk_recent_manager_add() and | Emmanuele Bassi | 2006-05-12 | 1 | -37/+21 |
* | Corrected a typo. | Francisco Javier F. Serrador | 2006-05-08 | 1 | -1/+1 |
* | Fix 336772 | Matthias Clasen | 2006-04-16 | 1 | -6/+30 |
* | Remove the unneeded setting of the storage file inside the constructor. | Emmanuele Bassi | 2006-04-11 | 1 | -16/+9 |
* | No point in making the error path fast by caching quarks. | Matthias Clasen | 2006-04-04 | 1 | -4/+1 |
* | Build the items list after setting the storage file. | Emmanuele Bassi | 2006-04-02 | 1 | -3/+3 |
* | Convert filenames to UTF-8 before printing them out in warning messages. | Behdad Esfahbod | 2006-04-01 | 1 | -20/+28 |
* | Update last_stamp inside the look. (#336771, Morten Welinder) | Behdad Esfahbod | 2006-04-01 | 1 | -1/+4 |
* | Don't assert that the age is positive. (#336773, Morten Welinder) | Matthias Clasen | 2006-03-31 | 1 | -3/+1 |
* | Fix the doc comment format. | Matthias Clasen | 2006-03-30 | 1 | -47/+48 |