index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
styledialog.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-20
Rename files to fit better his function
Jabier Arraiza
1
-1118
/
+242
2019-03-24
Fixing coding style
Jabier Arraiza
1
-1
/
+1
2019-03-24
Add some handling fixes to selector classes
Jabier Arraiza
1
-2
/
+2
2019-03-24
Fix compiling problem
Jabier Arraiza
1
-4
/
+4
2019-03-24
Fix CI problems
Jabier Arraiza
1
-78
/
+72
2019-03-24
Move multiple selector to unhadled selector
Jabier Arraiza
1
-24
/
+20
2019-03-24
final improvements to style dialog
Jabier Arraiza
1
-49
/
+104
2019-03-24
Add base of working
Jabier Arraiza
1
-87
/
+130
2019-02-20
Remov force allocation
Jabiertxof
1
-8
/
+0
2019-02-20
Merge from master
Jabier Arraiza
1
-2
/
+2
2019-02-20
minor fixes
Jabier Arraiza
1
-3
/
+3
2019-02-20
Include selectors dialog (aka styledialog) into the xml-tree notebook and rem...
Martin Owens
1
-74
/
+29
2019-02-20
Remove css dialog from style dialog.
Martin Owens
1
-335
/
+0
2019-02-20
Move towards the css dialog being self-sufficient and disable style dialog
Martin Owens
1
-19
/
+19
2019-01-02
modernize loops
Marc Jeanmougin
1
-7
/
+4
2018-11-09
Move icon-loader and provide a temporary fallback to render pixbuf
Jabiertxof
1
-1
/
+1
2018-11-09
This improve symbolic icon rendering moving it to CSS only. There is places i...
Jabiertxof
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-09-27
Refactor addtoicon and turn into more generic iconrenderer CellRenderer
Martin Owens
1
-4
/
+6
2018-09-26
cppcheck: 2 memleaks + copypasta
Julien Nabet
1
-0
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-pass-by-value pass.
Emmanuel Gil Peyrot
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-3
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-12
/
+12
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+6
2018-01-16
panel: Remove the unused "title" label
Stefano Facchini
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-2
/
+2
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-6
/
+6
2017-07-09
Update GtkDialog usage
Alexander Valavanis
1
-2
/
+2
2017-06-29
Use Gtk orientable widgets
Alexander Valavanis
1
-0
/
+2
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-2
/
+1
2017-06-14
Update dialog when object is added, deleted, or changed.
Tavmjong Bah
1
-0
/
+137
2017-06-14
Prevent crash due to clones.
Tavmjong Bah
1
-0
/
+1
2017-06-07
Strip comments when parsing CSS. Allow no space after an element name if foll...
Tavmjong Bah
1
-1
/
+7
2017-06-07
Strip comments when parsing CSS. Allow no space after an element name if foll...
Tavmjong Bah
1
-1
/
+7
2017-02-27
Fix desktop/document tracking.
Tavmjong Bah
1
-61
/
+109
2017-02-24
Display both style sheet and style attribute property values in CSS pane.
Tavmjong Bah
1
-26
/
+208
2017-02-23
Display style attribute properties when object row selected. Allow their dele...
Tavmjong Bah
1
-17
/
+59
2017-02-22
Ensure list of objects new selector matches is correct.
Tavmjong Bah
1
-4
/
+3
2017-02-22
Allow any valid CSS selector.
Tavmjong Bah
1
-36
/
+7
2017-02-19
Implement selector reordering via drag and drop. A few other tweeks.
Tavmjong Bah
1
-6
/
+86
2017-02-18
Implement Undo. Respond to external changes to <style> element.
Tavmjong Bah
1
-38
/
+113
2017-02-14
Rewrite and cleanup of style dialog. Still WIP.
Tavmjong Bah
1
-838
/
+691
2017-02-08
Add naive selector validation on entry in style dialog.
Tavmjong Bah
1
-23
/
+41
2017-02-08
Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.
Tavmjong Bah
1
-0
/
+11
2016-08-20
Add some more comments to improve code understanding
kamalpreetgrewal
1
-50
/
+66
2016-08-19
Pass remaining simple class selector tests
kamalpreetgrewal
1
-15
/
+20
[next]