summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Add option to treat grups as single objects when converting to guides.Maximilian Albert2008-03-192-1/+4
| | | (bzr r5124)
* A fix for bug #199357 "cannot load emf file" based on the patch submitted by ↵Joel Holdsworth2008-03-171-5/+5
| | | | | Ulferikson (bzr r5109)
* Improved visibility of button indicators and added updating when tools switchJon A. Cruz2008-03-151-31/+50
| | | (bzr r5098)
* Split data mode apart from UI and added button trackersJon A. Cruz2008-03-151-125/+112
| | | (bzr r5092)
* BUG 168896, fix BUG_168896_refactor_tempfile.patch problems with Vista ↵Albin Sunnanbo2008-03-132-2/+4
| | | | | tempfiles breaks some extensions (including Save as XAML) (bzr r5082)
* Turn off debug simulated devicesJon A. Cruz2008-03-131-1/+1
| | | (bzr r5077)
* Adding new extended input devices dialogJon A. Cruz2008-03-134-0/+846
| | | (bzr r5076)
* Better testBob Jamison2008-03-121-1/+3
| | | (bzr r5068)
* Snap to page borderDiederik van Lierop2008-03-122-2/+6
| | | (bzr r5059)
* Got initial JS execution workingBob Jamison2008-03-111-26/+13
| | | (bzr r5057)
* Update to follow new scripting stuffBob Jamison2008-03-101-15/+31
| | | (bzr r5017)
* make the infobox narrower and place add button above itbulia byak2008-03-081-3/+4
| | | (bzr r4988)