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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-22
Properly update document view when closing, then opening a new file
Patrick Storz
1
-14
/
+28
2019-08-16
fix #385 inbox#765 macOS accelerators
Thomas Holder
1
-1
/
+14
2019-05-26
Fix blank toolbar on startup with custom dimensions
Nathan Lee
1
-0
/
+2
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
1
-1
/
+6
2019-02-20
Fix query for monitor dimensions
Patrick Storz
1
-2
/
+6
2019-02-20
Rescue code for restoring last used window geometry
Patrick Storz
1
-2
/
+5
2019-02-15
Code simplification using InkscapeApplication singleton.
Tavmjong Bah
1
-11
/
+3
2019-02-15
Turn InkscapeApplication into singleton.
Tavmjong Bah
1
-0
/
+3
2019-02-12
Block in window updating code. WIP
Tavmjong Bah
1
-0
/
+1
2019-02-12
Change prefix on drag and drop functions.
Tavmjong Bah
1
-1
/
+1
2019-02-03
Correct comments due to last commit.
Tavmjong Bah
1
-1
/
+1
2019-02-03
Change from hooking up signal handler to overriding class method.
Tavmjong Bah
1
-2
/
+6
2019-02-03
Fix widget focus bug.
Tavmjong Bah
1
-1
/
+1
2019-01-30
Allow InkscapeApplication to track current document, selection, and desktop.
Tavmjong Bah
1
-4
/
+32
2019-01-28
Temporary fix for crash on quit.
Tavmjong Bah
1
-4
/
+4
2019-01-25
Rewrite main menu bar code:
Tavmjong Bah
1
-1
/
+3
2019-01-22
Move main menu bar from desktop-widget to inkscape-window.
Tavmjong Bah
1
-4
/
+10
2019-01-20
More clean-up of code copied from sp_create_window().
Tavmjong Bah
1
-32
/
+6
2019-01-20
No longer use widget data to store pointer to window.
Tavmjong Bah
1
-3
/
+1
2019-01-20
No longer use widget data to store pointer to desktop.
Tavmjong Bah
1
-2
/
+0
2019-01-20
No longer use widget data to store pointer to desktop widget.
Tavmjong Bah
1
-1
/
+0
2019-01-20
Use document rather than namedview in creating desktop widget.
Tavmjong Bah
1
-1
/
+1
2019-01-19
Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).
Tavmjong Bah
1
-2
/
+1
2019-01-19
Remove sp_create_window().
Tavmjong Bah
1
-12
/
+75
2019-01-19
Move drag-and-drop code to separate file.
Tavmjong Bah
1
-0
/
+5
2019-01-16
Make InkscapeWindow responsible for adding window to app.
Tavmjong Bah
1
-0
/
+14
2019-01-13
Another baby step in creating InkscapeWindow.
Tavmjong Bah
1
-2
/
+15
2019-01-10
Prevent window from stealing key presses.
Tavmjong Bah
1
-1
/
+1
2019-01-09
First baby step in adding InkscapeWindow (Gtk::ApplicationWindow)
Tavmjong Bah
1
-5
/
+16
2018-11-08
Clarify licenses
Max Gaukler
1
-2
/
+10
2018-11-04
Rewrite of inkview using InkApplication (Gtk::Application).
Tavmjong Bah
1
-0
/
+28