index
:
delta/gdk-pixbuf.git
baserock/morph
baserock/xfce-build
ci-test
drop-x11
ebassi/ci-only-default
ebassi/for-master
ebassi/gi-docgen
ebassi/issue-143
ebassi/issue-209
ebassi/issue-215
ebassi/issues-185
ebassi/msys2-update
fix-generating-pc-files
gdk-pixbuf-2-24
gdk-pixbuf-2-26
gdk-pixbuf-2-28
gdk-pixbuf-2-30
gdk-pixbuf-2-32
gdk-pixbuf-2-34
gdk-pixbuf-2-36
gdk-pixbuf-2-38
gdk-pixbuf-2-40
gnome-2-38
issue-3
issue-72
issue-73
issue-77
macos-ci
master
otte/jpeg-fallback
static-analysis
wip/csoriano/jp2-test
wip/ebassi/meson
wip/ebassi/no-autotools
wip/hadess/read-png-gamma
wip/hadess/thumbnailer-locale
wip/jbrummer/png-in-ico
wip/jtojnar/no-install-skipped-test
wip/otte/tga
wip/run-gif-tests-again
gitlab.gnome.org: GNOME/gdk-pixbuf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtk
/
gtkrecentmanager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 545031 – list of recently used files is created world-readable
Emmanuele Bassi
2008-08-07
1
-0
/
+8
*
Use GSlice to allocate the application data for recently used resources;
Emmanuele Bassi
2008-07-21
1
-4
/
+3
*
Revert name change
Cody Russell
2008-07-01
1
-1
/
+1
*
Practically everything changed.
Cody Russell
2008-06-30
1
-1
/
+1
*
Fix two potential critical warnings. Bug #539470.
Carlos Garnacho
2008-06-27
1
-2
/
+9
*
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
[next]