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
/
selectordialog.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-10
Move from XMLDialog to another paned dialog
Jabier Arraiza
1
-189
/
+0
2019-06-08
fix coding style
Jabier Arraiza
1
-10
/
+6
2019-06-08
Fixes on selector dialog based in LGM input
Jabier Arraiza
1
-3
/
+12
2019-06-02
Fixing coding style
Jabier Arraiza
1
-8
/
+8
2019-06-02
Improvements to hadle whols CSS file
Jabier Arraiza
1
-3
/
+2
2019-06-02
Updating fixes on compiling
Jabier Arraiza
1
-1
/
+0
2019-06-02
reorder dialogs
Jabier Arraiza
1
-6
/
+10
2019-04-20
Rename files to fit better his function
Jabier Arraiza
1
-13
/
+13
2019-03-24
Fix CI problems
Jabier Arraiza
1
-5
/
+5
2019-03-24
final improvements to style dialog
Jabier Arraiza
1
-1
/
+5
2019-03-24
Add base of working
Jabier Arraiza
1
-3
/
+4
2019-02-20
Merge from master
Jabier Arraiza
1
-2
/
+1
2019-02-20
Include selectors dialog (aka styledialog) into the xml-tree notebook and rem...
Martin Owens
1
-4
/
+4
2019-02-20
Remove css dialog from style dialog.
Martin Owens
1
-10
/
+0
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-12
Run clang-tidy’s modernize-use-equals-delete pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2017-06-29
Use Gtk orientable widgets
Alexander Valavanis
1
-3
/
+3
2017-06-14
Update dialog when object is added, deleted, or changed.
Tavmjong Bah
1
-0
/
+12
2017-02-27
Fix desktop/document tracking.
Tavmjong Bah
1
-15
/
+24
2017-02-24
Display both style sheet and style attribute property values in CSS pane.
Tavmjong Bah
1
-1
/
+3
2017-02-23
Display style attribute properties when object row selected. Allow their dele...
Tavmjong Bah
1
-3
/
+7
2017-02-19
Implement selector reordering via drag and drop. A few other tweeks.
Tavmjong Bah
1
-2
/
+24
2017-02-18
Implement Undo. Respond to external changes to <style> element.
Tavmjong Bah
1
-0
/
+4
2017-02-14
Rewrite and cleanup of style dialog. Still WIP.
Tavmjong Bah
1
-45
/
+48
2017-02-08
Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.
Tavmjong Bah
1
-8
/
+22
2016-08-20
Add some more comments to improve code understanding
kamalpreetgrewal
1
-4
/
+7
2016-08-18
Passing test when adding id selectors
kamalpreetgrewal
1
-1
/
+1
2016-07-26
Add functionality to add and delete CSS property in CSS panel
kamalpreetgrewal
1
-0
/
+2
2016-07-24
Add InkSelector class with some code improvements
kamalpreetgrewal
1
-4
/
+11
2016-07-20
Separate CSS dialog from Style Dialog visually
kamalpreetgrewal
1
-0
/
+2
2016-07-19
Update XML & hence drawing when properties are edited in CSS panel
kamalpreetgrewal
1
-0
/
+3
2016-07-17
Add CSS panel with editing support (no changes reflected yet)
kamalpreetgrewal
1
-0
/
+2
2016-07-08
Selects matching objects for single as well as double click on selector
kamalpreetgrewal
1
-2
/
+2
2016-07-05
Fix deletion and selection of objects clicking on styledialog rows and vice-v...
kamalpreetgrewal
1
-5
/
+7
2016-07-01
Add support to select corresponding treeview rows when objects are selected
kamalpreetgrewal
1
-3
/
+5
2016-06-30
Solve some compiler errors
kamalpreetgrewal
1
-1
/
+1
2016-06-30
If selectors(children) of a row in treeview are deleted, XML repr is updated ...
kamalpreetgrewal
1
-1
/
+1
2016-06-28
Update XML repr when objects are added to selector & some code cleanup
kamalpreetgrewal
1
-0
/
+2
2016-06-26
Select objects corresponding to selector selected in treeview
kamalpreetgrewal
1
-1
/
+5
2016-06-26
Add/Remove objects to/from selector
kamalpreetgrewal
1
-3
/
+8
2016-06-15
Implement deletion of style selector both from repr and treeview
kamalpreetgrewal
1
-0
/
+2
2016-06-15
Add selector to single style element & replace storage map by a vector
kamalpreetgrewal
1
-3
/
+5
2016-06-11
Delete selector from style dialog (not from repr yet)
kamalpreetgrewal
1
-0
/
+7
2016-06-10
Populate style dialog with existing selectors in stylesheet
kamalpreetgrewal
1
-2
/
+2
2016-06-10
Add selector to style element
kamalpreetgrewal
1
-0
/
+2
2016-06-06
Set class attribute values of selected objects using style dialog
kamalpreetgrewal
1
-0
/
+1
2016-06-04
Register style dialog with support to add selector
kamalpreetgrewal
1
-0
/
+69