summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-14Fix a warning issue on theme changeJabier Arraiza1-0/+2
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita1-8/+5
2019-07-08add improvements to color handlingJabiertxof1-1/+1
2019-07-08Initial code to fixJabiertxof1-1/+1
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-07Remove _argv0 from Inkscape::ApplicationPatrick Storz1-4/+0
2019-03-31Remove unused INKSCAPE_APPICONDIR and INKSCAPE_BINDDIRPatrick Storz1-1/+0
2019-03-30Inkscape::IO::Resource: Drop "DATA_DIR" from Type enumPatrick Storz1-4/+0
2019-03-21Misc. typos and whitespace fixesluz.paz1-1/+1
2019-03-10Remove INKSCAPE_PORTABLE_PROFILE_DIRPatrick Storz1-7/+1
2019-03-10Adjust load order of get_filename() functionPatrick Storz1-27/+35
2019-02-17Move logic to build localized filenames into io/ressource.cppPatrick Storz1-20/+28
2018-12-23fix get_filename with locale!=NULLThomas Holder1-2/+2
2018-11-25Switch DATADIR to DATA_DIR to not conflict with #defineTed Gould1-2/+2
2018-11-08Clarify licensesMax Gaukler1-11/+5
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-10-01Use _WIN32 instead of WIN32Eduard Braun1-2/+2
2018-07-27Working on iconsJabiertxo Arraiza Cenoz1-1/+1
2018-07-26Fixing paths to allow themes and icons inside main inkscape instalation not o...Jabier Arraiza1-1/+7
2018-07-25Fix a win compiling bug and coding styleJabiertxo Arraiza Cenoz1-3/+4
2018-07-25Working on open folders on WINJabiertxo Arraiza Cenoz1-2/+5
2018-07-21Fixing coding styleJabier Arraiza1-6/+7
2018-07-21Working on themesJabier Arraiza1-2/+67
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2017-12-04Misc. typosluzpaz1-1/+1
2017-11-07Misc. typosUnknown1-2/+2
2017-10-20Define INKSCAPE_FONTSDIR and add USER/SYSTEM resource paths for fontsEduard Braun1-0/+2
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-2/+2
2017-07-31Expand io api for tav, resolve filename to local directoryMartin Owens1-0/+26
2017-07-08Replace deprecated SHGetSpecialFolderLocation with SHGetFolderLocationEduard Braun1-2/+2
2017-07-08Hackfest Regression: Fix profile_path() not returning the correct directoryEduard Braun1-3/+8
2017-07-05Make path scanning recursive, add ustring get_filenames and clean upMartin Owens1-16/+12
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-3/+11
2017-07-01Hackfest: Tidy and test for file exists in output.Martin Owens1-3/+6
2017-07-01Introduce get_filenames which scans paths for all filenames.Martin Owens1-3/+61
2017-06-29Add caching to io resources path constructionMartin Owens1-1/+5
2017-06-29Improved warning in io/resource.cppMartin Owens1-1/+1
2017-06-28Refactor profile directory use and promote IO::Resource get_path and get_file...Martin Owens1-9/+176
2017-06-16Use user interface files for the user interfaceMartin Owens1-2/+34
2017-06-15Use user interface files for the user interfaceMartin Owens1-2/+34
2014-06-26Convert accidental member accesses into static function accessesLiam P. White1-1/+1
2014-06-251. make it compileLiam P. White1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-3/+0
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-02-13Remove last remnants of ancient plugin support. Tidy up acinclude.m4.Krzysztof Kosi??ski1-2/+0
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+1