summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* More GObject boilerplate reductionAlex Valavanis2013-01-261-91/+42
* 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
* cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-271-5/+5
* Fix canvas scroll events in GTK+ 3Alex Valavanis2012-07-231-1/+5
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-5/+17
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-0/+48
* Warning cleanup.Jon A. Cruz2012-06-131-3/+3
* Add missing Cairo headerAlex Valavanis2012-06-101-3/+1
* Gtk+ 3 drawing in sp-canvasAlex Valavanis2012-06-091-1/+25
* Don't use GtkColormap in Gtk+ 3Alex Valavanis2012-06-091-2/+11
* Use Cairo::Region in sp-canvasAlex Valavanis2012-06-091-11/+13
* Fix remaining size_request issues for Gtk+ buildAlex Valavanis2012-06-091-0/+30
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-64/+138
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-0/+1
* Fix drawing of eek-preview in GTK+3Alex Valavanis2012-05-081-4/+23
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-17/+16
* Stop using custom GtkObject flagsAlex Valavanis2012-04-081-26/+21
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-031-3/+3
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-021-3/+3
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+2
* cppcheck: null pointer dereference fixKris De Gussem2012-02-221-12/+18
* remove superfluous RectHullJohan B. C. Engelen2012-02-191-12/+5
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-191-1/+1
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-5/+5
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* Fix for problem with shadowed x0 and y0 members.Jon A. Cruz2012-01-131-9/+12
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-684/+687
* A few GSEAL issuesKris De Gussem2012-01-111-1/+1
* A few GSEAL fixes for SPCanvasAlex Valavanis2012-01-051-13/+34
* More GSEAL issuesAlex Valavanis2012-01-041-18/+26
* Get rid of deprecated gtk_idle*Alex Valavanis2011-12-141-2/+3
* Get rid of deprecated gtk_type_is_aAlex Valavanis2011-12-141-1/+1
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-1/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
* Fix typo that causes crashes when color management is enabled.Krzysztof Kosi??ski2011-09-151-1/+1
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-271-93/+61
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-9/+18
* fix for building with cmake and building without lcms works again.Campbell Barton2011-07-161-2/+2
* Remove useless pixmap_gc variableKrzysztof Kosi??ski2011-07-141-21/+6
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-6/+4
|\
| * Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-6/+4
| * Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-1/+1
* | Add SPCanvasArena caching layer. Currently breaks for clipped groupsKrzysztof Kosi??ski2011-07-091-1/+29
* | Merge from trunkKrzysztof Kosi??ski2011-07-061-11/+8
|\|
| * GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-2/+2
| * GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-2/+2
| * GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+3