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-manager.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-28
Update pofiles
Marc Jeanmougin
1
-2
/
+1
2019-05-22
Remove ResourceManager dep on Glib::object.
Shlomi Fish
1
-1
/
+0
2019-04-04
Reorganize document.h.
Tavmjong Bah
1
-0
/
+1
2019-03-15
Make InkscapeApplication responsible for managing documents and windows.
Tavmjong Bah
1
-1
/
+6
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-3
/
+3
2019-01-02
modernize loops
Marc Jeanmougin
1
-5
/
+5
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-13
Move some files to 'io' directory.
Tavmjong Bah
1
-0
/
+0
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-4
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
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-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+5
2017-11-07
Misc. typos
Unknown
1
-3
/
+3
2017-01-31
Avoid crash when opening files containing hrefs with invalid "file:" URIs
Eduard Braun
1
-26
/
+66
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+6
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-6
/
+1
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-4
/
+4
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-7
/
+7
2015-10-03
Crash. Fix for Bug #1404934 (Crash when opening files (Glib::ConvertError exc...
Riccardo Bernardini
1
-5
/
+9
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-1
/
+1
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-2
/
+2
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+3
2011-05-11
Fix fallback to MRU locations.
Jon A. Cruz
1
-20
/
+36
2011-05-10
Convert fixed paths to relative, including ..
Jon A. Cruz
1
-0
/
+75
2011-05-10
Added simple usage of most recent file locations.
Jon A. Cruz
1
-4
/
+40
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-0
/
+272