summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Really convert LPEtool-toolbar to use ink-select-one-action.Tavmjong Bah2018-02-031-40/+54
|
* CMake/MSYS2: install libjasperEduard Braun2018-02-031-0/+1
| | | | | Preemptive fix for upstream change in gdk-pixbuf2 package https://github.com/Alexpux/MINGW-packages/commit/0526d12f93d160c6bff9829942c4d4f2964e1523
* Remove unneeded header.Tavmjong Bah2018-02-031-1/+0
|
* Relink GtkAdjustments that use same UnitTracker.Tavmjong Bah2018-02-031-1/+1
| | | | Link broken by commit e0957537 (removing GSList).
* Convert LPEtool-toobar to use ink-select-one-action.Tavmjong Bah2018-02-011-32/+40
|
* Remove unneeded header.Tavmjong Bah2018-01-311-1/+0
|
* Convert tweak tool to use ink-select-one-action.Tavmjong Bah2018-01-311-122/+116
|
* Convert bucket toolbar to use ink-select-one-action.Tavmjong Bah2018-01-311-46/+78
|
* Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).Tavmjong Bah2018-01-311-2/+2
|
* Convert pen/pencil toolbar to use ink-select-one-action.Tavmjong Bah2018-01-311-119/+138
|
* Fix build when DBUS enabled.Tavmjong Bah2018-01-311-28/+23
|
* Convert star-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-301-78/+93
|
* Minor formatting cleanup.Tavmjong Bah2018-01-301-61/+59
|
* Minor fixes and reorganizing 'object' README file.Tavmjong Bah2018-01-301-75/+73
|
* Add error output when file loading fails.Tavmjong Bah2018-01-301-3/+26
|
* Fix object directory name in POTFILES.inTavmjong Bah2018-01-301-26/+26
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-30553-2486/+3406
| | | | A lot of header clean-up.
* Translations: update inkscape.potEduard Braun2018-01-291-2800/+2766
|
* Don't translate the empty string.Eduard Braun2018-01-294-10/+10
| | | | | | | Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale
* Update Hungarian translation (!189)Meskó Balázs2018-01-291-5669/+4218
|
* CMake: keep defines in ConfigChecks.cmakeEduard Braun2018-01-282-7/+5
|
* CMake: some shuffling - cleanup structure of CMakeLists.txtEduard Braun2018-01-281-66/+71
|
* CMake/CPack: Define INKSCAPE_CPACK_PREFIX instead of overwriting ↵Eduard Braun2018-01-282-4/+9
| | | | | | INKSCAPE_DIST_PREFIX Allows moving the CPack configuration to a more reasonable position...
* CMake/CPack: Set CPACK_PACKAGE_INSTALL_DIRECTORY only onceEduard Braun2018-01-281-2/+0
|
* CMake/CPack: CPackDeb only available on UNIXEduard Braun2018-01-281-16/+17
|
* Fix creation of icon-theme.cacheEduard Braun2018-01-282-3/+3
| | | | | | | | | Escaping "${CMAKE_INSTALL_PREFIX}" with a backslash allows this to work for the normal install target as well as with cpack (expansion of the variable is delayed until installation where it has the correct value). Also make sure Adwaita's icon-theme.cache is up-to-date
* Do not build icon cache for nowMarc Jeanmougin2018-01-271-1/+1
|
* Temporarily guard icon cacheMarc Jeanmougin2018-01-271-2/+4
|
* OCAL dialog: make requests non-blocking on windowsEduard Braun2018-01-261-8/+9
| | | | | | | | | | - Revert 738e2fcae54ef8764d33d3a47bf7868641efdcfd (which introduced asynchronous call) - Instead properly catch exceptions from load_contents_finish() which were probably what caused the crashes in the first place Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1745521
* Fix handling of filenames of linked images in .odg exportEduard Braun2018-01-242-6/+1
| | | | | | | | | | | | | | | - export of .odg files was completely broken on Windows as "documentUri = Inkscape::URI(filename);" always failed (Windows paths are never valid URIs because of '\') - Linked images did not seem to be working on any OS (probably regression in 6f844ef457690c841b0be91d70b1e54b61c04812) I assume support for linked images is still sketchy but seems to work in the most common cases; support for embedded images seems to be non-existent, though. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1654034
* Always show an error dialog on failed savesEduard Braun2018-01-241-0/+17
| | | | | | | | | As a result of 2b8d9986140cc36ea6c0a3c3b88571983490e0ef the actual exceptions are now catched (instead of the generic Inkscape::Extension::Output::save_failed) but were not handled yet. Implement this handling for generic exceptions and output any potentially helpful information on what went wrong.
* move install command to logical placeMarc Jeanmougin2018-01-242-4/+3
|
* Tentatively fix build for lp packagingMarc Jeanmougin2018-01-241-2/+2
|
* Merge gitlab.com:inkscape/inkscapeMarc Jeanmougin2018-01-2310-17/+8
|\
| * Minor include file cleanup.Tavmjong Bah2018-01-2310-17/+8
| |
* | Merge branch 'master' of gitlab.com:marcjeanmougin/inkscapeMarc Jeanmougin2018-01-236-623/+695
|\ \
| * | CPack fixesMarc Jeanmougin2018-01-232-17/+7
| | |
| * | Attempt to have gitlab build a .deb with cpackMarc Jeanmougin2018-01-231-0/+1
| | |
| * | Configure CPackMarc Jeanmougin2018-01-234-229/+309
| |/
| * Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-222-619/+599
| | | | | | | | With lots of other clean-up.
| * Add functions to return Gdk::Pixbuf's for gradients and gradient stops.Tavmjong Bah2018-01-222-0/+80
| |
| * Add pixmap and data (pointer) members to column.Tavmjong Bah2018-01-222-4/+16
| |
* | Add FindNSIS and fix prefixMarc Jeanmougin2018-01-232-1/+56
| |
* | CPack fixesMarc Jeanmougin2018-01-222-17/+7
| |
* | Attempt to have gitlab build a .deb with cpackMarc Jeanmougin2018-01-211-0/+1
| |
* | Configure CPackMarc Jeanmougin2018-01-214-229/+309
|/
* Add 5° rotation optionMarc Jeanmougin2018-01-201-3/+3
| | | | Fixes https://bugs.launchpad.net/inkscape/+bug/1744481
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-198-11/+81
|
* Don't allow dragging path at cap or line joinEduard Braun2018-01-181-0/+1
| | | | | | | | | This avoids a crash as dragging infinitesimally close to the node will cause undefined behavior (and we were actually dragging at the node itself in those two cases). Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1691406
* Really update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+7
|