| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -4/+4 |
| | | |||||
| * | 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 | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -4/+4 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -4/+4 |
| | | |||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -4/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+4 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -4/+0 |
| | | | | (bzr r15025) | ||||
| * | Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4 | Krzysztof Kosi??ski | 2016-02-08 | 1 | -1/+1 |
| | | | | (bzr r14639) | ||||
| * | Update to 2Geom revision 2396 | Krzysztof Kosi??ski | 2015-05-22 | 1 | -5/+5 |
| | | | | (bzr r14059.2.16) | ||||
| * | Fix node editing problems | Krzysztof Kosi??ski | 2015-05-08 | 1 | -6/+5 |
| | | | | (bzr r14059.2.4) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -7/+8 |
| | | | | (bzr r14059.2.1) | ||||
| * | Code cleanup. | Liam P. White | 2014-08-18 | 1 | -32/+19 |
| | | | | (bzr r13341.1.145) | ||||
| * | update 2geom's copy to r2142 | Johan B. C. Engelen | 2014-01-12 | 1 | -3/+3 |
| | | | | (bzr r12921) | ||||
| * | cppcheck | Kris De Gussem | 2012-03-07 | 1 | -1/+1 |
| | | | | (bzr r11052) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -3/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 |
| | | | | (bzr r10681) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -3/+3 |
| | | | | (bzr r10025) | ||||
| * | 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) | ||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 1 | -1/+2 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-28 | 1 | -1/+2 |
| | | | | (bzr r6886) | ||||
| * | LIBNR REMOVAL. remove nartbpath code!!! | Johan B. C. Engelen | 2008-09-10 | 1 | -676/+4 |
| | | | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789) | ||||
| * | add method to write single paths to svg | Johan B. C. Engelen | 2008-09-02 | 1 | -8/+20 |
| | | | | (bzr r6756) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | omit stitch segments from serialized paths | MenTaLguY | 2008-07-20 | 1 | -1/+4 |
| | | | | (bzr r6370) | ||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 1 | -1/+1 |
| | | | | (bzr r6332) | ||||
| * | enable writing "H/h" and "V/v" to SVG ! | Johan B. C. Engelen | 2008-07-12 | 1 | -3/+4 |
| | | | | (bzr r6273) | ||||
| * | Don't crash on path parse error. Truncate the path data up to where it is valid. | Johan B. C. Engelen | 2008-07-12 | 1 | -6/+15 |
| | | | | | | For now shows unsafe debug message about where the path was truncated. (bzr r6272) | ||||
| * | use new 2geom function. This ensures we cannot end up in infinite loop while ↵ | Johan B. C. Engelen | 2008-07-11 | 1 | -1/+1 |
| | | | | | | converting unexpected 2geom curve types to expected types. (bzr r6260) | ||||
| * | add commented HLineSegment and VLineSegment to svg writer | Johan B. C. Engelen | 2008-06-29 | 1 | -0/+5 |
| | | | | (bzr r6085) | ||||
| * | help detection of path read bug | Johan B. C. Engelen | 2008-06-25 | 1 | -6/+11 |
| | | | | (bzr r6060) | ||||
| * | Partial fix (for preventing numerical issues) and restructuring for ↵ | Jasper van de Gronde | 2008-06-20 | 1 | -1/+1 |
| | | | | | | PathString, plus a small fix for the new 2geom sp_svg_write_curve. (bzr r6005) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -0/+67 |
| | | | | (bzr r5823) | ||||
| * | slight numerical improvement | Peter Moulder | 2008-06-05 | 1 | -1/+4 |
| | | | | (bzr r5811) | ||||
| * | Fix remaining regressions in svg/svg-path.cpp. Also, we now do tighter ↵ | Peter Moulder | 2008-05-08 | 1 | -51/+154 |
| | | | | | | | | error handling - though still no error reporting to the user, beyond the subtle hint that the path is incomplete. There remains a numberical issue with the parsing of floats. (bzr r5626) | ||||
| * | Fix a regression in the SVG path data parser (it will now parse things like ↵ | Jasper van de Gronde | 2008-05-06 | 1 | -17/+19 |
| | | | | | | "M 1.3.4" correctly again). (bzr r5618) | ||||
| * | Improved numerical precision for the SVG path data parser (along with a ↵ | Jasper van de Gronde | 2008-04-29 | 1 | -116/+79 |
| | | | | | | small step towards a more robust parser). (bzr r5547) | ||||
| * | Further fix for sign handling of the SVG path data parser. | Jasper van de Gronde | 2008-04-28 | 1 | -2/+1 |
| | | | | (bzr r5538) | ||||
| * | Fix for closepath handling of SVG path data parser and tolerance for ↵ | Jasper van de Gronde | 2008-04-28 | 1 | -2/+4 |
| | | | | | | approximately closed check in gnome-canvas-bpath-util.cpp. (bzr r5536) | ||||
| * | Fixed SVG path data parser to handle close paths better (it used to create ↵ | Jasper van de Gronde | 2008-04-26 | 1 | -94/+37 |
| | | | | | | spurious subpaths), and be a little less forgiving in general (it doesn't fill in missing parameters anymore, doesn't read 1e3e4 as 1e4 anymore and now only allows one sign character for exponents). (bzr r5525) | ||||
| * | patch by Jasper for optimizing path data | bulia byak | 2008-03-18 | 1 | -1/+3 |
| | | | | (bzr r5110) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | glib/gtestutils.h is not available on gutsy, so switching to include of | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | glib.h, which will include that file on hardy, but on gutsy will include gmessage.h. (bzr r4390) | ||||
| * | Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy | Bryce Harrington | 2008-01-05 | 1 | -6/+7 |
| | | | | | | currently. (bzr r4389) | ||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 1 | -16/+12 |
| | | | | (bzr r2268) | ||||
| * | gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵ | Michael G. Sloan | 2006-08-26 | 1 | -38/+34 |
| | | | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -6/+6 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -6/+6 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+710 |
| (bzr r1) | |||||
