summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update to experimental r13531Liam P. White2014-08-311-98/+14
|\
| * sp-canvas: GObject boilerplate reductionAlex Valavanis2014-08-261-98/+14
| * Turn on double-buffering of the canvasLiam P. White2014-08-231-1/+1
|/
* workaround build failure on Ubuntu 14.04 with dbus ext and clangAlex Valavanis2014-04-161-0/+2
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-1/+0
* Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-8/+9
* Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-271-1/+6
* Make sure we're not interfering with right or middle click with undo preventi...Martin Owens2014-01-231-1/+1
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-211-0/+5
* Replace deprecated thread protection macrosAlex Valavanis2013-10-151-5/+1
* 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