| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.17) | |||||
| | * | | | | | | Just reread the entire diff against trunk. Given the diff size, i must have ↵ | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 14 | -315/+314 | |
| | |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | (bzr r13922.1.13) | |||||
| | * | | | | | | merge | Marc Jeanmougin | 2015-04-26 | 22 | -216/+0 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r13922.1.12) | |||||
| | * | | | | | | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 3 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.11) | |||||
| | * | | | | | | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 9 | -36/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.10) | |||||
| | * | | | | | | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.6) | |||||
| | * | | | | | | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 12 | -49/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13922.1.5) | |||||
| | * | | | | | | | Just... | mc | 2015-02-18 | 13 | -113/+105 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some... more... lines... (bzr r13922.1.2) | |||||
| * | | | | | | | | update to trunk | jabiertxof | 2015-04-29 | 3 | -39/+25 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | (bzr r12588.1.44) | |||||
| | * | | | | | | | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -4/+0 | |
| | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | |||||
| | * | | | | | | Replace GList by std::vector | Tavmjong Bah | 2015-04-14 | 2 | -35/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r14057) | |||||
| * | | | | | | | Fis fix a bug finded in my presentation in the HackFest | jabiertxof | 2015-04-29 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r12588.1.43) | |||||
| * | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-04-10 | 5 | -232/+239 | |
| |\| | | | | | | | | | | | | | | | | | | | | (bzr r12588.1.42) | |||||
| | * | | | | | | Fix coding style issues in bspline/spirolive code | Jabier Arraiza Cenoz | 2015-04-10 | 5 | -232/+239 | |
| | | |_|_|_|/ | |/| | | | | | | | | | | (bzr r14054) | |||||
| * | | | | | | Rename a variable to current coding style | Jabier Arraiza Cenoz | 2015-04-09 | 1 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | (bzr r12588.1.41) | |||||
| * | | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-04-09 | 7 | -8/+8 | |
| |\| | | | | | | | | | | | | | | | | | (bzr r12588.1.40) | |||||
| | * | | | | | ui/tools: sp. fixes (cosmetic) | Bryce Harrington | 2015-03-19 | 7 | -8/+8 | |
| | | |_|_|/ | |/| | | | | | | | | (bzr r14016) | |||||
| * | | | | | update to trunk | Jabier Arraiza Cenoz | 2015-03-18 | 26 | -637/+447 | |
| |\| | | | | | | | | | | | | | | (bzr r12588.1.39) | |||||
| | * | | | | 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) | |||||
| | * | | | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to ↵ | Tavmjong Bah | 2015-03-01 | 1 | -8/+8 | |
| | | |/ | |/| | | | | | | | | | | | | | | | | | | | <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) | |||||
| | * | | Strip ToolFactory | Liam P. White | 2015-02-25 | 22 | -216/+0 | |
| | |/ | | | | | (bzr r13939.1.2) | |||||
| | * | Commenting dead assignments. | Nicolas Dufour | 2015-02-08 | 1 | -2/+2 | |
| | | | | | | | (bzr r13909) | |||||
| | * | 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) | |||||
| | * | Fixing build error on Ubuntu (GThread error due to include ordering). | Nicolas Dufour | 2015-01-12 | 1 | -2/+3 | |
| | | | | | | | (bzr r13849) | |||||
| | * | Undo. Partial fix for Bug #171990 (pen tool commit for each node for more ↵ | Jeremiah Darais | 2015-01-12 | 2 | -85/+107 | |
| | | | | | | | | | | | | | | | | | granular undo). Fixed bugs: - https://launchpad.net/bugs/171990 (bzr r13848) | |||||
| | * | Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ↵ | mc | 2014-12-31 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | with target in cursor) by Mc. Fixed bugs: - https://launchpad.net/bugs/758718 (bzr r13829) | |||||
| | * | Remove sp_style_write_string() and sp_style_write_difference(). | Tavmjong Bah | 2014-12-25 | 1 | -12/+7 | |
| | | | | | | | (bzr r13822.1.4) | |||||
| | * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 24 | -108/+110 | |
| | | | | | | | (bzr r13820) | |||||
| | * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 8 | -14/+14 | |
| | | | | | | | (bzr r13819) | |||||
| | * | Purge sp_desktop_message_stack | Liam P. White | 2014-12-21 | 2 | -2/+2 | |
| | | | | | | | (bzr r13817) | |||||
| | * | Purge sp_desktop_sketch and sp_desktop_tempgroup | Liam P. White | 2014-12-21 | 9 | -28/+28 | |
| | | | | | | | (bzr r13816) | |||||
| | * | Purge sp_desktop_drawing | Liam P. White | 2014-12-21 | 2 | -3/+3 | |
| | | | | | | | (bzr r13813) | |||||
| | * | Purge sp_desktop_canvas | Liam P. White | 2014-12-21 | 4 | -21/+21 | |
| | | | | | | | (bzr r13811) | |||||
| | * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 2 | -2/+2 | |
| | | | | | | | (bzr r13810) | |||||
| | * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 22 | -96/+96 | |
| | | | | | | | (bzr r13809) | |||||
| | * | Fix snapping bug in pen tool | Diederik van Lierop | 2014-12-04 | 1 | -3/+7 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1260544 (bzr r13785) | |||||
| | * | Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability | Liam P. White | 2014-11-26 | 1 | -1/+1 | |
| | | | | | | | (bzr r13768) | |||||
| | * | Update to trunk r13766 | Liam P. White | 2014-11-26 | 7 | -10/+10 | |
| | |\ | | | | | | | (bzr r13341.5.24) | |||||
| | * \ | Update to trunk r13750 | Liam P. White | 2014-11-24 | 3 | -5/+3 | |
| | |\ \ | | | | | | | | | (bzr r13341.5.23) | |||||
| | * \ \ | Update to trunk r13690 | Liam P. White | 2014-11-09 | 2 | -1/+11 | |
| | |\ \ \ | | | | | | | | | | | (bzr r13341.5.22) | |||||
| | * \ \ \ | Update to trunk r13648 | Liam P. White | 2014-10-31 | 3 | -79/+117 | |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r13341.5.19) | |||||
| | * \ \ \ \ | Update to experimental r13598 | Liam P. White | 2014-10-08 | 25 | -40/+42 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r13341.5.17) | |||||
| | * | | | | | | Update to experimental r13565 | Liam P. White | 2014-09-27 | 5 | -219/+182 | |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.16) | |||||
| | * | | | | | | Update to experimental r13527 | Liam P. White | 2014-08-30 | 9 | -27/+25 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r13341.5.15) | |||||
| | * \ \ \ \ \ \ | Update to experimental r13464 | Liam P. White | 2014-08-08 | 14 | -63/+133 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | (bzr r13341.5.14) | |||||
| | * \ \ \ \ \ \ \ | Update to experimental r13440 | Liam P. White | 2014-07-24 | 1 | -30/+32 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | (bzr r13341.5.13) | |||||
| | * | | | | | | | | | 5. Refactoring of Application class: make copy/assignment operators private, ↵ | Liam P. White | 2014-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disallow pointers to Application (bzr r13341.5.9) | |||||
| * | | | | | | | | | | updated code to work on 0.92 code | Jabier Arraiza Cenoz | 2014-11-24 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12588.1.38) | |||||
| * | | | | | | | | | | update to trunk | Jabier Arraiza Cenoz | 2014-11-24 | 6 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | (bzr r12588.1.37) | |||||
