| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | more janet bindings | s-ol | 2019-12-02 | 1 | -1/+3 |
| | | |||||
| * | add draft janet interface for livecoding | s-ol | 2019-12-02 | 3 | -11/+19 |
| | | |||||
| * | add basic livecode toolbar | s-ol | 2019-12-01 | 4 | -2/+233 |
| | | |||||
| * | add api and input modules for the livecoding tool | s-ol | 2019-11-28 | 2 | -1420/+34 |
| | | |||||
| * | add livecoding tool to toolbar | s-ol | 2019-11-23 | 6 | -1/+1584 |
| | | |||||
| * | fix PNG export dialog crash (heap-use-after-free) | Thomas Holder | 2019-11-20 | 1 | -3/+3 |
| | | | | | Possibly related to inbox#1185 | ||||
| * | Fix build | Marc Jeanmougin | 2019-11-20 | 1 | -2/+2 |
| | | |||||
| * | Speedup filtering and panning | Jabier Arraiza | 2019-11-19 | 2 | -6/+19 |
| | | |||||
| * | Multiple fixes for the objects panel | Diederik van Lierop | 2019-11-18 | 2 | -44/+113 |
| | | |||||
| * | Selectively disable motion event compression for specific tools | Patrick Storz | 2019-11-18 | 5 | -0/+26 |
| | | | | | | | | | It was globally disabled in ab71599ea1af1ea5042e35502e9aa722cc4ab51e However most of the time we do not care for intermediate motion events, and forcing to process them only causes unnecessary performance overhead. | ||||
| * | remove hex color defaults from pref skeleton | Thomas Holder | 2019-11-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | /options/grids/axonom/color /options/grids/axonom/empcolor /options/grids/xy/color /options/grids/xy/empcolor /options/wireframecolors/onlight /options/wireframecolors/ondark /options/wireframecolors/images /options/wireframecolors/clips /options/wireframecolors/masks /tools/nodes/highlight_color | ||||
| * | Crashfix on deleting selected with spray tool | Nathan Lee | 2019-11-17 | 1 | -4/+3 |
| | | | | | Fix https://gitlab.com/inkscape/inkscape/issues/496 | ||||
| * | Fix non-translatable strings in node-tool.cpp | Patrick Storz | 2019-11-12 | 1 | -10/+15 |
| | | | | | (see https://gitlab.com/inkscape/inkscape/merge_requests/1004) | ||||
| * | Make paraxial have a free starting angle. | Martin Owens | 2019-11-12 | 2 | -42/+43 |
| | | |||||
| * | Crashfix: set an unset id in Object Properties | Thomas Holder | 2019-11-10 | 1 | -1/+1 |
| | | |||||
| * | Use same label for Layers and Objects dialogs | Nathan Lee | 2019-11-10 | 3 | -16/+8 |
| | | | | | | Also prevent crash for unset ids in Object Properties Fix https://gitlab.com/inkscape/inbox/issues/1129 | ||||
| * | Update node transform handles on deselect | Nathan Lee | 2019-11-05 | 1 | -0/+2 |
| | | | | | | Fix regression from da553628 See https://gitlab.com/inkscape/inkscape/issues/501 | ||||
| * | Fix https://gitlab.com/inkscape/inbox/issues/871 Measure Segments LPE: ↵ | Jabier Arraiza | 2019-11-05 | 1 | -0/+1 |
| | | | | | Labels shifted, https://gitlab.com/inkscape/inkscape/issues/119, Measure Segments LPE: Measure bounding box + enlarge bb causes crash and https://gitlab.com/inkscape/inbox/issues/189 Measure Segments LPE: String formatting for label doesn't work as expected | ||||
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 4 | -13/+11 |
| | | | | | | | - eliminate value_default - make value private (-> _value) - add value() method | ||||
| * | Improve speed of LPE's updating widgets on release knots instead when value ↵ | Jabiertxof | 2019-11-02 | 1 | -4/+4 |
| | | | | | change | ||||
| * | Remove OCAL | Marc Jeanmougin | 2019-11-01 | 5 | -1732/+0 |
| | | |||||
| * | Update the treeview in the objects-panel asynchronously, such that Inkscape ↵ | Diederik van Lierop | 2019-10-30 | 2 | -86/+153 |
| | | | | | stays responsive with documents having a large number of objects | ||||
| * | Update bounding box on changing blur | Nathan Lee | 2019-10-29 | 2 | -0/+3 |
| | | |||||
| * | Fix some blurs iddle large loops | Jabiertxof | 2019-10-28 | 3 | -14/+14 |
| | | |||||
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 1 | -2/+4 |
| | | |||||
| * | refactor: private SPIBase::_name | Thomas Holder | 2019-10-28 | 2 | -14/+13 |
| | | |||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 4 | -13/+13 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | Remove delay on desktop switch | Jabier Arraiza | 2019-10-27 | 1 | -3/+0 |
| | | |||||
| * | fix heap-buffer-overflow in node tool | Thomas Holder | 2019-10-27 | 1 | -12/+4 |
| | | | | | | Observed with example file from https://gitlab.com/inkscape/inkscape/merge_requests/982 | ||||
| * | Clipboard: Fix pasting of image data on Windows | Patrick Storz | 2019-10-26 | 1 | -0/+7 |
| | | | | | Workaround for what is most likely a gtk bug. | ||||
| * | Dialogs: improve opacity handling through use of CSS | Patrick Storz | 2019-10-26 | 2 | -77/+21 |
| | | | | | | In particular this allows us to get rid of our custom implementation for the opacity transition (which did not always work properly). | ||||
| * | Select next filter primitive after removing current | Nathan Lee | 2019-10-22 | 1 | -0/+1 |
| | | | | | | Also fix crash on deleting bottom filter primitive Fix https://gitlab.com/inkscape/inkscape/issues/475 | ||||
| * | Remove isolate check. Need to find a way to isolate all containers | Jabier Arraiza | 2019-10-21 | 1 | -2/+10 |
| | | |||||
| * | Improvements to blending and tooltip | Jabier Arraiza | 2019-10-20 | 4 | -6/+32 |
| | | |||||
| * | More improvements to the objects panel: | Diederik van Lierop | 2019-10-19 | 2 | -116/+55 |
| | | | | | | - Use a std::map instead of remembering the position of the iterator; this is more robust and cleaner - Speed up the updating of the tree in the object panel for large selections | ||||
| * | Add export/import PDF blend modes and add isolation modifier | Jabier Arraiza | 2019-10-19 | 10 | -64/+176 |
| | | |||||
| * | Fix logic for Tool Combobox's group label | Nathan Lee | 2019-10-17 | 2 | -12/+30 |
| | | |||||
| * | Inkscape::XML::Node::addChildAtPos | Thomas Holder | 2019-10-16 | 1 | -2/+1 |
| | | |||||
| * | Properly initialize sensitivity of menuitems with verb default | Patrick Storz | 2019-10-15 | 1 | -0/+3 |
| | | |||||
| * | Add checkboxes in flip menu options | Jabier Arraiza | 2019-10-15 | 1 | -0/+6 |
| | | |||||
| * | Fix compiling bug | Jabier Arraiza | 2019-10-14 | 1 | -1/+1 |
| | | |||||
| * | Fix a bug in previous commit | Jabier Arraiza | 2019-10-14 | 2 | -5/+5 |
| | | |||||
| * | Fix a extra blend enum | Jabier Arraiza | 2019-10-14 | 2 | -27/+6 |
| | | |||||
| * | Reduce memory leak in file preview | Nathan Lee | 2019-10-14 | 2 | -6/+9 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/201 | ||||
| * | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 2019-10-14 | 7 | -101/+121 |
| | | |||||
| * | Fix misleading indentation | Diederik van Lierop | 2019-10-12 | 1 | -1/+2 |
| | | |||||
| * | Add icons to show help in set defauls LPE parameters | Jabier Arraiza | 2019-10-12 | 2 | -4/+4 |
| | | |||||
| * | Move from deprecated GTimeVal to g_get_monotonic_time() | Jabier Arraiza | 2019-10-12 | 1 | -5/+4 |
| | | |||||
| * | Fix rendering issue on panning with text tool | Nathan Lee | 2019-10-12 | 1 | -2/+0 |
| | | | | | https://gitlab.com/inkscape/inbox/issues/999 | ||||
| * | Update objects.cpp | Marc Jeanmougin | 2019-10-12 | 1 | -1/+1 |
| | | |||||
