| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove support for saving as JavaFX 1.x script (*.fx) | Karl Cheng | 2019-05-10 | 1 | -984/+0 |
| | | | | | | | | | | | | | | JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has not been maintained. There have been no end user comments/reports since 2012 and a few bugs that would be important remain unfixed. Given that this is not an import format, the impact of removing this should be extremely low. Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8 Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx Refs: https://stackoverflow.com/q/18865774/2074608 | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -4/+2 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 | ||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 1 | -3/+1 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -5/+0 |
| | | |||||
| * | fix .odg and .fx export with inverted y-axis | Thomas Holder | 2018-09-23 | 1 | -4/+2 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 1 | -2/+2 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 1 | -28/+3 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 1 | -3/+28 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -15/+15 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -15/+15 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -5/+6 |
| | | | | | A lot of header clean-up. | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Implement rotation via desktop to window affine. | Tavmjong Bah | 2017-03-20 | 1 | -7/+2 |
| | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603) | ||||
| * | Add exporters | Jabier Arraiza Cenoz | 2016-11-05 | 1 | -2/+7 |
| | | | | (bzr r15142.1.32) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -4/+4 |
| | | | | (bzr r14954.1.19) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -6/+3 |
| | | | | (bzr r14059.2.1) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -10/+8 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | More memory leak fixes (Bug #1275170) | Kris De Gussem | 2014-03-03 | 1 | -1/+3 |
| | | | | (bzr r13105) | ||||
| * | A couple of forward declarations | Alex Valavanis | 2013-02-11 | 1 | -0/+2 |
| | | | | (bzr r12119) | ||||
| * | Removed unused function. | Jon A. Cruz | 2012-04-11 | 1 | -15/+0 |
| | | | | (bzr r11218) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -0/+13 |
| | | | | (bzr r11052) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -4/+3 |
| |/ | | | | | add some const stuff (bzr r10900) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-20 | 1 | -2/+2 |
| | | | | (bzr r10686) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -1/+1 |
| | | | | (bzr r10681) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -4/+4 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -3/+3 |
| | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 1 | -7/+6 |
| | | | | (bzr r10066) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -2/+2 |
| | | | | (bzr r10025) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -2/+3 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1) | ||||
| * | | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -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) | ||||
| * | | Correct behavior of gradient stops to extract color from swatch when color ↵ | Jon A. Cruz | 2010-07-18 | 1 | -2/+2 |
| |/ | | | | | is drag-n-drop'ed or selected. (bzr r9620) | ||||
| * | Extensions. JavaFX output fix by ycswyw. | Nicolas Dufour | 2010-04-19 | 1 | -1/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/439270 (bzr r9355) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -4/+4 |
| | | | | (bzr r9127) | ||||
| * | Maximum value of alpha is 255 (not 256). | Tavmjong Bah | 2009-08-11 | 1 | -1/+1 |
| | | | | (bzr r8467) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -5/+5 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -5/+5 |
| | | | | (bzr r8408) | ||||
| * | Updated to successfully compile in JavaFX v 1.2. Fixes bug #253869 | Jon A. Cruz | 2009-06-17 | 1 | -24/+12 |
| | | | | (bzr r8098) | ||||
| * | Warning and whitespace cleanup | Jon A. Cruz | 2009-06-17 | 1 | -51/+83 |
| | | | | (bzr r8097) | ||||
| * | noop: Set svn:eol-style to native on all .cpp and .h files under src. (find ↵ | Peter Moulder | 2009-04-07 | 1 | -975/+975 |
| | | | | | | \( -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 svn propset svn:eol-style native) (bzr r7649) | ||||
| * | noop: Rename argument from uri to filename for Extension::...::save ↵ | Peter Moulder | 2009-04-06 | 1 | -7/+15 |
| | | | | | | | | implementations, given that that's how it's used at present. Add a couple of fixme comments to do with use of this argument. (bzr r7637) | ||||
| * | Improved version reporting. Add SVN revision and custom status to | Krzysztof Kosi??ski | 2009-01-13 | 1 | -2/+2 |
| | | | | | | version string on Linux. (bzr r7123) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -13/+28 |
| | | | | (bzr r6891) | ||||
| * | clean up code slightly | Bob Jamison | 2008-08-10 | 1 | -18/+26 |
| | | | | (bzr r6604) | ||||
