summaryrefslogtreecommitdiffstats
path: root/src/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-17Fix LPE for groups bounding box calculation by using the SPItem->getBounds me...Bastien Bouclet1-6/+1
2008-05-06limit the change to the relative moves onlybulia byak1-58/+65
2008-05-06reinterpret move when apply-separately checkbox is onbulia byak1-0/+63
2008-05-06export bbox sorting machinerybulia byak2-12/+19
2008-05-06Cmake: Fix some undefined function callsJoshua L. Blocher1-3/+10
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop2-5/+9
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-13/+13
2008-05-02Const cleanup on strings.Jon A. Cruz1-1/+1
2008-05-01Warning and whitespace cleanupJon A. Cruz1-1/+1
2008-04-30Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop3-17/+33
2008-04-27copyeditbulia byak1-2/+2
2008-04-26Initial cut of eraser toolJon A. Cruz2-1/+4
2008-04-25Improved options for toolbar icon sizes, especially for Ubuntu. Fixes bug #22...Jon A. Cruz2-8/+17
2008-04-24noop: Address a couple of warnings from g++-4.3.Peter Moulder2-4/+4
2008-04-17replace text strings by ints for tools/bounding_boxbulia byak1-2/+2
2008-04-16fix include pathJohan B. C. Engelen1-1/+1
2008-04-15cmake: copy over some excluded files from build.xmlJohan B. C. Engelen1-8/+8
2008-04-13move live_effects/n-art-bpath-2geom.* to libnr/n-art-bpath-2geom.*Johan B. C. Engelen1-1/+1
2008-04-13translator commentArpad Biro1-0/+1
2008-04-13translator commentArpad Biro1-0/+1
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan3-4/+5
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-15/+0
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen5-205/+205
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2-4/+4
2008-04-04Fix LP bug #190420 (noncompliant desktop entry); remove pointless Krzysztof Kosi??ski1-5/+0
2008-04-01delete remaining .cvsignore filesAdib Taraben4-12/+0
2008-04-01make stroke width adjustable by rotation toobulia byak2-4/+121
2008-03-30add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen5-0/+209
2008-03-28fix crash on pasting from empty clipboardJohan B. C. Engelen1-89/+99
2008-03-28cleanup ClipboardManagerImpl::pastePathEffect() code.Johan B. C. Engelen1-17/+23
2008-03-28when applying LPE to rect, convert it to path firstJohan B. C. Engelen1-0/+8
2008-03-28fix lpe-PathPAram when deleting the path that it links toJohan B. C. Engelen1-1/+2
2008-03-28- Created a SPLPEItem class that handles applying a LPE to an ItemBastien Bouclet2-43/+25
2008-03-28Fixed initialization orderJon A. Cruz1-3/+3
2008-03-28Fixing as per discussion in LP # 179988Mike Pittman1-3/+77
2008-03-27add linking to other paths to lpe-PathParamJohan B. C. Engelen2-10/+13
2008-03-27add method to lookup path object id from ClipboardJohan B. C. Engelen2-0/+26
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY3-0/+1213
2008-03-25Major overhaul of the selector tool's internals to improve handling of transf...Diederik van Lierop1-1/+1
2008-03-24Visually indicate linked devicesJon A. Cruz1-11/+137
2008-03-23make sure we explicitly use geometric bbox for calculating blur marginsbulia byak1-2/+3
2008-03-22Tracking of live axesJon A. Cruz1-12/+32
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen4-7/+31
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen4-2/+74
2008-03-22Numeric values on test areaJon A. Cruz1-0/+7
2008-03-22Removed Win32 keep-dialogs-on-top preference, now set permanently to trueJoel Holdsworth4-25/+7
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde2-5/+4
2008-03-21Bugfix to prevent the print dialog falling underneath the inkscape desktop wi...Joel Holdsworth2-3/+4
2008-03-21Adding axis detection to new input dialogJon A. Cruz2-42/+224
2008-03-20Adding signals and linkingJon A. Cruz1-31/+120