summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | EMF/WMF: Hopefully resolve locale issues with decimal separator for goodEduard Braun2017-04-064-28/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This unconditionally sets "LC_NUMERIC" to "C" to use dots (.) in all scanf/printf-like functions to prevent parsing issues with locales that would use a comma (,) instead. Fixed bugs: - https://launchpad.net/bugs/1549015 - https://launchpad.net/bugs/1675755 - https://launchpad.net/bugs/1335660 - https://launchpad.net/bugs/1089857 - https://launchpad.net/bugs/1599763 (bzr r15617)
* | | | | | | | Fix compilation with old libvisioEduard Braun2017-04-051-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15616)
* | | | | | | | Symbols/VSS: Use the actual name of Visio stencils if possibleEduard Braun2017-04-051-12/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (before a generic name was derived from the .vss file name) Fixed bugs: - https://launchpad.net/bugs/1676144 (bzr r15615)
* | | | | | | | Add preference that allows user to increase the canvas tile size.Tavmjong Bah2017-03-303-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A larger tile size vastly speeds up rendering for drawings with heavy filter use by reducing the need to recalculate filter effects that cross multiple tiles. (bzr r15614)
* | | | | | | | Add forgotten file from last check-in.Tavmjong Bah2017-03-301-0/+132
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15613)
* | | | | | | | Add canvas-rotate for rapid previewing canvas rotation.Tavmjong Bah2017-03-3012-62/+544
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add canvas-debug for study of canvas tiling. (bzr r15612)
* | | | | | | | White space.Tavmjong Bah2017-03-291-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15611)
* | | | | | | | convert Preferences Inset/Outset to document units. (Bug 1542093)Alvin Penner2017-03-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1542093 (bzr r15610)
* | | | | | | | Translation update by Igor ZhigunovAlexandre Prokoudine2017-03-271-3711/+2950
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15609)
* | | | | | | | Prevents crash when saving or closing a document in some casesMinglangjun Li2017-03-261-6/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1670688 (bzr r15608)
| * | | | | | | | Fix lp:1670688.Minglangjun Li2017-03-191-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1670688 (bzr r15577.1.1)
* | | | | | | | | Extensions: Correctly handle the xml:space="preserve" attribute for ↵Eduard Braun2017-03-252-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "description"s This also fixes multiline descriptions (and other descriptions containing additional whitespace) not being translatable if xml:space="preserve" is not specified. Fixed bugs: - https://launchpad.net/bugs/1668115 (bzr r15607)
* | | | | | | | | Add canvas flip. No GUI. Can be bound to keys via preferences.Tavmjong Bah2017-03-226-7/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15606)
* | | | | | | | | Add entry for canvas rotate step in Inkscape Preferences dialog.Tavmjong Bah2017-03-215-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change default rotation step to 15 degrees. (bzr r15605)
* | | | | | | | | Add verbs for canvas rotation.Tavmjong Bah2017-03-213-39/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15604)
* | | | | | | | | Implement rotation via desktop to window affine.Tavmjong Bah2017-03-2031-1158/+633
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* | | | | | | | | Modify CanvasXYGrid to work with rotated canvas.Tavmjong Bah2017-03-182-104/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15602)
* | | | | | | | | sbasis-to-bezier. reject highly asymmetric solutions. (Bug 1544680)Alvin Penner2017-03-171-16/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1544680 (bzr r15601)
* | | | | | | | | Modifiy CtrlRect to work with rotated canvas.Tavmjong Bah2017-03-172-145/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15600)
| | * | | | | | | Update to trunkJabiertxof2017-03-166-14/+12
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | (bzr r13645.1.173)
* | | | | | | | | Remove some compiling warnsJabiertxof2017-03-166-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15599)
| | * | | | | | | Remove some warningsJabiertxof2017-03-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.172)
| | * | | | | | | Remove some warningsJabiertxof2017-03-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13645.1.171)
| | * | | | | | | Update to trunkJabiertxof2017-03-16259-12191/+15728
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | (bzr r13645.1.170)
* | | | | | | | | Fix rendering when canvas rotated. General code clean-up and documentation.Tavmjong Bah2017-03-151-60/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15598)
* | | | | | | | | Fix typo.Tavmjong Bah2017-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15597)
* | | | | | | | | Modify scroll_to_point() to work with rotated desktop. Simplified code to boot.Tavmjong Bah2017-03-141-35/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15596)
* | | | | | | | | Add functions to rotate drawing inside desktop.Tavmjong Bah2017-03-142-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15595)
* | | | | | | | | Fix zoom reference point when using desktop's zoom widget.Tavmjong Bah2017-03-141-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15594)
* | | | | | | | | Attempt to fix build with dbus enabled.Tavmjong Bah2017-03-131-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15593)
* | | | | | | | | Replace rectangle based zooming by affine based zooming.Tavmjong Bah2017-03-1312-348/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a rotation to be included in the drawing to window mapping. General code cleanup. Added documentation. Any change to zooming behavior is probably a bug. (bzr r15592)
* | | | | | | | | Two Extensions for converting objects to paths before exporting. (Bug 1662531)Alvin Penner2017-03-134-0/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662531 (bzr r15591)
* | | | | | | | | extensions. dxf output & print_win32_vector. compensate for viewbox. (Bug ↵Alvin Penner2017-03-122-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1672066) Fixed bugs: - https://launchpad.net/bugs/1672066 (bzr r15590)
* | | | | | | | | LPE Powerstroke dialog - Use Gtk::GridAlex Valavanis2017-03-123-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15589)
* | | | | | | | | LPE Fillet/Chamfer dialog - Use Gtk::GridAlex Valavanis2017-03-122-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15588)
* | | | | | | | | LPE Gtk3 deprecation fixesAlex Valavanis2017-03-123-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15587)
* | | | | | | | | Fix Gtkmm deprecation warnings in VSD import dialogAlex Valavanis2017-03-111-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15586)
* | | | | | | | | Fix Gtkmm deprecation warnings in CDR import dialogAlex Valavanis2017-03-111-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15585)
* | | | | | | | | Use Gtkmm version test instead of Gtk+Alex Valavanis2017-03-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r15584)
* | | | | | | | | CMake: Don't install /share/locale on WindowsEduard Braun2017-03-082-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We only ever wanted "gtk30.mo" for translation of stock items. - As we stripped all stock items from our source we don't need it anymore - As there are *lots* of translations in MSYS2 we installed a huge amount of unneeded files (bzr r15583)
* | | | | | | | | CMake: Don't install /share/themes on WindowsEduard Braun2017-03-082-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's nothing we want but stuff we definitely don't need. (bzr r15582)
* | | | | | | | | CMake: Prefer to install the genuine /hicolor/index.theme file in MSYS2 installsEduard Braun2017-03-081-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids the issues hiughlighted by su_v in https://bugs.launchpad.net/inkscape/+bug/1659336/comments/5 (bzr r15581)
* | | | | | | | | Repair functionality broken by Alex Valvani's "Gtk+ 3 deprecation fixes"Eduard Braun2017-03-081-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (see in r15547 [1]) Gtk::Label::set_halign() is *not* the same as Gtk::Label::set_xalign() or the deprecated Gtk::Label::set_alignment() The former sets the alignment of the widget itself while the latter two set the alignment of the text within the widget's size allocation. Is it really more important to eradicate deprecations then to have working code? http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15547 (bzr r15580)
* | | | | | | | | CMake: Assume mingw-w64 for MinGW buildsEduard Braun2017-03-083-33/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (should be a safe assumption, if not let me know...) This resolves the "mingw-w64" vs. "MinGW 64-bit" ambiguity of the "HAVE_MINGW64" cmake variable (which worked before as devlibs = 32bit = mingw; devlibs64 = 64-bit = mingw-w64), but is not senseful for newer 32-bit MinGW builds that are based on mingw-w64, too. (bzr r15579)
* | | | | | | | | Apply the Albin Penner fix for bug 1663362Alvin Penner2017-03-082-25/+0
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1663362 (bzr r15578)
* | | | | | | | msys2installdeps.sh - Fix broken for loops (thanks for noticing jazzynico!) ↵Eduard Braun2017-03-071-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and avoid repeatedly synchronizing package databases (bzr r15577)
* | | | | | | | Apply the fix done by Eduard Brown from bug 1666314 to measure-line LPE. ↵Eduard Braun2017-03-071-9/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Thanks Eduard) (bzr r15576)
* | | | | | | | Fix test failure due to missing new attribute 'sodipodi:arc-type'.Tavmjong Bah2017-03-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15575)
* | | | | | | | Fix field width of rotation input textEduard Braun2017-03-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r15574)
* | | | | | | | Sync code of "sp_dtw_zoom_input()" with code of "sp_dtw_rotation_input()" ↵Eduard Braun2017-03-061-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from previous commit. This allows to enter numbers with both dot (.) and comma (,) as decimal separator independently of the system locale. (bzr r15573)