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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Solve crash when deleting CSS property
kamalpreetgrewal
2016-08-04
1
-1
/
+1
*
Merge changes from trunk
kamalpreetgrewal
2016-08-04
133
-746
/
+106
|
\
|
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
133
-746
/
+106
|
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
137
-77
/
+770
|
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
137
-770
/
+77
*
|
Add functionality to add and delete CSS property in CSS panel
kamalpreetgrewal
2016-07-26
4
-21
/
+170
*
|
Add robust implementation of _getSelectorVec()
Tavmjong Bah, Kamalpreet Grewal
2016-07-25
1
-74
/
+67
*
|
Merge changes from trunk
kamalpreetgrewal
2016-07-25
2
-6
/
+3
|
\
|
|
*
Fises to toggle button and coding style
Jabier Arraiza Cenoz
2016-07-24
2
-6
/
+3
*
|
Add InkSelector class with some code improvements
kamalpreetgrewal
2016-07-24
2
-47
/
+60
*
|
Merge changes from trunk
kamalpreetgrewal
2016-07-24
1
-1
/
+1
|
\
|
|
*
Fixed null when selection contains more than one item
Adrian Boguszewski
2016-07-22
1
-1
/
+1
*
|
Separate CSS dialog from Style Dialog visually
kamalpreetgrewal
2016-07-20
3
-4
/
+6
*
|
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
4
-21
/
+88
*
|
Merge changes from trunk
kamalpreetgrewal
2016-07-19
4
-4
/
+4
|
\
|
|
*
[Bug #1524838] Disambiguate sigc::ptr_fun to fix C++14 compilation.
Alex Henrie
2016-07-18
4
-4
/
+4
*
|
Add CSS panel with editing support (no changes reflected yet)
kamalpreetgrewal
2016-07-17
7
-0
/
+213
*
|
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
2
-34
/
+59
*
|
Merge changes from trunk
kamalpreetgrewal
2016-07-08
1
-6
/
+18
|
\
|
|
*
Documentation. French documentation translation updated.
Nicolas Dufour
2016-07-08
1
-6
/
+18
*
|
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
2
-49
/
+122
*
|
Merge changes from trunk
kamalpreetgrewal
2016-07-05
1
-1
/
+1
|
\
|
|
*
Fix typo that prevents reading of 'units-per-em'.
Tavmjong Bah
2016-07-04
1
-1
/
+1
*
|
Merge changes from trunk
kamalpreetgrewal
2016-07-04
2
-101
/
+111
|
\
|
|
*
Rename function, fix some indenting issues.
Tavmjong Bah
2016-07-02
2
-100
/
+110
|
*
Fix typo from GList purge that broke SVG Font Editor dialog.
Tavmjong Bah
2016-07-02
1
-1
/
+1
*
|
Add support to select corresponding treeview rows when objects are selected
kamalpreetgrewal
2016-07-01
2
-11
/
+52
*
|
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
2
-8
/
+6
*
|
If selectors(children) of a row in treeview are deleted, XML repr is updated ...
kamalpreetgrewal
2016-06-30
2
-33
/
+65
*
|
Update XML repr when objects are added to selector & some code cleanup
kamalpreetgrewal
2016-06-28
2
-91
/
+91
*
|
Select objects corresponding to selector selected in treeview
kamalpreetgrewal
2016-06-26
2
-13
/
+72
*
|
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
2
-85
/
+178
*
|
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
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-17
1
-2
/
+2
|
\
|
|
*
Fixing wrong gettext keyword preventing translations from being used.
Nicolas Dufour
2016-06-17
1
-2
/
+2
*
|
Remove unwanted empty space at top in style dialog
kamalpreetgrewal
2016-06-17
1
-2
/
+4
*
|
Merge changes from trunk
kamalpreetgrewal
2016-06-17
3
-177
/
+123
|
\
|
|
*
Fixes some bugs related to powerstroke 'Powerstroke infinite loop'
Jabier Arraiza Cenoz
2016-06-16
1
-30
/
+10
|
*
remove tabs
Marc Jeanmougin
2016-06-16
1
-29
/
+29
|
*
Fix z-cycling (alt+mousewheel) behavior
Marc Jeanmougin
2016-06-16
2
-118
/
+84
[next]