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
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
2016-08-19
Complete passing of test to add ID selectors
kamalpreetgrewal
1
-61
/
+55
2016-08-18
Uncommenting for editing CSS properties
kamalpreetgrewal
1
-2
/
+2
2016-08-18
Passing test when adding id selectors
kamalpreetgrewal
1
-126
/
+163
2016-08-16
Pass tests while adding & removing objects from class selectors
kamalpreetgrewal
1
-16
/
+33
2016-08-16
Solve issue with addition of missing CSS properties
kamalpreetgrewal
1
-6
/
+8
2016-08-15
Add changes for compilation with trunk
Tavmjong Bah & Kamalpreet Grewal
1
-57
/
+63
2016-08-04
Solve crash when deleting CSS property
kamalpreetgrewal
1
-1
/
+1
2016-07-26
Add functionality to add and delete CSS property in CSS panel
kamalpreetgrewal
1
-20
/
+126
2016-07-25
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
1
-74
/
+67
2016-07-24
Add InkSelector class with some code improvements
kamalpreetgrewal
1
-43
/
+49
2016-07-20
Separate CSS dialog from Style Dialog visually
kamalpreetgrewal
1
-3
/
+3
2016-07-19
Update XML correctly when editing properties
kamalpreetgrewal
1
-7
/
+6
2016-07-19
Update XML & hence drawing when properties are edited in CSS panel
kamalpreetgrewal
1
-4
/
+73
2016-07-17
Add CSS panel with editing support (no changes reflected yet)
kamalpreetgrewal
1
-0
/
+55
2016-07-13
Change expander column of treeview and set indentation of child rows
kamalpreetgrewal
1
-0
/
+2
2016-07-13
Correct deletion of child rows when parent selector is deleted
kamalpreetgrewal
1
-4
/
+27
2016-07-13
Replace s1 with matchSelector
kamalpreetgrewal
1
-3
/
+4
2016-07-13
Fix crash when deleting selector
kamalpreetgrewal
1
-11
/
+16
2016-07-09
Delete objects from selector by clicking '-' in front of objects
kamalpreetgrewal
1
-44
/
+104
2016-07-08
Selects matching objects for single as well as double click on selector
kamalpreetgrewal
1
-32
/
+57
2016-07-06
Fix issues related to updating style content and selection of rows in treeview
kamalpreetgrewal
1
-27
/
+35
2016-07-05
Fix deletion and selection of objects clicking on styledialog rows and vice-v...
kamalpreetgrewal
1
-44
/
+115
2016-07-01
Add support to select corresponding treeview rows when objects are selected
kamalpreetgrewal
1
-8
/
+47
2016-07-01
Solve a spacing issue & fix buttons to add selectors when existing drawing is...
kamalpreetgrewal
1
-1
/
+2
2016-06-30
Solve some compiler errors
kamalpreetgrewal
1
-7
/
+5
2016-06-30
If selectors(children) of a row in treeview are deleted, XML repr is updated ...
kamalpreetgrewal
1
-32
/
+64
2016-06-28
Update XML repr when objects are added to selector & some code cleanup
kamalpreetgrewal
1
-91
/
+89
2016-06-26
Select objects corresponding to selector selected in treeview
kamalpreetgrewal
1
-12
/
+67
2016-06-26
Fix a crash when deleting selectors and some coding style corrections
kamalpreetgrewal
1
-75
/
+59
2016-06-26
Add/Remove objects to/from selector
kamalpreetgrewal
1
-82
/
+170
2016-06-19
Resolve crash when empty string was added via entrybox in style dialog
kamalpreetgrewal
1
-5
/
+10
2016-06-17
Fix a crash while deleting when there was single selector in the style dialog
kamalpreetgrewal
1
-8
/
+35
2016-06-17
Remove unwanted empty space at top in style dialog
kamalpreetgrewal
1
-2
/
+4
2016-06-15
Implement deletion of style selector both from repr and treeview
kamalpreetgrewal
1
-38
/
+32
2016-06-15
Add selector to single style element & replace storage map by a vector
kamalpreetgrewal
1
-37
/
+69
2016-06-13
Set style and class attribute of object approprialtely when adding new style ...
kamalpreetgrewal
1
-14
/
+29
2016-06-13
Fix crash when object without style attribute is added to selector
kamalpreetgrewal
1
-12
/
+19
2016-06-13
Correct parsing of style element
kamalpreetgrewal
1
-27
/
+40
[next]