summaryrefslogtreecommitdiffstats
path: root/src/conditions.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-10Fix clangtidy CIJabiertxof1-4/+4
2019-08-10Fixes to regresion pointed in RC about text and tooltipsJabier Arraiza1-4/+4
2019-08-10Fix CI errorsJabiertxof1-4/+4
2019-08-07Fixed incorrect array refernces causing bug 1600496Stephen Parry1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1600496 (bzr r15015)
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-emplace pass.Emmanuel Gil Peyrot1-1/+1
This reduces the boilerplate required to add a new element to a container.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-8/+8
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+6
A lot of header clean-up.
2015-05-03Revert bad commit (commited to wrong branch).Tavmjong Bah1-2/+2
(bzr r14096)
2015-05-03First batchTavmjong Bah1-2/+2
(bzr r14095)
2012-02-15cppcheckKris De Gussem1-2/+4
(bzr r10987)
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-1/+1
(bzr r10059)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-07-20More on c++ification and some XML privatisationAbhishek Sharma public1-2/+3
(bzr r9546.1.10)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-1/+1
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-1/+1
(bzr r8404)
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
should be. Build libinkscape.a - should reduce link time. (bzr r7337)
2007-11-02warning cleanupJon A. Cruz1-2/+2
(bzr r4012)
2007-09-16trivial changes to address warning with g++-4.2Peter Moulder1-2/+2
(bzr r3757)
2006-04-20SVG 1.1 Conditional Processing Module rendering support (<switch> element, ↵Andrius Ramanauskas1-0/+462
requiredReatures/requiredExtensions/systemLanguage attributes). Two more W3C SVG Test Suite testes pass after this change. (bzr r556)