index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
inkscape-window.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move main menu bar from desktop-widget to inkscape-window.
Tavmjong Bah
2019-01-22
1
-4
/
+10
*
More clean-up of code copied from sp_create_window().
Tavmjong Bah
2019-01-20
1
-32
/
+6
*
No longer use widget data to store pointer to window.
Tavmjong Bah
2019-01-20
1
-3
/
+1
*
No longer use widget data to store pointer to desktop.
Tavmjong Bah
2019-01-20
1
-2
/
+0
*
No longer use widget data to store pointer to desktop widget.
Tavmjong Bah
2019-01-20
1
-1
/
+0
*
Use document rather than namedview in creating desktop widget.
Tavmjong Bah
2019-01-20
1
-1
/
+1
*
Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).
Tavmjong Bah
2019-01-19
1
-2
/
+1
*
Remove sp_create_window().
Tavmjong Bah
2019-01-19
1
-12
/
+75
*
Move drag-and-drop code to separate file.
Tavmjong Bah
2019-01-19
1
-0
/
+5
*
Make InkscapeWindow responsible for adding window to app.
Tavmjong Bah
2019-01-16
1
-0
/
+14
*
Another baby step in creating InkscapeWindow.
Tavmjong Bah
2019-01-13
1
-2
/
+15
*
Prevent window from stealing key presses.
Tavmjong Bah
2019-01-10
1
-1
/
+1
*
First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)
Tavmjong Bah
2019-01-09
1
-0
/
+47