summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-0/+3
| | | (bzr r12014)
* Speed up canvas item drawing for GTK+ 3Alex Valavanis2012-12-301-27/+20
| | | (bzr r11999)
* Implement GTK+ 3 drawing for zoom correction ruler in preferences dialogAlex Valavanis2012-12-281-15/+3
| | | (bzr r11995)
* Move some code from filter primitives to cairo-utils.cpp. Fix bug in ↵Tavmjong Bah2012-12-2319-214/+40
| | | | | lighting primitives. (bzr r11976)
* Add support for color-interpolation-filters = linearRGB.Tavmjong Bah2012-12-2219-5/+352
| | | (bzr r11972)
* Add utilities to tag a cairo surface with color interpolation value.Tavmjong Bah2012-12-222-0/+124
| | | (bzr r11971)
* Minor changes.Tavmjong Bah2012-12-221-1/+1
| | | (bzr r11969)
* re-add Grayscale color modeJohan B. C. Engelen2012-12-133-41/+79
| | | | | | Fixed bugs: - https://launchpad.net/bugs/885048 (bzr r11953)
* stacked clip paths. patch by Ted Janeczko for Bug 1067271Alvin Penner2012-12-091-16/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1067271 (bzr r11943)
* Revert r11914, better fix for bug #955141 coming.Tavmjong Bah2012-12-091-27/+2
| | | (bzr r11940)
* Fix for bug #790192, the unclipped alpha component was used for clipping the ↵Jasper van de Gronde2012-12-061-4/+5
| | | | | colour components. (bzr r11935)
* Fix for #955141: Converting clipped object to pattern produces rasterised ↵Tavmjong Bah2012-11-292-2/+29
| | | | | pattern. (bzr r11914)
* Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive ↵John Smith2012-11-291-2/+1
| | | | | is present (bzr r11913)
* Update to current trunkTed Gould2012-11-2519-141/+155
|\ | | | | (bzr r11804.1.8)
| * UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ↵Nicolas Dufour2012-11-231-2/+6
| | | | | | | | | | an object). (bzr r11893)
| * cppcheck: Fix a couple more C-style pointer casts and inefficient ↵Alex Valavanis2012-11-152-4/+4
| | | | | | | | | | vector-emptiness checking (bzr r11872)
| * cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-112-36/+33
| | | | | | (bzr r11867)
| * Change outline mode rendering tolerance from 1.25 to 0.5.Krzysztof Kosi??ski2012-11-062-2/+2
| | | | | | | | | | Fixes disappearing lines in newer versions of Cairo. (bzr r11862)
| * Fix for 1068763 : Opening 'File > Document Properties' dirties current documentJohn Smith2012-10-311-2/+4
| | | | | | (bzr r11855)
| * cppcheck: More C-style pointer castingAlex Valavanis2012-10-284-11/+13
| | | | | | (bzr r11844)
| * cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-275-15/+15
| | | | | | (bzr r11840)
| * Clamp colour channels in feComposite result to alpha channel, instead of 1, ↵Jasper van de Gronde2012-10-271-4/+5
| | | | | | | | | | as the channels are premultiplied. (bzr r11835)
| * Fix build error due to bad internal handling of deprecated GTK+ symbols in ↵Alex Valavanis2012-10-272-8/+8
| | | | | | | | | | gtkmm header (bzr r11833)
| * bit of a clean-upJohan B. C. Engelen2012-10-262-26/+19
| | | | | | (bzr r11832)
| * include yourself first, then the othersJohan B. C. Engelen2012-10-261-2/+3
| | | | | | (bzr r11831)
| * allow 0 degree angles for axonometric grid's x and z axesJohan B. C. Engelen2012-10-261-31/+45
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/583141 (bzr r11830)
* | A few more headersTed Gould2012-10-151-0/+2
| | | | | | (bzr r11804.1.6)
* | Files in /src that no longer existTed Gould2012-10-151-1/+0
|/ | | (bzr r11804.1.2)
* Better attempt at finding primitive filter region for percent and ↵Tavmjong Bah2012-10-152-7/+26
| | | | | userSpaceOnUse. (bzr r11804)
* Use filter primitive region and aspect ratio in image filter primitive, ↵Tavmjong Bah2012-10-152-23/+110
| | | | | fixes regression. (bzr r11803)
* Fix for 657463 : Mousewheel zooming by two steps, not oneJohn Smith2012-10-141-0/+8
| | | (bzr r11798)
* Use filter primitive region in flood filter primitive, fixes regression.Tavmjong Bah2012-10-141-5/+28
| | | (bzr r11797)
* fixing memory release issue (valgrind reported; bug #1043571 , comment 16 ↵Kris De Gussem2012-10-031-2/+6
| | | | | issue 2) (bzr r11731)
* static code checking (Bug #614223)Kris De Gussem2012-09-111-0/+1
| | | (bzr r11663)
* Fix canvas scroll events in GTK+ 3Alex Valavanis2012-07-231-1/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566)
* UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using ↵Nicolas Dufour2012-06-262-2/+2
| | | | | negative text). (bzr r11514)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-5/+17
| | | (bzr r11513)
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-0/+48
| | | (bzr r11511)
* Removed outdated classes.Jon A. Cruz2012-06-172-0/+4
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Warning cleanup.Jon A. Cruz2012-06-131-3/+3
| | | (bzr r11496)
* Add missing Cairo headerAlex Valavanis2012-06-101-3/+1
| | | (bzr r11485)
* Gtk+ 3 drawing in sp-canvasAlex Valavanis2012-06-091-1/+25
| | | (bzr r11482)
* Don't use GtkColormap in Gtk+ 3Alex Valavanis2012-06-091-2/+11
| | | (bzr r11480)
* Use Cairo::Region in sp-canvasAlex Valavanis2012-06-091-11/+13
| | | (bzr r11477)
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-091-0/+30
| | | (bzr r11475)
* Missing header in nr-filter-image for Gtk+ 3 buildAlex Valavanis2012-06-091-0/+1
| | | (bzr r11471)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-0915-189/+233
| | | (bzr r11469.1.1)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-2/+0
| | | (bzr r11460)
* Cleanup of measure text for moving away from overlap.Jon A. Cruz2012-05-282-4/+3
| | | (bzr r11430)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-2/+0
| | | (bzr r11406)