summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/styledialog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename files to fit better his functionJabier Arraiza2019-04-201-1118/+242
* Fixing coding styleJabier Arraiza2019-03-241-1/+1
* Add some handling fixes to selector classesJabier Arraiza2019-03-241-2/+2
* Fix compiling problemJabier Arraiza2019-03-241-4/+4
* Fix CI problemsJabier Arraiza2019-03-241-78/+72
* Move multiple selector to unhadled selectorJabier Arraiza2019-03-241-24/+20
* final improvements to style dialogJabier Arraiza2019-03-241-49/+104
* Add base of workingJabier Arraiza2019-03-241-87/+130
* Remov force allocationJabiertxof2019-02-201-8/+0
* Merge from masterJabier Arraiza2019-02-201-2/+2
* minor fixesJabier Arraiza2019-02-201-3/+3
* Include selectors dialog (aka styledialog) into the xml-tree notebook and rem...Martin Owens2019-02-201-74/+29
* Remove css dialog from style dialog.Martin Owens2019-02-201-335/+0
* Move towards the css dialog being self-sufficient and disable style dialogMartin Owens2019-02-201-19/+19
* modernize loopsMarc Jeanmougin2019-01-021-7/+4
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
* This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof2018-11-091-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-271-0/+1
|\
| * cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-0/+1
* | 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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-12/+12
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-8/+8
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* 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
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
* Misc. typosUnknown2017-11-071-2/+2
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-6/+6
* 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 foll...Tavmjong Bah2017-06-071-1/+7
* Fix desktop/document tracking.Tavmjong Bah2017-02-271-61/+109
* Display both style sheet and style attribute property values in CSS pane.Tavmjong Bah2017-02-241-26/+208
* Display style attribute properties when object row selected. Allow their dele...Tavmjong Bah2017-02-231-17/+59
* Ensure list of objects new selector matches is correct.Tavmjong Bah2017-02-221-4/+3
* Allow any valid CSS selector.Tavmjong Bah2017-02-221-36/+7
* Implement selector reordering via drag and drop. A few other tweeks.Tavmjong Bah2017-02-191-6/+86
* Implement Undo. Respond to external changes to <style> element.Tavmjong Bah2017-02-181-38/+113
* Rewrite and cleanup of style dialog. Still WIP.Tavmjong Bah2017-02-141-838/+691
* Add naive selector validation on entry in style dialog.Tavmjong Bah2017-02-081-23/+41
* Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.Tavmjong Bah2017-02-081-0/+11
* Add some more comments to improve code understandingkamalpreetgrewal2016-08-201-50/+66
* Pass remaining simple class selector testskamalpreetgrewal2016-08-191-15/+20