summaryrefslogtreecommitdiffstats
path: root/src/display/sp-canvas.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify license.Krzysztof Kosi??ski2016-05-081-1/+4
* Priority is so high it blocks blitting the canvasLiam P. White2016-04-151-1/+1
* Change idle priority back to highLiam P. White2016-04-141-1/+1
* Remove unused variable in sp-canvas.cppKrzysztof Kosi??ski2016-04-131-2/+0
* Fix artifacts at the border when panning the canvas. #Hackfest2016Krzysztof Kosi??ski2016-04-131-16/+13
* Fix canvas flicker while dragging objects. #Hackfest2016Krzysztof Kosi??ski2016-04-131-33/+11
* Fix redraw problems when shrinking and then enlarging the SPCanvas widget.Krzysztof Kosi??ski2016-04-131-4/+6
* Move background drawing to SPCanvas to avoid temporarily drawing an incorrectKrzysztof Kosi??ski2016-04-131-22/+63
* Simplify SPCanvas by tracking the clean region instead of the dirty region.Krzysztof Kosi??ski2016-04-131-73/+40
* sp-canvas: Disable deprecated double-buffering #Hackfest2016Alex Valavanis2016-04-121-6/+1
* Update copyright notices on display/sp-canvas.(h|cpp)Krzysztof Kosi??ski2016-04-121-0/+2
* Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.Krzysztof Kosi??ski2016-04-121-143/+136
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-545/+353
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-021-0/+1
* type in commit r14664Kris De Gussem2016-02-291-1/+1
* static code analysisKris De Gussem2016-02-221-2/+2
* Remove artifacts when remove canvas items, for example in measure toolJabier Arraiza Cenoz2016-02-101-1/+1
* Less derp, can't iterate past the end of the listLiam P. White2016-01-171-2/+2
* Follow-up commit to 14529.Liam P. White2016-01-171-33/+40
* cppification and performanceMarc Jeanmougin2015-12-131-129/+66
* Make the behavior of the snap indicator fully transparent, such that all even...Diederik van Lierop2015-06-121-22/+8
* 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