| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscape | Marc Jeanmougin | 2018-09-27 | 1 | -0/+1 |
| |\ | |||||
| | * | cppcheck: 2 memleaks + copypasta | Julien Nabet | 2018-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb | ||||
| * | | Refactor addtoicon and turn into more generic iconrenderer CellRenderer | Martin Owens | 2018-09-27 | 1 | -4/+6 |
| |/ | |||||
| * | adding gtk-theme | Jabier Arraiza | 2018-07-21 | 1 | -2/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+2 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+2 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -12/+12 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -8/+8 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -3/+3 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -3/+3 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -4/+6 |
| | | | | | A lot of header clean-up. | ||||
| * | panel: Remove the unused "title" label | Stefano Facchini | 2018-01-16 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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 ``` | ||||
| * | Refactor Util::ptr_shared | Jan Lingscheid | 2017-10-18 | 1 | -6/+6 |
| | | | | | | Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a non-template class. Using it with arbitary classes was dangerous anyway. | ||||
| * | Update GtkDialog usage | Alexander Valavanis | 2017-07-09 | 1 | -2/+2 |
| | | |||||
| * | Use Gtk orientable widgets | Alexander Valavanis | 2017-06-29 | 1 | -0/+2 |
| | | |||||
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -2/+1 |
| | | |||||
| * | Update dialog when object is added, deleted, or changed. | Tavmjong Bah | 2017-06-14 | 1 | -0/+137 |
| | | |||||
| * | Prevent crash due to clones. | Tavmjong Bah | 2017-06-14 | 1 | -0/+1 |
| | | |||||
| * | Strip comments when parsing CSS. Allow no space after an element name if ↵ | Tavmjong Bah | 2017-06-07 | 1 | -1/+7 |
| | | | | | | followed by '+', '>', or '~' when entering new selector. (bzr r15735) | ||||
| * | Fix desktop/document tracking. | Tavmjong Bah | 2017-02-27 | 1 | -61/+109 |
| | | | | (bzr r15550) | ||||
| * | Display both style sheet and style attribute property values in CSS pane. | Tavmjong Bah | 2017-02-24 | 1 | -26/+208 |
| | | | | (bzr r15545) | ||||
| * | Display style attribute properties when object row selected. Allow their ↵ | Tavmjong Bah | 2017-02-23 | 1 | -17/+59 |
| | | | | | | deletion. (bzr r15542) | ||||
| * | Ensure list of objects new selector matches is correct. | Tavmjong Bah | 2017-02-22 | 1 | -4/+3 |
| | | | | (bzr r15540) | ||||
| * | Allow any valid CSS selector. | Tavmjong Bah | 2017-02-22 | 1 | -36/+7 |
| | | | | (bzr r15539) | ||||
| * | Implement selector reordering via drag and drop. A few other tweeks. | Tavmjong Bah | 2017-02-19 | 1 | -6/+86 |
| | | | | (bzr r15533) | ||||
| * | Implement Undo. Respond to external changes to <style> element. | Tavmjong Bah | 2017-02-18 | 1 | -38/+113 |
| | | | | (bzr r15528) | ||||
| * | Rewrite and cleanup of style dialog. Still WIP. | Tavmjong Bah | 2017-02-14 | 1 | -838/+691 |
| | | | | | | Missing undo and document tracking. (bzr r15520) | ||||
| * | Add naive selector validation on entry in style dialog. | Tavmjong Bah | 2017-02-08 | 1 | -23/+41 |
| | | | | (bzr r15497) | ||||
| * | Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping. | Tavmjong Bah | 2017-02-08 | 1 | -0/+11 |
| | | | | (bzr r15496) | ||||
| * | Add some more comments to improve code understanding | kamalpreetgrewal | 2016-08-20 | 1 | -50/+66 |
| | | | | (bzr r14949.1.75) | ||||
| * | Pass remaining simple class selector tests | kamalpreetgrewal | 2016-08-19 | 1 | -15/+20 |
| | | | | (bzr r14949.1.74) | ||||
| * | Complete passing of test to add ID selectors | kamalpreetgrewal | 2016-08-19 | 1 | -61/+55 |
| | | | | (bzr r14949.1.73) | ||||
| * | Uncommenting for editing CSS properties | kamalpreetgrewal | 2016-08-18 | 1 | -2/+2 |
| | | | | (bzr r14949.1.71) | ||||
| * | Passing test when adding id selectors | kamalpreetgrewal | 2016-08-18 | 1 | -126/+163 |
| | | | | (bzr r14949.1.70) | ||||
| * | Pass tests while adding & removing objects from class selectors | kamalpreetgrewal | 2016-08-16 | 1 | -16/+33 |
| | | | | (bzr r14949.1.68) | ||||
| * | Solve issue with addition of missing CSS properties | kamalpreetgrewal | 2016-08-16 | 1 | -6/+8 |
| | | | | (bzr r14949.1.67) | ||||
| * | Add changes for compilation with trunk | Tavmjong Bah & Kamalpreet Grewal | 2016-08-15 | 1 | -57/+63 |
| | | | | (bzr r14949.1.65) | ||||
| * | Solve crash when deleting CSS property | kamalpreetgrewal | 2016-08-04 | 1 | -1/+1 |
| | | | | (bzr r14949.1.63) | ||||
| * | Add functionality to add and delete CSS property in CSS panel | kamalpreetgrewal | 2016-07-26 | 1 | -20/+126 |
| | | | | (bzr r14949.1.61) | ||||
| * | Add robust implementation of _getSelectorVec() | Tavmjong Bah, Kamalpreet Grewal | 2016-07-25 | 1 | -74/+67 |
| | | | | (bzr r14949.1.60) | ||||
| * | Add InkSelector class with some code improvements | kamalpreetgrewal | 2016-07-24 | 1 | -43/+49 |
| | | | | (bzr r14949.1.58) | ||||
| * | Separate CSS dialog from Style Dialog visually | kamalpreetgrewal | 2016-07-20 | 1 | -3/+3 |
| | | | | (bzr r14949.1.56) | ||||
| * | Update XML correctly when editing properties | kamalpreetgrewal | 2016-07-19 | 1 | -7/+6 |
| | | | | (bzr r14949.1.55) | ||||
| * | Update XML & hence drawing when properties are edited in CSS panel | kamalpreetgrewal | 2016-07-19 | 1 | -4/+73 |
| | | | | (bzr r14949.1.54) | ||||
| * | Add CSS panel with editing support (no changes reflected yet) | kamalpreetgrewal | 2016-07-17 | 1 | -0/+55 |
| | | | | (bzr r14949.1.52) | ||||
| * | Change expander column of treeview and set indentation of child rows | kamalpreetgrewal | 2016-07-13 | 1 | -0/+2 |
| | | | | (bzr r14949.1.50) | ||||
| * | Correct deletion of child rows when parent selector is deleted | kamalpreetgrewal | 2016-07-13 | 1 | -4/+27 |
| | | | | (bzr r14949.1.49) | ||||
| * | Replace s1 with matchSelector | kamalpreetgrewal | 2016-07-13 | 1 | -3/+4 |
| | | | | (bzr r14949.1.48) | ||||
| * | Fix crash when deleting selector | kamalpreetgrewal | 2016-07-13 | 1 | -11/+16 |
| | | | | (bzr r14949.1.47) | ||||
