summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Final fix for CanvasText alignment bugsDiederik van Lierop2012-01-042-30/+62
| | | (bzr r10840)
* More GSEAL issuesAlex Valavanis2012-01-042-19/+27
| | | (bzr r10836)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-013-37/+53
| | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816)
* when resizing page, move the origin of the grids too. This way all objects ↵Johan B. C. Engelen2011-12-202-1/+20
| | | | | will stay aligned to the grids. (bzr r10787)
* fix bug in emphasized line drawing for axonometric grid when origin is not zeroJohan B. C. Engelen2011-12-201-13/+10
| | | (bzr r10786)
* Remove more deprecated GTK macrosAlex Valavanis2011-12-181-9/+9
| | | (bzr r10782)
* some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-172-5/+1
| | | (bzr r10779)
* - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-166-19/+13
|\ | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * SPAttributeWidget C++ifiedKris De Gussem2011-12-111-12/+6
| | | | | | (bzr r10766.1.2)
| * mixed usage of class and struct for same objectKris De Gussem2011-12-115-7/+7
| | | | | | (bzr r10766.1.1)
* | 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)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-0810-11/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* small clean up in axonometric grid codeJohan B. C. Engelen2011-11-261-44/+8
| | | (bzr r10751)
* Fix text redraw problems (LP #837291)Krzysztof Kosi??ski2011-11-141-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/837291 (bzr r10739)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-1/+1
| | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720)
* add missing units to grid length interpretation (we have 4 different unit ↵Johan B. C. Engelen2011-11-042-0/+8
| | | | | | | | conversions thingies in Inkscape! ...) Fixed bugs: - https://launchpad.net/bugs/885500 (bzr r10717)
* make significant digits consistent for gridsJohan B. C. Engelen2011-11-042-7/+7
| | | (bzr r10716)
* Fixing initializer order and missing initializers.Jon A. Cruz2011-10-291-14/+21
| | | (bzr r10708)
* cppcheck: variable initialisationKris De Gussem2011-10-291-0/+2
| | | (bzr r10705)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-274-4/+4
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2510-27/+42
| | | (bzr r10696)
* cppcheckKris De Gussem2011-10-152-5/+5
| | | (bzr r10678)
* update cmake file listsCampbell Barton2011-10-081-16/+15
| | | (bzr r10673)
* 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-082-0/+39
| | | | | | | | -> snap tab) 2) for debugging purposes: code added for showing all snap candidates 3) groundwork for tangential/perpendicular snapping (bzr r10672)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-052-2/+4
| | | | | the contents forward.h at all). (bzr r10667)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-0412-62/+28
| | | (bzr r10666)
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-0215-30/+35
| | | (bzr r10658)
* Removing redundant doxygen @brief tag.Jon A. Cruz2011-10-0212-51/+85
| | | (bzr r10656)
* Warning cleanup.Jon A. Cruz2011-10-025-18/+12
| | | (bzr r10655)
* fix for cmake linkingCampbell Barton2011-09-211-13/+16
| | | (bzr r10642)
* Snap to guide-path intersections, and don't snap to paths when only path ↵Diederik van Lierop2011-09-181-0/+3
| | | | | | | | | intersections are asked for Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639)
* Make zero deviation Gaussian blur conform to the SVG specification.Krzysztof Kosi??ski2011-09-171-5/+5
| | | (bzr r10634)
* Correct the formula of the displacement map so that zero alpha valueKrzysztof Kosi??ski2011-09-161-5/+6
| | | | | | | | | means maximum negative displacement rather than zero displacement. Fixes artifacts in filters. Fixed bugs: - https://launchpad.net/bugs/849064 (bzr r10632)
* Fix typo that causes crashes when color management is enabled.Krzysztof Kosi??ski2011-09-151-1/+1
| | | (bzr r10628)
* Further fixes for text rendering and pickingKrzysztof Kosi??ski2011-09-061-3/+6
| | | (bzr r10622)
* Fix bugs in text stroke rendering and pickingKrzysztof Kosi??ski2011-09-052-17/+12
| | | (bzr r10620)
* Rename the struct "SnappedConstraints" to the more meaningfull ↵Diederik van Lierop2011-09-024-12/+12
| | | | | "IntermSnapResults" (bzr r10612)
* Remove last forward declaration of NRPixBlockKrzysztof Kosi??ski2011-08-271-2/+0
| | | (bzr r10582.1.9)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-2721-27/+10
| | | (bzr r10582.1.6)
* Remove NRRect from paint servers and temporary calculationsKrzysztof Kosi??ski2011-08-271-4/+2
| | | (bzr r10582.1.4)
* Update 2Geom. Remove all use of NRRectL.Krzysztof Kosi??ski2011-08-2742-327/+190
| | | (bzr r10582.1.3)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-2579-4065/+3972
|\ | | | | (bzr r10579)
| * Reduce default rendering cache size to 64 MiBKrzysztof Kosi??ski2011-08-252-10/+15
| | | | | | (bzr r10347.1.39)
| * Remove duplicate bbox data from DrawingShapeKrzysztof Kosi??ski2011-08-253-14/+5
| | | | | | (bzr r10347.1.38)
| * Filter background rendering now matches the SVG specification.Krzysztof Kosi??ski2011-08-2114-126/+170
| | | | | | (bzr r10347.1.37)
| * Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-195-20/+48
| | | | | | | | | | filtered, cached children (bzr r10347.1.36)
| * Add user preference for rendering cache sizeKrzysztof Kosi??ski2011-08-164-19/+53
| | | | | | (bzr r10347.1.34)
| * Add sanity checks against singular transforms in the drawing tree.Krzysztof Kosi??ski2011-08-165-38/+15
| | | | | | | | | | | | | | | | Fixes LP #825767. Fixed bugs: - https://launchpad.net/bugs/825767 (bzr r10347.1.33)