summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-242-4/+10
| | | (bzr r6409)
* make presets list autoscroll to match the values setbulia byak2008-07-241-3/+67
| | | (bzr r6408)
* update calligraphic statusbar messagebulia byak2008-07-241-1/+1
| | | (bzr r6407)
* fix crash when writing style with empty font-familybulia byak2008-07-241-2/+4
| | | (bzr r6406)
* fix nodetype determination. more stable now. (lost symmetry detection, ↵Johan B. C. Engelen2008-07-231-42/+13
| | | | | nobody is using it yet). fixes lpe-spiro. (bzr r6405)
* 2geom path to livarot path conversion: don't add closing line segment when ↵Johan B. C. Engelen2008-07-231-1/+7
| | | | | it is degenerate. (bzr r6404)
* added forgotten ":" :-)Alexandre Prokoudine2008-07-231-1/+1
| | | (bzr r6403)
* rename, rearrange stroke shapes; add ellipticbulia byak2008-07-222-22/+40
| | | (bzr r6400)
* include <string.h>. also remove const conversion warningBob Jamison2008-07-221-1/+2
| | | (bzr r6399)
* cleanup and commentMaximilian Albert2008-07-221-5/+5
| | | (bzr r6398)
* Separate shape settings for pen and pencil toolMaximilian Albert2008-07-222-5/+5
| | | (bzr r6397)
* Separate spiro modes for pen and pencil toolMaximilian Albert2008-07-222-12/+22
| | | (bzr r6396)
* Remove obsolete auxiliary actionMaximilian Albert2008-07-221-17/+1
| | | (bzr r6395)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-223-0/+325
| | | | | since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394)
* Scale parameter for lpe-rulerMaximilian Albert2008-07-222-2/+5
| | | (bzr r6393)
* Fix LP #250175 (broken undo in node tool)Maximilian Albert2008-07-221-3/+6
| | | (bzr r6392)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-228-0/+183
| | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)
* fix compileFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | (bzr r6389)
* Disable snapping when holding the shift-key while dragging node-handlesDiederik van Lierop2008-07-211-5/+17
| | | (bzr r6387)
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-217-107/+228
| | | (bzr r6386)
* cleanup includesJohan B. C. Engelen2008-07-212-15/+1
| | | (bzr r6385)
* fix includes a bit for imagetogglerJohan B. C. Engelen2008-07-212-11/+1
| | | (bzr r6384)
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
| | | (bzr r6383)
* fix saving presets, move it to the menu; allow overwriting a preset; fix ↵bulia byak2008-07-211-110/+141
| | | | | redundant rereading of text style when changing selection (bzr r6382)
* rearrange calligraphic presetsbulia byak2008-07-211-2/+3
| | | (bzr r6381)
* prevent warning when model is cleared before being refilledbulia byak2008-07-211-1/+1
| | | (bzr r6380)
* make visibility icon in LPE stack dialog clickableJohan B. C. Engelen2008-07-202-3/+21
| | | (bzr r6379)
* add visibility icon to LPE stack dialog. not clickable yetJohan B. C. Engelen2008-07-202-2/+16
| | | (bzr r6378)
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-205-108/+229
| | | (bzr r6377)
* noop: rename function name and whitespaceJohan B. C. Engelen2008-07-202-36/+34
| | | (bzr r6376)
* remove redundant code from lpe dialogJohan B. C. Engelen2008-07-201-3/+1
| | | (bzr r6375)
* whitespace, and add virtual destructor to ModelColumns of LPE stack dialogJohan B. C. Engelen2008-07-201-7/+8
| | | (bzr r6374)
* purge LivePathEffect::PathTypeJohan B. C. Engelen2008-07-207-31/+4
| | | (bzr r6373)
* optimize nodepath editing of lpe pathparam's a bit.Johan B. C. Engelen2008-07-201-7/+6
| | | (bzr r6372)
* add comments about setting new LPE PathParam path data. refactor things a ↵Johan B. C. Engelen2008-07-207-32/+59
| | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371)
* omit stitch segments from serialized pathsMenTaLguY2008-07-201-1/+4
| | | (bzr r6370)
* fix stupid crash, make get_item constbulia byak2008-07-202-7/+7
| | | (bzr r6369)
* Warning cleanupJon A. Cruz2008-07-208-44/+47
| | | (bzr r6367)
* Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on Jasper van de Gronde2008-07-191-1/+13
| | | | | Linux. (bzr r6366)
* noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for ↵Peter Moulder2008-07-191-140/+13
| | | | | using three one-line-each #ifdef/#else blocks instead of one big one covering the whole function. (bzr r6365)
* Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵Jasper van de Gronde2008-07-191-67/+78
| | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-1911-2/+57
| | | (bzr r6362)
* another place to make mouse cursor switching immediatebulia byak2008-07-191-0/+1
| | | (bzr r6360)
* remove usereference vestiges, change the signature of user_unlink (not used yet)bulia byak2008-07-192-9/+2
| | | (bzr r6359)
* fix crash when simplifying an lpe path: deleting the list didn't release the ↵bulia byak2008-07-191-4/+11
| | | | | references, and it didn't work in _finalize anyway (bzr r6358)
* a better way to make cursor change immediate; of course this trick is not ↵bulia byak2008-07-191-7/+2
| | | | | documented by gdk, I just found it serendipitously when googling for some other code (bzr r6357)
* rearrange to fix the first keypress event being lost with ↵bulia byak2008-07-191-4/+4
| | | | | options.savewindowgeometry == 2 (bzr r6356)
* Fix for PathString to prevent it from getting into a very, very long copying ↵Jasper van de Gronde2008-07-1810-156/+211
| | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355)
* make the resolution for create bitmap copy settable in uibulia byak2008-07-182-0/+5
| | | (bzr r6354)
* patch for bug 249665bulia byak2008-07-181-0/+10
| | | (bzr r6353)