summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide a toggle in the document properties to optionally turn offKrzysztof Kosi??ski2014-03-131-1/+0
| | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144)
* Copy event with gdk_event_copy instead of assigning to structure by value.Krzysztof Kosi??ski2014-02-281-8/+9
| | | | | | | | | Fixes problems on GTK+/Quartz 2.24.19. For more information, see LP #1198597 and https://bugzilla.gnome.org/show_bug.cgi?id=694273#c33 Fixed bugs: - https://launchpad.net/bugs/1198597 (bzr r13072)
* Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp,Krzysztof Kosi??ski2014-02-271-1/+6
| | | | | where it belongs (bzr r13062)
* Make sure we're not interfering with right or middle click with undo ↵Martin Owens2014-01-231-1/+1
| | | | | prevention bug #168695 (bzr r12974)
* Move dragging undo block from tools-base to canvas. Regarding bug #168695Martin Owens2014-01-211-0/+5
| | | (bzr r12967)
* Replace deprecated thread protection macrosAlex Valavanis2013-10-151-5/+1
| | | (bzr r12690)
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
| | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-91/+42
| | | (bzr r12065)
* 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)
* cppcheck: get rid of more C-style pointer castsAlex Valavanis2012-10-271-5/+5
| | | (bzr r11840)
* Fix canvas scroll events in GTK+ 3Alex Valavanis2012-07-231-1/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566)
* 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)
* 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)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-64/+138
| | | (bzr r11469.1.1)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-0/+1
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Fix drawing of eek-preview in GTK+3Alex Valavanis2012-05-081-4/+23
| | | (bzr r11348)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-17/+16
| | | (bzr r11316)
* Stop using custom GtkObject flagsAlex Valavanis2012-04-081-26/+21
| | | (bzr r11181)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-031-3/+3
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-3/+3
| | | | | replaced with g_object_unref (bzr r11139)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+2
| | | (bzr r11030)
* cppcheck: null pointer dereference fixKris De Gussem2012-02-221-12/+18
| | | (bzr r11009)
* remove superfluous RectHullJohan B. C. Engelen2012-02-191-12/+5
| | | (bzr r11001)
* move helper/recthull.h to 2geom/rect-hull.hJohan B. C. Engelen2012-02-191-1/+1
| | | (bzr r10996)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-5/+5
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* Fix for problem with shadowed x0 and y0 members.Jon A. Cruz2012-01-131-9/+12
| | | (bzr r10877)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-684/+687
| | | (bzr r10873)
* A few GSEAL issuesKris De Gussem2012-01-111-1/+1
| | | (bzr r10872)
* A few GSEAL fixes for SPCanvasAlex Valavanis2012-01-051-13/+34
| | | (bzr r10843)
* More GSEAL issuesAlex Valavanis2012-01-041-18/+26
| | | (bzr r10836)
* Get rid of deprecated gtk_idle*Alex Valavanis2011-12-141-2/+3
| | | (bzr r10773)
* Get rid of deprecated gtk_type_is_aAlex Valavanis2011-12-141-1/+1
| | | (bzr r10772)
* 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)