index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
io
/
resource.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-14
Fix a warning issue on theme change
Jabier Arraiza
1
-0
/
+2
2019-08-19
Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.
Valentin Ionita
1
-8
/
+5
2019-07-08
add improvements to color handling
Jabiertxof
1
-1
/
+1
2019-07-08
Initial code to fix
Jabiertxof
1
-1
/
+1
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-06-07
Remove _argv0 from Inkscape::Application
Patrick Storz
1
-4
/
+0
2019-03-31
Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIR
Patrick Storz
1
-1
/
+0
2019-03-30
Inkscape::IO::Resource: Drop "DATA_DIR" from Type enum
Patrick Storz
1
-4
/
+0
2019-03-21
Misc. typos and whitespace fixes
luz.paz
1
-1
/
+1
2019-03-10
Remove INKSCAPE_PORTABLE_PROFILE_DIR
Patrick Storz
1
-7
/
+1
2019-03-10
Adjust load order of get_filename() function
Patrick Storz
1
-27
/
+35
2019-02-17
Move logic to build localized filenames into io/ressource.cpp
Patrick Storz
1
-20
/
+28
2018-12-23
fix get_filename with locale!=NULL
Thomas Holder
1
-2
/
+2
2018-11-25
Switch DATADIR to DATA_DIR to not conflict with #define
Ted Gould
1
-2
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-11
/
+5
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-10-01
Use _WIN32 instead of WIN32
Eduard Braun
1
-2
/
+2
2018-07-27
Working on icons
Jabiertxo Arraiza Cenoz
1
-1
/
+1
2018-07-26
Fixing paths to allow themes and icons inside main inkscape instalation not o...
Jabier Arraiza
1
-1
/
+7
2018-07-25
Fix a win compiling bug and coding style
Jabiertxo Arraiza Cenoz
1
-3
/
+4
2018-07-25
Working on open folders on WIN
Jabiertxo Arraiza Cenoz
1
-2
/
+5
2018-07-21
Fixing coding style
Jabier Arraiza
1
-6
/
+7
2018-07-21
Working on themes
Jabier Arraiza
1
-2
/
+67
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-3
/
+3
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-3
/
+3
2017-12-04
Misc. typos
luzpaz
1
-1
/
+1
2017-11-07
Misc. typos
Unknown
1
-2
/
+2
2017-10-20
Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fonts
Eduard Braun
1
-0
/
+2
2017-10-18
Refactor Util::ptr_shared
Jan Lingscheid
1
-2
/
+2
2017-07-31
Expand io api for tav, resolve filename to local directory
Martin Owens
1
-0
/
+26
2017-07-08
Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocation
Eduard Braun
1
-2
/
+2
2017-07-08
Hackfest Regression: Fix profile_path() not returning the correct directory
Eduard Braun
1
-3
/
+8
2017-07-05
Make path scanning recursive, add ustring get_filenames and clean up
Martin Owens
1
-16
/
+12
2017-07-02
Move directory scanners to new get_filenames(...) calls
Martin Owens
1
-3
/
+11
2017-07-01
Hackfest: Tidy and test for file exists in output.
Martin Owens
1
-3
/
+6
2017-07-01
Introduce get_filenames which scans paths for all filenames.
Martin Owens
1
-3
/
+61
2017-06-29
Add caching to io resources path construction
Martin Owens
1
-1
/
+5
2017-06-29
Improved warning in io/resource.cpp
Martin Owens
1
-1
/
+1
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-9
/
+176
2017-06-16
Use user interface files for the user interface
Martin Owens
1
-2
/
+34
2017-06-15
Use user interface files for the user interface
Martin Owens
1
-2
/
+34
2014-06-26
Convert accidental member accesses into static function accesses
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-3
/
+0
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2009-02-13
Remove last remnants of ancient plugin support. Tidy up acinclude.m4.
Krzysztof Kosi??ski
1
-2
/
+0
2008-01-05
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
1
-1
/
+1
2008-01-05
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
1
-0
/
+1
[next]