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-application.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-18
Process actions after new file created when Inkscape is opened.
Tavmjong Bah
1
-0
/
+3
2019-08-14
fix "File > Quit" heap-use-after-free
Thomas Holder
1
-1
/
+1
2019-07-17
Avoid code duplication in ConcreteInkscapeApplication<T>::on_open()
Patrick Storz
1
-47
/
+31
2019-07-11
CLI: Warn if --export-file is used with multiple input files
Patrick Storz
1
-1
/
+18
2019-07-10
Enhancements for --export-type command line option
Patrick Storz
1
-1
/
+1
2019-07-03
Implement fixes/suggestions by Maren
Patrick Storz
1
-51
/
+50
2019-07-03
Add additional informational strings for --help output
Patrick Storz
1
-0
/
+11
2019-07-03
Refine option grouping
Patrick Storz
1
-66
/
+69
2019-07-03
Allow option sections without a name (just outputs an empty line)
Patrick Storz
1
-1
/
+5
2019-07-03
Avoid outputting control characters to non-tty destinations.
Patrick Storz
1
-0
/
+11
2019-07-03
Group command line options in --help output
Patrick Storz
1
-41
/
+58
2019-06-23
fix mising changes in previous commit
Jabier Arraiza
1
-4
/
+5
2019-06-22
fix inbox#595 macOS NSApplicationBlockTermination
Thomas Holder
1
-14
/
+27
2019-06-20
Force the with_gui flag to be false when the pipe flag is true.
Tavmjong Bah
1
-1
/
+2
2019-06-19
Simplify piping through Inkscape. Reduce code duplication.
Tavmjong Bah
1
-88
/
+50
2019-06-19
Restore ability to pipe a file into Inkscape.
Tavmjong Bah
1
-4
/
+70
2019-06-12
revert `export-pdf-level` to `export-pdf-version`
Thomas Holder
1
-3
/
+3
2019-06-12
revert `--without-gui` shortcut to `-z`
Thomas Holder
1
-1
/
+1
2019-06-07
Remove _argv0 from Inkscape::Application
Patrick Storz
1
-2
/
+2
2019-06-05
Remove unused libyaml dependency
Patrick Storz
1
-5
/
+1
2019-05-29
macOS: gtk-mac-integration
Thomas Holder
1
-0
/
+28
2019-05-28
Set default PDF page to 1 (PDF's don't have page 0).
Tavmjong Bah
1
-1
/
+1
2019-05-27
Improve xgettext process
Marc Jeanmougin
1
-1
/
+1
2019-05-27
Revert back to using Gio::APPLICATION_NON_UNIQUE. See commit for reasons.
Tavmjong Bah
1
-5
/
+11
2019-04-24
Fix commandline page selection page selection and allow to select poppler in cmd
Marc Jeanmougin
1
-2
/
+15
2019-04-08
Make the Inkscape application run as a single instance... expect if --gapplic...
Tavmjong Bah
1
-1
/
+5
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-3
/
+3
2019-03-28
Fix internationalization
Marc Jeanmougin
1
-0
/
+4
2019-03-27
Fix adding/lookup of recent files.
Patrick Storz
1
-6
/
+4
2019-03-24
About dialog: Fix icon file location
Patrick Storz
1
-1
/
+1
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
1
-75
/
+433
2019-02-17
Remove unneeded comments.
Tavmjong Bah
1
-10
/
+0
2019-02-17
Add document_open and document_close functions and use them in batch mode.
Tavmjong Bah
1
-25
/
+145
2019-02-15
Turn InkscapeApplication into singleton.
Tavmjong Bah
1
-0
/
+15
2019-02-12
Block in window updating code. WIP
Tavmjong Bah
1
-0
/
+13
2019-02-08
fix "inkscape --extension-directory"
Thomas Holder
1
-3
/
+3
2019-02-08
Attempt to fix part of issue #54. (Using the command line doesn't return.)
Tavmjong Bah
1
-18
/
+72
2019-01-30
Allow InkscapeApplication to track current document, selection, and desktop.
Tavmjong Bah
1
-8
/
+15
2019-01-24
Missing space in text. 'Heightof->Height of'
Jordi Mas
1
-1
/
+1
2019-01-19
Disable app menu (deprecated in GTK 3.32).
Tavmjong Bah
1
-1
/
+3
2019-01-16
Make InkscapeWindow responsible for adding window to app.
Tavmjong Bah
1
-3
/
+0
2019-01-15
Initialize unused variable.
Tavmjong Bah
1
-1
/
+1
2019-01-15
Use ink_file_open in sp_file_open.
Tavmjong Bah
1
-1
/
+2
2019-01-13
Another baby step in creating InkscapeWindow.
Tavmjong Bah
1
-21
/
+11
2019-01-13
Allow window to be closed when operating in batch mode.
Tavmjong Bah
1
-4
/
+12
2019-01-02
Avoid creating a new document before opening an old document.
Tavmjong Bah
1
-1
/
+1
2018-12-10
Minor tweaks.
Tavmjong Bah
1
-2
/
+4
2018-12-09
Gtk/Gio templating of main inkscape application class to allow commandline us...
Marc Jeanmougin
1
-79
/
+115
2018-11-27
Add a rotation action.
Tavmjong Bah
1
-0
/
+12
2018-11-26
Sort actions list.
Tavmjong Bah
1
-0
/
+1
[next]