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-11-12
Rewrite of main.cpp using InkscapeApplication (Gtk::Application)
Tavmjong Bah
1
-3
/
+4
2018-11-12
Rename add_style_sheet to reduce confusion with SVG/CSS
Martin Owens
1
-2
/
+2
2018-11-10
Fix a bug icons dont show if no dialog open
Jabiertxof
1
-0
/
+4
2018-11-09
Fix codding style
Jabiertxof
1
-1
/
+1
2018-11-09
This improve symbolic icon rendering moving it to CSS only. There is places i...
Jabiertxof
1
-3
/
+15
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-06
Remove unused widget.
Tavmjong Bah
1
-2
/
+0
2018-11-03
Use monospace digits font in messages and spinbuttons
Jabier Arraiza
1
-0
/
+15
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-7
/
+13
2018-10-06
Misc. typos
luz.paz
1
-10
/
+10
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-5
/
+5
2018-08-21
Enable autosaves by default, puts them in user cache dir
Marc Jeanmougin
1
-2
/
+5
2018-08-03
Add inkscape app icon to themes
Jabier Arraiza
1
-30
/
+30
2018-08-02
Fix test compiling bug
Jabier Arraiza
1
-24
/
+26
2018-08-02
Fix test compiling bug
Jabier Arraiza
1
-2
/
+2
2018-07-31
Remove XGD_DATA_DIR as sugestion of su_v
Jabier Arraiza
1
-0
/
+1
2018-07-31
Fixing coding style
Jabier Arraiza
1
-10
/
+12
2018-07-31
Fixing tests broken
Jabier Arraiza
1
-1
/
+1
2018-07-31
First try co fix icons bugs
Jabier Arraiza
1
-4
/
+25
2018-07-27
Refactor fo theme switcher
Jabier Arraiza
1
-16
/
+1
2018-07-26
Fixing paths to allow themes and icons inside main inkscape instalation not o...
Jabier Arraiza
1
-4
/
+0
2018-07-21
Fixing coding style
Jabier Arraiza
1
-6
/
+6
2018-07-21
Fixing some icons dont redraw
Jabier Arraiza
1
-3
/
+1
2018-07-21
Working on themes
Jabier Arraiza
1
-1
/
+1
2018-07-21
adding gtk-theme
Jabier Arraiza
1
-4
/
+35
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
[prev]
[next]