| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixed regression: changing blend mode in layers dialog didn't work | Niko Kiirala | 2008-07-24 | 2 | -4/+10 |
| | | | | (bzr r6409) | ||||
| * | make presets list autoscroll to match the values set | bulia byak | 2008-07-24 | 1 | -3/+67 |
| | | | | (bzr r6408) | ||||
| * | update calligraphic statusbar message | bulia byak | 2008-07-24 | 1 | -1/+1 |
| | | | | (bzr r6407) | ||||
| * | fix crash when writing style with empty font-family | bulia byak | 2008-07-24 | 1 | -2/+4 |
| | | | | (bzr r6406) | ||||
| * | fix nodetype determination. more stable now. (lost symmetry detection, ↵ | Johan B. C. Engelen | 2008-07-23 | 1 | -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. Engelen | 2008-07-23 | 1 | -1/+7 |
| | | | | | | it is degenerate. (bzr r6404) | ||||
| * | added forgotten ":" :-) | Alexandre Prokoudine | 2008-07-23 | 1 | -1/+1 |
| | | | | (bzr r6403) | ||||
| * | rename, rearrange stroke shapes; add elliptic | bulia byak | 2008-07-22 | 2 | -22/+40 |
| | | | | (bzr r6400) | ||||
| * | include <string.h>. also remove const conversion warning | Bob Jamison | 2008-07-22 | 1 | -1/+2 |
| | | | | (bzr r6399) | ||||
| * | cleanup and comment | Maximilian Albert | 2008-07-22 | 1 | -5/+5 |
| | | | | (bzr r6398) | ||||
| * | Separate shape settings for pen and pencil tool | Maximilian Albert | 2008-07-22 | 2 | -5/+5 |
| | | | | (bzr r6397) | ||||
| * | Separate spiro modes for pen and pencil tool | Maximilian Albert | 2008-07-22 | 2 | -12/+22 |
| | | | | (bzr r6396) | ||||
| * | Remove obsolete auxiliary action | Maximilian Albert | 2008-07-22 | 1 | -17/+1 |
| | | | | (bzr r6395) | ||||
| * | New CanvasText item; TODO: works quite well but updating may be incorrect ↵ | Maximilian Albert | 2008-07-22 | 3 | -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-ruler | Maximilian Albert | 2008-07-22 | 2 | -2/+5 |
| | | | | (bzr r6393) | ||||
| * | Fix LP #250175 (broken undo in node tool) | Maximilian Albert | 2008-07-22 | 1 | -3/+6 |
| | | | | (bzr r6392) | ||||
| * | initial handling of <script> tag | Felipe Corr??a da Silva Sanches | 2008-07-22 | 8 | -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 compile | Felipe Corr??a da Silva Sanches | 2008-07-22 | 1 | -0/+1 |
| | | | | (bzr r6389) | ||||
| * | Disable snapping when holding the shift-key while dragging node-handles | Diederik van Lierop | 2008-07-21 | 1 | -5/+17 |
| | | | | (bzr r6387) | ||||
| * | Implement snapping of clipping paths and masks | Diederik van Lierop | 2008-07-21 | 7 | -107/+228 |
| | | | | (bzr r6386) | ||||
| * | cleanup includes | Johan B. C. Engelen | 2008-07-21 | 2 | -15/+1 |
| | | | | (bzr r6385) | ||||
| * | fix includes a bit for imagetoggler | Johan B. C. Engelen | 2008-07-21 | 2 | -11/+1 |
| | | | | (bzr r6384) | ||||
| * | Fix for a very stupid bug (by myself) in cubic_bbox... | Jasper van de Gronde | 2008-07-21 | 1 | -1/+1 |
| | | | | (bzr r6383) | ||||
| * | fix saving presets, move it to the menu; allow overwriting a preset; fix ↵ | bulia byak | 2008-07-21 | 1 | -110/+141 |
| | | | | | | redundant rereading of text style when changing selection (bzr r6382) | ||||
| * | rearrange calligraphic presets | bulia byak | 2008-07-21 | 1 | -2/+3 |
| | | | | (bzr r6381) | ||||
| * | prevent warning when model is cleared before being refilled | bulia byak | 2008-07-21 | 1 | -1/+1 |
| | | | | (bzr r6380) | ||||
| * | make visibility icon in LPE stack dialog clickable | Johan B. C. Engelen | 2008-07-20 | 2 | -3/+21 |
| | | | | (bzr r6379) | ||||
| * | add visibility icon to LPE stack dialog. not clickable yet | Johan B. C. Engelen | 2008-07-20 | 2 | -2/+16 |
| | | | | (bzr r6378) | ||||
| * | extract ImageToggler from layers dialog | Johan B. C. Engelen | 2008-07-20 | 5 | -108/+229 |
| | | | | (bzr r6377) | ||||
| * | noop: rename function name and whitespace | Johan B. C. Engelen | 2008-07-20 | 2 | -36/+34 |
| | | | | (bzr r6376) | ||||
| * | remove redundant code from lpe dialog | Johan B. C. Engelen | 2008-07-20 | 1 | -3/+1 |
| | | | | (bzr r6375) | ||||
| * | whitespace, and add virtual destructor to ModelColumns of LPE stack dialog | Johan B. C. Engelen | 2008-07-20 | 1 | -7/+8 |
| | | | | (bzr r6374) | ||||
| * | purge LivePathEffect::PathType | Johan B. C. Engelen | 2008-07-20 | 7 | -31/+4 |
| | | | | (bzr r6373) | ||||
| * | optimize nodepath editing of lpe pathparam's a bit. | Johan B. C. Engelen | 2008-07-20 | 1 | -7/+6 |
| | | | | (bzr r6372) | ||||
| * | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 2008-07-20 | 7 | -32/+59 |
| | | | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | ||||
| * | omit stitch segments from serialized paths | MenTaLguY | 2008-07-20 | 1 | -1/+4 |
| | | | | (bzr r6370) | ||||
| * | fix stupid crash, make get_item const | bulia byak | 2008-07-20 | 2 | -7/+7 |
| | | | | (bzr r6369) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-20 | 8 | -44/+47 |
| | | | | (bzr r6367) | ||||
| * | Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on | Jasper van de Gronde | 2008-07-19 | 1 | -1/+13 |
| | | | | | | Linux. (bzr r6366) | ||||
| * | noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for ↵ | Peter Moulder | 2008-07-19 | 1 | -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 Gronde | 2008-07-19 | 1 | -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 Gronde | 2008-07-19 | 11 | -2/+57 |
| | | | | (bzr r6362) | ||||
| * | another place to make mouse cursor switching immediate | bulia byak | 2008-07-19 | 1 | -0/+1 |
| | | | | (bzr r6360) | ||||
| * | remove usereference vestiges, change the signature of user_unlink (not used yet) | bulia byak | 2008-07-19 | 2 | -9/+2 |
| | | | | (bzr r6359) | ||||
| * | fix crash when simplifying an lpe path: deleting the list didn't release the ↵ | bulia byak | 2008-07-19 | 1 | -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 byak | 2008-07-19 | 1 | -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 byak | 2008-07-19 | 1 | -4/+4 |
| | | | | | | options.savewindowgeometry == 2 (bzr r6356) | ||||
| * | Fix for PathString to prevent it from getting into a very, very long copying ↵ | Jasper van de Gronde | 2008-07-18 | 10 | -156/+211 |
| | | | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355) | ||||
| * | make the resolution for create bitmap copy settable in ui | bulia byak | 2008-07-18 | 2 | -0/+5 |
| | | | | (bzr r6354) | ||||
| * | patch for bug 249665 | bulia byak | 2008-07-18 | 1 | -0/+10 |
| | | | | (bzr r6353) | ||||
