summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet2008-05-171-6/+1
* limit the change to the relative moves onlybulia byak2008-05-061-58/+65
* reinterpret move when apply-separately checkbox is onbulia byak2008-05-061-0/+63
* export bbox sorting machinerybulia byak2008-05-062-12/+19
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-3/+10
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-042-5/+9
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-13/+13
* Const cleanup on strings.Jon A. Cruz2008-05-021-1/+1
* Warning and whitespace cleanupJon A. Cruz2008-05-011-1/+1
* Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2008-04-303-17/+33
* copyeditbulia byak2008-04-271-2/+2
* Initial cut of eraser toolJon A. Cruz2008-04-262-1/+4
* Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug #22...Jon A. Cruz2008-04-252-8/+17
* noop: Address a couple of warnings from g++-4.3.Peter Moulder2008-04-242-4/+4
* replace text strings by ints for tools/bounding_boxbulia byak2008-04-171-2/+2
* fix include pathJohan B. C. Engelen2008-04-161-1/+1
* cmake: copy over some excluded files from build.xmlJohan B. C. Engelen2008-04-151-8/+8
* move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen2008-04-131-1/+1
* translator commentArpad Biro2008-04-131-0/+1
* translator commentArpad Biro2008-04-131-0/+1
* Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan2008-04-123-4/+5
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-15/+0
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-075-205/+205
* RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2008-04-052-4/+4
* Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski2008-04-041-5/+0
* delete remaining .cvsignore filesAdib Taraben2008-04-014-12/+0
* make stroke width adjustable by rotation toobulia byak2008-04-012-4/+121
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-305-0/+209
* fix crash on pasting from empty clipboardJohan B. C. Engelen2008-03-281-89/+99
* cleanup ClipboardManagerImpl::pastePathEffect() code.Johan B. C. Engelen2008-03-281-17/+23
* when applying LPE to rect, convert it to path firstJohan B. C. Engelen2008-03-281-0/+8
* fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen2008-03-281-1/+2
* - Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2008-03-282-43/+25
* Fixed initialization orderJon A. Cruz2008-03-281-3/+3
* Fixing as per discussion in LP # 179988Mike Pittman2008-03-281-3/+77
* add linking to other paths to lpe-PathParamJohan B. C. Engelen2008-03-272-10/+13
* add method to lookup path object id from ClipboardJohan B. C. Engelen2008-03-272-0/+26
* system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY2008-03-263-0/+1213
* Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop2008-03-251-1/+1
* Visually indicate linked devicesJon A. Cruz2008-03-241-11/+137
* make sure we explicitly use geometric bbox for calculating blur marginsbulia byak2008-03-231-2/+3
* Tracking of live axesJon A. Cruz2008-03-221-12/+32
* changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen2008-03-224-7/+31
* * add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen2008-03-224-2/+74
* Numeric values on test areaJon A. Cruz2008-03-221-0/+7
* Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth2008-03-224-25/+7
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-212-5/+4
* Bugfix to prevent the print dialog falling underneath the inkscape desktop wi...Joel Holdsworth2008-03-212-3/+4
* Adding axis detection to new input dialogJon A. Cruz2008-03-212-42/+224
* Adding signals and linkingJon A. Cruz2008-03-201-31/+120