index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variable.
Tavmjong Bah
2018-11-25
2
-4
/
+1
*
Fix compile warning of conversion of string constant to char*.
Tavmjong Bah
2018-11-25
2
-2
/
+2
*
EgeOutputAction: Replace deprecated g_type_class_add_private
Alexander Valavanis
2018-11-25
2
-19
/
+29
*
Fix bug 1804946: Measurement tool is very slow when using grids
Jabier Arraiza
2018-11-25
5
-41
/
+66
*
Merge branch 'master' of gitlab.com:inkscape/inkscape
Alexander Valavanis
2018-11-25
2
-3
/
+3
|
\
|
*
Switch DATADIR to DATA_DIR to not conflict with #define
Ted Gould
2018-11-25
2
-3
/
+3
*
|
EgeAdjustmentAction: Replace deprecated g_type_class_add_private and adhere t...
Alexander Valavanis
2018-11-25
2
-145
/
+157
*
|
EgeColorProfTracker: Replace deprecated g_type_class_add_private and adhere t...
Alexander Valavanis
2018-11-25
2
-46
/
+26
*
|
InkRadioAction: Replace deprecated g_type_class_add_private
Alexander Valavanis
2018-11-25
2
-22
/
+23
*
|
InkAction: Replace deprecated g_type_class_add_private
Alexander Valavanis
2018-11-25
2
-22
/
+23
|
/
*
EekPreview: rm unused function header
Alexander Valavanis
2018-11-25
1
-1
/
+0
*
EekPreview: Replace deprecated g_type_class_add_private and adhere to GObject...
Alexander Valavanis
2018-11-25
3
-25
/
+13
*
InkToggleAction: Replace deprecated g_type_class_add_private
Alexander Valavanis
2018-11-25
2
-25
/
+26
*
widgets/gimp/ruler: Replace deprecated g_type_class_add_private
Alexander Valavanis
2018-11-25
1
-14
/
+17
*
Fix type in CLI description
Alexander Valavanis
2018-11-24
1
-1
/
+1
*
Untangle do_export_png().
Tavmjong Bah
2018-11-22
1
-113
/
+118
*
Rearrange some code, don't quit if one object doesn't export.
Tavmjong Bah
2018-11-22
1
-34
/
+34
*
Fix command-line export logic.
Tavmjong Bah
2018-11-22
2
-69
/
+71
*
Add a few more command line options which should suppress GUI.
Tavmjong Bah
2018-11-22
1
-9
/
+12
*
Restore "--version" option short name to "-V" (from "-v").
Tavmjong Bah
2018-11-22
1
-1
/
+1
*
Add --version option to Inkview.
Tavmjong Bah
2018-11-21
1
-0
/
+7
*
-Werror=format-security: g_warning(_("..."))
Thomas Holder
2018-11-21
1
-1
/
+1
*
fix fprintf size_t format error
Thomas Holder
2018-11-21
1
-1
/
+1
*
-Werror=format -Werror=format-security
Thomas Holder
2018-11-21
2
-5
/
+2
*
Small update to src/io/README.
Tavmjong Bah
2018-11-20
1
-0
/
+3
*
Add a shell mode.
Tavmjong Bah
2018-11-20
2
-54
/
+158
*
Possible fix to build breakage on Macs.
Tavmjong Bah
2018-11-19
1
-1
/
+1
*
Send background color/dpi info to std::cerr to allow piping PNG export to file.
Tavmjong Bah
2018-11-19
1
-3
/
+3
*
Allow any valid Verb to be used in "--actions".
Tavmjong Bah
2018-11-19
10
-45
/
+416
*
Fix --help descriptions of "--actions", "--query-id", " and "--export-id".
Tavmjong Bah
2018-11-19
1
-3
/
+3
*
Possible fix to MAC build failure.
Tavmjong Bah
2018-11-19
1
-1
/
+1
*
Merge branch 'main'
Tavmjong Bah
2018-11-19
16
-2257
/
+1936
|
\
|
*
Allow multiple semi-colon separated entries in --export-id; each entry will b...
Tavmjong Bah
2018-11-19
3
-285
/
+349
|
*
Fix resource file location
Alexander Valavanis
2018-11-18
1
-2
/
+7
|
*
Fix FTBFS with dbus
Alexander Valavanis
2018-11-18
3
-2
/
+6
|
*
Imlplement '--action-list' command line option.
Tavmjong Bah
2018-11-18
1
-2
/
+4
|
*
Rewrite of main.cpp using InkscapeApplication (Gtk::Application)
Tavmjong Bah
2018-11-18
14
-2255
/
+1859
*
|
Add src/io/README
Tavmjong Bah
2018-11-19
1
-0
/
+32
|
/
*
Fix stream class locations
Alexander Valavanis
2018-11-18
6
-9
/
+7
*
Fix CMakeLists for stream classes
Alexander Valavanis
2018-11-18
1
-12
/
+12
*
Move i/o stream classes into own directory. Add README.
Tavmjong Bah
2018-11-18
15
-0
/
+13
*
Fix area on filtered elements, also force cache it for fast view
Jabiertxof
2018-11-16
1
-3
/
+5
*
Fix format string
Alexander Valavanis
2018-11-16
1
-1
/
+1
*
Rewrite of Gimp Color Wheel in C++.
Tavmjong Bah
2018-11-16
8
-1634
/
+786
*
Remove Adwaita-hicolor icon themes toggles making more compat
Jabier Arraiza
2018-11-15
3
-18
/
+8
*
Fix bug forcing symbolic system icons in hicolor theme
Jabiertxof
2018-11-14
2
-3
/
+15
*
Use better syntax, clean up before reloading and call SPObjet release
Martin Owens
2018-11-14
1
-4
/
+8
*
Move getStyles to styles and clean up on destruction.
Martin Owens
2018-11-14
2
-19
/
+20
*
Change preference to allow backward compatibility
Jabier Arraiza
2018-11-13
1
-1
/
+1
*
Add capability to get style rulesets as SPStyle objects
Martin Owens
2018-11-13
4
-6
/
+37
[next]