summaryrefslogtreecommitdiff
path: root/plugins/font-thumbnailer
Commit message (Expand)AuthorAgeFilesLines
* Error handling: Fit to the spec and complete message if neededGaël Bonithon2021-12-261-6/+11
* Debug: Add or adjust some traces and dumpsGaël Bonithon2021-12-262-0/+5
* Debug: Prefer runtime to compile-time check for loggingGaël Bonithon2021-12-261-6/+2
* Fix typo in previous commitGaël Bonithon2021-12-221-1/+1
* Refactoring: Avoid code duplicationGaël Bonithon2021-12-221-34/+1
* Use microsecond precision for last modification timeGaël Bonithon2021-12-211-5/+3
* font-thumbnailer: Fix error handlingGaël Bonithon2021-12-201-6/+7
* Do not translate warning messagesGaël Bonithon2021-12-181-1/+1
* Fix compilation warningsGaël Bonithon2021-11-102-4/+4
* Drop translations of debug message.Nick Schermer2012-12-271-2/+2
* Link all plugins that use rint() against libm (-lm).Jannis Pohlmann2012-02-241-2/+3
* Make sure to include PLATFORM flags everywhere.Jannis Pohlmann2011-12-271-0/+1
* Drop some unused variables.Nick Schermer2011-04-221-3/+0
* Link plugins against libtumbler-1. Should fix builds with --as-needed.Jannis Pohlmann2010-08-291-1/+5
* Fix invalid unrefs in the font thumbnailer.Jannis Pohlmann2009-12-081-5/+0
* Fix a bunch of compiler warnings.Jannis Pohlmann2009-10-271-3/+0
* Massive refactoring to support flavors properly.Jannis Pohlmann2009-10-271-114/+67
* Added the DBus API parts for flavor supportPhilip Van Hoof2009-10-261-2/+4
* Add TumblerColorspace enum, rename save_pixbuf() to save_image_data().Jannis Pohlmann2009-10-211-13/+13
* Replaced GdkPixbuf APIs with TumblerImageDataJannis Pohlmann2009-10-211-3/+13
* Do nothing in case of cancelled before we startedPhilip Van Hoof2009-10-161-0/+4
* Add cancel capability to the thumbnail operations.Philip Van Hoof2009-10-141-2/+5
* Rework build files. Fix bugs introduced in previous commits.Jannis Pohlmann2009-10-061-1/+1
* Always check for "file" and add it if necessary. Clearly the better way.Jannis Pohlmann2009-09-301-18/+3
* Always add "file" to the supported URI schemes. Fix compiler warnings.Jannis Pohlmann2009-09-302-4/+20
* Make sure to free the font file data.Jannis Pohlmann2009-09-301-0/+4
* Make the font thumbnailer work with all URI schemes supported by GIO.Jannis Pohlmann2009-09-302-17/+26
* Fix several mistakes and typos, and therewith make distcheck.Jannis Pohlmann2009-09-301-1/+0
* Fix typo. The variable is called pixbuf, not font.Jannis Pohlmann2009-09-301-1/+1
* Implement the font thumbnailer, reusing code from ThunarVFS.Jannis Pohlmann2009-09-306-0/+983