index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
file.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-01
Remove OCAL
Marc Jeanmougin
1
-206
/
+1
2019-10-07
Move imported files to position of mouse pointer when dropped
Patrick Storz
1
-1
/
+4
2019-08-31
Templates: Accept non-underscored variants of "inkscape:templateinfo"
Patrick Storz
1
-5
/
+5
2019-06-16
Replace deprecated Gtk::Main::quit() call
Karl Cheng
1
-4
/
+4
2019-03-27
Remove unused code for NEW_EXPORT_DIALOG
Patrick Storz
1
-130
/
+0
2019-03-27
Fix adding/lookup of recent files.
Patrick Storz
1
-20
/
+6
2019-03-26
Misc. typos
luz.paz
1
-1
/
+1
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
1
-136
/
+19
2019-03-10
Save default template as "default.$lang.svg" if present
Patrick Storz
1
-4
/
+8
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-14
/
+14
2019-02-17
Move logic to build localized filenames into io/ressource.cpp
Patrick Storz
1
-2
/
+1
2019-02-16
Revert to "default.$lang.svg" as name for default templates
Patrick Storz
1
-3
/
+1
2019-01-19
Remove sp_create_window().
Tavmjong Bah
1
-15
/
+5
2019-01-15
Use ink_file_open in sp_file_open.
Tavmjong Bah
1
-48
/
+47
2019-01-13
simplify translated default.svg
Marc Jeanmougin
1
-0
/
+3
2019-01-06
Remove unneeded unreferencing. Add check on reference count.
Tavmjong Bah
1
-7
/
+1
2019-01-02
modernize loops
Marc Jeanmougin
1
-4
/
+4
2018-11-27
desktop-widget: Move function to correct header
Alexander Valavanis
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-2
/
+2
2018-10-01
End fix bug bug:#1769679 #18; Crash when opening file with live path effect
Jabier Arraiza
1
-1
/
+6
2018-09-14
improbe UX of Fillet/Chamfer LPE
Jabiertxof
1
-3
/
+0
2018-09-14
Fix a bug opening SVG from comand lines related to the DPI changes done. Than...
Jabiertxof
1
-2
/
+3
2018-09-09
copypaste bugfix
Marc Jeanmougin
1
-6
/
+8
2018-08-31
Fix bug 1789838 - Ask for confirmation before overwriting template
Christophe Lebras
1
-14
/
+23
2018-08-27
Fix bug 1789010 - Sanitize template's file name
Christophe Lebras
1
-5
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-42
/
+42
2018-05-04
Add global guide controls to guides panel
Geoff Lankow
1
-1
/
+1
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-18
/
+25
2018-01-24
Always show an error dialog on failed saves
Eduard Braun
1
-0
/
+17
2017-12-22
Show appropriate warning if non-existent export ID is specified
Eduard Braun
1
-0
/
+7
2017-12-05
Fix bug#1643179. Guides lock lost on load. Patch proposed in #5
Jabier Arraiza
1
-0
/
+5
2017-10-13
Remove deprecated GNOME VFS
Stefano Facchini
1
-89
/
+0
2017-07-02
Skip empty template information
Christophe Lebras
1
-14
/
+25
2017-07-02
Manage template informations
Christophe Lebras
1
-4
/
+73
2017-07-02
Add function to save template
Christophe Lebras
1
-9
/
+25
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-42
/
+3
2017-06-04
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
1
-532
/
+4
2017-06-04
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
1
-532
/
+4
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-4
/
+2
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-1
/
+1
2017-01-20
Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and...
Jabiertxof
1
-1
/
+5
2017-01-10
Remove debugging lines from last commit.
Tavmjong Bah
1
-5
/
+0
2017-01-10
Another scaling option to test.
Tavmjong Bah
1
-2
/
+67
2016-12-26
Fix header inclusion ordering
Alex Valavanis
1
-2
/
+2
2016-12-21
Add string translatable pointed by Maren
Jabiertxof
1
-1
/
+1
2016-12-16
remove rollback to 15315
Jabiertxof
1
-36
/
+234
[next]