summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* consistent capitalizationbulia byak2009-03-241-1/+1
| | | (bzr r7555)
* Cleaning up PIXMAP_DIR usage.Jon A. Cruz2009-03-241-16/+17
| | | (bzr r7554)
* blurry zoom magnifying glass icon in left side toolbox fixed by changing ↵Ed Halley2009-03-231-1/+1
| | | | | zoom-when-resizing-window mini-button icon (bzr r7549)
* Track stroke and fill of selected object and flag style palette entries in ↵Jon A. Cruz2009-03-232-2/+138
| | | | | use. Fixes wishlist bug #172179. (bzr r7548)
* Switch to widget state for paintingJon A. Cruz2009-03-231-2/+2
| | | (bzr r7547)
* Additional state indicators.Jon A. Cruz2009-03-232-17/+57
| | | (bzr r7546)
* Make drag-n-drop preview a gradient image for gradients.Jon A. Cruz2009-03-231-12/+30
| | | (bzr r7545)
* fix squashed vruler: add requisition methonbulia byak2009-03-221-1/+10
| | | (bzr r7543)
* fix crash when tweak-deleting objects in groups: you cannot get ↵bulia byak2009-03-221-2/+11
| | | | | SP_OBJECT_NEXT from a deleted object (bzr r7542)
* Make simple clicks and menu set match the drag-n-drop color setting.Jon A. Cruz2009-03-221-8/+19
| | | (bzr r7540)
* Fixed warning from double append.Jon A. Cruz2009-03-221-1/+0
| | | (bzr r7538)
* Added rought preview of gradients in swatches.Jon A. Cruz2009-03-212-11/+57
| | | (bzr r7537)
* Cleaning up interface. Moved internals out of .h file.Jon A. Cruz2009-03-212-60/+60
| | | (bzr r7536)
* Added explicit tagging of "solid color gradients" and base context menu to ↵Jon A. Cruz2009-03-213-33/+149
| | | | | add and edit. (bzr r7535)
* Spaced out for legibility.Jon A. Cruz2009-03-211-0/+8
| | | (bzr r7534)
* New Pen and Pencil tools messages (Ctrl+click only works with straight line ↵Nicolas Dufour2009-03-211-2/+2
| | | | | modes). (bzr r7533)
* bug fix (was broken since 2geom sbasis refactor).JF Barraud2009-03-201-5/+6
| | | (bzr r7530)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-208-55/+55
| | | (bzr r7528)
* change color of LPE helperpaths in nodetoolJohan B. C. Engelen2009-03-191-10/+7
| | | (bzr r7527)
* tidy up SPObjects that must always be LivePathEffectObjectsJohan B. C. Engelen2009-03-194-11/+18
| | | (bzr r7526)
* fix crash when undoing LPE path param edit just after the edit.Johan B. C. Engelen2009-03-191-8/+8
| | | (bzr r7525)
* partial 2geom update: disable all debug output by boolopsJohan B. C. Engelen2009-03-182-5/+52
| | | (bzr r7520)
* Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz2009-03-182-3/+39
| | | (bzr r7518)
* Whitespace cleanupJon A. Cruz2009-03-181-14/+14
| | | (bzr r7517)
* Limit things to single-color gradients until we get gradient previews goingJon A. Cruz2009-03-181-6/+12
| | | (bzr r7516)
* Purged use of INKSCAPE_PIXMAPDIRJon A. Cruz2009-03-181-6/+10
| | | (bzr r7515)
* resolve Bug #339349, drop shadow effect brokenAdib Taraben2009-03-171-8/+53
| | | (bzr r7514)
* Initial read-only generation of per-document paletteJon A. Cruz2009-03-174-34/+159
| | | (bzr r7510)
* response to bug #167290; add another undoc option to support alt-key ↵Ed Halley2009-03-161-0/+1
| | | | | tracking for osx x11 and other gdk systems that cannot sense alt key properly (bzr r7506)
* response to bug #167290; add another undoc option to support alt-key ↵Ed Halley2009-03-163-3/+70
| | | | | tracking for osx x11 and other gdk systems that cannot sense alt key properly (bzr r7505)
* Contextual split of a message, updated Russian translationAlexandre Prokoudine2009-03-161-1/+1
| | | (bzr r7504)
* Warning cleanupJon A. Cruz2009-03-161-1/+1
| | | (bzr r7502)
* Whitespace cleanupJon A. Cruz2009-03-161-48/+48
| | | (bzr r7501)
* correctly implement 'resetDefaults()' for LPEs. Now when applying an LPE, ↵Johan B. C. Engelen2009-03-159-1/+22
| | | | | all default values are written to SVG. This greatly improves future compatibility. (bzr r7499)
* Envelope Deform LPE is no longer experimentalJohan B. C. Engelen2009-03-151-1/+1
| | | (bzr r7498)
* Implement constrained snapping when dragging the position and size handles ↵Diederik van Lierop2009-03-1510-50/+88
| | | | | of a rectangle in the node tool, with the ctrl-key being pressed. (bzr r7497)
* store default size in lpe::ArrayParamJohan B. C. Engelen2009-03-151-2/+3
| | | (bzr r7496)
* Warning cleanupJon A. Cruz2009-03-151-1/+1
| | | (bzr r7493)
* Remove obsolete includes of libnr files in the snapping codeDiederik van Lierop2009-03-1413-32/+2
| | | (bzr r7491)
* allow full mouse dragging, rotating, scaling, etc. if a single layer is the ↵Ed Halley2009-03-142-0/+7
| | | | | selection (bzr r7490)
* 2Geom migration: use 2geom::projection instead of libnr's project_on_linesegmentDiederik van Lierop2009-03-142-3/+4
| | | (bzr r7487)
* Work-around output encoding issues with comments. Fixes bug #340451.Jon A. Cruz2009-03-141-1/+30
| | | (bzr r7485)
* Casts and legibility cleanupJon A. Cruz2009-03-141-47/+82
| | | (bzr r7484)
* Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ↵Diederik van Lierop2009-03-131-1/+8
| | | | | being just a little bit off (started occuring after the recent guide handling improvements) (bzr r7481)
* * Implement constrained snapping of knotsDiederik van Lierop2009-03-1313-26/+62
| | | | | | * Implement snapping of the rectangle's radius handles * Line snappers: set the snap target in the derived class instead of in findBestSnap() (bzr r7479)
* remove desktop-affine.h and refactor sp_desktop_dt2doc_* callsThomas Holder2009-03-1315-59/+14
| | | (bzr r7478)
* non-zero page_increment values for sliders (reverts parts of rev 19095)Thomas Holder2009-03-131-10/+10
| | | (bzr r7477)
* moved VonKoch lpe to non experimental: relevant tests commited as well...JF Barraud2009-03-131-3/+3
| | | (bzr r7476)
* whitespaceBryce Harrington2009-03-121-9/+9
| | | (bzr r7474)
* whitespace missedbulia byak2009-03-121-2/+2
| | | (bzr r7473)