summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge from trunk (r12487)su_v2013-08-294-200/+82
|\
| * Switched to global UnitTable.Matthew Petroff2013-08-042-9/+2
| * Merge from trunk.Matthew Petroff2013-08-011-31/+15
| |\
| | * Fix selection of images in outline mode. Fixes LP #1089702Krzysztof Kosi??ski2013-07-311-31/+15
| * | Removed "helper/units.h" from "display/canvas-grid.cpp".Matthew Petroff2013-07-191-1/+1
| * | Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2013-07-182-34/+27
| * | Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*".Matthew Petroff2013-07-183-166/+78
| * | Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-172-2/+2
| |/
* | merge from trunk (r12380)su_v2013-06-193-2/+12
|\|
| * use visual bbox in calculation of filter area (Bug 1188336)Alvin Penner2013-06-101-2/+4
| * Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-062-0/+4
| * Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-042-0/+4
* | changes_2013_05_22a.patch:David Mathog2013-06-195-20/+409
|/
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
* Fix some broken Vim modelinesAlex Valavanis2013-04-113-3/+3
* Implement read/write of image-rendering property. To be used to control scaling.Tavmjong Bah2013-04-081-0/+7
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-253-3/+4
* Fix more clang warningsAlex Valavanis2013-03-232-7/+7
* Clarified choice of downsampling routine.Jasper van de Gronde2013-03-211-1/+3
* Handle bitmap downsampling ourselves, see bug #804162 in launchpad.Jasper van de Gronde2013-03-212-12/+115
* Drop checks for ancient dependency versions. These are satisfied elsewhere.Alex Valavanis2013-03-161-3/+0
* Warning cleanupAlex Valavanis2013-03-161-5/+5
* Fix even more forward declaration tagsAlex Valavanis2013-03-155-10/+10
* Fix another load of forward declaration tagsAlex Valavanis2013-03-146-6/+5
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-146-6/+7
* Kill ancient gcc version check in configure.ac and fix a load of broken forwa...Alex Valavanis2013-03-141-1/+1
* Drop more Gtk::Table usageAlex Valavanis2013-03-082-11/+100
* Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...Tavmjong Bah2013-03-031-27/+64
* Fix build with C++11Alex Valavanis2013-03-021-0/+5
* Bug #561503: fix typo in earlier fix (r11133)vaifrax2013-02-151-1/+1
* Fix for Bug #1110397: Opacity of clipped group is ignored (regression)Ted Janeczko2013-02-011-2/+4
* code cleanup. don't use pointers when you don't have to. use const whereever ...Johan B. C. Engelen2013-01-305-38/+38
* Filter color values always defined as sRGB (or ICC).Tavmjong Bah2013-01-297-10/+97
* More GObject boilerplate reductionAlex Valavanis2013-01-262-94/+45
* Fix multiple instances of ci_key.Jon A. Cruz2013-01-202-9/+11
* fix warningJohan B. C. Engelen2013-01-171-1/+1
* constJohan B. C. Engelen2013-01-172-9/+9
* make grayscale viewmode color factors configurable.Johan B. C. Engelen2013-01-132-14/+20
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-0/+3
* Speed up canvas item drawing for GTK+ 3Alex Valavanis2012-12-301-27/+20
* Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-281-15/+3
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...Tavmjong Bah2012-12-2319-214/+40
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-2219-5/+352
* Add utilities to tag a cairo surface with color interpolation value.Tavmjong Bah2012-12-222-0/+124
* Minor changes.Tavmjong Bah2012-12-221-1/+1
* re-add Grayscale color modeJohan B. C. Engelen2012-12-133-41/+79
* stacked clip paths. patch by Ted Janeczko for Bug 1067271Alvin Penner2012-12-091-16/+11
* Revert r11914, better fix for bug #955141 coming.Tavmjong Bah2012-12-091-27/+2
* Fix for bug #790192, the unclipped alpha component was used for clipping the ...Jasper van de Gronde2012-12-061-4/+5
* Fix for #955141: Converting clipped object to pattern produces rasterised pat...Tavmjong Bah2012-11-292-2/+29