index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use document rather than namedview in creating desktop widget.
Tavmjong Bah
2019-01-20
3
-6
/
+9
*
Update potfiles and add overrides
Marc Jeanmougin
2019-01-20
13
-13
/
+13
*
Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).
Tavmjong Bah
2019-01-19
3
-7
/
+5
*
Remove sp_create_window().
Tavmjong Bah
2019-01-19
5
-111
/
+89
*
Move drag-and-drop code to separate file.
Tavmjong Bah
2019-01-19
6
-493
/
+596
*
Merge branch 'master' of gitlab.com:inkscape/inkscape
Alexander Valavanis
2019-01-19
23
-1096
/
+107
|
\
|
*
Disable app menu (deprecated in GTK 3.32).
Tavmjong Bah
2019-01-19
1
-1
/
+3
|
*
Remove unneeded document unref.
Tavmjong Bah
2019-01-19
1
-2
/
+0
|
*
Remove debugging statements from displacemnet filter rendering code.
Tavmjong Bah
2019-01-19
1
-5
/
+0
|
*
fix compilation with HAVE_CAIRO_PDF=0
Thomas Holder
2019-01-18
7
-28
/
+12
|
*
Remove crashes when using attributes XML dialog with Objects dialog open (II)
Jabier Arraiza
2019-01-18
2
-8
/
+13
|
*
Remove crashes when using attributes XML dialog
Jabiertxof
2019-01-18
1
-13
/
+15
|
*
Remove unwanted atributes from text and comment nodes
Jabiertxof
2019-01-18
1
-4
/
+10
|
*
Allow edit comment nodes with the XMLInspector
Jabier Arraiza
2019-01-17
1
-1
/
+5
|
*
Allow edit text nodes with the XMLInspector
Jabiertxof
2019-01-17
2
-6
/
+29
|
*
Remove confusing and broken save as PNG option
Marc Jeanmougin
2019-01-17
4
-185
/
+0
|
*
Merge branch 'fedora-oob-abort' of gitlab.com:tspiteri/inkscape
Marc Jeanmougin
2019-01-16
1
-3
/
+11
|
|
\
|
|
*
out-of-bounds access on Enter-up-left in new text field
Trevor Spiteri
2019-01-15
1
-1
/
+1
|
|
*
out-of-bounds access on Enter-up-down in new text field
Trevor Spiteri
2019-01-15
1
-1
/
+4
|
|
*
out-of-bounds access on clicking at end of text field
Trevor Spiteri
2019-01-15
1
-1
/
+4
|
|
*
out-of-bounds access on Enter in new text field
Trevor Spiteri
2019-01-15
1
-0
/
+2
|
*
|
Remove unused files.
Tavmjong Bah
2019-01-16
5
-842
/
+0
|
*
|
Make InkscapeWindow responsible for adding window to app.
Tavmjong Bah
2019-01-16
2
-3
/
+14
|
|
/
*
/
derive all toolbars from Inkscape::Toolbar
Alexander Valavanis
2019-01-19
45
-6201
/
+7252
|
/
*
Initialize unused variable.
Tavmjong Bah
2019-01-15
1
-1
/
+1
*
Use ink_file_open in sp_file_open.
Tavmjong Bah
2019-01-15
4
-52
/
+68
*
Update error messages.
Tavmjong Bah
2019-01-15
1
-2
/
+2
*
std::unique_ptr<_ObserverData>
Thomas Holder
2019-01-14
2
-14
/
+9
*
std::unique_ptr<PrefNodeObserver>
Thomas Holder
2019-01-14
2
-10
/
+3
*
Add correct tooltips for Cap height and x-height.
Gyuris Gellért
2019-01-14
1
-2
/
+2
*
Misc. typo and whitespace fixes
luz.paz
2019-01-14
8
-10
/
+10
*
Fixing Bug #1811551: GCC is not liking missing string_literal in g_strdup_pri...
Kishore Debnath
2019-01-14
1
-2
/
+2
*
Fix memleak and hopefully windows CI
Marc Jeanmougin
2019-01-14
1
-1
/
+1
*
Another baby step in creating InkscapeWindow.
Tavmjong Bah
2019-01-13
5
-33
/
+49
*
simplify translated default.svg
Marc Jeanmougin
2019-01-13
1
-0
/
+3
*
Allow window to be closed when operating in batch mode.
Tavmjong Bah
2019-01-13
2
-4
/
+13
*
Add button to delete prefs
Marc Jeanmougin
2019-01-11
4
-10
/
+44
*
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
4
-10
/
+110
*
Remove helper/window.h helper/window.cpp
Tavmjong Bah
2019-01-09
4
-113
/
+11
*
Remove dependence on window.h.
Tavmjong Bah
2019-01-08
1
-3
/
+4
*
Remove unused header file.
Tavmjong Bah
2019-01-08
1
-1
/
+0
*
C++iffy cmd_new_element_node dialog. Remove dependancy on window.h.
Tavmjong Bah
2019-01-08
1
-73
/
+23
*
Remove unused header file.
Tavmjong Bah
2019-01-08
4
-6
/
+0
*
Fix bug 1810206: Crash if XRay mode enabled (assertion failed in SPCanvas::pa...
Jabier Arraiza
2019-01-07
7
-79
/
+124
*
Merge branch 'patch-1' of gitlab.com:octycs/inkscape
Marc Jeanmougin
2019-01-06
1
-1
/
+1
|
\
|
*
Fix segfault when a masked object is transformed
octycs
2019-01-06
1
-1
/
+1
*
|
Merge branch 'patch-2' of gitlab.com:octycs/inkscape
Marc Jeanmougin
2019-01-06
1
-1
/
+1
|
\
\
|
*
|
Fix compile error for Gtk versions <3.20
octycs
2019-01-06
1
-1
/
+1
|
|
/
*
/
Remove unneeded unreferencing. Add check on reference count.
Tavmjong Bah
2019-01-06
3
-7
/
+10
|
/
[next]