summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Debug: Display data side-by-side when appropriateGaël Bonithon2021-12-291-0/+1
|
* Add support for thumbnail size x-large and xx-largeGaël Bonithon2021-12-291-0/+2
| | | | Closes #51.
* desktop-thumbnailer: Allow to override configuration in desktop filesGaël Bonithon2021-12-291-0/+2
| | | | | | | The "X-Tumbler Settings" group is searched in each desktop file with the same keys as in `tumbler.rc`, where the default configuration is now. Closes #52.
* Cleanup: Avoid code duplicationGaël Bonithon2021-12-291-0/+1
|
* Reserve some third-party API messages to debug loggingGaël Bonithon2021-12-271-0/+1
| | | | | | | | FFmpegthumbnailer is known to be really verbose, and we don't have a priori control on the messages that can be displayed by external thumbnailers (it can be in particular FFmpegthumbnailer). Fixes #10, related to #29.
* Update generated doc and related filesGaël Bonithon2021-12-263-11/+35
|
* Remove TUMBLER_ADD_INTERFACEGaël Bonithon2021-11-101-5/+0
| | | | G_IMPLEMENT_INTERFACE_DYNAMIC does the job since GLib 2.24.
* Do not remove `tumbler-sections.txt` when running `make clean`Gaël Bonithon2021-11-101-2/+0
|
* Updates for releasexfce-4.14pre2tumbler-0.2.5Andre Miranda2019-06-291-0/+11
|
* Update tumbler-sections.txt generated by gtk-docAndre Miranda2019-05-171-54/+58
|
* Updates for release.tumbler-0.1.30Nick Schermer2014-02-231-1/+0
|
* Autotools updates.Nick Schermer2013-01-061-1/+1
|
* Make sure to include PLATFORM flags everywhere.Jannis Pohlmann2011-12-272-168/+176
|
* Remove unused but set variable in the gst-helper.Jannis Pohlmann2011-05-251-18/+13
|
* Release 0.1.20!tumbler-0.1.20Jannis Pohlmann2011-02-121-131/+131
|
* Release 0.1.6!tumbler-0.1.6Jannis Pohlmann2011-01-161-131/+131
|
* Fix possible segmentation fault in the JPEG thumbnailer.Jannis Pohlmann2011-01-101-131/+131
|
* Release 0.1.5!tumbler-0.1.5Jannis Pohlmann2010-12-051-131/+131
|
* Update API doc sections.Jannis Pohlmann2010-11-031-110/+110
|
* Release 0.1.2!tumbler-0.1.2Jannis Pohlmann2010-07-161-109/+110
|
* Add -Wno-sign-compare to the gtk-doc build.Jannis Pohlmann2009-12-071-1/+2
|
* Update API docs (sorta).Jannis Pohlmann2009-12-051-0/+2
|
* Fix gtk-doc (still not up to date though).Jannis Pohlmann2009-10-272-24/+52
|
* Prepare the API docs for make distcheck.Jannis Pohlmann2009-10-231-0/+3
|
* Add a few comments, minor coding style changes.Jannis Pohlmann2009-10-141-0/+3
|
* Rework build files. Fix bugs introduced in previous commits.Jannis Pohlmann2009-10-061-0/+5
| | | | | | | The build checks for plugins were moved into acinclude.m4. autogen.sh now passes command line parameters to its delegates autogen-xfce.sh and autogen-gnome.sh. Removed the ELF visibility stuff from configure.ac and so on.
* Fix several mistakes and typos, and therewith make distcheck.Jannis Pohlmann2009-09-304-86/+88
|
* Add tumbler_thumbnail_save_file() to save thumbnails from source files.Jannis Pohlmann2009-06-251-0/+1
| | | | | | | | | This is especially useful for plugins that execute external commands such as "convert". They can just let these commands write to a certain file which they then pass to tumbler_thumbnail_save_file() to make sure it's stored in a way the corresponding cache plugin supports. It is an alternative to tumbler_thumbnail_save_pixbuf().
* Minor tweaks. Use TUMBLER_ADD_INTERFACE in pixbuf thumbnailer plugin.Jannis Pohlmann2009-06-091-1/+5
|
* Update API docs a little bit.Jannis Pohlmann2009-06-083-23/+193
|
* Add API docs for tumbler (not tumblerd) using GTK-Doc.Jannis Pohlmann2009-05-227-0/+276