| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add replacements for themedir for osx and win32 | Martin Owens | 2017-06-29 | 1 | -0/+2 |
| | | |||||
| * | Improved warning in io/resource.cpp | Martin Owens | 2017-06-29 | 1 | -1/+1 |
| | | |||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 23 | -352/+302 |
| | | | | | get_filename methods | ||||
| * | GdkScreen deprecation fixes | Alexander Valavanis | 2017-06-27 | 3 | -17/+78 |
| | | |||||
| * | select-tool: Only stop the rubberband when it was started | Uli Schlachter | 2017-06-26 | 1 | -1/+3 |
| | | | | | | | | | Rubberband::stop() calls SPCanvas::endForcedFullRedraws(), which means possible no full redraw will happen while moving. Fixes: https://bugs.launchpad.net/inkscape/+bug/1510704 Signed-off-by: Uli Schlachter <psychon@znc.in> | ||||
| * | Merge branch 'ui-files-for-ui-xml' | Martin Owens | 2017-06-23 | 3 | -519/+82 |
| |\ | |||||
| | * | Attempt to make paintbucket build option not cause errors for toolbar loading | Martin Owens | 2017-06-16 | 1 | -0/+11 |
| | | | |||||
| | * | Fix err leaking and cmake | Martin Owens | 2017-06-16 | 1 | -0/+2 |
| | | | |||||
| | * | Complete to move to using ui files instead of compiled in xml | Martin Owens | 2017-06-16 | 1 | -470/+23 |
| | | | |||||
| | * | Cleanup old xml | Martin Owens | 2017-06-16 | 1 | -55/+4 |
| | | | |||||
| | * | Use user interface files for the user interface | Martin Owens | 2017-06-16 | 3 | -5/+53 |
| | | | |||||
| * | | Opps! I had forgotten to increment the loop counter :-P | Felipe Corrêa da Silva Sanches | 2017-06-23 | 1 | -0/+1 |
| | | | | | | | | | There we go... | ||||
| * | | rename SPIVariableFontAxisOrNormal => SPIFontVariationSettings and implement ↵ | Felipe Corrêa da Silva Sanches | 2017-06-23 | 4 | -38/+53 |
| | | | | | | | | | full parsing of multiple axes and respective design-space coordiantes. | ||||
| * | | silencing debug printf on SPIVariableFontAxisOrNormal | Felipe Corrêa da Silva Sanches | 2017-06-22 | 1 | -2/+2 |
| | | | | | | | | | (https://bugs.launchpad.net/inkscape/+bug/1699787) | ||||
| * | | SPIVariableFontAxisOrLength: inheriting from SPIFloat instead of SPILength | Felipe Corrêa da Silva Sanches | 2017-06-22 | 2 | -14/+17 |
| | | | |||||
| * | | parsing font-variation-settings (CSS Fonts Module Level 4) | Felipe Corrêa da Silva Sanches | 2017-06-22 | 6 | -0/+134 |
| | | | |||||
| * | | Do not strip file extension in CUSTOM_TYPE Windows native file save dialogs | Eduard Braun | 2017-06-20 | 1 | -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 dialogs | Eduard Braun | 2017-06-20 | 1 | -6/+6 |
| |/ | | | | | Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1639701 | ||||
| * | Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵ | Eduard Braun | 2017-06-15 | 3 | -26/+39 |
| | | | | | different data directory by setting the environment variable INKSCAPE_DATADIR at runtime | ||||
| * | cleanup | Eduard Braun | 2017-06-15 | 1 | -5/+0 |
| | | |||||
| * | Improve Windows relocation support. | Eduard Braun | 2017-06-15 | 2 | -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 Andrade | 2017-06-15 | 2 | -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 Andrade | 2017-06-15 | 3 | -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/inkscape | Marc Jeanmougin | 2017-06-14 | 2 | -3/+33 |
| |\ | |||||
| | * | [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/mask | Max Gaukler | 2017-06-13 | 2 | -3/+33 |
| | | | | | | | | | | | Fixes Bug: - https://launchpad.net/bugs/1417470 | ||||
| * | | Update dialog when object is added, deleted, or changed. | Tavmjong Bah | 2017-06-14 | 2 | -0/+149 |
| | | | |||||
| * | | Prevent crash due to clones. | Tavmjong Bah | 2017-06-14 | 1 | -0/+1 |
| | | | |||||
| * | | Use Glib::ustring to simplify title string code. | Tavmjong Bah | 2017-06-14 | 1 | -55/+39 |
| |/ | |||||
| * | Lpe bool fix | Michael Soegtrop | 2017-06-11 | 1 | -1/+1 |
| | | |||||
| * | A bit more massaging of codestyle on src/libnrtype/Layout... | Felipe Corrêa da Silva Sanches | 2017-06-10 | 1 | -694/+723 |
| | | |||||
| * | Group all of the ParagraphInfo class implementation | Felipe Corrêa da Silva Sanches | 2017-06-10 | 1 | -22/+16 |
| | | |||||
| * | libnrtype/Layout-TNG refactoring for better code legibility | Felipe Corrêa da Silva Sanches | 2017-06-10 | 5 | -40/+101 |
| | | |||||
| * | Disable debugging code on libnrtype Layout-TNG-Compute at compile-time. | Felipe Corrêa da Silva Sanches | 2017-06-09 | 1 | -1/+5 |
| | | |||||
| * | Merge in whole of embroidery branch | Martin Owens | 2017-06-07 | 7 | -0/+1940 |
| |\ | | | | | (bzr r15738) | ||||
| | * | fixed enum order + added cpp files to POFILES.in | Michael Soegtrop | 2017-06-05 | 2 | -6/+4 |
| | | | | | | | (bzr r14862.2.4) | ||||
| | * | merged with latest version of lpe-bool and trunk | Michael Soegtrop | 2017-06-05 | 979 | -44152/+31180 |
| | |\ | | | | | | | (bzr r14862.2.3) | ||||
| | * \ | updated to trunk | Michael Soegtrop | 2017-06-05 | 62 | -548/+1343 |
| | |\ \ | | | | | | | | | (bzr r14862.2.2) | ||||
| | * | | | Added emboidery and bool LPEs | Michael Soegtrop | 2016-04-27 | 10 | -1/+2546 |
| | | | | | | | | | | | | | (bzr r14862.2.1) | ||||
| * | | | | Merge LPE bool from Michael Soegtrop | msoegtrop | 2017-06-07 | 5 | -0/+471 |
| |\ \ \ \ | | | | | | | | | | | (bzr r15737) | ||||
| | * | | | | fixed enum order + added cpp files to POFILES.in | Michael Soegtrop | 2017-06-05 | 2 | -3/+2 |
| | | | | | | | | | | | | | | | | (bzr r14876.2.5) | ||||
| | * | | | | updated to latest trunk | Michael Soegtrop | 2017-06-05 | 924 | -41515/+28115 |
| | |\ \ \ \ | | | |_|/ | | |/| | | (bzr r14876.2.4) | ||||
| | * | | | | updated to latest trunk | Michael Soegtrop | 2016-06-12 | 109 | -895/+1452 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r14876.2.3) | ||||
| | * \ \ \ \ | Fixed Bool LPE review issues | Michael Soegtrop | 2016-05-23 | 46 | -554/+912 |
| | |\ \ \ \ \ | | | |_|_|/ | | |/| | | | (bzr r14876.2.2) | ||||
| | * | | | | | Added bool LPE | Michael Soegtrop | 2016-05-08 | 6 | -1/+513 |
| | | | | | | | | | | | | | | | | | | | (bzr r14876.2.1) | ||||
| * | | | | | | Reorder hide and lock from context menu | Jabier Arraiza Cenoz | 2017-06-07 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | (bzr r15736) | ||||
| * | | | | | | Strip comments when parsing CSS. Allow no space after an element name if ↵ | Tavmjong Bah | 2017-06-07 | 1 | -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 Bah | 2017-06-06 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alternative glyphs requires 1.2.3.) (bzr r15733) | ||||
| * | | | | | | Add contextual buttons to Hide/lock and Unhide/unlock items | Jabiertxof | 2017-06-06 | 5 | -8/+95 |
| | | | | | | | | | | | | | | | | | | | (bzr r15732) | ||||
| * | | | | | | Show glyphs with alternative styles in "Feature Settings" section of ↵ | Tavmjong Bah | 2017-06-05 | 4 | -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 Jeanmougin | 2017-06-04 | 5 | -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) | ||||
