summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Unweirdification of Preferences dialog's menu (Bug #259480).Nicolas Dufour2012-01-082-662/+634
| | | | | | | | | (bzr r10861)
* | | Fix pointer initializationJohan B. C. Engelen2012-01-081-5/+5
| | | | | | | | | (bzr r10859)
* | | dropped deprecated function sp_repr_get_double_attributeKris De Gussem2012-01-072-13/+17
| | | | | | | | | (bzr r10858)
* | | minor documentation and header stuffKris De Gussem2012-01-071-9/+8
| | | | | | | | | (bzr r10856)
* | | Fixed warning under gcc 4.5.2Jon A. Cruz2012-01-071-6/+6
| | | | | | | | | (bzr r10854)
* | | Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-1/+1
| | | | | | | | | (bzr r10853)
* | | Some documentationKris De Gussem2012-01-064-131/+106
| | | | | | | | | (bzr r10851)
* | | new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-045-0/+76
| | | | | | | | | (bzr r10839)
* | | documentation of item properties dialog and SPAttributeTableKris De Gussem2012-01-031-53/+24
| | | | | | | | | | | | | | | header stuff (bzr r10831)
* | | Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-1/+1
| | | | | | | | | (bzr r10830)
* | | Fixed null-pointer ctor crashes.Jon A. Cruz2012-01-034-19/+46
| | | | | | | | | (bzr r10828)
* | | More deprecated GtkTooltipsAlex Valavanis2012-01-0331-216/+110
| | | | | | | | | (bzr r10827)
* | | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-0332-75/+32
| | | | | | | | | (bzr r10826)
* | | win32 saving: clean up filename handling on opening save dialogJohan B. C. Engelen2012-01-021-2/+11
| | | | | | | | | (bzr r10820)
* | | Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.Nicolas Dufour2012-01-022-0/+8
| | | | | | | | | (bzr r10819)
* | | Fix for bugs #910463, #910467 and #910479 (default widget size too small) by ↵Nicolas Dufour2012-01-023-3/+6
| | | | | | | | | | | | | | | John Smith. (bzr r10818)
* | | Added signal for desktop destruction to allow for proper removal of tracked ↵Jon A. Cruz2012-01-011-5/+31
| | | | | | | | | | | | | | | | | | | | | | | | stale pointers. Fixes bug #869067. Fixed bugs: - https://launchpad.net/bugs/869067 (bzr r10814)
* | | Fix for Bug #494722 (Docked dialogs in a floating window crashes on ↵Nicolas Dufour2011-12-311-2/+2
| | | | | | | | | | | | | | | shutdown), by John Smith. (bzr r10813)
* | | GDL: Drop placement patchesAlex Valavanis2011-12-291-1/+0
| |/ |/| | | (bzr r10801)
* | mixed usage of class and struct for same objectKris De Gussem2011-12-113-3/+3
| | | | | | (bzr r10766.1.1)
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-085-5/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* | Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-292-0/+47
| | | | | | | | | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* | cppcheck: initialisation and warning cleanupKris De Gussem2011-11-183-5/+4
| | | | | | (bzr r10744)
* | dropped unused variablesKris De Gussem2011-11-181-6/+0
| | | | | | (bzr r10743)
* | various: warnings and initalizationKris De Gussem2011-11-137-97/+90
| | | | | | (bzr r10737)
* | lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-092-2/+14
| | | | | | (bzr r10735)
* | add const just because it can :)Johan B. C. Engelen2011-11-092-2/+2
| | | | | | | | | | (was intended to start using it for RegisteredWidget<>) (bzr r10734)
* | Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-055-22/+40
| | | | | | | | | | keep the shape a bit the same... (bzr r10728)
* | fix LPE toggle iconJohan B. C. Engelen2011-11-051-1/+1
| | | | | | (bzr r10727)
* | increase max values in rows&cols dialog. increase significant digitsJohan B. C. Engelen2011-11-051-4/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/268576 (bzr r10726)
* | increase significant digits for page dimensionsJohan B. C. Engelen2011-11-051-0/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171980 (bzr r10724)
* | 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-044-60/+141
| | | | | | | | | | | | | | 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)
* | make significant digits consistent for gridsJohan B. C. Engelen2011-11-041-0/+7
| | | | | | (bzr r10716)
* | fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-291-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706)
* | add a cppcheck suppression for memleak that is not a memleakJohan B. C. Engelen2011-10-281-0/+2
| | | | | | (bzr r10700)
* | Fixing more broken and split doc comments.Jon A. Cruz2011-10-2753-635/+673
| | | | | | (bzr r10697)
* | Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-2537-163/+191
| | | | | | (bzr r10696)
* | Documentation update pass.Jon A. Cruz2011-10-232-9/+0
| | | | | | (bzr r10692)
* | Warning cleanup.Jon A. Cruz2011-10-231-4/+4
| | | | | | (bzr r10691)
* | cppcheckKris De Gussem2011-10-189-20/+20
| | | | | | (bzr r10681)
* | 1) make snapping to clip/mask paths optional (see document properties dialog ↵Diederik van Lierop2011-10-082-2/+9
| | | | | | | | | | | | | | | | -> 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-056-6/+11
| | | | | | | | | | the contents forward.h at all). (bzr r10667)
* | Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
| | | | | | (bzr r10666)
* | More forward.h purging.Jon A. Cruz2011-10-041-0/+1
| | | | | | (bzr r10665)
* | Doxygen cleanup.Jon A. Cruz2011-10-0368-265/+317
| | | | | | (bzr r10660)
* | Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-166-73/+137
| | | | | | | | | | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* | 1) Fix absolute scaling in transform dialogDiederik van Lierop2011-09-041-43/+48
| | | | | | | | | | 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615)
* | Completely remove libnrKrzysztof Kosi??ski2011-08-2810-51/+42
|\ \ | | | | | | (bzr r10589)
| * | Remove nr-forward.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | | | | | | | (bzr r10582.1.8)
| * | Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-274-6/+0
| | | | | | | | | (bzr r10582.1.6)