| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated with trunk | Marc Jeanmougin | 2015-04-29 | 57 | -286/+2 |
| |\ | | | | | (bzr r13922.1.19) | ||||
| | * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 57 | -286/+2 |
| | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 3 | -3/+3 |
| | | | | | | | (bzr r13922.1.17) | ||||
| * | | removed a few "using Inkscape::Util::GSListConstIterator" | Marc Jeanmougin | 2015-04-27 | 2 | -6/+0 |
| | | | | | | | (bzr r13922.1.16) | ||||
| * | | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 3 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | forgotten things, but hopefully, there are only very few changes of semantics: ->childList is now in the intuitive order (childList()[0] is now firstChild) -> sp_selection_paste_impl is now in the opposite order (change is local to selection-chemistry.cpp, and simplify a few things) -> selection.setReprList now takes the list in the opposite order. It was always the case (the list was always reversed before handing to it) -> a few comparison functions now work "the c++ way": the C way was to return -1 if a<b, 0 if a==b and 1 if a>b, now they return (bool)(a<b) (bzr r13922.1.15) | ||||
| * | | merging | Marc Jeanmougin | 2015-04-26 | 31 | -539/+818 |
| |\| | | | | | (bzr r13922.1.13) | ||||
| | * | Replace GList by std::vector | Tavmjong Bah | 2015-04-14 | 2 | -35/+25 |
| | | | | | | | (bzr r14057) | ||||
| | * | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 9 | -350/+357 |
| | | | | | | | (bzr r14054) | ||||
| | * | Cleaned up cmake files to build successfully on Linux. | Jon A. Cruz | 2015-04-08 | 1 | -11/+18 |
| | | | | | | | (bzr r14045) | ||||
| | * | inicialice a header variable | Jabier Arraiza Cenoz | 2015-04-02 | 1 | -0/+1 |
| | | | | | | | (bzr r14041) | ||||
| | * | Fix a bug introduced by me using path parameters in LPE | Jabier Arraiza Cenoz | 2015-03-23 | 1 | -23/+17 |
| | | | | | | | (bzr r14030) | ||||
| | * | Fix a bug in multi-path-manipulator and finish bspline refactor | Jabier Arraiza Cenoz | 2015-03-21 | 3 | -17/+13 |
| | | | | | | | (bzr r14026) | ||||
| | * | Fix GTK3 build (typo). | Tavmjong Bah | 2015-03-21 | 1 | -1/+1 |
| | | | | | | | (bzr r14024) | ||||
| | * | Improve the cache system of bspline, "Correctly" show bspline weight power ↵ | Jabier Arraiza Cenoz | 2015-03-21 | 4 | -14/+28 |
| | | | | | | | | | | | on nodes and handles (bzr r14023) | ||||
| | * | Add GUI for 'viewBox'. | Tavmjong Bah | 2015-03-21 | 2 | -22/+168 |
| | | | | | | | (bzr r14022) | ||||
| | * | sp. fix seperate | Bryce Harrington | 2015-03-21 | 1 | -1/+1 |
| | | | | | | | (bzr r14021) | ||||
| | * | ui/tools: sp. fixes (cosmetic) | Bryce Harrington | 2015-03-19 | 7 | -8/+8 |
| | | | | | | | (bzr r14016) | ||||
| | * | Changed two SP_IS_LPE_ITEM calls | Jabier Arraiza Cenoz | 2015-03-18 | 1 | -16/+22 |
| | | | | | | | (bzr r14013) | ||||
| | * | Remove sleep() left over from debugging. | Tavmjong Bah | 2015-03-17 | 1 | -1/+0 |
| | | | | | | | (bzr r14011) | ||||
| | * | Partial fix for bug 1430873. Ellipses should behave properly with % values. | Tavmjong Bah | 2015-03-16 | 1 | -6/+6 |
| | | | | | | | (bzr r14009) | ||||
| | * | Partial fix for bug 1430873. Rectangles should behave properly with % values. | Tavmjong Bah | 2015-03-14 | 1 | -49/+35 |
| | | | | | | | (bzr r14004) | ||||
| | * | Fix for a potential (though unlikely) dereference of null pointer in the ↵ | Nicolas Dufour | 2015-03-14 | 1 | -32/+34 |
| | | | | | | | | | | | spray tool single path mode. (bzr r14000) | ||||
| | * | Allow changing document scale (via changing viewBox). Start of GUI. | Tavmjong Bah | 2015-03-11 | 3 | -1/+141 |
| | | | | | | | (bzr r13994) | ||||
| | * | remember status of preview pane in native Windows open dialog. (Bug 1428873) | Alvin Penner | 2015-03-10 | 1 | -0/+8 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1428873 (bzr r13985) | ||||
| | * | Update simplify and bspline to auto size some helper paths based on current zoom | Jabier Arraiza Cenoz | 2015-03-08 | 2 | -7/+7 |
| | | | | | | | (bzr r13974) | ||||
| | * | Fix for Bug #918319 (Printing offsets page). | Nicolas Dufour | 2015-03-05 | 1 | -19/+2 |
| | | | | | | | | | | | | | | | | | Fix for a dead assignment in the printing code (Jenkins warning: http://jenkins.inkscape.org/job/Inkscape_trunk_scan-build/42/clangScanBuildBugs/browse/report-a94344.html#EndPath). Fixed bugs: - https://launchpad.net/bugs/918319 (bzr r13965) | ||||
| | * | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | <meshpatch>. Remove experimental smoothing types. Add new smoothing 'type' attribute with bicubic smoothing option. Per SVG WG decission at Sydney 2015 face-to-face meeting. (bzr r13956) | ||||
| | * | Translations. New Icenlandic translation. | Sveinn í Felli | 2015-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1426423 (bzr r13951) | ||||
| * | | merge | Marc Jeanmougin | 2015-04-26 | 32 | -226/+116 |
| |\| | | | | | (bzr r13922.1.12) | ||||
| | * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 6 | -6/+6 |
| | | | | | | | (bzr r13950) | ||||
| | * | Isolate components of libgc | Liam P. White | 2015-02-25 | 6 | -6/+6 |
| | | | | | | | (bzr r13946) | ||||
| | * | Strip ToolFactory | Liam P. White | 2015-02-25 | 26 | -220/+110 |
| | | | | | | | (bzr r13939.1.2) | ||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 10 | -21/+21 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 26 | -82/+68 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Merge, resolved conflicts | Marc Jeanmougin | 2015-02-23 | 13 | -174/+88 |
| |\| | | | | | (bzr r13922.1.8) | ||||
| | * | Make icon creation more consistent - use sp_icon_new where possible | Liam P. White | 2015-02-22 | 8 | -166/+69 |
| | | | | | | | (bzr r13936) | ||||
| | * | Fix for bug 469885: Tiled Clones / Trace: Apply to Size skews resulting ↵ | Marc Jeanmougin | 2015-02-21 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | clone grid Fixed bugs: - https://launchpad.net/bugs/469885 (bzr r13934) | ||||
| | * | Fixes bug 1152657: "Paste selection with original+clone(s): Wrong placement ↵ | Marc Jeanmougin | 2015-02-21 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | between original and clones" Fixed bugs: - https://launchpad.net/bugs/1152657 (bzr r13932) | ||||
| | * | Fix for bug 1409591 : | Marc Jeanmougin | 2015-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Inconsistent selection with 'Select same' on object with clones Fixed bugs: - https://launchpad.net/bugs/1409195 (bzr r13930) | ||||
| | * | Clones. Fix for bug #168651 (Tiled clones inside transformed groups broken) | Marc Jeanmougin | 2015-02-20 | 1 | -3/+4 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/168651 (bzr r13929) | ||||
| | * | i18n | Kris De Gussem | 2015-02-16 | 2 | -2/+2 |
| | | | | | | | (bzr r13925) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 3 | -20/+14 |
| | | | | | | | (bzr r13922.1.6) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 35 | -187/+181 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | I can't really understand why, but i can now launch inkscape without it ↵ | mc | 2015-02-18 | 3 | -9/+9 |
| | | | | | | | | | | | | | | | | | segfaulting. That's an improvement. Next thing: code cleaning, replacing containers with vectors (bzr r13922.1.4) | ||||
| * | | Just... | mc | 2015-02-18 | 29 | -246/+236 |
| | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 9 | -159/+162 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Commenting dead assignments. | Nicolas Dufour | 2015-02-08 | 2 | -10/+18 |
| | | | | (bzr r13909) | ||||
| * | Fix for Bug #1417752 (Find & Replace ignores Flowed text objects). | Nicolas Dufour | 2015-02-06 | 1 | -1/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1417752 (bzr r13903) | ||||
| * | Typos (Bug #1417127) | Kris De Gussem | 2015-02-03 | 1 | -1/+1 |
| | | | | (bzr r13895) | ||||
| * | Fix for bug #1130348 (Paint bucket filling multiple regions crashes when ↵ | Kim Maxim (fixer21k) | 2015-01-25 | 1 | -1/+1 |
| | | | | | | | | | scrolling). Fixed bugs: - https://launchpad.net/bugs/1130348 (bzr r13873) | ||||
