| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing coding style | Jabier Arraiza | 2019-04-27 | 1 | -2/+2 |
| | | |||||
| * | Fixes some crashes when selector is * and allow select multiple tags | Jabier Arraiza | 2019-04-27 | 1 | -9/+9 |
| | | |||||
| * | Realign labels in "Fill and Stroke" dialog | Patrick Storz | 2019-03-22 | 1 | -6/+5 |
| | | |||||
| * | Fix permission on non-executable file | Alexander Valavanis | 2018-12-29 | 1 | -0/+0 |
| | | |||||
| * | Move DashSelector to Inkscape::UI::Widget namespace | Alexander Valavanis | 2018-12-22 | 1 | -3/+4 |
| | | |||||
| * | cleanup StrokeStyle::updateAllMarkers | Thomas Holder | 2018-11-10 | 1 | -24/+30 |
| | | | | | rearrange code to minimize redundant actions | ||||
| * | Fix Bug #1796261 update markers in groups | Samuel Buttigieg | 2018-11-10 | 1 | -22/+42 |
| | | |||||
| * | Move icon-loader and provide a temporary fallback to render pixbuf | Jabiertxof | 2018-11-09 | 1 | -1/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 1 | -4/+5 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -5/+17 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -34/+6 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -6/+34 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -28/+28 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+10 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -2/+3 |
| | | |||||
| * | Fix rare crash on undo break apart | Marc Jeanmougin | 2016-11-12 | 1 | -4/+6 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1449276 (bzr r15241) | ||||
| * | Extract a function - is_query_style_updateable. | Shlomi Fish | 2016-10-02 | 1 | -6/+5 |
| | | | | (bzr r15100.1.29) | ||||
| * | Extract a method instead of assigning a temp bool var. | Shlomi Fish | 2016-10-01 | 1 | -5/+7 |
| | | | | (bzr r15100.1.27) | ||||
| * | Extract a function to prevent assignment + const-ing. | Shlomi Fish | 2016-09-30 | 1 | -7/+11 |
| | | | | (bzr r15100.1.26) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-09 | 1 | -60/+0 |
| |\ | | | | | (bzr r14954.1.30) | ||||
| | * | End GTK+ 2 support and remove GDL fork | Alex Valavanis | 2016-08-04 | 1 | -60/+0 |
| | |\ | | | | | | | (bzr r15038) | ||||
| | | * | Drop remaining GTKMM 2 fallback support | Alex Valavanis | 2016-07-28 | 1 | -60/+0 |
| | | | | | | | | | | (bzr r15023.2.7) | ||||
| * | | | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| |\| | | | | | | | | (bzr r14954.1.29) | ||||
| | * | | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| | | | | | | | | | | (bzr r15034) | ||||
| | * | | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | | | | | | | | | | (bzr r15027) | ||||
| | * | | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| | |/ | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -5/+5 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -3/+3 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | Re-order the stroke dialog so buttons are collected and miter is inline. | Martin Owens | 2016-03-08 | 1 | -73/+69 |
| | | | | (bzr r14694) | ||||
| * | Add GUI for 'paint-order' property. | Tavmjong Bah | 2016-03-07 | 1 | -0/+107 |
| | | | | (bzr r14693) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -3/+3 |
| | | | | (bzr r14446) | ||||
| * | 1357805+1227193 revisited | Liam P. White | 2015-06-10 | 1 | -1/+5 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1227193 - https://launchpad.net/bugs/1357805 (bzr r14199) | ||||
| * | removed a few useless SP_OBJECT() casts | Marc Jeanmougin | 2015-04-27 | 1 | -2/+2 |
| | | | | (bzr r13922.1.17) | ||||
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+2 |
| | | | | (bzr r13922.1.11) | ||||
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -3/+4 |
| | | | | (bzr r13922.1.10) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -7/+7 |
| | | | | (bzr r13922.1.5) | ||||
| * | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -15/+14 |
| | | | | | | | | | 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) | ||||
| * | Remove sp_style_new(). | Tavmjong Bah | 2014-12-25 | 1 | -13/+11 |
| | | | | (bzr r13822.1.6) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -5/+4 |
| | | | | (bzr r13820) | ||||
| * | Purge sp_desktop_namedview in favor of SPDesktop::getNamedView | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| | | | | (bzr r13810) | ||||
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -4/+4 |
| | | | | (bzr r13809) | ||||
| * | Fix stroke style unit in F&S dialog (update to display unit on first open). | Josh Andler | 2014-11-25 | 1 | -2/+2 |
| | | | | (bzr r13755) | ||||
| * | Units: make it absolutely clear that Document properties unit dropdown is ↵ | Johan B. C. Engelen | 2014-11-24 | 1 | -3/+3 |
| | | | | | | | | for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units. Change all code to use either Display units OR svg units. (bzr r13751) | ||||
| * | Update to trunk r13638 | Liam P. White | 2014-10-25 | 1 | -4/+6 |
| |\ | | | | | (bzr r13341.1.286) | ||||
| | * | Don't set linejoin and linecap type if query is "nothing" (query value is ↵ | Tavmjong Bah | 2014-10-19 | 1 | -4/+6 |
| | | | | | | | | | | | invalid). (bzr r13628) | ||||
| * | | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -0/+6 |
| |\| | | | | | (bzr r13341.1.278) | ||||
