summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
Commit message (Expand)AuthorAgeFilesLines
* Return GTK_STOCK_DIRECTORY for entries with MIME typeEmmanuele Bassi2007-05-091-2/+7
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-1/+1
* Fix a leak by not increasing the refcount of the GtkRecentInfo object whenEmmanuele Bassi2007-04-181-1/+1
* Remove unused GError; do not allocate GtkRecentData and use a variable onEmmanuele Bassi2007-03-151-27/+24
* Fix documentation errors. (Morten Welinder)Emmanuele Bassi2007-03-151-2/+2
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-6/+3
* Fix typo (s/expansive/expensive) (#389183)Bastien Nocera2006-12-241-1/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-2/+2
* g_filename_from_uri() might fail; catch the failure and fall back to theEmmanuele Bassi2006-11-221-2/+3
* Return the URI of the GtkRecentInfo object (upgraded to UTF-8 if needed)Emmanuele Bassi2006-11-161-9/+21
* Provide a fast path returning NULL when the limit is set to 0.Emmanuele Bassi2006-11-161-0/+3
* fix recent files issuesMatthias Clasen2006-08-181-2/+3
* Add since tagsMatthias Clasen2006-08-161-1/+3
* Add the timeout for polling the file; change the default polling delta toEmmanuele Bassi2006-07-281-6/+9
* Fix a typo (spotted by Paolo Borelli and coverity).Emmanuele Bassi2006-06-021-1/+1
* Don't mask "time" with the "time" argument.Emmanuele Bassi2006-05-221-3/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Fix build errors.Alexander Larsson2006-05-121-4/+3
* Remove the error parameter to the gtk_recent_manager_add() andEmmanuele Bassi2006-05-121-37/+21
* Corrected a typo.Francisco Javier F. Serrador2006-05-081-1/+1
* Fix 336772Matthias Clasen2006-04-161-6/+30
* Remove the unneeded setting of the storage file inside the constructor.Emmanuele Bassi2006-04-111-16/+9
* No point in making the error path fast by caching quarks.Matthias Clasen2006-04-041-4/+1
* Build the items list after setting the storage file.Emmanuele Bassi2006-04-021-3/+3
* Convert filenames to UTF-8 before printing them out in warning messages.Behdad Esfahbod2006-04-011-20/+28
* Update last_stamp inside the look. (#336771, Morten Welinder)Behdad Esfahbod2006-04-011-1/+4
* Don't assert that the age is positive. (#336773, Morten Welinder)Matthias Clasen2006-03-311-3/+1
* Fix the doc comment format.Matthias Clasen2006-03-301-47/+48
* Import GtkRecent* from libegg.Emmanuele Bassi2006-03-291-0/+2424