summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-2/+2
* Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2012-01-141-0/+6
* Make sure canvas-text is always equally crisp (differences in rounding someti...Diederik van Lierop2012-01-131-1/+1
* 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-1214-829/+840
* A few GSEAL issuesKris De Gussem2012-01-111-1/+1
* Warning and uninitialized variable cleanup.Jon A. Cruz2012-01-081-18/+21
* A few GSEAL fixes for SPCanvasAlex Valavanis2012-01-051-13/+34
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-042-7/+18
* Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-042-30/+62
* More GSEAL issuesAlex Valavanis2012-01-042-19/+27
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop2012-01-013-37/+53
* when resizing page, move the origin of the grids too. This way all objects wi...Johan B. C. Engelen2011-12-202-1/+20
* fix bug in emphasized line drawing for axonometric grid when origin is not zeroJohan B. C. Engelen2011-12-201-13/+10
* Remove more deprecated GTK macrosAlex Valavanis2011-12-181-9/+9
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-172-5/+1
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-166-19/+13
|\
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-111-12/+6
| * mixed usage of class and struct for same objectKris De Gussem2011-12-115-7/+7
* | 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
|/
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0810-11/+10
* small clean up in axonometric grid codeJohan B. C. Engelen2011-11-261-44/+8
* Fix text redraw problems (LP #837291)Krzysztof Kosi??ski2011-11-141-0/+2
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-041-1/+1
* add missing units to grid length interpretation (we have 4 different unit con...Johan B. C. Engelen2011-11-042-0/+8
* make significant digits consistent for gridsJohan B. C. Engelen2011-11-042-7/+7
* Fixing initializer order and missing initializers.Jon A. Cruz2011-10-291-14/+21
* cppcheck: variable initialisationKris De Gussem2011-10-291-0/+2
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-274-4/+4
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2510-27/+42
* cppcheckKris De Gussem2011-10-152-5/+5
* update cmake file listsCampbell Barton2011-10-081-16/+15
* 1) make snapping to clip/mask paths optional (see document properties dialog ...Diederik van Lierop2011-10-082-0/+39
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-052-2/+4
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-0412-62/+28
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-0215-30/+35
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-0212-51/+85
* Warning cleanup.Jon A. Cruz2011-10-025-18/+12
* fix for cmake linkingCampbell Barton2011-09-211-13/+16
* Snap to guide-path intersections, and don't snap to paths when only path inte...Diederik van Lierop2011-09-181-0/+3
* Make zero deviation Gaussian blur conform to the SVG specification.Krzysztof Kosi??ski2011-09-171-5/+5
* Correct the formula of the displacement map so that zero alpha valueKrzysztof Kosi??ski2011-09-161-5/+6
* Fix typo that causes crashes when color management is enabled.Krzysztof Kosi??ski2011-09-151-1/+1
* Further fixes for text rendering and pickingKrzysztof Kosi??ski2011-09-061-3/+6
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-052-17/+12
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-024-12/+12
* Remove last forward declaration of NRPixBlockKrzysztof Kosi??ski2011-08-271-2/+0
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-2721-27/+10
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-4/+2