summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
| | | (bzr r10697)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* Fix typo that causes crashes when color management is enabled.Krzysztof Kosi??ski2011-09-151-1/+1
| | | (bzr r10628)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-93/+61
| | | (bzr r10582.1.3)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-9/+18
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-2/+2
| | | (bzr r10459)
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-141-21/+6
| | | (bzr r10347.1.14)
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-6/+4
|\ | | | | (bzr r10347.1.13)
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-6/+4
| | | | | | (bzr r10437)
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
| | | | | | (bzr r10429)
* | Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-1/+29
| | | | | | | | | | that contain filtered objects (Cairo clipping bug?) (bzr r10347.1.6)
* | Merge from trunkKrzysztof Kosi??ski2011-07-061-11/+8
|\| | | | | (bzr r10347.1.5)
| * GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-2/+2
| | | | | | (bzr r10411)
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-2/+2
| | | | | | (bzr r10407)
| * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+3
| | | | | | (bzr r10390.1.3)
| * Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | | | | (bzr r10350.1.3)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-4/+6
|/ | | (bzr r10347.1.2)
* Warning cleanup.Jon A. Cruz2011-06-221-2/+1
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-25/+15
|\ | | | | (bzr r9508.1.89)
| * Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-7/+7
| | | | | | (bzr r10302.1.2)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-1/+1
| | | | | | (bzr r10282.1.1)
| * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-7/+5
| | | | | | (bzr r10277.1.1)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * Reinstating version bump.Jon A. Cruz2011-05-201-6/+1
| | | | | | (bzr r10215)
| * Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-1/+6
| | | | | | (bzr r10210)
| * Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-6/+1
| | | | | | (bzr r10208)
* | Add missing flush() / mark_dirty() calls around CMS transformKrzysztof Kosi??ski2011-04-081-0/+2
| | | | | | (bzr r9508.1.75)
* | Fix color-managed viewKrzysztof Kosi??ski2011-04-081-86/+21
| | | | | | (bzr r9508.1.74)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-12/+17
|\| | | | | (bzr r9508.1.73)
| * Allow the center handle to be selectable for items having a width or height ↵Diederik van Lierop2011-03-061-0/+6
| | | | | | | | | | | | | | close to zero (i.e. lines, dots) Before I fixed this the center handle used to be burried underneath the other handles (bzr r10081)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-9/+9
| | | | | | (bzr r10025)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-5/+3
| | | | | | | | | | header. (bzr r9978.1.1)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (bzr r9508.1.70)
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-0/+5
|\| | | | | (bzr r9508.1.52)
| * Merge from trunkTed Gould2010-03-261-15/+44
| |\ | | | | | | (bzr r8254.1.53)
| * \ Merging in from trunkTed Gould2009-11-291-1/+1
| |\ \ | | | | | | | | (bzr r8254.1.37)
| * | | Experimental pause updating scheme.Soren Berg2009-07-221-0/+5
| | | | | | | | | | | | (bzr r8254.1.20)
* | | | Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-1/+1
| | | | | | | | | | | | (bzr r9508.1.48)
* | | | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-10/+1
| | | | | | | | | | | | (bzr r9508.1.44)
* | | | Remove some cruftKrzysztof Kosi??ski2010-07-041-8/+3
| | | | | | | | | | | | (bzr r9508.1.10)
* | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
| | | | | | | | | | | | (bzr r9508.1.8)
* | | | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-12/+26
| | | | | | | | | | | | (bzr r9508.1.4)
* | | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-221-14/+39
| |_|/ |/| | | | | (bzr r9508.1.1)
* | | Fix regression caused by rev. #9158 (selection of nodes in the node editor ↵Diederik van Lierop2010-03-211-1/+5
| | | | | | | | | | | | | | | by dragging a rectangle using a tablet was broken) (bzr r9219)
* | | Fix crash in spray tool caused by rev. 9158Diederik van Lierop2010-03-121-1/+1
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/537249 (bzr r9181)
* | | Fix scrolling with mouse wheel when hovering above a snap-indicatorDiederik van Lierop2010-03-061-8/+21
| | | | | | | | | (bzr r9158)
* | | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-8/+20
| |/ |/| | | (bzr r8846.1.1)
* | typo in commentbulia byak2009-10-041-1/+1
|/ | | (bzr r8711)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-148/+2
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)