summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-271-0/+1
|\
| * cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-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 CellRendererMartin Owens2018-09-271-4/+6
|/
* adding gtk-themeJabier Arraiza2018-07-211-2/+2
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-181-3/+2
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-181-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 Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+6
| | | | A lot of header clean-up.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Misc. typosUnknown2017-11-071-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_sharedJan Lingscheid2017-10-181-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 usageAlexander Valavanis2017-07-091-2/+2
|
* Use Gtk orientable widgetsAlexander Valavanis2017-06-291-0/+2
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+1
|
* Update dialog when object is added, deleted, or changed.Tavmjong Bah2017-06-141-0/+137
|
* Prevent crash due to clones.Tavmjong Bah2017-06-141-0/+1
|
* Strip comments when parsing CSS. Allow no space after an element name if ↵Tavmjong Bah2017-06-071-1/+7
| | | | | followed by '+', '>', or '~' when entering new selector. (bzr r15735)
* Fix desktop/document tracking.Tavmjong Bah2017-02-271-61/+109
| | | (bzr r15550)
* Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-241-26/+208
| | | (bzr r15545)
* Display style attribute properties when object row selected. Allow their ↵Tavmjong Bah2017-02-231-17/+59
| | | | | deletion. (bzr r15542)
* Ensure list of objects new selector matches is correct.Tavmjong Bah2017-02-221-4/+3
| | | (bzr r15540)
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-36/+7
| | | (bzr r15539)
* Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-191-6/+86
| | | (bzr r15533)
* Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-181-38/+113
| | | (bzr r15528)
* Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-141-838/+691
| | | | | Missing undo and document tracking. (bzr r15520)
* Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-081-23/+41
| | | (bzr r15497)
* Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah2017-02-081-0/+11
| | | (bzr r15496)
* Add some more comments to improve code understandingkamalpreetgrewal2016-08-201-50/+66
| | | (bzr r14949.1.75)
* Pass remaining simple class selector testskamalpreetgrewal2016-08-191-15/+20
| | | (bzr r14949.1.74)
* Complete passing of test to add ID selectorskamalpreetgrewal2016-08-191-61/+55
| | | (bzr r14949.1.73)
* Uncommenting for editing CSS propertieskamalpreetgrewal2016-08-181-2/+2
| | | (bzr r14949.1.71)
* Passing test when adding id selectorskamalpreetgrewal2016-08-181-126/+163
| | | (bzr r14949.1.70)
* Pass tests while adding & removing objects from class selectorskamalpreetgrewal2016-08-161-16/+33
| | | (bzr r14949.1.68)
* Solve issue with addition of missing CSS propertieskamalpreetgrewal2016-08-161-6/+8
| | | (bzr r14949.1.67)
* Add changes for compilation with trunkTavmjong Bah & Kamalpreet Grewal2016-08-151-57/+63
| | | (bzr r14949.1.65)
* Solve crash when deleting CSS propertykamalpreetgrewal2016-08-041-1/+1
| | | (bzr r14949.1.63)
* Add functionality to add and delete CSS property in CSS panelkamalpreetgrewal2016-07-261-20/+126
| | | (bzr r14949.1.61)
* Add robust implementation of _getSelectorVec()Tavmjong Bah, Kamalpreet Grewal2016-07-251-74/+67
| | | (bzr r14949.1.60)
* Add InkSelector class with some code improvementskamalpreetgrewal2016-07-241-43/+49
| | | (bzr r14949.1.58)
* Separate CSS dialog from Style Dialog visuallykamalpreetgrewal2016-07-201-3/+3
| | | (bzr r14949.1.56)
* Update XML correctly when editing propertieskamalpreetgrewal2016-07-191-7/+6
| | | (bzr r14949.1.55)
* Update XML & hence drawing when properties are edited in CSS panelkamalpreetgrewal2016-07-191-4/+73
| | | (bzr r14949.1.54)
* Add CSS panel with editing support (no changes reflected yet)kamalpreetgrewal2016-07-171-0/+55
| | | (bzr r14949.1.52)
* Change expander column of treeview and set indentation of child rowskamalpreetgrewal2016-07-131-0/+2
| | | (bzr r14949.1.50)
* Correct deletion of child rows when parent selector is deletedkamalpreetgrewal2016-07-131-4/+27
| | | (bzr r14949.1.49)
* Replace s1 with matchSelectorkamalpreetgrewal2016-07-131-3/+4
| | | (bzr r14949.1.48)
* Fix crash when deleting selectorkamalpreetgrewal2016-07-131-11/+16
| | | (bzr r14949.1.47)