summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds ↵Bastien Bouclet2008-05-171-6/+1
| | | | | | | method. Some preliminary work for LPE stacking. (bzr r5683)
* limit the change to the relative moves onlybulia byak2008-05-061-58/+65
| | | (bzr r5616)
* reinterpret move when apply-separately checkbox is onbulia byak2008-05-061-0/+63
| | | (bzr r5615)
* export bbox sorting machinerybulia byak2008-05-062-12/+19
| | | (bzr r5614)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-3/+10
| | | (bzr r5611)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-042-5/+9
| | | (bzr r5600)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-13/+13
| | | (bzr r5594)
* Const cleanup on strings.Jon A. Cruz2008-05-021-1/+1
| | | (bzr r5577)
* Warning and whitespace cleanupJon A. Cruz2008-05-011-1/+1
| | | (bzr r5564)
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-303-17/+33
| | | (bzr r5562)
* copyeditbulia byak2008-04-271-2/+2
| | | (bzr r5531)
* Initial cut of eraser toolJon A. Cruz2008-04-262-1/+4
| | | (bzr r5524)
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug ↵Jon A. Cruz2008-04-252-8/+17
| | | | | #221676. (bzr r5514)
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-242-4/+4
| | | (bzr r5504)
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-2/+2
| | | (bzr r5459)
* fix include pathJohan B. C. Engelen2008-04-161-1/+1
| | | (bzr r5456)
* cmake: copy over some excluded files from build.xmlJohan B. C. Engelen2008-04-151-8/+8
| | | (bzr r5453)
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
| | | (bzr r5427)
* translator commentArpad Biro2008-04-131-0/+1
| | | (bzr r5425)
* translator commentArpad Biro2008-04-131-0/+1
| | | (bzr r5424)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-123-4/+5
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-15/+0
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-075-205/+205
| | | (bzr r5379)
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-052-4/+4
| | | | | LPE PointParam: set transform in RegisteredTransformedPoint-widget (bzr r5348)
* Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski2008-04-041-5/+0
| | | | | config.h inclusion in ui/clipboard.cpp (bzr r5333)
* delete remaining .cvsignore filesAdib Taraben2008-04-014-12/+0
| | | (bzr r5299)
* make stroke width adjustable by rotation toobulia byak2008-04-012-4/+121
| | | (bzr r5295)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-305-0/+209
| | | (bzr r5240)
* fix crash on pasting from empty clipboardJohan B. C. Engelen2008-03-281-89/+99
| | | (bzr r5225)
* cleanup ClipboardManagerImpl::pastePathEffect() code.Johan B. C. Engelen2008-03-281-17/+23
| | | (bzr r5224)
* when applying LPE to rect, convert it to path firstJohan B. C. Engelen2008-03-281-0/+8
| | | (bzr r5223)
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-281-1/+2
| | | | | fix ClipboardManager to construct the svgd from pathvector instead of obtaining the string from PathParam which can be a href instead of svgd (bzr r5222)
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-282-43/+25
| | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219)
* Fixed initialization orderJon A. Cruz2008-03-281-3/+3
| | | (bzr r5217)
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-3/+77
| | | (bzr r5211)
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-272-10/+13
| | | (bzr r5209)
* add method to lookup path object id from ClipboardJohan B. C. Engelen2008-03-272-0/+26
| | | (bzr r5201)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-263-0/+1213
| | | (bzr r5190)
* Major overhaul of the selector tool's internals to improve handling of ↵Diederik van Lierop2008-03-251-1/+1
| | | | | transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad) (bzr r5189)
* Visually indicate linked devicesJon A. Cruz2008-03-241-11/+137
| | | (bzr r5187)
* make sure we explicitly use geometric bbox for calculating blur marginsbulia byak2008-03-231-2/+3
| | | (bzr r5173)
* Tracking of live axesJon A. Cruz2008-03-221-12/+32
| | | (bzr r5172)
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-224-7/+31
| | | (bzr r5171)
* * add RegisteredTransformedPoint widget, that transforms the point before ↵Johan B. C. Engelen2008-03-224-2/+74
| | | | | | | | displaying/writing. This in order to keep them in SVG coordinate system in XML, but in canvas coord system in the spinbox * move Geom::Point XML writing to central place in ostringstream * add verb for LPE context (bzr r5165)
* Numeric values on test areaJon A. Cruz2008-03-221-0/+7
| | | (bzr r5164)
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-224-25/+7
| | | (bzr r5160)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-5/+4
| | | (bzr r5149)
* Bugfix to prevent the print dialog falling underneath the inkscape desktop ↵Joel Holdsworth2008-03-212-3/+4
| | | | | windows in Win32 (bzr r5147)
* Adding axis detection to new input dialogJon A. Cruz2008-03-212-42/+224
| | | (bzr r5140)
* Adding signals and linkingJon A. Cruz2008-03-201-31/+120
| | | (bzr r5129)