summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Opps! I had forgotten to increment the loop counter :-PFelipe Corrêa da Silva Sanches2017-06-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | There we go...
* | | | | | | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵Felipe Corrêa da Silva Sanches2017-06-234-38/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | full parsing of multiple axes and respective design-space coordiantes.
* | | | | | | silencing debug printf on SPIVariableFontAxisOrNormalFelipe Corrêa da Silva Sanches2017-06-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (https://bugs.launchpad.net/inkscape/+bug/1699787)
* | | | | | | SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILengthFelipe Corrêa da Silva Sanches2017-06-222-14/+17
| | | | | | |
* | | | | | | parsing font-variation-settings (CSS Fonts Module Level 4)Felipe Corrêa da Silva Sanches2017-06-226-0/+134
| | | | | | |
* | | | | | | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogsEduard Braun2017-06-201-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (Usually we append the proper extension afterwards, but that does only work for registered extensions and not custom extensions. The resulting behavior was that a file saved this way had usually no extension at all unless the user added one manually...)
* | | | | | | Fix a crash in CUSTOM_TYPE Windows native file save dialogsEduard Braun2017-06-201-6/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1639701
* | | | | | Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵Eduard Braun2017-06-153-26/+39
| | | | | | | | | | | | | | | | | | | | | | | | different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
* | | | | | cleanupEduard Braun2017-06-151-5/+0
| | | | | |
* | | | | | Improve Windows relocation support.Eduard Braun2017-06-152-59/+12
| | | | | | | | | | | | | | | | | | | | | | | | Remove a lot of unused / overly compicated path manipulation functions and replace them with a solution that also handles the case where inkscape.exe is located in a /bin subdirectory.
* | | | | | Remove cmake checks for C89 headers.Elliott Sales de Andrade2017-06-152-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are roughly equivalent to autoconf's AC_HEADER_STDC and even they say that macro is obsolescent. strings.h is not really a C89 header, but it defined some things that are no longer needed [1]. And no file actually #includes it. [1] https://stackoverflow.com/a/4291328
* | | | | | Remove duplicated build checks.Elliott Sales de Andrade2017-06-153-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of these #defines are not even checked anyway, though they could have the side-effect of failing configure before the build started. However, these checks are redundant due to other checks for the same thing: * concept_check.hpp was added to Boost in 1.19.0, released in 2000. I sincerely doubt anyone is using that version right now, but I added a minimum version to the find_package() call. In any case, no code actually checked the #define, so it wouldn't have built without it anyway. * FindBoehmGC puts gc.h on the compiler search path, so there's no need to try gc/gc.h also. * libintl.h is found by FindIntl. * unordered_set is part of the C++11 standard. * zlib.h is found by find_package(ZLIB).
* | | | | | 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
| | | | | |
* | | | | | Use Glib::ustring to simplify title string code.Tavmjong Bah2017-06-141-55/+39
|/ / / / /
* | | | | Lpe bool fixMichael Soegtrop2017-06-111-1/+1
| | | | |
* | | | | A bit more massaging of codestyle on src/libnrtype/Layout...Felipe Corrêa da Silva Sanches2017-06-101-694/+723
| | | | |
* | | | | Group all of the ParagraphInfo class implementationFelipe Corrêa da Silva Sanches2017-06-101-22/+16
| | | | |
* | | | | libnrtype/Layout-TNG refactoring for better code legibilityFelipe Corrêa da Silva Sanches2017-06-105-40/+101
| | | | |
* | | | | Disable debugging code on libnrtype Layout-TNG-Compute at compile-time.Felipe Corrêa da Silva Sanches2017-06-091-1/+5
| | | | |
* | | | | Merge in whole of embroidery branchMartin Owens2017-06-077-0/+1940
|\ \ \ \ \ | | | | | | | | | | | | (bzr r15738)
| * | | | | fixed enum order + added cpp files to POFILES.inMichael Soegtrop2017-06-052-6/+4
| | | | | | | | | | | | | | | | | | (bzr r14862.2.4)
| * | | | | merged with latest version of lpe-bool and trunkMichael Soegtrop2017-06-05979-44152/+31180
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | (bzr r14862.2.3)
| * | | | | updated to trunkMichael Soegtrop2017-06-0562-548/+1343
| |\ \ \ \ \ | | | | | | | | | | | | | | (bzr r14862.2.2)
| * | | | | | Added emboidery and bool LPEsMichael Soegtrop2016-04-2710-1/+2546
| | | | | | | | | | | | | | | | | | | | | (bzr r14862.2.1)
* | | | | | | Merge LPE bool from Michael Soegtropmsoegtrop2017-06-075-0/+471
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r15737)
| * | | | | | | fixed enum order + added cpp files to POFILES.inMichael Soegtrop2017-06-052-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14876.2.5)
| * | | | | | | updated to latest trunkMichael Soegtrop2017-06-05924-41515/+28115
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | (bzr r14876.2.4)
| * | | | | | updated to latest trunkMichael Soegtrop2016-06-12109-895/+1452
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r14876.2.3)
| * \ \ \ \ \ \ Fixed Bool LPE review issuesMichael Soegtrop2016-05-2346-554/+912
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | (bzr r14876.2.2)
| * | | | | | | Added bool LPEMichael Soegtrop2016-05-086-1/+513
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14876.2.1)
* | | | | | | | Reorder hide and lock from context menuJabier Arraiza Cenoz2017-06-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15736)
* | | | | | | | Strip comments when parsing CSS. Allow no space after an element name if ↵Tavmjong Bah2017-06-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | followed by '+', '>', or '~' when entering new selector. (bzr r15735)
* | | | | | | | Fix build with versions of Harfbuzz prior to 1.2.3. (Visualization of ↵Tavmjong Bah2017-06-061-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alternative glyphs requires 1.2.3.) (bzr r15733)
* | | | | | | | Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-065-8/+95
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15732)
* | | | | | | | Show glyphs with alternative styles in "Feature Settings" section of ↵Tavmjong Bah2017-06-054-9/+126
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | "Variants" tab of "Text and Font" dialog. (bzr r15731)
* | | | | | | Porting the pre-92 file update message from 0.92.x to trunk:Marc Jeanmougin2017-06-045-533/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New dialog when opening pre-0.92 files (with 90 dpi). I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files. Fixed bugs: - https://launchpad.net/bugs/1659229 (bzr r15729)
* | | | | | | Add very raw page loading using linksMartin Owens2017-06-043-6/+52
| | | | | | | | | | | | | | | | | | | | | (bzr r15727)
* | | | | | | Merge bugfixes for xverbsDmitry Zhulanov2017-06-041-19/+50
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | (bzr r15726)
| * | | | | | replace fopen with g_fopendmitry.zhulanov@gmail.com2017-06-041-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1695629 (bzr r15700.1.7)
| * | | | | | minor fixesdmitry.zhulanov@gmail.com2017-06-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.6)
| * | | | | | abort Inkscape if XFileOpen command failsdmitry.zhulanov@gmail.com2017-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1695606 (bzr r15700.1.5)
| * | | | | | handle svg documents relative to .yaml pathdmitry.zhulanov@gmail.com2017-06-031-17/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692701 (bzr r15700.1.4)
| * | | | | | check if file existdmitry.zhulanov@gmail.com2017-06-031-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.3)
| * | | | | | fix crash in XFileOpendmitry.zhulanov@gmail.com2017-06-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.2)
| * | | | | | improve open .yaml error message and exit with errordmitry.zhulanov@gmail.com2017-06-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1692707 (bzr r15700.1.1)
* | | | | | | Add list of OpenType tables available in selected font.Tavmjong Bah2017-06-032-25/+35
| | | | | | | | | | | | | | | | | | | | | (bzr r15725)
* | | | | | | Avoid name conflict with libwmf (wmf_free).Tavmjong Bah2017-06-013-3/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r15724)