summaryrefslogtreecommitdiffstats
path: root/src/file-update.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-03refactor: Eliminate SPIString::value_defaultThomas Holder1-1/+1
2019-08-28Unify translatable inkscape.org links and add translation commentsGyuris Gellért1-0/+2
2019-08-23Eliminate clang warningsThomas Holder1-20/+20
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-10/+1
2019-04-24Add comment, rename functionMarc Jeanmougin1-3/+14
2019-04-24Add second Tav fixMarc Jeanmougin1-1/+16
2019-04-24Fix style and line detectionMarc Jeanmougin1-3/+4
2019-04-24Removes style on empty linesMarc Jeanmougin1-0/+20
2019-03-15Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah1-44/+1
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-12/+12
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-2/+2
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-01-15Update error messages.Tavmjong Bah1-2/+2
2018-11-08Clarify licensesMax Gaukler1-0/+9
2018-10-13Move some files to 'io' directory.Tavmjong Bah1-1/+1
2018-09-18Update file import dialog for old SVG. We couldent add a fixed siize so we n...Jabier Arraiza1-24/+30
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-30/+35
2017-11-30Make file update dialog transient for the main windowEduard Braun1-0/+1
2017-10-15Fix link for FAQ entry on DPI changeEduard Braun1-1/+1
2017-07-09Fix build for Gtk < 3.12Alexander Valavanis1-0/+6
2017-07-09Update for Gtk alignment changesAlexander Valavanis1-5/+6
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-1/+442
2017-06-04Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin1-1/+442
2017-05-07Minor refactor: check setlocale() occurences and make sure we do not setlocal...Eduard Braun1-1/+4
2017-02-10temporarily sets decimal separator locale to C to fix files correctly (Users ...Marc Jeanmougin1-0/+3
2017-02-05forward-port from 0.92.x the line height conversion from <.92 to >=.92Marc Jeanmougin1-0/+173