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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-8
/
+8
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-3
/
+3
*
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
*
panel: Remove the unused "title" label
Stefano Facchini
2018-01-16
1
-1
/
+1
*
Misc. typos
Unknown
2017-11-07
1
-2
/
+2
*
Refactor Util::ptr_shared
Jan Lingscheid
2017-10-18
1
-6
/
+6
*
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 foll...
Tavmjong Bah
2017-06-07
1
-1
/
+7
*
Fix desktop/document tracking.
Tavmjong Bah
2017-02-27
1
-61
/
+109
*
Display both style sheet and style attribute property values in CSS pane.
Tavmjong Bah
2017-02-24
1
-26
/
+208
*
Display style attribute properties when object row selected. Allow their dele...
Tavmjong Bah
2017-02-23
1
-17
/
+59
*
Ensure list of objects new selector matches is correct.
Tavmjong Bah
2017-02-22
1
-4
/
+3
*
Allow any valid CSS selector.
Tavmjong Bah
2017-02-22
1
-36
/
+7
*
Implement selector reordering via drag and drop. A few other tweeks.
Tavmjong Bah
2017-02-19
1
-6
/
+86
*
Implement Undo. Respond to external changes to <style> element.
Tavmjong Bah
2017-02-18
1
-38
/
+113
*
Rewrite and cleanup of style dialog. Still WIP.
Tavmjong Bah
2017-02-14
1
-838
/
+691
*
Add naive selector validation on entry in style dialog.
Tavmjong Bah
2017-02-08
1
-23
/
+41
*
Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.
Tavmjong Bah
2017-02-08
1
-0
/
+11
*
Add some more comments to improve code understanding
kamalpreetgrewal
2016-08-20
1
-50
/
+66
*
Pass remaining simple class selector tests
kamalpreetgrewal
2016-08-19
1
-15
/
+20
*
Complete passing of test to add ID selectors
kamalpreetgrewal
2016-08-19
1
-61
/
+55
*
Uncommenting for editing CSS properties
kamalpreetgrewal
2016-08-18
1
-2
/
+2
*
Passing test when adding id selectors
kamalpreetgrewal
2016-08-18
1
-126
/
+163
*
Pass tests while adding & removing objects from class selectors
kamalpreetgrewal
2016-08-16
1
-16
/
+33
*
Solve issue with addition of missing CSS properties
kamalpreetgrewal
2016-08-16
1
-6
/
+8
*
Add changes for compilation with trunk
Tavmjong Bah & Kamalpreet Grewal
2016-08-15
1
-57
/
+63
*
Solve crash when deleting CSS property
kamalpreetgrewal
2016-08-04
1
-1
/
+1
*
Add functionality to add and delete CSS property in CSS panel
kamalpreetgrewal
2016-07-26
1
-20
/
+126
*
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
2016-07-25
1
-74
/
+67
*
Add InkSelector class with some code improvements
kamalpreetgrewal
2016-07-24
1
-43
/
+49
*
Separate CSS dialog from Style Dialog visually
kamalpreetgrewal
2016-07-20
1
-3
/
+3
*
Update XML correctly when editing properties
kamalpreetgrewal
2016-07-19
1
-7
/
+6
*
Update XML & hence drawing when properties are edited in CSS panel
kamalpreetgrewal
2016-07-19
1
-4
/
+73
*
Add CSS panel with editing support (no changes reflected yet)
kamalpreetgrewal
2016-07-17
1
-0
/
+55
*
Change expander column of treeview and set indentation of child rows
kamalpreetgrewal
2016-07-13
1
-0
/
+2
*
Correct deletion of child rows when parent selector is deleted
kamalpreetgrewal
2016-07-13
1
-4
/
+27
*
Replace s1 with matchSelector
kamalpreetgrewal
2016-07-13
1
-3
/
+4
*
Fix crash when deleting selector
kamalpreetgrewal
2016-07-13
1
-11
/
+16
*
Delete objects from selector by clicking '-' in front of objects
kamalpreetgrewal
2016-07-09
1
-44
/
+104
*
Selects matching objects for single as well as double click on selector
kamalpreetgrewal
2016-07-08
1
-32
/
+57
*
Fix issues related to updating style content and selection of rows in treeview
kamalpreetgrewal
2016-07-06
1
-27
/
+35
*
Fix deletion and selection of objects clicking on styledialog rows and vice-v...
kamalpreetgrewal
2016-07-05
1
-44
/
+115
*
Add support to select corresponding treeview rows when objects are selected
kamalpreetgrewal
2016-07-01
1
-8
/
+47
*
Solve a spacing issue & fix buttons to add selectors when existing drawing is...
kamalpreetgrewal
2016-07-01
1
-1
/
+2
*
Solve some compiler errors
kamalpreetgrewal
2016-06-30
1
-7
/
+5
[prev]
[next]