index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
cdr-input.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style fix
Marc Jeanmougin
2019-04-09
1
-2
/
+2
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
C++ify SVGViewWidget. Remove unused code.
Tavmjong Bah
2018-11-06
1
-28
/
+39
*
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
2018-10-22
1
-1
/
+0
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-1
/
+4
*
Use _WIN32 instead of WIN32
Eduard Braun
2018-10-01
1
-1
/
+1
*
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
2018-06-19
1
-1
/
+1
*
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-5
/
+5
*
Run clang-tidy’s modernize-use-override pass.
Emmanuel Gil Peyrot
2018-06-18
1
-1
/
+1
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-4
/
+4
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-4
/
+4
*
Move classes derived from SPObject to own directory.
Tavmjong Bah
2018-01-30
1
-0
/
+2
*
Misc. typos
luz.paz
2018-01-08
1
-1
/
+1
*
Gtkmm deprecation fixes
Alexander Valavanis
2017-07-06
1
-1
/
+0
*
CDR/VSD input: Avoid crash when preview image can not be rendered and show a ...
Eduard Braun
2017-04-30
1
-0
/
+13
*
Fix Gtkmm deprecation warnings in CDR import dialog
Alex Valavanis
2017-03-11
1
-16
/
+21
*
Fix a memory leak introduced in r15421 and r15501 respectively
Eduard Braun
2017-02-11
1
-3
/
+5
*
Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on Wind...
Eduard Braun
2017-01-17
1
-0
/
+7
*
cdr-import: Gtk3 fixes
Alex Valavanis
2016-12-26
1
-2
/
+2
*
extensions: Drop GTKMM2 fallbacks
Alex Valavanis
2016-07-28
1
-10
/
+1
*
Fix for bug #1395435 (Inkscape crashes on load CDR select sheet) and bug #144...
Eduard Braun
2016-03-30
1
-89
/
+82
*
Remove regex hack added in 14650
Liam P. White
2016-03-04
1
-7
/
+1
*
Fix improperly escaped character in previous commit (which actually fixes bug...
Eduard Braun
2016-02-14
1
-1
/
+1
*
Fix for bug 1478168 (CDR import crashes)
Eduard Braun
2016-02-14
1
-1
/
+7
*
Change getDefaultUnit() to getDisplayUnit() to better reflect value returned ...
Tavmjong Bah
2014-11-26
1
-1
/
+1
*
Update to experimental r13619
Liam P. White
2014-10-18
1
-8
/
+28
|
\
|
*
Update to trunk r13621
Liam P. White
2014-10-17
1
-8
/
+28
|
|
\
|
|
*
librevenge: update to latest patch from bug #1323592 (support old and new ver...
su_v
2014-08-26
1
-8
/
+26
|
|
*
Port inkscape to librevenge framework for WPG, CDR and VSD imports
Fridrich Strba
2014-05-27
1
-9
/
+11
|
*
|
Remove misleading dialogs directory
Liam P. White
2014-09-02
1
-1
/
+1
*
|
|
Update to experimental r13565
Liam P. White
2014-09-27
1
-1
/
+1
*
|
|
Update to experimental r13527
Liam P. White
2014-08-30
1
-0
/
+6
|
\
|
|
|
*
|
Fix Gtk+ 2 build
Alex Valavanis
2014-08-24
1
-0
/
+6
|
*
|
Fix deprecated VBox use
Alex Valavanis
2014-08-23
1
-3
/
+3
|
|
/
*
|
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
2014-06-27
1
-1
/
+1
*
|
1. make it compile
Liam P. White
2014-06-25
1
-1
/
+1
|
/
*
add some nullptr checking, should fix crash (couldn't test)
Johan B. C. Engelen
2013-10-27
1
-1
/
+2
*
fix bug "some of the locale-based templates cause objects to be resized when ...
Johan B. C. Engelen
2013-10-24
1
-1
/
+1
*
Fix adding viewBox to new documents.
Matthew Petroff
2013-09-22
1
-0
/
+6
*
libcdr, libvisio: fix compiler warnings (comparison between signed and unsign...
su_v
2013-02-01
1
-2
/
+2
*
libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal support
su_v
2013-01-28
1
-0
/
+39
*
Add support for libcdr
su_v
2013-01-24
1
-0
/
+293