summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3theAdib2007-12-221-1/+1
| | | (bzr r4274)
* fix bug where changing units changed angles of axonometric gridJohan B. C. Engelen2007-12-212-5/+6
| | | (bzr r4273)
* fix linkingJohan B. C. Engelen2007-12-211-0/+1
| | | (bzr r4272)
* guidelines: add methods to check horizontal/vertical, small fixesJohan B. C. Engelen2007-12-214-7/+13
| | | (bzr r4271)
* added glib spawn helper filestheAdib2007-12-211-0/+2
| | | (bzr r4270)
* ifdef instead of ifndef WITH_LIBWPGAdib Taraben2007-12-211-1/+1
| | | (bzr r4269)
* compile depending on WITH_LIBWPGtheAdib2007-12-212-0/+9
| | | (bzr r4268)
* More icon work by Michael Growberg:JiHO2007-12-211-18209/+16068
| | | | | | | | | | | | | | | | | Major changes since last version: *all icons are done *changed look of raise/lower icons *"tweak" tool uses "smudge" icon from art libre set *transform icons taken from art libre set *align icons taken from art libre set (or extrapolated from their style) problems: ink pressure/tilt settings don't show (but the old ones do for some reason) some icons are taken from the desktop's icon theme and so the layer icons should match the ones in the layer dialog but don't match on all platforms same goes for paste icons like paste in place that don't always match the look of the generic paste icon. (bzr r4267)
* Use "%"-key for toggling the snapper, and modify the related sp-desktop codeDiederik van Lierop2007-12-206-12/+24
| | | (bzr r4266)
* guidelines: implement rendering of angled lines.Johan B. C. Engelen2007-12-202-4/+46
| | | (bzr r4265)
* guidelines: minor correctionsJohan B. C. Engelen2007-12-205-8/+112
| | | | | add point reading to repr-util.cpp (bzr r4264)
* (Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.Maximilian Albert2007-12-201-6/+4
| | | (bzr r4263)
* Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by ↵Maximilian Albert2007-12-201-0/+4
| | | | | the shortcut 'D' for toggling the dropper tool). (bzr r4262)
* correctly handle orientation changes of guidelinesJohan B. C. Engelen2007-12-194-1/+40
| | | (bzr r4261)
* fix guide draggingJohan B. C. Engelen2007-12-191-2/+2
| | | (bzr r4260)
* optimize guide canvasupdatingJohan B. C. Engelen2007-12-191-1/+3
| | | (bzr r4259)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-1912-93/+114
| | | (bzr r4258)
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-197-28/+50
| | | | | start conversion to use point_on_line instead of position. (bzr r4257)
* Introduce verb, menu item and shortcut for the global snapping toggleDiederik van Lierop2007-12-186-8/+20
| | | (bzr r4256)
* speedify zooming by keysbulia byak2007-12-181-4/+8
| | | (bzr r4255)
* [INTL: sl] Updated Slovenian translation by Martin Srebotnjak (closes: #177058)Luca Bruno2007-12-181-2089/+1445
| | | (bzr r4254)
* Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590Maximilian Albert2007-12-181-0/+30
| | | (bzr r4253)
* Renaming captions and labels in snapping preferences dialog, and inverting ↵Diederik van Lierop2007-12-172-11/+11
| | | | | the behaviour of the 'snap at any distance' checkbox (bzr r4252)
* remember to return true from <javac> execute()Bob Jamison2007-12-171-0/+1
| | | (bzr r4251)
* Make sure that snapping attributes pass 'make check'Diederik van Lierop2007-12-171-6/+9
| | | (bzr r4250)
* revert comenting of uri argument in PdfImportDialogAdib Taraben2007-12-171-1/+1
| | | (bzr r4249)
* Use golden ratio as additional constrained ratio during Ctrl+dragging ↵Maximilian Albert2007-12-173-4/+40
| | | | | rectangles (fixes bug/RFE #170540) (bzr r4248)
* CRLF fixJon A. Cruz2007-12-179-1787/+1787
| | | (bzr r4247)
* non-poppler build fixJon A. Cruz2007-12-172-64/+66
| | | | | Warning and CRLF cleanup (bzr r4246)
* defocus layer selector after choosing layerbulia byak2007-12-171-0/+3
| | | (bzr r4245)
* prepare for adding angled guideline renderingJohan B. C. Engelen2007-12-162-25/+32
| | | (bzr r4244)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-166-13/+35
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* * [INTL: it] Updated Italian translationLuca Bruno2007-12-161-2229/+2478
| | | (bzr r4242)
* [BUG #169122] PDF import doesn't work when file name has accents, partially ↵Adib Taraben2007-12-161-8/+41
| | | | | fixed (bzr r4241)
* fix default grid unit scaling, fix crash for unknown unit.Johan B. C. Engelen2007-12-162-10/+14
| | | (bzr r4240)
* prevent writing to xml when initializing grid. fixes not working default units.Johan B. C. Engelen2007-12-162-0/+4
| | | (bzr r4239)
* add default unit to grid preferences.Johan B. C. Engelen2007-12-167-8/+46
| | | (bzr r4238)
* fix possible crash where event_context is destroyed during fill operation ↵John Bintz2007-12-161-2/+5
| | | | | due to tool switch (bzr r4237)
* trying to fix the unset-gradient-on-transform bugbulia byak2007-12-161-1/+1
| | | (bzr r4236)
* remove debugbulia byak2007-12-161-1/+0
| | | (bzr r4235)
* Warning cleanupJon A. Cruz2007-12-157-31/+37
| | | (bzr r4234)
* Add initial support for <javac>. Also fix str compare bugBob Jamison2007-12-151-6/+74
| | | (bzr r4233)
* Fixed missing handling of the "environment prefix" and fetching of ↵Bob Jamison2007-12-151-12/+41
| | | | | environment variables. (bzr r4232)
* * [INTL:it] Typo fixing, patch by Luciano MontanaroLuca Bruno2007-12-151-33/+32
| | | (bzr r4231)
* Add default grid settings to Inkscape preferences.Johan B. C. Engelen2007-12-148-20/+154
| | | (bzr r4230)
* update to latest 2geomJohan B. C. Engelen2007-12-141-0/+2
| | | (bzr r4229)
* Remove unused function that causes compile error on windows.Maximilian Albert2007-12-131-12/+0
| | | (bzr r4228)
* If necessary, split up perspectives when applying transformations to boxes; ↵Maximilian Albert2007-12-137-18/+73
| | | | | moreover, fix crash caused by listening to already destroyed perspectives (bzr r4227)
* Improved tango icons by Michael Grossberg.JiHO2007-12-131-9465/+17981
| | | (bzr r4226)
* remove -g flag from build.xml as it is really not necessary and slows down ↵Johan B. C. Engelen2007-12-131-1/+1
| | | | | building tremendously. If anybody finds use for -g, please let me know. (bzr r4225)