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.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-44
/
+44
2018-06-18
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-03-27
Minor cleanup of warnings. No functional change.
Felipe Corrêa da Silva Sanches
1
-2
/
+0
2018-01-04
Parsing errors in application CSS should not be fatal
Eduard Braun
1
-1
/
+1
2017-11-13
Unset the current tool early on shutdown.
Stefano Facchini
1
-0
/
+2
2017-10-21
Add preference to load additional fonts from custom directories
Eduard Braun
1
-0
/
+6
2017-10-20
Add preference to load additional fonts from 'fonts' directories
Eduard Braun
1
-0
/
+13
2017-10-05
Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some
Andrey Mozzhuhin
1
-1
/
+2
2017-10-01
First batch
Marc Jeanmougin
1
-24
/
+22
2017-07-21
Use menus.xml for menus, load a basic File>Quit menu as backup.
Martin Owens
1
-12
/
+3
2017-07-08
Hackfest Regression: Fix profile_path() not returning the correct directory
Eduard Braun
1
-14
/
+0
2017-07-02
Remove duplicate error message
Martin Owens
1
-8
/
+1
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-192
/
+17
2017-01-12
Use GStatBuf where appropriate to ensure usage of the correct type
Eduard Braun
1
-1
/
+1
2016-09-02
Remove a superflous == TRUE.
Shlomi Fish
1
-1
/
+1
2016-08-15
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
1
-1
/
+1
2016-08-09
Move some main functions to Application class
Alex Valavanis
1
-0
/
+105
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-10
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+12
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-12
/
+1
2015-04-27
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
1
-4
/
+0
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-2
/
+2
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-8
/
+8
2014-09-14
Always check result of sp_repr_read_mem for NULL
Bryce Harrington
1
-1
/
+1
2014-08-26
Standardise InkscapeApplication GObject implementation (namespace not support...
Alex Valavanis
1
-79
/
+45
2014-07-24
Fix crash bug when exporting PNG from CLI
Liam P. White
1
-4
/
+6
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-25
/
+51
2014-06-27
Move constructor/destructor into private section, remove protected section. R...
Liam P. White
1
-2
/
+15
2014-06-26
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
1
-132
/
+123
2014-06-26
Fix filters/extensions menus not populating
Liam P. White
1
-1
/
+10
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-419
/
+185
2014-06-25
2. connect signals
Liam P. White
1
-2
/
+8
2014-06-25
1. make it compile
Liam P. White
1
-283
/
+267
2014-05-10
Adding new INKSCAPE_PROFILE_DIR environment variable (see bug #1247448, envir...
Nicolas Dufour
1
-0
/
+5
2014-03-23
fix Windows build for newer gcc/libs
Johan B. C. Engelen
1
-1
/
+4
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-1
/
+1
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-3
/
+3
2013-09-28
effects don't need to merge into menus if we're running without gui; with thi...
buliabyak
1
-1
/
+1
2013-09-28
return value of g_utf16_to_utf8 was leaking here
buliabyak
1
-1
/
+3
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-4
/
+4
2013-07-04
Further renaming of DBus variables (object -> app_interface/doc_interface
Eric Greveson
1
-1
/
+16
2013-07-03
Modified dbus interface so that it works in console mode (--dbus-listen)
Eric Greveson
1
-0
/
+54
2013-07-01
Factored layer model out into new Inkscape::LayerModel class. This allows
Eric Greveson
1
-1
/
+1
2013-06-06
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
1
-0
/
+2
[next]