| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Multiple fixes for the objects panel | Diederik van Lierop | 2019-11-18 | 2 | -44/+113 |
| | | |||||
| * | 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: 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 | ||||
| * | refactor: Eliminate SPIString::value_default | Thomas Holder | 2019-11-03 | 1 | -6/+4 |
| | | | | | | | - 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 | 4 | -1730/+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 | 1 | -0/+1 |
| | | |||||
| * | Fix some blurs iddle large loops | Jabiertxof | 2019-10-28 | 1 | -1/+0 |
| | | |||||
| * | refactor: Eliminate SPIEnum::_name | Thomas Holder | 2019-10-28 | 1 | -2/+4 |
| | | |||||
| * | refactor: private SPIBase::_name | Thomas Holder | 2019-10-28 | 1 | -12/+12 |
| | | |||||
| * | refactor SPIEnum: more type safety | Thomas Holder | 2019-10-28 | 1 | -3/+3 |
| | | | | | | | fixes ungrouping of "font-weight:bolder" fixes "titling-caps" parsing fixes a casting error in CairoRenderContext::renderGlyphtext | ||||
| * | 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 | ||||
| * | Improvements to blending and tooltip | Jabier Arraiza | 2019-10-20 | 1 | -2/+18 |
| | | |||||
| * | 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 | 4 | -22/+51 |
| | | |||||
| * | Fix compiling bug | Jabier Arraiza | 2019-10-14 | 1 | -1/+1 |
| | | |||||
| * | Reduce memory leak in file preview | Nathan Lee | 2019-10-14 | 1 | -6/+8 |
| | | | | | https://gitlab.com/inkscape/inkscape/issues/201 | ||||
| * | Re-Add blending modes UI using CSS instead filters | Jabier Arraiza | 2019-10-14 | 3 | -63/+22 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update objects.cpp | Marc Jeanmougin | 2019-10-12 | 1 | -1/+1 |
| | | |||||
| * | Prevent the objects panel from grinding Inkscape to a halt, for example when ↵ | Diederik van Lierop | 2019-10-11 | 2 | -31/+161 |
| | | | | | ungrouping a large group | ||||
| * | Fix minor typos | Yuri Chornoivan | 2019-10-10 | 1 | -1/+1 |
| | | |||||
| * | Fix minor typos | Marc Jeanmougin | 2019-10-10 | 1 | -2/+2 |
| | | |||||
| * | Actualizarsrc/ui/dialog/inkscape-preferences.cpp | Jabier Arraiza | 2019-10-10 | 1 | -1/+1 |
| | | |||||
| * | Allow acces to user themes folder from themes tab along on system tab | Jabier Arraiza | 2019-10-09 | 2 | -0/+3 |
| | | |||||
| * | Reduce spacing between entries in Unicode Character dialog. Bump up font-size. | Tavmjong Bah | 2019-10-09 | 1 | -2/+6 |
| | | | | | Partial fix for https://gitlab.com/inkscape/inkscape/issues/436 | ||||
| * | Fix various minor code problems | Marc Jeanmougin | 2019-10-05 | 1 | -0/+2 |
| | | |||||
| * | Fix some memory leaks found by scan-build | Marc Jeanmougin | 2019-10-05 | 2 | -1/+2 |
| | | |||||
| * | Fix typos | Marc Jeanmougin | 2019-10-04 | 1 | -1/+1 |
| | | |||||
| * | Add support for extended Unicode planes in Unicode (Glyphs) dialog (includes ↵ | Tavmjong Bah | 2019-10-03 | 1 | -4/+21 |
| | | | | | emoji). | ||||
| * | Update language list in Glyphs dialog. | Tavmjong Bah | 2019-10-03 | 1 | -0/+77 |
| | | |||||
| * | Show glyphs using selected font in Glyphs dialog. | Tavmjong Bah | 2019-10-03 | 1 | -3/+5 |
| | | | | | Changed due to Maren's comment in https://gitlab.com/inkscape/inkscape/issues/436 | ||||
| * | Better fix to previous commit | Jabiertxof | 2019-10-01 | 1 | -2/+9 |
| | | |||||
| * | Fix a crash bug on new documents | Jabiertxof | 2019-10-01 | 1 | -13/+15 |
| | | |||||
| * | Add tooltip showing larger version of glyph in Glyph dialog. | Tavmjong Bah | 2019-10-01 | 1 | -0/+4 |
| | | | | | Partially addresses https://gitlab.com/inkscape/inkscape/issues/436 | ||||
| * | Make funtion that add classes to top level windows in diallogs callable from ↵ | Jabier Arraiza | 2019-10-01 | 3 | -14/+24 |
| | | | | | non dialogs windows | ||||
| * | Fix a crash in CUSTOM_TYPE Windows native file open dialogs | Patrick Storz | 2019-09-24 | 1 | -7/+7 |
| | | | | | | | See also 49ea08c12ce0f931ba7fc79d8ad9f2fa42a7dca7 Fixes https://gitlab.com/inkscape/inkscape/issues/378 | ||||
| * | fix tooggled value and po glade fila added | Jabier Arraiza | 2019-09-23 | 1 | -19/+6 |
| | | |||||
| * | Object properties: fix values of image-rendering enum | Patrick Storz | 2019-09-22 | 1 | -3/+10 |
| | | | | | | | (this is image-rendering, not shape-rendering) Also update tooltip and try to improve descriptions of values. | ||||
| * | Improve speed of LPE add dialog removing file from loop that make creation ↵ | Jabier Arraiza | 2019-09-22 | 1 | -0/+1 |
| | | | | | of multimple uneededd hidden dialogs | ||||
| * | Also fix translatability of styledialog and (unused) filter-editor | Patrick Storz | 2019-09-22 | 2 | -2/+2 |
| | | |||||
| * | Make LPE Selector translatable | Patrick Storz | 2019-09-22 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/432 | ||||
| * | Remove unused files (lpe-selector.h/lpe-selector.cpp) | Patrick Storz | 2019-09-22 | 2 | -107/+0 |
| | | |||||
