summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch to a docker base with the deps in itTed Gould2017-06-141-8/+1
|
* Merge branch 'master' of gitlab.com:marcjeanmougin/inkscapeMarc Jeanmougin2017-06-141-0/+32
|\
| * Update .gitlab-ci.ymlMarc Jeanmougin2017-06-141-1/+1
| |
| * Update .gitlab-ci.ymlMarc Jeanmougin2017-06-141-1/+1
| |
| * Merge branch 'master' of gitlab.com:marcjeanmougin/inkscapeMarc Jeanmougin2017-06-131-0/+1
| |\
| | * Update .gitlab-ci.ymlMarc Jeanmougin2017-06-131-0/+1
| | |
| * | Merge gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-133-10/+8
| |\ \ | | |/ | |/|
| * | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-131-1/+8
| | |
| * | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-131-1/+1
| | |
| * | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-111-1/+1
| | |
| * | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-111-2/+2
| | |
| * | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-111-5/+5
| | |
| * | Merge gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-1113-768/+976
| |\ \ | | | | | | | | | | | | Update .gitlab-ci.yml
| * | | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-2/+12
| | | |
| * | | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-1/+1
| | | |
| * | | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-1/+1
| | | |
| * | | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-1/+1
| | | |
| * | | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-2/+2
| | | |
| * | | Add .gitlab-ci.ymlMarc Jeanmougin2017-06-101-0/+16
| | | |
* | | | Merge branch 'fix-1417470' of gitlab.com:mgmax/inkscapeMarc Jeanmougin2017-06-142-3/+33
|\ \ \ \
| * | | | [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/maskMax Gaukler2017-06-132-3/+33
| | |_|/ | |/| | | | | | | | | | | | | | Fixes Bug: - https://launchpad.net/bugs/1417470
* | | | Update dialog when object is added, deleted, or changed.Tavmjong Bah2017-06-142-0/+149
| | | |
* | | | Prevent crash due to clones.Tavmjong Bah2017-06-141-0/+1
| | | |
* | | | Remove mention of Perl (Perl dependancy at run-time removed between 0.48 and ↵Tavmjong Bah2017-06-141-14/+6
| | | | | | | | | | | | | | | | 0.91).
* | | | Use Glib::ustring to simplify title string code.Tavmjong Bah2017-06-141-55/+39
| | | |
* | | | Add a build status badge tooTed Gould2017-06-141-0/+1
| | | |
* | | | Adding links and some formatting to the README.mdTed Gould2017-06-141-14/+16
| | | |
* | | | cmake: Do not force value of CMAKE_INSTALL_MESSAGE on WindowsEduard Braun2017-06-131-1/+1
| | | |
* | | | cmake: Fix install target on Windows after ↵Eduard Braun2017-06-132-2/+2
|/ / / | | | | | | | | | 21c9bc7b2cf2fbda2ed1dd5841eb9333bb274023
* | | Merge branch 'QuLogic/inkscape-ci-artifacts'Marc Jeanmougin2017-06-121-4/+3
|\ \ \
| * | | ci: Build in parallel.Elliott Sales de Andrade2017-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | GitLab's shared runners are on DO 4GB instances, which should have 2 core processors.
| * | | ci: Expire artifacts after a year.Elliott Sales de Andrade2017-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | These are mostly needed to pass between stages, but they might perhaps be used for a bisection if necessary.
| * | | ci: Remove tarballing of build artifacts.Elliott Sales de Andrade2017-06-121-3/+1
| | | | | | | | | | | | | | | | | | | | GitLab supports specifying directories as artifacts, so hopefully letting GitLab archive it will be a bit faster.
* | | | Use markdown for READMEMarc Jeanmougin2017-06-121-0/+0
|/ / /
* | | Small fixes to READMEKAMiKAZOW2017-06-121-5/+4
| | |
* | | Merge branch 'lpe-bool-fix' into 'master'Jabier Arraiza2017-06-111-1/+1
|\ \ \ | |_|/ |/| | | | | | | | Lpe bool fix See merge request !4
| * | Lpe bool fixMichael Soegtrop2017-06-111-1/+1
|/ /
* | Merge branch 'appveyor' into 'master'Eduard Braun2017-06-113-6/+74
|\ \ | | | | | | | | | | | | CI on Windows using AppVeyor and MSYS2 See merge request !5
| * | CI on Windows using AppVeyor and MSYS2Eduard Braun2017-06-113-6/+74
|/ /
* | Merge branch 'ccache' into 'master'Ted Gould2017-06-111-7/+14
|\ \ | | | | | | | | | | | | Use ccache to speed up CI builds See merge request !3
| * | Add a _LAUNCHER on the variablesTed Gould2017-06-111-1/+1
| | |
| * | Setup the ccache directory as a cacheTed Gould2017-06-111-0/+4
| | |
| * | Try putting the variables on the command lineTed Gould2017-06-111-6/+2
| | |
| * | Try to build with ccacheTed Gould2017-06-111-1/+9
| | |
| * | Some slight cleanups to the configTed Gould2017-06-111-4/+3
|/ /
* | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-0/+1
| |
* | Update .gitlab-ci.ymlMarc Jeanmougin2017-06-101-2/+15
| |
* | Merge branch 'gitlabci' into 'master'Ted Gould2017-06-101-0/+17
|\ \ | | | | | | | | | | | | A first shot at a Gitlab CI config See merge request !2
| * | No googletestTed Gould2017-06-101-1/+1
| | |
| * | Adding in libyaml-devTed Gould2017-06-101-1/+1
| | |