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
*
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
*
If selectors(children) of a row in treeview are deleted, XML repr is updated ...
kamalpreetgrewal
2016-06-30
1
-32
/
+64
*
Update XML repr when objects are added to selector & some code cleanup
kamalpreetgrewal
2016-06-28
1
-91
/
+89
*
Select objects corresponding to selector selected in treeview
kamalpreetgrewal
2016-06-26
1
-12
/
+67
*
Fix a crash when deleting selectors and some coding style corrections
kamalpreetgrewal
2016-06-26
1
-75
/
+59
*
Add/Remove objects to/from selector
kamalpreetgrewal
2016-06-26
1
-82
/
+170
*
Resolve crash when empty string was added via entrybox in style dialog
kamalpreetgrewal
2016-06-19
1
-5
/
+10
*
Fix a crash while deleting when there was single selector in the style dialog
kamalpreetgrewal
2016-06-17
1
-8
/
+35
[next]