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
*
Replace IS_NAN with std::isnan (exists since C++11)
Patrick Storz
2019-04-02
5
-11
/
+11
*
Replace IS_FINITE with std::isfinite (exists since C++11)
Patrick Storz
2019-04-02
5
-14
/
+14
*
Add new lib2geom dependency: "double-conversion"
Patrick Storz
2019-04-02
1
-0
/
+2
*
2geom: update to 7e3b3f75023c7c69fd085574cfaa46de0213bbbc
Patrick Storz
2019-04-02
18
-3644
/
+55
*
Update CMakeLists.txt
shaharyaar
2019-04-02
1
-1
/
+1
*
Realign and reorder guides UI
Nathan Lee
2019-04-02
3
-9
/
+46
*
Tidy UI for Object Properties/Attributes
Nathan Lee
2019-04-02
2
-11
/
+12
*
Tidy various dialog UIs
Nathan Lee
2019-04-02
25
-208
/
+337
*
Avoid crash from nullptr exception
Nathan Lee
2019-04-02
1
-5
/
+5
*
fixed drag-and-drop crash in xml tree
Ryan O'Connor
2019-04-01
1
-20
/
+9
*
Some anti-aliasing
Patrick Storz
2019-03-31
5
-5
/
+5
*
Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR
Patrick Storz
2019-03-31
3
-9
/
+0
*
Aspell: No need to explicitly set prefix anymore
Patrick Storz
2019-03-30
2
-35
/
+1
*
Usage of get_program_dir() is more appropriate here
Patrick Storz
2019-03-30
1
-1
/
+1
*
Remove "PACKAGE_LOCALE_DIR" environment variable
Patrick Storz
2019-03-30
1
-2
/
+0
*
Avoid redefining INKSCAPE_DATADIR
Patrick Storz
2019-03-30
2
-12
/
+12
*
Inkscape::IO::Resource: Drop "DATA_DIR" from Type enum
Patrick Storz
2019-03-30
2
-5
/
+0
*
Remove "get_extensions_path()"
Patrick Storz
2019-03-30
3
-42
/
+11
*
Remove unused "get_datadir_path()"
Patrick Storz
2019-03-30
2
-27
/
+0
*
Add inscape to search path
Patrick Storz
2019-03-30
3
-0
/
+78
*
Restore "Add inkscape root directory to DLL search path"
Patrick Storz
2019-03-30
1
-0
/
+15
*
script.cpp: more cleanup
Patrick Storz
2019-03-29
1
-32
/
+19
*
script.cpp: Glib::spawn_async_with_pipes actually wants UTF-8
Patrick Storz
2019-03-29
1
-7
/
+0
*
Drop "RegistryTool" which is no longer in use.
Patrick Storz
2019-03-29
4
-285
/
+0
*
An a few more config.h fixes
Patrick Storz
2019-03-28
11
-40
/
+4
*
dito
Patrick Storz
2019-03-28
1
-0
/
+4
*
Fix internationalization
Marc Jeanmougin
2019-03-28
1
-0
/
+4
*
Strip trailing whitespace
Ondřej Čertík
2019-03-27
1
-5
/
+5
*
Remove unused code for NEW_EXPORT_DIALOG
Patrick Storz
2019-03-27
5
-866
/
+2
*
remove wrong from clipboard paste
Jabiertxof
2019-03-27
1
-2
/
+1
*
full remove expader + code
Jabiertxof
2019-03-27
1
-1
/
+0
*
Allow add LPE with one click
Jabiertxof
2019-03-27
2
-4
/
+38
*
Fix adding/lookup of recent files.
Patrick Storz
2019-03-27
2
-26
/
+10
*
Preferences: Remove old function to migrate recent documents
Patrick Storz
2019-03-27
1
-4
/
+0
*
Remove the expander code. Retain only for LPE default settings
Jabiertxof
2019-03-27
1
-0
/
+1
*
Add window class along dark/bright to mark APP is using symbolic icons or reg...
Jabiertxof
2019-03-27
2
-0
/
+17
*
Remove dead code.
Tavmjong Bah
2019-03-27
2
-93
/
+0
*
Misc. typos
luz.paz
2019-03-26
5
-9
/
+9
*
lpe-pts2ellipse: added perspective circle from 4 points
schwieni
2019-03-25
1
-2
/
+6
*
lpe-pts2ellipse: added perspective circle from 4 points
schwieni
2019-03-25
3
-136
/
+112
*
lpe-pts2ellipse: added perspective circle from 4 points
schwieni
2019-03-25
2
-46
/
+278
*
lpe-pts2ellipse: parameter enabling based on creation method
schwieni
2019-03-25
4
-7
/
+36
*
correct clang-format lpe-pts2ellipse.cpp
schwieni
2019-03-25
1
-1
/
+1
*
lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three po...
schwieni
2019-03-25
2
-119
/
+85
*
lpe-pts2ellipse: added Steiner ellipse and inellipse generation from three po...
schwieni
2019-03-25
2
-200
/
+308
*
Update 2geom
Patrick Storz
2019-03-24
10
-688
/
+685
*
About dialog: Fix icon file location
Patrick Storz
2019-03-24
2
-2
/
+2
*
Extensions/Filters: Fix translations of submenu names
Patrick Storz
2019-03-24
1
-2
/
+1
*
Fixing coding style
Jabier Arraiza
2019-03-24
1
-1
/
+1
*
Add some handling fixes to selector classes
Jabier Arraiza
2019-03-24
1
-2
/
+2
[next]