summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2017-07-28 22:05:28 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2017-07-28 22:05:28 +0000
commit3eb67b103fe69a3b42ec16d085a2cb3a58a596b7 (patch)
tree986b33696b0a7f229589b85bd13e6fdb2cbd022a
parentfix typo, update CI (diff)
parentShow a control point for the center of a spiral (diff)
downloadinkscape-3eb67b103fe69a3b42ec16d085a2cb3a58a596b7.tar.gz
inkscape-3eb67b103fe69a3b42ec16d085a2cb3a58a596b7.zip
Merge gitlab.com:inkscape/inkscape
-rw-r--r--.appveyor.yml2
-rw-r--r--CMakeLists.txt13
-rw-r--r--CMakeScripts/Dist.cmake140
-rw-r--r--CMakeScripts/InstallMSYS2.cmake16
-rw-r--r--CMakeScripts/inkscape-version.cmake11
-rw-r--r--ChangeLog16926
-rw-r--r--INSTALL235
-rw-r--r--INSTALL.md89
-rw-r--r--README.ca.txt45
-rw-r--r--README.de.txt40
-rw-r--r--README.es.txt75
-rw-r--r--README.fr.txt72
-rw-r--r--README.it.txt38
-rw-r--r--README.md72
-rw-r--r--README.pt_BR.txt91
-rw-r--r--README.sk.txt73
-rw-r--r--README.sr.txt73
-rw-r--r--buildtools/Doxyfile (renamed from Doxyfile)0
-rw-r--r--buildtools/appveyor.sh15
-rwxr-xr-xdistro289
-rw-r--r--inkscape.de.pod699
-rw-r--r--inkscape.el.pod688
-rw-r--r--inkscape.fr.pod693
-rw-r--r--inkscape.ja.pod560
-rw-r--r--inkscape.pod602
-rw-r--r--inkscape.sk.pod654
-rw-r--r--inkscape.spec.in119
-rw-r--r--inkscape.zh_TW.pod501
-rw-r--r--inkview.1.in52
-rw-r--r--libgc.supp15
-rw-r--r--man/README7
-rw-r--r--man/utf8-to-roff (renamed from utf8-to-roff)0
-rw-r--r--packaging/win32/inkscape.nsi178
-rw-r--r--packaging/win32/macros/VersionCompleteXXXX.nsh60
-rwxr-xr-xpackaging/wix/files.py10
-rw-r--r--packaging/wix/inkscape.wxs6
-rwxr-xr-xpackaging/wix/version.py54
-rw-r--r--share/extensions/jessyInk.js4
-rw-r--r--share/icons/color-management.svg5
-rw-r--r--share/icons/draw-ellipse-arc.svg23
-rw-r--r--share/icons/draw-ellipse-chord.svg21
-rw-r--r--share/icons/draw-ellipse-segment.svg23
-rw-r--r--share/icons/draw-ellipse-whole.svg27
-rw-r--r--share/icons/draw-geometry-mirror.svg32
-rw-r--r--share/icons/object-fill.svg36
-rw-r--r--share/icons/object-stroke-style.svg33
-rw-r--r--share/icons/object-stroke.svg99
-rw-r--r--share/icons/object-tweak-rotate.svg82
-rw-r--r--share/icons/path-clip-edit.svg33
-rw-r--r--share/icons/path-effect-parameter-next.svg47
-rw-r--r--share/icons/path-mask-edit.svg42
-rw-r--r--share/icons/path-reverse.svg32
-rw-r--r--share/icons/selection-bottom.svg56
-rw-r--r--share/icons/selection-lower.svg57
-rw-r--r--share/icons/selection-raise.svg56
-rw-r--r--share/icons/selection-top.svg55
-rw-r--r--share/icons/stroke-cap-butt.svg28
-rw-r--r--share/icons/stroke-cap-round.svg30
-rw-r--r--share/icons/stroke-cap-square.svg30
-rw-r--r--share/icons/stroke-join-bevel.svg39
-rw-r--r--share/icons/stroke-join-miter.svg37
-rw-r--r--share/icons/stroke-join-round.svg36
-rw-r--r--share/icons/text_horz_kern.svg80
-rw-r--r--share/icons/text_letter_spacing.svg70
-rw-r--r--share/icons/text_line_spacing.svg64
-rw-r--r--share/icons/text_rotation.svg80
-rw-r--r--share/icons/text_vert_kern.svg79
-rw-r--r--share/ui/select-toolbar.ui2
-rw-r--r--src/CMakeLists.txt4
-rw-r--r--src/inkscape.cpp15
-rw-r--r--src/libcola/cola.cpp4
-rw-r--r--src/libnrtype/FontFactory.cpp5
-rw-r--r--src/menus-skeleton.h300
-rw-r--r--src/ui/CMakeLists.txt2
-rw-r--r--src/ui/dialog/document-properties.cpp58
-rw-r--r--src/ui/dialog/document-properties.h4
-rw-r--r--src/ui/interface.cpp5
-rw-r--r--src/ui/object-edit.cpp47
-rw-r--r--src/ui/widget/ink-select-one-action.cpp239
-rw-r--r--src/ui/widget/ink-select-one-action.h131
-rw-r--r--src/ui/widget/page-sizer.cpp6
-rw-r--r--src/ui/widget/page-sizer.h1
-rw-r--r--src/widgets/text-toolbar.cpp399
-rwxr-xr-xtools-version.sh38
84 files changed, 1432 insertions, 24377 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index dcec9ec23..7ecfabd77 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,6 +13,8 @@ build_script:
artifacts:
- path: build\inkscape*.7z
+ - path: build\inkscape*.exe
+ - path: build\inkscape*.msi
cache:
- '%APPVEYOR_BUILD_FOLDER%\build\ccache'
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a07a8456..4b643b2b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -161,18 +161,9 @@ if (ENABLE_BINRELOC)
endif()
# -----------------------------------------------------------------------------
-# Dist Target
+# Dist Targets
# -----------------------------------------------------------------------------
-set(INKSCAPE_SOURCE_DIR ${CMAKE_SOURCE_DIR})
-include(CMakeScripts/inkscape-version.cmake)
-
-set(INKSCAPE_DIST_PREFIX "${PROJECT_NAME}-${INKSCAPE_VERSION}")
-add_custom_target(dist
- COMMAND sed -i "s/unknown/${INKSCAPE_REVISION}/" CMakeScripts/inkscape-version.cmake
- && tar cfz ${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.tar.gz ${CMAKE_SOURCE_DIR}/doc --exclude=".*" --exclude-vcs-ignores
- || git checkout ${CMAKE_SOURCE_DIR}/CMakeScripts/inkscape-version.cmake
- COMMAND git checkout ${CMAKE_SOURCE_DIR}/CMakeScripts/inkscape-version.cmake # duplicate to make sure we actually revert in case of error
- WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}" VERBATIM USES_TERMINAL)
+include(CMakeScripts/Dist.cmake)
# -----------------------------------------------------------------------------
# Uninstall Target
diff --git a/CMakeScripts/Dist.cmake b/CMakeScripts/Dist.cmake
new file mode 100644
index 000000000..9b40d36c8
--- /dev/null
+++ b/CMakeScripts/Dist.cmake
@@ -0,0 +1,140 @@
+# dist targets for various platforms
+
+set(INKSCAPE_DIST_PREFIX "${PROJECT_NAME}-${INKSCAPE_VERSION}")
+
+# get INKSCAPE_REVISION of the source
+set(INKSCAPE_SOURCE_DIR ${CMAKE_SOURCE_DIR})
+include(CMakeScripts/inkscape-version.cmake)
+
+
+
+# -----------------------------------------------------------------------------
+# 'dist' - generate source release tarball
+# -----------------------------------------------------------------------------
+
+add_custom_target(dist
+ COMMAND sed -i "s/unknown/${INKSCAPE_REVISION}/" CMakeScripts/inkscape-version.cmake
+ && tar cfz ${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.tar.gz ${CMAKE_SOURCE_DIR}/doc --exclude=".*" --exclude-vcs-ignores
+ || git checkout ${CMAKE_SOURCE_DIR}/CMakeScripts/inkscape-version.cmake
+ COMMAND git checkout ${CMAKE_SOURCE_DIR}/CMakeScripts/inkscape-version.cmake # duplicate to make sure we actually revert in case of error
+ WORKING_DIRECTORY "${CMAKE_SOURCE_DIR}"
+ VERBATIM)
+
+
+
+# -----------------------------------------------------------------------------
+# 'dist-win' - Windows Targets
+# -----------------------------------------------------------------------------
+if(WIN32)
+ if(INKSCAPE_REVISION_DATE AND INKSCAPE_REVISION_HASH)
+ set(INKSCAPE_DIST_PREFIX ${INKSCAPE_DIST_PREFIX}_${INKSCAPE_REVISION_DATE}_${INKSCAPE_REVISION_HASH})
+ endif()
+ if(HAVE_MINGW64)
+ set(bitness "x64")
+ else()
+ set(bitness "x86")
+ endif()
+ set(INKSCAPE_DIST_PREFIX ${INKSCAPE_DIST_PREFIX}-${bitness})
+
+ # -----------------------------------------------------------------------------
+ # 'dist-win-7z' - generate binary 7z archive for Windows
+ # -----------------------------------------------------------------------------
+ find_program(7z 7z PATHS "C:/Program Files/7-Zip"
+ "C:/Program Files (x86)/7-Zip")
+ if(NOT 7z)
+ set(7z echo "Could not find '7z'. Please add it to your search path." && exit 1 &&)
+ endif()
+
+ # default target with very good but slow compression (needs approx. 10 GB RAM)
+ add_custom_target(dist-win-7z
+ COMMAND ${CMAKE_COMMAND} -E remove "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.7z"
+ COMMAND ${7z} a -mx9 -md512m -mfb256
+ "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.7z"
+ "${CMAKE_INSTALL_PREFIX}")
+
+ # fast target with moderate compression
+ add_custom_target(dist-win-7z-fast
+ COMMAND ${CMAKE_COMMAND} -E remove "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.7z"
+ COMMAND ${7z} a
+ "${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.7z"
+ "${CMAKE_INSTALL_PREFIX}")
+
+ add_dependencies(dist-win-7z install/strip)
+ add_dependencies(dist-win-7z-fast install/strip)
+
+ # -----------------------------------------------------------------------------
+ # 'dist-win-exe' - generate .exe installer (NSIS) for Windows
+ # -----------------------------------------------------------------------------
+ find_program (makensis makensis PATHS "C:/Program Files/NSIS"
+ "C:/Program Files (x86)/NSIS")
+ if(NOT makensis)
+ set(makensis echo "Could not find 'makensis'. Please add it to your search path." && exit 1 &&)
+ endif()
+
+ # default target with good but slow compression
+ add_custom_target(dist-win-exe
+ COMMAND ${makensis} /D"INKSCAPE_DIST_DIR=${CMAKE_INSTALL_PREFIX}"
+ /D"OutFile=${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.exe"
+ "${CMAKE_SOURCE_DIR}/packaging/win32/inkscape.nsi")
+
+ # fast target with low compression for testing
+ add_custom_target(dist-win-exe-fast
+ COMMAND ${makensis} /X"SetCompressor /FINAL /SOLID bzip2"
+ /D"INKSCAPE_DIST_DIR=${CMAKE_INSTALL_PREFIX}"
+ /D"OutFile=${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.exe"
+ "${CMAKE_SOURCE_DIR}/packaging/win32/inkscape.nsi")
+
+ add_dependencies(dist-win-exe install/strip)
+ add_dependencies(dist-win-exe-fast install/strip)
+
+ # -----------------------------------------------------------------------------
+ # 'dist-win-msi' - generate .exe installer (NSIS) for Windows
+ # -----------------------------------------------------------------------------
+ file(GLOB wix_dirs "C:/Program Files/WiX Toolset*/bin")
+ file(GLOB wix_dirs_x86 "C:/Program Files (x86)/WiX Toolset*/bin")
+ find_program (candle candle PATHS ${wix_dirs} ${wix_dirs_x86})
+ find_program (light light PATHS ${wix_dirs} ${wix_dirs_x86})
+ if(NOT candle)
+ set(candle echo "Could not find 'candle' (part of WiX Toolset). Please add it to your search path." && exit 1 &&)
+ endif()
+ if(NOT light)
+ set(light echo "Could not find 'light' (part of WiX Toolset). Please add it to your search path." && exit 1 &&)
+ endif()
+
+ # default target with fair but slow compression
+ add_custom_target(dist-win-msi
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/packaging/wix ${CMAKE_BINARY_DIR}/wix
+ COMMAND cd wix
+ COMMAND ${CMAKE_COMMAND} -E env INKSCAPE_DIST_PATH=${CMAKE_INSTALL_PREFIX}
+ python ${CMAKE_SOURCE_DIR}/packaging/wix/files.py
+ COMMAND ${CMAKE_COMMAND} -E env INKSCAPE_DIST_PATH=${CMAKE_INSTALL_PREFIX}
+ python ${CMAKE_SOURCE_DIR}/packaging/wix/version.py
+ COMMAND ${candle} inkscape.wxs -ext WiXUtilExtension
+ COMMAND ${candle} files.wxs
+ COMMAND ${light} -ext WixUIExtension -ext WiXUtilExtension inkscape.wixobj files.wixobj
+ -o ${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.msi
+ || echo "WiX exited with non-zero exit code (which is a known issue and usually does not prevent creation of an installer). If you can, please fix it, though!")
+
+ # moderately fast target with no compression for testing
+ add_custom_target(dist-win-msi-fast
+ COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/packaging/wix ${CMAKE_BINARY_DIR}/wix
+ COMMAND cd wix
+ COMMAND sed -i 's/CompressionLevel="high"/CompressionLevel="none"/' inkscape.wxs
+ COMMAND ${CMAKE_COMMAND} -E env INKSCAPE_DIST_PATH=${CMAKE_INSTALL_PREFIX}
+ python ${CMAKE_SOURCE_DIR}/packaging/wix/files.py
+ COMMAND ${CMAKE_COMMAND} -E env INKSCAPE_DIST_PATH=${CMAKE_INSTALL_PREFIX}
+ python ${CMAKE_SOURCE_DIR}/packaging/wix/version.py
+ COMMAND ${candle} inkscape.wxs -ext WiXUtilExtension
+ COMMAND ${candle} files.wxs
+ COMMAND ${light} -ext WixUIExtension -ext WiXUtilExtension inkscape.wixobj files.wixobj
+ -o ${CMAKE_BINARY_DIR}/${INKSCAPE_DIST_PREFIX}.msi
+ || echo "WiX exited with non-zero exit code (which is a known issue and usually does not prevent creation of an installer). If you can, please fix it, though!")
+
+ add_dependencies(dist-win-msi install/strip)
+ add_dependencies(dist-win-msi-fast install/strip)
+
+ # -----------------------------------------------------------------------------
+ # 'dist-win-all' - generate all 'dist' targets for Windows
+ # -----------------------------------------------------------------------------
+ add_custom_target(dist-win-all DEPENDS dist-win-7z dist-win-exe dist-win-msi)
+endif()
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index 3bad4b839..5ad3b9d3e 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -143,12 +143,16 @@ if(WIN32)
DESTINATION share/icons)
# translations for libraries (we usually shouldn't need many)
- install(DIRECTORY ${MINGW_PATH}/share/locale
- DESTINATION share
- FILES_MATCHING
- PATTERN "*glib20.mo"
- PATTERN "*gtk30.mo"
- PATTERN "*gtkspell3.mo")
+ file(GLOB inkscape_translations RELATIVE ${CMAKE_SOURCE_DIR}/po/ ${CMAKE_SOURCE_DIR}/po/*.po)
+ foreach(translation ${inkscape_translations})
+ get_filename_component(translation ${translation} NAME_WE)
+ install(DIRECTORY ${MINGW_PATH}/share/locale/${translation}
+ DESTINATION share/locale
+ FILES_MATCHING
+ PATTERN "*glib20.mo"
+ PATTERN "*gtk30.mo"
+ PATTERN "*gtkspell3.mo")
+ endforeach()
install(DIRECTORY ${MINGW_PATH}/share/poppler
DESTINATION share)
diff --git a/CMakeScripts/inkscape-version.cmake b/CMakeScripts/inkscape-version.cmake
index 7d6533a72..163490764 100644
--- a/CMakeScripts/inkscape-version.cmake
+++ b/CMakeScripts/inkscape-version.cmake
@@ -1,8 +1,9 @@
# This is called by cmake as an extermal process from
# ./src/CMakeLists.txt and creates inkscape-version.cpp
#
-# It's also included directly in ./CMakeLists.txt to
-# determine INKSCAPE_REVISION for the 'dist' target
+# It's also included directly in ./CMakeScripts/Dist.cmake to
+# determine INKSCAPE_REVISION, INKSCAPE_REVISION_HASH and INKSCAPE_REVISION_DATE
+# for the 'dist' targets
#
# These variables are defined by the caller, matching the CMake equivilents.
# - ${INKSCAPE_SOURCE_DIR}
@@ -13,13 +14,13 @@ set(INKSCAPE_REVISION "unknown")
if(EXISTS ${INKSCAPE_SOURCE_DIR}/.git)
execute_process(COMMAND git rev-parse --short HEAD
WORKING_DIRECTORY ${INKSCAPE_SOURCE_DIR}
- OUTPUT_VARIABLE INKSCAPE_REV_HASH
+ OUTPUT_VARIABLE INKSCAPE_REVISION_HASH
OUTPUT_STRIP_TRAILING_WHITESPACE)
execute_process(COMMAND git log -n 1 --pretty=%cd --date=short
WORKING_DIRECTORY ${INKSCAPE_SOURCE_DIR}
- OUTPUT_VARIABLE INKSCAPE_REV_DATE
+ OUTPUT_VARIABLE INKSCAPE_REVISION_DATE
OUTPUT_STRIP_TRAILING_WHITESPACE)
- set(INKSCAPE_REVISION "${INKSCAPE_REV_HASH}, ${INKSCAPE_REV_DATE}")
+ set(INKSCAPE_REVISION "${INKSCAPE_REVISION_HASH}, ${INKSCAPE_REVISION_DATE}")
execute_process(COMMAND
git status -s ${INKSCAPE_SOURCE_DIR}/src
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 9edfa004b..000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,16926 +0,0 @@
-2014-02-16 Sebastian Wüst <sebi@timewaster.de>
-
- various optimizations, move extension to 'Export' submenu
-
-2014-02-16 JazzyNico <nicoduf@yahoo.fr>
-
- Fix console messages (see Bug #879058 - Spray Single Path Mode includes original object).
-
-2014-02-15 apenner <penner@vaxxine.com>
-
- Extensions. Scaling of stroke and some sizes into document units, Part 5 (Bug 1240455)
-
-2014-02-16 ~suv <suv-sf@users.sourceforge.net>
-
- Symbols: turn off viewBox-related debug messages (from r13002)
-
-2014-02-14 apenner <penner@vaxxine.com>
-
- Extensions. Scaling of command-line bbox into document units, Part 4 (Bug 1240455)
-
-2014-02-13 apenner <penner@vaxxine.com>
-
- extensions. ink2canvas.py. pass reference to self (Bug 1258473)
-
-2014-02-12 ~suv <suv-sf@users.sourceforge.net>
-
- Image import dialog: add dpi option (from file or default), use compacter layout (help as tooltips)
-
-2014-02-12 tavmjong-free <tavmjong@free.fr>
-
- Set bitmap upscaling preference in Cairo based PS and PDF output.
-
-2014-02-11 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1248542 (fix for filters.svg) by v1nce.
-
-2014-02-11 tavmjong-free <tavmjong@free.fr>
-
- Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984.
-
-2014-02-11 Kris <Kris.De.Gussem@hotmail.com>
-
- fix compiler warnings (bug #1278049 )
-
-2014-02-11 Kris <Kris.De.Gussem@hotmail.com>
-
- suppress compiler warnings
-
-2014-02-11 tavmjong-free <tavmjong@free.fr>
-
- Set 'preserveAspectRatio' to 'none' when importing an image.
-
-2014-02-11 tavmjong-free <tavmjong@free.fr>
-
- Fix parsing of preserveAspectRatio broken in r13016.
-
-2014-02-10 apenner <penner@vaxxine.com>
-
- Extensions->Render submenu. Scaling into document units for grid.cpp (Bug 1240455)
-
-2014-02-10 JazzyNico <nicoduf@yahoo.fr>
-
- Fixing format-security errors in text debug code.
-
-2014-02-09 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- viewbox: simple code clean-up
-
-2014-02-09 apenner <penner@vaxxine.com>
-
- Extensions->Render submenu. Scaling of group transform into document units, Part 3 (Bug 1240455)
-
-2014-02-09 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix build on Mavericks (clang, libc++)
-
-2014-02-09 mathog <mathog@caltech.edu>
-
- memleak fix
-
-2014-02-08 apenner <penner@vaxxine.com>
-
- more robust versions of triangle.py and wireframe_sphere.py, see rev 13007
-
-2014-02-08 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #879058 (Spray Single Path Mode includes original object).
-
-2014-02-08 apenner <penner@vaxxine.com>
-
- reverting triangle.py and wireframe_sphere.py from rev 13007
-
-2014-02-08 mathog <mathog@caltech.edu>
-
- DrawingContext: change variable names ct to dc (bug #1272073)
-
-2014-02-08 mathog <mathog@caltech.edu>
-
- EMF/WMF support: Various changes (see bug #1263242 c35 for details)
-
- EMF support:
- - linear gradients: improve numeric stability on round-trip editing
- - linear gradients: fix scaling issue
-
- libTERE/text_reassemble update:
- - improve handling of whitespace created with large x kerns
- - fix handling of absolute RTL-positioning of LTR text in EMF files
-
- WMF support:
- - fix support for 'textout' records and Placeable headers
- - add support for CREATEPATTERNBRUSH
- - fix offset on load if opened via GUI (bug #1250250)
-
-2014-02-07 apenner <penner@vaxxine.com>
-
- Extensions->Render submenu. Scaling of input parameters into document units, Part 2 (Bug 1240455)
-
-2014-02-07 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1275443 (Including picture results in crash).
-
-2014-02-07 tavmjong-free <tavmjong@free.fr>
-
- Slightly improved fix to previous check-in.
-
-2014-02-07 tavmjong-free <tavmjong@free.fr>
-
- Prevent attempt to initialize/compare std::string with/to null pointer.
-
-2014-02-06 tavmjong-free <tavmjong@free.fr>
-
- Markers are never shown directly, even if outside of <defs> section.
-
-2014-02-06 tavmjong-free <tavmjong@free.fr>
-
- Added new base class to handle viewBox and preserveAspectRatio.
- Updated sp-root, sp-symbol, sp-image, sp-pattern, marker to use new class.
- Fixed some viewport issues when % used.
-
-2014-02-05 apenner <penner@vaxxine.com>
-
- Extensions->Render submenu. Scaling of input parameters into document units, Part 1 (Bug 1240455)
-
-2014-02-05 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2014-02-05 Yuri Chornoivan <yurchor@gmail.com>
-
- Ukrainian translation update
-
-2014-02-05 Yuri Chornoivan <yurchor@gmail.com>
-
- typos in symbols
-
-2014-02-05 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1250685 (Unnecessary gender-specific terms in code).
-
-2014-02-04 JazzyNico <nicoduf@yahoo.fr>
-
- Workaround for Bug #1273510 (crash in in cc_generic_knot_handler() after tool-switch).
-
-2014-02-04 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1275146 (numerous messages of type unknown type: rdf:RDF).
-
-2014-02-02 Sebastian Wüst <sebi@timewaster.de>
-
- added parameter to switch off auto alignment for engraving machines
-
-2014-02-01 apenner <penner@vaxxine.com>
-
- remove vertical offset when stretching a horizontal line (Bug 1275077)
-
-2014-02-01 tavmjong-free <tavmjong@free.fr>
-
- Fix some formatting problems and add formatting info at end of file.
-
-2014-01-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Do not throw TypeNotRegistered exceptions for now, since they interfere
- with debugging via 'catch throw'.
-
-2014-01-31 apenner <penner@vaxxine.com>
-
- simplify equations in get_scale_transform_for_variable_stroke() for the case of 'scaled stroke'/'optimized transforms'
-
-2014-01-31 Martin Owens <doctormo@gmail.com>
-
- Fix spacing/remove tabs and eliminate extra conditional.
-
-2014-01-30 tavmjong-free <tavmjong@free.fr>
-
- Restore default configure.ac, modified version committed by accident.
-
-2014-01-30 tavmjong-free <tavmjong@free.fr>
-
- Don't reverse object order when creating a marker.
-
-2014-01-30 tavmjong-free <tavmjong@free.fr>
-
- Correct positioning of custom markers. Fixes #230491.
-
-2014-01-30 tavmjong-free <tavmjong@free.fr>
-
- Prevent crash if a symbols file does not have a title.
-
-2014-01-29 Martin Owens <doctormo@gmail.com>
-
- Revert sp-image until the refactoring takes.
-
-2014-01-29 ctenar <ctenar@fujitsu.k.utb.cz>
-
- * [INTL:sk] Slovak translation update
-
-2014-01-27 Martin Owens <doctormo@gmail.com>
-
- Protect pdf and png exports from failure and output reasonalbe warnings.
-
-2014-01-27 Martin Owens <doctormo@gmail.com>
-
- Protect export options from blank filenames, png, pdf, emf and wmf. This should fix Bug #941103
-
-2014-01-26 apenner <penner@vaxxine.com>
-
- sbasis-to-bezier : add support for case where Bezier control arm length is zero (Bug 1272119)
-
-2014-01-26 Martin Owens <doctormo@gmail.com>
-
- Check file existance and clean up memory issues thanks to KK and Johan
-
-2014-01-24 Martin Owens <doctormo@gmail.com>
-
- A partial refactor of sp-image.cpp, expect more.
-
-2014-01-24 Martin Owens <doctormo@gmail.com>
-
- Move absolute path generator to URI and use std::strings
-
-2014-01-23 Sebastian Wüst <sebi@timewaster.de>
-
- fixed user description of VS command
-
-2014-01-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fix GTK3 build failure (follow-up to r12971)
-
-2014-01-22 Martin Owens <doctormo@gmail.com>
-
- Make sure we're not interfering with right or middle click with undo prevention bug #168695
-
-2014-01-22 Martin Owens <doctormo@gmail.com>
-
- Don't throw away an existing full path.
-
-2014-01-22 Martin Owens <doctormo@gmail.com>
-
- Improve warnings for missing files. Don't just assert bolocks to the user.
-
-2014-01-22 Martin Owens <doctormo@gmail.com>
-
- Move sub-document reference creation code from uri-reference to document.cpp as createChildDoc(path)
-
-2014-01-22 Martin Owens <doctormo@gmail.com>
-
- Protect against infinate looping of new included hrefs
-
-2014-01-21 Martin Owens <doctormo@gmail.com>
-
- Improve use tag logic by recording the loaded documents in a list.
-
-2014-01-22 mathog <mathog@caltech.edu>
-
- EMF export: fix handling of transformed rectangular gradients (bug #1263242)
-
-2014-01-21 Martin Owens <doctormo@gmail.com>
-
- Move dragging undo block from tools-base to canvas. Regarding bug #168695
-
-2014-01-20 Matthew Petroff <matthew@mpetroff.net>
-
- Revert last commit (breaks changing document units).
-
-2014-01-20 Matthew Petroff <matthew@mpetroff.net>
-
- Fix imprecise viewBox dimensions on page size change (bug #1235279).
-
-2014-01-20 apenner <penner@vaxxine.com>
-
- 1. make scaling of stroke of horizontal line the same as nearly horizontal line. 2. remove vertical offset when using Transform dialog to attempt to vertically scale horizontal line.
-
-2014-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck stuff
-
-2014-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2014-01-20 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1270287 (The toolbox buttons toggle between being pressed and released).
-
-2014-01-19 Martin Owens <doctormo@gmail.com>
-
- Revert changes from r12959 and r12955, impliment new stratedgy to fix bug #168695
-
-2014-01-19 Martin Owens <doctormo@gmail.com>
-
- Allow undo methods to survive a non-sensitive call.
-
-2014-01-19 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. No need to translate strings with one single space.
-
-2014-01-19 JazzyNico <nicoduf@yahoo.fr>
-
- LPE strings consistency fix.
-
-2014-01-19 apenner <penner@vaxxine.com>
-
- fix scaling crash caused by negative stroke (Bug 1270464)
-
-2014-01-19 Martin Owens <doctormo@gmail.com>
-
- Try another fix for the undo when dragging bug #168695
-
-2014-01-17 Martin Owens <doctormo@gmail.com>
-
- Fix missing embeded image condition, kindly caught by suv in bug #1270334
-
-2014-01-18 mathog <mathog@caltech.edu>
-
- libUEMF update; EMF linear gradient bug fixes (bug #1263242)
-
-2014-01-17 kris-degussem
-
- i18n. Fix for Bug #1269943 (Context for message Offset:).
-
-2014-01-17 apenner <penner@vaxxine.com>
-
- avoid singularity when scaling horizontal or vertical line. (Bug 1262146)
-
-2014-01-17 JazzyNico <nicoduf@yahoo.fr>
-
- Better fix for GTK3 build error in symbols.cpp.
-
-2014-01-17 JazzyNico <nicoduf@yahoo.fr>
-
- GTK3 build error in symbols.cpp.
-
-2014-01-17 suv-lp
-
- Simplified patch for symbols i18n and typo in .bzrignore.
-
-2014-01-17 suv-lp
-
- Fix symbols Makefile.am for out-of-src tree build (thanks ~suv).
-
-2014-01-17 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Symbols are now translatable (see Bug #1261198); POT file and French translation updated.
-
-2014-01-16 Martin Owens <doctormo@gmail.com>
-
- More cleaning of the image tag handler and seperate filename from load.
-
-2014-01-16 Kris <Kris.De.Gussem@hotmail.com>
-
- prevent compiler warnings
-
-2014-01-16 Kris <Kris.De.Gussem@hotmail.com>
-
- fix null pointer dereference
-
-2014-01-16 Martin Owens <doctormo@gmail.com>
-
- Clean up sp-image's read_image, remove duplicate code
-
-2014-01-16 JazzyNico <nicoduf@yahoo.fr>
-
- Fixing edit-clear icon in the star tool (partial fix for Bug #1269698).
-
-2014-01-16 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- 2geom: remove accidentally forgotten debug message
-
-2014-01-16 Martin Owens <doctormo@gmail.com>
-
- Add the ability to load external documents in xlink:hrefs such as the use element. See bug #1269880
-
-2014-01-16 ~suv <suv-sf@users.sourceforge.net>
-
- bzrignore: update ignore list to include new i18n file (follow-up to r12937)
-
-2014-01-15 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. New from Template entries now translatable (see Bug #383844). POT file and French translation updated.
-
-2014-01-15 apenner <penner@vaxxine.com>
-
- for rubberband outline, add shading instead of XOR (Bug 1266308)
-
-2014-01-15 tavmjong-free <tavmjong@free.fr>
-
- Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). Note: 523285 is not a bug.
-
-2014-01-15 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1236282 (add full keyboard navigation support for new templates dialog).
-
-2014-01-15 Alex Valavanis <valavanisalex@gmail.com>
-
- drop useless checks for hard Cairo version dependency
-
-2014-01-15 JazzyNico <nicoduf@yahoo.fr>
-
- Additional fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F1) twice).
-
-2014-01-14 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1268778 (Move cursor disappears after clicking on Select Tool (F1) twice).
-
-2014-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- multi-path-manipulator: strip dead code
-
-2014-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- fix warnings on compilers that provide unordered_set
-
-2014-01-14 bryce <bryce@canonical.com>
-
- Fix bzr revision number in version string (LP #1071923)
-
- Patch from David Evans.
-
-2014-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- autogen.sh: Improve portability
-
-2014-01-14 Martin Owens <doctormo@gmail.com>
-
- Merge in patch from mathog in Bug #1241797
-
-2014-01-14 Martin Owens <doctormo@gmail.com>
-
- Merge in patch from bug #1267842 to fix Inkex module open order.
-
-2014-01-14 Martin Owens <doctormo@gmail.com>
-
- Fix bug #1239779 by removing caching for symbols.
-
-2014-01-13 tavmjong-free <tavmjong@free.fr>
-
- Add GUI for feComponentTransfer filter primitive.
-
-2014-01-13 tavmjong-free <tavmjong@free.fr>
-
- Prevent segfault if 'tableValues' is empty.
-
-2014-01-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- update 2geom's copy to r2142
-
-2014-01-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- LPE: rename function getHelperPaths --> getCanvasIndicators (the function is not yet called by anyone, but the naming was confusing)
-
-2014-01-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- lpe knot: code cleanup. mostly adding parens to if-statement predicates that relied on operator precedence
-
-2014-01-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix build with boehm-gc 7.4.0+ (patch by Vladimir Smirnov, slightly modified by me)
-
-2014-01-12 Kris <Kris.De.Gussem@hotmail.com>
-
- pass class variables by reference for performance
-
-2014-01-11 Kris <Kris.De.Gussem@hotmail.com>
-
- pass class variables by reference for performance
-
-2014-01-11 Kris <Kris.De.Gussem@hotmail.com>
-
- gtkmmification (seems there is more margin in desktop-widget.cpp)
-
-2014-01-11 Kris <Kris.De.Gussem@hotmail.com>
-
- suppress compiler warnings
-
-2014-01-10 bryce <bryce@canonical.com>
-
- btool: Fix hitting cmdline limit on XP/Mingw/Msys (Fixes #1251405)
-
- Current releases of trunk fail to build on Windows XP because command
- line length limits are hit. This patch sends only the unique parameters
- from the "libs" field during the link stage to the command. This saves
- enough characters so that btool will complete the build.
-
- It is not a long term solution, but will allow development to continue
- on Windows for a while longer, until the underlying problems can be
- addressed.
-
- Patch authored by David Mathog (mathog)
-
- Signed-off-by: Bryce Harrington <bryce@bryceharrington.org>
-
-2014-01-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add another break. It is not strictly necessary here, but who knows what code is added below in the future.
-
-2014-01-10 Martin Owens <doctormo@gmail.com>
-
- Stop button_release events causing an enter_notify with a simple break. Fixes bug #1255791
-
-2014-01-09 Martin Owens <doctormo@gmail.com>
-
- Give the selection id a default just in case every selected item has no id. Fixes crash in bug #1257417
-
-2014-01-09 Martin Owens <doctormo@gmail.com>
-
- Change Sans to sans-serif on suv's advice in bug #1230241
-
-2014-01-09 Martin Owens <doctormo@gmail.com>
-
- Make Sans the default if pango can't get the family name from the font description. Helps fix bug #1230241
-
-2014-01-09 Kris <Kris.De.Gussem@hotmail.com>
-
- new Dutch translation of pixel art tutorial
-
-2014-01-09 Kris <Kris.De.Gussem@hotmail.com>
-
- tracing pixel art tutorial update
-
-2014-01-09 Martin Owens <doctormo@gmail.com>
-
- For bug #1267552 Allow pseudo class matches to continue matching the rest of a css statement instead of being sufficiant.
-
-2014-01-09 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1266113 (xcf export only allows 90 dpi).
-
-2014-01-09 Kris <Kris.De.Gussem@hotmail.com>
-
- null check: fix regression Bug #1258815 (crash after using Edit nodes icon twice (rev >= 12730))
-
-2014-01-09 Kris <Kris.De.Gussem@hotmail.com>
-
- add null check: should fix bug #1163241 (inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode())
-
-2014-01-09 Kris <Kris.De.Gussem@hotmail.com>
-
- suppress compiler warnings
-
-2014-01-08 Martin Owens <doctormo@gmail.com>
-
- Rebuild symbols collection if opening or closing documents.
-
-2014-01-08 Martin Owens <doctormo@gmail.com>
-
- Add id switch to unsymbol to stop clones from being deleted.
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- comment-out unused code
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warnings
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warning, update comments
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- small code clarification, doesn't change anything, but makes intent more clear
-
-2014-01-08 Martin Owens <doctormo@gmail.com>
-
- Change my mind on the solution to the bug, protect all selection additions.
-
-2014-01-08 tavmjong-free <tavmjong@free.fr>
-
- Prevent infinite loop with bad input.
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- warning cleanup
-
-2014-01-08 Martin Owens <doctormo@gmail.com>
-
- Make damn sure the item hasn't been deleted before adding it.
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix "set but ununused" warning
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- glyph drawing: improve code
-
-2014-01-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix bug (and add parens so we don't rely on operator precedence)
-
-2014-01-08 Martin Owens <doctormo@gmail.com>
-
- Language pseudo class should be case-insenstivie
-
-2014-01-07 Kris <Kris.De.Gussem@hotmail.com>
-
- pot-file update
-
-2014-01-06 Kris <Kris.De.Gussem@hotmail.com>
-
- c-string buffer > Glib::ustring usage
-
-2014-01-06 Jabiertxof <info@marker.es>
-
- Fix transforming shapes with path effect applied (bug #1247324)
-
-2014-01-06 bryce <bryce@canonical.com>
-
- Only display snapping tooltip if source / target are defined (LP #1255764)
-
-2014-01-05 Kris <Kris.De.Gussem@hotmail.com>
-
- Uniform colons usage in UI in front of edit boxes
-
-2014-01-04 apenner <penner@vaxxine.com>
-
- modify get_scale_transform_for_variable_stroke() to be consistent with get_scale_transform_for_uniform_stroke() (Bug 1262146)
-
-2014-01-04 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1057494 (Remove Manual Kerns hides the selected text).
-
-2014-01-04 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1265556 (plain svg export is broken for filter).
-
-2014-01-04 JazzyNico <nicoduf@yahoo.fr>
-
- Fixing errors and warnings in the debug code.
-
-2014-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContext
-
-2014-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- gimpspinscale (upstream #6940c): Add get/set_label
-
-2014-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- gimpspinscale (upstream #fb623): Reorder functions
-
-2014-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- gimpspinscale (upstream #ce8ae): Fix text rendering on dark bg
-
-2014-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- gimpspinscale (upstream #85a09): Fix drag issue
-
-2014-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using GTK_IS_HBOX: Deprecated in Gtk+ 3
-
-2014-01-02 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix pointer initialization ( "0" --> "NULL")
-
-2014-01-02 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- try to improve some error-prone piece of code (icon name related)
-
-2014-01-02 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix Windows build (constness)
-
-2014-01-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix Gtk+ 3.10 warnings: GtkStockItem is deprecated
-
-2014-01-02 Kris <Kris.De.Gussem@hotmail.com>
-
- memory leak fix (doc_title) + code readability
-
-2014-01-02 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #950781 (There is no disk in drive error when opening Inkscape in Windows 7) by Max Gaukler.
-
-2013-12-31 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2013-12-31 apenner <penner@vaxxine.com>
-
- prevent singularity when scaling horizontal or vertical line
-
-2013-12-30 apenner <penner@vaxxine.com>
-
- modify transform behaviour for unscaled stroke width, Preserved Transforms (Bug 1262146)
-
-2013-12-27 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1236282 (add full keyboard navigation support for new templates dialog).
-
-2013-12-26 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1204732 (Inkscape crashed with SIGABRT in __gnu_cxx::__verbose_terminate_handler()).
-
-2013-12-26 Sebastian Wüst <sebi@timewaster.de>
-
- fixed bug serial missing
-
-2013-12-26 Sebastian Wüst <sebi@timewaster.de>
-
- fixed positioning bug
-
-2013-12-26 Sebastian Wüst <sebi@timewaster.de>
-
- added force and speed options and support for KNK Zing plotters
-
-2013-12-24 Kris <Kris.De.Gussem@hotmail.com>
-
- UI message fix
-
-2013-12-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-12-21 UweSchoeler <mail@uwe-schoeler.de>
-
- Update
-
-2013-12-20 Kris <Kris.De.Gussem@hotmail.com>
-
- add null check
-
-2013-12-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Null check added. (should fix bug 1172484)
-
-2013-12-17 apenner <penner@vaxxine.com>
-
- modify transform behaviour for scaled stroke width, Preserved Transforms
-
-2013-12-15 Kris <Kris.De.Gussem@hotmail.com>
-
- Check order (fixing bug 1219264 ?)
-
-2013-12-15 Sebastian Wüst <sebi@timewaster.de>
-
- added show debug info option, small text changes
-
-2013-12-12 tavmjong-free <tavmjong@free.fr>
-
- Accept new CSS blend properties as valid.
-
-2013-12-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).
-
-2013-12-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #498141 (Crash on opening Inkscape Preferences... dialog (color profiles)).
-
-2013-12-12 JazzyNico <nicoduf@yahoo.fr>
-
- Partial fix for Bug #1256347 (spiral and stars tools, the inputbox for turns and corners shows 3 after undo).
-
-2013-12-10 tavmjong-free <tavmjong@free.fr>
-
- New CSS blending modes (outside of filters).
- Define WITH_CSSBLEND to try out.
- Note: The modes are defined in CSS Compositing and Blending Level 1.
- To do: GUI. Isolate SVG drawing from Inkscape background (i.e. page border).
-
-2013-12-10 tavmjong-free <tavmjong@free.fr>
-
- Add JessyInk namespace.
-
-2013-12-10 JazzyNico <nicoduf@yahoo.fr>
-
- Shortcuts. Adding Ctrl+Alt+N for the New From Template dialog.
-
-2013-12-09 Josh Andler <scislac@gmail.com>
-
- Superficial text fix in gradient toolbar.
-
-2013-12-07 apenner <penner@vaxxine.com>
-
- patch by Adolf Mathias and ~suv for Bug 1136495
-
-2013-12-06 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1257007 ([devlibs-gtk3] Crash when clicking on Export As...).
-
-2013-12-05 Kris <Kris.De.Gussem@hotmail.com>
-
- fix Segmentation fault while exporting to Plain SVG (Bug #1202753) (patch of Anshul Bhatnagar)
-
-2013-12-05 Kris <Kris.De.Gussem@hotmail.com>
-
- add null pointer check
-
-2013-12-05 tavmjong-free <tavmjong@free.fr>
-
- New CSS blending and compositing modes.
- Define WITH_CSSBLEND and/or WITH_CSSCOMPOSITE to try out.
- Note: these new modes are not yet defined to apply to SVG filters in the
- CSS Compositing and Blending Level 1 or in CSS Filters Level 1 specifications.
- They are expected to be included in Level 2.
-
-2013-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- ImageMagick exception handling improvements (see Bug #1252719).
-
-2013-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1094511 (GTK3: rulers render with solid black bg).
-
-2013-12-03 tavmjong-free <tavmjong@free.fr>
-
- Restore original file format with added metadata.
-
-2013-11-30 ~suv <suv-sf@users.sourceforge.net>
-
- Fix build with freetype >= 2.5.1
-
-2013-11-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-11-24 Kris <Kris.De.Gussem@hotmail.com>
-
- typo
-
-2013-11-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- reorder header file includes. Because glibmm depends on a deprecated/threads.h of glib, it has to be included first.
-
-2013-11-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- the C++11 fails without this small change in constness of a GSList iterator
-
-2013-11-21 Kris <Kris.De.Gussem@hotmail.com>
-
- UI messages
-
-2013-11-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash bug 1253721, document code with explanation
-
-2013-11-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix memleak
-
-2013-11-19 tavmjong-free <tavmjong@free.fr>
-
- BalloonSymbols.svg rewritten. Balloon symbols should render properly in all browsers.
-
-2013-11-19 tavmjong-free <tavmjong@free.fr>
-
- Increased pattern resolution to fix blocker bug #1251039.
-
-2013-11-19 tavmjong-free <tavmjong@free.fr>
-
- Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
- Removed two unused preference options for bitmaps.
-
-2013-11-18 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix initialization bug, that leads to non-continuous path
-
-2013-11-18 Sebastian Wüst <sebi@timewaster.de>
-
- removed access to private member, fixed dpi calculation
-
-2013-11-18 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fix for Bug #1252229 (As for the verb name XXX (No preferences), XXX are not localized.).
-
-2013-11-17 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- adhere to Python "convention" of using double underscore to indicate class private members
-
-2013-11-17 Sebastian Wüst <sebi@timewaster.de>
-
- added missing documentation
-
-2013-11-17 Sebastian Wüst <sebi@timewaster.de>
-
- changed unit calculation to regard doc unit
-
-2013-11-14 apenner <penner@vaxxine.com>
-
- fix typo in rev 12797
-
-2013-11-14 Sebastian Wüst <sebi@timewaster.de>
-
- small optimizations
-
-2013-11-14 Alex Valavanis <valavanisalex@gmail.com>
-
- More scan-build null pointer checks
-
-2013-11-14 Alex Valavanis <valavanisalex@gmail.com>
-
- splivarot: Clean up assertions where possible
-
-2013-11-13 Sebastian Wüst <sebi@timewaster.de>
-
- renamed some methods + removed unnecessary text + and fixed start option
-
-2013-11-13 Kris <Kris.De.Gussem@hotmail.com>
-
- fix warning
-
-2013-11-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-11-13 JazzyNico <nicoduf@yahoo.fr>
-
- Add command line support for EMF and WMF export, by David Mathog.
-
-2013-11-13 tavmjong-free <tavmjong@free.fr>
-
- Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoomed in"
- Fixed typo in style.cpp which prevent reading in "image-rendering" attribute.
-
-2013-11-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- Windows: need extra define to tell the source code we are in C++11 mode
-
-2013-11-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix C++11 build on Windows, now build finishes without errors with TDM-GCC 4.6.1
-
-2013-11-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix build, complementary to rev12804 (forgot to commit)
-
-2013-11-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix C++11 compilation. There A LOT of const_casts in this file... :-(
-
-2013-11-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- update 2geom : sbasis.h, improves iterators, helps compilation with C++11
-
-2013-11-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- part of patch by David Evans to fix C++11 build
-
-2013-11-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- part of patch by David Evans to fix C++11 build
-
-2013-11-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix type. note that a real fix should get rid of all the macros like SVG_ZOOM_AND_PAN and replace it with enum...
-
-2013-11-12 Sebastian Wüst <sebi@timewaster.de>
-
- fixed transformation bug
-
-2013-11-12 Alex Valavanis <valavanisalex@gmail.com>
-
- splivarot: scan-build fixes and cleanup
-
-2013-11-12 apenner <penner@vaxxine.com>
-
- PathOutline. modify tolerance for detecting smooth joins. (Bug 1247441)
-
-2013-11-12 tavmjong-free <tavmjong@free.fr>
-
- Partial fix for blocker bug 1163449: "Imported bitmap appear blurry when zoomed in"
- Setting style to include "image-rendering:optimizeSpeed" will cause nearest
- neighbor filter to be used in downscaling.
-
-2013-11-12 Markus Engel <markus.engel@tum.de>
-
- Clean up some tool related things.
-
-2013-11-12 Markus Engel <markus.engel@tum.de>
-
- Fix bug in SPSwitch.
-
-2013-11-12 Sebastian Wüst <sebi@timewaster.de>
-
- removed recursion to avoid problems on big documents
-
-2013-11-11 Markus Engel <markus.engel@tum.de>
-
- Fix make check again, new translatable strings have been added in r12787.
-
-2013-11-11 apenner <penner@vaxxine.com>
-
- extensions. dxf output. do not output arc where start = end (Bug 1248104)
-
-2013-11-11 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1249390 (filter with feImage with empty href crashes inkscape).
-
-2013-11-10 Markus Engel <markus.engel@tum.de>
-
- Fix make check.
-
-2013-11-10 Sebastian Wüst <sebi@timewaster.de>
-
- fixed dmpl init sequence
-
-2013-11-10 Sebastian Wüst <sebi@timewaster.de>
-
- fixed and optimized pyserial usage, added dmpl support, small stuff
-
-2013-11-09 Markus Engel <markus.engel@tum.de>
-
- Revert unintentional change.
-
-2013-11-09 Markus Engel <markus.engel@tum.de>
-
- Moved and renamed some tool-related files.
-
-2013-11-09 Sebastian Wüst <sebi@timewaster.de>
-
- added missing translation flags and a small text change
-
-2013-11-09 Sebastian Wüst <sebi@timewaster.de>
-
- fixed flow control problem in plotter extension
-
-2013-11-07 Markus Engel <markus.engel@tum.de>
-
- First step of moving tools into appropriate namespaces.
-
-2013-11-07 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1247985 (Incorrect implementation of plural forms).
-
-2013-11-06 JazzyNico <nicoduf@yahoo.fr>
-
- Partial fix for Bug #1247985 (Incorrect implementation of plural forms).
-
-2013-11-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- remove unused private members
-
-2013-11-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix code (clang complains)
-
-2013-11-04 ~suv <suv-sf@users.sourceforge.net>
-
- Fix make install (autotools) (follow-up to r12733)
-
-2013-11-04 ~suv <suv-sf@users.sourceforge.net>
-
- Fix make check (follow-up to r12773)
-
-2013-11-04 ~suv <suv-sf@users.sourceforge.net>
-
- Fix translation (follow-up to r12774)
-
-2013-11-03 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove antiquated Perl extensions and modules, which were mostly useless.
-
-2013-11-03 Sebastian Wüst <sebi@timewaster.de>
-
- hpgl export + import and serial plotter driver extension with tool offset correction for drag knife plotters
-
-2013-11-03 Sebastian Wüst <sebi@timewaster.de>
-
- added more todos
-
-2013-11-03 Sebastian Wüst <sebi@timewaster.de>
-
- added todo for recursion
-
-2013-11-03 Sebastian Wüst <sebi@timewaster.de>
-
- a 'bit' shorter lines
-
-2013-11-03 Sebastian Wüst <sebi@timewaster.de>
-
- better PEP 8 compatibility
-
-2013-11-02 Sebastian Wüst <sebi@timewaster.de>
-
- text changes
-
-2013-10-28 Sebastian Wüst <sebi@timewaster.de>
-
- be more specific for pyserial download
-
-2013-10-28 Sebastian Wüst <sebi@timewaster.de>
-
- mrege from trunk
-
-2013-10-27 Sebastian Wüst <sebi@timewaster.de>
-
- text change
-
-2013-10-26 Sebastian Wüst <sebi@timewaster.de>
-
- small changes (mainly text)
-
-2013-10-20 Sebastian Wüst <sebi@timewaster.de>
-
- small optimizations
-
-2013-10-20 Sebastian Wüst <sebi@timewaster.de>
-
- changed todo format
-
-2013-10-20 Sebastian Wüst <sebi@timewaster.de>
-
- changed text
-
-2013-10-20 Sebastian Wüst <sebi@timewaster.de>
-
- changed text
-
-2013-10-20 Sebastian Wüst <sebi@timewaster.de>
-
- merge from trunk
-
-2013-10-20 Sebastian Wüst <sebi@timewaster.de>
-
- changed text
-
-2013-10-19 Sebastian Wüst <sebi@timewaster.de>
-
- changed text
-
-2013-10-19 Sebastian Wüst <sebi@timewaster.de>
-
- finished tool offset correction; optimized hpgl data; fixed texts, small bugs, parameters; added flow control parameter; and more
-
-2013-10-18 Sebastian Wüst <sebi@timewaster.de>
-
- fixed float to int conversion
-
-2013-10-12 Sebastian Wüst <sebi@timewaster.de>
-
- removed broken code
-
-2013-10-12 Sebastian Wüst <sebi@timewaster.de>
-
- finished new offset correction
-
-2013-10-09 Sebastian Wüst <sebi@timewaster.de>
-
- small stuff
-
-2013-10-06 Sebastian Wüst <sebi@timewaster.de>
-
- numerous optimizations, fixed bug tool offset correction calculates wrong points when length of line is smaller than tool offset
-
-2013-10-03 Sebastian Wüst <sebi@timewaster.de>
-
- parser can now work with multiple pens, better exception handling
-
-2013-07-27 Sebastian Wüst <sebi@timewaster.de>
-
- small changes + fixes
-
-2013-07-27 Sebastian Wüst <sebi@timewaster.de>
-
- small changes + fixes
-
-2013-07-15 Sebastian Wüst <sebi@timewaster.de>
-
- minor stuff
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- small bugfixes
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- made process_path more readable
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- changed variable names to reflect data
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- pass group transformations via recursion instead of manipulating variable
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- changed find border algorythm to work without number initialization
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- changed all quotes to single quotes except for translations
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- changed how encoder passes errors
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- load whole file instead of one line.
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- changed how decoder is called and errors are passed
-
-2013-07-14 Sebastian Wüst <sebi@timewaster.de>
-
- minor changes
-
-2013-07-13 Sebastian Wüst <sebi@timewaster.de>
-
- moved main hpgl processing to new classes, moved plotter control to a extension dialog
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Minimise diff against libcroco-0.6.8 (pass 1)
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix typo in libcroco/cr-rgb.c
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- libcroco: Merge upstream 0.6.8 changes
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- libcroco: Merge upstream 0.6.7 changes
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- libcroco: Merge upstream 0.6.6 changes
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- libcroco: Merge upstream 0.6.5 changes
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- libcroco: Merge upstream 0.6.4 changes
-
-2013-11-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream libcroco 0.6.3 changes
-
-2013-11-03 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1243394 (XAML exporter doesn't remove unnecessary filters attributes)
-
-2013-11-02 apenner <penner@vaxxine.com>
-
- more conversions from radians to degrees for arcs (Bug 1239462)
-
-2013-11-01 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- improve clang-format settings
-
-2013-11-01 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- build.xml: make it easier to change compiler
-
-2013-11-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix blurry pattern fills on text objects (blocker bug #1005892).
-
-2013-11-01 Alex Valavanis <valavanisalex@gmail.com>
-
- configure.ac: Correct help string for cdr support
-
-2013-11-01 Alex Valavanis <valavanisalex@gmail.com>
-
- libcroco: Backport size checking fix (commit 209e5,aa60a)
-
-2013-10-31 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add clang-format file, not sure if all settings are set the way we want them to be
-
-2013-10-31 apenner <penner@vaxxine.com>
-
- conversions from radians to degrees for arcs (Bug 324117)
-
-2013-10-31 Martin Owens <doctormo@gmail.com>
-
- Remove warning on bbox and allow empty bound selection to clear existing selection.
-
-2013-10-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Partially fix crashes when entering a group with deleted id
-
-2013-10-31 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix memleak. Export dialog still has many of its pointer members leaking !!!
-
-2013-10-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warnings
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- suppress uninitialized variables (x and y) warning, don't ask why... g++'s warningsystem gives false-positive for many permutations of the code in this function
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- saving units is not implemented yet, and noone should call the save method
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- units: fix stroke/gradient/whatever scaling when changing document unit in the document properties dialog
-
-2013-10-29 Kris <Kris.De.Gussem@hotmail.com>
-
- fix warning
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- btool: i know the whole multithread thing was a hack :-) so the fprinting should be done through fprint directly (seems to be more multithread resistant :), instead of through helper functions.
-
-2013-10-29 Kris <Kris.De.Gussem@hotmail.com>
-
- "fix" some "unused parameter" warnings
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix code: prevent cornercase from crashing
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- suppress warning
-
-2013-10-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- supress some compiler warnings
-
-2013-10-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash
-
-2013-10-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- unit display: fix typo
-
-2013-10-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash
-
-2013-10-28 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1156394 (OCAL dialog: Close button in German localization contains label with underscore) by Tobbi-bugs.
-
-2013-10-28 Kris <Kris.De.Gussem@hotmail.com>
-
- "fix" some "unused parameter" warnings
-
-2013-10-27 Kris <Kris.De.Gussem@hotmail.com>
-
- "fix" some "unused parameter" warnings
-
-2013-10-27 Kris <Kris.De.Gussem@hotmail.com>
-
- "fix" some "unused parameter" warnings
-
-2013-10-27 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warning and add comments about fixing code
-
-2013-10-27 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warnings
-
-2013-10-27 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add some nullptr checking, should fix crash (couldn't test)
-
-2013-10-27 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash, partly fix vertical positioning issue. couldn't figure out how to make it work, the applied scale transform works weird somehow
-
-2013-10-27 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- reduce the amount of cmdline output from btool, make it easier to see compile warnings
-
-2013-10-27 Markus Engel <markus.engel@tum.de>
-
- Fix gradient stop selection when switching to dropper tool.
-
-2013-10-27 Markus Engel <markus.engel@tum.de>
-
- Added some consts.
-
-2013-10-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash
-
-2013-10-26 Markus Engel <markus.engel@tum.de>
-
- Fix memleak in reference counting introduced in r12532.
-
-2013-10-25 mathog <mathog@caltech.edu>
-
- Fix for Bug 1241783 (WMF image output size)
-
-2013-10-25 mathog <mathog@caltech.edu>
-
- WMF import: fix scaling of files without ViewPort record
- (see bug 1241783, comment 4-5)
-
-2013-10-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- don't update doc unit stuff when initializing DocumentProperties dialog widgets
-
-2013-10-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- extensions: fix calculation of window center
-
-2013-10-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix unit handling of all python extensions. did not test with all extensions
-
-2013-10-24 mathog <mathog@caltech.edu>
-
- Fix for Bug 1242927 (minor EMF import issues)
-
-2013-10-24 mathog <mathog@caltech.edu>
-
- Fix for Bug 1243937 (EMF import, diagram obscured by full page rectangle)
-
-2013-10-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- try to add some const-correctness
-
-2013-10-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix bad style
-
-2013-10-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix bug "some of the locale-based templates cause objects to be resized when default units are changed" #1236257
-
-2013-10-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash bug 1237676
-
-2013-10-23 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1200399 (xcf export fails if file or layer names contain non-ASCII characters).
-
-2013-10-22 Janis Eisaks <jancs@dv.lv>
-
- Latvian translation update
-
-2013-10-22 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-10-22 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1022543 (Ctrl+C increments the documents count).
-
-2013-10-22 JazzyNico <nicoduf@yahoo.fr>
-
- Fixing unit convertion in PNG import Imagemagick fallback (see Bug #165952).
-
-2013-10-22 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1230292 (dbus service file not included in tarball when doing a make dist) by Ryan Lerch.
-
-2013-10-22 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1126472 (JessyInk zipped pdf or png output should allow low resolution values).
-
-2013-10-22 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- remove confusing bitfield declaration. bitfield not even needed here.
-
-2013-10-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix ambiguity error with C++11 (gcc 4.6.2 Windows)
-
-2013-10-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- C++11 flag needs to be gnu++0x, so the compiler does not go into strict ANSI mode
-
-2013-10-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- update parts of 2geom
-
-2013-10-21 Janis Eisaks <jancs@dv.lv>
-
- Latvian translation update
-
-2013-10-21 Markus Engel <markus.engel@tum.de>
-
- Fix mesh gradient tool.
-
-2013-10-21 Markus Engel <markus.engel@tum.de>
-
- Fix bug introduced in r12686.
-
-2013-10-19 Markus Engel <markus.engel@tum.de>
-
- Fix build errors with clang 3.3 and c++11 enabled.
-
-2013-10-17 Kris <Kris.De.Gussem@hotmail.com>
-
- fix memory reallocation
-
-2013-10-17 Kris <Kris.De.Gussem@hotmail.com>
-
- fix wrong memory deallocation
-
-2013-10-16 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: printf variable identifier
-
-2013-10-16 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck initialisation
-
-2013-10-16 apenner <penner@vaxxine.com>
-
- couple of typos affecting Path->Linked Offset (Bug 1236830)
-
-2013-10-16 Kris <Kris.De.Gussem@hotmail.com>
-
- static code analysis: performance
-
-2013-10-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix colour variable type with gtkmm 3
-
-2013-10-15 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add (commented-out) flag for C++11 compilation. (note that on Windows we use gcc 4.6.1, which calls it C++0x)
-
-2013-10-15 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1239452 (trunk: crash on ungroup...)
-
-2013-10-15 Alex Valavanis <valavanisalex@gmail.com>
-
- eek-preview: Hide unused variable in gtk3 build
-
-2013-10-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated thread protection macros
-
-2013-10-15 Alex Valavanis <valavanisalex@gmail.com>
-
- color-profile: Use Gdk::RGBA for gtkmm 3.0 builds
-
-2013-10-15 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Merging lp:~novalis/inkscape/cleanup branch
-
-2013-10-08 David Turner <novalis@novalis.org>
-
- Remove duplicate if statement
-
-2013-10-14 tavmjong-free <tavmjong@free.fr>
-
- Fix tangent calculation for counter-clockwise arcs.
-
-2013-10-13 Markus Engel <markus.engel@tum.de>
-
- Changes to object creation. Fixes some warning in new from template.
-
-2013-10-13 Kris <Kris.De.Gussem@hotmail.com>
-
- UI message generalisation
-
-2013-10-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-10-13 Kris <Kris.De.Gussem@hotmail.com>
-
- UI message generalisation
-
-2013-10-13 buliabyak
-
- we don't have nondocked dialogs, so rewrite restoring dialogs on startup via DialogManager; do not grab focus when restoring
-
-2013-10-13 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-10-13 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-10-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- Units: stop newing Unit objects. pass around pointers to "undeletable" Unit objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ?
-
-2013-10-12 Markus Engel <markus.engel@tum.de>
-
- Fix crash with experimental lpe tool.
-
-2013-10-10 Markus Engel <markus.engel@tum.de>
-
- Fix some more issues with ellipses.
-
-2013-10-09 apenner <penner@vaxxine.com>
-
- extensions. svgcalendar. patch by David Turner for Bug 1237167
-
-2013-10-09 Markus Engel <markus.engel@tum.de>
-
- Fix cycling through nodes with tab key.
-
-2013-10-09 Markus Engel <markus.engel@tum.de>
-
- Fix for invisible node tool cursor.
-
-2013-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation/Translation. Fix for Bug #1236382 (Typos in comments and message, localization context needed) by Yuri Chornoivan.
-
-2013-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Fix for Bug #627943 (Unexpected RegistryTool message on Windows 7).
-
-2013-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Translations:
- Ukrainian translation udpate by Yuri Chornoivan.
- Latvian translation udpate by Yanis Eisaks.
-
-2013-10-08 tavmjong-free <tavmjong@free.fr>
-
- Seamlessly switch between SVG circle, ellipse, and path (arc) elements while using the Circle, Ellipse, and Arc tool.
-
-2013-10-07 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-10-07 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: initialisation
-
-2013-10-06 Kris <Kris.De.Gussem@hotmail.com>
-
- initialisation
-
-2013-10-06 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-10-06 Martin Owens <doctormo@gmail.com>
-
- Add 3d Box displayName and description
-
-2013-10-06 Martin Owens <doctormo@gmail.com>
-
- Order of message setting for tools
-
-2013-10-05 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Bumping a new release of libdepixelize
-
-2013-10-05 Matthew Petroff <matthew@mpetroff.net>
-
- Fix EMF/WMF import scale (Bug #1229120).
-
-2013-10-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Rewrite the internals of the unit code for somewhat better performance
-
-2013-10-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- C++
-
-2013-10-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- C++
-
-2013-10-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix bug (added some comments to jabiertxof's patch)
-
-2013-10-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix hiding overloaded virtual
-
-2013-10-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- LPE: add some const correctness, remove unused function, and fix potential crash bug
-
-2013-10-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Do not allow NULL _spcurve to be set in PathManipulator.
- Fixes crasher bug #488035.
-
-2013-10-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove unnecessary warning
-
-2013-10-03 buliabyak
-
- if this->pixbuf check must come earlier to prevent crash
-
-2013-10-03 buliabyak
-
- FIXME comment
-
-2013-10-03 buliabyak
-
- properly protect the undo stack from deleting templates and setting viewbox
-
-2013-10-02 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix segment welding in the node tool hanging when a two-point segment
- and at least one additional point is selected. Fixes LP bug #710101.
-
-2013-10-02 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix outfocus gradients. Fixes a regression from 0.48 in the SVG test suite
- (test case pserver-grad-13-b.svg).
-
-2013-10-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Comprehensive fix for the issues with disappearing filtered objects.
- Fixes #304407 and possibly a few other bugs.
- Revert incorrect _item_bbox changes from r12528.
-
-2013-10-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix possible bug in DrawingItem code
-
-2013-10-01 Martin Owens <doctormo@gmail.com>
-
- Revert render svg:patern segment for fill and stroke
-
-2013-10-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Minor improvements to DrawingItem code and documentation
-
-2013-10-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix mismatched tags
-
-2013-10-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix computed shapes disappearing when grouping within filtered groups.
- Fixes blocker LP bug #850992.
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- more string leaks
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix previous commit
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- string leaks
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- memleaks!
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- memleaks
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- memleak
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- memleak!
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix another g_strdup memleak
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix obvious leak
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix memleak
-
-2013-09-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix memleak (duplicating string is not necessary, as ustring's constructor already does that)
-
-2013-09-30 Martin Owens <doctormo@gmail.com>
-
- Fix translations for tool messages
-
-2013-09-30 Martin Owens <doctormo@gmail.com>
-
- Reduce tools-switcher code, add description for node and select toos.
-
-2013-09-30 Markus Engel <markus.engel@tum.de>
-
- Further changes to SPEllipse.
-
-2013-09-29 Martin Owens <doctormo@gmail.com>
-
- Add logging documentation and ignore QtCreator files
-
-2013-09-29 ~suv <suv-sf@users.sourceforge.net>
-
- Tutorials. Add new tutorial to Makefile.am (follow-up to r12626)
-
-2013-09-29 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Adding tutorial-tracing-pixelart
-
-2013-09-28 buliabyak
-
- collectOrphans moved to the end of destructor to prevent leaking of uncollected stuff
-
-2013-09-28 buliabyak
-
- fix leaking of transforms
-
-2013-09-28 buliabyak
-
- clear paints on delete to release reffed paintservers, fixes leaking of gradients
-
-2013-09-28 buliabyak
-
- memleak fix
-
-2013-09-28 apenner <penner@vaxxine.com>
-
- use geometric bbox to calculate filter effect region (Bug 1229971)
-
-2013-09-28 buliabyak
-
- FontInstances were being leaked here by overreffing - every call to Face must unref when done
-
-2013-09-28 buliabyak
-
- order correction: unreffing fonts in ents needs loadedPtr so that must go before loadedPrt is nulled; this didn't crash simply because we never freed FontFactory before; also some comments and remove redundant multiply in hash function
-
-2013-09-28 buliabyak
-
- prevent redundant firing of InitTheFace (pFont never changes, but init is called all over the place); also some nulling and freeing to prevent leaks, and removing the redundant daddy unreffing that is done in ~FontInstance anyway
-
-2013-09-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix two memleaks
-
-2013-09-28 buliabyak
-
- effects don't need to merge into menus if we're running without gui; with this we can purge a redundant reading of menus skeleton, which leaked its xml tree
-
-2013-09-28 Markus Engel <markus.engel@tum.de>
-
- Fixed crash with calligraphic tool in subtract mode.
-
-2013-09-28 buliabyak
-
- fix one code path where fullname wasn't freed
-
-2013-09-28 Markus Engel <markus.engel@tum.de>
-
- Fixed MeasureContext.
-
-2013-09-28 buliabyak
-
- components of _image_name were g_strdup'ed so need to be g_free'd
-
-2013-09-28 buliabyak
-
- dying document needs to delete its perspective
-
-2013-09-28 buliabyak
-
- another place where getURI()->toString() values were leaking
-
-2013-09-28 buliabyak
-
- return value of g_utf16_to_utf8 was leaking here
-
-2013-09-28 buliabyak
-
- on hiding, texts must _clearFlow to release arena items, otherwise they leak
-
-2013-09-28 buliabyak
-
- leak fixes: free marker value on delete; free the return value of uri's toString()
-
-2013-09-28 buliabyak
-
- obvious memleak
-
-2013-09-28 Martin Owens <doctormo@gmail.com>
-
- Allow pixmaps to specify their width and height to control/knots. Allows non-square nodes.
-
-2013-09-28 buliabyak
-
- bug fix: xml:space was not initialized, getting random values
-
-2013-09-27 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: performance + variable type
-
-2013-09-27 Markus Engel <markus.engel@tum.de>
-
- Adjusted code style of SPEllipse.
-
-2013-09-27 Markus Engel <markus.engel@tum.de>
-
- Further refactored SPEllipse.
-
-2013-09-27 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Use Cairo 1.10 blend operators to render feBlend
-
-2013-09-27 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- The downscaling fix is already in Cairo trunk.
- Therefore, remove the image scaling hack from drawing-image.cpp.
-
-2013-09-26 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: performance
-
-2013-09-26 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-09-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- random code cleanup
-
-2013-09-26 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1229605 (inkscape crashes when canceled import pdf).
-
-2013-09-26 Markus Engel <markus.engel@tum.de>
-
- More refactoring, creation of member methods, ...
-
-2013-09-26 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12593).
-
-2013-09-25 Markus Engel <markus.engel@tum.de>
-
- Simplified some in-code circle creation.
-
-2013-09-25 Markus Engel <markus.engel@tum.de>
-
- Refactored SPSpiral.
-
-2013-09-25 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12588).
-
-2013-09-24 Markus Engel <markus.engel@tum.de>
-
- Refactored SPUse.
-
-2013-09-24 Markus Engel <markus.engel@tum.de>
-
- Refactored SPGenericEllipse::set_shape
-
-2013-09-19 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12544).
-
-2013-09-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- C++ify calling a few SPLPEItem functions, much more work than expected... slowly slowly...
-
-2013-09-25 apenner <penner@vaxxine.com>
-
- patch by Tomasz Boczkowski for missing Windows icon (Bug 1228591)
-
-2013-09-25 Ryan Lerch
-
- Fix make dist
-
-2013-09-25 tavmjong-free <tavmjong@free.fr>
-
- Proper fix for bug 1127103 (Filter changes color when object flipped.)
-
-2013-09-25 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Updating libdepixelize version
-
-2013-09-24 bryce <bryce@canonical.com>
-
- Fix my email address through codebase
-
-2013-09-24 bryce <bryce@canonical.com>
-
- bzrignore: Ignore some library makefiles
-
-2013-09-24 Martin Owens <doctormo@gmail.com>
-
- Make sure selection->setList checks for dupes by routing to selection->addList.
-
-2013-09-24 Martin Owens <doctormo@gmail.com>
-
- Replace xml node get_double with simple direct value.
-
-2013-09-24 Martin Owens <doctormo@gmail.com>
-
- change names for displayName and detailedDescription, improve char code and remove const.
-
-2013-09-23 apenner <penner@vaxxine.com>
-
- for bitmap import, use a default value of 90 dpi, if not otherwise specified. Bug 165952, comment 43.
-
-2013-09-24 Markus Engel <markus.engel@tum.de>
-
- Fixed FeComponentTransfer.
-
-2013-09-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash on uninitialized unittracker for spinbuttons. fixes crash on changing major grid line number, possibly other random crashes
-
-2013-09-23 Markus Engel <markus.engel@tum.de>
-
- Added missing registration of FeDistantLight; made sure warnings on missing types are always issued.
-
-2013-09-23 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Bumping new version of libdepixelize
-
-2013-09-23 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Disable smooth output in Inkscape PixelArtDialog
-
-2013-09-22 Matthew Petroff <matthew@mpetroff.net>
-
- Fix percentage document size handling.
-
-2013-09-22 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed bug in last commit.
-
-2013-09-22 Matthew Petroff <matthew@mpetroff.net>
-
- Fix adding viewBox to new documents.
-
-2013-09-22 ~suv <suv-sf@users.sourceforge.net>
-
- Fix CMake build (follow-up to r12567)
-
-2013-09-22 Alex Valavanis <valavanisalex@gmail.com>
-
- autogen.sh: Added note about forthcoming fix for intltool issue
-
-2013-09-21 bryce <bryce@canonical.com>
-
- README: Simplify description and make more current
-
- The C to C++ conversion is old news.
-
-2013-09-21 bryce <bryce@canonical.com>
-
- units: Catch FileError if no units.xml is in /usr/local/...
-
- Reproducible by building and running inkscape in-tree, without
- installation.
-
- #10 0x0000000000aa6873 in Inkscape::Util::UnitTable::UnitTable
- (this=0x11f75e0) at util/units.cpp:195
- filename = 0x121e8f0 "/usr/local/share/inkscape/ui/units.xml"
-
-2013-09-22 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Merge gsoc procedural templates work.
-
-2013-09-21 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Small style fixes.
-
-2013-09-21 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Fix Empty Page xml namespace.
-
-2013-09-21 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Fix templates parameters names.
-
-2013-09-20 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Change paths storage to std::string.
-
-2013-09-20 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Fix Empty Page procedural template.
-
-2013-09-20 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Small style fixes.
-
-2013-09-18 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Opening new documents behaviour fixed.
-
-2013-09-18 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Fix "default_*" template names treatment.
-
-2013-09-15 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Fix procedural templates "modified" status.
-
-2013-09-15 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Fixed available undo after new template creation.
-
-2013-09-15 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Added auto installing empty_page extension
-
-2013-09-15 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Removed search templates case sensitivity
-
-2013-09-10 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Procedural template example added.
-
-2013-09-04 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Creating documents from procedural templates added.
-
-2013-08-24 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Add listing procedural templates in NewFromTemplate dialog.
-
-2013-09-21 Markus Engel <markus.engel@tum.de>
-
- Fixed segfault on copying text.
-
-2013-09-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix preview page number for PDF Cairo import dialog
-
-2013-09-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Rm unused dom/svg2.h
-
-2013-09-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix tautological comparison for enum of unspecified type
-
-2013-09-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop unused static function declarations
-
-2013-09-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix make dist
-
-2013-09-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix format security errors
-
-2013-09-21 Markus Engel <markus.engel@tum.de>
-
- Fixed CMake build.
-
-2013-09-21 Markus Engel <markus.engel@tum.de>
-
- Rectangles can be drawn inside other shapes again.
-
-2013-09-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- remove file from exclude list, linker issue was solved by adding namespace
-
-2013-09-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix Windows build
-
-2013-09-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- partial 2geom update, fixes linker errors
- (duplicate code, should be fixed later)
-
-2013-09-20 Matthew Petroff <matthew@mpetroff.net>
-
- Use viewBox for new documents.
-
-2013-09-20 Martin Owens <doctormo@gmail.com>
-
- Fix the text filter issue and revert many changes.
-
-2013-09-20 Matthew Petroff <matthew@mpetroff.net>
-
- Fix build with dbus api enabled.
-
-2013-09-20 Matthew Petroff <matthew@mpetroff.net>
-
- Merge Google Summer of Code unit improvement.
-
-2013-09-20 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-09-16 Matthew Petroff <matthew@mpetroff.net>
-
- Fix bug in rectangle toolbar.
-
-2013-09-16 Matthew Petroff <matthew@mpetroff.net>
-
- Comment clean up.
-
-2013-09-16 Matthew Petroff <matthew@mpetroff.net>
-
- Fix 3d box document unit change undo bug.
-
-2013-09-16 Matthew Petroff <matthew@mpetroff.net>
-
- Add exponent to expression evaluator.
-
-2013-09-16 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-09-15 Matthew Petroff <matthew@mpetroff.net>
-
- C++ify expression evaluator.
-
-2013-09-15 Matthew Petroff <matthew@mpetroff.net>
-
- Enable unit evaluation in toolbars.
-
-2013-09-15 Matthew Petroff <matthew@mpetroff.net>
-
- Improved code readability.
-
-2013-09-15 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-09-15 Matthew Petroff <matthew@mpetroff.net>
-
- Fix document unit change for disconnected connectors.
-
-2013-09-15 Matthew Petroff <matthew@mpetroff.net>
-
- Fix document unit change for transformed flow text and transformed text on path.
-
-2013-09-14 Matthew Petroff <matthew@mpetroff.net>
-
- Fix bug with tool handles during document unit change.
-
-2013-09-12 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-09-11 Matthew Petroff <matthew@mpetroff.net>
-
- Finish fixing document unit change undo bug.
-
-2013-09-11 Matthew Petroff <matthew@mpetroff.net>
-
- Fix document unit change undo bug.
-
-2013-09-11 Matthew Petroff <matthew@mpetroff.net>
-
- (Mostly) fix document unit change for flowed text.
-
-2013-09-10 Matthew Petroff <matthew@mpetroff.net>
-
- Fix document unit change for 3d boxes and (mostly) for text on path.
-
-2013-09-02 Matthew Petroff <matthew@mpetroff.net>
-
- Fix bug that added transforms to new objects.
-
-2013-09-01 Matthew Petroff <matthew@mpetroff.net>
-
- Forgot to remove "share/ui/units.txt" from "share/ui/Makefile.am".
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Improve code readability.
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Use Quantity comparisons in PageSizer.
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Added Quantity comparison functions.
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Use enum names instead of numbers.
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Fix Windows build.
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Remove no longer used file "share/ui/units.txt".
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Updated templates with viewBox.
-
-2013-08-27 Matthew Petroff <matthew@mpetroff.net>
-
- Added viewBox implement document unit support.
-
-2013-08-25 Matthew Petroff <matthew@mpetroff.net>
-
- Use real world units for page sizes.
-
-2013-09-20 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Using inkscape compact settings to save the icons.svg file
-
-2013-09-20 Markus Engel <markus.engel@tum.de>
-
- Fix grids after C++ification. Patch from Markus Engel
-
-2013-09-20 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- make check: Fix harder. Remove muldefs hack and modify quote-test.h
- so that the hack is not required any more.
-
-2013-09-20 Martin Owens <doctormo@gmail.com>
-
- Refactor status-bar text for multiple items, was very broken
-
-2013-09-20 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix make check after merge of cppify branch
-
-2013-09-20 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix assertion failure on Ctrl+C
-
-2013-09-20 Campbell Barton <ideasman42@gmail.com>
-
- updates for cmake
-
-2013-09-19 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Show warning when input image of Trace Pixel Art dialog is too large.
-
-2013-09-19 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Removing redundant "include config.h"
-
-2013-09-19 Adrian Johnson
-
- Do not require a new layer for clipping paths in the Cairo renderer.
- Fixes LP #523285.
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix serious potential bug in SPImage::print
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove a warning when embedding an image with a mimetype which is not
- directly handled by Cairo
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix colors when tracing
-
-2013-09-19 Martin Owens <doctormo@gmail.com>
-
- Merge in doxygen updates from Vinipsmaker
-
-2013-05-06 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Restoring two setting related to previous Doxygen configuration of LaTeX output
-
- The settings are:
-
- * EXTRA_PACKAGES: The change fix a bug
- * PDF_HYPERLINKS: The change improve the reading if you aren't using an
- electronic device
-
-2013-04-27 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Updated Doxygen configuration file to match new versions
-
- All custom latex config entries were replaced by the defaults, because
- Inkscape's Doxyfile don't generate latex output.
-
- SHOW_DIRECTORIES (previously set to NO) and HTML_ALIGN_MEMBERS (previously set
- to YES) were removed, because these options don't exist in newer versions of
- Doxygen.
-
- Values that didn't exist before were set to the Doxygen's default, expect for
- PROJECT_BRIEF and PROJECT_LOGO, were appropriate values were used.
-
- The remaing values were kept.
-
-2013-09-19 Martin Owens <doctormo@gmail.com>
-
- Merge in Adonis Papaderos' fix for bug lp:898797
-
-2012-08-06 Adonis Papaderos <ado.papas@yahoo.gr>
-
- hack for 898797
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove outdated example file sp-skeleton.cpp
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix type mismatch for platforms where gsize is not unsigned long
-
-2013-09-19 Martin Owens <doctormo@gmail.com>
-
- Revert some agressive changes and allow a seperate filter bbox for FER, should be refactored at some point.
-
-2013-09-19 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Fixing colors in libdepixelize integration output.
-
-2013-09-19 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Updating libdepixelize integration to use new Inkscape::Pixbuf interface.
- Fixes build issue introduced in last commit.
-
-2013-09-19 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Merging libdepixelize branch
-
-2013-09-13 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Missing file from libdepixelize
-
-2013-09-13 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Bumping new version of libdepixelize
-
-2013-09-13 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Removing obvious comments from PixelArtDialog
-
-2013-09-12 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Integrating with libdepixelize
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge C++ification of the SP tree by Markus Engel
-
-2013-09-16 Markus Engel <markus.engel@tum.de>
-
- Added gpl notice
-
-2013-09-16 Markus Engel <markus.engel@tum.de>
-
- Removed TypeInfo; adjusted Factory to meet code style conventions.
-
-2013-09-15 Markus Engel <markus.engel@tum.de>
-
- Added runtime check in SP_-cast macros.
-
-2013-09-14 Markus Engel <markus.engel@tum.de>
-
- Modified SP_IS_ macros.
-
-2013-09-14 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12517).
-
-2013-08-30 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12488).
-
-2013-08-04 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12465).
-
-2013-08-04 Markus Engel <markus.engel@tum.de>
-
- Cleaned up once more.
-
-2013-08-03 Markus Engel <markus.engel@tum.de>
-
- Cleaned up.
-
-2013-08-02 Markus Engel <markus.engel@tum.de>
-
- reordered SPDesktop::set_event_context2; fixed last mismatched-tags
-
-2013-08-01 Markus Engel <markus.engel@tum.de>
-
- Fixed more mismatched-tags; replaced GObject-properties in SPGuide
-
-2013-08-01 Markus Engel <markus.engel@tum.de>
-
- Replacement of unnecessary variables.
-
-2013-07-31 Markus Engel <markus.engel@tum.de>
-
- Removed placement news / explicit destructor calls.
-
-2013-07-31 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12441).
-
-2013-07-31 Markus Engel <markus.engel@tum.de>
-
- Cleaned up a bit; fixed struct vs. class forward declarations.
-
-2013-07-31 Markus Engel <markus.engel@tum.de>
-
- Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
-
-2013-07-30 Markus Engel <markus.engel@tum.de>
-
- Further refactoring of EventContexts.
-
-2013-07-25 Markus Engel <markus.engel@tum.de>
-
- Merge from trunk (r12439).
-
-2013-07-14 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12419).
-
-2013-04-28 Markus Engel <markus.engel@tum.de>
-
- Merged from trunk (r12305)
-
-2013-04-28 Markus Engel <markus.engel@tum.de>
-
- various changes
-
-2013-04-21 Markus Engel <markus.engel@tum.de>
-
- Removed some unused files; more refactoring in EventContext tree.
-
-2013-04-21 Markus Engel <markus.engel@tum.de>
-
- More cleaning.
-
-2013-04-21 Markus Engel <markus.engel@tum.de>
-
- Cleaned up a bit.
-
-2013-04-21 Markus Engel <markus.engel@tum.de>
-
- Some refactoring in RectContext and StarContext.
-
-2013-04-20 Markus Engel <markus.engel@tum.de>
-
- Moved factories to different files.
-
-2013-04-20 Markus Engel <markus.engel@tum.de>
-
- merged from trunk (r12287)
-
-2013-04-20 Markus Engel <markus.engel@tum.de>
-
- Merging of EventContext classes complete.
-
-2013-04-20 Markus Engel <markus.engel@tum.de>
-
- Further changes to EventContexts; they work without GObject
-
-2013-04-13 Markus Engel <markus.engel@tum.de>
-
- Replaced casting macros for EventContext tree; added contructors.
-
-2013-04-13 Markus Engel <markus.engel@tum.de>
-
- Made factory a template.
-
-2013-04-13 Markus Engel <markus.engel@tum.de>
-
- Added prefPaths to contexts; modified SPFactory
-
-2013-04-10 Markus Engel <markus.engel@tum.de>
-
- various little changes
-
-2013-04-10 Markus Engel <markus.engel@tum.de>
-
- Removed unused (ancient!) code.
-
-2013-04-10 Markus Engel <markus.engel@tum.de>
-
- Removed old SPObject factory.
-
-2013-04-09 Markus Engel <markus.engel@tum.de>
-
- Added constructors to EventContext tree / some missing virtual pads.
-
-2013-04-09 Markus Engel <markus.engel@tum.de>
-
- Started conversion of SPEventContext tree; added virtual pads to all classes.
-
-2013-04-08 Markus Engel <markus.engel@tum.de>
-
- Reactivated independent reference counting in the SPObject tree.
-
-2013-04-08 Markus Engel <markus.engel@tum.de>
-
- Added exception to SPFactory / basic handling to SPObject.
-
-2013-04-07 Markus Engel <markus.engel@tum.de>
-
- Merge Object and subclasses. Merging of SP- and C-classes complete.
-
-2013-04-07 Markus Engel <markus.engel@tum.de>
-
- Merged FilterPrimitive and subclasses.
-
-2013-04-06 Markus Engel <markus.engel@tum.de>
-
- Merged more classes.
-
-2013-04-06 Markus Engel <markus.engel@tum.de>
-
- Merged ObjectGroup and subclasses.
-
-2013-04-06 Markus Engel <markus.engel@tum.de>
-
- Merged PaintServer and subclasses; moved Gradient classes to own files.
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- Merged Item.
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- merged from trunk (r12265)
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- Merged FlowX classes.
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- Merged more classes.
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- Merged Group and subclasses.
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- Merged Shape and subclasses. Cleaned up a bit.
-
-2013-04-05 Markus Engel <markus.engel@tum.de>
-
- Combined some classes.
-
-2013-04-04 Markus Engel <markus.engel@tum.de>
-
- Merged SPSpiral and CSpiral.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Combined SPRect and CRect.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Cleaned up a bit. Uses some C++11 features.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Replaced some forgotten old casting macros.
- All object files are first compiled into a static library and then Inkscape and Inkview are linked against this library.
- Thus the linker omits some global function calls that are necessary for class registration.
- This intermediate step was removed so that both executables are directly linked against all object files.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Added virtual destructor to SPObject. Switched to new factory. Replaced some casts. Inkscape seems stable, car.svgz renders correctly to png.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewritten, as they aren't real classes.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Added new factory for SPObject tree objects.
-
-2013-04-02 Markus Engel <markus.engel@tum.de>
-
- Added constructors to SP classes.
-
-2013-04-01 Markus Engel <markus.engel@tum.de>
-
- Added experimental constructor to SPRect. Memory leaks because of non-virtual destructor.
-
-2013-04-01 Markus Engel <markus.engel@tum.de>
-
- Replaced calls to g_object_(un)ref with sp_object_(un)ref.
-
-2013-04-01 Markus Engel <markus.engel@tum.de>
-
- Replaced all casting macros with glib-independent ones.
-
-2013-04-01 Markus Engel <markus.engel@tum.de>
-
- Prepared exchange of casting macros.
-
-2013-03-31 Markus Engel <markus.engel@tum.de>
-
- Added TypeInfo class.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Turned all functions concerning SPSpiral into member functions.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Turned all functions concerning SPRect into member functions.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Removed unused function definitions
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- merged from trunk
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Renamed virtual function names.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- merged from trunk
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Removed function pointers from SPObject and subclasses.
- Added some missing virtual pads for classes that were hidden by preprocessor macros.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Replaced calls to "pattern_new".
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Replaced virtual function call to "build_renderer".
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pads" to
- - SPFilterPrimitive and all subclasses
-
- All subclasses of SPObject now have got virtual pads.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pads" for
- - ColorProfile
- - LivePathEffectObject
- - Persp3D
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pads" to
- - SPAnimation
- - SPIAnimation
- - SPAnimate
-
- fixed compiler error in SPFeFuncNode.
-
-2013-03-30 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pads" to
- - SPFeFuncNode
- - SPFeDistantLight
- - SPFeMergeNode
- - SPFePointLight
- - SPFeSpotLight
- - SPFilter
- - SPFont
- - SPGuide
-
- Changes in SPItem and SPNamedView.
-
-2013-03-14 Markus Engel <markus.engel@tum.de>
-
- Various changes.
-
-2012-10-07 Markus Engel <markus.engel@tum.de>
-
- Added some virtual pad calls to SPObject.
-
-2012-10-06 Markus Engel <markus.engel@tum.de>
-
- Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
-
-2012-09-29 Markus Engel <markus.engel@tum.de>
-
- Removed old calls to set_shape and update_patheffect.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPMissingGlyph.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPDefs.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPDesc.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPMetadata.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPNamedView.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPMask.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPClipPath.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPObjectGroup.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Fixed some virtual function calls in SPItem and SPUse that led to crashes as they were not implemented in the base class.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to
- - SPPaintServer
- - SPPattern
- - SPGradient
- - SPStop
- - SPLinearGradient
- - SPMeshGradient
- - SPMeshPatch
- - SPMeshRow
- - SPRadialGradient
-
- As all subclasses of SPPaintServer now have "virtual pads" with correct inheritance, the virtual function call to "onCreatePattern" was converted to C++ style.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPScript.
-
-2012-08-21 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPString.
-
-2012-08-20 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPStyleElem.
-
-2012-08-20 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPTitle.
-
-2012-08-20 Markus Engel <markus.engel@tum.de>
-
- As all subclasses of SPItem now have "virtual pads" with correct inheritance, all virtual function calls in SPItem were converted to C++ style.
-
-2012-08-20 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPUse.
-
-2012-08-20 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPTRef.
-
-2012-08-20 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPTextPath and SPTSpan.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPText.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPImage.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to
- - SPFlowregion
- - SPFlowregionExclude
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to
- - SPFlowdiv
- - SPFlowtspan
- - SPFlowpara
- - SPFlowline
- - SPFlowregionbreak
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- As all subclasses of SPLPEItem now have "virtual pads" with correct inheritance, the virtual function call to "onUpdatePatheffect" was converted to C++ style.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPSymbol.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPRoot.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPMarker.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPBox3D.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPAnchor.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPGroup and SPSwitch. There was some weird try by someone else.
- SPGroup should work as expected, SPSwitch may still be buggy.
-
-2012-08-19 Markus Engel <markus.engel@tum.de>
-
- As all subclasses of SPShape now have "virtual pads" with correct inheritance, the virtual function call to "onSetShape" was converted to C++ style.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPSpiral.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPRect.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPPolyLine.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPStar.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to Box3DSide.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPPolygon.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPPath.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPOffset.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPLine.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to
- - SPGenericEllipse
- - SPEllipse
- - SPCircle
- - SPArc
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPShape.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPLPEItem.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPItem.
-
-2012-08-18 Markus Engel <markus.engel@tum.de>
-
- Added "virtual pad" to SPObject.
-
-2013-09-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
- called Inkscape::Pixbuf. Replace usage in the code as appropriate.
-
-2013-09-18 Martin Owens <doctormo@gmail.com>
-
- Merge in patch for Jabiertxo Arraiza Cenoz in bug lp:1127103
-
-2013-09-18 Martin Owens <doctormo@gmail.com>
-
- Merge in David Mathog (mathog) patch for bug #1224486
-
-2013-09-18 Martin Owens <doctormo@gmail.com>
-
- Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
-
-2013-09-18 Shlomi Fish <shlomif@shlomifish.org>
-
- Fix cmake+ninja install (bug #1224543)
-
-2013-09-17 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1217602 (Measure Path fails with XML too deep error) by dave m.
-
-2013-09-17 Martin Owens <doctormo@gmail.com>
-
- Remove compute drawbox and replace with area_elarge, make sure we use bbox
-
-2013-09-15 apenner <penner@vaxxine.com>
-
- Path->Inset trial 2. revert rev 12279. (fix Bug 1218333)
-
-2013-09-15 Diederik van Lierop
-
- Scale rendering of pattern fill of text when chaning zoom level; partial fix for blocker bug #1005892; this reinstates a line that was commented out in rev. 12488
-
-2013-09-15 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-09-15 Kris <Kris.De.Gussem@hotmail.com>
-
- UI message uniformisation
-
-2013-09-15 Kris <Kris.De.Gussem@hotmail.com>
-
- UI message uniformisation
-
-2013-09-14 Diederik van Lierop
-
- Fixes bug 953992 (Imported pattern fill disappers while transforming)
-
-2013-09-14 apenner <penner@vaxxine.com>
-
- Path->Inset. remove redundant node on inner join. (Bug 1218333)
-
-2013-09-14 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix windows build
-
-2013-09-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Do not recompress images when embedding and generating PDFs.
- Fixes blocker bug #871563.
-
-2013-09-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix serious bug in recent GdkPixbuf / Cairo interop rework
-
-2013-09-13 Martin Owens <doctormo@gmail.com>
-
- Remove cc2.0 and 2.5 licenses
-
-2013-09-13 Martin Owens <doctormo@gmail.com>
-
- Fix the latest error with the adobe svg ns errors, boundry exceptions caused security failure.
-
-2013-09-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Improve the functions which create GdkPixbuf from Cairo surface
- and vice versa. Simplifies some code.
-
- Also introduce proper refcounting into svg_preview_cache.cpp
- and fix its users.
-
-2013-09-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Use g_match_info_free instead of g_match_info_unref
- for better Glib compatibility
-
-2013-09-12 Martin Owens <doctormo@gmail.com>
-
- Merge in fix for critical blocker #166371
-
-2013-09-12 Martin Owens <doctormo@gmail.com>
-
- Fix regex so it effects the buffer and ban PUBLIC entities too.
-
-2013-09-12 Martin Owens <doctormo@gmail.com>
-
- Improve code with Kosiński's regex replacement
-
-2013-09-11 Martin Owens <doctormo@gmail.com>
-
- Introduce a backup loading method that enables NOENT but hacks out system calls for adobe files
-
-2013-09-12 Matthew Petroff <matthew@mpetroff.net>
-
- Forgot check in last commit.
-
-2013-09-12 Matthew Petroff <matthew@mpetroff.net>
-
- Fix handling of SVG lengths with spaces between value and unit (hopefully without breaking things this time) [Bug #1208002].
-
-2013-09-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix Windows build
-
-2013-09-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- partially revert 12471, this fixes bug 1215575, but undoes the fix for the less important bug 1208002.
- (also improved unit conversion legibility)
-
-2013-09-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- improve legibility
-
-2013-09-08 Martin Owens <doctormo@gmail.com>
-
- Add a check so objects removed from the document dont crash inkscape, happens on close bc event race condition or misorder of what to destroy
-
-2013-09-07 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1219175 (Typing in Layers Dialog searches hidden/unhidden state instead of layer name).
-
-2013-09-07 JazzyNico <nicoduf@yahoo.fr>
-
- Translation. Latvian translation update by Jānis Eisaks.
-
-2013-09-04 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1220758 (gears extention test broke make dist) by Ryan Lerch.
-
-2013-09-02 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Allow EMF import from Wine apps on Linux
-
-2013-09-02 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Unduplicate some code in the metafile printing extensions
-
-2013-09-01 Matthew Petroff <matthew@mpetroff.net>
-
- Fix grids with comma as decimal separator [Bug #1216306].
-
-2013-09-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix compilation warnings in libuemf
-
-2013-09-01 apenner <penner@vaxxine.com>
-
- extensions. simplestyle.py. allow spaces at end of style attribute (Bug 1216859)
-
-2013-09-01 Matthew Petroff <matthew@mpetroff.net>
-
- Fix PNG export with non-px default unit [Bug #1215104].
-
-2013-09-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Update the generate_POTFILES.sh script and POTFILES.in
-
-2013-09-01 Campbell Barton <ideasman42@gmail.com>
-
- update cmakefiles
-
-2013-08-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix error in the Artistic Style options file
-
-2013-08-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add Artistic Style options file
-
-2013-08-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Move libuemf to a separate directory.
- Rename libunicode-convert to symbol_convert and put it in libuemf.
-
-2013-08-30 Martin Owens <doctormo@gmail.com>
-
- Merge in pdf work by david bild, thanks David\!
-
-2013-08-29 David R. Bild <drbild@umich.edu>
-
- use multiple graphic/text layers for pdf+latex output
-
-2013-08-26 David R. Bild <drbild@umich.edu>
-
- Move omit text feature from cairo renderer to context
-
-2013-08-29 Martin Owens <doctormo@gmail.com>
-
- Merge emf/wmf work
-
-2013-08-29 ~suv <suv-sf@users.sourceforge.net>
-
- fix make check (POTFILES.in)
-
-2013-08-29 ~suv <suv-sf@users.sourceforge.net>
-
- adapt to changes in r12471 (unit refactoring)
-
-2013-08-29 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12487)
-
-2013-08-16 David Mathog
-
- Fix compiler warnings
-
-2013-08-15 Kris <Kris.De.Gussem@hotmail.com>
-
- patch of David Mathog in bugtread 988601 comment 186
-
-2013-06-19 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12380)
-
-2013-06-19 David Mathog
-
- changes_2013_05_22a.patch:
-
- 1. Resolves issue of bug #988601 message 170 (Support of 'Unset' styles in EMF export).
-
- 2. Implements CSS 3 (and CSS 2) text-decoration support.
- Note that it does not yet provide any method of adding these features - at present it just shows whatever is in the SVG. This new code is also used to display EMF/WMF strike-through and underline text decorations when these files are read in. Those decorations may also be written out to EMF/WMF. Other text decoration features, like overline, or dotted lines, are dropped. For SVG text-decoration -line, -style, -color are all implemented. CSS3 provides two ways to represent the same state, this code uses the compound text-decoration method rather than the 3 fields method. Also it leaves out keywords that are not needed and would break backwards compatibility. For instance:
-
- text-decoration: underline solid
-
- is valid, but would break CSS2. Solid is the default, so that sort of case is written as:
-
- text-decoration: underline
-
- If the state is CSS3 specific all of the needed fields are of course include, like
-
- text-decoration: underline wavy red
-
- 3. It incorporates the fix for bug 1181326 (Text edit mishandles span of just colored spaces)
-
- 4. It incorporates further changes to text editing so that style can be changed on spans consisting of only spaces when text decorations are present in the span.
-
- 5. It incorporates code to disable text decorations when text so marked is mapped onto a path.
-
- 6. Fixed more bugs in Hebrew language support than I can remember. Hebrew language export/import to EMF now works quite well. (See the examples in libTERE v 0.7.) WMF does not support unicode and for all intents and purposes Inkscape has no way to read or write Hebrew to it. Some of more important things that now work that didn't (or didn't always): Hebrew diacritical marks, R/L/center justification, and bidirectional text. The Hebrew fonts "Ezra SIL" and "EZRA SIL SR" should be installed before viewing the libTERE examples, otherwise font substitutions will cause some text shifts.
-
- 7. Implemented font failover in Text Reassemble, which makes the process more robust. (Again, see the examples in libTERE. )
-
-2013-05-16 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12337)
-
-2013-05-05 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12322)
-
-2013-04-27 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12305)
-
-2013-04-18 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12281)
-
-2013-04-08 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12272)
-
-2013-03-29 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12258)
-
-2013-03-24 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12240)
-
-2013-03-21 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r1228)
-
-2013-03-21 David Mathog
-
- 988601-changes_2013_03_20a.patch
-
- 1. Fixes the clang warnings noted in a post above, other than those
- associated with alignment caused by casting.
-
- 2. Fixes some minor rounding errors in both WMF and EMF input/output.
- Round trip open/save cycles are conservative for EMF and WMF files
- (excluding any features that are not full supported in inkscape or the
- target file format, for instance, gradients, which must be emulated.)
-
- 3. Fixed a missing break in the input WMF LINETO record handling, which
- was falling through into the MOVETO and generating a harmless extra "M"
- operation in a path.
-
- 4. WMF has no POLYPOLYLINE record. However input that maps into
- essentially a polypolyline record in SVG is common, for instance dashed
- lines that have been converted to line segments. These end up in SVG as
- a series of M L M L draw commands in the path. Earlier each M L pair
- was going out as a polyline record, now they go as a series of
- MOVETO/LINETO records. The primary reason for this change is that
- without this change the behavior described in (2) does not occur.
-
- 5. Fixed an issue where polyline and polygon records in some instances
- ended up with an extra copy of their last point.
-
-2013-03-19 ~suv <suv-sf@users.sourceforge.net>
-
- INX: fix typo in internal WMF input/output filetypename
-
-2013-03-19 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12224)
-
-2013-03-19 David Mathog
-
- changes_2013_03_18c.patch
-
- This set of patches does the following:
-
- 1. Fixed a typo ( where "+ sizeof()" should have been "* sizeof()")
- which caused a memory problem for EMF/WMF files with very large numbers
- of hatches.
-
- 2. Added support for background mode, background color, and textcolor
- in hatches. EMF/WMF files change these parameters but the change may
- be silent until many records later. This has the odd effect that a
- stroke or fill may be defined (in SVG) and then it is ignored later
- and replaced with one with a different background color.
-
- 3. Fixed WMF output so that it wasn't adding +1 to the number of pixels
- for Width and Height. (Allows WMF files to go through several cycles
- of save as, open without changing sizes.)
-
- 4. Cleaned up indenting of [ew]mf-{print|inout}.* files, to make
- them compliant with the inkscape standard. All indents are (I hope)
- now 4*i deep.
-
- 5. Added underline/strikeout support for text read from EMF/WMF files.
- Inkscape itself cannot currently render this, but it makes it into the
- SVG, and it shows up correctly when that SVG is read by Opera.
-
- 6. Took out all the "throw" calls, replacing them with g_error(). If
- this comes up again in debugging a define can be used to remap the
- g_error to temporarily reintroduce the throw so that gdb can catch them.
-
- 7. Took out the "%6lf" format changes from patch 11724, retained the
- "127" length limit in the same sscanf.
-
- 8. Put the C type casts back in, reversing those changes from patch
- 11724. This is a style issue, and I could not find clear guidance for
- which way to go. (Nor a good rationale for keeping the lengthier C++
- syntax.) So I reviewed a large swath of other inkscape code to see if
- there was a trend and found a very large number of other sections that
- were using C style casts instead of the more verbose C++ forms. So I
- kept it the way it has been.
-
- 9. The locale changes from 11724 were of course retained.
-
-2013-03-15 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12209)
-
-2013-03-13 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12201)
-
-2013-03-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Prevent crashing on windows systems due to locale issues
-
-2013-03-11 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12191)
-
-2013-03-08 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12182)
-
-2013-03-08 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12181)
-
-2013-03-08 David Mathog
-
- changes_2013_02_25a.patch
-
- New: WMF import/export
-
- implements WMF (Windows Metafile) read and write. Inkscape previously
- supported that through uniconverter, which was not very good with WMF
- files. The new version now has a complete wmf-print/wmf-inout
- implementation, analogous to the previous emf-print/emf-inout. This
- handles images, patterns, and various other goodies to the extent that
- WMF does. WMF is a bit primitive, many fields are only 16 bits, so it
- even more resolution sapping issues than does EMF. Given the choice,
- always use the latter format.
-
-2013-02-13 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12122)
-
-2013-02-13 David Mathog
-
- changes_2013_02_01b.patch
-
- EMF import:
- - Fix for EMF files with MODIFYWINDOWTRANSFORM records containing rotations
- - Add support for embedded PNG and JPG images
- - Fix for PowerPoint patterns
-
- EMF export:
- - Rotated images are exported using MODIFYWINDOWTRANSFORM records
- - Add output option to allow unrotated output (e.g. for PowerPoint 2003)
- - Don't rotate hatch and image fills on export
-
- libTERE:
- - Fix bug with misplaced words in LTR text (fix for RTL untested)
-
-2013-01-24 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12063)
-
-2013-01-22 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12051)
-
-2013-01-01 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r12005)
-
-2012-12-13 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11952)
-
-2012-12-13 David Mathog
-
- preliminary release of the EMF import text reassembly feature.
- (based on libTERE (TExt REassembly), not yet published)
-
- libTERE examines all the text in an EMF file, which consists only of
- little chunks in different formats, and attempts to reassemble it into
- an editable SVG text object, with color, different fonts and so forth.
- (only tested with English)
-
-2012-12-04 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11929)
-
- [win32] Please update to latest devlibs for Windows (r41)
-
-2012-12-04 David Mathog
-
- changes_2012-11_28.patch
-
- EMF import:
- - fix a bug which could potentially show up when a UTF16 string
- was read from an EMF file that contained mostly glyphs that
- needed 3 or 4 byte UTF-8 encoding.
-
-2012-11-26 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11903)
-
-2012-11-14 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11871)
-
-2012-11-14 David Mathog
-
- changes_2012_11_13a.patch
-
- EMF import:
- - More changes to the MAPMODES behavior.
-
-2012-11-10 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11865)
-
-2012-11-01 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11858)
-
-2012-11-01 David Mathog
-
- changes_2012_10_31b.patch
-
- EMF import:
- - better handling of aberrant bitmap records
- - support for reading rarely encountered map modes (MM_LOENGLISH etc.)
- (Output is still always MM_TEXT)
- - better handling of EMF files with offset EMR_HEADER bounds fields
- - improved text import
- (snap font sizes to the nearest whole multiple of 1/32 points)
-
-2012-10-29 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11850)
-
-2012-10-25 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11826)
-
-2012-10-25 David Mathog
-
- changes_2012_10_22b.patch, changes_2012_10_24a.patch
-
- EMF import (Adobe Illustrator EMF files):
- - workaround for issue with page scaling ('MM_ANISOTROPIC', wrong units)
- - fix SETWORLDTRANSFORM operation
- - fix libUEMF to support older/shorter EMF header forms
-
- EMF import (general):
- - fix import of shapes (rectangles) without borders
- - handle EMF bitmap modes where a subsection of the image is extracted
-
- EMF export/import:
- - increased size in mm of the reference device by 100X on EMF export
- (significant when the dpi is calculated on reading the EMF back in)
- - changed dpi calculation:
- (sum of pixels ref device)/(sum of millimeter ref device)
-
-2012-10-22 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11821)
-
-2012-10-19 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11810)
- Note: needs update to latest devlibs r36 for Windows builds
-
-2012-10-18 David Mathog
-
- changes_2012_10_18b.patch:
- Additional fix for text that starts with any of the characters 0x0-0x1F
- cast the tested character to unsigned to prevent dropping of some strings
- (follow-up to r11984)
-
-2012-10-18 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11808)
-
-2012-10-13 David Mathog
-
- Fix SVG formatting (EMF import):
- A typo caused two extra spaces to be appended on the end of any text
- which was read in from an EMF file.
-
-2012-10-12 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11787)
-
-2012-10-09 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11761)
-
-2012-10-09 David Mathog
-
- changes_2012_10_08a.patch:
- - image import from EMR_BITBLT, EMR_STRETCHBLT, and EMR_MASKBLT records
- - sets a default font name (Arial) (for EMFs which specify for a font)
- - drops text that starts with any of the characters 0x0-0x1F
-
-2012-10-08 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11760)
-
-2012-10-05 David Mathog
-
- changes_2012_10_04b.patch: fixes one small memory issue (bytes allocated and never deallocated, not a leak per se)
-
-2012-10-04 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11737)
-
-2012-10-04 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11734)
-
-2012-10-04 David Mathog
-
- update based on patch 'changes_2012_09_27b.patch'
-
-2012-10-04 ~suv <suv-sf@users.sourceforge.net>
-
- revert changes in r11686 (not related to EMF support)
-
-2012-09-27 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11709)
-
-2012-09-27 David Mathog
-
- fix for 'em' and 'ex' units support
- (See also: bug #1036010)
-
-2012-09-27 David Mathog
-
- initial changes to address problem of importing chunks of text into something editable
- (See also: bug #366744)
-
-2012-09-27 David Mathog
-
- fix compiler warnings with old GCC on Mac OS X and Solaris
-
-2012-09-25 ~suv <suv-sf@users.sourceforge.net>
-
- revert .bzrgnore as well
-
-2012-09-25 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11704)
-
-2012-09-25 David Mathog
-
- Changes from 2012-09-24
-
-2012-09-25 ~suv <suv-sf@users.sourceforge.net>
-
- revert changes not strictly required for EMF support
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fix pointer issue in EMF code
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11698)
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- add newly linked-in m4 files to .bzrignore
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fixes bug #988601: omnibus patch for EMF input/output support (cross-platform)
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Add libunicode-convert: routines for converting between Unicode and nonunicode fonts
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fixes bug #1002351: configure.ac warnings on newer autoconf
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fixes bug #989972: avoid link error against static libstdc++ on Windows
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fixes bug #1050064: quiet console messages about supported values for 'color-interpolation-filters'
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- From bug #1048845: proposed addition to livarot for boolean operations
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fixes bug #1029584: support custom dasharrays in 'Fill and Stroke > Stroke style'
-
-2012-09-23 ~suv <suv-sf@users.sourceforge.net>
-
- Fixes bug #986271: memory leak with bitmap images
-
-2013-08-25 Jon A. Cruz <jon@joncruz.org>
-
- Updating outdated test. Fixes bug #1202271.
-
-2013-08-25 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-08-24 JazzyNico <nicoduf@yahoo.fr>
-
- Latvian translation update by Jānis Eisaks.
- Ukrainian translation update by Yuri Chornoivan.
-
-2013-08-22 JazzyNico <nicoduf@yahoo.fr>
-
- New merge text extension (see Bug #960046).
-
-2013-08-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix make check on OS X
-
-2013-08-21 Kris <Kris.De.Gussem@hotmail.com>
-
- better memory leak fix (fixes bug 986271: memory leaks associated with images)
- Patch by David Mathog, including revert of former fix in rev 11268
-
-2013-08-15 tavmjong-free <tavmjong@free.fr>
-
- Prevent writing out empty style strings.
-
-2013-08-15 tavmjong-free <tavmjong@free.fr>
-
- Add option to write out path data using only relative coordinates
- (in addition to using only absolute coordinates or using a mixture
- of absolute and relative coordinates optimized for length).
-
-2013-08-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix Gtk+ 3 build failure and make check
-
-2013-08-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix warning and hopefully fix build failures on Launchpad
-
-2013-08-14 ~suv <suv-sf@users.sourceforge.net>
-
- fix build with dbusapi enabled
-
-2013-08-14 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- NewFromTemplate GSoC project for static templates
-
-2013-08-13 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Cleanups before merge
-
-2013-08-10 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Existing templates metadata added. Small keywords processing fix.
-
-2013-08-06 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Adapted sp_file_new for use with templates
-
-2013-08-04 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Removing template data from XML tree added
-
-2013-07-27 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Template preview size fixed
-
-2013-07-27 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- New preview rendering option in New From Template
-
-2013-07-27 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Templates related bug fixes
-
-2013-07-24 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Templates gui fixes
-
-2013-07-24 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Old templates support removed
-
-2013-07-19 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Minor code fixes
-
-2013-07-19 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- New From Template ui rearrangement
-
-2013-07-17 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Searching by words in descriptions, titles etc. Translation support improved
-
-2013-07-13 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Template info loading + searching by keywords added.
-
-2013-07-08 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Coding style improvements and display bug fixes
-
-2013-07-04 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Added loading templates into NewFromTemplate dialog.
-
-2013-07-03 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Templates menu item fixed
-
-2013-07-02 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Adding NewFromTemplate to the Inkscape menu
-
-2013-06-27 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Coding style fixes
-
-2013-06-22 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Changed comboBox into editable
-
-2013-06-22 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- Coding style fixes
-
-2013-06-18 Slagvi Public <Jan dot Darowski att gmail dott com>
-
- First newFromTemplate commit. Some basic widgets mechanics
-
-2013-08-12 Martin Owens <doctormo@gmail.com>
-
- Merge bool fix and clean up the warning
-
-2013-08-08 Eric Greveson <eric@greveson.co.uk>
-
- Fix to do the "right thing" for difference/intersection boolean ops when
- one or more input paths are truncated to zero-size by the quantization
- step (coordinate rounding). Previously this had only been fixed for union
- ops (which happened to work for exclusion (XOR) ops as well).
-
-2013-08-12 Martin Owens <doctormo@gmail.com>
-
- Merge in object-to-path enabler dbus command
-
-2013-08-12 Eric Greveson <eric@greveson.co.uk>
-
- Allow Object to Path verb from non-GUI (DBus) interface
-
-2013-08-10 JazzyNico <nicoduf@yahoo.fr>
-
- Packaging. Hebrew translation by Yaron Shahrabani.
-
-2013-08-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove missing files from POTFILES.in
-
-2013-08-06 Matthew Petroff <matthew@mpetroff.net>
-
- Merge Google Summer of Code unit refactor.
-
-2013-08-06 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed bug in page sizer.
-
-2013-08-04 Matthew Petroff <matthew@mpetroff.net>
-
- Switched to global UnitTable.
-
-2013-08-03 Matthew Petroff <matthew@mpetroff.net>
-
- Fix handling of SVG lengths with spaces [Bug #1208002].
-
-2013-08-03 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed building of tests.
-
-2013-08-01 Matthew Petroff <matthew@mpetroff.net>
-
- Fix UnitTracker percentage bug.
-
-2013-08-01 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed Windows compile bug.
-
-2013-08-01 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-08-01 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed Windows compile bug.
-
-2013-08-01 Matthew Petroff <matthew@mpetroff.net>
-
- Improved math formatting.
-
-2013-07-31 Matthew Petroff <matthew@mpetroff.net>
-
- Eliminate "unit-constants.h".
-
-2013-07-31 Matthew Petroff <matthew@mpetroff.net>
-
- Added percent support back to select toolbar.
-
-2013-07-29 Matthew Petroff <matthew@mpetroff.net>
-
- Cleanup.
-
-2013-07-29 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-07-29 Matthew Petroff <matthew@mpetroff.net>
-
- Update unit extraction regular expressions.
-
-2013-07-21 Matthew Petroff <matthew@mpetroff.net>
-
- Removed SPMetric.
-
-2013-07-21 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "widgets/ruler.*" away from SPMetric.
-
-2013-07-20 Matthew Petroff <matthew@mpetroff.net>
-
- Ported away from and removed "sp-metrics.*".
-
-2013-07-20 Matthew Petroff <matthew@mpetroff.net>
-
- Add string output functions for units.
-
-2013-07-20 Matthew Petroff <matthew@mpetroff.net>
-
- Removed last traces of "SPUnit" and removed "helper/unit*".
-
-2013-07-20 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "widgets/stroke-style.*".
-
-2013-07-20 Matthew Petroff <matthew@mpetroff.net>
-
- Added percentage support to "Inkscape::Util::Quantity::convert".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Cleanup.
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "live_effects/parameter/unit.*".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "ui/widget/style-swatch.*".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "ui/widget/selected-style.*".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/units.h" from "pen-context.cpp".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/units.h" from "selection-chemistry.cpp".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/units.h" from "display/canvas-grid.cpp".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "src/lpe-tool-context.*"
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/units.h" from "snap-preferences.h".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/units.h" from "ui/dialog/document-properties.cpp".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/unit-menu.h" and "helper/units.h" from "flood-context.h".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp".
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.
-
-2013-07-19 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and "widgets/spw-utilities.h".
-
-2013-07-18 Matthew Petroff <matthew@mpetroff.net>
-
- Switch unit functions from using pointer arguements to reference arguements.
-
-2013-07-18 Matthew Petroff <matthew@mpetroff.net>
-
- Added more more convientent unit functions.
-
-2013-07-18 Matthew Petroff <matthew@mpetroff.net>
-
- Added more convienient unit conversion functions.
-
-2013-07-18 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "display/canvas-grid.*" and "display/canvas-axonomgrid.*".
-
-2013-07-18 Matthew Petroff <matthew@mpetroff.net>
-
- Added quantity string parsing.
-
-2013-07-18 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "ui/dialog/clonetiler.*".
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "ui/dialog/export.*".
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Removed "helper/unit-tracker.*".
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Port remaining files away from "helper/unit-tracker.h".
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed botched merge.
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Temporary fixes/kludges.
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "widgets/node-toolbar.cpp".
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed memory corruption introduced in a previous commit.
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Added copyright header and name to AUTHORS.
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Fixed conversion factors and missed unit include removal.
-
-2013-07-17 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "widgets/text-toolbar.cpp" and "widgets/paintbucket.cpp"
-
-2013-07-16 Matthew Petroff <matthew@mpetroff.net>
-
- Removed unused unit includes.
-
-2013-07-16 Matthew Petroff <matthew@mpetroff.net>
-
- Added new UnitTracker class.
-
-2013-07-09 Matthew Petroff <matthew@mpetroff.net>
-
- Ported sp-namedview.cpp (todo: fix a bunch of things).
-
-2013-07-06 Matthew Petroff <matthew@mpetroff.net>
-
- Switch setWidth and setHeight to use Quantity and switch to forward declaration of Inkscape::Util::Quantity in document.h.
-
-2013-07-06 Matthew Petroff <matthew@mpetroff.net>
-
- Ported measure-context.cpp (to do: port widgets/measure-toolbar.cpp so unit selector works again).
-
-2013-07-01 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-07-01 Matthew Petroff <matthew@mpetroff.net>
-
- Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class.
-
-2013-07-01 Matthew Petroff <matthew@mpetroff.net>
-
- Renamed Length class to Quantity class, fixed bugs, and added functions.
-
-2013-06-24 Matthew Petroff <matthew@mpetroff.net>
-
- Merge from trunk.
-
-2013-06-24 Matthew Petroff <matthew@mpetroff.net>
-
- Added length class.
-
-2013-08-06 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- init SPStyle better: fixes a bunch of bugs resulting from improper re-init of SPStyle struct. (after r12452)
-
-2013-08-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- code cleanup (cppcheck)
-
-2013-08-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix memleak (rows)
-
-2013-08-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-08-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: c-style casts > c++ style casts
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- catch exception by reference
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- reduce variable scope
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- reduce scope of variables
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- rename variable for clarity
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix small "performance" issues (cppcheck)
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix initialization
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix initialization
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- some code cleanup, trying to get it through cppcheck
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix bug
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- cleanup
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- function cleanup
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- remove unused variable
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- init members
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- disable really bad memset on a huge struct that contains member objects besides just integers and enums
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add comment. cppcheck false positive
-
-2013-08-03 apenner <penner@vaxxine.com>
-
- pdf import. re-define tiling pattern scaling matrix (Bug 1168908)
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- cppcheck fix: Memory leak: rows
-
-2013-08-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- cppcheck Common realloc mistake: 'qrsData' nulled but not freed upon failure
-
-2013-08-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix gears test
-
-2013-08-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix return code for extension tests]
-
-2013-08-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix extensions that fail unit tests
-
-2013-08-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix attributes test list
-
-2013-08-02 Alex Valavanis <valavanisalex@googlemail.com>
-
- Fix POTFILES.in missing files
-
-2013-08-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build error
-
-2013-07-31 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-07-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix selection of images in outline mode. Fixes LP #1089702
-
-2013-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove unnecessary variable from the GMarkup-based unit parser
-
-2013-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the "simple SAX" parser. Replace its only use (loading of unit
- definitions in util/units.cpp) with Glib::Markup
-
-2013-07-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove mentions of DialogScript verb from keybinding files
-
-2013-07-24 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Comparison between licenses are now done by comparing the License URI.
-
-2013-07-16 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Merging patch from Peter Liljenberg. License comparison is now done by comparing license URI and nothing else.
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Actually remove approx-equal.h (oops again)
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix stray prototype of a removed function
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Actually remove the file containing the unused fix (oops)
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove unused fix for an ancient problem with g_ascii_strtod
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove approx-equal.h and replace with Geom::are_near
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix spelling error in filename
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the Digest class. Replace its only use with a glibmm call.
-
-2013-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the disabled script dialog and the nonfunctional Java binding
-
-2013-07-21 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-07-18 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Added my name to the AUTHORS file.
-
-2013-07-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Rename the "clipart" directory to the more descriptive name "branding".
- Remove duplicate Inkscape logos.
-
-2013-07-17 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Changed metadata tooltips to match the definition of Dublin Core terms.
-
-2013-06-24 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Changed document properties - metadata tooltips to match the definition of dublin core terms.
-
-2013-07-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix ordering of verbs
-
-2013-07-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Revert accidental change to configure.ac
-
-2013-07-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining g_type_init deprecation issues
-
-2013-07-16 apenner <penner@vaxxine.com>
-
- Shape calculations. re-introduce grid of a smaller size. (http://article.gmane.org/gmane.comp.graphics.inkscape.devel/40786)
-
-2013-07-13 Jon A. Cruz <jon@joncruz.org>
-
- Minor C++ish refactoring pass.
-
-2013-07-13 Jon A. Cruz <jon@joncruz.org>
-
- Whitespace cleanup.
-
-2013-07-12 Martin Owens <doctormo@gmail.com>
-
- Use Jon Cruz info about OptRect to correctly get area height and width
-
-2013-07-12 Martin Owens <doctormo@gmail.com>
-
- Do not effect the focus in align computation
-
-2013-07-11 Martin Owens <doctormo@gmail.com>
-
- Change small to sml to fix windows compile problem
-
-2013-07-10 Martin Owens <doctormo@gmail.com>
-
- Remove align point, not required any more
-
-2013-07-10 Martin Owens <doctormo@gmail.com>
-
- Step 2 refactoring the align functions, added some functionality to selection.
-
-2013-07-10 Martin Owens <doctormo@gmail.com>
-
- Merge in Eric's dbus name option
-
-2013-07-10 Eric Greveson <eric@greveson.co.uk>
-
- Merge from trunk
-
-2013-07-10 Eric Greveson <eric@greveson.co.uk>
-
- Added "dbus-name" command line option to allow a D-Bus bus name other than
- "org.inkscape" to be specified. This allows multiple Inkscape instances to
- be controlled over D-Bus in a single user session.
-
-2013-07-09 Martin Owens <doctormo@gmail.com>
-
- Small refactor of align and distribute to reduce complexity.
-
-2013-07-09 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1185132 (colorspace.h not included in the tarball when doing a make dist) by Ryan Lerch.
-
-2013-07-08 Martin Owens <doctormo@gmail.com>
-
- Revert wrong changes and apply right fixes from prev-commit
-
-2013-07-07 Martin Owens <doctormo@gmail.com>
-
- Make colour a guint instead of a uint. bug 1198501
-
-2013-07-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build failure with GDL >= 3.6
-
-2013-07-06 Martin Owens <doctormo@gmail.com>
-
- Fix verbs that were out by 5 because of missing script verbs (broken between r7137-r11611)
-
-2013-07-05 Martin Owens <doctormo@gmail.com>
-
- Merge: Add Hershey extension for engraving fonts
-
-2012-12-16 ~suv <suv-sf@users.sourceforge.net>
-
- merge from trunk (r11955)
-
-2012-12-16 ~suv <suv-sf@users.sourceforge.net>
-
- Hershey Text: whitespace; py: docstring, modeline; inx: fix attribute value
-
-2012-09-21 Windell Oskay
-
- Add extension 'Render > Hershey Text' for engraving fonts
-
-2013-07-05 Martin Owens <doctormo@gmail.com>
-
- Merge: version 2.31 of the guides creator
-
-2011-05-01 Peter Lieverdink <me@cafuego.net>
-
- Raise the limit on the number of guides from 100 to 1000.
-
-2011-05-01 Peter Lieverdink <me@cafuego.net>
-
- Replace guides creator with upstream guides creator version 2.31.
-
-2013-07-05 Martin Owens <doctormo@gmail.com>
-
- Merge: scale, rotate and skew handles refactoring
-
-2013-07-05 Martin Owens <doctormo@gmail.com>
-
- Adjust sizes of lists
-
-2013-07-04 Martin Owens <doctormo@gmail.com>
-
- Improve handle xpm loading using rotate
-
-2013-07-05 Martin Owens <doctormo@gmail.com>
-
- Merge: Command-line and DBus refactoring to improve inkscapes ability to be run headless.
-
-2013-07-04 Eric Greveson <eric@greveson.co.uk>
-
- Fix for builds without --enable-dbusapi (missing #ifdef)
-
-2013-07-04 Eric Greveson <eric@greveson.co.uk>
-
- Further renaming of DBus variables (object -> app_interface/doc_interface
- and doc_context -> target)
- Fixes to application interface for document_new (now only works in
- console mode, and behaves as expected)
-
-2013-07-04 Eric Greveson <eric@greveson.co.uk>
-
- Code readability improvements and licence changes for action-context.*
- based on merge request code review and feedback
-
-2013-07-03 Eric Greveson <eric@greveson.co.uk>
-
- Merge recent changes from inkscape trunk
-
-2013-07-03 Eric Greveson <eric@greveson.co.uk>
-
- Changed dbus interface to treat 'division' like other boolops, with a new
- return type for selection_combine to support this (array of string).
- This also fixes a bug with not setting the error flag when returning NULL
- from this method.
- Refactored some more selection verbs to allow use in no-GUI mode.
-
-2013-07-03 Eric Greveson <eric@greveson.co.uk>
-
- Modified dbus interface so that it works in console mode (--dbus-listen)
- Modified action context setup so that in console mode, when a document is
- added to the main inkscape app instance, it gets a selection model and
- layer model automatically set up for it
- Made a couple more verbs work in console mode
-
-2013-07-01 Eric Greveson <eric@greveson.co.uk>
-
- Added error messages when attempting to use verbs requiring GUI in
- console (--without-gui) mode.
-
-2013-07-01 Eric Greveson <eric@greveson.co.uk>
-
- Added new files referenced in previous commit message (forgot to add!)
-
-2013-07-01 Eric Greveson <eric@greveson.co.uk>
-
- Factored layer model out into new Inkscape::LayerModel class. This allows
- Inkscape::Selection to use a LayerModel that is not associated with a UI.
- Changed the interface of verbs (SPAction) to use a new ActionContext
- rather than UI::View::View, again so that verbs may be used in a console
- mode.
- Modified boolean operation verbs to work in console-only mode.
- Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
- Modified main.cpp to process selections and verbs in no-GUI mode.
- Other changes are all consequences of the SPDesktop, Selection and
- LayerModel interface changes.
-
-2013-07-03 Martin Owens <doctormo@gmail.com>
-
- Make handle colour a configurable property.
-
-2013-07-01 Martin Owens <doctormo@gmail.com>
-
- Refactor resize, rotate, skew handle code
-
-2013-07-01 apenner <penner@vaxxine.com>
-
- Shape calculations. do not quantize the coordinates. (Bug 168158)
-
-2013-07-01 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- LPE bend path: fix crash on "uskeleton.cuts.back()" because of empty uskeleton.
-
-2013-06-29 apenner <penner@vaxxine.com>
-
- Transform dialog. do not use singular transforms. (Bug 1189446)
-
-2013-06-29 Martin Owens <doctormo@gmail.com>
-
- Make DAMN sure paths with zero nodes do not cause a crash.
-
-2013-06-28 Martin Owens <doctormo@gmail.com>
-
- Fix crash when undoing/redoing a duplicate layer.
-
-2013-06-27 Martin Owens <doctormo@gmail.com>
-
- Add the ability to reorder filters using drag-drop in the gtklist
-
-2013-06-27 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Strings consistency fix in Rack gears extension.
- Translations. Translatable files list, translation template and French translation update.
-
-2013-06-26 Martin Owens <doctormo@gmail.com>
-
- Update makefile for extensions for gears
-
-2013-06-26 Martin Owens <doctormo@gmail.com>
-
- Add render rack gear extension from bug#1174800, modify gears location to render sub-menu
-
-2013-06-26 Martin Owens <doctormo@gmail.com>
-
- Fix Gtk3 build by including togglebutton header
-
-2013-06-26 Martin Owens <doctormo@gmail.com>
-
- Using CC0 link instead of old Public Domain link
-
-2013-06-25 Martin Owens <doctormo@gmail.com>
-
- Merge in: remove-hard-coded-toggle-dropper-keybinding
-
-2013-06-17 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Removed hard coded keybinding from event-context.cpp and added the appropiate function call in verbs.cpp
-
-2013-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Correctly ignore symbolic link to ltmain.sh
-
-2013-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Documentation spelling fix
-
-2013-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove unused file memeq.h
-
-2013-06-23 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2013-06-21 Kris <Kris.De.Gussem@hotmail.com>
-
- odf metadata - let's begin with a first step to full ODF compatibility
-
-2013-06-21 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-06-21 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Finnish translation fix by Ville Pätsi (see Bug #752457) and translation template update.
-
-2013-06-17 Martin Owens <doctormo@gmail.com>
-
- Fix my own mis-credit and some symbols labels
-
-2013-06-16 Martin Owens <doctormo@gmail.com>
-
- Fix layer selection so defs don't change layers, updated symbol text.
-
-2013-06-16 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1184408 : Additional zoom levels in zoom context menu
-
-2013-06-16 John Smith <john.smith7545@yahoo.com>
-
- Revert Fix for 600285 : Zoom slider
-
-2013-06-15 Martin Owens <doctormo@gmail.com>
-
- Improve icons for symbols dialog
-
-2013-06-15 Martin Owens <doctormo@gmail.com>
-
- Fix crash for external symbol documents, should never select these items.
-
-2013-06-15 Martin Owens <doctormo@gmail.com>
-
- Big change in symbols ui and selection chemistry.
-
-2013-06-14 Martin Owens <doctormo@gmail.com>
-
- Allow svg elements to be ungrouped
-
-2013-06-13 Martin Owens <doctormo@gmail.com>
-
- Do not allow markers for children of markers (prevent loop)
-
-2013-06-12 Martin Owens <doctormo@gmail.com>
-
- Use fixed inkscape icon for 'no-marker' instead of gtk theme icon
-
-2013-06-11 Martin Owens <doctormo@gmail.com>
-
- Fix Apache2 license conflict with GPL with re-license from SOIX upstream
-
-2013-06-11 Martin Owens <doctormo@gmail.com>
-
- Use 'remove' instead of 'gtk-remove' for theme.
-
-2013-06-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Restore the old behavior of autogen.sh
- (do not automatically run configure).
-
-2013-06-11 Martin Owens <doctormo@gmail.com>
-
- Change back to using NULL and fix windows theme error by checking
-
-2013-06-11 Martin Owens <doctormo@gmail.com>
-
- Fix bug where symbols weren't identified as such
-
-2013-06-11 apenner <penner@vaxxine.com>
-
- extensions. hpgl input. new import routine by TimeWaster
-
-2013-06-11 Martin Owens <doctormo@gmail.com>
-
- Fix new bug with No-Marker having no icon, use Stock GTK::Remove icon for No-Marker.
-
-2013-06-11 Martin Owens <doctormo@gmail.com>
-
- Change marker layout in stroke-widget so they are all on one line.
-
-2013-06-10 apenner <penner@vaxxine.com>
-
- use visual bbox in calculation of filter area (Bug 1188336)
-
-2013-06-09 Jon A. Cruz <jon@joncruz.org>
-
- Remove use of separate array for scale values.
-
-2013-06-09 Jon A. Cruz <jon@joncruz.org>
-
- Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.
-
-2013-06-07 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Refactor --export-pdf-version detection.
-
- If the user try to export the pdf and ps versions at one run, the
- sp_export_pdf detection would fail. A better approach (this commit) is to check
- the mime argument.
-
-2013-06-07 Jon A. Cruz <jon@joncruz.org>
-
- C++ conversion of parallel arrays to vector of class instances.
-
-2013-06-07 Jon A. Cruz <jon@joncruz.org>
-
- Check for value in range before dereferencing.
-
-2013-06-06 Jon A. Cruz <jon@joncruz.org>
-
- Glibmm 2.32+ fix extended to optional components. Fixes bug #1179338.
-
-2013-06-06 Jon A. Cruz <jon@joncruz.org>
-
- Adding inclusion of config.h where needed for threads.h check.
-
-2013-06-06 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2013-06-06 Jon A. Cruz <jon@joncruz.org>
-
- Added configure/ifdef guards to only bring in the needed #include if glibmm has it.
-
-2013-06-06 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Fixes r12348 and r12350.
-
- Typo error (sp_export_pdf_version instead sp_export_pdf).
-
-2013-06-05 Martin Owens <doctormo@gmail.com>
-
- Fix symbol-title missing crash
-
-2013-06-05 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Add option to set --export-ps-level. Fixes bug #669748.
-
- Moreover, a bug in --export-pdf-version was fixed. The bug made Inkscape crash
- if someone try to export a ps file.
-
-2013-06-05 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Refactor: Changed some functions from Extension to const.
-
- The functions changed to const:
-
- * get_param_color
- * get_param_enum
- * get_param_optiongroup
- * get_param_enum_contains
-
-2013-06-05 Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
-
- Add command line option to specify PDF export version. Patch from schwieni.
-
- From the patch's author:
-
- Additional command line option added to export to different PDF-versions
- supported by cairo (currently only "PDF 1.4" and "PDF 1.5"). The user must
- provide the exact string found in the PDF-export dialog of Inkscape. This
- feature was previously only accessible via the GUI of Inkscape. This option is
- useful for people opting for PDF-a conformance in their PDFs. Moreover, the
- Extension and Parameter classes are extended by setters for enum parameters
- (used in combo boxes).
-
-2013-06-04 Jon A. Cruz <jon@joncruz.org>
-
- Correct to compile against recent gtkmm, including updated macports versions. Fixes bug #1179338.
-
-2013-06-04 Jon A. Cruz <jon@joncruz.org>
-
- Correct to compile against recent gtkmm, including updated macports versions. Fixes bug #1179338.
-
-2013-06-02 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-05-29 tavmjong-free <tavmjong@free.fr>
-
- Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.
-
-2013-05-27 apenner <penner@vaxxine.com>
-
- extensions. dxf input. create default layer 0 if it does not exist (Bug 1123907)
-
-2013-05-26 tavmjong-free <tavmjong@free.fr>
-
- Prevent crash from middle marker when a path or polyline has only one point.
-
-2013-05-25 apenner <penner@vaxxine.com>
-
- boolops. allow Division to create hole (Bug 499744)
-
-2013-05-25 JazzyNico <nicoduf@yahoo.fr>
-
- Reverting fix for Bug #1022543.
-
-2013-05-21 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1022543 (Ctrl+C increments the documents count) by Maggio.
-
-2013-05-18 Jon A. Cruz <jon@joncruz.org>
-
- Refactored internals to use a vector of structs instead of several parallel arrays.
-
-2013-05-16 Martin Owens <doctormo@gmail.com>
-
- New symbol-button icons
-
-2013-05-16 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. More include fixes for glibmm 2.36 (file dialog).
-
-2013-05-15 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Fixing some more include issues (glibmm threads depracation).
-
-2013-05-14 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Adding missing include (failed with the gtk3 devlibs).
-
-2013-05-13 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1173806 (Don't use deprecated g_type_init()) by Davis Evans.
-
-2013-05-13 insaner <launchpad@insaner.com>
-
- cleanup document option to clean up unused swatches
-
-2013-05-12 Jon A. Cruz <jon@joncruz.org>
-
- Moved icc selector members to internal helper.
-
-2013-05-12 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. PO template update.
-
-2013-05-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1085949 (Use ImageMagick fallback when importing bitmap resolution).
-
-2013-05-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #448872 (Changing the bounding box type in preferences does not update the preview) by Vinipsmaker.
-
-2013-05-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.
-
-2013-05-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #683561 (Can't select text using click - [SHIFT+click]).
-
-2013-05-12 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #515267 (CTRL+DEL and CTRL+BACKSPACE in text boxes doesn't work)
-
-2013-05-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 871563 : JPG images are recompressed with lower quality when embedded
-
-2013-05-09 Martin Owens <doctormo@gmail.com>
-
- Improve code documentation for symbols
-
-2013-05-08 Garret <garrettl@gmail.com>
-
- Palettes: Add pure black and white to Tango palette
-
-2013-05-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1171434 : trunk: INX <optiongroup> broken^
-
-2013-05-03 Jon A. Cruz <jon@joncruz.org>
-
- Christoffer Holmstedt 2013-04-21 Fixed compilation warnings and updated tweak-move and tweak-move-jitter cursors. Fixes bug #587729.
-
-2013-04-21 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Fixed compilation warnings and updated tweak-move and tweak-move-jitter cursors.
-
-2013-04-18 Christoffer Holmstedt <christoffer.holmstedt@gmail.com>
-
- Added 9 cursors for the tweak tool.
-
-2013-05-02 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix UI after inclusion of gimp style sliders
-
-2013-05-02 insaner <launchpad@insaner.com>
-
- alt + scroll to select messes up opacity
-
-2013-05-01 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix typo in en_gb translation
-
-2013-05-01 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix UI after inclusion of gimp style sliders
-
-2013-05-01 Jon A. Cruz <jon@joncruz.org>
-
- Update minimum window size logic for cases when not saving window positions.
-
-2013-04-30 Jon A. Cruz <jon@joncruz.org>
-
- Fix for Bug #830663 (default window size is too small) by Jiabao Wu
-
-2013-05-01 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #629081 (Spiro and path operations fails) by Matthew Petroff.
-
-2013-05-01 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Petroff.
-
-2013-04-29 Kris <Kris.De.Gussem@hotmail.com>
-
- UI messages
-
-2013-04-28 Jon A. Cruz <jon@joncruz.org>
-
- Fixed logic error confusing bitwise and with logical and.
- Whitespace cleanup to make the issue easier to spot.
-
-2013-04-28 Jon A. Cruz <jon@joncruz.org>
-
- Temporily fix abiguous macros before later removal.
-
-2013-04-28 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2013-04-28 Kris <Kris.De.Gussem@hotmail.com>
-
- UI messages: end with : in front of edit box
-
-2013-04-28 Kris <Kris.De.Gussem@hotmail.com>
-
- minor cppcheck stuff
-
-2013-04-27 apenner <penner@vaxxine.com>
-
- update bbox when Filter General Settings modified (Bug 960986)
-
-2013-04-26 apenner <penner@vaxxine.com>
-
- modify bbox width for Blur filter in Fill & Stroke (Bug 1171208)
-
-2013-04-23 Kris <Kris.De.Gussem@hotmail.com>
-
- translation typo
-
-2013-04-23 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-04-23 Kris <Kris.De.Gussem@hotmail.com>
-
- revert r12297
-
-2013-04-23 Martin Owens <doctormo@gmail.com>
-
- Add MapSymbols from OpenStreetMap.
-
-2013-04-23 Martin Owens <doctormo@gmail.com>
-
- Allow multiple groups to be symbolised and replace groups with clones.
-
-2013-04-22 Martin Owens <doctormo@gmail.com>
-
- Allow out of src building for wildcard Makes
-
-2013-04-22 Martin Owens <doctormo@gmail.com>
-
- Add balloon symbols and connect defs modified signal.
-
-2013-04-22 Kris <Kris.De.Gussem@hotmail.com>
-
- define booleans as booleans (prevent future errors in comparisons)
-
-2013-04-21 Kris <Kris.De.Gussem@hotmail.com>
-
- fix warnings
-
-2013-04-21 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.
-
-2013-04-21 John Smith <john.smith7545@yahoo.com>
-
- Fix for 600285 : Zoom slider
-
-2013-04-21 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-04-21 Martin Owens <doctormo@gmail.com>
-
- Fix symbols not being installed bug reported by suv
-
-2013-04-21 Martin Owens <doctormo@gmail.com>
-
- Clean up symbol pixmap generator and title description
-
-2013-04-20 Martin Owens <doctormo@gmail.com>
-
- Warn if we get a NULL object
-
-2013-04-20 Martin Owens <doctormo@gmail.com>
-
- Output attributes as lengths instead of doubles.
-
-2013-04-20 Martin Owens <doctormo@gmail.com>
-
- Throw better error when attribute isn't available
-
-2013-04-20 Martin Owens <doctormo@gmail.com>
-
- Pull Merge
-
-2013-04-20 apenner <penner@vaxxine.com>
-
- Group bbox update (Bug 1168979)
-
-2013-04-20 Kris <Kris.De.Gussem@hotmail.com>
-
- minor odg export update
-
-2013-04-20 Martin Owens <doctormo@gmail.com>
-
- Remove GLib error and remove some cruft
-
-2013-04-19 Martin Owens <doctormo@gmail.com>
-
- Use wildcard blob for symbols Makefile.am
-
-2013-04-19 Josh Andler <scislac@gmail.com>
-
- Install the new Flow symbols
-
-2013-04-19 Martin Owens <doctormo@gmail.com>
-
- Cleaned up flow symbols file
-
-2013-04-19 Martin Owens <doctormo@gmail.com>
-
- New flow char symbols
-
-2013-04-18 Martin Owens <doctormo@gmail.com>
-
- Updated aiga symbols to have more meta data and used document title for symbols dropdown
-
-2013-04-18 Josh Andler <scislac@gmail.com>
-
- Add symbolic icons set by Jimmac & Barbara Muraus
-
-2013-04-18 Josh Andler <scislac@gmail.com>
-
- Resaved icons using preferences from http://wiki.inkscape.org/wiki/index.php/Icons#Single_SVG_File
-
-2013-04-18 apenner <penner@vaxxine.com>
-
- Path Union. fix for Bug 614577
-
-2013-04-18 Martin Owens <doctormo@gmail.com>
-
- Change symbols icon and give minimum size for dialog
-
-2013-04-15 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #503712 (Personal default template not used) by Slagvi.
-
-2013-04-12 Kris <Kris.De.Gussem@hotmail.com>
-
- odg export: some work on gradients
-
-2013-04-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix some broken Vim modelines
-
-2013-04-08 apenner <penner@vaxxine.com>
-
- patch by Damjan Velickovski for rotation snap degrees, Bug 525508
-
-2013-04-08 apenner <penner@vaxxine.com>
-
- extensions. Desktop Cutting Plotter (DXF R14) output. patch by Yann Papouin for Bug 1164904
-
-2013-04-08 tavmjong-free <tavmjong@free.fr>
-
- Implement read/write of image-rendering property. To be used to control scaling.
-
-2013-04-08 Kris <Kris.De.Gussem@hotmail.com>
-
- NULL pointer checks
-
-2013-04-07 Jon A. Cruz <jon@joncruz.org>
-
- Added simple control to font dialog to address text on path's startOffset. Bug #171005 and bug #171033
-
-2013-04-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Tidy up dependency list and fix missing inclusion
-
-2013-04-06 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add --export-margin option to PDF/EPS/PS export cmdline
-
-2013-04-06 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix bug where extension radiobutton parameters cannot be set from cmdline (e.g. "--export-area-drawing" did not work)
-
-2013-04-05 JazzyNico <nicoduf@yahoo.fr>
-
- Ukrainian translation update by Yuri Chornoivan.
- Latvian translation update by Jānis Eisaks.
-
-2013-04-04 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1163759 (Mouse selection ignores transform).
-
-2013-04-03 Kris <Kris.De.Gussem@hotmail.com>
-
- odf export: code clean up and preparatory work to allow gradients in export. Now only linear fill gradients are shown (not taking orientation and position into account).
-
- part of bug #474956 (odg export still doesn't work)
-
-2013-04-03 Kris <Kris.De.Gussem@hotmail.com>
-
- Checking file presence before calling lstat (should fix Bug #785701 Inkscape freezes at opening)
-
-2013-04-02 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2013-03-31 Martin Owens <doctormo@gmail.com>
-
- Fix copyright email for Martin Owens
-
-2013-03-30 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #1162137 (Untranslatable strings in cdr, vsd and pdf via cairo import and more) by Masato HASHIMOTO.
-
-2013-03-30 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2013-03-29 Alex Valavanis <valavanisalex@gmail.com>
-
- Header cleanup
-
-2013-03-28 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1161205 (Font substitution dialog appears when generic font family is found except Sans-serif).
-
-2013-03-28 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1161197 (Untranslatable string in Font substitution dialog) by Masato HASHIMOTO.
- Translation template and French translation update.
-
-2013-03-28 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #648233 (Measure Path extension doesn't use real superscript) by Craig Marshall.
- Fix for Bug #481805 (Rectangle with rounded corners) by Markus Engel.
-
-2013-03-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix build
-
-2013-03-27 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-03-27 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1160925 (Missing files in POTFILES.in) by Masato HASHIMOTO.
-
-2013-03-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using top-level glibmm header
-
-2013-03-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix check for X11 backend with Gtk+ 2
-
-2013-03-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Prevent config failure with GTK_CHECK_BACKEND when Gtk+ 3 dev is unavailable
-
-2013-03-26 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-03-26 Alex Valavanis <valavanisalex@googlemail.com>
-
- Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible check for X11 backend
-
-2013-03-26 tavmjong-free <tavmjong@free.fr>
-
- Revert r12183 and replace with better work-around for Pango bug (incorrect
- font-family if weight is expressed as a number). Also fixed bug with
- font-stretch.
-
-2013-03-26 Craig Marshall <craig9@gmail.com>
-
- Fixed broken logic in zoom history to fix bug 1106031 (and removed some unrelated and unnecessary debug output)
-
-2013-03-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop unnecessary (and broken with Gtk+ 3) check for Gtk+ backend
-
-2013-03-25 Alex Valavanis <valavanisalex@googlemail.com>
-
- Workaround usage of deprecated glib symbols in 3rd party libraries
-
-2013-03-25 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #837962 (Untranslatable and not localized strings).
- Translations. PO template and French translation update.
-
-2013-03-24 Jon A. Cruz <jon@joncruz.org>
-
- Fixed uninitialized variables & misc warnings.
-
-2013-03-24 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-03-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Masato HASHIMOTO."
- Translations. Fix for Bug #1159347 (Non-localized strings in PS-export)."
- Translations. PO template update.
-
-2013-03-24 tavmjong-free <tavmjong@free.fr>
-
- Ignore more files (m4, po, etc.).
-
-2013-03-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Convert a couple of C-style pointer casts
-
-2013-03-23 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for old Bug #166697 (Effects dirty document even when they do nothing).
-
-2013-03-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix more clang warnings
-
-2013-03-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Hide remaining non-critical GDL warnings. These will stop being our problem after Gtk+ 3 migration
-
-2013-03-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Use subclass of RadioButton rather than setting gobject data in Stroke Style dialog: fixes cast-align issue.
-
-2013-03-22 insaner <launchpad@insaner.com>
-
- filter name is random filter232 when first added
-
-2013-03-22 insaner <launchpad@insaner.com>
-
- pick a better filter editor icon
-
-2013-03-22 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translatable files clean-up (find.cpp removal).
- Translations. Inkscape.pot update.
- Preferences. Filters preferences text fix (see Bug #1133033).
- Extensions. Fix for Bug #1158377 (Printing marks needs more precision).
-
-2013-03-22 insaner <launchpad@insaner.com>
-
- ability to scroll inside the filter dock -- gain some screen real estate!
-
-2013-03-21 Jaspervdg <th.v.d.gronde@hccnet.nl>
-
- Clarified choice of downsampling routine.
-
-2013-03-21 Jaspervdg <th.v.d.gronde@hccnet.nl>
-
- Handle bitmap downsampling ourselves, see bug #804162 in launchpad.
-
-2013-03-19 JazzyNico <nicoduf@yahoo.fr>
-
- Keys. Bug #253552 (Repeat effect shortcut).
-
-2013-03-19 JazzyNico <nicoduf@yahoo.fr>
-
- Partial fix for Bug #1071082 (Undo History doesn't work if open before file is opened) by vaifrax.
-
-2013-03-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop remaining unused functions
-
-2013-03-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop old (unused) find dialog files
-
-2013-03-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix -Wcast-align issues with SPItemCtx
-
-2013-03-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix -Wunused-function warnings
-
-2013-03-17 apenner <penner@vaxxine.com>
-
- extensions. hpgl output. further patch 2 by TimeWaster (Bug 1118663)
-
-2013-03-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Explicitly test for -Wno-unused-but-set-variable compiler option
-
-2013-03-17 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-03-16 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-03-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Only suppress compiler warnings for GDL if option is supported
-
-2013-03-16 Kris <Kris.De.Gussem@hotmail.com>
-
- fix/suppress build warnings
-
-2013-03-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix naming of configuration options and help string formatting
-
-2013-03-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop checks for ancient dependency versions. These are satisfied elsewhere.
-
-2013-03-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Suppress non-critical compiler warnings for GDL. We are dropping our fork eventually, so let's keep it frozen if possible.
-
-2013-03-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Warning cleanup
-
-2013-03-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop a couple of unused variables and a pixmap
-
-2013-03-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing Gtkmm/Glib headers for Gtk+ 3 build
-
-2013-03-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining forward declaration tags (except for unavoidable internal errors in Gtkmm headers)
-
-2013-03-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix table layout in fill and stroke dialog in Gtk+ 2
-
-2013-03-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix even more forward declaration tags
-
-2013-03-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix another load of forward declaration tags
-
-2013-03-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix another tonne of forward declaration tags
-
-2013-03-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Kill ancient gcc version check in configure.ac and fix a load of broken forward declarations
-
-2013-03-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed).
-
-2013-03-13 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-03-13 ~suv <suv-sf@users.sourceforge.net>
-
- GTK3: fix layout of 'Fill and Stroke' tabs (see bug #1088264)
-
-2013-03-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate remaining dialogs to Gtk::Grid
-
-2013-03-12 Kris <Kris.De.Gussem@hotmail.com>
-
- c++ify
-
-2013-03-12 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-03-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Further migration to Gtk::Grid
-
-2013-03-12 Kris <Kris.De.Gussem@hotmail.com>
-
- fix build warning
-
-2013-03-11 Kris <Kris.De.Gussem@hotmail.com>
-
- readding entries in Cmake and make include lists that were not removed after all ( Bug #1120585 )
-
-2013-03-11 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-03-11 Kris <Kris.De.Gussem@hotmail.com>
-
- Drop duplicate io code ( Bug #1120585 )
-
-2013-03-11 Kris <Kris.De.Gussem@hotmail.com>
-
- fix build warnings / cppcheck ( Bug #1120585 )
-
-2013-03-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unity, uppdate to fix markup issue
-
-2013-03-11 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian, Spanish and Ukrainian translations update, and translators list update.
-
-2013-03-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate Object Properties dialog to Gtk::Grid
-
-2013-03-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate calligraphic-profile-rename.* to Gtk::Grid
-
-2013-03-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate from Gtk::Color to Gtk::RGBA
-
-2013-03-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker
-
-2013-03-08 Kris <Kris.De.Gussem@hotmail.com>
-
- Preparation to merge /dom/io and /io code (bug #1120585 )
-
-2013-03-08 tavmjong-free <tavmjong@free.fr>
-
- Use font-weight names rather than numerical values. Fixes bug when scrolling to URW Chancery L.
-
-2013-03-08 tavmjong-free <tavmjong@free.fr>
-
- Restore CSS generic faux faces.
-
-2013-03-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop deprecated get_vbox method in Gtk::Dialog
-
-2013-03-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop more Gtk::Table usage
-
-2013-03-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Switch to orientable Scale widgets in Gtkmm 3
-
-2013-03-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix deprecated Gtkmm symbols in preferences widget
-
-2013-03-07 tavmjong-free <tavmjong@free.fr>
-
- Disable "faux" or "synthesized" font faces.
-
-2013-03-06 apenner <penner@vaxxine.com>
-
- boolops union. fix for disappearing objects (Bug 168907)
-
-2013-03-05 Kris <Kris.De.Gussem@hotmail.com>
-
- Added null check (should fix Bug #1051017 )
-
-2013-03-04 apenner <penner@vaxxine.com>
-
- extensions. hpgl output. further patch by TimeWaster (Bug 1118663)
-
-2013-03-04 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop dead Inkboard code. Config flag no longer exists
-
-2013-03-04 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop unused internal Python and Perl config checks
-
-2013-03-04 tavmjong-free <tavmjong@free.fr>
-
- Use our own font_description_better_match which takes into account font-stretch and font-variant.
-
-2013-03-03 tavmjong-free <tavmjong@free.fr>
-
- Use ink_cairo_surface_filter when converting surfaces between linearRGB and sRGB.
- Huge speed advantage when using multiple threads.
-
-2013-03-03 Kris <Kris.De.Gussem@hotmail.com>
-
- ODF output: write correct Inkscape version number to metadata
-
-2013-03-03 Kris <Kris.De.Gussem@hotmail.com>
-
- Preparation to merge /dom/io and /io code (bug #1120585 )
-
-2013-03-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix autotools deprecation warnings
-
-2013-03-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build with C++11
-
-2013-03-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Build with GDKMM_DISABLE_DEPRECATED for all
-
-2013-03-01 tavmjong-free <tavmjong@free.fr>
-
- Convert font-selector, text-edit, glyphs to use updated font-lister (use fontspec rather than font).
-
-2013-03-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Patch generated locale Makefile to give correct installation folder
-
-2013-03-01 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 100%
-
-2013-02-28 JazzyNico <nicoduf@yahoo.fr>
-
- Keys. Fix for bug #168650 (Inkscape doesn't respond to Ctrl-Ins, Shift-Ins, Shift-Del).
-
-2013-02-28 ~suv <suv-sf@users.sourceforge.net>
-
- packaging/macosx: disable OpenMP support for default builds
- (see Bug #984836: OpenMP-support with Apple's old GCC version (4.2.1) is unstable)
-
-2013-02-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Use pkg-config for libexif detection
-
-2013-02-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop distributing unused AX_OPENMP macro and fix linkage
-
-2013-02-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Use AC_OPENMP macro for OpenMP detection
-
-2013-02-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing language list
-
-2013-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Use pkg-config for gc instead of custom tests
-
-2013-02-25 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2013-02-25 JazzyNico <nicoduf@yahoo.fr>
-
- Some strings clarifications (see Bug #955060, Latvian translation for 0.49).
-
-2013-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop manual check for libpng: pkg-config should work
-
-2013-02-25 ~suv <suv-sf@users.sourceforge.net>
-
- packaging/osx: don't autorun configure with new autogen.sh (r12150)
-
-2013-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Update autotools usage:
-
- Merge from ~jjardon/inkscape/autotools:
- - configure.ac: Use aux directory to store generated files
- - configure.ac: Use all the fields of AC_INIT
- - configure.ac: Use new libtool syntax
- - configure.ac: Replace deprecated autoconf macros
- - Honor aclocal flags in the correct place
- - Use upstream gettext instead the glib one
- - autogen.sh: Use autoreconf instead custom script
-
- Additional changes:
- - Use -e bash option in autogen.sh to stop script if
- autotools aren't available
- - configure.ac: Run AC_CONFIG_* before AC_CANONICAL_HOST
-
-2013-02-24 tavmjong-free <tavmjong@free.fr>
-
- Fix for font-family scrolling in text-tool tool-controls (bug 1122553).
-
-2013-02-24 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix warnings with autoconf >= 2.68
-
-2013-02-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix checking for broken build in Raring
-
-2013-02-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Allow strictness of API deprecation checking to be configured.
-
- Also enable deprecated Glib symbols if Glibmm < 2.35.8 is used with
- Glib >= 2.35 (lp: #1122774)
-
-2013-02-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing headers for Gtk+ 3 build
-
-2013-02-23 tavmjong-free <tavmjong@free.fr>
-
- Get text from selected row rather than from entry box.
-
-2013-02-23 tavmjong-free <tavmjong@free.fr>
-
- Noop: simplify some variable names.
-
-2013-02-23 tavmjong-free <tavmjong@free.fr>
-
- Small step towards fixing font-family scrolling issue (bug 1122553).
-
-2013-02-23 Kris <Kris.De.Gussem@hotmail.com>
-
- Null pointer check (should fix Bug #966441 )
-
-2013-02-23 tavmjong-free <tavmjong@free.fr>
-
- Remove unused variables. Change default preview font size.
-
-2013-02-22 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Fix for Bug #1131882 (missing liblcms-1.dll).
-
-2013-02-22 apenner <penner@vaxxine.com>
-
- Path->Division. patch for case where cutter is a line (Bug 177956)
-
-2013-02-20 ~suv <suv-sf@users.sourceforge.net>
-
- Bug 1111459: revert changes from r12012 (regressions affect normal usage more than the problem fixed with r12012 (bug #1089406)
-
-2013-02-20 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Fix for Bug #1125620 (Crashes on trying to open document properties or preferences).
-
-2013-02-20 Campbell Barton <ideasman42@gmail.com>
-
- correct wrong find package
-
-2013-02-19 Campbell Barton <ideasman42@gmail.com>
-
- update cmake files
-
-2013-02-19 tavmjong-free <tavmjong@free.fr>
-
- Small bug fix (fix format of font-family in some cases).
-
-2013-02-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 998276 : Keyboard shortcuts not appearing in the main menu under Unity
-
-2013-02-17 tavmjong-free <tavmjong@free.fr>
-
- Move code from text-toolbar to font-lister in preparation to share code with font-selector/text-edit.
-
-2013-02-16 apenner <penner@vaxxine.com>
-
- Path->Cut Path loses segments (Bug 166302)
-
-2013-02-15 tavmjong-free <tavmjong@free.fr>
-
- Selection based on font-family via icon in text-toolbar font-family entry box.
-
-2013-02-15 vaifrax
-
- Bug #561503: fix typo in earlier fix (r11133)
-
-2013-02-15 JazzyNico <nicoduf@yahoo.fr>
-
- Better fix for Bug #911146 (Inkscape reads .eps files from /tmp instead of the current directory) by Michael Karcher.
-
-2013-02-14 Kris <Kris.De.Gussem@hotmail.com>
-
- fix yet another warning
-
-2013-02-14 Kris <Kris.De.Gussem@hotmail.com>
-
- fix warnings introduced in revision 12123
-
-2013-02-13 apenner <penner@vaxxine.com>
-
- extensions. hpgl output. patch by TimeWaster for Bug 1118663
-
-2013-02-13 Kris <Kris.De.Gussem@hotmail.com>
-
- fixing variable type in stream classes to what was intended (preparation for solving bug #1120585 )
-
-2013-02-13 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Adding unistd header (fixes compilation on Win32 with OpenSuse cross-compiled libs.)
-
-2013-02-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2013-02-12 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Russian translation update by Alexandre Prokoudine.
-
-2013-02-11 Alex Valavanis <valavanisalex@gmail.com>
-
- A couple of forward declarations
-
-2013-02-11 Kris <Kris.De.Gussem@hotmail.com>
-
- Dropped duplicate code for dom/io and io/ (Bug #1120585 )
-
-2013-02-11 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-02-11 tavmjong-free <tavmjong@free.fr>
-
- Move cell_data_func and separator_func from text-toolbar to font-lister.
- Use functions with font-selector (in Text dialog).
-
-2013-02-11 insaner <launchpad@insaner.com>
-
- adding dockbar/switcher style toggles in prefs ui
-
-2013-02-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2013-02-10 tavmjong-free <tavmjong@free.fr>
-
- Attempt to speed up font-family handling be freezing/thawing Gtk::ListStore when modifying.
-
-2013-02-09 tavmjong-free <tavmjong@free.fr>
-
- Use update_font_list() in font-lister.cpp. Remove equivalent code in text-toolbar.cpp.
- Change separator "tag" from "separatoR" to "#" in attempt to speed up start up.
-
-2013-02-09 tavmjong-free <tavmjong@free.fr>
-
- Add function to add document font-family entries to store.
- Remove font-family to interator map as we can now have duplicate font-family names in store.
-
-2013-02-09 Kris <Kris.De.Gussem@hotmail.com>
-
- partially reverted previous commit
-
-2013-02-08 Kris <Kris.De.Gussem@hotmail.com>
-
- removed some unused files
-
-2013-02-08 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck (should fix a.o. copy paste error in SVGAnimatedPreserveAspectRatio)
-
-2013-02-08 tavmjong-free <tavmjong@free.fr>
-
- Better rc matching for text-toolbar font-family drop-down separator. From John Smith.
-
-2013-02-07 tavmjong-free <tavmjong@free.fr>
-
- Widen the separator in font-family drop-down so it is visible in more themes.
-
-2013-02-07 tavmjong-free <tavmjong@free.fr>
-
- Add separator between fonts in document and fonts on sytem in font-family drop-down menu.
- Separator style depends on GTK theme (may be invisible).
-
-2013-02-06 tavmjong-free <tavmjong@free.fr>
-
- Add fonts (and font-lists) used in document to top of Text tool-bar font-family drop-down menu.
- If font is not on system, draws strikethrough on top of font name.
-
-2013-02-05 tavmjong-free <tavmjong@free.fr>
-
- Supress Pango error message.
-
-2013-02-05 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Fixing Glib and GTKmm deprecations.
-
-2013-02-05 tavmjong-free <tavmjong@free.fr>
-
- Second try at getting text toolbar properly initialized when there is no prefs file.
-
-2013-02-05 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Adding test for external GDL build (--enable-gtk3-experimental option).
-
-2013-02-04 tavmjong-free <tavmjong@free.fr>
-
- Only set up text-tool bar if has actually been created. Ensures proper initialization after creation.
-
-2013-02-04 Alex Valavanis <valavanisalex@gmail.com>
-
- Add explicit configure.ac check for pangoft2
-
-2013-02-04 tavmjong-free <tavmjong@free.fr>
-
- Better fix for 1114243, crash on launch with default prefs from stable
-
-2013-02-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1002757 : Regressions with new default font 'sans-serif' - fix map
-
-2013-02-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add todo comment for fixing fontstyle fall-back behaviour
-
-2013-02-03 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash
-
-2013-02-02 tavmjong-free <tavmjong@free.fr>
-
- Allow simple font style changes even if first font-family in font list is not on users system.
-
-2013-02-02 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2013-02-02 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Adding libcdr (Corel Draw) support.
-
-2013-02-02 tavmjong-free <tavmjong@free.fr>
-
- Text-Toolbar font-family entry-box warning-icon tooltip now includes list of missing fonts.
-
-2013-02-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1002757 : Regressions with new default font 'sans-serif'
-
-2013-02-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1091582 : Problem with key release when pressing space with cursor off canvas.
-
-2013-02-01 Fridrich Strba <fridrich.strba@bluewin.ch>
-
- Add internal support for CorelDRAW files (import), based on libcdr
-
-2013-02-01 ~suv <suv-sf@users.sourceforge.net>
-
- libcdr, libvisio: fix compiler warnings (comparison between signed and unsigned integer expressions)
-
-2013-02-01 ~suv <suv-sf@users.sourceforge.net>
-
- Revert renaming in 'share/extensions/Makefile.am' too
-
-2013-01-31 ~suv <suv-sf@users.sourceforge.net>
-
- Revert change of file names of the UC-based input extensions
- (changing the ID and name tags is sufficiant, keeping the old names prevents any issues with left-behind duplicates in the install dir of a trunk build)
-
-2013-01-28 ~suv <suv-sf@users.sourceforge.net>
-
- libcdr: add remaining CorelDRAW formats (CDT, CCX, CMX) to internal support
-
-2013-01-25 ~suv <suv-sf@users.sourceforge.net>
-
- libcdr: configure.ac - set earliest version to include CDRStringVector.h: 0.0.3
-
-2013-01-25 ~suv <suv-sf@users.sourceforge.net>
-
- libcdr: lower min version to 0.0.8, keep fallback input extensions for UC-based import (renamed, new id)
- (internal extension has priority over script-based ones for same mime-type)
-
-2013-01-24 ~suv <suv-sf@users.sourceforge.net>
-
- Add support for libcdr
-
-2013-02-01 Ted Janeczko <janeczko.ted@gmail.com>
-
- Fix for Bug #1110397: Opacity of clipped group is ignored (regression)
-
-2013-02-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1091582 : Problem when entering space in text after space tool toggling.
-
-2013-01-31 apenner <penner@vaxxine.com>
-
- Path::OutlineJoin. for inside join, simplify nodes only for obtuse angle (Bug 820425, comment 8)
-
-2013-01-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up Cairo rendering in a couple of widgets
-
-2013-01-31 tavmjong-free <tavmjong@free.fr>
-
- Text toolbar will display style options for the first font in a font-family list. Also, fix mem leak.
-
-2013-01-31 tavmjong-free <tavmjong@free.fr>
-
- Partial fix to allow change of style when the font-family is a font list.
-
-2013-01-31 tavmjong-free <tavmjong@free.fr>
-
- Partial fix for bug 595432 "Clicking Arial Black selects Arial Bold"
-
-2013-01-31 UweSchoeler <mail@uwe-schoeler.de>
-
- Translation update
-
-2013-01-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Disconnect size_allocation signal handler before disposing desktop widget
-
-2013-01-30 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- code cleanup. don't use pointers when you don't have to. use const whereever you can.
-
-2013-01-30 Kris <Kris.De.Gussem@hotmail.com>
-
- removing some more unused functions
-
-2013-01-30 Kris <Kris.De.Gussem@hotmail.com>
-
- drop old, unused and error prone dxf2svg extension
-
-2013-01-30 Kris <Kris.De.Gussem@hotmail.com>
-
- typo
-
-2013-01-30 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Shadow only mode for the Drop shadow filter.
- Translations. Translation template and French translation update.
-
-2013-01-29 apenner <penner@vaxxine.com>
-
- for Stroke to Path, change minimum stroke width from 0.01 to 0.032 (Bug 820425, comment 5)
-
-2013-01-29 JazzyNico <nicoduf@yahoo.fr>
-
- Crash. Partial fix for Bug #1046068 (Inkscape (GTK+/Quartz) calls output extensions or crashes when quitting while clipboard not empty).
-
-2013-01-29 tavmjong-free <tavmjong@free.fr>
-
- Filter color values always defined as sRGB (or ICC).
-
-2013-01-28 apenner <penner@vaxxine.com>
-
- Path::OutlineJoin. remove redundant nodes which are causing glitches (Bug 820425)
-
-2013-01-27 Alex Valavanis <valavanisalex@gmail.com>
-
- desktop-widget: Add callback to ensure that ruler ranges are correctly updated when canvas table resizes
-
-2013-01-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate ruler position tracking to new track_widget API
-
-2013-01-27 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Romanian translation update by Cristian Secară.
-
-2013-01-26 Alex Valavanis <valavanisalex@gmail.com>
-
- More GObject boilerplate reduction
-
-2013-01-26 Alex Valavanis <valavanisalex@gmail.com>
-
- More GObject boilerplate reduction
-
-2013-01-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash
-
-2013-01-24 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-01-24 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Nudge CMY custom predefined filter and modified Nudge RVB.
- Translations. Translation template and French translation update.
-
-2013-01-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Greek translation update by Dimitris Spingos.
-
-2013-01-24 Alex Valavanis <valavanisalex@gmail.com>
-
- More GObject boilerplate cleanup
-
-2013-01-23 Kris <Kris.De.Gussem@hotmail.com>
-
- revert my revision 12053 (Bug #1103248 )
-
-2013-01-23 Kris <Kris.De.Gussem@hotmail.com>
-
- fix Memory leak in bitmap trace (Bug #996695)
-
-2013-01-23 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: style and performance
-
-2013-01-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up more GObject type definitions
-
-2013-01-22 Kris <Kris.De.Gussem@hotmail.com>
-
- minor cppcheck warning
-
-2013-01-22 Kris <Kris.De.Gussem@hotmail.com>
-
- direct use of Glib::ustring
-
-2013-01-22 Kris <Kris.De.Gussem@hotmail.com>
-
- fix possible memory leak
-
-2013-01-22 ~suv <suv-sf@users.sourceforge.net>
-
- Filters. Add missing inkscape namespace declaration for 'Channel Painting'
-
-2013-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Fixed memory leaks
-
-2013-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- UI uniformisation: added colons in front of edit box (see bug #1050938 )
-
-2013-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- minor fix (do not compare to zero)
-
-2013-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2013-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- UI uniformisation
-
-2013-01-19 Jon A. Cruz <jon@joncruz.org>
-
- Fix multiple instances of ci_key.
-
-2013-01-19 Alex Valavanis <valavanisalex@gmail.com>
-
- cleanup sp_tspan: Use G_DEFINE_TYPE
-
-2013-01-18 UweSchoeler <mail@uwe-schoeler.de>
-
- Some Corrections
-
-2013-01-18 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Shortcuts preferences are now fully translatable.
-
-2013-01-17 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warning
-
-2013-01-17 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- const
-
-2013-01-17 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- const ....
-
-2013-01-17 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- more const happiness (and removal of duplicate code in sp-object.h)
-
-2013-01-17 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- const methods
-
-2013-01-17 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Spanish translation update by Lucas Vieites.
-
-2013-01-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Rm unused sp-animate
-
-2013-01-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleanup more GObject type definitions
-
-2013-01-16 apenner <penner@vaxxine.com>
-
- extensions. dxf output. set flag if LWPOLYLINE is closed (Bug 1098283)
-
-2013-01-17 ~suv <suv-sf@users.sourceforge.net>
-
- Fix support for UniConvertor 1.1.4 (see bug #425202)
-
-2013-01-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleanup SPDropperContext:
-
- * Use G_DEFINE_TYPE rather than explicit _get_type function
- * Hide private members
-
-2013-01-16 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-01-16 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2013-01-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleanup EekPreview widget implementation:
-
- * Strip out dead code
- * Move all properties to private structure
- * Use modern GObject style in most places
- * Replace explicit get_type implementation with G_DEFINE_TYPE
-
-2013-01-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop use of deprecated GtkHandleBox widget (remove tear-off toolbar functionality)
-
-2013-01-15 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. String disambiguation.
- Translations. Translations template and French translation update.
-
-2013-01-14 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- clarify preference text (thought it was a bug first)
-
-2013-01-14 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian (Jānis Eisaks), Spanish (Lucas Vieites) and French translations update.
-
-2013-01-14 JazzyNico <nicoduf@yahoo.fr>
-
- Preferences. Moving selection option to avoid confusion.
-
-2013-01-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- make grayscale viewmode color factors configurable.
-
-2013-01-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix deprecated pointer grabbing in gimpcolorwheel
-
-2013-01-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using deprecated pang_ft2 functions
-
-2013-01-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translations:
- - missing file in POTFILE.in.
- - Ukrainian and French translations update.
-
-2013-01-13 Jon A. Cruz <jon@joncruz.org>
-
- Minor warning and dead code cleanup.
-
-2013-01-12 Alexandre Prokoudine <alexandre.prokoudine@gmail.com
-
- Restored i18n markup fo names of extensions
-
-2013-01-12 Alexandre Prokoudine <alexandre.prokoudine@gmail.com
-
- Fixed a typo in a user-visible message
-
-2013-01-11 Martin Owens <doctormo@gmail.com>
-
- Merge in connector cleanup
-
-2012-11-30 Martin Owens <doctormo@gmail.com>
-
- Step 1. Remove junk and keep functionality.
-
-2013-01-10 Jon A. Cruz <jon@joncruz.org>
-
- Warning and dead code cleanup.
-
-2013-01-10 Alex Valavanis <valavanisalex@gmail.com>
-
- gimpcolorwheel: Clean up drawing functions
-
-2013-01-10 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for Bug #1089406 (filter name is random filter232 when first added) by insaner.
-
-2013-01-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version requirement to 3.2
-
-2013-01-05 apenner <penner@vaxxine.com>
-
- visual bbox minimum width (Bug 1094802)
-
-2013-01-05 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/color-profile.cpp for open(2)).
-
-2013-01-04 Alex Valavanis <valavanisalex@gmail.com>
-
- ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
-
-2013-01-03 Josh Andler <scislac@gmail.com>
-
- Re-add omitted UI pref from prefences dialog rewrite
-
-2013-01-01 apenner <penner@vaxxine.com>
-
- zoom to entire drawing after delete (Bug 970370)
-
-2012-12-31 apenner <penner@vaxxine.com>
-
- clip path visual bbox refresh, second try (Bug 1005085)
-
-2012-12-31 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3: explicitly set a background colour for rulers
-
-2012-12-31 Alex Valavanis <valavanisalex@gmail.com>
-
- rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (2012-10-23) in GIMP git repo, gtk3-port branch
-
-2012-12-31 Alex Valavanis <valavanisalex@gmail.com>
-
- rulers: (Merge from GIMP) Set range in ruler units, not in px
-
-2012-12-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace C-style pointer casts in event contexts
-
-2012-12-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix GObject pointer conversion warnings in event context
-
-2012-12-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Speed up canvas item drawing for GTK+ 3
-
-2012-12-29 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2012-12-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix GTK+ 3 drawing of primitives list in filter effects dialog
-
-2012-12-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Correct sizing in primitives list in filter-effects dialog
-
-2012-12-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog
-
-2012-12-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Implement GTK+ 3 drawing of color preview widget
-
-2012-12-27 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translations template update.
-
-2012-12-26 JazzyNico <nicoduf@yahoo.fr>
-
- Bitmap. Test for JPEG resolution reordered, and coding style corrected.
-
-2012-12-26 Alex Valavanis <valavanisalex@googlemail.com>
-
- Revert C++ casting for setting HSL map in sp-color-scales
-
-2012-12-26 tavmjong-free <tavmjong@free.fr>
-
- Change tooltip to clarify behavior after commit r10784.
-
-2012-12-26 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Fixing invalid cast (introduced rev.11986).
-
-2012-12-26 Alex Valavanis <valavanisalex@googlemail.com>
-
- ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in color slider
-
-2012-12-26 Alex Valavanis <valavanisalex@googlemail.com>
-
- ruler: (GIMP merge) Allow label size to be specified as a style property
-
-2012-12-25 Alex Valavanis <valavanisalex@googlemail.com>
-
- Convert a load more C-style pointer casts to GObject or C++ casts (merry christmas\!)
-
-2012-12-25 Alex Valavanis <valavanisalex@googlemail.com>
-
- Stop using UNUSED_PIXELS hack in ruler. This was only required because of the padding used in the desktop widget
-
-2012-12-25 Alex Valavanis <valavanisalex@googlemail.com>
-
- desktop-widget: Use GtkStyleContext for GTK+ 3 widget rendering
-
-2012-12-25 Alex Valavanis <valavanisalex@googlemail.com>
-
- desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawing
-
-2012-12-24 Alex Valavanis <valavanisalex@googlemail.com>
-
- ruler: Drop unused members of SPRulerMetric
-
-2012-12-24 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 builds
-
-2012-12-24 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: (Merge from GIMP) private update_position function
-
-2012-12-24 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: (Merge from GIMP) Cache PangoLayout
-
-2012-12-24 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: Merge most of drawing and styles from GIMP
-
-2012-12-23 apenner <penner@vaxxine.com>
-
- extensions. function plotter. patch by ~suv for clip rectangle (Bug 492103)
-
-2012-12-23 tavmjong-free <tavmjong@free.fr>
-
- Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting primitives.
-
-2012-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: Use border widths for Gtk+ 3 rendering
-
-2012-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: drop sp_ruler_invalidate_ticks
-
-2012-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler (Merge from GIMP): Convert to no-window widget and provide separate accessors for position
-
-2012-12-22 tavmjong-free <tavmjong@free.fr>
-
- Add support for color-interpolation-filters = linearRGB.
-
-2012-12-22 tavmjong-free <tavmjong@free.fr>
-
- Add utilities to tag a cairo surface with color interpolation value.
-
-2012-12-22 tavmjong-free <tavmjong@free.fr>
-
- Bug fix for color-interpolation, color-interpolation-filters. Get rid of annoying warning.
-
-2012-12-22 tavmjong-free <tavmjong@free.fr>
-
- Minor changes.
-
-2012-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler (Merge from GIMP): Remove draw_pos from public API
-
-2012-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: Remove draw_ticks from public API
-
-2012-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- ruler: Add modeline support
-
-2012-12-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Use cairo surface for ruler widget - minimise delta against GTK+ 3 builds
-
-2012-12-20 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crasher
-
-2012-12-19 ~suv <suv-sf@users.sourceforge.net>
-
- Fix regression with event attribute names (see bug #1050938)
-
-2012-12-17 tavmjong-free <tavmjong@free.fr>
-
- Added support for Visio stencil files (.vss) to Symbols dialog.
-
-2012-12-16 ~suv <suv-sf@users.sourceforge.net>
-
- libvisio: raise required version to >=0.20 and add new file types (VDX, VSDX)
-
-2012-12-16 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3: Switch to more orientable widgets
-
-2012-12-16 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3: Use orientable widgets
-
-2012-12-16 ~suv <suv-sf@users.sourceforge.net>
-
- Extensions: PEP263 (encoding), sync with 0.48.x r9939
-
-2012-12-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate PageSizer to Gtk::Grid
-
-2012-12-16 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #1089814 (INX: hidden parameter inside a notebook page triggers crash).
-
-2012-12-14 JazzyNico <nicoduf@yahoo.fr>
-
- Translations.Spanish translation update by Lucas Vieites.
-
-2012-12-14 John Smith <john.smith7545@yahoo.com>
-
- Fix for 383871 : Let space switch to selector tool even when used for panning
-
-2012-12-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- re-add Grayscale color mode
-
-2012-12-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate document metadata from NotbookPage to Gtk::Grid and drop dead code
-
-2012-12-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using invalid casting in spinbutton-events
-
-2012-12-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1086225 : Command line PDF export fails if FeFlood filter primitive is present
-
-2012-12-10 tavmjong-free <tavmjong@free.fr>
-
- Fix for bug #837066: Bucket Tool regressions with Cairo renderer.
-
-2012-12-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate Layers dialog to Gtk::Grid
-
-2012-12-10 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK3: Migrate guides dialog to Gtk::Grid
-
-2012-12-09 apenner <penner@vaxxine.com>
-
- reverting rev 11944
-
-2012-12-10 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1086643 : Input devices : Simplify dialog
-
-2012-12-09 apenner <penner@vaxxine.com>
-
- clip path bbox refresh. partial fix for Bug 1005085
-
-2012-12-09 apenner <penner@vaxxine.com>
-
- stacked clip paths. patch by Ted Janeczko for Bug 1067271
-
-2012-12-09 tavmjong-free <tavmjong@free.fr>
-
- Second attempt at fix for #955141, rasterization of clipped/masked objects in patterns.
-
-2012-12-09 tavmjong-free <tavmjong@free.fr>
-
- noop: Added some comments, rearranged some lines to make code easier to follow.
-
-2012-12-09 tavmjong-free <tavmjong@free.fr>
-
- Revert r11914, better fix for bug #955141 coming.
-
-2012-12-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate remaining stuff from GtkTable to GtkGrid
-
-2012-12-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Tidy up GTK/Glib deprecation flags and drop ancient pango support (<1.24)
-
-2012-12-08 Diederik van Lierop <mail@diedenrezi.nl>
-
- Selector tool: improve responsiveness for snapping a path's internal intersections (was unbearable already for paths having 20+ segments)
-
-2012-12-06 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2012-12-06 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Fix for bug #790192, the unclipped alpha component was used for clipping the colour components.
-
-2012-12-06 tavmjong-free <tavmjong@free.fr>
-
- Check that server is gradient before calling getVector().
-
-2012-12-06 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1086881 : Regression editing patterns with node tool
-
-2012-12-06 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- can't do a string comparison like that!
-
-2012-12-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- - fix security bug lp:1025185
- - make network access optional for XML loading
-
-2012-12-05 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Improving windows's title internationalization (color mode wasn't correctly handled).
- Translations. Translation template and French translation update.
-
-2012-12-04 theAdib <theadib@gmail.com>
-
- wix installer: create msi filename from version sing in src/inkscape.rc, add wix files to dist target
-
-2012-12-03 apenner <penner@vaxxine.com>
-
- win32 registry. set value for inkscape location (Bug 644185)
-
-2012-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't described).
-
-2012-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Removing sp-color-gtkselector.cpp from translatable files.
- UI. Fix for Bug #836477 (Spray Tool: Descriptions in status bar "... scroll to spray something" need more words).
- Translations. Translation template update.
-
-2012-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Updating Wordperfect libraries.
- Win32. Activating Visio files import (Bug #1015572).
- Win32. Activating JPEG and EXIF support bitmap resolution import (Bug #1080474).
-
- *** Windows users, please update to devlibs r39! ***
-
-2012-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2012-12-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate remaining color widgets to GtkGrid
-
-2012-12-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate sp-color-scales to GtkGrid and fix alignment in sp-color-wheel-selector
-
-2012-12-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix permissive casting in sp-color-wheel-selector
-
-2012-12-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate sp-color-wheel-selector to GtkGrid
-
-2012-12-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop unused sp-color-gtkselector code
-
-2012-12-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate inkview buttons from deprecated GtkTable layout to GtkButtonBox
-
-2012-11-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatch
-
-2012-11-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 255792 : Calligraphy tool presets management
-
-2012-11-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 430301 : core dump exporting to non existing folder
-
-2012-11-29 tavmjong-free <tavmjong@free.fr>
-
- Fix for #955141: Converting clipped object to pattern produces rasterised pattern.
-
-2012-11-29 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive is present
-
-2012-11-29 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171466 : F/S set swatch preview column name
-
-2012-11-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which never go away
-
-2012-11-27 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3: Migrate to GdkRGBA
-
-2012-11-27 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation 100%
-
-2012-11-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop support for Glib < 2.28
-
-2012-11-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop support for GTK+ < 2.24
-
-2012-11-26 Alexandre Prokoudine <alexandre@darkroom>
-
- Updated Russian translation
-
-2012-11-26 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks, and French translation update.
-
-2012-11-26 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fix for Bug #1083043 (Symbols dialog isn't translatable).
-
-2012-11-26 ~suv <suv-sf@users.sourceforge.net>
-
- Fix undo history entry for layer renaming to be consistent with 'Rename Layer' dialog
-
-2012-11-26 Alexandre Prokoudine <alexandre@darkroom>
-
- The label should really say "Stops:", just like its verb.
- The former "Edit:" label text is just confusing.
-
-2012-11-26 Alexandre Prokoudine <alexandre@darkroom>
-
- Marked another user-visible message for translation, fixed text case for combo items
-
-2012-11-26 Alexandre Prokoudine <alexandre@darkroom>
-
- Marked even more user visible messages for translation
-
-2012-11-26 Alexandre Prokoudine <alexandre@darkroom>
-
- Made a few user-visible messages translatable
-
-2012-11-25 Ted Gould <ted@gould.cx>
-
- Build fixes to get 0.49 in shape to release
-
-2012-11-25 Ted Gould <ted@gould.cx>
-
- Update to current trunk
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- Getting all the filter headers
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- A few more headers
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- New 2geom files and putting in the same order as 'ls'
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- Drop some extra inkboard and pedro cruft
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- More missing files, dist passes
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- Files in /src that no longer exist
-
-2012-10-15 Ted Gould <ted@gould.cx>
-
- Doesn't seem these are up-to-date and are just generic files in the repo
-
-2012-11-26 theAdib <theadib@gmail.com>
-
- wix installer: added artwork (from nsis) - now needs wix 3.7
-
-2012-11-25 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translation template update.
-
-2012-11-25 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1036059 : Keyboard shortcut editor
-
-2012-11-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 172236 : Dropper pixmaps and onetime fix
-
-2012-11-23 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over an object).
-
-2012-11-23 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2012-11-22 theAdib <theadib@gmail.com>
-
- wix installer: assign svg file extension to inkscape
-
-2012-11-21 theAdib <theadib@gmail.com>
-
- updated email for theadib
-
-2012-11-21 theAdib <theadib@gmail.com>
-
- wix installer: remove debug information from msi package, add GPL text to license page
-
-2012-11-21 Campbell Barton <ideasman42@gmail.com>
-
- code cleanup: quiet warnings with gcc.
-
-2012-11-20 tavmjong-free <tavmjong@free.fr>
-
- Fix for #970355, radial gradient using object bounding box.
-
-2012-11-20 Josh Andler <scislac@gmail.com>
-
- Rename keys name within the file
-
-2012-11-20 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #768149 (Incorrect Image URL can cause Loop) by Kris.
-
-2012-11-19 tavmjong-free <tavmjong@free.fr>
-
- Add new symbol set: AIGA/DOT Transportation/Passenger Symbols.
-
-2012-11-19 John Smith <john.smith7545@yahoo.com>
-
- Revert for 166691 : Changing layer order does not update layer selector - Revert change to performance issues
-
-2012-11-18 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for Bug #1071104 (Failure to open a browse window when choosing Export As...).
-
-2012-11-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 275662 : Filter stays in object's css property after Filter Effect dialog removal
-
-2012-11-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1079971 : Symbol dialog : Drag & Drop to the canvas
-
-2012-11-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 177931 : Layer dialog toggle solo mode with Shift/Alt click
-
-2012-11-16 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #708515 (Optimized SVG save fails with Attribute error - no infilename).
-
-2012-11-16 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #1075321 (TypeError: decoding Unicode is not supported) by Aapo Rantalainen.
-
-2012-11-15 theAdib <theadib@gmail.com>
-
- build files.wxs within install.bat
-
-2012-11-15 theAdib <theadib@gmail.com>
-
- add wix scripts to nuild win32 .msi package
-
-2012-11-15 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: Simple fixes for src/ui/dialog
-
-2012-11-15 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: Simple fixes for src/ui/widget
-
-2012-11-15 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: Fix a couple more C-style pointer casts and inefficient vector-emptiness checking
-
-2012-11-11 apenner <penner@vaxxine.com>
-
- emf import. modify sequence of operations to load file EMF_Illustrator_a4.emf (Bug 988601)
-
-2012-11-11 Alex Valavanis <valavanisalex@gmail.com>
-
- SPObject: Remove todo note
-
-2012-11-11 Alex Valavanis <valavanisalex@gmail.com>
-
- SPObject: drop sp_object_ prefix on class members
-
-2012-11-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace remaining C-style pointer casts for src/widgets
-
-2012-11-11 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: Convert more C-style pointer casts to GObject or C++
-
-2012-11-10 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Fixing win32 build with cairo > 1.11.4 (replacing uint with unsigned int).
-
-2012-11-08 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Updating the trunk again for devlibs r36.
-
-2012-11-08 JazzyNico <nicoduf@yahoo.fr>
-
- Win32. Updating the trunk for devlibs r36.
-
-2012-11-07 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #773288 (border options) by demicoder.
-
-2012-11-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Change outline mode rendering tolerance from 1.25 to 0.5.
- Fixes disappearing lines in newer versions of Cairo.
-
-2012-11-03 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1065933 : Better support for sub-layers in 'Show/Hide other layers'
-
-2012-11-03 tavmjong-free <tavmjong@free.fr>
-
- Don't remove default css values if element is in <defs> or is a <symbol>.
-
-2012-11-02 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- remove flash path when nodetool eventcontext is destroyed. fixes bug for persistent flashpath when flashtime is set to zero (=infinite) and pressing space to instantly go to select tool while flashpath is still being shown.
-
-2012-11-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1006816 : Newly applied filter doesn't show in Filters Editor
-
-2012-11-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap - Revert changes from r11569
-
-2012-10-31 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1069806 (Inkscape crash in File>Open).
-
-2012-10-31 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1068763 : Opening 'File > Document Properties' dirties current document
-
-2012-10-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1071426 : Swatches dialog doesn't update when swatch is renamed - fix indicators
-
-2012-10-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1071328 : Inkscape encounters internal error when opening a valid SVG file
-
-2012-10-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1071426 : Swatches dialog doesn't update when swatch is renamed
-
-2012-10-29 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 100%
-
-2012-10-29 John Smith <john.smith7545@yahoo.com>
-
- Fix for 165865 : Markers - fix Undo history
-
-2012-10-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix margin for PDF exporting page area
-
-2012-10-28 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1072391 (Save as copy crash).
-
-2012-10-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add bleed/margin to pdf export
-
-2012-10-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix build ?!
-
-2012-10-28 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: Fix a couple of leaks
-
-2012-10-28 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: More C-style pointer casting
-
-2012-10-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 928205 : Do not save viewport metadata option
-
-2012-10-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill&Stroke - Focus fix
-
-2012-10-27 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix build
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: get rid of more C-style pointer casts
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: use gobject casts in box3d and hide dead code
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: use gobject casts in box3d-side and rename NONE to SP_NONE in sp_metric
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck: use gobject casts in sp-item
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- cppcheck fixes: sp-lpe-item
-
-2012-10-27 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Clamp colour channels in feComposite result to alpha channel, instead of 1, as the channels are premultiplied.
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix C++11 narrowing conversion errors
-
-2012-10-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build error due to bad internal handling of deprecated GTK+ symbols in gtkmm header
-
-2012-10-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- bit of a clean-up
-
-2012-10-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- include yourself first, then the others
-
-2012-10-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- allow 0 degree angles for axonometric grid's x and z axes
-
-2012-10-26 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-10-26 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1070903 (Crash when saving a new document).
-
-2012-10-25 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translations template update.
-
-2012-10-24 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Cleaning build.xml.
-
-2012-10-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1067819 : Changing gradient name does not dirty the document (trunk)
-
-2012-10-23 apenner <penner@vaxxine.com>
-
- extensions. function plotter. prevent divide by zero. (Bug 1064863)
-
-2012-10-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Use Gtk::Box to arrange layer dialog buttons. Prevents oversized buttons in GTK+ 3
-
-2012-10-23 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171890 : Mouse wheel on swatches
-
-2012-10-23 Campbell Barton <ideasman42@gmail.com>
-
- update cmake files & make function static.
-
-2012-10-22 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Reverting GTKMM changes in devlibs and build.xml.
-
-2012-10-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill&Stroke (trunk)
-
-2012-10-22 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- because we are in frost: disable experimental LPEs
-
-2012-10-21 Kris <Kris.De.Gussem@hotmail.com>
-
- UI uniformisation
-
-2012-10-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix grid layout in desktop widget
-
-2012-10-20 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK3: Migrate toolbox to GtkGrid API
-
-2012-10-20 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK3: Migrate desktop widget to GtkGrid
-
-2012-10-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Do not show console debug messages for dynastroke lpe
-
-2012-10-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-10-20 Kris <Kris.De.Gussem@hotmail.com>
-
- UI uniformisation
-
-2012-10-19 JazzyNico <nicoduf@yahoo.fr>
-
- Build. switching to gtkmm 2.24.
-
-2012-10-19 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fixing filters structure and typo.
-
-2012-10-18 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-10-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171333 : Adjust icon for moving guides - Hand icon
-
-2012-10-17 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171333 : Adjust icon for moving guides
-
-2012-10-16 tavmjong-free <tavmjong@free.fr>
-
- Fix crash resulting from r11646.
-
-2012-10-15 tavmjong-free <tavmjong@free.fr>
-
- Better attempt at finding primitive filter region for percent and userSpaceOnUse.
-
-2012-10-15 tavmjong-free <tavmjong@free.fr>
-
- Use filter primitive region and aspect ratio in image filter primitive, fixes regression.
-
-2012-10-14 apenner <penner@vaxxine.com>
-
- extensions. apply inkex.localize() for consistency
-
-2012-10-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using private GdlDockObject->master (broken in GDL 3.6)
-
-2012-10-14 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix "shift disables snapping" for LPEs and for editing objects
-
-2012-10-14 Diederik van Lierop <mail@diedenrezi.nl>
-
- Remove invalid return statements
-
-2012-10-14 John Smith <john.smith7545@yahoo.com>
-
- Fix for 657463 : Mousewheel zooming by two steps, not one
-
-2012-10-14 tavmjong-free <tavmjong@free.fr>
-
- Use filter primitive region in flood filter primitive, fixes regression.
-
-2012-10-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build with new color palette features
-
-2012-10-14 ~suv <suv-sf@users.sourceforge.net>
-
- keys: merge duplicate entries
-
-2012-10-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't try to set infinite bounds on SpinButtons in LPE Scalar
-
-2012-10-14 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171221 : color panel improvements
-
-2012-10-14 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3: Fix crash with live-preview checkbox in extensions dialog
-
-2012-10-13 Diederik van Lierop <mail@diedenrezi.nl>
-
- Shift key should disable snapping when dragging a handle in the node tool
-
-2012-10-13 tavmjong-free <tavmjong@free.fr>
-
- Prevent crash if symbol is empty. Chnage default styling for symbol preview.
-
-2012-10-12 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-10-12 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 100%
-
-2012-10-12 tavmjong-free <tavmjong@free.fr>
-
- Fix for compiling with pre gtkmm 2.24 libraries.
-
-2012-10-12 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2012-10-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1019974 : Default layer names are inconsistent
-
-2012-10-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 177931 : Shift click layer icons to trigger solo
-
-2012-10-11 UweSchoeler <mail@uwe-schoeler.de>
-
- Translation update
-
-2012-10-11 tavmjong-free <tavmjong@free.fr>
-
- Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
-
-2012-10-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1058402 : Inconsistent opacity indication
-
-2012-10-11 ~suv <suv-sf@users.sourceforge.net>
-
- Update default keymap to include most of the new verbsadded in trunk, sync inkscape.xml
-
-2012-10-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 191020 : Lock/Unlock all layers - Lock other layers
-
-2012-10-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171904 : toggleToolbox verb
-
-2012-10-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 426763 : Cancelling import leads to error message
-
-2012-10-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 246153 : Broken style indicator
-
-2012-10-10 apenner <penner@vaxxine.com>
-
- emf import. re-implement filtering of isolated control characters (Bug 217231)
-
-2012-10-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: fix stuff! (apparently commit didn't work yesterday)
-
-2012-10-10 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 96%
-
-2012-10-09 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix translation issue of rev 11759.
-
-2012-10-09 Kris <Kris.De.Gussem@hotmail.com>
-
- fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157)
-
-2012-10-09 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 95%
-
-2012-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Philipp Hagemeister. Greek and French man page translations updated.
-
-2012-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- UI consistency fix (pointed Bug #955060, comment #24).
-
-2012-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Bug #425202 (Script messages not translated) fixed on OSX, patch from ~suv.
-
-2012-10-09 ~suv <suv-sf@users.sourceforge.net>
-
- add stubs for layer verbs to default keymap file, keep default.xml and inkscape.xml in sync
-
-2012-10-09 ~suv <suv-sf@users.sourceforge.net>
-
- packaging/macosx: detect system language in launcher script
- - add console messages to help debug incorrect LANG settings
- - use 'en_US.UTF-8' fallback setting for LANG if currect detection fails
- addresses issues with failing python extensions which use setlocale()
- as discussed in the comments of bug #406662
-
-2012-10-09 John Smith <john.smith7545@yahoo.com>
-
- Fix for 191020 : Lock/Unlock all layers
-
-2012-10-09 ~suv <suv-sf@users.sourceforge.net>
-
- packaging/macosx: update default theme for newer Clearlooks engine
-
-2012-10-09 ~suv <suv-sf@users.sourceforge.net>
-
- packaging/macosx: copy hicolor index.theme into app bundle
-
-2012-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Massive po files update.
-
-2012-10-08 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 93%
-
-2012-10-08 John Smith <john.smith7545@yahoo.com>
-
- Fix for 490338 : Try to create the autosave directory if that does not exists
-
-2012-10-08 John Smith <john.smith7545@yahoo.com>
-
- Fix for 303527 : GUI glitch on opacity box
-
-2012-10-08 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1060563 : Swatches : Sort the list of swatch names
-
-2012-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2012-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. check-markup script update.
-
-2012-10-08 tavmjong-free <tavmjong@free.fr>
-
- Add Inkscape's flowed text elements and "text-align" property. Allow "title" attribute.
- The "title" attribute is not in the SVG spec but is widely supported by browsers.
-
-2012-10-07 apenner <penner@vaxxine.com>
-
- extensions. maintain gettext compatibility with rev 11749
-
-2012-10-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: arc extrp. corner case handling
-
-2012-10-07 JazzyNico <nicoduf@yahoo.fr>
-
- Typo fix by Yuri Chornoivan.
-
-2012-10-07 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #425202 (Script messages not translated).
-
-2012-10-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: arc extrapolate fix
-
-2012-10-07 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update 89%
-
-2012-10-07 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update
-
-2012-10-07 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Adding gradient selector widget labels.
-
-2012-10-07 UweSchoeler <mail@uwe-schoeler.de>
-
- German translation update.
-
-2012-10-06 apenner <penner@vaxxine.com>
-
- emf import. support for PATCOPY in EMR_BITBLT (Bug 1060141)
-
-2012-10-06 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: add arc-extrapolation, but disable it for release
-
-2012-10-06 Kris <Kris.De.Gussem@hotmail.com>
-
- fix message
-
-2012-10-06 Kris <Kris.De.Gussem@hotmail.com>
-
- user message standardisation
-
-2012-10-06 John Smith <john.smith7545@yahoo.com>
-
- Fix for 587019 : Select and transform mouse cursor changes to normal cursor on object duplication
-
-2012-10-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 570695 : show default|fallback autosave path
-
-2012-10-04 Campbell Barton <ideasman42@gmail.com>
-
- code cleanup: make more functions static, add includes.
-
-2012-10-04 Campbell Barton <ideasman42@gmail.com>
-
- code cleanup: make more functions static or include their own headers.
-
-2012-10-04 Campbell Barton <ideasman42@gmail.com>
-
- code cleanup: add own includes to cpp files or make the functions static if they are not used elsewhere.
-
-2012-10-03 apenner <penner@vaxxine.com>
-
- extensions. Extrude. allow selection of multiple objects (Bug 1055155)
-
-2012-10-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168164 : gtk 2.22 compile issues
-
-2012-10-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1014988 : gtk 2.22 compile issues
-
-2012-10-03 Kris <Kris.De.Gussem@hotmail.com>
-
- fixing memory release issue (valgrind reported; bug #1043571 , comment 16 issue 2)
-
-2012-10-04 Campbell Barton <ideasman42@gmail.com>
-
- fix for cmake linking, currently include some hard coded paths since their are no find modules for these libs at the moment.
- inkscape now builds with cmake (on my system at least)
-
-2012-10-03 John Smith <john.smith7545@yahoo.com>
-
- Fix for 687655 : New color wheel should not increase the width of docked Fill&Stroke dialog when scaled
-
-2012-10-03 John Smith <john.smith7545@yahoo.com>
-
- Fix for 602698 : Add Android palette
-
-2012-10-03 Campbell Barton <ideasman42@gmail.com>
-
- add missing source files
-
-2012-10-03 Campbell Barton <ideasman42@gmail.com>
-
- add ENABLE_POPPLER cmake build option - if you had poppler there was no way to disable it
-
-2012-10-02 Kris <Kris.De.Gussem@hotmail.com>
-
- fixed another UI inconsistency in object properties dialog
-
-2012-10-02 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix for Bug #1049440 (Crash in Object Properties if label is empty string (regression, trunk))
-
-2012-10-02 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix for bug 310206: although the path is made with only cubic beziers (bezier_fit_cubic...), the closing path segment is still a linearbezier so original code will bug for closed paths. made the code more general by standard 2geom code to determine the curvature of the end of a curve without knowing its type.
-
-2012-10-02 Kris <Kris.De.Gussem@hotmail.com>
-
- fix layout of object properties dialog (Bug #1050938 ; input fields in object properties dalog not aligned)
-
-2012-10-01 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update. Minor inkscape.pot update (no string change).
-
-2012-10-01 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Adding new LPE to the translation template, UI consistency fixes and unstable tag removed.
-
-2012-10-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 831008 : Line width menu only show Px,Pt and mm
-
-2012-10-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1059132 : --export-pdf crashes with inkscape trunk
-
-2012-09-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 681625 : sort template names under File->New
-
-2012-09-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1058470 : Trace Bitmap Live Preview
-
-2012-09-29 Kris <Kris.De.Gussem@hotmail.com>
-
- memleak fix (part of bug #1043571)
-
-2012-09-29 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1058432 : Trace Bitmap preview should be resizeable
-
-2012-09-28 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Some filters fixes, renaming and simplifications.
-
-2012-09-28 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-09-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1000023 : Stop color notepad buttons expanding vertically
-
-2012-09-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1046740 : middle click on palette to set stroke colour
-
-2012-09-27 John Smith <john.smith7545@yahoo.com>
-
- Fix for 166691 : Changing layer order does not update layer selector
-
-2012-09-27 John Smith <john.smith7545@yahoo.com>
-
- Fix for 169001 : Long layer names mess with the UI
-
-2012-09-27 John Smith <john.smith7545@yahoo.com>
-
- Fix for 172030 : Width of Undo History palette could be optimized
-
-2012-09-27 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171177 : Border in palette swatches
-
-2012-09-26 John Smith <john.smith7545@yahoo.com>
-
- Fix for 169001 : Long layer names mess with the UI
-
-2012-09-25 JazzyNico <nicoduf@yahoo.fr>
-
- Doc. Shapes tutorial update (see Bug #817907 - Linked offsets regression).
-
-2012-09-25 John Smith <john.smith7545@yahoo.com>
-
- Fix for 172190 : Hand/Pan tool cursor on middle-drag
-
-2012-09-25 John Smith <john.smith7545@yahoo.com>
-
- Fix for 293358 : Reduce width of Fill Stroke dialog
-
-2012-09-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1052645 : On select toolbar 'lock' button resize icon on clicking
-
-2012-09-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1055253 : Statusbar opacity widget is too small
-
-2012-09-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 165865 : Assert when duplicating markers
-
-2012-09-23 John Smith <john.smith7545@yahoo.com>
-
- Fix for 170395 : Add Trace Bitmap to context menu of images : Focus fix
-
-2012-09-23 John Smith <john.smith7545@yahoo.com>
-
- Fix for 170395 : Add Trace Bitmap to context menu of images
-
-2012-09-23 John Smith <john.smith7545@yahoo.com>
-
- Fix for 367548 : Invert doesnt work on objects with gradients
-
-2012-09-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 172222 : Move direct to specified layer
-
-2012-09-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 367548 : Invert doesnt work on objects with gradients
-
-2012-09-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 166691 : Revert fix
-
-2012-09-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 166691 : Changing layer order does not update layer selector
-
-2012-09-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1014988 : Converts slide widgets to new spin-scale widget
-
-2012-09-22 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1014988 : Add gimp spin scale widget
-
-2012-09-21 ~suv <suv-sf@users.sourceforge.net>
-
- Fix for bug #1053024: set current layer from template in new blank document after closing last window
-
-2012-09-21 Fridrich <fridrich.strba@bluewin.ch>
-
- merge lp:~inkscape.dev/inkscape/lp1015572
- Add support for Visio files, by Fridrich Strba
-
-2012-07-09 Fridrich Strba <fridrich.strba@bluewin.ch>
-
- Added Visio Files
-
-2012-07-09 Fridrich Strba <fridrich.strba@bluewin.ch>
-
- Add support for libvisio
-
-2012-09-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-09-20 Kris <Kris.De.Gussem@hotmail.com>
-
- some memleak fixes (Bug #1043571)
-
-2012-09-20 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. inkscape.pot update.
-
-2012-09-20 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #944787 (The command to follow link does not work).
-
-2012-09-20 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Typo in the filters menu (bump instead of bumps).
-
-2012-09-20 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-09-20 JazzyNico <nicoduf@yahoo.fr>
-
- Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.
-
-2012-09-19 JazzyNico <nicoduf@yahoo.fr>
-
- Filtres. New predefined filters by Ivan Louette.
-
-2012-09-19 John Smith <john.smith7545@yahoo.com>
-
- Fix for 638943 : feComponentTransfer resource add causing CRITICAL messages in effect Poster Paint
-
-2012-09-19 John Smith <john.smith7545@yahoo.com>
-
- Fix for 509891 : User defined linear gradient angle
-
-2012-09-19 John Smith <john.smith7545@yahoo.com>
-
- Fix for 643150 : Auto-palette swatches duplicated on copy and paste
-
-2012-09-19 John Smith <john.smith7545@yahoo.com>
-
- Fix for 900602 : Enter key returns focus to canvas for Font family selector
-
-2012-09-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168164 : Fix precision of font size
-
-2012-09-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 818628 : DBUS Metadata for error domain warning when using File>New
-
-2012-09-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1051434 : occasional crash when selecting disjoint path with markers
-
-2012-09-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 979567 : Object context menu (right-click) acts on bottom-most instead of top-most object under cursor position
-
-2012-09-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 165865 : Fix marker color on duplicate
-
-2012-09-17 apenner <penner@vaxxine.com>
-
- fix typo in marker bbox calculation (Bug 1051131)
-
-2012-09-17 helix84 <helix84@centrum.sk>
-
- add myself to AUTHORS
-
-2012-09-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Static code checking (Bug #614232)
-
-2012-09-13 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Make last segment before close path absolute.
-
-2012-05-07 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Allow shorthand paths
-
-2012-09-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. PO template update.
- Extensions. Adding execution rights to color_HSL_adjust.py.
-
-2012-09-13 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New HSL adjust extension (see Bug #979208 ).
-
-2012-09-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1048958 : Unexpected count '#' of swatch fill uses for clones
-
-2012-09-11 Kris <Kris.De.Gussem@hotmail.com>
-
- static code checking (Bug #614223)
-
-2012-09-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keys
-
-2012-09-10 apenner <penner@vaxxine.com>
-
- pdf import. move style attribute from <tspan> node to <text> node (Bug 219709)
-
-2012-09-10 John Smith <john.smith7545@yahoo.com>
-
- Fix for 649441 : Extension dialogs without live preview should not be modal
-
-2012-09-09 Kris <Kris.De.Gussem@hotmail.com>
-
- better fix
-
-2012-09-09 Kris <Kris.De.Gussem@hotmail.com>
-
- static code checking (fixes Bug #614227 )
-
-2012-09-07 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. PO files update.
-
-2012-09-07 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke gradient stops of objects with two gradients
-
-2012-09-06 John Smith <john.smith7545@yahoo.com>
-
- Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
-
-2012-09-06 John Smith <john.smith7545@yahoo.com>
-
- Fix for 499965 : PS Output : Convert export area to radio buttons
-
-2012-09-05 JazzyNico <nicoduf@yahoo.fr>
-
- Freehand. Fix for Bug #597136 (dots are created with wrong cy value).
-
-2012-09-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only pick
-
-2012-09-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1042602 : Select toolbar, fix for regression when X and Y values are negative
-
-2012-09-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 189535 : Change shortcut key for Horizontal align to Ctrl+Alt+t
-
-2012-09-03 Kris <Kris.De.Gussem@hotmail.com>
-
- revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was not enabled) and other issues
-
-2012-09-03 John Smith <john.smith7545@yahoo.com>
-
- Fix for 422644 : Show filename in statusbar on saving
-
-2012-09-03 John Smith <john.smith7545@yahoo.com>
-
- Fix for 406044 : Esc with no selection, activates selection tool
-
-2012-09-02 Kris <Kris.De.Gussem@hotmail.com>
-
- converted some c-string usage to c++ string class usage: should fix some memory leaks
-
-2012-09-02 Kris <Kris.De.Gussem@hotmail.com>
-
- performance: ??
-
-2012-09-02 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Template file update.
-
-2012-09-02 ~suv <suv-sf@users.sourceforge.net>
-
- Spray tool controls bar: update icon name (consistent with Tweak and Calligraphy tool)
- See also: http://wiki.inkscape.org/wiki/index.php/Themable_icons
-
-2012-09-02 ~suv <suv-sf@users.sourceforge.net>
-
- Export dialog: change markup formatting of labels to be consistent with other dialogs
-
-2012-09-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 306090 : XMl Editor, Return button to create new xml element
-
-2012-09-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 273539 : Add Group action to the context menu
-
-2012-09-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 747998 : Align unit menu in Rows Columns dialog
-
-2012-09-01 apenner <penner@vaxxine.com>
-
- emf import. add support for EMR_PIE element (Bug 1040339)
-
-2012-09-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 656591 : Export dialog improve access to export filename
-
-2012-09-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 618668 : Change dialog wording
-
-2012-09-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 172236 : Add color picker to Fill Stroke dialog
-
-2012-09-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 445297 : Page background color label unclear for new users
-
-2012-08-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 165865 : Preferences Behavior-Markers page
-
-2012-08-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 170550 : open blank document on 'close'
-
-2012-08-30 John Smith <john.smith7545@yahoo.com>
-
- Fix for 980520 : Conflicting accelerator keys
-
-2012-08-29 John Smith <john.smith7545@yahoo.com>
-
- Fix for 928205 : Preference to not save doc viewport metadata
-
-2012-08-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1042602 : Select toolbar : Width and height are not initially 0
-
-2012-08-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 171915 : Fullscreen mode without toolbars shortcut
-
-2012-08-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1042508 : Transform dialog when floating doesnt work on active doc
-
-2012-08-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 165865 : markers must take object's stroke color - fix for floating window bug
-
-2012-08-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1042500 : Align and Distribute dialog when floating doesnt work on active doc
-
-2012-08-28 John Smith <john.smith7545@yahoo.com>
-
- Fix for 525597 : Undo History dialog not updating when switching windows
-
-2012-08-27 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168446 : rename menu item Export to PNG Image
-
-2012-08-25 cadabra
-
- Fix for bug #900602 (Switching font with up/down arrows de-selects font list box)
-
-2012-08-25 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168164 : Default text output to px
-
-2012-08-24 Gellule Xg <gellule.xg@gmail.com>
-
- Add -headerpad_max_install_names to LDFLAGS when building for OSX .app
-
-2012-08-24 Gellule Xg <gellule.xg@gmail.com>
-
- Add -headerpad_max_install_names to LDFLAGS when building for OSX .app
-
-2012-08-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-08-23 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Latvian translation update by Jānis Eisaks.
-
-2012-08-23 John Smith <john.smith7545@yahoo.com>
-
- Fix for 575831 : font variant drop-down - fix for selection problem
-
-2012-08-21 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168164 : Font size, always output px option
-
-2012-08-20 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix type (fixes Windows build)
-
-2012-08-20 John Smith <john.smith7545@yahoo.com>
-
- Fix for 165865 : markers must take object's stroke color
-
-2012-08-19 apenner <penner@vaxxine.com>
-
- round-off incoming png resolution to 0.1 dpi (Bug 165952 comment 20)
-
-2012-08-19 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1035733 : Align Distribute dialog - Right align buttons
-
-2012-08-18 John Smith <john.smith7545@yahoo.com>
-
- Fix for 189535 : align verbs and by keys
-
-2012-08-17 Josh Andler <scislac@gmail.com>
-
- Authors update
-
-2012-08-17 JazzyNico <nicoduf@yahoo.fr>
-
- Shortcuts. Fix for Bug #1035903 (adobe-illustrator-cs2 contains multiple display=true for EditPaste).
-
-2012-08-16 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168164 : Font sizes in points option
-
-2012-08-15 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- code style (use NULL for pointers instead of 0)
-
-2012-08-15 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects).
- Translations. inkscape.pot and French translation update.
-
-2012-08-15 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1036010 : Cant read styles with 'em' units
-
-2012-08-11 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-08-11 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-08-09 JazzyNico <nicoduf@yahoo.fr>
-
- Warnings cleanup (see Bug #1034663).
-
-2012-08-09 JazzyNico <nicoduf@yahoo.fr>
-
- Warnings. Fix for Bug #323414 (strict-aliasing rules warnings).
-
-2012-08-09 John Smith <john.smith7545@yahoo.com>
-
- Fix for 819671 : No visual indication for grid and snap being on/off
-
-2012-08-08 Kris <Kris.De.Gussem@hotmail.com>
-
- copyright message rewritten object properties dialog
-
-2012-08-07 Campbell Barton <ideasman42@gmail.com>
-
- update for cmake
-
-2012-08-07 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1030239 : Custom markers only added to the list in 'Fill and Stroke - Style' after reloading the file : Fix selection regression
-
-2012-08-07 John Smith <john.smith7545@yahoo.com>
-
- Fix for 427514 : Filter effects dialog data mirroring
-
-2012-08-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Use Gtk::StyleContext in OCAL dialog
-
-2012-08-05 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukainian translation update by Yuri Chornoivan.
-
-2012-08-05 Kris <Kris.De.Gussem@hotmail.com>
-
- object attributes code was actually completely rewritten
-
-2012-08-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 484135 : clicking on the stroke size doesn't open the dialog box
-
-2012-08-05 JazzyNico <nicoduf@yahoo.fr>
-
- Exporting. Optimized SVG output extension update (scour).
-
-2012-08-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 427514 : Fix mirroring of FS Opacity/Blur settings
-
-2012-08-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1030239 : Custom markers only added to the list in Stroke Style after reloading the file
-
-2012-08-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1030239 : Custom markers only added to the list in Stroke Style after reloading the file
-
-2012-08-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1032880 : Stroke style panel is mirrored between open windows
-
-2012-08-04 John Smith <john.smith7545@yahoo.com>
-
- Fix for 575831 : Add font variant drop-down box to new text toolbar
-
-2012-08-03 JazzyNico <nicoduf@yahoo.fr>
-
- Build. Activating xslt extensions on Windows (not used yet).
-
-2012-08-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 167846 : GtkHScale regression
-
-2012-08-02 John Smith <john.smith7545@yahoo.com>
-
- Fix for 685689 : Panning with Shift+RMB fails when dropper tool selected
-
-2012-08-02 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for Bug #582552 (Make object -> Apply certain filters -> Open filter editor -> Undo -> Crash).
-
-2012-08-01 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for Bug #431271 (Crash after undo/redo a (combined) filter effect).
-
-2012-08-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 918894 : Remove link is reported as Ungroup in Undo history
-
-2012-08-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1029302 : Fill/Stroke dialog does not update on tool change
-
-2012-08-01 John Smith <john.smith7545@yahoo.com>
-
- Fix for 512247 : Show the direction in Object/Transform/Rotate
-
-2012-07-31 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for Bug #614500 (Cursor icon for Select/transform tool) by ~suv.
-
-2012-07-31 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Better fix for Bug #944077 (inkscape crashed with SIGSEGV in Inkscape::Extension::Implementation::Script::effect()).
-
-2012-07-28 apenner <penner@vaxxine.com>
-
- add Extensions->Export->Win32 Vector Print (Bug 966244)
-
-2012-07-28 apenner <penner@vaxxine.com>
-
- do not allow sodipodi:docname to have a temporary filename (partial fix for Bug 243162)
-
-2012-07-25 John Smith <john.smith7545@yahoo.com>
-
- Fix for 722625 : Select Same by Object Type
-
-2012-07-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialog
-
-2012-07-24 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't include keyboards in input-device list. Remove comments about private fields.
-
-2012-07-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 614500 : Select tool crosshair cursor
-
-2012-07-24 John Smith <john.smith7545@yahoo.com>
-
- Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap
-
-2012-07-23 Josh Andler <scislac@gmail.com>
-
- Add missing files and add Daniel Wagenaar to Authors
-
-2012-07-23 JazzyNico <nicoduf@yahoo.fr>
-
- Bitmap. Fix for Bug #165952 (png resolution not imported) by Daniel Wagenaar.
-
-2012-07-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix canvas scroll events in GTK+ 3
-
-2012-07-23 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #1027904 (Toolbars not translated).
- Translations. French translation update.
-
-2012-07-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop use of size-request in button and sp-widget (GTK3)
-
-2012-07-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Abort configuration if GTK+ 3 dependencies are unfulfilled
-
-2012-07-21 apenner <penner@vaxxine.com>
-
- refresh sodipodi:docname when saving (Bug 1024690)
-
-2012-07-21 John Smith <john.smith7545@yahoo.com>
-
- Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrap
-
-2012-07-21 John Smith <john.smith7545@yahoo.com>
-
- Fix for 960240 : Rename Edit:Find to Find Replace
-
-2012-07-21 John Smith <john.smith7545@yahoo.com>
-
- Fix for 908392 : Swatches dialog minimum size
-
-2012-07-20 John Smith <john.smith7545@yahoo.com>
-
- Fix for 940578 : Max font size in toolbar font chooser
-
-2012-07-20 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Removing the Replace Text extension (replaced with the new Find dialog).
-
-2012-07-19 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #1022719 (Inkscape fails to open file from the web (via URL) on the command line) by Patrick Monnerat.
-
-2012-07-18 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. PO template update.
-
-2012-07-18 JazzyNico <nicoduf@yahoo.fr>
-
- Doc. Tutorials translation update and new keys reference translation in Belarusion by 375gnu.
-
-2012-07-18 JazzyNico <nicoduf@yahoo.fr>
-
- Importing. Fix for Bug #1026173 (Please make txt2svg.pl cope with UTF-8) by Reuben Thomas.
-
-2012-07-16 UweSchoeler <mail@uwe-schoeler.de>
-
- german translation update
-
-2012-07-16 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #425202 (Script messages not translated).
-
-2012-07-15 John Smith <john.smith7545@yahoo.com>
-
- Fix for 167846 : Focus issue between spinbuttons when using Tab
-
-2012-07-15 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1023655 : Improvments to Embedded script UI
-
-2012-07-13 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1024325 (DXF output, Python script error: No translation file found for domain: inkscape).
-
-2012-07-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Bug #781893 (Crash after moving a Bezier node after Knot path effect)
- Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust.
-
-2012-07-12 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #425202 (Script messages not translated).
-
-2012-07-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 378413 : Show/Hide all layers
-
-2012-07-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 612221 : Add metadata default configuration in the preferences
-
-2012-07-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1023655 : IMprovments to Embedded script UI
-
-2012-07-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1023656 : Color profile Link/Unlink in Document Properties
-
-2012-07-12 John Smith <john.smith7545@yahoo.com>
-
- Fix for 377294 : Layer dialog rename when no label exists
-
-2012-07-11 John Smith <john.smith7545@yahoo.com>
-
- Fix for 167781 : opacity in selected style loses focus on kbd value scroll, fix for Esc
-
-2012-07-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2012-07-10 JazzyNico <nicoduf@yahoo.fr>
-
- OCAL. Fix for Bug #943275 (New Import Clip Art… dialog crashes on Windows).
-
-2012-07-10 JazzyNico <nicoduf@yahoo.fr>
-
- Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad not working).
-
-2012-07-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. inkscape.pot and Latvian translation update by Janis Eisaks.
-
-2012-07-10 John Smith <john.smith7545@yahoo.com>
-
- Fix for 1022676 : Font dialog label alignment
-
-2012-07-10 John Smith <john.smith7545@yahoo.com>
-
- Fix for 167781 : opacity in selected style loses focus on kbd value scroll
-
-2012-07-08 John Smith <john.smith7545@yahoo.com>
-
- Fix for 168658 : Font substitution warning dialog - CSS font fallbacks
-
-2012-07-08 John Smith <john.smith7545@yahoo.com>
-
- Fix for 181473 : Layer label edit keyboard shortcuts
-
-2012-07-08 John Smith <john.smith7545@yahoo.com>
-
- Fix for 181473 : Patch for Layers drag and drop crash
-
-2012-07-07 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-07-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop GTK+ 2.20 support.
-
-2012-07-05 JazzyNico <nicoduf@yahoo.fr>
-
- Patch for bug #728081 (Keyboard shortcut - Lock current layer).
-
-2012-07-05 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #1001446 (export bitmap hotkey)
-
-2012-07-05 John Smith <john.smith7545@yahoo.com>
-
- Fix for 181473 : Layers drag and drop
-
-2012-07-04 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 168658 : Font substitution warning dialog - GTK3 compile
-
-2012-07-04 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 168658 : Font substitution warning dialog - GTK3 compile
-
-2012-07-04 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : Preference to show legacy gradient editor
-
-2012-07-04 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 168658 : Font substitution warning dialog
-
-2012-07-02 apenner <penner@vaxxine.com>
-
- emf import. missing tick marks (Bug 715692)
-
-2012-07-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Reduce horizontal width of export bitmap dialog. This makes the GTK+ 3 version more usable on small screens
-
-2012-07-01 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : Retire legacy gradient editor
-
-2012-06-30 Luca Bruno <lucab@debian.org>
-
- Fix building with Poppler 0.20 (LP: #1005565)
-
- Poppler >= 0.20 has a new internal API for errors and other miscellanea.
- As we are abusing these internal functionalities, they broke from time to
- time. Fixing it for now with a new conditional build flag.
- This fixes https://bugs.launchpad.net/inkscape/+bug/1005565
-
-2012-06-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Allow cairomm 1.9.8. Should be good enough
-
-2012-06-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Make cairomm 1.10 dependency explicit
-
-2012-06-26 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 722017 : Better Gradient Window
-
-2012-06-26 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using negative text).
-
-2012-06-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate some widgets to GtkStyleContext
-
-2012-06-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Use orientable widgets in GTK+ 3 build
-
-2012-06-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate to new device pointer API for GTK+ 3
-
-2012-06-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing glibmm header
-
-2012-06-20 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. New Bengali/Bangladesh translation by Mahay Alam Khan.
-
-2012-06-20 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Removing deleted files and inkscape.pot update.
-
-2012-06-20 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 591225 : Fix wording of 'Clean up document' in Undo History
-
-2012-06-20 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 1015352 : Vacuum defs : Rename to 'Clean up document'
-
-2012-06-19 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 1005064 : Move menu item File->Input Devices to Edit->Input Devices
-
-2012-06-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix crash in fill and stroke dialog with GTK+ 3
-
-2012-06-17 Jon A. Cruz <jon@joncruz.org>
-
- Removed unneeded header style filename #defines
-
-2012-06-17 Jon A. Cruz <jon@joncruz.org>
-
- Removed outdated classes.
- Pruned header to not introduce extraneous includes.
-
-2012-06-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Set GDL-3 as a fixed dependency for GTK+ 3 build.
-
- It's unrealistic for us to support GTK+ 3 compatibility in our internal copy.
- We ultimately want to get rid of it anyway.
-
-2012-06-15 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for Bug #837856 (Help: localized keys and mouse refs is not opened.) and French translation update.
-
-2012-06-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix new deprecated GTK+ symbols in desktop-widget
-
-2012-06-14 tavmjong-free <tavmjong@free.fr>
-
- Fixed typo.
-
-2012-06-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop check for ancient GTK version. Fixes statusbar width issue
-
-2012-06-13 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2012-06-13 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 1011726 : Performance regression with XML Editor - Improve model unload time
-
-2012-06-12 Kris <Kris.De.Gussem@hotmail.com>
-
- fix memleak
-
-2012-06-12 Kris <Kris.De.Gussem@hotmail.com>
-
- fix in previous commit
-
-2012-06-12 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-06-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- enable GSEAL for Windows builds
-
-2012-06-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Use more explicit pkg-config list for GTK+ 3 builds
-
-2012-06-12 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2012-06-12 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 1011726 : Performance regression with XML Editor
-
-2012-06-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 1005064 : Move menu item File->Input Devices to Edit->Input Devices
-
-2012-06-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix some broken callbacks for Gtk+ 3
-
-2012-06-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Add missing Cairo header
-
-2012-06-10 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build against GTK+ 3. Thorough checking for runtime errors needed :-)
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk+ 3 drawing in sp-canvas
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk+ 3 drawing fixes for PDF input dialogs
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't use GtkColormap in Gtk+ 3
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk+ 3 drawing for sp-color-slider
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm 3 fixes for glyphs dialog
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Use Cairo::Region in sp-canvas
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Use new form of set() method in Gtk::Clipboard
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining size_request issues for Gtk+ build
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build failure with old GtkAdjustment API
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of remaining GtkObject usage
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop GtkObject usage in gradient-vector
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Missing header in nr-filter-image for Gtk+ 3 build
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Refactor SPCanvasItem to no longer derive from GtkObject
-
-2012-06-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop deriving SPCanvasItem from GtkObject
-
-2012-06-08 Jon A. Cruz <jon@joncruz.org>
-
- Move measure angle string to keep it visible when angle is small.
-
-2012-06-08 Jon A. Cruz <jon@joncruz.org>
-
- Improve approach for keeping angle display string visible.
-
-2012-06-07 apenner <penner@vaxxine.com>
-
- dxf import. allow spline to be closed (Bug 1001521)
-
-2012-06-07 Kris <Kris.De.Gussem@hotmail.com>
-
- probably this was intended
-
-2012-06-07 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-06-06 Jon A. Cruz <jon@joncruz.org>
-
- Fix compile for GTK+ less than 2.20 when GSEAL is on. Fixes bug #1009010.
-
-2012-06-05 Jon A. Cruz <jon@joncruz.org>
-
- Compatibility fix.
-
-2012-06-05 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2012-06-05 Kris <Kris.De.Gussem@hotmail.com>
-
- various
-
-2012-06-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Header cleaning for GTK+3 migration
-
-2012-06-05 Jon A. Cruz <jon@joncruz.org>
-
- Allow angle measurement base to be changed by tapping space.
-
-2012-06-03 Jon A. Cruz <jon@joncruz.org>
-
- Limit angle label to show up within the desktop window. Also refactor arc drawing.
-
-2012-06-03 apenner <penner@vaxxine.com>
-
- modify calc of bbox for single point (Bug 1006666)
-
-2012-06-03 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fix find dialog
-
-2012-06-02 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2012-06-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining Gtkmm 3 issues in filter effects dialog
-
-2012-06-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Add draw signal in filter effects dialog
-
-2012-06-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Cairo rendering in filter effects dialog
-
-2012-06-01 Jon A. Cruz <jon@joncruz.org>
-
- Add marker to initial point.
-
-2012-06-01 Jon A. Cruz <jon@joncruz.org>
-
- Place angle measurement along the measure arc.
-
-2012-06-01 Jon A. Cruz <jon@joncruz.org>
-
- Adding baseline and arc to make angle measurement visualization easier.
-
-2012-06-01 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 951580 : Ruler click toggles guide visibility
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm fixes for sp-widget
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove unused icon-widget code
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing Glibmm headers needed for GTK+3 build
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm 3 fixes for licensor widget
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GDK key symbols in mesh-context
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining gtkmm 3 menu issues
-
-2012-05-30 Jon A. Cruz <jon@joncruz.org>
-
- Make multiple measurement labels avoid overlapping each other.
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Tidy up deprecated Gtkmm menu stuff
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm 3.0 fixes for script dialog
-
-2012-05-31 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm 3.0 fixes for debug dialog
-
-2012-05-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm 3.0 fixes for live path effect editor dialog
-
-2012-05-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtkmm 3.0 fixes for layers dialog
-
-2012-05-29 Alex Valavanis <valavanisalex@gmail.com>
-
- Allow use of deprecated GDK symbols because our GDL fork needs them
-
-2012-05-28 Jon A. Cruz <jon@joncruz.org>
-
- Added basic offset and call-out lines for measurements.
-
-2012-05-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- undo changes
-
-2012-05-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated pointer grabbing in ruler
-
-2012-05-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Build with GDK_DISABLE_DEPRECATED for Gtk+ 2
-
-2012-05-28 Jon A. Cruz <jon@joncruz.org>
-
- Cleanup of measure text for moving away from overlap.
-
-2012-05-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using deprecated GdkBitmap in custom cursors
-
-2012-05-27 Jon A. Cruz <jon@joncruz.org>
-
- Reorder measure context item painting for better legibility.
-
-2012-05-27 apenner <penner@vaxxine.com>
-
- emf import/export. patch by David Mathog for setmiterlimit (Bug 1004084)
-
-2012-05-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of remaining deprecated GdkDevice API usage
-
-2012-05-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using obsolete GdkDevice API. Needs testing with extended input devices
-
-2012-05-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing gtkmm header in document properties dialog
-
-2012-05-27 Alex Valavanis <valavanisalex@gmail.com>
-
- file dialog fixes for GTK+ 3
-
-2012-05-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Build with GSEAL_ENABLE
-
-2012-05-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Use accessor function for private label in message dialog
-
-2012-05-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using deprecated private members of GdkDevice.
-
- Unfortunately, the axis range is inaccessible in new versions of Gdk so
- we cannot set the range indicators in the input-devices dialog. There
- may be another way of doing this, using underlying system API.
-
-2012-05-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Some GDK deprecation fixes for Input Devices dialog
-
-2012-05-26 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903772 : Support --export-text-to-path when outputting plain SVG
-
-2012-05-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- mesh gradient: fix bad indexing
-
-2012-05-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- gradient mesh: add NULL checks to fix crash?
-
-2012-05-24 Jon A. Cruz <jon@joncruz.org>
-
- Improve progress granularity when exporting multiple items.
-
-2012-05-24 Jon A. Cruz <jon@joncruz.org>
-
- Fixing warnings.
-
-2012-05-24 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't use extension events API in GTK+3 builds
-
-2012-05-24 Alex Valavanis <valavanisalex@gmail.com>
-
- svg-canvas GTK+3 fixes
-
-2012-05-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- GrDrag: check for null pointer
-
-2012-05-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix windows build. use 'guint' instead of 'uint'. although I do not know why you wouldn't just use 'unsigned int'
-
-2012-05-24 Jon A. Cruz <jon@joncruz.org>
-
- Added option to close export dialog upon completion. Fixes bug #43730.
-
-2012-05-23 Jon A. Cruz <jon@joncruz.org>
-
- Added progress to export dialog and disabling export button while busy. Partially fixes bug #43730.
-
-2012-05-23 Jon A. Cruz <jon@joncruz.org>
-
- Applied modified patch to add export messages. Partially fixes bug #43730.
-
-2012-05-23 tavmjong-free <tavmjong@free.fr>
-
- Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).
-
-2012-05-22 Jon A. Cruz <jon@joncruz.org>
-
- Correct improper flipping of sRGB transform from RGB to BGR with cairo change. Fixes bug #814179.
-
-2012-05-23 Alex Valavanis <valavanisalex@gmail.com>
-
- More GTK+ 3 fixes for desktop-widget
-
-2012-05-22 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop GtkObject usage in view widgets
-
-2012-05-22 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop deprecated progress bar orientation
-
-2012-05-22 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop deprecated GtkNotebookPage usage
-
-2012-05-22 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-05-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3 drawing in OCAL dialog
-
-2012-05-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Use theme foreground colour for ruler tick drawing
-
-2012-05-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Start GTK+ 3 rendering in OCAL dialogs
-
-2012-05-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing header in svg-fonts-dialog needed for GTK+ 3 build
-
-2012-05-21 tavmjong-free <tavmjong@free.fr>
-
- Added sp-ctrlcurve, usefull for meshes.
-
-2012-05-21 tavmjong-free <tavmjong@free.fr>
-
- Add a few new icons for meshes.
-
-2012-05-21 tavmjong-free <tavmjong@free.fr>
-
- Change default font to a CSS valid default font (Sans -> sans-serif).
-
-2012-05-21 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3 changes for cell-renderers
-
-2012-05-21 Alex Valavanis <valavanisalex@gmail.com>
-
- More size-request GTK+ 3 fixes
-
-2012-05-20 Jon A. Cruz <jon@joncruz.org>
-
- Extended control resizing to node editing. Fixes half of bug #172059.
- Additional prep for centralizing color setting.
-
-2012-05-21 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 1000023 : Fill & Stroke dialog redesign
-
-2012-05-20 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 973195 : Limit width of color profile labels
-
-2012-05-19 Jon A. Cruz <jon@joncruz.org>
-
- C++ification of SPWidget.
-
-2012-05-19 Alex Valavanis <valavanisalex@gmail.com>
-
- Revert r11370. Fix crash with grid in default template
-
-2012-05-19 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3 changes for sp-widget
-
-2012-05-18 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ 3 fixes for colour selector widgets
-
-2012-05-18 Alex Valavanis <valavanisalex@gmail.com>
-
- More GtkObject fixes
-
-2012-05-18 Alex Valavanis <valavanisalex@gmail.com>
-
- More GtkObject fixes
-
-2012-05-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk+ 3 fixes for button widget
-
-2012-05-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't try to set non-existent size property in ctrlpoint
-
-2012-05-18 Jon A. Cruz <jon@joncruz.org>
-
- Correct use of memcopy/sizeof on wrong type. Fixes bug #616178.
-
-2012-05-18 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 973195 : Limit width of marker labels
-
-2012-05-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Make docked dialogs indicate focus
-
-2012-05-17 Jon A. Cruz <jon@joncruz.org>
-
- Follow-up for 11375
-
-2012-05-17 Jon A. Cruz <jon@joncruz.org>
-
- Extended resizing to node handles.
-
-2012-05-17 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 997888 : Merge into Document Properties
-
-2012-05-16 Jon A. Cruz <jon@joncruz.org>
-
- Corrected protected type access (comments were incorrect).
- Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness.
-
-2012-05-16 Jon A. Cruz <jon@joncruz.org>
-
- Fixed warning with printf format. Also corrected inproper type that resulted in the use of C-style const casts.
-
-2012-05-17 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : ellipsize function with ustring
-
-2012-05-16 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop some GtkObject usage
-
-2012-05-16 Alex Valavanis <valavanisalex@gmail.com>
-
- remove GtkObject use in color-item
-
-2012-05-16 Alex Valavanis <valavanisalex@gmail.com>
-
- remove GtkObject use in find dialog
-
-2012-05-16 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950508 : Small padding change
-
-2012-05-15 Kris <Kris.De.Gussem@hotmail.com>
-
- minor fix for translations
-
-2012-05-15 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : Ellipse text if gradient name too long
-
-2012-05-14 apenner <penner@vaxxine.com>
-
- pdf import. set a default line width, see http://thread.gmane.org/gmane.comp.graphics.inkscape.user/14539
-
-2012-05-14 Kris <Kris.De.Gussem@hotmail.com>
-
- a few UI message fixes
-
-2012-05-14 JazzyNico <nicoduf@yahoo.fr>
-
- XAML. Fix for Bug #999059 (radial gradients don't get properly exported to XAML) by Oxidative.
-
-2012-05-14 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 986446 : Measure toolbar header include
-
-2012-05-13 apenner <penner@vaxxine.com>
-
- extensions. convert2dashes.py. better error handling (Bug 998164)
-
-2012-05-13 Kris <Kris.De.Gussem@hotmail.com>
-
- patch by zcgucas for Bug #941597 (Text objects with fill and stroke 'None' are invisible in outline mode)
-
-2012-05-12 Kris <Kris.De.Gussem@hotmail.com>
-
- syntx of null pointer dereference checks
-
-2012-05-12 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix for externally reported patch by Juergen Weigert, Bug #993500 (inkscape should return non-0 on 'errors')
-
-2012-05-11 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #982846 (untranslatable and unlocalized strings).
-
-2012-05-11 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Filtered objects count (patch by David Mathog).
- Translations. Inkscape.pot and French translation update.
-
-2012-05-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 169759 : HIG compliant Edit menu
-
-2012-05-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 997886 : Document Metadata : Crash when saving with 2 documents open
-
-2012-05-09 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+3 drawing of icons
-
-2012-05-09 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+3 drawing in gradient-image
-
-2012-05-09 Jon A. Cruz <jon@joncruz.org>
-
- Centralized line creation and enhanced visibility.
-
-2012-05-08 Jon A. Cruz <jon@joncruz.org>
-
- Unified variable names as scoping now makes the code safe.
- (merge of local fix)
-
-2012-05-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix drawing of eek-preview in GTK+3
-
-2012-05-07 Jon A. Cruz <jon@joncruz.org>
-
- Follow-up conversion from bool.
-
-2012-05-08 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 986446 : Refactor toolbox into tool specific files
-
-2012-05-07 Jon A. Cruz <jon@joncruz.org>
-
- Fixing to use explicit enum types instead of generic guint & bool.
-
-2012-05-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix more deprecated GDK key symbols
-
-2012-05-07 Kris <Kris.De.Gussem@hotmail.com>
-
- Find dialog: taking plurals into account for UI translation
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- A couple of simple Gtk3 fixes
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing glib headers in imageicon
-
-2012-05-06 apenner <penner@vaxxine.com>
-
- improved workaround to prevent GfxRadialShading from getting corrupted during copy operation (Bug 919176 comment 8)
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate to draw signal in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Upstream changes to draw_pos function in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Upstream performance fixes for rulers
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Apply upstream changes to tick drawing API in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop nested cairo_t in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't set colormap in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Use cairo surface for ruler backing store in gtk3
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Use cairo region in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up size allocation in rulers
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- cairo rendering in ruler
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge more ruler code
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge some customised ruler code
-
-2012-05-06 Kris <Kris.De.Gussem@hotmail.com>
-
- UI message
-
-2012-05-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Hide non-public fields of ruler
-
-2012-05-04 Kris <Kris.De.Gussem@hotmail.com>
-
- Adding checks to prevent null pointer dereferences
-
-2012-05-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cpp-style casting
-
-2012-05-04 Kris <Kris.De.Gussem@hotmail.com>
-
- Preferences: generalisation of UI messages
-
-2012-05-04 JazzyNico <nicoduf@yahoo.fr>
-
- Slovenian translation update by Martin Srebotnjak.
- French translation update.
- Translation template update.
-
-2012-05-04 Jon A. Cruz <jon@joncruz.org>
-
- C++ification of SPCtrlLine in preparation of visibility improvements.
-
-2012-05-03 Kris <Kris.De.Gussem@hotmail.com>
-
- Syntax of null pointer dereference checking
-
-2012-05-02 Jon A. Cruz <jon@joncruz.org>
-
- Corrected hardcoded hit detection in pen & pencil tool endpoint detection.
-
-2012-05-02 Jon A. Cruz <jon@joncruz.org>
-
- Eliminated duplication of GTK key defines.
-
-2012-05-02 Jon A. Cruz <jon@joncruz.org>
-
- Adding the two new files.
-
-2012-05-02 Jon A. Cruz <jon@joncruz.org>
-
- Adding base configurable sizing of controls/handles.
-
-2012-05-02 Kris <Kris.De.Gussem@hotmail.com>
-
- Find dialog: better user message
-
-2012-05-02 Kris <Kris.De.Gussem@hotmail.com>
-
- Find dialog UI:
- - some message fixes (capitals and spaces)
- - simplify translation
-
-2012-05-01 Kris <Kris.De.Gussem@hotmail.com>
-
- extensions: string class usage
-
-2012-05-01 Kris <Kris.De.Gussem@hotmail.com>
-
- fix extension path scan (Bug #801568 ; patch of Patrick Monnerat)
-
-2012-05-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove remaining ancient GTK+ version checks
-
-2012-05-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop checks for ancient GTK+ version
-
-2012-05-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix typos in Gtk3 fixes, and fix separator API usage
-
-2012-04-30 Alex Valavanis <valavanisalex@gmail.com>
-
- gtkmm-3.0 changes for Gtk::Adjustment
-
-2012-04-29 apenner <penner@vaxxine.com>
-
- emf import. use EMR_EXTSELECTCLIPRGN to cancel clipping (Bug 990083)
-
-2012-04-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: restrict the 'ray' values for ellipses that powerstroke can generate.
-
-2012-04-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkMetricType with SPMetric
-
-2012-04-28 Alex Valavanis <valavanisalex@gmail.com>
-
- gtkmm-3.0 fixes for Gtk::Box and header inclusions
-
-2012-04-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop GtkObject use in dialog
-
-2012-04-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop GtkObject use in dialog-events
-
-2012-04-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix wrapping of colour palette
-
-2012-04-28 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- C++ify syntax a bit
-
-2012-04-28 Kris <Kris.De.Gussem@hotmail.com>
-
- fix paths when working with command line (Bug #695120 , patch by Patrick Monnerat)
-
-2012-04-28 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2012-04-26 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- 2geom update
-
-2012-04-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: cautious fix.
-
-2012-04-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: add errorhandling for rounded corners.
-
-2012-04-25 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- buildtool: update help message
-
-2012-04-25 Kris <Kris.De.Gussem@hotmail.com>
-
- Issue with my last commit
-
-2012-04-25 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix for 64bit OS X
-
-2012-04-25 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : Add link option to gradient toolbar
-
-2012-04-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Memory management in context menu (Bug #910529 )
-
-2012-04-24 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 943275 : OCAL search crash when data not avaialable
-
-2012-04-23 Kris <Kris.De.Gussem@hotmail.com>
-
- Export: fix crash when removing last character in a selection (Bug #960980)
-
-2012-04-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Correct GTK+ 3 box syntax in toolbox
-
-2012-04-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of GtkObject in toolbox
-
-2012-04-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining Lucid build issues, hopefully
-
-2012-04-23 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 943207 : Replace deprecated gdk_draw_rgb_image with cairo drawing in sp-color-slider
-
-2012-04-22 apenner <penner@vaxxine.com>
-
- pdf import. modify criterion for applying scaling to gradientTransform (Bug 985182)
-
-2012-04-22 Kris <Kris.De.Gussem@hotmail.com>
-
- better UI message
-
-2012-04-22 Kris <Kris.De.Gussem@hotmail.com>
-
- typo in UI
-
-2012-04-22 Kris <Kris.De.Gussem@hotmail.com>
-
- export dialog: c++ification and compile warning fix
-
-2012-04-22 Kris <Kris.De.Gussem@hotmail.com>
-
- some more string class usage
-
-2012-04-22 Jon A. Cruz <jon@joncruz.org>
-
- Improve pen & pencil anchor visibility. Fixes bug #986748.
-
-2012-04-21 Jon A. Cruz <jon@joncruz.org>
-
- Correcting message for lcms2 status. Fixes bug #985623.
-
-2012-04-22 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_menu with gtk_combo_box
-
-2012-04-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated toolbar orientation API. Unfortunately there is no replacement in Gtkmm 3 so we need to use underlying GTK+ object
-
-2012-04-21 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix typo in previewholder
-
-2012-04-21 Kris <Kris.De.Gussem@hotmail.com>
-
- dropping some ghost code / probably fixing a memleak as well
-
-2012-04-21 Kris <Kris.De.Gussem@hotmail.com>
-
- Fixed non working cancel button in export dialog
-
-2012-04-21 Kris <Kris.De.Gussem@hotmail.com>
-
- C++ification of progress dialog / documentation
-
-2012-04-20 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck / fix issue in Dutch translation
-
-2012-04-20 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-04-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Memory leak fix. (Bug #986271) Code supplied by David Mathog.
-
-2012-04-20 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. zh_TW translations update, and new K&M reference translation.
-
-2012-04-19 helix84 <helix84@centrum.sk>
-
- * [INTL:zh_TW] Traditional Chinese translation update
-
-2012-04-18 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup
-
-2012-04-18 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert on undo
-
-2012-04-18 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 169888 : Patch for HIG style frames for PDF import dialogs
-
-2012-04-17 Jon A. Cruz <jon@joncruz.org>
-
- Fixed conditional code to avoid unused function warnings.
-
-2012-04-17 Alex Valavanis <valavanisalex@gmail.com>
-
- Work around for some missing glibmm headers in gtkmm (should be fixed in gtkmm 3.4)
-
-2012-04-17 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 169888 : HIG Style frame
-
-2012-04-16 Kris <Kris.De.Gussem@hotmail.com>
-
- some more string class usage as opposed to c-strings to prevent issues
-
-2012-04-16 Jon A. Cruz <jon@joncruz.org>
-
- Loop index type cleanup
-
-2012-04-16 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, fix assert on undo
-
-2012-04-15 apenner <penner@vaxxine.com>
-
- pdf import. for radial gradient, approximate an ExponentialFunction using an extra stop (Bug 919176)
-
-2012-04-15 JazzyNico <nicoduf@yahoo.fr>
-
- Convert man file installation to use automake instead of custom stuff (from 0.48.x).
-
-2012-04-15 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: fix inside of corners.
-
-2012-04-15 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix compile (wrong 2geom update, sry)
-
-2012-04-15 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- 2geom update
-
-2012-04-15 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fix for Bug #980518 (Please use c-format).
-
-2012-04-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of remaining deprecated GDK Key symbols
-
-2012-04-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Don't prevent deprecated symbol usage with GTK+ 3 build yet... let's go one step at a time :)
-
-2012-04-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate align & dist dialog to Gtk::Grid API
-
-2012-04-14 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: more robust method of determining parameters at joins. should fix some bugs. (may introduce new ones...)
-
-2012-04-14 Kris <Kris.De.Gussem@hotmail.com>
-
- export dialog: type fix
-
-2012-04-14 Kris <Kris.De.Gussem@hotmail.com>
-
- more c++ification in export dialog / fixing warning for in case of new and unsaved document
-
-2012-04-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Add --enable-gtk3-experimental build + use external GDL if possible
-
-2012-04-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Workaround for gtkmm build issue with dbus API
-
-2012-04-14 helix84 <helix84@centrum.sk>
-
- * [INTL:sk] Slovak translation update
-
-2012-04-13 Veronika Irvine <vmi@uvic.ca>
-
- support vertical text on path such that baseline is perpendiclar to the path and midline is centered on the path
-
-2012-04-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- 2geom fix
-
-2012-04-13 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- small 2geom update
-
-2012-04-13 Kris <Kris.De.Gussem@hotmail.com>
-
- probably this was intended
-
-2012-04-13 Kris <Kris.De.Gussem@hotmail.com>
-
- probably this was intended
-
-2012-04-13 Kris <Kris.De.Gussem@hotmail.com>
-
- better memleak fix than rev. 11148
-
-2012-04-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Slovak translation update by Jan Pulmann.
-
-2012-04-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translation. More disambiguations (see Bug #832560).
-
-2012-04-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GTK_TYPE macros
-
-2012-04-12 Jon A. Cruz <jon@joncruz.org>
-
- Shortcut patch. Fixes bug #974531
-
-2012-04-11 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2012-04-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up a few Gtkmm orientables
-
-2012-04-12 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- disable more deprecated stuff
-
-2012-04-11 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- start disabling deprecated GTK+ calls in Windows builds, to prevent people from using deprecated methods
-
-2012-04-11 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix deprecated glib thingie
-
-2012-04-11 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix warning
-
-2012-04-11 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. PO files update.
-
-2012-04-11 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Adding some context tags (disambiguation).
-
-2012-04-11 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Restoring context menu items order (Embed image) and activation test (Extract image).
-
-2012-04-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Add GTK_DISABLE_DEPRECATED to configure.ac
-
-2012-04-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCTree with GtkTreeView in XML Tree
-
-2012-04-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion crash fix
-
-2012-04-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 367607 : Replace deprecated sp_ctrl_set_arg and gtk_object_add_arg_type calls in sodipodi-ctrl.cpp
-
-2012-04-10 Jon A. Cruz <jon@joncruz.org>
-
- Removed unused function.
-
-2012-04-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 170378 : Select All by Stroke or Fill Color - Added search within groups
-
-2012-04-11 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : Disable gradient editor on knot double click
-
-2012-04-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- more 2geom fix
-
-2012-04-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix 2geom
-
-2012-04-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated gtk_vbox_new and gtk_widget_size_request
-
-2012-04-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- 2geom: sbasis multiplication never returns sbasis of at least order a+b
-
-2012-04-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix potential issue with tangent calculation
-
-2012-04-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: remove the need to reload the node tool when adding/deleting control width knots
-
-2012-04-10 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- small cleanup
-
-2012-04-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up some deprecated orientable API
-
-2012-04-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Adopt obsolete GtkAnchorType enum as SPAnchorType
-
-2012-04-09 Jon A. Cruz <jon@joncruz.org>
-
- Additional cleanup.
-
-2012-04-10 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, 64bitLion crash fix
-
-2012-04-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace remaining gtk_hbox_new usage
-
-2012-04-09 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add GSEAL_ENABLE flag, ready to be activated
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- code cleanup: dropping some unused code
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck stuff
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- Documentation / dropping some pointer conversions in context menu
-
-2012-04-09 Alex Valavanis <valavanisalex@googlemail.com>
-
- ege-adjustment-action: Get rid of GtkHBox
-
-2012-04-09 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Updating the files list and translation template.
-
-2012-04-09 Alex Valavanis <valavanisalex@googlemail.com>
-
- Replace deprecated gdk_window_get_pointer
-
-2012-04-09 Alex Valavanis <valavanisalex@googlemail.com>
-
- Replace deprecated gdk_cursor_unref
-
-2012-04-09 Alex Valavanis <valavanisalex@googlemail.com>
-
- Fix CheckButton header issue with GTK+ 3
-
-2012-04-09 Alex Valavanis <valavanisalex@googlemail.com>
-
- Replace deprecated GDK key symbols
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- documentation
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- omitting debug message on windows
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: "scanf without field width limits can crash with huge input data"
-
-2012-04-09 Kris <Kris.De.Gussem@hotmail.com>
-
- fix memory leak and some minor things
-
-2012-04-09 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- LPE: enable "add effect" button for clones. It converts the clone to a path and applies the clone original LPE.
-
-2012-04-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- clone original path lpe: add boilerplate code to allow to compensate for linked path movement. but it should be worked out how the actual compensation should be written to SVG. don't want to add something to the cloneLPE SVG syntax in a haste
-
-2012-04-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix inclusion.
-
-2012-04-08 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix stroke-width scaling issue
-
-2012-04-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- clone lpe: preserve transformations on paths with clone_original lpe. This enables moving such paths.
-
-2012-04-08 apenner <penner@vaxxine.com>
-
- pdf import. temporary workaround to prevent GfxRadialShading from getting corrupted during copy operation (Bug 919176 comment 8)
-
-2012-04-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke parameter small fix
-
-2012-04-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- small GSEAL fix
-
-2012-04-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Stop using custom GtkObject flags
-
-2012-04-08 Alex Valavanis <valavanisalex@gmail.com>
-
- More GDK key macro fixes, and some cursor referencing
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- circle tool: fix shift click to reset to full circle for start angle node
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: fix line caps for end/start knots with no handle (1st deriv == 0)
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: previous and this commit fix extrapolated and miter join behavior for negative widths
- (sorry, multitasking error...)
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- complementary to rev11175
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: use path's strokewidth on applying powerstroke effect
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix possible crasher in knot_clicked_handler
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- gives distinguishing colors to two vector params of LPE rough hatches
-
-2012-04-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix some deprecated GDK key symbols
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- remove no longer needed knotholderentity complication
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- cleanup knotholder code for LPEs
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstrokepointarray : add todo comment. do not derive from LPEKnotHolderEntity.
-
-2012-04-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- the knotholders for LPE parameters should not derive from LPEKnotHolderEntity as this prevents deletion
-
-2012-04-06 Kris <Kris.De.Gussem@hotmail.com>
-
- restore item order of dialogs in context menu (Bug #910529)
-
-2012-04-06 Alex Valavanis <valavanisalex@gmail.com>
-
- drop some deprecated gdk_draw functions
-
-2012-04-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining GTKMM deprecation issues
-
-2012-04-06 Alex Valavanis <valavanisalex@gmail.com>
-
- filter-effects-dialog: Cairomm rendering
-
-2012-04-06 Alex Valavanis <valavanisalex@gmail.com>
-
- png-write: Fix FTBFS
-
-2012-04-06 Kris <Kris.De.Gussem@hotmail.com>
-
- fixes issue with revision 11160?
-
-2012-04-06 Kris <Kris.De.Gussem@hotmail.com>
-
- build warning fix
-
-2012-04-05 Kris <Kris.De.Gussem@hotmail.com>
-
- C++ify context menu:
- - c++ified context-menu.cpp (and included in interface.cpp)
- - removed dozens of pointer conversions (of which some were erroneous)
- - fixed a memory leak
- - added some null pointer checks to prevent crashes
-
-2012-04-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add test code for bug #967416
-
-2012-04-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash (bug #973174)
-
-2012-04-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix crash (bug #941317)
-
-2012-04-05 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add NULL checks to perhaps fix bug 970105
-
-2012-04-05 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. Tutorials Japanese (by Masato HASHIMOTO) and Russian (by Artem Zolochevskiy) translations update.
-
-2012-04-05 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 170378 : Select same objects by fill or stroke : Fix transformed stroke width
-
-2012-04-05 Kris <Kris.De.Gussem@hotmail.com>
-
- Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread "Some clipboard functions")
-
-2012-04-04 Kris <Kris.De.Gussem@hotmail.com>
-
- c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + some additional modifications)
-
-2012-04-04 JazzyNico <nicoduf@yahoo.fr>
-
- OCAL. Fix brush icon crash (see Bug #943275) by Jaroslaw M. Gliwinski.
-
-2012-04-04 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for Bug #437521 (Save As dialog should be resizable in Windows) by Jaroslaw M. Gliwinski.
-
-2012-04-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-04-04 Kris <Kris.De.Gussem@hotmail.com>
-
- png export dialog: memory leak fix
-
-2012-04-04 Kris <Kris.De.Gussem@hotmail.com>
-
- gradient chemistry: fix null pointer dereference
-
-2012-04-04 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 170378 : Select same objects by fill or stroke : Added stroke style
-
-2012-04-04 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build with gtk < 2.24
-
-2012-04-03 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2012-04-03 Jon A. Cruz <jon@joncruz.org>
-
- Corrected logic error with sig::connection bool operator.
- Warning cleanup.
-
-2012-04-03 Alex Valavanis <valavanisalex@gmail.com>
-
- eek-preview: Cairo drawing
-
-2012-04-03 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 170378 : Select same objects by fill or stroke
-
-2012-04-03 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols and combo_box fixes
-
-2012-04-02 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols replaced with g_object_unref
-
-2012-04-01 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix XML output of guideline color
- (this does not fix loading of guide color)
-
-2012-04-01 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 627728 : newly-added gradient node by dbl click set active
-
-2012-04-01 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 179830 : gradient tool focus problems with overlapping objects
-
-2012-04-01 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 627728 : Make newly added gradient stop active
-
-2012-04-01 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950677 : Add stops and repeat controls to the gradient toolbar
-
-2012-03-29 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- apply essentials of patch by zcgucas
-
-2012-03-28 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2012-03-28 JazzyNico <nicoduf@yahoo.fr>
-
- Adding verbs for lock and hide layers (see Bug #728081, patch by Jessica).
-
-2012-03-26 apenner <penner@vaxxine.com>
-
- cutting plotter dxf export. patch by Yann Papouin to allow hiding invisible layers (Bug 959159)
-
-2012-03-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: spiro join: more robust detection of tangent direction. fixes incorrect rounding for some paths.
-
-2012-03-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: add Spiro rounded join! (genius idea Jasper!)
-
-2012-03-24 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- partial 2geom update to obtain required method
-
-2012-03-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. POTFILE update (clonetiler move).
-
-2012-03-24 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 251674 and 592323 : Make CloneTiler dialog dockable
-
-2012-03-23 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- final cleanup of spiro?
-
-2012-03-23 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- cleanup spiro code
-
-2012-03-23 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- more spiro cleanup
-
-2012-03-23 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- clean up spiro code
-
-2012-03-23 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: correct naming of join parameter. breaks earlier created powerstroke paths, sorry. hope it does not hurt too many testers...
-
-2012-03-23 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 909328 : Dockable Find & Replace dialog, replace ComboBoxText with Entry to fix build error with gtkmm2.4
-
-2012-03-23 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, selection bug fixes
-
-2012-03-23 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 909328 : Dockable Find & Replace dialog
-
-2012-03-22 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are translatable) by Fernando Lucchesi.
-
-2012-03-22 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for bug #962002 (<image> context menu item Edit externally… ignores current selection).
-
-2012-03-22 JazzyNico <nicoduf@yahoo.fr>
-
- Reverting unwanted dos format convertion.
-
-2012-03-22 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree, reduce list padding
-
-2012-03-21 apenner <penner@vaxxine.com>
-
- pdf import. improve upon rev 11094. transform four corners of bbox separately (Bug 919176)
-
-2012-03-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: properly implement rounded joins. brain buster!!
-
-2012-03-21 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- give error when function does not return something while it should
-
-2012-03-21 JazzyNico <nicoduf@yahoo.fr>
-
- Preferences. New desktop integration preference for Windows users (native/gtk, see Bug #417365).
- Preferences. Fix for a bug with the preferences dialog when Show dialogs is set to true (always opens on the Selector page).
- Preferences. UI consistency fix (System information fields not correctly indented).
- This line and the following will be ignored --------------
-
- modified:
- src/desktop.cpp
- src/preferences-skeleton.h
- src/ui/dialog/filedialog.cpp
- src/ui/dialog/inkscape-preferences.cpp
- src/ui/dialog/inkscape-preferences.h
- unknown:
- inkscape.el.1
- inkscape.ja.1
- inkscape.sk.1
- inkscape.zh_TW.1
- libtool
- ltmain.sh@
- preferencesDialog.diff
- relink2.diff
- revert10761.diff
- rmbackups.sh
- doc/keys.gl.html
- doc/keys.pl.html
- packaging/win32/languages/.fr-xLpu9j/
- share/icons/inkscape-trunk.svg
- share/icons/application/48x48/inkscape-trunk.png
- src/.libs/
- src/libnr/
- src/relink.cpp
- src/relink.h
- src/extension/dbus/wrapper/inkdbus.pc
-
-2012-03-21 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Patch for Bug #789797 (Add an icon/definiton for Duplicate Current Layer).
-
-2012-03-21 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 959223 : Object selection messes up styles, regression from r11082
-
-2012-03-21 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Adding extension check in the context menu (see Bug #171842).
-
-2012-03-21 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903676 : Replace GtkCList with GtkTreeView in XML Tree
-
-2012-03-21 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950508 : Fill Stroke : Minor visual enhancements, match label sizes
-
-2012-03-20 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Man and keys Japanese translation by Masato HASHIMOTO.
-
-2012-03-20 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Japanese translation update by Masato HASHIMOTO.
-
-2012-03-20 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Removing org.ekips.filter.embedselectedimages from the extensions menu (see Bug #171842).
-
-2012-03-19 apenner <penner@vaxxine.com>
-
- desktop cutting plotter dxf output. ignore orphaned clones (Bug 957086)
-
-2012-03-19 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Script parameters values can now be translated (see Bug #955798).
-
-2012-03-18 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Japanese translation of the Windows installer by Masato HASHIMOTO.
-
-2012-03-18 JazzyNico <nicoduf@yahoo.fr>
-
- Import. Bitmap import improvements (see Bugs #171842 and #847374).
-
-2012-03-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Change finalization order in SPObject: delete signals before calling
- the parent finalizer. Should fix problems with gdb on Windows.
-
-2012-03-18 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fork LPE on duplicating objects. (configurable, defaults to "on")
-
-2012-03-18 apenner <penner@vaxxine.com>
-
- pdf import. transform the bbox associated with a clip path (Bug 919176)
-
-2012-03-16 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950508 : Fill Stroke : Minor visual enhancements, fix for Opacity label size
-
-2012-03-16 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- clean up
-
-2012-03-15 Josh Andler <scislac@gmail.com>
-
- Patch by Veronika Irvine for lp:806302
-
-2012-03-15 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 950508 : Fill Stroke : Minor visual enhancements
-
-2012-03-15 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903671 : Fill and Stroke Gradient list and Gradient Editor
-
-2012-03-14 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- buildtool: don't create build output folders in parallel. superfast in series, so no need, and bugs in parallel.
-
-2012-03-14 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- buildtool: allow parallel builds with btool -j :)
-
-2012-03-14 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Adding Latvian to the interface preferences.
-
-2012-03-14 JazzyNico <nicoduf@yahoo.fr>
-
- Packaging. Changing package date to 2012.
- Translations. New Latvian translation by Janis Eisaks.
-
-2012-03-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Add gtkmm deprecation flag to config
-
-2012-03-14 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox
-
-2012-03-14 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. SPUnitSelector
-
-2012-03-13 Josh Andler <scislac@gmail.com>
-
- Patch for multi-import by heisenbug from lp:203070
-
-2012-03-13 Josh Andler <scislac@gmail.com>
-
- Patch for IME text placement lp:166632 by Takeyuki Shiramoto
-
-2012-03-13 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Morphological filters linear in the number of output pixels.
-
-2012-03-13 tavmjong-free <tavmjong@free.fr>
-
- Protect against missing attributes and property files.
-
-2012-03-13 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient toolbar selector
-
-2012-03-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated Gdk::Window API
-
-2012-03-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated Gtk::TreePath API
-
-2012-03-12 apenner <penner@vaxxine.com>
-
- extensions. measure path. add option to choose text angle (Bug 946098)
-
-2012-03-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix deprecated Gtk::Widget flags
-
-2012-03-12 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Fill and Stroke Dashes
-
-2012-03-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkSignal API
-
-2012-03-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix false gtk deprecation warnings from gtkmm headers
-
-2012-03-12 Campbell Barton <ideasman42@gmail.com>
-
- add missing files to cmake.
-
-2012-03-10 Alexandre Prokoudine <avp@darkroom.Home>
-
- Updated Russian translation
-
-2012-03-10 Alexandre Prokoudine <avp@darkroom.Home>
-
- Proper captialization for a text label
-
-2012-03-09 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. POTFILE and template update (due to xml-tree.cpp changes).
-
-2012-03-09 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 940715 : Convert XML Editor to a dockable dialog
-
-2012-03-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: - add miter size limit
- - fix crash with groups (thought I already committed this?)
-
-2012-03-08 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- add libs for windows
-
-2012-03-08 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Removing Affect: label (see Bug #590686).
-
-2012-03-08 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 855676 : Gradient - misplacing when adding new stop by mouse
-
-2012-03-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- cmake fix
-
-2012-03-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix cmakelists
-
-2012-03-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- more cmake find happyness
-
-2012-03-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- help cmake find stuff
-
-2012-03-07 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- fix for windows
-
-2012-03-07 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Template and French translation update.
-
-2012-03-07 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for bug #294354 (Unsaved files should have an asterisk (*) in the titlebar).
-
-2012-03-07 JazzyNico <nicoduf@yahoo.fr>
-
- Bitmaps. Fix for bug #499252 (Edit bitmap externally fails for relative links).
-
-2012-03-07 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-03-06 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Greek translation update by Dimitris Spingos.
-
-2012-03-07 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 946631 : Overlay scrollbars causing input boxes to be small (Document Metadata)
-
-2012-03-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up our fork of Gtk::Ruler a bit
-
-2012-03-05 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for Bug #668991 (Poor wording in data-loss prompt).
-
-2012-03-04 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Typo fix, templates update and Ukrainian translation update by Yuri Chornoivan.
-
-2012-03-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- powerstroke: add miter cusp type. improve tangent detection for cusps drawing
-
-2012-03-04 Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>
-
- 2geom: isConstant and isZero should check a finite neighbourhood around zero.
-
-2012-03-03 Kris <Kris.De.Gussem@hotmail.com>
-
- Cmake build fix
-
-2012-03-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove some deprecated GDK symbols
-
-2012-03-03 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 390458 : Convert Export Bitmap to a dockable dialog
-
-2012-03-02 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 927074 : Simplify Path Effects dialog, fix button padding
-
-2012-03-02 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 927074 : resize buttons, and add on tree double click
-
-2012-03-02 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 168351 : layer rename doesn't update layers dialog
-
-2012-03-02 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 944524 Layers - Group buttons and make style consistent
-
-2012-03-02 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 927074 : Simplify Path Effects dialog
-
-2012-03-01 Kris <Kris.De.Gussem@hotmail.com>
-
- various minor things
-
-2012-03-01 Kris <Kris.De.Gussem@hotmail.com>
-
- fix issues introduced with revision 10932
-
-2012-02-29 apenner <penner@vaxxine.com>
-
- patch by Veronika Irvine for filter effects dialog sizing (Bug 932474)
-
-2012-02-29 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
- added todo warning for sp-conn-end (after devmail message)
-
-2012-02-29 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix glibmm 2.28 check and guard against inclusion of deprecated gtk headers
-
-2012-02-28 Jon A. Cruz <jon@joncruz.org>
-
- Cleanup of unused variables and warnings.
-
-2012-02-29 Alex Valavanis <valavanisalex@gmail.com>
-
- Header tidying, suppress all gdk deprecation errors in gtkmm
-
-2012-02-28 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation: minor update
-
-2012-02-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build failure in extensions
-
-2012-02-27 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge Andrew's new OCAL dialog and clean headers. Please test
-
-2011-12-27 Andrew <at.higginson@gmail.com>
-
- fixed crash!
-
-2011-12-27 Andrew <at.higginson@gmail.com>
-
- merged with trunk so I can build again...
-
-2011-12-27 Andrew <at.higginson@gmail.com>
-
- try to fix bug
-
-2011-07-02 Andrew rugby471@gmail.com
-
- Fixed issues with cancelling downloading of thumbnails and images, all should be well now :)
-
-2011-06-26 Andrew rugby471@gmail.com
-
- Correct ustring syntax
-
-2011-06-26 Andrew rugby471@gmail.com
-
- Revert changing to read_async
-
-2011-04-18 Andrew rugby471@gmail.com
-
- Remove some GNOME_VFS checks
- Try to use read_async instead of load_contents_async, not working at the moment :(
-
-2011-04-08 Andrew rugby471@gmail.com
-
- uint > unsigned int (so windows builds work)
-
-2011-04-04 Andrew rugby471@gmail.com
-
- added ocal icon into makefile
-
-2011-04-04 Andrew rugby471@gmail.com
-
- remove debugging stuff
-
-2011-04-04 Andrew rugby471@gmail.com
-
- implement cancelling
-
-2011-03-28 Andrew rugby471@gmail.com
-
- Merge thumbnail and image downloading into one set of functions :)
-
-2011-03-28 Andrew rugby471@gmail.com
-
- Don't re-download resources downloaded previously
-
-2011-03-27 Andrew rugby471@gmail.com
-
- fix errors
-
-2011-03-26 Andrew rugby471@gmail.com
-
- Starting disabling widgets at certain times
- Cleanup of XML variables
-
-2011-03-26 Andrew rugby471@gmail.com
-
- Sorted wrapping of labels
-
-2011-03-25 Andrew rugby471@gmail.com
-
- Increased size of OCAL logo and removed "Powered by" text
- Removed border of LoadingBox on startup
-
-2011-03-25 Andrew rugby471@gmail.com
-
- Change menutems and title to "Import Clip Art"
-
-2011-03-25 Andrew rugby471@gmail.com
-
- Improving preview widget
-
-2011-03-24 Andrew rugby471@gmail.com
-
- Made dialog's state persistant
-
- Cleanup of code
- Made download of image work
- Put all images into a /tmp/openclipart directory
- Use GUID for filename
-
-2011-03-22 Andrew rugby471@gmail.com
-
- Split OCALDialog code in fill.cpp into two, so we can have async stuff working
- Added StatusWidget to show status of operations in dialog
- Styled no search results label appropriately
- Corrected callbacks for buttons
- Start to get image downloading working
-
-2011-03-20 Andrew rugby471@gmail.com
-
- Remove all GNOMEVFS code
- Move some SearchResultlist methods to ImportDialog
-
-2011-03-19 Andrew rugby471@gmail.com
-
- Fix issue with text of overlay
- Remove more GNOMEVFS code
- Add in proper no result message
-
-2011-03-19 Andrew rugby471@gmail.com
-
- Remove depreciated GNOMEVFS from XML downloading and parsing and replace with GIO
- - Made these methods async so the UI is not blocked
-
-2011-03-18 Andrew rugby471@gmail.com
-
- Get the OCAL logo form a proper path
- Degrade gracefully if the logo can't be found
-
-2011-03-18 Andrew rugby471@gmail.com
-
- Remove SearchEntry hinting ability (not appropriate/useful in this scenario)
- Get clearing of icon to work
-
-2011-03-17 Andrew rugby471@gmail.com
-
- added custom searchentry
-
-2011-03-16 Andrew rugby471@gmail.com
-
- Added OCAL logo overlay
-
-2011-03-13 Andrew rugby471@gmail.com
-
- make print_xml_element_names an instance method of the SearchResultsList
- remove uneeded comments
-
-2011-03-13 Andrew rugby471@gmail.com
-
- changed name to SearchResultList
- moved around some SearchResultList stuff into its constructor
- use an enum instead of arbitrary ints
- Use markup to diaplay information in list
- collect more data (date, thumbnail)
-
-2011-03-13 Andrew rugby471@gmail.com
-
- Added OCAL namespace within Dialog namespace
-
-2011-03-11 Andrew rugby471@gmail.com
-
- removed message and description labels
-
-2011-03-11 Andrew rugby471@gmail.com
-
- added back size request :)
- added shadow, made vscrollbar always appear, and removed column headers from the file list
-
-2011-03-11 Andrew rugby471@gmail.com
-
- converted to use var_name from CamelCase
- removed erroneous size_request
-
-2011-03-11 Andrew rugby471@gmail.com
-
- organise GUI code into sections
-
-2011-03-11 Andrew rugby471@gmail.com
-
- Fixed padding and packing
- Removed message and description labels
-
-2011-03-11 Andrew rugby471@gmail.com
-
- Added 12px border to dialog
- Set better default size
- Removed 'Search for:' label
- Made Search button not EXPAND and FILL
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- gseal fix
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix gseal issues in ruler
-
-2012-02-26 Johan Engelen <goejendaagh@zonnet.nl>
-
- powerstroke: work on cusps, so people can play with it a bit. it is not done yet ! so may change in future...
- (partial update to latest 2geom, for reflection transform)
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Import deprecated GtkRuler API. Probably worth tidying :-)
-
-2012-02-26 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation: minor update
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated gtk_toolbar_append_widget API
-
-2012-02-26 apenner <penner@vaxxine.com>
-
- emf output. loosen the tolerance on text positioning (Bug 939688)
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GTK_TYPE macros
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up all remaining false warnings from Gtkmm
-
-2012-02-26 Alex Valavanis <valavanisalex@gmail.com>
-
- header cleaning
-
-2012-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Header cleaning
-
-2012-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- Header cleaning
-
-2012-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Merge upstream patch 912AE (2012-02-20) - Fixed some const warnings
-
-2012-02-25 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Replace deprecated GRelation API
-
-2012-02-25 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix documentation
-
-2012-02-25 Kris <Kris.De.Gussem@hotmail.com>
-
- (cppcheck and janitorial tasks:) C-style casting to C++-style casting
-
-2012-02-23 apenner <penner@vaxxine.com>
-
- avoid some Shape calculations that are not relevant to visual bbox (Bug 906952)
-
-2012-02-22 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: null pointer dereference fix
-
-2012-02-22 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 938349 : Compile error in spellcheck.h when aspell is unavailable
-
-2012-02-21 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: null pointer dereference fix
-
-2012-02-21 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 934721 : Convert SpellCheck dialog to a dockable dialog
-
-2012-02-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Copy missing libintl-8.dll in build.xml
-
-2012-02-21 Alex Valavanis <valavanisalex@googlemail.com>
-
- Fix conditional build for old GTK+ in new text-edit dialog
-
-2012-02-20 Kris <Kris.De.Gussem@hotmail.com>
-
- documentation
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- update 2geom info
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove superfluous RectHull
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- bad bug in 2geom
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- some clean up
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove very old unused code file
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove unused code
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- move helper/recthull.h to 2geom/rect-hull.h
-
-2012-02-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix crash on non-finite stroke widths
-
-2012-02-18 Alex Valavanis <valavanisalex@googlemail.com>
-
- Define GLIBMM_2_28 instead of NEW_GLIBMM for consistency with other GLIBMM version variables
-
-2012-02-18 Josh Andler <scislac@gmail.com>
-
- port checking glibmm version before applying G_DISABLE_SINGLE_INCLUDES
-
-2012-02-17 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 171579 : Make inkscape remember dialogs window status
-
-2012-02-16 Kris <Kris.De.Gussem@hotmail.com>
-
- Documentation of the Text and Font dialog
-
-2012-02-16 Kris <Kris.De.Gussem@hotmail.com>
-
- fix regression introduced in revision 10987
-
-2012-02-16 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 930535 : Convert Font and Text dialog to a dockable dialog
-
-2012-02-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Prevent false gtk deprecation warnings in canvas-grid and tidy headers
-
-2012-02-15 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-02-15 Alex Valavanis <valavanisalex@gmail.com>
-
- More header cleanup/fwd declarations
-
-2012-02-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix build some more...
-
-2012-02-15 Diederik van Lierop <mail@diedenrezi.nl>
-
- Don' t use convex hull for snapping a large selection if "only snap closest node" has been enabled
-
-2012-02-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining glib deprecation and define compiler macros
-
-2012-02-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Move gtkmm headers that internally re-enable deprecated gtk symbols to top. Hides many GTK deprecation errors that we can't fix in Inkscape
-
-2012-02-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix build after r10963
-
-2012-02-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix warning
-
-2012-02-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix compile (for r10969)
-
-2012-02-15 Kris <Kris.De.Gussem@hotmail.com>
-
- Synchronized 2geom to revision 2058
-
-2012-02-15 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2012-02-15 Diederik van Lierop <mail@diedenrezi.nl>
-
- Snap to grid/guide lines perpendicularly
-
-2012-02-14 Diederik van Lierop <mail@diedenrezi.nl>
-
- 1) Add checkboxes for perpendicular and tangential snapping to the document properties dialog (on the snap tab)
- 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog)
-
-2012-02-14 Josh Andler <scislac@gmail.com>
-
- Update Authors & Translators lists in About dialog
-
-2012-02-14 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 910463 : Improve System preferences
-
-2012-02-13 Jon A. Cruz <jon@joncruz.org>
-
- Cleaning up unused variables and other warnings.
-
-2012-02-13 Jon A. Cruz <jon@joncruz.org>
-
- Adding stdint for definitions of uint32_t, etc.
-
-2012-02-13 apenner <penner@vaxxine.com>
-
- extensions. render QR barcode. support for unicode (Bug 929001)
-
-2012-02-13 Jon A. Cruz <jon@joncruz.org>
-
- Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #885324.
-
-2012-02-12 Josh Andler <scislac@gmail.com>
-
- Fix wrong placement in authors
-
-2012-02-12 Josh Andler <scislac@gmail.com>
-
- Update authors file
-
-2012-02-12 apenner <penner@vaxxine.com>
-
- some switches between visual and geometric bbox based on prefs (Bug 473608)
-
-2012-02-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix build with DBUS enabled
-
-2012-02-12 John Smith <removethis.john.q.public@bigmail.com>
-
- Fix for 911079 : Error messages from Extensions hidden
-
-2012-02-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Header cleaning
-
-2012-02-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Refresh marshallers for mingw
-
-2012-02-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleaning up a few headers
-
-2012-02-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace old ComboText with Gtk::ComboBoxText
-
-2012-02-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
-
-2012-02-11 Alex Valavanis <valavanisalex@gmail.com>
-
- GSEAL fixes
-
-2012-02-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Lots of gtkmm deprecation fixes
-
-2012-02-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Backward compat fix for Gtkmm 2.20
-
-2012-02-09 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translation template update.
-
-2012-02-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. PEP8, error handling and various extension fixes.
-
-2012-02-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Unit tests improvement.
-
-2012-02-08 Kris <Kris.De.Gussem@hotmail.com>
-
- (cppcheck and janitorial tasks:) C-style casting to C++-style casting
-
-2012-02-07 Josh Andler <scislac@gmail.com>
-
- Patch from lp 819209 to fix python extensions on OSX Lion
-
-2012-02-07 Josh Andler <scislac@gmail.com>
-
- Patch from lp 721448 to make OSX Aqua builds more stable
-
-2012-02-08 Campbell Barton <ideasman42@gmail.com>
-
- add missing files in cmake
-
-2012-02-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix typo in gtkmm-2.22 backward compatibility
-
-2012-02-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleaning up my mess... backward compatibility and fix Windows build (hopefully)
-
-2012-02-06 Kris <Kris.De.Gussem@hotmail.com>
-
- (cppcheck and janitorial tasks:) C-style casting to C++-style casting
-
-2012-02-06 Kris <Kris.De.Gussem@hotmail.com>
-
- Unwanted output in documentation dropped
-
-2012-02-06 Kris <Kris.De.Gussem@hotmail.com>
-
- fixed memleak
-
-2012-02-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Extensions: replace deprecated gtkmm symbols
-
-2012-02-06 Alex Valavanis <valavanisalex@gmail.com>
-
- export: replace deprecated Gtk::ALIGN_LEFT symbol
-
-2012-02-06 Alex Valavanis <valavanisalex@gmail.com>
-
- document-properties: Stop using deprecated Gtk::OptionMenu
-
-2012-02-06 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of gtkmm top-level header usage - not required by API
-
-2012-02-05 Kris <Kris.De.Gussem@hotmail.com>
-
- (cppcheck and janitorial tasks:) C-style casting to C++-style casting
-
-2012-02-05 Kris <Kris.De.Gussem@hotmail.com>
-
- (cppcheck and janitorial tasks:) C-style casting to C++-style casting
-
-2012-02-05 Kris <Kris.De.Gussem@hotmail.com>
-
- cppchecktells us: Using signed char type as array index. If the value can be greater than 127 there will be a buffer overflow (because of sign extension).
- -> treating symptoms (pointer conversion and error in case of issues) rather than disease (correct reading from beginning; prevented by string routines not accepting unsigned chars)
-
-2012-02-04 apenner <penner@vaxxine.com>
-
- reverting change to seltrans.cpp in rev 10935, as requested
-
-2012-02-04 apenner <penner@vaxxine.com>
-
- implement some switches between visual bbox and geometric bbox, depending on prefs (Bug 906952)
-
-2012-02-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: scanf without field width limits can crash with huge input data.
-
-2012-02-04 Kris <Kris.De.Gussem@hotmail.com>
-
- initialisation
-
-2012-02-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: scanf without field width limits can crash with huge input data. (gimpgrad)
- Some additional scanf modifications
-
-2012-02-03 Kris <Kris.De.Gussem@hotmail.com>
-
- Documentation: sp-filter.h is not documented at all, removing fake explanation.
-
-2012-02-02 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: fprintf format string has 0 parameters but 1 are given
-
-2012-02-02 Kris <Kris.De.Gussem@hotmail.com>
-
- rv some issues with previous commit
-
-2012-02-02 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: scanf without field width limits can crash with huge input data.
-
-2012-02-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fill x and y fields in the fake GdkEventMotion struct used when cancelling
- a drag with the Escape key in the node tool with correct values.
-
-2012-02-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Additional fixes for drag cancellation in the node tool
-
-2012-02-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Implement cancellations of drags with ESC in the node tool
-
-2012-01-31 Diederik van Lierop <mail@diedenrezi.nl>
-
- Implement tangential and perpendicular snapping in the measurement tool
-
-2012-01-29 Alex Valavanis <valavanisalex@googlemail.com>
-
- Cherry-pick upstream GDL patch 31886 (2011-08-08). Avoid a crash when the pane width is smaller than a button
-
-2012-01-23 apenner <penner@vaxxine.com>
-
- emf export. change text height property lfHeight from + to - (Bug 919728)
-
-2012-01-23 Josh Andler <scislac@gmail.com>
-
- Patch from John Smith for 623660
-
-2012-01-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Revert accidental commit in desktop-widget.cpp
-
-2012-01-22 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix missing header in units.cpp
-
-2012-01-22 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: scanf without field width limits can crash with huge input data.
-
-2012-01-22 Kris <Kris.De.Gussem@hotmail.com>
-
- memleak / header stuff / unused variable.
-
-2012-01-21 apenner <penner@vaxxine.com>
-
- allow use of comma delimiter in filter table values array (Bug 511140)
-
-2012-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
- tells us 'line 154: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 147"
- Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly)
-
-2012-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- fix memleak
-
-2012-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
- tells us: "Possible null pointer dereference: _stream - otherwise it is redundant to check if _stream is null at line 105"
- Cannot check code on linux, but when you should get here _stream should be not NULL (if I interpreted correctly)
-
-2012-01-20 Kris <Kris.De.Gussem@hotmail.com>
-
- fix memleak
-
-2012-01-19 ~suv <suv-sf@users.sourceforge.net>
-
- makefile fix for revision 10910
-
-2012-01-19 Kris <Kris.De.Gussem@hotmail.com>
-
- Gtkmmification of object attributes dialog: image and link attributes now editable in dockable dialog (Bug #592323)
-
-2012-01-19 Kris <Kris.De.Gussem@hotmail.com>
-
- Update and documentation of sp-attribute-widget
-
-2012-01-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- unsorted powerstroke points is quite advanced. mostly annoying.
-
-2012-01-18 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Adding week number in the calendar extension (see Bug #620159)
-
-2012-01-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- add tooltip for powerstroke control points
-
-2012-01-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- select referred path when pressing shift+d (select original) for a path with Clone original LPE
-
-2012-01-18 Kris <Kris.De.Gussem@hotmail.com>
-
- documentation
-
-2012-01-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- clean up after myself...
-
-2012-01-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- improve the powerstroke settings in drawing tool. triangle in and out now use the zerowidth line cap style, such that the zero width knot does not block that path's knot
-
-2012-01-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- powerstroke: add new linecap type to have zero width at path start/end
-
-2012-01-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- add underscores to some member variables.
- add some const stuff
-
-2012-01-17 Kris <Kris.De.Gussem@hotmail.com>
-
- documentation
-
-2012-01-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- more header cleanup
-
-2012-01-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- turn SPPath into a class, and add some methods...
-
-2012-01-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- change pencil tool dropdown shapes to use powerstroke, instead of pattern along path.
-
-2012-01-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPath (SPShape has curve_before_lpe)
-
-2012-01-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- proper forward decl
-
-2012-01-16 JazzyNico <nicoduf@yahoo.fr>
-
- Reverting revision 10761 (regression found in the color notebook, see Bug #Bug #677081).
-
-2012-01-16 Kris <Kris.De.Gussem@hotmail.com>
-
- fix compilation error
-
-2012-01-15 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck performance
-
-2012-01-15 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck tells us: Memory leak: potraceBitmap
- -> fixed, between new and old code position, keepGoing is not modified
-
-2012-01-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- add a menu item for using the Clone original LPE efficiently.
-
-2012-01-15 Alex Valavanis <valavanisalex@gmail.com>
-
- ege-appear-time-tracker GSEAL
-
-2012-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- More GSEAL stuff
-
-2012-01-14 Diederik van Lierop <mail@diedenrezi.nl>
-
- Enable tangential and perpendicular snapping to paths (in the node-tool, pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths)
-
-2012-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleanup variable declarations in ruler, and a couple of GSEAL fixes.
-
-2012-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- sp-color-slider GSEAL fixes
-
-2012-01-14 Alex Valavanis <valavanisalex@gmail.com>
-
- icon.cpp GSEAL fixes
-
-2012-01-13 Diederik van Lierop <mail@diedenrezi.nl>
-
- Make sure canvas-text is always equally crisp (differences in rounding sometimes led to blurry text)
-
-2012-01-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix updating object properties window when its desktop is not the active desktop
-
-2012-01-13 Gellule Xg <gellule.xg@gmail.com>
-
- 2geom: Fixed an infinite loop where 2geom was trying to find the roots of an identically zero bezier.
-
-2012-01-13 JazzyNico <nicoduf@yahoo.fr>
-
- Adding expression calculator in Clone Tiler (see Bug #773636). Patch by Romain.
-
-2012-01-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Fix for bug #915329 (Tweak objects tooltip: keyboard shortcut displayed twice [German locale] ).
-
-2012-01-12 Jon A. Cruz <jon@joncruz.org>
-
- Fix for problem with shadowed x0 and y0 members.
-
-2012-01-13 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #496793 (ctrl c ctrl v of text in edit mode crashes inkscape) by Chris Bainbridge.
-
-2012-01-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- LPE: originalpath parameters: implement select original button
-
-2012-01-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- LPE: add new LPE that outputs the original path data. used to make a clone (without LPE) of a path with an LPE applied
-
-2012-01-11 Jon A. Cruz <jon@joncruz.org>
-
- Initial C++ification of SPCanvas.
-
-2012-01-11 Kris <Kris.De.Gussem@hotmail.com>
-
- A few GSEAL issues
-
-2012-01-11 Kris <Kris.De.Gussem@hotmail.com>
-
- Dropped deprecated function sp_repr_get_int_attribute
-
-2012-01-11 Johan Engelen <goejendaagh@zonnet.nl>
-
- Powerstroke: fix crashers
-
-2012-01-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Desktop-widget GSEAL fixes
-
-2012-01-09 Jon A. Cruz <jon@joncruz.org>
-
- Reduce GTK compatibility ifdef complexity.
-
-2012-01-09 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translatable files list and translation template update.
-
-2012-01-09 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Message dialog modification (see Bug #911123).
-
-2012-01-08 Kris <Kris.De.Gussem@hotmail.com>
-
- warnings fix
-
-2012-01-08 Kris <Kris.De.Gussem@hotmail.com>
-
- another fix after moving files (btool did not fail)
-
-2012-01-08 Kris <Kris.De.Gussem@hotmail.com>
-
- fix paths after moving files
-
-2012-01-08 Kris <Kris.De.Gussem@hotmail.com>
-
- Object properties dialog now dockable (derived from Inkscape::UI:Widget::Panel as opposed to Gtk::Widget)
-
-2012-01-08 JazzyNico <nicoduf@yahoo.fr>
-
- Unweirdification of Preferences dialog's menu (Bug #259480).
-
-2012-01-08 Jon A. Cruz <jon@joncruz.org>
-
- Warning and uninitialized variable cleanup.
-
-2012-01-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- Fix pointer initialization
-
-2012-01-07 Kris <Kris.De.Gussem@hotmail.com>
-
- dropped deprecated function sp_repr_get_double_attribute
-
-2012-01-07 Kris <Kris.De.Gussem@hotmail.com>
-
- documentation: spelling
-
-2012-01-07 Kris <Kris.De.Gussem@hotmail.com>
-
- minor documentation and header stuff
-
-2012-01-06 Jon A. Cruz <jon@joncruz.org>
-
- Fixed incorrect forward declarations.
-
-2012-01-06 Jon A. Cruz <jon@joncruz.org>
-
- Fixed warning under gcc 4.5.2
-
-2012-01-06 Jon A. Cruz <jon@joncruz.org>
-
- Warning and uninitialized data cleanup.
-
-2012-01-06 Kris <Kris.De.Gussem@hotmail.com>
-
- Some more documentation
-
-2012-01-06 Kris <Kris.De.Gussem@hotmail.com>
-
- Some documentation
-
-2012-01-06 Alex Valavanis <valavanisalex@gmail.com>
-
- More GSEAL stuff
-
-2012-01-05 Johan Engelen <goejendaagh@zonnet.nl>
-
- add toolbutton menu action type. now the add extremum node buttons are somewhat subbuttons of the insert node button...
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK 2.20 compat for interface.cpp
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix desktop-events backward compat (typo)
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix desktop-events backward compat
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- More GSEAL fixes
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Backward compatibility for gdk_device_get_has_cursor
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- A few GSEAL fixes for SPCanvas
-
-2012-01-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix remaining GSEAL issues in device manager and restore backward compatibility.
-
- I have defined a GdkDeviceFake structure, which contains copies of all
- the private fields of GdkDevice. The isValidDevice function should
- probably be checked carefully to ensure that I have implemented it
- correctly. Previously, it appeared to compare pointers to GdkDevices
- rather than checking that the fields were identical.
-
-2012-01-04 Diederik van Lierop <mail@diedenrezi.nl>
-
- CanvasText: reinstate ability to set anchor position manually
-
-2012-01-04 Diederik van Lierop <mail@diedenrezi.nl>
-
- Final fix for CanvasText alignment bugs
-
-2012-01-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- new: add nodes at extreme values of selected subpaths
-
-2012-01-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- 2geom update: forgot to add new file
-
-2012-01-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- update 2geom to r2049. fixes bugs!
-
-2012-01-04 Alex Valavanis <valavanisalex@gmail.com>
-
- More GSEAL issues
-
-2012-01-03 apenner <penner@vaxxine.com>
-
- for bbox calculation, disable call to Path::Coalesce (Bug 906952)
-
-2012-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Rename LaTeX formula extension to LaTeX
-
-2012-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Fix CMake for GDL. Thanks to Samual Buttigieg for patch
-
-2012-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Backward compatibility: gdk_device_get_n_keys needs GTK 2.24
-
-2012-01-03 Kris <Kris.De.Gussem@hotmail.com>
-
- documentation of item properties dialog and SPAttributeTable
- header stuff
-
-2012-01-03 Kris <Kris.De.Gussem@hotmail.com>
-
- Janitorial tasks: get rid of deprecated repr wrapper functions
-
-2012-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- A few GSEAL issues in device-manager
-
-2012-01-03 Jon A. Cruz <jon@joncruz.org>
-
- Fixed null-pointer ctor crashes.
-
-2012-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- More deprecated GtkTooltips
-
-2012-01-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Cleanup GSEAL issues and deprecated GtkTooltips
-
-2012-01-03 Johan Engelen <goejendaagh@zonnet.nl>
-
- add buttons for node adding at extrema
-
-2012-01-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace more GtkComboBoxEntry usage
-
-2012-01-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkComboBoxEntry
-
-2012-01-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated combo box API
-
-2012-01-02 Johan Engelen <goejendaagh@zonnet.nl>
-
- file saving: fix appending of extension for files in directories with periods in name. (patch by David Xiong)
-
-2012-01-02 Johan Engelen <goejendaagh@zonnet.nl>
-
- win32 saving: clean up filename handling on opening save dialog
-
-2012-01-02 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bugs #902054, #884368 and #909958 (minimum widget size) by John Smith.
-
-2012-01-02 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bugs #910463, #910467 and #910479 (default widget size too small) by John Smith.
-
-2012-01-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GTK_SIGNAL_FUNC macro
-
-2012-01-01 Diederik van Lierop <mail@diedenrezi.nl>
-
- 1) Fix CanvasText alignment bugs caused by static variables, uninitialized variables, and variable border width
- 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool)
-
-2012-01-01 Kris <Kris.De.Gussem@hotmail.com>
-
- Item and image properties dialog update: restoring correct behaviour in case of deleting an object
-
-2012-01-01 Jon A. Cruz <jon@joncruz.org>
-
- Added signal for desktop destruction to allow for proper removal of tracked stale pointers. Fixes bug #869067.
-
-2011-12-31 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #494722 (Docked dialogs in a floating window crashes on shutdown), by John Smith.
-
-2011-12-31 Johan Engelen <goejendaagh@zonnet.nl>
-
- add NULL pointer checks
-
-2011-12-31 Kris <Kris.De.Gussem@hotmail.com>
-
- Item properties dialog: fix multi-document issue (propably introduced in revision 10805)
-
-2011-12-31 Kris <Kris.De.Gussem@hotmail.com>
-
- Item properties dialog:
- - commenting out function that is (currently?) not used
- - some more resource saving
-
-2011-12-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Define missing key macros for GTK < 2.22
-
-2011-12-30 Kris <Kris.De.Gussem@hotmail.com>
-
- Item properties dialog: another minor resource fix
-
-2011-12-30 Kris <Kris.De.Gussem@hotmail.com>
-
- Item properties dialog: fix signal connection
-
-2011-12-30 Kris <Kris.De.Gussem@hotmail.com>
-
- Item properties dialog: fix wasting resources when moving objects
-
-2011-12-30 Kris <Kris.De.Gussem@hotmail.com>
-
- C++ification of item properties dialog
-
-2011-12-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- cleanup includes
-
-2011-12-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix preview of pdf files with weird characters in filename
-
-2011-12-29 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: drop unused gdl-stock-icons.h
-
-2011-12-29 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Drop placement patches
-
-2011-12-29 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Fix Gtk warnings. Thanks to John Smith for patch.
-
-2011-12-28 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Fix deprecated GDK key symbols
-
-2011-12-28 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Fix macro name with upstream libgdltypebuiltins
-
-2011-12-28 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Fix GSEAL issues
-
-2011-12-26 Alex Valavanis <valavanisalex@googlemail.com>
-
- GDL: Cherry-pick upstream patch 73852 (2011-03-23) - Add missing return value.
-
-2011-12-23 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Rebase on upstream commit 2648F (2010-10-26)
-
-2011-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: Rebase on upstream commit 871CA (2010-06-26)
-
-2011-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: rebase on upstream commit 012C4 (2010-05-02)
-
-2011-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: rebase on upstream commit 3CE71 (2010-04-24)
-
-2011-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: rebase on upstream commit 19B12 (2010-04-24)
-
-2011-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: rebase on upstream commit F29CB (2010-04-18)
-
-2011-12-22 Alex Valavanis <valavanisalex@gmail.com>
-
- GDL: rebase on upstream commit 19723 (2010-04-18)
-
-2011-12-20 apenner <penner@vaxxine.com>
-
- Extensions. Import .dhw file. new code by Kevin Lindsey, Nikita Kitaev, Chris Morgan.
-
-2011-12-20 Johan Engelen <goejendaagh@zonnet.nl>
-
- when resizing page, move the origin of the grids too. This way all objects will stay aligned to the grids.
-
-2011-12-20 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix bug in emphasized line drawing for axonometric grid when origin is not zero
-
-2011-12-20 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Optimized SVG output update from upstream.
-
-2011-12-20 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Patch for wishlist Bug #169623 (Canvas color option) by William Swanson.
-
-2011-12-18 Jon A. Cruz <jon@joncruz.org>
-
- Const correctness fixes that also correct bug #893146.
-
-2011-12-18 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove more deprecated GTK macros
-
-2011-12-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove unused code
-
-2011-12-18 Diederik van Lierop <mail@diedenrezi.nl>
-
- Refactor snap-preferences a bit more
-
-2011-12-17 Kris <Kris.De.Gussem@hotmail.com>
-
- some static code analysis stuff (cppcheck warnings)
-
-2011-12-17 Kris <Kris.De.Gussem@hotmail.com>
-
- Dropped unused SPAttributeWidget
-
-2011-12-17 Kris <Kris.De.Gussem@hotmail.com>
-
- fix compiler warnings
-
-2011-12-17 Kris <Kris.De.Gussem@hotmail.com>
-
- fix compiler warning
-
-2011-12-16 Kris <Kris.De.Gussem@hotmail.com>
-
- - SPAttributeWidget and SPAttributeTable C++ified
- - fixed memory leak with item properties (old instances of item properties window were not destroyed)
-
-2011-12-16 Kris <Kris.De.Gussem@hotmail.com>
-
- - Dropped deprecated sp_window_new
- - quick and dirty memory leak fix for item properties window
-
-2011-12-12 Kris <Kris.De.Gussem@hotmail.com>
-
- credits update
-
-2011-12-12 Kris <Kris.De.Gussem@hotmail.com>
-
- SPAttributeTable C++ified
-
-2011-12-12 Kris <Kris.De.Gussem@hotmail.com>
-
- SPAttributeWidget C++ified
-
-2011-12-12 Kris <Kris.De.Gussem@hotmail.com>
-
- mixed usage of class and struct for same object
-
-2011-12-15 apenner <penner@vaxxine.com>
-
- Extensions. convert2dashes. delete 'stroke-dasharray' attribute in style (Bug 888793)
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of deprecated gtk_idle*
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Get rid of deprecated gtk_type_is_a
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated orientation symbols
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated gtk flags
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate gradient selector to GtkComboBox
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkToolbar API
-
-2011-12-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated gtk_widget_hide_all
-
-2011-12-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2011-12-09 Gellule Xg <gellule.xg@gmail.com>
-
- Added option -j|--jobs to osx-build.sh. This sets the number of jobs option of make.
-
-2011-12-09 Gellule Xg <gellule.xg@gmail.com>
-
- Added option -j|--jobs to osx-build.sh. This sets the number of jobs option of make.
-
-2011-12-08 JazzyNico <nicoduf@yahoo.fr>
-
- Recreating an inkscape.pot file after its deletion in the previous commit.
-
-2011-12-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated G_CONST_RETURN glib symbol with const
-
-2011-12-08 Alex Valavanis <valavanisalex@gmail.com>
-
- Switch to top-level glib headers. Thanks to DimStar for patch
-
-2011-12-07 JazzyNico <nicoduf@yahoo.fr>
-
- Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.
-
-2011-12-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
- - dropped unused variable
- - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca).
-
-2011-12-04 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-12-03 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-12-02 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Updating all PO files.
-
-2011-12-02 Campbell Barton <ideasman42@gmail.com>
-
- add missing files into cmake list
-
-2011-11-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix typo to repair build on windows
-
-2011-11-29 tavmjong-free <tavmjong@free.fr>
-
- Add feMergeNode to "in" list in svgprops. Fix bug in preferences for deleting invalid attributes.
-
-2011-11-29 tavmjong-free <tavmjong@free.fr>
-
- Add possibility to check validity of attributes and usefulness of properties.
-
- This code adds the ability to check for every elment in an SVG document if its
- attributes are valid and the styling properties are useful. Options under the
- SVG Output section of the Inkscape Preferences dialog control what should
- be checked when, and what actions should be taken if invalid attributes
- or non-useful properties are found.
-
-2011-11-27 Johan Engelen <goejendaagh@zonnet.nl>
-
- preferences read out: when no unit is specified, assume it is in the requested units
-
-2011-11-27 Johan Engelen <goejendaagh@zonnet.nl>
-
- small clean up in axonometric grid code
-
-2011-11-25 Nikita Kitaev <nikitakit@gmail.com>
-
- Add Synfig Animation Studio (*.sif) file output extension
-
-2011-11-24 apenner <penner@vaxxine.com>
-
- dxf input. improved support for multispline (Bug 892496)
-
-2011-11-22 Kris <Kris.De.Gussem@hotmail.com>
-
- initialisation
-
-2011-11-21 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #887539 (Permissions and #! in extension scripts need fixing).
-
-2011-11-19 Kris <Kris.De.Gussem@hotmail.com>
-
- variable initialisation
-
-2011-11-19 Kris <Kris.De.Gussem@hotmail.com>
-
- fix pointer usage after releasing memory
-
-2011-11-18 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: initialisation and warning cleanup
-
-2011-11-18 Kris <Kris.De.Gussem@hotmail.com>
-
- dropped unused variables
-
-2011-11-16 apenner <penner@vaxxine.com>
-
- load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)
-
-2011-11-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crash when dropping Ctrl-dragged text when DBus interface is enabled
-
-2011-11-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add a tolerance-based hack, so that radial gradients with focus outside
- the outer circle work reliably. Fixes #845153
-
-2011-11-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix text redraw problems (LP #837291)
-
-2011-11-14 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-11-13 Kris <Kris.De.Gussem@hotmail.com>
-
- various: warnings and initalization
-
-2011-11-10 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: initialization / warning cleanup
-
-2011-11-09 Johan Engelen <goejendaagh@zonnet.nl>
-
- lpe: add slider to scalar param optionally (does not work very well yet)
-
-2011-11-09 Johan Engelen <goejendaagh@zonnet.nl>
-
- add const just because it can :)
- (was intended to start using it for RegisteredWidget<>)
-
-2011-11-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- Powerstroke: add smoothness parameter for CubicBezierJohan
-
-2011-11-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- split interpolator code from main powerstroke code
-
-2011-11-08 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-11-07 Jon A. Cruz <jon@joncruz.org>
-
- Fixed initialization order.
-
-2011-11-07 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: performance and initialisation
-
-2011-11-06 Johan Engelen <goejendaagh@zonnet.nl>
-
- Powerstroke: adjust control points when adding or deleting knots, to try and keep the shape a bit the same...
-
-2011-11-06 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix LPE toggle icon
-
-2011-11-05 Johan Engelen <goejendaagh@zonnet.nl>
-
- increase max values in rows&cols dialog. increase significant digits
-
-2011-11-05 Johan Engelen <goejendaagh@zonnet.nl>
-
- increase significant digits in clone tile dialog
-
-2011-11-05 Johan Engelen <goejendaagh@zonnet.nl>
-
- increase significant digits for page dimensions
-
-2011-11-05 Diederik van Lierop <mail@diedenrezi.nl>
-
- Remove unused parameter
-
-2011-11-05 Jon A. Cruz <jon@joncruz.org>
-
- Minor code safety and warning cleanup.
-
-2011-11-05 Kris <Kris.De.Gussem@hotmail.com>
-
- Various fixes: initialization, memory leak, wrong iterator usage
-
-2011-11-04 Diederik van Lierop <mail@diedenrezi.nl>
-
- 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool
- 2) Cleanup and simplification of the code that finds the closest snapsource
-
-2011-11-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-canvas code is seriously flawed)
-
-2011-11-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- reduce scope of some variables
-
-2011-11-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- add missing units to grid length interpretation (we have 4 different unit conversions thingies in Inkscape! ...)
-
-2011-11-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- make significant digits consistent for grids
-
-2011-11-03 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- measurement tool: display length info in white with transparent black background (just like the other length labels. green background is just for angle info)
-
-2011-11-03 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- measurement tool: display total length near angle info
-
-2011-11-03 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- measure tool: fix handling of coordinate systems and add display of total measurement (between start and end drag points)
-
-2011-11-02 Jon A. Cruz <jon@joncruz.org>
-
- Misc cleanup including casts and variable lifetime and initialization.
-
-2011-11-02 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Vietnamese translation update by Nguyễn Thái Ngọc Duy.
-
-2011-11-01 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix bug 828400
- measurement tool: display total length between first and last intersection points
-
-2011-11-01 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Removing deprecated workaround in drop shadow (see Bug #808013 ).
-
-2011-10-29 Jon A. Cruz <jon@joncruz.org>
-
- Fixing initializer order and missing initializers.
-
-2011-10-29 Jon A. Cruz <jon@joncruz.org>
-
- Updating use of libpng jump buffer. Fixes bug #721029.
-
-2011-10-29 Kris <Kris.De.Gussem@hotmail.com>
-
- fix usage of iterator when iterator's erase function is used (Bug #812018)
-
-2011-10-29 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: variable initialisation
-
-2011-10-29 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-10-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix order of checks.
-
-2011-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix potential null pointer deref
-
-2011-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix potential null pointer deref
-
-2011-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- add a cppcheck suppression for memleak that is not a memleak
-
-2011-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- one constructor cannot call the other to initialize the object. See C++faq-lite 10.3
-
-2011-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix initialization. add todo comment about gui-hidden not being used.
-
-2011-10-26 Jon A. Cruz <jon@joncruz.org>
-
- Fixing more broken and split doc comments.
-
-2011-10-25 Jon A. Cruz <jon@joncruz.org>
-
- Cleanup pass on documentation that was dumping garbage into doxygen output.
-
-2011-10-23 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-10-23 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup
-
-2011-10-23 Jon A. Cruz <jon@joncruz.org>
-
- Cleanup constructors and initialization. Removed unused macro.
-
-2011-10-23 Jon A. Cruz <jon@joncruz.org>
-
- Documentation update pass.
-
-2011-10-23 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2011-10-23 Jon A. Cruz <jon@joncruz.org>
-
- Fixed unused parameter warnings. Due to being included a few places, this cleans up several hundred warnings.
-
-2011-10-23 Jon A. Cruz <jon@joncruz.org>
-
- Removed use of 'void *' as attemtp to limit access to internals.
-
-2011-10-22 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck: variable initialisation / fix possible memory leak
-
-2011-10-21 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-10-20 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-10-19 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Filters file update (changes in Non Realistic 3D Shaders).
-
-2011-10-19 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New pt_BR interpolate tutorial by Victor Westmann.
-
-2011-10-18 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-10-18 Chris Morgan <chris.morganiser@gmail.com>
-
- Updated Inkscape Portable files.
-
-2011-10-18 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-10-17 apenner <penner@vaxxine.com>
-
- pdf import. modify calculation of GradientTransform (Bug 530895)
-
-2011-10-17 Alexandre Prokoudine <avp@darkroom.Home>
-
- Updated Russian translation
-
-2011-10-15 Kris <Kris.De.Gussem@hotmail.com>
-
- cppcheck
-
-2011-10-15 Diederik van Lierop <mail@diedenrezi.nl>
-
- Use desktop coordinates for finding snap candidates (regression introduced in rev. #10675)
-
-2011-10-14 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-10-12 Diederik van Lierop <mail@diedenrezi.nl>
-
- Object snapper: only use the visual bounding box when absolutely needed; otherwise default to geometric bounding box
-
-2011-10-09 apenner <penner@vaxxine.com>
-
- modify scaling of vertical offset for text placement (Bug 868594)
-
-2011-10-08 Campbell Barton <ideasman42@gmail.com>
-
- update cmake file lists
-
-2011-10-08 Diederik van Lierop <mail@diedenrezi.nl>
-
- 1) make snapping to clip/mask paths optional (see document properties dialog -> snap tab)
- 2) for debugging purposes: code added for showing all snap candidates
- 3) groundwork for tangential/perpendicular snapping
-
-2011-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Doc. Keys and mouse reference update.
-
-2011-10-07 apenner <penner@vaxxine.com>
-
- emf import. allow EMR_MOVETOEX to occur before EMR_BEGINPATH (Bug 858369)
-
-2011-10-06 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-10-06 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update and typo patch by Yuri Chornoivan.
-
-2011-10-05 Jon A. Cruz <jon@joncruz.org>
-
- Cleanup for src/forward.h. (About 19 of the affected files did not require the contents forward.h at all).
-
-2011-10-04 Jon A. Cruz <jon@joncruz.org>
-
- Cleaned up display-forward.h, including many redundant usages.
-
-2011-10-03 Jon A. Cruz <jon@joncruz.org>
-
- More forward.h purging.
-
-2011-10-03 Jon A. Cruz <jon@joncruz.org>
-
- Purging some forward.h files.
-
-2011-10-03 Jon A. Cruz <jon@joncruz.org>
-
- Fixed mismatched quotes that confused Doxygen.
-
-2011-10-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- add amsmath packages to Doxyfile to help generate tex formulas (fix doxy)
-
-2011-10-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- add ghostscript to path for doxygen
-
-2011-10-03 Jon A. Cruz <jon@joncruz.org>
-
- Doxygen cleanup.
-
-2011-10-02 Jon A. Cruz <jon@joncruz.org>
-
- Another minor pass of Doxygen cleanup.
-
-2011-10-02 Jon A. Cruz <jon@joncruz.org>
-
- Next pass of doxygen @brief cleanup.
-
-2011-10-02 tavmjong-free <tavmjong@free.fr>
-
- Removed forgotten debug statement.
-
-2011-10-02 Jon A. Cruz <jon@joncruz.org>
-
- Removing redundant doxygen @brief tag.
-
-2011-10-02 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2011-09-29 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-09-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- add PowerStroke to the normally visible LPEs, but with 'unstable!' warning
-
-2011-09-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- PowerStroke: handle cusps in some way. properly bugged for all types but "beveled"
-
-2011-09-28 Campbell Barton <ideasman42@gmail.com>
-
- fix for building when WITH_LIBWPG couldn't be found.
-
-2011-09-28 Campbell Barton <ideasman42@gmail.com>
-
- remove stray comma causing build warnings.
-
-2011-09-28 tavmjong-free <tavmjong@free.fr>
-
- Fixed problem with font names that contain spaces.
-
-2011-09-26 Campbell Barton <ideasman42@gmail.com>
-
- cmake: aspell/gtkspell/poppler-cairo/libwpg
-
- patch #822009 to address bug #820863
- from Yu-Jie Lin.
-
-2011-09-26 helix84 <helix84@centrum.sk>
-
- * [INTL:sk] Slovak translation update
-
-2011-09-24 Johan Engelen <goejendaagh@zonnet.nl>
-
- powerstroke: add bevel cusp. but it bugs closed paths. need to restructure...
-
-2011-09-22 Johan Engelen <goejendaagh@zonnet.nl>
-
- restructure powerstroke LPE a bit in preparation for cusp fixup
-
-2011-09-22 Johan Engelen <goejendaagh@zonnet.nl>
-
- partial 2geom update, powerstroke wants it
-
-2011-09-21 Campbell Barton <ideasman42@gmail.com>
-
- initialize value as const (clang complains about this)
-
-2011-09-21 Campbell Barton <ideasman42@gmail.com>
-
- fix for cmake linking
-
-2011-09-21 Johan Engelen <goejendaagh@zonnet.nl>
-
- LPE Powerstroke: add similar line end caps as Synfig. (and fix round caps bug)
-
-2011-09-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- removing useless messages to stdout.
-
-2011-09-18 Diederik van Lierop <mail@diedenrezi.nl>
-
- Snap to guide-path intersections, and don't snap to paths when only path intersections are asked for
-
-2011-09-18 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-09-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crash when previewing objectBoundingBox gradients
-
-2011-09-17 Diederik van Lierop <mail@diedenrezi.nl>
-
- Do not apply the fix of rev. #10624 to all types of items
-
-2011-09-17 Diederik van Lierop <mail@diedenrezi.nl>
-
- Make "snap page border" toggle independent of "snap paths" toggle
-
-2011-09-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Make zero deviation Gaussian blur conform to the SVG specification.
-
-2011-09-17 Diederik van Lierop <mail@diedenrezi.nl>
-
- Node tool, transforming a set of nodes: Fix crashes, and finish implementation of snapping
-
-2011-09-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Correct the formula of the displacement map so that zero alpha value
- means maximum negative displacement rather than zero displacement.
- Fixes artifacts in filters.
-
-2011-09-16 tavmjong-free <tavmjong@free.fr>
-
- Remove left over debug g_warning... and the cause of compilation problems.
-
-2011-09-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix incorrect argument in call to varargs function in xml/repr-css.cpp
-
-2011-09-15 tavmjong-free <tavmjong@free.fr>
-
- Use CSSOStringStream in writing number strings parsed by libcroco as
- libcroco uses %.17f for formatting, resulting in trailing zeros or
- small rounding errors.
-
-2011-09-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix typo that causes crashes when color management is enabled.
-
-2011-09-09 apenner <penner@vaxxine.com>
-
- pdf import. apply invert transform to all image tags (Bug 840625)
-
-2011-09-08 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for inverted parameters in Light Eraser CPF.
-
-2011-09-08 tavmjong-free <tavmjong@free.fr>
-
- Preserve CDATA sections on output.
-
-2011-09-06 Diederik van Lierop <mail@diedenrezi.nl>
-
- Obey to dont-scale-strokewidth preference, even when scaling one dimension to zero or infinite
-
-2011-09-06 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix isnan() compilation issues
-
-2011-09-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Further fixes for text rendering and picking
-
-2011-09-05 Diederik van Lierop <mail@diedenrezi.nl>
-
- When scaling a diagonal line to a horizontal line, the strokewidth becomes NaN. This commit allows to change the strokewidth back to a more useful value (as reported by ~suv in lp:825840)
-
-2011-09-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix bugs in text stroke rendering and picking
-
-2011-09-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix incorrect marker bbox in previews
-
-2011-09-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Compute visual bounding box only when needed
-
-2011-09-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crashes with empty text objects
-
-2011-09-04 apenner <penner@vaxxine.com>
-
- Extensions. Pattern along Path. Warn if width of pattern is zero (Bug 486920)
-
-2011-09-04 Diederik van Lierop <mail@diedenrezi.nl>
-
- 1) Fix absolute scaling in transform dialog
- 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box
-
-2011-09-03 Diederik van Lierop <mail@diedenrezi.nl>
-
- Allow changing dimensions of vertical/horizontal lines using the numeric input boxes on the selector toolbar
-
-2011-09-03 UweSch mail@uwe-schoeler.de
-
- german translation update
-
-2011-09-02 Diederik van Lierop <mail@diedenrezi.nl>
-
- Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapResults"
-
-2011-09-02 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for a potential crasher in the extension scripts.
-
-2011-09-01 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #837603 (Simplestyle extension helper breaks on spaces in styles) thanks to nikitakit.
- Extensions. Fix for bug #298528 (parseColor() in simplestyle.py can't parse colors of type rgb(xx.x%,xx.x%,xx.xx%)) thanks to Kjell Magne Fauske.
- Extensions. New test file for simplestyle.py.
-
-2011-08-31 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #837962 (Untranslatable and not localized strings in trunk-r10607).
- Translations. Greek (by Dimitris Spingos) and French translations update.
-
-2011-08-31 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #789122 (changing current layer through an extension) thanks to cosmin.
-
-2011-08-30 apenner <penner@vaxxine.com>
-
- add underscore _
-
-2011-08-30 apenner <penner@vaxxine.com>
-
- dxf export. support for non-ascii characters (Bug 834721)
-
-2011-08-30 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix compilation after const change in r10589
-
-2011-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Usual POT stuff, and French translation update.
-
-2011-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New n-up layout extension (see bug #169955), thanks to Terry N. Brown.
- Extensions. Moving Perfect Bound Cover and Printing Marks to the new Render>Layout submenu.
-
-2011-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Workaround for bug #808013 (Drop Shadow; 0.0 for blur doesn't work).
-
-2011-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fix for bug #745285 (bad English translations in inkscape).
-
-2011-08-29 Josh Andler <scislac@gmail.com>
-
- Update to Potrace 1.10
-
-2011-08-29 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32).
-
-2011-08-29 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #813807 (Python error message window opens in a maximized state).
-
-2011-08-29 tavmjong-free <tavmjong@free.fr>
-
- Remove forgotten call to print routine.
-
-2011-08-29 tavmjong-free <tavmjong@free.fr>
-
- Added comments.
-
-2011-08-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Correct typo in bounding box calculation for groups. Fixes LP #836536
-
-2011-08-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix compilation failure in DBus API
-
-2011-08-29 JazzyNico <nicoduf@yahoo.fr>
-
- Markers. Fix for bug #479644 (Color Markers to Match Stroke doesn't work for InfiniteStartLine marker).
-
-2011-08-29 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #821435 (Gimp XCF export fails when layer id contains a space character).
-
-2011-08-29 tavmjong-free <tavmjong@free.fr>
-
- Add minimal support for reading color-interpolation and color-interpolation-filters
- properties (however, Inkscape assumes sRGB everywhere at the moment).
-
- Change color-interpolation-filters from attribute to style property in
- sp-filter.cpp as it is not allowed as an attribute in a <filter> (it is
- only allowed as an attribute in filter primitives).
-
- Added color-interpolation-filters:sRGB to style when new filter is created
- in filter-chemistry.cpp.
-
-2011-08-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix compilation on Windows after libnr removal
-
-2011-08-29 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Completely remove libnr
-
-2011-08-28 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Completely remove libnr
-
-2011-08-28 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove nr-object.h and nr-macros.h
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove last forward declaration of NRPixBlock
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove nr-forward.h
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove unused function project_on_linesegment from nr-point-fns.h
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Completely remove NRRect, NRRectL, in-svg-plane.h
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove all NRRect use.
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove NRRect from paint servers and temporary calculations
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Update 2Geom. Remove all use of NRRectL.
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove NRRect use from the extension system
-
-2011-08-27 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Refactor SPItem bounding box methods: remove NRRect usage and make code
- using them more obvious. Fix filter region computation.
-
-2011-08-28 Diederik van Lierop <mail@diedenrezi.nl>
-
- Tie the snapping of rectangle corners and quadrant points of ellipses to the buttons for cusp and smooth nodes
-
-2011-08-28 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix bug related to snapping to path intersections
-
-2011-08-28 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. More cleanup, and some forgotten strings made translatable (thanks to Masato HASHIMOTO).
- Translations. inkscape.pot and French translation update.
-
-2011-08-27 Diederik van Lierop <mail@diedenrezi.nl>
-
- Allow snapping to path intersections without snapping to the paths themselves
-
-2011-08-27 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Japanese translation (by Masato HASHIMOTO) and French translation update.
-
-2011-08-26 apenner <penner@vaxxine.com>
-
- remove double backslash in pathname (Bug 805095)
-
-2011-08-25 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix "snap guides" toggle
-
-2011-08-25 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Missing files for Text>Extract...
-
-2011-08-25 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Removing unecessary height, width, x and y attributes in some filters elements.
- Extensions. New Text>Extract extension.
- Translations. Translation template and file list update.
-
-2011-08-25 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Merge rendering cache branch (GSoC 2011)
-
-2011-08-25 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Reduce default rendering cache size to 64 MiB
-
-2011-08-25 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Remove duplicate bbox data from DrawingShape
-
-2011-08-21 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Filter background rendering now matches the SVG specification.
-
-2011-08-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix rendering glitches appearing when filtered, cached groups have
- filtered, cached children
-
-2011-08-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix large memory leaks in the swatches panel
-
-2011-08-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add user preference for rendering cache size
-
-2011-08-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add sanity checks against singular transforms in the drawing tree.
- Fixes LP #825767.
-
-2011-08-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Correctly invalidate cache of objects with background-accessing filters
-
-2011-08-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- More generic handling of child type in DrawingItem.
- Fix clip object selection bug (LP #365458).
-
-2011-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Do not leak cache objects in DrawingItem destructor
-
-2011-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix invalidation on scrolling
-
-2011-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Use cache even if only part of the redraw region is clean
-
-2011-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Turn off debug message spam
-
-2011-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Initial autocache work
-
-2011-08-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Rewrite NRArena -> Inkscape::Drawing. Call render and update
- methods on the Drawing rather than on the root DrawingItem.
-
-2011-08-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix compilation (oops).
-
-2011-08-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Plug a giant gaping memory leak in Gaussian blur filter
-
-2011-08-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Document things figured out during the rewriting
-
-2011-08-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Rewrite NRArenaItem hierarchy into C++
-
-2011-07-28 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Per-item render cache.
- Cache some offscreen data to facilitate smoother navigation.
-
-2011-07-26 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add deferred allocation functionality to DrawingSurface
-
-2011-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk
-
-2011-07-22 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Replace direct use of Cairo contexts and surfaces in the rendering tree
- with wrappers which keep some extra information about the surface,
- amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect.
- Should simplify implementing filter primitive subregions.
-
-2011-07-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Clean up some commented-out code
-
-2011-08-25 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-08-23 JazzyNico <nicoduf@yahoo.fr>
-
- UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More precision to Blur filter value).
- Filters. Some CPF improvements (including a new Cross-smooth version).
-
-2011-08-23 Diederik van Lierop <mail@diedenrezi.nl>
-
- 1) Use the "snap guides" button both for guides being snap sources, as well as for guides being snap targets
- 2) Remove some redundant guide-snapping code from the object snapper,
-
-2011-08-23 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Filters clean-up again.
- Filters. Outline CPF improvements.
- Translations. Translation template and file list, French translation update.
-
-2011-08-22 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. More filters clean-up.
-
-2011-08-22 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix another snapping bug (could occur when scaling an object using the selector tool)
-
-2011-08-22 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix snap bug #816044
-
-2011-08-22 Diederik van Lierop <mail@diedenrezi.nl>
-
- Use different icons to communicate the change in behavior of the snap buttons, and update the tooltips accordingly
-
-2011-08-22 Diederik van Lierop <mail@diedenrezi.nl>
-
- Some code cosmetics and comments
-
-2011-08-22 Diederik van Lierop <mail@diedenrezi.nl>
-
- Refactoring of the snapping preferences; mainly about storing all toggles in a single array, instead of each having its own member variable
-
-2011-08-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- svgfont2layers extension: glyph layers (except the first one) are innitially hidden
-
-2011-08-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- add boolead option to load only the first 30 glyphs from an SVGFont (otherwise the loading process may take a long time)
- This performance issue should be actually addressed somehow to make the extension work better.
-
-2011-08-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- removing references to PathData.py from Makefile.am and inx files. The inx files are now dependant on simplepath.py instead.
-
-2011-08-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Deleting redundant PathData module. Should use simplepath module instead.
-
-2011-08-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- refactoring svgfonts2layers extension to use simplepath module instead of PathData module.
-
-2011-08-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- refactoring layers2svgfont extension to use the simplepath module
-
-2011-08-21 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix for bad argument crash for guides
-
-2011-08-20 Campbell Barton <ideasman42@gmail.com>
-
- update cmake file list.
-
-2011-08-21 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix copy edit bug in axislinesegment
-
-2011-08-21 JazzyNico <nicoduf@yahoo.fr>
-
- DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.
-
-2011-08-20 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. More filters clean-up.
- Filters. New Outline filter (rewrite).
- Filters. Replace the default blend="normal" attribute with mode="normal" for the feBlend primitive.
-
-2011-08-20 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for bug #713064 (Filter Effect Turbulence Base frequency limited to 0.400).
-
-2011-08-19 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Some extra clean-up (moving color-interpolation-filters attribute to style).
- Filters. New Lightness-Contrast and Fade to Black or White CPFs.
- Translations. POT file and French translation update.
-
-2011-08-19 Marcin Floryan <mfloryan@mango>
-
- * INTL[pl]: Polish translation brought in line with inkscape.pot
-
-2011-08-18 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).
-
-2011-08-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- default to slightly friendlier grid color like the one from 0.45 :)
-
-2011-08-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix old standing issue of converting 0.45 grids to >0.45
-
-2011-08-18 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Removing unnecessary elements and attributes.
-
-2011-08-18 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-08-17 JazzyNico <nicoduf@yahoo.fr>
-
- Docs. Fix for Bug #827812 (Localized manpages are not installed properly).
-
-2011-08-17 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Opacity CPF, Blur and Tritone improvements.
-
-2011-08-16 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fixes for SVG validation (now 100% pass).
- Filters. New Light Eraser CPF.
- Translations. inkscape.pot and French translation update.
-
-2011-08-17 Campbell Barton <ideasman42@gmail.com>
-
- update cmake for added/removed source files.
-
-2011-08-15 UweSch mail@uwe-schoeler.de
-
- german translation update
-
-2011-08-15 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Global filters file cleanup and Point Engraving CPF improvements.
-
-2011-08-15 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New basic component transfer CPF.
-
-2011-08-15 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New global filters file, and some SVG fixes.
-
-2011-08-14 Jon A. Cruz <jon@joncruz.org>
-
- Prevent creation of preview images if 'Enable preview' is not enabled. Fixes bug #826027.
-
-2011-08-13 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-08-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- DXF output: add support for clones and try to improve help text
-
-2011-08-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- correct version number in DXF output extension description
-
-2011-08-12 UweSch mail@uwe-schoeler.de
-
- german translation update.
-
-2011-08-11 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Point engraving and Nudge custom predefined filters.
- Translations. Translation list and template files update.
-
-2011-08-10 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Forgotten textures file...
-
-2011-08-10 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Blend, Extract Channel and Ink Blot custom predefined filters.
-
-2011-08-09 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Invert, Wax bump and Felt feather custom predefined filters.
- Filters. More reorganization and consistency fixes.
-
-2011-08-09 Jon A. Cruz <jon@joncruz.org>
-
- Remove unused variable.
-
-2011-08-07 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. More filters reorganisation and consistency work.
- Translations. PO template, PO file list and French translation update.
-
-2011-08-06 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Global custom predefined filters reorganization.
-
-2011-08-06 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New "indent" attribute to add an indent level to extension elements.
- Filters. Adding the new "indent" attribute to parameters groups.
-
-2011-08-05 Josh Andler <scislac@gmail.com>
-
- Patch from Yu-Jie Lin for bug 820863 to add the option to disable libwpg
-
-2011-08-05 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Adding opacity support in Bump filter.
- Filters. New Image blur CPF.
- Filters. Blurs and ABC groups reorganization.
-
-2011-08-03 apenner <penner@vaxxine.com>
-
- emf import. re-evaluate scaling formulas (Bug 341847, comment 7)
-
-2011-08-04 Campbell Barton <ideasman42@gmail.com>
-
- cmake: add option to build with LCMS
- also build in Release mode by default.
-
-2011-08-01 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Removing starting underscores in identifiers.
-
-2011-07-30 Jon A. Cruz <jon@joncruz.org>
-
- Refactored createnewDocFromMem() to be C++ instead of C, removing potential for memory leaks.
-
-2011-07-30 Jon A. Cruz <jon@joncruz.org>
-
- Better memory-leak fix by just changing member to Glib::ustring. Eliminates potential for missing g_free() calls.
-
-2011-07-30 Jon A. Cruz <jon@joncruz.org>
-
- Added overload for getObjectById(). Added safety by zeroing out invalid points (prevents accidental use of stale pointers).
-
-2011-07-30 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-07-30 Kris <Kris.De.Gussem@hotmail.com>
-
- Memory leaks fix / code cleanup
-
-2011-07-30 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-07-29 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. New Greek translation of the man pages by Dimitris Spingos.
-
-2011-07-29 Campbell Barton <ideasman42@gmail.com>
-
- add header to cmake files
-
-2011-07-28 Kris <Kris.De.Gussem@hotmail.com>
-
- UI uniformisation / addition of mnemonics (Bug #170765)
- Removed unnecessary command in path effects
-
-2011-07-28 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. Updating fixed Shapes and Advanced tutorials. Adding missing references to the Greek Tracing tutorial.
-
-2011-07-28 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. Updating all tutorials (except advanced and shapes). New Greek translation of tracing.
-
-2011-07-28 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Bump custom predefined filter.
- Translations. inkscape.pot and French translation update.
-
-2011-07-29 Campbell Barton <ideasman42@gmail.com>
-
- another g_return_if_fail -> g_return_val_if_fail & add include to cmake.
-
-2011-07-29 Campbell Barton <ideasman42@gmail.com>
-
- fix for build error when not returning a value in libgdl & minor style edit.
-
-2011-07-27 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Channel transparency and Cross blur custom predefined filters.
- Extensions. Barcode extensions reorganization.
- Translations. inkscape.pot and French translation update.
-
-2011-07-26 Jon A. Cruz <jon@joncruz.org>
-
- Reverse color order in tracing support function to match reversal of colors in GdkPixmaps used. Fixes bug #815596.
-
-2011-07-26 Jon A. Cruz <jon@joncruz.org>
-
- Cleaning up trace methods to aid fixing color inversion.
-
-2011-07-27 Campbell Barton <ideasman42@gmail.com>
-
- update to cmake checker and add missing header.
-
-2011-07-25 Jon A. Cruz <jon@joncruz.org>
-
- Temporary fix for crash when launching via command-line.
-
-2011-07-25 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Channel painting custom predefined filter.
- Documentation. New Greek translation of the keys reference by Dimitris Spingos.
- Documentation. Adding forgotten CSS file for the keys reference.
-
-2011-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Revert workarounds from 10501 - no longer necessary
-
-2011-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Update 2Geom to fix serious IntRect bug I've found in my GSoC branch
-
-2011-07-24 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix page shadow rendering bug introduced in r10495
-
-2011-07-24 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Return empty string instead of false where needed.
-
-2011-07-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Fixed path update (Bug #812517)
-
-2011-07-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Tutorials: new Greek translation of shapes tutorial by Dimitris Spingos.
- Tutorial link update in Greek translation.
- Translators update.
-
-2011-07-23 Jon A. Cruz <jon@joncruz.org>
-
- Fix memory leak.
-
-2011-07-23 Jon A. Cruz <jon@joncruz.org>
-
- Fix issue with deleted guides and gtk warnings.
-
-2011-07-23 Johan Engelen <goejendaagh@zonnet.nl>
-
- NRRectL -> 2geom
-
-2011-07-23 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove obsolete code because changed to cairo
-
-2011-07-23 tavmjong-free <tavmjong@free.fr>
-
- Don't flag a comma separted list of fonts in the font-family entry box
- as missing on the system if each font in the list is present.
-
-2011-07-22 apenner <penner@vaxxine.com>
-
- patch by Giacomo Mirabassi for Bug 813366, support for image tag
-
-2011-07-22 tavmjong-free <tavmjong@free.fr>
-
- Fixed bug where having a font-family with an uninstalled font (or with a
- list of fonts) prevented changing the font family, style, or weight.
-
-2011-07-22 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Text menu reorganization (see Bug #814681).
-
-2011-07-22 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. English (GB) translation update by Tim Sheridan.
-
-2011-07-22 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix crash when guideline is deleted by dragging it off-canvas
-
-2011-07-22 tavmjong-free <tavmjong@free.fr>
-
- Patch from Andreas Becker to fix bug 805238 (Crash when setting empty font family)
-
-2011-07-21 Josh Andler <scislac@gmail.com>
-
- Icon file vacuuming and SVG size reduction. Remove deprecated legacy icons file (WAY out of date, it'll exist in history). Update Inkscape app & doc icon svgs and add the multi-size logo/app icon svg from Jimmac.
-
-2011-07-20 apenner <penner@vaxxine.com>
-
- Extensions. dxf_outlines.py. do not attempt to parse a url color reference (Bug 810503)
-
-2011-07-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Minor UI fix
-
-2011-07-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Memory leak fixes (Bug #812497)
-
-2011-07-20 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Custom predefined filters update.
- Translations. inkscape.pot and fr.po update.
-
-2011-07-20 Kris <Kris.De.Gussem@hotmail.com>
-
- memory leak fix
-
-2011-07-20 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove deprecated Glib symbols
-
-2011-07-19 Diederik van Lierop <mail@diedenrezi.nl>
-
- Add two new snap icons, and fix toggling bug for a single button
-
-2011-07-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- another case of SP_ACTIVE_DESKTOP removed
-
-2011-07-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove some unnecessary inkscape_active_desktop() calls
-
-2011-07-19 Alex Valavanis <valavanisalex@gmail.com>
-
- Build depends on Cairo 1.10 or higher
-
-2011-07-19 Jon A. Cruz <jon@joncruz.org>
-
- Fix index out of bounds problems. Corrects bug #812003.
-
-2011-07-19 Jon A. Cruz <jon@joncruz.org>
-
- Minor code safety tweak to null out stale pointer.
-
-2011-07-18 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Merging Alphabet soup fixes by Glyphobet.
-
-2011-07-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- revert unnecessary complicated change
-
-2011-07-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- refactor the guideline drawing. now it obeys desktop transforms a lot better.
-
-2011-07-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix hardcoded desktop2doc transform
-
-2011-07-18 Diederik van Lierop <mail@diedenrezi.nl>
-
- Replace NR_HUGE by Geom:infinity() in some snapping code
-
-2011-07-18 Johan Engelen <goejendaagh@zonnet.nl>
-
- consistency fix (potential bug)
-
-2011-07-18 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Greek translation of Interpolate by Dimitris Spingos.
- Translations. Tutorial links update for Greek language.
- Translations. inkscape.pot update.
-
-2011-07-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-desktop, not item-to-document. This should make it easier to spot bugs.
- - tag some instances where the document-to-desktop transform has been hardcoded
-
-2011-07-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix build failures on make check
-
-2011-07-17 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix crash that occurred when scaling a clipped object, as reported in lp:811819
-
-2011-07-16 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.). See lp:360158
-
-2011-07-16 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch tutorials: typos and update
-
-2011-07-16 Jon A. Cruz <jon@joncruz.org>
-
- Cleanup of oudated/redundant SP_ITEM() macro use.
-
-2011-07-17 Campbell Barton <ideasman42@gmail.com>
-
- added WITH_GNOME_VFS as an option for cmake
-
-2011-07-16 Campbell Barton <ideasman42@gmail.com>
-
- fix for building with cmake and building without lcms works again.
-
-2011-07-16 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix scaling error when snapping, caused by rev. #10326
-
-2011-07-15 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-07-15 Krzysztof Kosinski <tweenk.pl@gmail.com>
-
- Fix icon toggler breakage after the icon-names.h change. Patch from ~suv.
-
-2011-07-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove BezierCurve copy constructor - it's equivalent the default one
-
-2011-07-14 Jon A. Cruz <jon@joncruz.org>
-
- Address issues with GtkRuleMetric const warnings.
-
-2011-07-14 Jon A. Cruz <jon@joncruz.org>
-
- Fixed issue with copy ctor in 2geom's BezierCurve.
-
-2011-07-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the icon-names.h thing, which was a mistake.
- The file now contains a no-op macro which is used to mark icon names.
- This way we can still generate a list of icon names we use
- using a simple grep, but don't trigger unnecessary rebuilds when
- a new icon names is added.
-
-2011-07-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge SPCanvasArena caching layer work
-
-2011-07-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Make cms_key in SPDesktopWidget a regular ustring rather than a pointer
-
-2011-07-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove useless pixmap_gc variable
-
-2011-07-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk to pull in fix for LP #806105
-
-2011-07-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crashes during offscreen rendering, part 1
-
-2011-07-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Compute different bounding boxes in outline mode to fix partial
- rendering of objects where the clipping path is much larger
- than the base object or vice versa. Fixes LP #177687.
-
-2011-07-11 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Simplify rendering of masked / clipped / translucent items.
- Handle nested clipping paths correctly.
-
-2011-07-10 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove irrelevant clip-rule handling bit from NRArenaGroup.
-
-2011-07-10 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Implement handling of the clip-rule property. Partially based on
- a patch by Andrew Lutomirski.
-
-2011-07-10 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Redesign the rendering pipeline. Clipping paths are now rasterized.
- This fixes breakage related to clipped groups and correctly
- handles nested clipping paths. Also add the ability to use text
- objects as clipping paths.
-
-2011-07-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add SPCanvasArena caching layer. Currently breaks for clipped groups
- that contain filtered objects (Cairo clipping bug?)
-
-2011-07-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk
-
-2011-06-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Pull 2Geom revision 2013 (extra constructors for Rect).
-
-2011-06-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix problems in GenericRect constructors
-
-2011-06-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove more of libnr
-
-2011-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Update 2Geom to pull in integer rectangle class
-
-2011-07-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crashes in print preview
-
-2011-07-13 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fixes for gcodetools extension
-
-2011-07-13 tavmjong-free <tavmjong@free.fr>
-
- Properly handle CSS font shorthand property. Work done with Abhishek Sharma for GSOC.
-
-2011-07-13 Campbell Barton <ideasman42@gmail.com>
-
- update cmake for new files
-
-2011-07-12 Kris <Kris.De.Gussem@hotmail.com>
-
- GUI uniformisation
-
-2011-07-12 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-07-11 JazzyNico <nicoduf@yahoo.fr>
-
- Packaging. New Greek translation of the Windows installer by Dimitris Spingos.
-
-2011-07-11 Diederik van Lierop <mail@diedenrezi.nl>
-
- Fix crash caused by my previous commit; as reported by ~suv in bug lp:212768
-
-2011-07-11 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Greek translation of Advanced, Calligraphy, Elements and Tips by Dimitris Spingos.
-
-2011-07-11 Josh Andler <scislac@gmail.com>
-
- Clean up more whiteboard stuff and fix header name in file
-
-2011-07-11 Alex Valavanis <valavanisalex@gmail.com>
-
- Drop some unused gdl files that cause build failure on Windows
-
-2011-07-10 Jon A. Cruz <jon@joncruz.org>
-
- Merge from trunk.
-
-2011-07-10 Diederik van Lierop <mail@diedenrezi.nl>
-
- Selector's toolbar: changing the dimensions of the visual bounding box of selection of multiple objects having different stroke widths has been fixed (bug #212768, #190557, ...)
-
-2011-07-10 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Greek translation of Basic by dimitris Spingos.
-
-2011-07-10 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Adding new GCode Tool extensions (see Bug #731177).
- i18n. Fix typo in the ABC custom predefined filters (see Bug #806055).
- Translations. inkscape.pot and fr.po update.
-
-2011-07-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove --export-dynamic linker flag
-
-2011-07-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove --export-dynamic linker flag
-
-2011-07-10 tavmjong-free <tavmjong@free.fr>
-
- Allow em and ex as units on font-size.
-
-2011-07-10 Jon A. Cruz <jon@joncruz.org>
-
- Update for non-LCMS builds.
-
-2011-07-10 Jon A. Cruz <jon@joncruz.org>
-
- Refactored to abstract lcms usage more. Added CMSSystem class.
-
-2011-07-10 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL: GNOME_2_30_0
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL 2.26.0 changes
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL 2.24.0 changes
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL 2.23.90 changes
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL 0.7.10 changes
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL 0.7.9 changes
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- Merge upstream GDL 0.7.8 changes
-
-2011-07-09 Jon A. Cruz <jon@joncruz.org>
-
- Next step in refactoring color management. More to come.
-
-2011-07-09 Alex Valavanis <valavanisalex@gmail.com>
-
- String fixes in webslicer
-
-2011-07-08 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- auto-maximize the inkscape extension error dialog so that it is easier to read the error log
-
-2011-07-08 Campbell Barton <ideasman42@gmail.com>
-
- fix for building with dbus and cmake
-
-2011-07-08 Campbell Barton <ideasman42@gmail.com>
-
- fix for building without LCMS
-
-2011-07-08 Campbell Barton <ideasman42@gmail.com>
-
- fix for building with cmake, renaming the GTK2 package didnt work right, very confusing as to why - I still dont know but calling it the same as CMake's works ok and uses our one.
-
-2011-07-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix regression in swatch display (LP #804930).
-
-2011-07-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix outline mode for text objects (LP #802354).
-
-2011-07-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix mixed up colors when exporting images with bitmaps to PDF and other
- Cairo formats. Fixes LP #804311
-
-2011-07-06 Jon A. Cruz <jon@joncruz.org>
-
- Refactoring color profile to bring more internal. Help to prep for optional lcms2 support.
-
-2011-07-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Text edit dialog: Apply button should grab default only after adding to window
-
-2011-07-05 Josh Andler <scislac@gmail.com>
-
- Fix build and clean makefile
-
-2011-07-05 Nick <xepecine@gmail.com>
-
- Gcodetools have been upgraded to v. 1.7.
-
-2011-07-04 apenner <penner@vaxxine.com>
-
- Extensions. Perspective. use transform elements if present (Bug 168942)
-
-2011-07-04 apenner <penner@vaxxine.com>
-
- Extensions. Envelope. use transform elements if present (Bug 663667)
-
-2011-07-03 apenner <penner@vaxxine.com>
-
- Extensions. Measure Path. use transform elements and viewBox (Bug 803791)
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_timeout_remove
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_timeout_add
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_object_sink
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_box_pack_start_defaults
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_action_connect_proxy
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_widget_ref
-
-2011-07-03 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_type_class
-
-2011-07-02 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Adding extension submitted by Karlisson (launchpad id: karlisson) that converts an SVG document into an HTML page using canvas commands to render the given graphics.
-
- This is Karlisson's second accepted contribution to Inkscape (he is also the author of the text split extension). This means he now can get commit access to our development repository.
-
-2011-07-02 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_object_set
-
-2011-07-02 Jon A. Cruz <jon@joncruz.org>
-
- Fix problem with merged code where a pointer to a plain C GTK+ object was cast to a pointer to a C++ gtkmm object. Fixes bug 804243.
-
-2011-07-02 Diederik van Lierop <mail@diedenrezi.nl>
-
- Be accurate when changing width/height in the toolbar, in case geometric bounding boxes are used
-
-2011-07-02 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_type_new
-
-2011-07-02 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleanup: gtk_type_new
-
-2011-07-02 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK+ cleaning: gtk_type_new
-
-2011-07-01 Jon A. Cruz <jon@joncruz.org>
-
- Removed outdated and undesired "I'm in this cpp, so change your behavior" macros.
-
-2011-07-01 Jon A. Cruz <jon@joncruz.org>
-
- Applying patch from Campbell Barton to help building on other than gcc.
-
-2011-07-02 Campbell Barton <ideasman42@gmail.com>
-
- compatibility for building with clang, this failed for 2 reasons.
- - redefining the variable 'i'
- - the comparison between iterators didn't work.
-
- double checked this is the only use of shadowed 'i' so this has no functional changes.
-
-2011-07-02 Campbell Barton <ideasman42@gmail.com>
-
- added missing header
-
-2011-07-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate clonetiler to GtkComboBox
-
-2011-07-02 Alex Valavanis <valavanisalex@gmail.com>
-
- Migrate clonetiler to GtkComboBox
-
-2011-07-01 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove some deprecated Gtk+ headers
-
-2011-07-01 Diederik van Lierop <mail@diedenrezi.nl>
-
- Gradient context: Don't try to snap when no gradient will be drawn (i.e. when no item has been selected)
-
-2011-06-30 Gellule Xg <gellule.xg@gmail.com>
-
- Give a chance to a shape to have an up to date curve before approximating it with points. Fixes connector bug #640985.
-
-2011-06-30 Diederik van Lierop <mail@diedenrezi.nl>
-
- Implement decent snapping to text (baseline & anchor), and provide a toggle button for this (as requested in LP bug #727281 )
-
-2011-06-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Minimise GTK version changes in text-edit dialog
-
-2011-06-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Minimise GTK version changes in text-edit dialog
-
-2011-06-29 Alex Valavanis <valavanisalex@gmail.com>
-
- Corrected gdl pointer type error
-
-2011-06-29 Alex Valavanis <valavanisalex@gmail.com>
-
- Corrected gdl pointer type error
-
-2011-06-29 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Typos in the recently modified and added filters.
- Translations. POT files and French translation update.
-
-2011-06-29 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Edge detect custom filter and new options for the Drop shadow filter.
-
-2011-06-29 Gellule Xg <gellule.xg@gmail.com>
-
- Fixes my commit 10382: -lX11 should be with a capital X.
-
-2011-06-29 Jon A. Cruz <jon@joncruz.org>
-
- Fixed initialization issue plus a few warnings.
-
-2011-06-28 Gellule Xg <gellule.xg@gmail.com>
-
- As the comment says testing for a float to be equal to zero is not safe, hence the use of an ad-hoc epsilon instead. This was causing a crash with connectors where the size of the convex would change depending on calculation accuracy. This fixes part c) of bug #640985.
-
-2011-06-28 Gellule Xg <gellule.xg@gmail.com>
-
- As the comment says testing for a float to be equal to zero is not safe, hence the use of an ad-hoc epsilon instead. This was causing a crash with connectors where the size of the convex would change depending on calculation accuracy. This fixes part c) of bug #640985
-
-2011-06-28 Gellule Xg <gellule.xg@gmail.com>
-
- Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what looks like a GTK/QUARTZ backend issue, without functionality loss.
-
-2011-06-27 Gellule Xg <gellule.xg@gmail.com>
-
- Replaced a 'reshow_with_initial_size' by a simple 'resize', to address what looks like a GTK/QUARTZ backend issue, without functionality loss.
-
-2011-06-28 Gellule Xg <gellule.xg@gmail.com>
-
- Remove references to Xft from configure.ac
-
-2011-06-27 Gellule Xg <gellule.xg@gmail.com>
-
- Remove references to Xft from configure.ac
-
-2011-06-28 Gellule Xg <gellule.xg@gmail.com>
-
- Add -lX11 to INKSCAPE_LIBS only when gtk is compiled for X11 backend target.
-
-2011-06-27 Gellule Xg <gellule.xg@gmail.com>
-
- Add -lX11 to INKSCAPE_LIBS only when gtk is compiled for X11 backend target.
-
-2011-06-28 Gellule Xg <gellule.xg@gmail.com>
-
- If GTK is built with the QUARTZ backend, there is no need to expect DISPLAY to be set to start the GUI version.
-
-2011-06-27 Gellule Xg <gellule.xg@gmail.com>
-
- If GTK built with QUARTZ backend, no need to expect DISPLAY to be set to start the GUI version.
-
-2011-06-28 Jon A. Cruz <jon@joncruz.org>
-
- Fixed missing initializers, mismatching function with too many parameters, and misc warnings.
-
-2011-06-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses it
-
-2011-06-28 Alex Valavanis <valavanisalex@gmail.com>
-
- Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses it
-
-2011-06-27 apenner <penner@vaxxine.com>
-
- Extensions. Interpolate Path. use transform elements (Bug 518768)
-
-2011-06-27 Diederik van Lierop <mail@diedenrezi.nl>
-
- The measurement tool now snaps too
-
-2011-06-27 JazzyNico <nicoduf@yahoo.fr>
-
- Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when slide showing multiple files).
-
-2011-06-27 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix crasher
-
-2011-06-26 Jon A. Cruz <jon@joncruz.org>
-
- Remove "using namespace" from libcola headers.
-
-2011-06-27 Johan Engelen <goejendaagh@zonnet.nl>
-
- LPE PowerStroke: add linecap (let's see how well this behaves, it has some bugs/features)
-
-2011-06-26 Diederik van Lierop <mail@diedenrezi.nl>
-
- - Add a third group of snap sources/targets, called ¨others¨ (before we had only ¨bounding box¨ and nodes (see bug #788178)
- - Fix the display of the snap source
- - Fix snapping of guides to other guides & grids
-
-2011-06-26 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. Tutorials translation update.
-
-2011-06-26 apenner <penner@vaxxine.com>
-
- Extensions. Function Plotter. message if nothing selected (Bug 800552)
-
-2011-06-26 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. Keys and mouse reference translations update.
-
-2011-06-26 JazzyNico <nicoduf@yahoo.fr>
-
- Documentation. New Japanese man page by Masato HASHIMOTO.
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_signal_connect_while_alive
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_signal_connect_while_alive
-
-2011-06-25 Jon A. Cruz <jon@joncruz.org>
-
- Whitespace cleanup.
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_object_get_data
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_object_get_data
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_menu_append
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_menu_append
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: GTK_WIDGET_HAS_FOCUS
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_object_set_data
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: gtk_object_set_data
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: GTK_WIDGET_IS_SENSITIVE
-
-2011-06-26 Alex Valavanis <valavanisalex@gmail.com>
-
- Gtk cleanup: GTK_WIDGET_IS_SENSITIVE
-
-2011-06-25 Jon A. Cruz <jon@joncruz.org>
-
- Removed questionable operator altogether.
-
-2011-06-25 Jon A. Cruz <jon@joncruz.org>
-
- Removed questionable cast.
-
-2011-06-25 Campbell Barton <ideasman42@gmail.com>
-
- warning cleanup (no functional changes)
- - enclose && / || with brackets to avoid ambiguity.
- - don't cast from booleans to pointers.
-
-2011-06-25 Campbell Barton <ideasman42@gmail.com>
-
- added a Modules cmake dir, only use for find_package, reference cmake include paths explicitly.
-
-2011-06-25 Campbell Barton <ideasman42@gmail.com>
-
- cmake: added a patched FindGTK2 to include cairommconfig.h
-
-2011-06-24 Jon A. Cruz <jon@joncruz.org>
-
- Removed outdated callback function.
-
-2011-06-24 JazzyNico <nicoduf@yahoo.fr>
-
- Document. Fix for bug #680347 (page margins can't be reset with single click of Resize).
-
-2011-06-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Greek translation update by Dimitris Spingos (now 100%)
-
-2011-06-24 Alex Valavanis <valavanisalex@gmail.com>
-
- Switch to GObject
-
-2011-06-24 Alex Valavanis <valavanisalex@gmail.com>
-
- Switch to GObject
-
-2011-06-24 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK cleaning: gtk_window_set_policy
-
-2011-06-24 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove/replace deprecated gtk_window_set_policy symbol
-
-2011-06-24 Alex Valavanis <valavanisalex@gmail.com>
-
- GTK cleaning
-
-2011-06-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated gtk_radio_button_group symbol
-
-2011-06-23 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Greek translation update by Dimitris Spingos.
-
-2011-06-23 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for a crash introduced with revision 10313.
-
-2011-06-24 Campbell Barton <ideasman42@gmail.com>
-
- update file lists
-
-2011-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the dom/work directory
-
-2011-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Completely remove Inkboard
-
-2011-06-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix aliasing warnings in glib-list-iterators.h by adding G_GNUC_MAY_ALIAS
-
-2011-06-23 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove dead GTK visual functions
-
-2011-06-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Adding a "Remove All Guides" option to the Edit menu.
-
-2011-06-22 JazzyNico <nicoduf@yahoo.fr>
-
- Translation. PO template and French translation update.
-
-2011-06-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Position the 'Set' button to lower right corner of the object properties panel.
- http://cuts.thinking-garment.com/262
-
- ’Set’ button of the ‘Object Properties’ panel is placed high up,
- next to the ID text-entry box, suggesting it is applied only
- to the ID box. In reality, ‘Set’ button applies the changes
- for every text field.
-
-2011-06-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- The label ‘Guides Around Page’ does not include a verb. ‘Guides Around Page’ what?
- 'Create Guides Around the Page' :-D
-
- http://cuts.thinking-garment.com/144
-
-2011-06-22 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2011-06-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Revision 10333 introduced dependency on gtk version 2.24 which is currently not available in my development system (Trisquel GNU/Linux 4.5.1 - released on May 25th, 2011)
- I have brought back the implementation that uses the 2.22 API and used GTK_CHECK_VERSION to keep both implementations, so that I can continue coding.
-
- The conditional and its #else block can be deleted in the future
-
-2011-06-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- oops! I forgot to put "break;"s in my switch statement :-P
-
-2011-06-22 Campbell Barton <ideasman42@gmail.com>
-
- cmake: inkscape source dirs were included using system setting
-
-2011-06-22 Campbell Barton <ideasman42@gmail.com>
-
- update cmake checker and split out config
-
-2011-06-22 Campbell Barton <ideasman42@gmail.com>
-
- get cmake working again.
-
-2011-06-22 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkCombo
-
-2011-06-22 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkCombo
-
-2011-06-22 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add libpixman-1-0.dll to the list of dist libraries on Windows.
- Fixes missing dependency at startup.
-
-2011-06-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- * Fix text_extents calculation for canvas text items.
- * Add anchor positioning options.
- * make measure tool length labels be perfectly centered in the measured linesegments
-
-2011-06-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- display shortcut in tooltip for measure tool
-
-2011-06-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix bug 800052: improve measure tool readability
- https://bugs.launchpad.net/inkscape/+bug/800052
-
- And also using text_extents for calculating area of rendering for the canvas_text labels (although I am not really sure this is correct. May require some extra work to get it right)
-
-2011-06-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- address sissue with measure tool described here:
- https://bugs.launchpad.net/inkscape/+bug/796451/comments/2
-
-2011-06-21 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- refactoring measure tool code
-
-2011-06-20 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge Cairo rendering branch
-
-2011-06-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix outline view
-
-2011-06-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk
-
-2011-06-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix rendering of control points
-
-2011-06-04 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Fixed font problem on win32.
-
-2011-05-30 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Idem.
-
-2011-05-30 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Corrected accidental mingwenv.bat modification.
-
-2011-05-30 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Add gcc support library to build.xml (so it runs on windows again).
-
-2011-04-15 Josh Andler <scislac@gmail.com>
-
- Update Makefile as necessary to build again on Linux
-
-2011-04-15 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- No more PrintWin32, including no special cases for non-Unicode Windows anymore.
-
-2011-04-10 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix a rounding error that resulted in seams at some zoom levels when
- rendering filters that use BackgroundImage.
-
-2011-04-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Initialize cached patterns to NULL in NRStyle, should fix crashes
-
-2011-04-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Slightly improve EXTRACT_ARGB32 macro
-
-2011-04-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- work around an assert, to fix a crash at startup on windows
-
-2011-04-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- nr-filter-skeleton is compiled on windows (good to keep it up-to-date I think!), fixes part of Windows build
-
-2011-04-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- 2geom has "multiplatform" sincos function
-
-2011-04-08 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add missing flush() / mark_dirty() calls around CMS transform
-
-2011-04-08 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix color-managed view
-
-2011-04-08 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk
-
-2010-12-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk (again)
-
-2010-11-26 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix mask luminance calculation, so the coeffs add up to 1
-
-2010-11-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk
-
-2010-08-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix handling of x and y attributes of patterns
-
-2010-08-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Make nr_arena_invoke_render expect an already transformed context,
- to remove a limitation to integer translations imposed by NRRectL
-
-2010-08-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Completely remove NRPixBlock
-
-2010-08-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix paint bucket tool
-
-2010-08-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix background tracing in clone tiler dialog
-
-2010-08-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fixes for guideline rendering
-
-2010-08-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix glyph outlines to always consist of closed paths
-
-2010-08-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crash on empty patterns
-
-2010-08-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Do not un-premultiply alpha when computing mask luminance
-
-2010-08-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix computation of drawbox for filtered, rotated items
-
-2010-08-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix the morphology filter (work on premultiplied colors)
-
-2010-08-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix bitmap opacity
-
-2010-08-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix light vector computation for lighting filters
-
-2010-08-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix rendering failures caused by markers with markerUnits="strokeWidth"
- on shapes with zero stroke width
-
-2010-08-10 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix rendering of masks with non-opaque alpha channel
-
-2010-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix performance regression when displaying large images
-
-2010-08-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- OpenMP-enabled matrix convolution
-
-2010-08-08 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- merge from trunk
-
-2010-08-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Minor cleanups
-
-2010-08-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Wholesale cruft removal part 5; completely remove RasterFont
-
-2010-08-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix mask rendering to use luminance-to-alpha
-
-2010-08-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Wholesale cruft removal part 4; fix crash when rendering guides
-
-2010-08-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Wholesale cruft removal part 3
-
-2010-08-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix artifacts in Gaussian blur and other filters inadvertently
- introduced when fixing seams in per-pixel filters
-
-2010-08-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Wholesale cruft removal part 2
-
-2010-08-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Wholesale cruft removal part 1
-
-2010-08-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix pattern viewBox
-
-2010-08-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix catastrophic memory leak when rendering a pattern
-
-2010-08-03 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Handle preserveAspectRatio for images
-
-2010-07-30 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Second half of image filter, probably not 100% correct
-
-2010-07-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Cruft removal
-
-2010-07-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- First half of image filter (display from external image)
-
-2010-07-27 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add OpenMP IF clauses to filter templates, instead of modifying num_threads
-
-2010-07-27 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Separate morphology filter into X and Y processing phases.
- Gives a massive performance boost for large radii.
-
-2010-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Improve turbulence renderer
-
-2010-07-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Minor cleanups
-
-2010-07-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Turbulence filter (lazy version)
-
-2010-07-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Morphology filter
-
-2010-07-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove nr-filter-getalpha.(h|cpp) - no longer needed
-
-2010-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Displacement map filter
-
-2010-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Specular lighting filter
-
-2010-07-23 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Diffuse lighting filter
-
-2010-07-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Matrix convolution filter (lazy version)
-
-2010-07-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add unpremul_alpha utility function. Some preparations
-
-2010-07-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix type mismatch of std::min args in ColorMatrixMatrix constructor
-
-2010-07-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Component transfer filter
-
-2010-07-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Color matrix filter. Fix arithmetic operator in feComposite
-
-2010-07-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix flood filter to really paint the specified color
-
-2010-07-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Minor cleanup of composite filter
-
-2010-07-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Composite filter
-
-2010-07-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Split out surface blending template into a separate file
-
-2010-07-15 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Offset filter
-
-2010-07-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Flood and merge filters
-
-2010-07-14 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge redundant *-fns.h into respective filter headers.
- Move gaussian blur to filters directory.
- Blend filter effect.
-
-2010-07-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Gaussian blur
-
-2010-07-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Grid rendering
-
-2010-07-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix group opacity
-
-2010-07-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Switch to nearest neighbor filtering when image is larger than original
-
-2010-07-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Smaller intermediate rendering regions
-
-2010-07-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove some cruft
-
-2010-06-30 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix PNG export
-
-2010-06-30 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
-
-2010-06-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix icons
-
-2010-06-29 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Bitmap image rendering
-
-2010-06-28 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Text rendering. Factor out style handling into nr-style.h
-
-2010-06-26 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Implement clipping (slightly incorrect) and masking
-
-2010-06-22 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge from trunk
-
-2010-06-22 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix cross control point
-
-2010-06-22 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
-
-2011-06-20 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Measure Tool: support measuring of text elements (without having to manually convert them to curves)
-
-2011-06-20 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- add "Units:" label to the units selection widget for the measurement tool
-
-2011-06-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix bug 796449: Measure tools should consider transform
- https://bugs.launchpad.net/inkscape/+bug/796449
-
-2011-06-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix bug 796598: Measure tool draws path in wrong window
- https://bugs.launchpad.net/inkscape/+bug/796598
-
-2011-06-19 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. inkscape.pot update.
- i18n. String fix in the Tweak tool.
- Translations. Ukrainian translation update by Yuri Chornoivan.
- Translations. French translation update.
-
-2011-06-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix bug 796451: Measure tools should support rotation constraint
-
-2011-06-18 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- I am not sure if it is possible to have a script element with more than a single childnode. Since we are not handling that, this is a warning to be displayed if we even encounter a file with more than one child for one of its script element nodes
-
-2011-06-18 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Patch sent by Fernando Lucchesi (GSoC student) and modified by me.
-
- Interface for editing content of embedded scripts.
-
-2011-06-18 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fix / mnemonics
-
-2011-06-18 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-06-18 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- user interface for selecting colors of guidelines
-
-2011-06-18 Campbell Barton <ideasman42@gmail.com>
-
- cmake: correct syntax error.
-
-2011-06-17 helix84 <helix84@centrum.sk>
-
- * [INTL:sk] Slovak translation update
- * fix typo
-
-2011-06-17 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- patch reviewed and accepted from fernandolbastos@gmail.com (GSoC student)
-
- Split scripting ui in the document properties dialog to have one tab for embedded scripts and one for external scripts.
-
-2011-06-17 Campbell Barton <ideasman42@gmail.com>
-
- minor changes to cmake, use lib/ and bin/ in the build dir.
-
-2011-06-15 Jon A. Cruz <jon@joncruz.org>
-
- Conditionalize compilation of image magick sources in cmake.
-
-2011-06-15 Jon A. Cruz <jon@joncruz.org>
-
- Fix i18n macro include.
-
-2011-06-15 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. inkscape.pot and fr.po update.
-
-2011-06-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- add preference for relative guideline rotation snapping (see rev 10303)
-
-2011-06-15 Jon A. Cruz <jon@joncruz.org>
-
- Attempt to make ImageMagick and OpenMP optional with cmake.
-
-2011-06-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up deprecated GTK_WIDGET API
-
-2011-06-15 Alex Valavanis <valavanisalex@gmail.com>
-
- Clean up deprecated GTK_WIDGET API
-
-2011-06-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove deprecated glib macro wrappers
-
-2011-06-14 Alex Valavanis <valavanisalex@gmail.com>
-
- Remove deprecated glib macro wrappers
-
-2011-06-14 Johan Engelen <goejendaagh@zonnet.nl>
-
- shift+ctrl dragging a guideline: fix to snap to angles with original angle as offset, like rotating normal objects
-
-2011-06-14 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- toggle units in the measure tool
-
-2011-06-14 Josh Andler <scislac@gmail.com>
-
- patch for 771738, 635469, 700298, 705382, 716057 by Gellule
-
-2011-06-14 Campbell Barton <ideasman42@gmail.com>
-
- cmake: use system includes (-isystem in gcc).
-
-2011-06-14 Campbell Barton <ideasman42@gmail.com>
-
- cmake: update ignore list.
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: use cmakes freetype module
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake:
- - added option WITH_DBUS (currently uses hard coded paths)
- - remove duplicate version variable.
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: fix for install target
-
-2011-06-13 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- adding preferences page for Measure Tool with option (enabled by default) to ignore first and last points when calculating/displaying distances
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake:
- - remove hard coded include and libraries.
- - remove gtk/imagemagic modules (use cmakes).
-
-2011-06-13 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fixing the measure tool cursor to have a crosshair just like all other drawing tools
- fixes bug #796446
-
-2011-06-13 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- using green color instead of parentheses to differentiate the angle label in the measure tool
-
-2011-06-13 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- using "°" instead of "degrees" for labeling angles in the measure tool
- Also adding parentheses to the angle lable in order to make it clearly distinguishable in comparison to the length labels
-
-2011-06-13 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- adding shortcut for Measure Tool ("m" or "M")
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake:
- The cmake files were using the inkscape-version.cpp file generated by autoconfigure.
- now generate our own.
-
- Also remove bad include.
-
-2011-06-13 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- display angle info in the measurement tool
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- replace local CheckStructMember.cmake with cmake's
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- ignore ./CMakeLists.txt.user (qtcreator stores settings here)
- also correction to windows path.
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: script to check for coverage in our cmake files (that we dont miss any headers or source files)
-
-2011-06-12 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- more improvements in the measurement tool:
-
- * select elements crossed by the line segment drawn with the tool
- * allow user to select font size for the length labels (in the toolbar)
- * use temporary canvas items
-
-2011-06-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated gtk_signal API
-
-2011-06-13 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkSignal
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: basic install target
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake:
- - group source/headers per library (for some IDE's)
- - include headers with source listing (also for IDE's)
- - remove unneeded Find modules
-
-2011-06-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
-
-2011-06-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: remove FindBoost, is an old copy of the one that comes with cmake.
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: now builds without having most of the source listed in 1 file.
-
-2011-06-12 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace deprecated GtkTooltips
-
-2011-06-05 Alex Valavanis <valavanisalex@gmail.com>
-
- Replace use of deprecated GtkTooltips API
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake:
- turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.
-
- Fixing this broke the build because some files in the subdir were not compiling.
-
-2011-06-13 Campbell Barton <ideasman42@gmail.com>
-
- cmake: fix for error reading non existing file which would error out cmake's first run.
-
-2011-06-12 Campbell Barton <ideasman42@gmail.com>
-
- cmake: give all libs a _LIB suffix, workaround 'debug' being confused with cake keyword, and also dont mix up dor names with libs.
-
-2011-06-12 Campbell Barton <ideasman42@gmail.com>
-
- cmake: commented unused files/dirs, double checked all files compile this time
-
-2011-06-12 Campbell Barton <ideasman42@gmail.com>
-
- work in progress cmake commit:
- - cmake now builds all files that automake does but does NOT link yet
- - inlcudes nasty hard coded paths and libs (will replace once linking works)
-
-2011-06-12 Campbell Barton <ideasman42@gmail.com>
-
- support python3.x for other i18n scripts
-
-2011-06-12 Campbell Barton <ideasman42@gmail.com>
-
- On arch linux python3 is default, changes so this works on py3 (first commit, simple test)
-
-2011-06-11 Jon A. Cruz <jon@joncruz.org>
-
- Update to win32 build defines for libwpg issue.
-
-2011-06-10 Jon A. Cruz <jon@joncruz.org>
-
- Fix debus warnings and build errors.
-
-2011-06-10 Jon A. Cruz <jon@joncruz.org>
-
- Minor change to initialize libwgp config variable.
-
-2011-06-10 Jon A. Cruz <jon@joncruz.org>
-
- Modified build to conditionally build against either libwpg 0.1.x or 0.2.x. Fixes bug #778951.
-
-2011-06-09 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- improving measurement tool
-
-2011-06-09 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- improving the measurement tool
- Now it detects intersections and displays crosses indicating them
- the length value displayed corresponds to the first line-segment
- TODO: display all segment lengths
-
-2011-06-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- Save a copy dialog now opens in current directory if this option is set for save as... dialog. (there is also the possibility to manually change the preferences file to change this option independently from save as... dialog)
-
-2011-06-07 Jon A. Cruz <jon@joncruz.org>
-
- Fix const on new icon.
-
-2011-06-07 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-06-06 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- adding cursor for the measure tool that I forgot to commit in the previous revision.
-
-2011-06-06 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Introducing our new nice measurement tool! :-D
-
-2011-06-05 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Adding i18n support to voronoi2svg.py and interp_att_g.py. New INX version for the Voronoi extension.
- Translations. inkscape.pot and fr.po update.
-
-2011-06-05 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix: latex width output to postscript big point 'bp'.
-
-2011-06-04 Jon A. Cruz <jon@joncruz.org>
-
- Possible Win32 compile fix.
-
-2011-06-03 Jon A. Cruz <jon@joncruz.org>
-
- Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, bug #792263.
-
-2011-06-03 Alex Valavanis <valavanisalex@gmail.com>
-
- Use generic headers in preparation for GTK+ 3 transition
-
-2011-06-03 Jon A. Cruz <jon@joncruz.org>
-
- Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT() gtk type function/macro.
-
-2011-06-03 UweSch mail@uwe-schoeler.de
-
- german translation update
-
-2011-06-02 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- add multiple glyph layers at once (from characters found in user input string)
-
-2011-06-02 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- some fixes to the svgfont2layers extension.
- It still needs some performance optimization, as it is very slow. For that reason the current code has an arbitrary restriction to import only the first 30 glyphs from an svgfont.
-
-2011-06-01 Johan Engelen <goejendaagh@zonnet.nl>
-
- improve explanation of lpe parameter
-
-2011-06-01 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Voronoi extension modified for i18n and UI consistency.
- Translations. inkscape.pot, POTFILE and fr.po update.
-
-2011-05-31 apenner <penner@vaxxine.com>
-
- Voronoi extension. Improved handling of current layer (Bug 783922)
-
-2011-05-31 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- extension to convert an svg font into glyph layers
-
- ------------- This line and the following will be ignored --------------
-
- added:
- share/extensions/svgfont2layers.inx
- share/extensions/svgfont2layers.py
- modified:
- share/extensions/Makefile.am
- unknown:
- share/extensions/layers2svgfont.py.itworks
- share/extensions/test_layers2svgfont.py
-
-2011-05-31 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix rendering of angled guidelines
-
-2011-05-30 Alex Valavanis <valavanisalex@gmail.com>
-
- Add shebang to voronoi.py. Install *.js extensions as non-executable
-
-2011-05-30 Jon A. Cruz <jon@joncruz.org>
-
- Queue swatch updates during periods of high UI usage, such as dragging gradient handles. Fixes bug #734981.
-
-2011-05-29 apenner <penner@vaxxine.com>
-
- Voronoi extension by Vincent Nivoliers (Bug 783922)
-
-2011-05-28 Jon A. Cruz <jon@joncruz.org>
-
- Port of 0.48.x branch revision 9781.
- Cleanup of legacy code and casting that was breaking 64-bit gradient use.
- Fixes bug #743530 and bug #778441.
-
-2011-05-27 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Extensions to alternate layer visibility for glyph layers.
- These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit.
-
-2011-05-27 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Add "silent" option to extension inx file so that extension authors can opt-out of displaying the "working, please wait" dialog.
- Extensions that are tipically slow can still have the dialog show up by simply not adding this attribute to the inx file.
-
-2011-05-27 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- typography extensions:
- In new_glyph_layer.py move selection to the newly created layer and set this layer to be initially not visible.
-
-2011-05-27 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-05-26 Jon A. Cruz <jon@joncruz.org>
-
- Applying patch from Gellule Xg to fix crash on 64-bit.
-
-2011-05-26 Josh Andler <scislac@gmail.com>
-
- Revert uninintentionally committed file
-
-2011-05-26 Josh Andler <scislac@gmail.com>
-
- Disable shadow on Typography Canvas template
-
-2011-05-26 Johan Engelen <goejendaagh@zonnet.nl>
-
- add entry widget to guideline dialog to change guide's label
- (and fix some label xml writing and rendering bugs)
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- rename "set width" and "units per em" to "Em-size"
-
-2011-05-26 Johan Engelen <goejendaagh@zonnet.nl>
-
- unitmenu: add method to add a unit
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- adding keyboard shortcut (Ctrl Alt G) for "add glyph layer" extension
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- set font-family attribute in generated svgfont
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix layers2svgfont extension not to depend on side bearing guides
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- remove side bearing guides from "setup typography canvas" extension
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- adding Typography_Canvas.svg to Makefile.am
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Adding a "Typography Canvas" template
-
-2011-05-26 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Adding numbers to the names of the typography related extensions so that they are displayed in the extensions menu in the correct order that the users are supposed to use them.
-
-2011-05-25 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Adding PathData.py extension module to parse/encode svg:path d attribute. I forgot to properly add it to bzr a few commits ago.
-
-2011-05-25 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Saving curve description in d attribute of svg:glyph instead of svg:path elements as childnodes of svg:glyph because this is compatible with current fontforge svg loader
-
-2011-05-25 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- * extension module to parse and encode path descriptions
- * flip y-axis when creating an SVG Font via python-code
-
-2011-05-24 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add GCC support library to files distributed in the Windows bundle.
- Needed after recent devlibs upgrade.
-
-2011-05-23 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Pot file update.
-
-2011-05-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape preferences"
- https://bugs.launchpad.net/inkscape/+bug/600267
-
- Patch submitted by Fernando Lucchesi Bastos Jurema
-
- Applied with minor changes to use Glib::ustring instead of Glib::ustring*
-
-2011-05-22 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- actually fontforge flipping of y-axis for svgfont glyphs is compliant with the svg spec. So we need to do it also.
-
-2011-05-22 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Merge fix for bug #781244 from Martin Owens - wrong conversion
- of grow/shrink value for the paint bucket tool on startup
-
-2011-05-11 Martin Owens <doctormo@gmail.com>
-
- Don't adjust the shink/grow value because we're saving the units.
-
-2011-05-20 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Remove flipping of y-axis from methods that get curves from selection in the svg fonts dialog. This flipping of y-axis seems to be a fontforge bug.
-
-2011-05-19 Jon A. Cruz <jon@joncruz.org>
-
- Reinstating version bump.
-
-2011-05-20 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Extension that generates an SVGFont from a set of layers with id="GlyphLayer-<unicode char>"
-
-2011-05-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- extension to add a glyph layer. It is rather simple now, but may be more usefull in the future. It is supposed to be used with a future extension that handles those layers with id="GlyphLayer-<unicode char>" and convert them into an svg font
-
-2011-05-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Extension for setting up the document dimension according to font metrics provided by the user. It creates horizontal guidelines for baseline, ascender, descender, x-height, caps height and also vertical guidelines for left and right side bearings.
-
-2011-05-19 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered upside-down since I was trying to make it compatible with fontforge rendering. Now, reading again the SVG spec, it seems to me that it is fontforge that renders it incorrectly.
-
- I have also added support for rendering path tags that are children of glyph and missing-glyph nodes. And also use tags. But fontforge does not seem to understand use tags in glyph descriptions... compatibility issues that we have to figure out how to solve.
-
-2011-05-18 Jon A. Cruz <jon@joncruz.org>
-
- Revert version bump so win devlibs can catch up.
-
-2011-05-18 Felipe C. da S. Sanches <juca@members.fsf.org>
-
- Adding inkscape:label parameter to guidelines so that our guidelanes can display labels (we still dont have a user interface, but files with that parameter will render correctly)
-
-2011-05-17 Jon A. Cruz <jon@joncruz.org>
-
- Made dependencies explicit and bumped versions.
-
-2011-05-11 Jon A. Cruz <jon@joncruz.org>
-
- Fix fallback to MRU locations.
-
-2011-05-10 Jon A. Cruz <jon@joncruz.org>
-
- Commit test.
-
-2011-05-10 Jon A. Cruz <jon@joncruz.org>
-
- Fix test case to compile.
-
-2011-05-10 Jon A. Cruz <jon@joncruz.org>
-
- Convert fixed paths to relative, including ..
-
-2011-05-09 Jon A. Cruz <jon@joncruz.org>
-
- Added simple usage of most recent file locations.
-
-2011-05-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove mkinstalldirs from version control (this is an autogenerated file)
-
-2011-05-09 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix compilation on GCC 4.6
-
-2011-05-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Allow New Document to be created from Unity launcher quicklist
-
-2011-05-07 Alex Valavanis <valavanisalex@gmail.com>
-
- Allow New Document to be created from Unity launcher quicklist
-
-2011-05-07 theAdib <theadib@gmail.com>
-
- corrected fill-rule handling in pdf export, fixes bug:436962
-
-2011-05-07 theAdib <theadib@gmail.com>
-
- corrected fill-rule handling in pdf export, fixes bug:436962
-
-2011-05-06 Jon A. Cruz <jon@joncruz.org>
-
- Fix windows build.
-
-2011-05-05 Jon A. Cruz <jon@joncruz.org>
-
- Adding initial cut of resource manager.
-
-2011-05-05 theAdib <theadib@gmail.com>
-
- symbol rendering fix bug:705345
-
-2011-05-05 theAdib <theadib@gmail.com>
-
- symbol rendering fix for bug:705345
-
-2011-05-04 theAdib <theadib@gmail.com>
-
- more 63734242, missing fraction of patch for gcc 4.6 compatibility
-
-2011-05-01 Johan Engelen <goejendaagh@zonnet.nl>
-
- Fix crashes on empty marker definitions.
-
-2011-05-01 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-04-27 Alvin Penner <penner@vaxxine.com>
-
- emf import. support for clip rectangle (Bug 383180)
-
-2011-04-25 Alvin Penner <penner@vaxxine.com>
-
- dxf input. add adjustable origin
-
-2011-04-23 Jon A. Cruz <jon@joncruz.org>
-
- Fixed warning to use GUI when appropriate.
-
-2011-04-21 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2011-04-21 JazzyNico <nicoduf@yahoo.fr>
-
- Font Editor. Fix for Bug #706506 (Crash when kerning an empty pair).
-
-2011-04-21 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Invalid markup in the scour extension.
-
-2011-04-21 JazzyNico <nicoduf@yahoo.fr>
-
- UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without verbs / default key mapping).
-
-2011-04-21 Alexandre Prokoudine <avp@darkroom>
-
- Partial update of Russian translation
-
-2011-04-21 JazzyNico <nicoduf@yahoo.fr>
-
- XAML. XAML export extension fix (see Bug #766971, SVG 2 XAML BlurEffect wrongly placed).
-
-2011-04-18 Jon A. Cruz <jon@joncruz.org>
-
- Restore modularity to adjustment action.
-
-2011-04-18 Alvin Penner <penner@vaxxine.com>
-
- dxf import. add support for longer cubic NURB (Bug 685707)
-
-2011-04-18 Kris <Kris.De.Gussem@hotmail.com>
-
- Added mnemonics for font dialog (Bug #170765)
-
-2011-04-18 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Translation template update.
-
-2011-04-18 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Optimized SVG export update (scour r210 + custom inx file).
-
-2011-04-17 Jon A. Cruz <jon@joncruz.org>
-
- Restore comment needed in *shared* code file.
-
-2011-04-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix duplicate units in Preferences > Steps
-
-2011-04-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- add new preference widget for a number with a unit.
- change Preferences > Steps to this new widget
-
-2011-04-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- change spinbox to new one in many places.
-
-2011-04-17 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove superfluous includes
-
-2011-04-16 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove unnecessary includes.
-
-2011-04-16 Johan Engelen <goejendaagh@zonnet.nl>
-
- extensions: use improved spinbutton with math expression evaluation
-
-2011-04-16 Johan Engelen <goejendaagh@zonnet.nl>
-
- upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have tried to fix it, but didnt work out)
-
-2011-04-16 Johan Engelen <goejendaagh@zonnet.nl>
-
- ScalarUnit widget: fix initialization bug. add constructor which takes another scalarunit's unitmenu.
-
-2011-04-16 helix84 <helix84@centrum.sk>
-
- * [INTL:sk] Slovak translation update
-
-2011-04-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- hack C++ spinbuttons into toolbars. unit conversion does not work, and will probably be a huge pain to add
-
-2011-04-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove ridiculous comment
-
-2011-04-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- add undo to SpinButton
-
-2011-04-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- convert guideline dialog to ui/widget/... newer widgets.
- add unit to guideline angle. save angle unit status when closing dialog
-
-2011-04-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- ScalarUnit: add functionality to grab focus and select the entry text. and add setValueKeepUnit
-
-2011-04-14 Johan Engelen <goejendaagh@zonnet.nl>
-
- small tweaks
-
-2011-04-14 JazzyNico <nicoduf@yahoo.fr>
-
- Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).
-
-2011-04-14 Johan Engelen <goejendaagh@zonnet.nl>
-
- add expression evaluator for spinbox input boxes. also knows a little about units.
- needs more work to fully integrate it in all of inkscape spinboxes
- also needs documentation rework
-
-2011-04-13 Kris <Kris.De.Gussem@hotmail.com>
-
- Breton translation update
-
-2011-04-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix build
-
-2011-04-11 Johan Engelen <goejendaagh@zonnet.nl>
-
- Use the subclassed SpinButton class for numeric inputs, such that '.' and ',' both can be used as decimal point.
- (related to bug 484187)
-
-2011-04-11 Johan Engelen <goejendaagh@zonnet.nl>
-
- revert silly error in r10147
-
-2011-04-11 JazzyNico <nicoduf@yahoo.fr>
-
- Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment with non-zero page in the guide editor dialog).
- Clonetiler. Code consistency fix.
-
-2011-04-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- pdf+latex:
- * use textit instead of itshape, use textbf instead of bfseries; this improves kerning
- * add textsl (slanted) for oblique font shapes (e.g. Arial)
-
-2011-04-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- pdf+latex: fix newline bug due to changes in r10089
-
-2011-04-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- go wild adding % at the end of each latex line (pdf+latex output)
-
-2011-04-10 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. Japanese Tips and Advanced translation update by Masato HASHIMOTO.
-
-2011-04-10 UweSch mail@uwe-schoeler.de
-
- german translatoin update
-
-2011-04-10 UweSch mail@uwe-schoeler.de
-
- German translation update
-
-2011-04-09 Johan Engelen <goejendaagh@zonnet.nl>
-
- add a subclassed spinbutton class. this numeric entry box accepts both ',' and '.' as the decimal point when in numeric mode.
-
-2011-04-09 Johan Engelen <goejendaagh@zonnet.nl>
-
- allow other than numeric characters in guideline dialog
-
-2011-04-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- automatically apply and close guideline dialog when pressing enter in X, Y and angle entry boxes
-
-2011-04-08 Johan Engelen <goejendaagh@zonnet.nl>
-
- remember status of relative checkbox for guideline dialog
-
-2011-04-07 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. SVG+media fix (see Bug #400356).
-
-2011-04-03 Martin Sucha <martin.sucha-inkscape@jts-sro.sk>
-
- Fix setting canvas margins when using "Resize page to drawing or selection"
-
-2011-04-02 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- Faster rounding for Gaussian blur
-
-2011-04-02 Johan Engelen <goejendaagh@zonnet.nl>
-
- use shape's curve before LPE as flash path in node tool. so now, you should see a flashing path for all shapes now
-
-2011-04-02 Johan Engelen <goejendaagh@zonnet.nl>
-
- add curve before LPE to SPShape. this is useful for helperpath display. It was inspired from fixing bug 407008
-
-2011-04-01 UweSch mail@uwe-schoeler.de
-
- German translation update.
-
-2011-04-01 JazzyNico <nicoduf@yahoo.fr>
-
- Filters: labels consistency fix.
- Translations: inkscape.pot and French translation update.
- Constributors: authors and translators lists update.
-
-2011-04-01 JazzyNico <nicoduf@yahoo.fr>
-
- Tweak and spray:
- * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray).
- * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes).
- * Tweak tool code consistency fix.
- * Spray tool default status message modified.
-
-2011-04-01 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Greek translation update by boukeas.
-
-2011-03-31 JazzyNico <nicoduf@yahoo.fr>
-
- Export. XAML export gradient fix (Bug #746290, SVG to XAML fails creating valid doubles on German Windows 7 / 64)
-
-2011-03-30 Alvin Penner <penner@vaxxine.com>
-
- emf import. limited support for EMR_BITBLT (Bug 382421)
-
-2011-03-30 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions:
- * New isometric grid.
- * All grids are now grouped in Render>Grids.
- Translations:
- * inkscape.pot update.
-
-2011-03-30 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2011-03-29 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. inkscape.pot update.
-
-2011-03-29 JazzyNico <nicoduf@yahoo.fr>
-
- Spray:
- * Spray context code clean-up (coding style and unused code removal).
- * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards.
- * Up and down keys now modify the population parameter.
- * Tooltips and status messages consistency fixes.
- * Old Q_() context replaced with C_() context macro.
- * Fix default values error in the parameters sliders.
- * Initial fix for duplicate window parameters update (the pressure button now updates as expected).
- * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100).
- * Default selcue set to 1, default gradient drag set to 0.
-
- Eraser:
- * Reodering the eraser tool parameters for UI consistency.
- * Default mode set to Cut out a path, default width set to 10.
-
-2011-03-28 Alvin Penner <penner@vaxxine.com>
-
- dxf input. modify stop command (Bug 739803)
-
-2011-03-25 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. PO files mega update.
-
-2011-03-25 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Replacing the groupheader element with an appearance mode in the description element.
-
-2011-03-24 Alvin Penner <penner@vaxxine.com>
-
- emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420)
-
-2011-03-24 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Datamatrix barcode improvement (see Bug #738108, Inkscape UI can pass invalid values to Datamatrix extension).
-
-2011-03-23 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-03-23 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Posterize basic tweaks. Extensions. Int and Float adjustment widgets adjustment.
-
-2011-03-22 JazzyNico <nicoduf@yahoo.fr>
-
- Path. Fix for Bug #170225 (relative image paths instead of absolute).
-
-2011-03-21 Johan Engelen <goejendaagh@zonnet.nl>
-
- powerstroke: apply interpolator combobox to closed paths too
-
-2011-03-21 helix84 <helix84@centrum.sk>
-
- * [INTL:sk] Slovak translation update
-
-2011-03-21 helix84 <helix84@centrum.sk>
-
- * [INTL:sk] Slovak translation update
-
-2011-03-20 Jon A. Cruz <jon@joncruz.org>
-
- Doc comment cleanup of '@brief'.
-
-2011-03-20 Kris <Kris.De.Gussem@hotmail.com>
-
- Added some mnemonics for filter path effects (Bug #170765)
-
-2011-03-19 Jon A. Cruz <jon@joncruz.org>
-
- Cleaned up memory patch. Fixes bug #737298.
-
-2011-03-19 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Fix for Bug #737813 (translucent filter crashes program when resizing page & extends beyond image).
-
-2011-03-19 Jasper van de Gronde <jasper.vandegronde@gmail.com>
-
- libgomp-1.dll has moved?
-
-2011-03-19 Johan Engelen <goejendaagh@zonnet.nl>
-
- add spiro interpolator to powerstroke
-
-2011-03-18 JazzyNico <nicoduf@yahoo.fr>
-
- D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug #707054 and Bug #707364).
-
-2011-03-18 JazzyNico <nicoduf@yahoo.fr>
-
- Layers. Fix for Bug #249035: Undo crash when executing extensions.
-
-2011-03-17 Kris <Kris.De.Gussem@hotmail.com>
-
- Added some mnemonics for filter path effects (Bug #170765)
-
-2011-03-17 Kris <Kris.De.Gussem@hotmail.com>
-
- Last renamings of headers in Inkscape preferences (Bug #560751)
-
-2011-03-17 JazzyNico <nicoduf@yahoo.fr>
-
- Preferences. Fix for Bug #686193 (Make linked offsets respect Relink duplicated clones settings).
-
-2011-03-17 JazzyNico <nicoduf@yahoo.fr>
-
- Linked Offset. Merge branch lp:~ado-papas/inkscape/bug_167419 (Bug #167419, Bug #184341, Bug #239430).
-
-2011-03-16 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Custom predefined filters fine tuning (precision and UI labels).
-
-2011-03-16 Johan Engelen <goejendaagh@zonnet.nl>
-
- automatically enter current filename in windows save as dialog.
-
-2011-03-15 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Float and Int default mode set to minimal. Filters' mode changed to full.
-
-2011-03-14 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Warnings (introduced in recent float and int changes) cleanup.
-
-2011-03-14 JazzyNico <nicoduf@yahoo.fr>
-
- Import. Patch for Bug #716362 (Invalid result when drag and drop svg file), by Johannes Lipp.
-
-2011-03-14 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Slider in Float and Int extension widgets.
-
-2011-03-14 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Drawing CPF improvement.
-
-2011-03-13 Johan Engelen <goejendaagh@zonnet.nl>
-
- make a strange cast more obvious
-
-2011-03-13 Johan Engelen <goejendaagh@zonnet.nl>
-
- apparently bbox numbers in PS should be integers.
-
-2011-03-13 Thomas Holder <th@abt2-bio>
-
- remove wrong format indication in lossy format warning (was always org.inkscape.output.svg.inkscape)
-
-2011-03-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- Allow for item groups in marker definitions when calculating the path outline.
-
-2011-03-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- Fix part of bug 733010, where fit page to drawing did not work the same as fit page to selection when all is selected. Fixes page resizing for arrow markers. Infinite line dots markers are still not correctly fit to.
-
-2011-03-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- Hope to fix a really dumb earlier commit by me...
-
-2011-03-12 Kris <Kris.De.Gussem@hotmail.com>
-
- Hebrew translation update by Yaron Shahrabani
-
-2011-03-12 tavmjong-free <tavmjong@free.fr>
-
- Use filter primitive subregion for feFlood per SVG standard.
-
-2011-03-12 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Snap while rotating: fix removal of points too close to the rotation center
-
-2011-03-11 tavmjong-free <tavmjong@free.fr>
-
- Add handling filter primitive subregion to filter primitive classes.
- More correct handling of image placement in feImage filter primitive.
-
-2011-03-11 tavmjong-free <tavmjong@free.fr>
-
- Comment out non-functional code that prevents compiling
- with cairo trunk.
-
-2011-03-11 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Grayscale, Lightness and Brightness CPF. Some default values adjustment. Inkscape.pot update.
-
-2011-03-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- PDF+LaTeX now also exports font shape (italic or bold) (patch partly by Tobias Gradl)
-
-2011-03-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- add scaling option to PDF+LaTeX (patch by Bernd Bandemer)
-
-2011-03-09 Felipe Corrêa da Silva Sanches <juca@members.fsf.org>
-
- fixing duplicate author name in about box: "Aurélio Adnauer Heckert"
-
-2011-03-08 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-03-08 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fix (message was not clear)
-
-2011-03-08 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Ukrainian translation update by Yuri Chornoivan.
-
-2011-03-07 Alvin Penner <penner@vaxxine.com>
-
- emf import. remove numerical id's (Bug 552351)
-
-2011-03-07 Johan Engelen <goejendaagh@zonnet.nl>
-
- add a check for null desktop
-
-2011-03-06 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Allow the center handle to be selectable for items having a width or height close to zero (i.e. lines, dots)
- Before I fixed this the center handle used to be burried underneath the other handles
-
-2011-03-04 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Khmer translation update by Khoem Sokhem .
-
-2011-03-04 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #341353 (The user must know about a XSLT problem).
-
-2011-03-04 Jon A. Cruz <jon@joncruz.org>
-
- Fix for build on OS X. Fixes bug 707205.
-
-2011-03-03 JazzyNico <nicoduf@yahoo.fr>
-
- About. Fix for Bug #216386 (Help-window build-date text is clipped).
-
-2011-03-02 Alvin Penner <penner@vaxxine.com>
-
- convert recursion into loop (Bug 340123)
-
-2011-03-02 Waluyo Adi Siswanto <was.uthm@gmail.com>
-
- Translations. Updated Indonesian translation, consider the latest inkscape.pot.
-
-2011-02-27 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. inkscape.pot and French translation update.
-
-2011-02-27 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fixing i18n mistakes in the experimental custom predefined filters.
-
-2011-02-27 JazzyNico <nicoduf@yahoo.fr>
-
- Palettes. Removing some palettes from the translation list (see Bug #667402).
-
-2011-02-27 theAdib <theadib@gmail.com>
-
- compatibility patch to compile using gcc 4.6
-
-2011-02-27 theAdib <theadib@gmail.com>
-
- compatibility patch to compile using gcc 4.6
-
-2011-02-27 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. Japanese tutorials update by Masato HASHIMOTO.
-
-2011-02-25 Waluyo Adi Siswanto <was.uthm@gmail.com>
-
- Translations. Updated Indonesian ui translation.
-
-2011-02-22 Waluyo Adi Siswanto <was.uthm@gmail.com>
-
- Translation. Updated Indonesian translations.
-
-2011-02-22 Jon A. Cruz <jon@joncruz.org>
-
- Finished cleanup of outdated SP_OBJECT_REPR C macro.
-
-2011-02-21 Jon A. Cruz <jon@joncruz.org>
-
- Finished cleanup of outdated SP_OBJECT_STYLE C macro.
-
-2011-02-21 Johan Engelen <goejendaagh@zonnet.nl>
-
- NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
-
-2011-02-21 Jon A. Cruz <jon@joncruz.org>
-
- Finished cleanup of outdated SP_OBJECT_PARENT C macro.
-
-2011-02-21 Alvin Penner <penner@vaxxine.com>
-
- emf import. support for round rectangle (Bug 247695)
-
-2011-02-21 JazzyNico <nicoduf@yahoo.fr>
-
- Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally doesn't work on Windows).
-
-2011-02-21 Jon A. Cruz <jon@joncruz.org>
-
- Conditional code to handle data change in libpng > 1.5. Fixes bug #721029.
-
-2011-02-20 Jon A. Cruz <jon@joncruz.org>
-
- Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
-
-2011-02-20 Jon A. Cruz <jon@joncruz.org>
-
- Pass removing some outdated C-macro use.
-
-2011-02-19 Jon A. Cruz <jon@joncruz.org>
-
- Fix the zoom changed signal to no longer be sent out before the values have finished changing.
-
-2011-02-18 JazzyNico <nicoduf@yahoo.fr>
-
- Bucket. Lowering the maximum shrink value (see Bug #587769, Paint Bucket: Upper/lower value in context menu of Grow/shrink are unrealistic).
-
-2011-02-18 JazzyNico <nicoduf@yahoo.fr>
-
- Additionnal Mimetypes (see Bug #278307).
-
-2011-02-17 Waluyo Adi Siswanto <was.uthm@gmail.com>
-
- Translations. Improve Indonesian translations.
-
-2011-02-16 theAdib <theadib@gmail.com>
-
- pdf-import via poppler-cairo fix win32 compilation
-
-2011-02-16 theAdib <theadib@gmail.com>
-
- pdf-import via poppler-cairo fix win32 compilation
-
-2011-02-15 Waluyo Adi Siswanto <was.uthm@gmail.com>
-
- Translations. Updated Indonesian translations.
-
-2011-02-15 theAdib <theadib@gmail.com>
-
- preview dialogue for pdf-import-cairo
-
-2011-02-15 theAdib <theadib@gmail.com>
-
- preview dialogue for pdf-import-cairo
-
-2011-02-14 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-02-13 Johan Engelen <goejendaagh@zonnet.nl>
-
- update to latest 2geom. fixes bezier curve casts.
-
-2011-02-12 Johan Engelen <goejendaagh@zonnet.nl>
-
- calligraphy tool does not need to know the type of the end curves to add the cap.
-
-2011-02-12 Waluyo Adi Siswanto <was.uthm@gmail.com>
-
- Translations. Update Indonesian translations.
-
-2011-02-12 JazzyNico <nicoduf@yahoo.fr>
-
- Help. Release notes link set to 0.49.
-
-2011-02-11 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorial. Basic and Tracing Galician translation update (with Galician header and footer). Translation. Galician translation update by Leandro Regueiro.
-
-2011-02-10 Alvin Penner <penner@vaxxine.com>
-
- emf import. support for unicode text
-
-2011-02-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- remove 2geom excludes
-
-2011-02-10 Johan Engelen <goejendaagh@zonnet.nl>
-
- add missing 2geom files. although they are not included in makefile builds, they are 'used' by other 2geom files that are included. so just to be safe i'll include them, to not cause build problems later
-
-2011-02-10 JazzyNico <nicoduf@yahoo.fr>
-
- Man. Updated fr, sk and zh_TW pod files. Modified Makefile.am in order to generate UTF8 man files (groff now supports it).
-
-2011-02-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Galician translation update by Leandro Regueiro.
-
-2011-02-10 Josh Andler <scislac@gmail.com>
-
- Attempt fixing win32 compiling
-
-2011-02-09 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Galician translation for Basic and Tracing tutorials by Leandro Regueiro.
-
-2011-02-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New fix for Bug #668895 (Extensions with <check> tags fail to load).
-
-2011-02-07 Jon A. Cruz <jon@joncruz.org>
-
- Fixed uninitialized member variables.
-
-2011-02-06 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Indonesian translation update by Waluyo Adi Siswanto.
-
-2011-02-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix node tool brokenness resulting from a switch to runtime order
- in 2Geom's BezierCurve
-
-2011-02-05 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Properly fix seltrans brokenness in 2Geom and pull updated files
- into Inkscape
-
-2011-02-04 Johan Engelen <goejendaagh@zonnet.nl>
-
- temporary work around 2geom matrix bug to make inkscape more usable
-
-2011-02-04 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix a snap bug in which the snapped to the help path instead of the real path
-
-2011-02-04 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix Linux build after 2Geom update
-
-2011-02-03 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Context removed in filter-enums (context support too complex to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly.
-
-2011-02-02 Josh Andler <scislac@gmail.com>
-
- the last 2geom files I could find missing, linking issues still exist
-
-2011-02-02 Josh Andler <scislac@gmail.com>
-
- more missing 2geom files
-
-2011-02-02 Josh Andler <scislac@gmail.com>
-
- Add missing 2geom files
-
-2011-02-03 Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au>
-
- Update Mac packaging script to support GTK and associated library updates.
-
-2011-02-03 Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au>
-
- Update Mac packaging script to support newer versions of GTK libraries.
-
-2011-02-02 Johan Engelen <goejendaagh@zonnet.nl>
-
- update to latest 2geom !
-
-2011-02-02 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation minor update.
- Contributors. Authors and translators lists update.
-
-2011-02-02 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Check element now search in the extension directory (see Bug #668895, Extensions with <check> tags fail to load).
-
-2011-02-01 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Compressed+media export improvements (see Bug #386664, Gather Resources option for gathering fonts and images).
-
-2011-01-31 JazzyNico <nicoduf@yahoo.fr>
-
- OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search fails).
-
-2011-01-31 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #668895 (Extensions with <check> tags fail to load).
-
-2011-01-27 Alvin Penner <penner@vaxxine.com>
-
- emf import : recalculate text alignment for rotated text (Bug 341847)
-
-2011-01-27 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. XAML export improvements (gradients, clipping) and minor fixes.
-
-2011-01-24 Alvin Penner <penner@vaxxine.com>
-
- emf import: redefine the device scale (Bug 341847)
-
-2011-01-24 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. XAML export improvements (flowRoot, text decoration, baseline alignement, use, and object opacity support.)
-
-2011-01-23 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2011-01-22 theAdib <theadib@gmail.com>
-
- add pdf import filter via poppler-cairo
-
-2011-01-22 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Restack patch for bug #524481 (restack extension hangs for drawings with many objects).
-
-2011-01-21 JazzyNico <nicoduf@yahoo.fr>
-
- Packaging. New Brazilian Portuguese NSH file. Set trunk package date to 2011.
-
-2011-01-21 JazzyNico <nicoduf@yahoo.fr>
-
- DBUS. Patch for Bug #696062, dbus builds no more.
-
-2011-01-21 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. XAML export improvements.
-
-2011-01-17 theAdib <theadib@gmail.com>
-
- remove memory boundries on bitmap renderer, optimize memory usage
-
-2011-01-17 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Indonesian translation update by Waluyo Adi Siswanto.
-
-2011-01-16 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. Global tutorials update (see Bug #169020, Bug #672423 and Bug #438307).
-
-2011-01-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Update build.xml for Cairo devlibs upgrade
-
-2011-01-14 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Some custom predefined filters fixes and tweaks (Silhouette and Neon Draw).
-
-2011-01-14 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Text support improvement in XAML and FXG export.
-
-2011-01-11 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New custom predefined filters (all ABCs, Neon draw, Color shilf, Silhouette and Cross engraving) and code clean-up.
-
-2011-01-10 Hannes Hochreiner <hannes@hochreiner.net>
-
- Updated the text of the JessyInk effect extension to make translation easier (bug #672821).
-
-2011-01-07 Alvin Penner <penner@vaxxine.com>
-
- Export. add emf text rotation (Bug 681262)
-
-2011-01-07 JazzyNico <nicoduf@yahoo.fr>
-
- Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed.
-
-2011-01-07 JazzyNico <nicoduf@yahoo.fr>
-
- Translation. de.po converted to Unix file format.
-
-2011-01-06 uwesch <mail@uwe-schoeler.de>
-
- german translation update
-
-2011-01-05 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. POTFILES.in, inkcape.pot and fr.po updated.
-
-2011-01-05 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Custom predefined filters update and new ABC filters.
-
-2011-01-03 Alvin Penner <penner@vaxxine.com>
-
- disable Rectangle and Ellipse (Bug 407394)
-
-2010-12-30 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. POTFILES.in cleanup and inkscape.pot update.
-
-2010-12-30 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Barcode extension refactoring (see https://code.launchpad.net/~doctormo/inkscape/barcode-refactor).
-
-2010-12-30 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Gear extension with center hole (see Bug #692719, gear extension should have option to render a central hole).
-
-2010-12-30 theAdib <theadib@gmail.com>
-
- check for element modification before filling undo stack
-
-2010-12-29 Kris <Kris.De.Gussem@hotmail.com>
-
- Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
-
-2010-12-29 Kris <Kris.De.Gussem@hotmail.com>
-
- Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)
-
-2010-12-29 Arcadie M. Cracan <acracan@gmail.com>
-
- Fix bug #552289 - Ungrouping objects changes position of arrow lines. This was due to incorrect initialization of unattached connector endpoints that was part of a group.
-
-2010-12-28 Maximilian Albert <cilix@syrinx>
-
- Initialize pointer.
-
-2010-12-27 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Snapping: improve calculation of metrics for scaling, modify some comments, and remove a line of obsolete debugging output
-
-2010-12-27 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Node tool: snap while scaling a selection of nodes. Consider this as experimental; needs cleanup!
-
-2010-12-27 Alvin Penner <penner@vaxxine.com>
-
- Extensions. Add option to choose dxf output units
-
-2010-12-23 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix Color Markers extension (crashed when a fill or stroke attribute was not set.)
-
-2010-12-23 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Color Markers extension improvements (Bug #692582, Color markers to match stroke extension does not copy the fill mode).
- Extensions. FXG export extension improvements and clean-up (Bug #625140, Support export to FXG).
-
-2010-12-23 Kris <Kris.De.Gussem@hotmail.com>
-
- Mnemonics in "Fill and stroke", "Align and distribute", and "Transform" dialogs (Bug 170765)
-
-2010-12-23 Maximilian Albert <cilix@syrinx>
-
- Fix crash in cycle-selection (and restructure internals).
-
-2010-12-23 Jon A. Cruz <jon@joncruz.org>
-
- Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward header.
-
-2010-12-23 Jon A. Cruz <jon@joncruz.org>
-
- Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
-
-2010-12-23 uwesch <mail@uwe-schoeler.de>
-
- German translation update
-
-2010-12-22 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Color marker improvements (Bug #692582, Color markers to match stroke extension does not copy the fill mode).
-
-2010-12-22 Maximilian Albert <cilix@syrinx>
-
- Enable item-selection by cycling through them (using Alt+mouse wheel scroll).
-
-2010-12-22 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Spanish translation update by Lucas Vieites (Bug #664501).
-
-2010-12-21 Jon A. Cruz <jon@joncruz.org>
-
- Handle missing, inaccessible and misnamed cache directories.
-
-2010-12-21 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New SVG to FXG export extension (see Bug #625140, Support export to FXG).
-
-2010-12-21 Jon A. Cruz <jon@joncruz.org>
-
- Unify stat type for older glib.
-
-2010-12-21 JazzyNico <nicoduf@yahoo.fr>
-
- Indent support for XSLT extensions output.
-
-2010-12-21 Jon A. Cruz <jon@joncruz.org>
-
- Enable icon disk cache by default.
-
-2010-12-21 Jon A. Cruz <jon@joncruz.org>
-
- Store cached icons to disk between runs, and invalidate/purge as needed.
-
-2010-12-21 Jon A. Cruz <jon@joncruz.org>
-
- Clear cached items when state is invalid.
-
-2010-12-21 Jon A. Cruz <jon@joncruz.org>
-
- Restore name that was broken for testing.
-
-2010-12-19 Jon A. Cruz <jon@joncruz.org>
-
- Merge from trunk.
-
-2010-12-18 Jon A. Cruz <jon@joncruz.org>
-
- Set merge from trunk
-
-2010-12-18 Jon A. Cruz <jon@joncruz.org>
-
- C++-ification.
-
-2010-12-18 Jon A. Cruz <jon@joncruz.org>
-
- Fix other fallback icon lookup.
-
-2010-12-18 Jon A. Cruz <jon@joncruz.org>
-
- Add missing include\.
-
-2010-12-18 Jon A. Cruz <jon@joncruz.org>
-
- Fix fallback icon loading order for icons with legacy names.
-
-2010-12-17 Jon A. Cruz <jon@joncruz.org>
-
- Use subdirectories with icon sizes.
- Perform work only when cache loading is enabled.
-
-2010-12-17 Jon A. Cruz <jon@joncruz.org>
-
- Prune initial timer work.
-
-2010-12-17 Jon A. Cruz <jon@joncruz.org>
-
- Merge from trunk.
-
-2010-12-16 Jon A. Cruz <jon@joncruz.org>
-
- Simple first pass for rough timing
-
-2010-12-19 Alvin Penner <penner@vaxxine.com>
-
- support for <rect> tag (Bug 657289)
-
-2010-12-18 Jon A. Cruz <jon@joncruz.org>
-
- Correct load order of user icons.svg icons with legacy names.
-
-2010-12-17 Jon A. Cruz <jon@joncruz.org>
-
- Simple tracking of time to display dialogs and main window.
-
-2010-12-17 Alvin Penner <penner@vaxxine.com>
-
- support for 5 point spline (Bug 685707)
-
-2010-12-17 Kris <Kris.De.Gussem@hotmail.com>
-
- Mnemonics in fill and stroke dialog and menu
-
-2010-12-17 Kris <Kris.De.Gussem@hotmail.com>
-
- User message context in extensions
-
-2010-12-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: special case node duplication for endnodes - select new endnode
-
-2010-12-17 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: fix Tab and Shift+Tab
-
-2010-12-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: fix snapping of node rotation center
-
-2010-12-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: fix snapping during constrained rotation of handles
-
-2010-12-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: fix handle retraction with non-cusp nodes
-
-2010-12-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: fix moving multiple nodes along handles (Ctrl+Alt)
-
-2010-12-16 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Node tool: correctly save node skewing to undo history
-
-2010-12-16 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. po files update; fix Ahmaric header.
-
-2010-12-15 Jon A. Cruz <jon@joncruz.org>
-
- Missed a win32 fix.
-
-2010-12-14 Jon A. Cruz <jon@joncruz.org>
-
- Win32 post-GSoC fixups.
-
-2010-12-14 Jon A. Cruz <jon@joncruz.org>
-
- Unit test cleanup.
-
-2010-12-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Add a warning to sp-object.h to not use some of the new methods
- in SPObject outside of the SP tree
-
-2010-12-12 Jon A. Cruz <jon@joncruz.org>
-
- Fix change in revision 9947 to be consistent with rest of the codebase.
-
-2010-12-12 Jon A. Cruz <jon@joncruz.org>
-
- Fixed const/non-const mismatch loop.
-
-2010-12-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Prevent localized doubles from being written into filter matrices
-
-2010-12-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix build failure
-
-2010-12-12 Jon A. Cruz <jon@joncruz.org>
-
- GSoC C++-ificiation merge and cleanup.
-
-2010-12-12 Jon A. Cruz <jon@joncruz.org>
-
- Merge and cleanup of GSoC C++-ification project.
-
-2010-08-16 Abhishek Sharma public <spyzer dot abhishek0 at-sign gmail dot com>
-
- A simple layout document as to what, why and how is cppification.
-
-2010-08-12 Abhishek Sharma public <spyzer dot abhishek0 at-sign gmail dot com>
-
- Naming Correction
-
-2010-08-11 Abhishek Sharma public <spyzer dot abhishek0 at-sign gmail dot com>
-
- XML Privatisation Stuff after a long time
-
-2010-07-24 Abhishek Sharma public <spyzer dot abhishek0 at-sign gmail dot com>
-
- Yet mor in c++ification
-
-2010-07-20 Abhishek Sharma public <spyzer dot abhishek0 at-sign gmail dot com>
-
- More on c++ification and some XML privatisation
-
-2010-07-18 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- I didn't see it but there was an important file missing namely document-undo.h
-
-2010-07-17 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- More in XML privatisation with new create3DBox function and other supplements to efficiently hide information.
-
-2010-07-14 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- SPShape c++ified to the extent it was possible and more changes done for XML privatisation. Major changes yet to come.
-
-2010-07-12 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- SPObject c++ification finalized along with the beginning of XML Privatisation tweaks
-
-2010-07-06 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- C++ification of SPObject continued along with the onset of XML Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected.
-
-2010-07-03 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- another c++ification for sp-object.h/cpp and still in progress...
-
-2010-07-02 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- New Class SPDocumentUndo created which takes care of c++fying some non SPDocument based methods
-
-2010-07-01 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- C++fied SPDocument added
-
-2010-06-29 Abhishek Sharma Public <spyzer dot abhishek0 at-sign gmail dot com>
-
- This is the first c++ification commit from me. It handles sp-line, sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options].
-
-2010-12-09 Kris <Kris.De.Gussem@hotmail.com>
-
- Pot and Dutch translation update
-
-2010-12-08 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Respect "relink duplicates clones" setting with linked offsets.
- Patch from Adonis Papaderos.
-
-2010-12-07 Adonis Papaderos <ado.papas@yahoo.gr>
-
- implemented proper error checking
-
-2010-12-06 Adonis Papaderos <ado.papas@yahoo.gr>
-
- Make linked offsets respect "Relink duplicated clones" settings
-
-2010-12-07 Jon A. Cruz <jon@joncruz.org>
-
- Fix version check for wheel selector.
-
-2010-12-06 Jon A. Cruz <jon@joncruz.org>
-
- Workaround for GTK not scaling the color wheel to match available space.
-
-2010-12-06 Jon A. Cruz <jon@joncruz.org>
-
- Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. Fixes bug #170046.
-
-2010-12-06 Jon A. Cruz <jon@joncruz.org>
-
- Stop background rendering once crash handler is triggered.
-
-2010-12-05 Jon A. Cruz <jon@joncruz.org>
-
- Restore copies of renamed icons on certain gtk versions. Fixes bug #651678.
-
-2010-12-05 Jon A. Cruz <jon@joncruz.org>
-
- Fix missing warning icon for missing font on text toolbar.
-
-2010-12-05 Jon A. Cruz <jon@joncruz.org>
-
- A proper fix for dock item mising icon problem. Fixes bug #658055.
-
-2010-12-05 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Chromolitho custom predefined filter (experimental). Some UI (notebooks) and comment tweaks on the other filters.
-
-2010-12-05 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2010-12-03 Jon A. Cruz <jon@joncruz.org>
-
- Block display of named color icc profiles.
-
-2010-12-03 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Notebooks now work with internal extensions.
-
-2010-12-02 Jon A. Cruz <jon@joncruz.org>
-
- C++ cleanup on patch.
-
-2010-11-28 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New custom predefined Drawing filter (experimental, and currently a bit tall), and some tweaks and fixes.
-
-2010-11-27 Masato Hashimoto <cabezon.hashimoto@gmail.com>
-
- Japanese tutorials update
-
-2010-11-27 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Reverting recent fr.po invalid changes.
-
-2010-11-27 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix French translation of subscript/superscript actions.
- Suggested by "Nicolas" on Launchpad.
-
-2010-11-27 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Make fr.po and zh_TW.po non-executable
-
-2010-11-26 Kris <Kris.De.Gussem@hotmail.com>
-
- Minor tips tutorial update
-
-2010-11-26 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New custom predefined cross-smooth filter (very experimental...).
-
-2010-11-26 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. Interpolate and tips French translation update.
-
-2010-11-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crashes caused by spinbutton focus problems.
- Patch from Adnois Papaderos.
-
-2010-11-25 Adonis Papaderos <ado.papas@yahoo.gr>
-
- Fix Bug #669537 - crash when activating "snap to path"
- mode after changing stroke width (no focus-out-event)
-
-2010-11-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crash when unlinking orphaned clones. Patch from Adonis Papaderos.
-
-2010-11-25 Adonis Papaderos <ado.papas@yahoo.gr>
-
- Fix Bug #675309 - crash when unlinking an orphaned clone
-
-2010-11-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crash when shift-clicking the top rectangle rounding handle.
- Patch by Adonis Papaderos.
-
-2010-11-24 Adonis Papaderos <ado.papas@yahoo.gr>
-
- fix Bug #680520 - crash while using the top rounding handle
-
-2010-11-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix ef spam when adjusting pattern on text - patch from Adonis Papaderos
-
-2010-11-24 Adonis Papaderos <ado.papas@yahoo.gr>
-
- fix Bug #674109 - Pattern spam when adjusting a pattern in text
-
-2010-11-25 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix drag & drop from swatches - patch by Adonis Papaderos
-
-2010-11-25 Adonis Papaderos <ado.papas@yahoo.gr>
-
- Fix Bug #447385 - Drag'n'drop from swatches doesn't always work
-
-2010-11-25 JazzyNico <nicoduf@yahoo.fr>
-
- Patch for bug #588181 (Eraser: eraser stroke is drawn after clicking canvas but doesn't erase).
-
-2010-11-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch tips tutorial added.
- Dutch translation updated.
-
-2010-11-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Calligraphy and tips tutorial update
-
-2010-11-24 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Solarize and Tritone custom predefined filters (experimental).
-
-2010-11-22 tavmjong-free <tavmjong@free.fr>
-
- Fix luminance to alpha calculation in masks.
-
-2010-11-21 tavmjong-free <tavmjong@free.fr>
-
- Fix Cairo export of masked objects.
-
-2010-11-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix wrong number of colors in Tweak tool XPM cursors
-
-2010-11-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Reintroduce plural forms into the node selection description
-
-2010-11-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Patch from Lubomir Rintel to fix build with Poppler 0.15.1
-
-2010-11-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix crash when floating dialog icon is not found
-
-2010-11-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Minor documentation update
-
-2010-11-21 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New custom predefined filters (Colorize and Quadritone fantasy) and some minor fixes.
-
-2010-11-19 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix rare crash when trying to drag after undo in the node tool
-
-2010-11-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix ruler redraw issue on GTK 2.22
-
-2010-11-18 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix four minor node tool regressions:
- * Inverted modifier for spatial/linear grow
- * PgDn/PgUp keyboard shortcuts for grow
- * Shift during drag disables snapping
- * Clicking on the background deselects first the nodes and then the path
-
-2010-11-17 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Shift should disable snapping when dragging the rotation center of an object
-
-2010-11-17 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Removing tooltips from color>randomize (see Bug #676419).
- Filters. Experimental filters cleanup.
-
-2010-11-17 Chris Morgan <chris.morganiser@gmail.com>
-
- Converted render_barcode_qrcode.py from DOS to Unix EOL format.
-
-2010-11-17 Chris Morgan <chris.morganiser@gmail.com>
-
- Super duper mega (fun!) commit: replaced encoding=utf-8 with 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.
-
-2010-11-17 Chris Morgan <chris.morganiser@gmail.com>
-
- Added UTF-8 encoding declaration for inkex.py.
-
-2010-11-16 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix display of snap source indicator for constrained snapping in the selector tool
-
-2010-11-16 Aurélio A. Heckert <aurium@gnu>
-
- listing contributors on inkex.py
-
-2010-11-16 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Experimental duochrome version 2 (new structure, presence parameters and fluorescence level). All EXP filters moved to the experimental group.
-
-2010-11-15 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
- Templates. New CD label template.
-
-2010-11-14 Josh Andler <scislac@gmail.com>
-
- Patch to fix build on Natty by Alex Valavanis
-
-2010-11-14 Aurélio A. Heckert <aurium@gnu>
-
- makes i18n to work on python extensions
-
-2010-11-14 Marcin Floryan <mfloryan@mm.waw.pl>
-
- Fixed include to ensure file compiles with lcms disabled
-
-2010-11-13 Kris <Kris.De.Gussem@hotmail.com>
-
- New Dutch elements tutorial
-
-2010-11-11 Kris <Kris.De.Gussem@hotmail.com>
-
- Japanese calligraphy tutorial update by Masato HASHIMOTO
-
-2010-11-11 Kris <Kris.De.Gussem@hotmail.com>
-
- New Dutch calligraphy and interpolate tutorial
-
-2010-11-10 d <d@d-desktop>
-
- add source text to inkscape:label
-
-2010-11-10 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch tracing tutorial and translation update
-
-2010-11-09 d <d@d-desktop>
-
- add copyright
-
-2010-11-09 d <d@d-desktop>
-
- add 4-unit margin and white background
-
-2010-11-09 d <d@d-desktop>
-
- add QR Code rendering extension
-
-2010-11-09 Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au>
-
- Fix bug #482993: Python extensions not working on Mac OS X 10.6
-
-2010-11-09 Michael Wybrow <Michael.Wybrow@infotech.monash.edu.au>
-
- Fix bug #482993: Python extensions not working on Mac OS X 10.6
-
-2010-11-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Update ignore list to include the recently added i18n file, backup.bzr
- and ltmain.sh@
-
-2010-11-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Reintroduce Shift+U shortcut (make segments curves)
-
-2010-11-07 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Leave constrained angular snapping to the snap manager, instead of handling it locally
-
-2010-11-07 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fixed palette makefile (see Bug #672228 can't compile: missing palettes.h, and fix for missing base path).
-
-2010-11-07 uwesch <mail@uwe-schoeler.de>
-
- German translation update
-
-2010-11-07 Hannes Hochreiner <hannes@hochreiner.net>
-
- Updated the JessyInk extensions to version 1.5.5.
-
-2010-11-07 Jon A. Cruz <jon@joncruz.org>
-
- Fix compile breakage.
-
-2010-11-07 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Reintroduce Shift+L shortcut and handle retraction when setting the type
- of already cusp nodes to cusp in the node tool
-
-2010-11-06 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Disable i18n of palettes for now - it breaks builds where srcdir != builddir
-
-2010-11-03 Aurélio A. Heckert <aurium (a) gmail dot com>
-
- Try to fix WebSlicer exporting error on windows
-
-2010-11-03 Aurélio A. Heckert <aurium (a) gmail dot com>
-
- Resolves the year 1 problem on the calendar render extension.
- It includes the patch code by Craig Marshall, posted on bug492173
- This commit changes the default inx year value and its description to stop misunderstands about how it works.
-
-2010-11-02 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Palettes translation with context (see Bug #667402, Colour palettes not translatable).
-
-2010-11-01 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Color palette items are now translatable (see Bug #667402, Color palette not translatable).
-
-2010-11-01 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Prevent context menu and keyboard shortcuts from interrupting grabs
-
-2010-10-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Only create / delete shape editors in the node tool when necessary.
-
-2010-10-31 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix pattern editing in the node editor. As a bonus, allow editing
- of more than one non-path shape at once.
-
-2010-10-30 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- - Constrained snap: proper implementation of the preference to snap the mouse pointer or handle itself (instead of projecting it first onto the constraint)
- - Fix a crash in SnapManager::multipleConstrainedSnaps
-
-2010-10-29 Kris <Kris.De.Gussem@hotmail.com>
-
- Dropped not working accelator key (r9858 Bug #170765)
-
-2010-10-29 Hannes Hochreiner <hannes@hochreiner.net>
-
- Updated the JessyInk extensions to version 1.5.4.
-
-2010-10-29 Jon A. Cruz <jon@joncruz.org>
-
- Cleanups from backports.
-
-2010-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- LPE Knot: only consider closing line segment if its length is non-zero
-
-2010-10-28 uwesch <mail@uwe-schoeler.de>
-
- German translation update
-
-2010-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix lpe knot for closed paths
-
-2010-10-28 Johan Engelen <goejendaagh@zonnet.nl>
-
- provide specific bounds method for Paths because paths can be closed or open. Path::size() is named somewhat wrong... (already committed to 2geom upstream)
-
-2010-10-27 Kris <Kris.De.Gussem@hotmail.com>
-
- UI: punctiation and mnemonics in preferences, export and ico preview dialog
-
-2010-10-27 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Turkish translation update by Gökçen Eraslan.
-
-2010-10-26 Johan Engelen <goejendaagh@zonnet.nl>
-
- Add code to fix bug #380501 in the future...
-
-2010-10-26 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix copy error
-
-2010-10-26 Michael Wybrow <mjwybrow@users.sf.net>
-
- Fix bug #666586: Connector routing regression
-
-2010-10-26 Michael Wybrow <mjwybrow@users.sf.net>
-
- Fix bug #666586: Connector routing regression
-
-2010-10-25 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation and pot update
-
-2010-10-25 Kris <Kris.De.Gussem@hotmail.com>
-
- Punctuation in UI
-
-2010-10-25 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )
-
-2010-10-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Japanese and French translations update.
-
-2010-10-24 JazzyNico <nicoduf@yahoo.fr>
-
- Adding spellchecker and T&F dialogs to the text context (right click) menu.
-
-2010-10-24 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Metadata labels now fully translatable (with colon).
-
-2010-10-24 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix paraxial pen tool: apply constraint even if we didn't snap
-
-2010-10-24 Kris <Kris.De.Gussem@hotmail.com>
-
- Some UI fixes
-
-2010-10-23 Johan Engelen <goejendaagh@zonnet.nl>
-
- Beware: some 2geom functions can throw useful exceptions! fixing crash bug 614751
-
-2010-10-23 Johan Engelen <goejendaagh@zonnet.nl>
-
- Fix updating for ellipses when viewbox is not defined
-
-2010-10-23 Johan Engelen <goejendaagh@zonnet.nl>
-
- Don't try displaying markers for completely empty paths, fixes crash.
-
-2010-10-23 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs'
-
-2010-10-22 JazzyNico <nicoduf@yahoo.fr>
-
- PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to version PDF-1.5).
-
-2010-10-21 Richard Hughes <cyreve at users sourceforge>
-
- repr wasn't updated immediately after some text editing operations, which meant that if the file was immediately saved it might display wrong in other apps
-
-2010-10-21 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Spanish, Galician and French translation update.
-
-2010-10-20 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Link/image properties dialog title is now fully translatable.
-
-2010-10-19 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Use a better snap metric for constrained snapping (i.e. calculate the distance to the original point, not the projected point). This should more accurately predict what the user wants to snap to
-
-2010-10-19 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. POT files and French translation update.
-
-2010-10-19 JazzyNico <nicoduf@yahoo.fr>
-
- Context menu. Fix for Bug #170806 (Add Fill&stroke to right-click menu for texts).
-
-2010-10-17 Jon A. Cruz <jon@joncruz.org>
-
- Unified and cleaned up locating icc profiles, including adding missing OS X location. Fixes bug 494932, bug 494940 and bug 551162.
-
-2010-10-17 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Japanese translation update by Masato HASHIMOTO.
-
-2010-10-15 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix build on windows by removing even more files.
-
-2010-10-15 JazzyNico <nicoduf@yahoo.fr>
-
- Doc. Keyboard and mouse reference files exported to inkscape-docs project (see http://bazaar.launchpad.net/~inkscape.dev/inkscape-docs/trunk/files/head%3A/keys/).
-
-2010-10-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix build breakage on Windows after the recent "new gui" removal.
-
-2010-10-13 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Tips and Elements Indonesian translations.
-
-2010-10-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the failed and unused "new gui" stuff.
-
-2010-10-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Remove the misfeature of retracting handles when the cusp node button
- is clicked and there are cusp nodes selected. It's really annoying when
- you have both smooth and cusp nodes in a selection. Use segment commands
- and Ctrl+click to retract handles instead.
-
-2010-10-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix oddities related to smooth endnodes. Should fix a crasher.
-
-2010-10-12 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Cherry pick node duplication from 0.48 stable
-
-2010-10-10 Alvin Penner <penner@vaxxine.com>
-
- fix misunderstood path-closed-flag in LWPOLYLINE (Bug 656899)
-
-2010-10-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. French translation update.
-
-2010-10-10 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Adding no-pango-format flag to a string and check-markup fix for python files.
-
-2010-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions, i18n. Adding context to description, groupheader and radiobutton extension parameters.
-
-2010-10-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Temporarily removing a string from translatable content to prevent check-markup from failing.
-
-2010-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Import. dEPSCrop option added to EPS to PDF convertion (Bug #649842: import from EPS ignores bounding box)
-
-2010-10-08 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New Gcode tools extension (Bug #654528).
-
-2010-10-07 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix self-snapping when dragging the transformation center of a selection containing multiple items (as reported by LucaDC in LP #607107, comment #30)
-
-2010-10-07 uwesch <mail@uwe-schoeler.de>
-
- German translation update
-
-2010-10-06 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #652943 (Aborted output extensions create an empty file).
-
-2010-10-05 uwesch <mail@uwe-schoeler.de>
-
- German translation Update
-
-2010-10-04 uwesch <mail@uwe-schoeler.de>
-
- German translation update.
-
-2010-10-03 Jon A. Cruz <jon@joncruz.org>
-
- Applied patch and updated to address non-BMP Unicode charcters. Fixes bug #369861.
-
-2010-10-02 Jon A. Cruz <jon@joncruz.org>
-
- Warning cleanup.
-
-2010-10-02 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Implement snapping in the text tool
-
-2010-10-02 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New context support in extensions (enum attribute only), should fix Bug #585730 (Please split msgid Lines for ja translation).
-
-2010-10-02 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation and pot update
-
-2010-10-02 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fixes (a.o. Bug #560751 )
-
-2010-10-01 Kris <Kris.De.Gussem@hotmail.com>
-
- UI fixes
-
-2010-10-01 Kris <Kris.De.Gussem@hotmail.com>
-
- translation fix
-
-2010-10-01 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2010-10-01 Kris <Kris.De.Gussem@hotmail.com>
-
- UI generalisation
-
-2010-10-01 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for Bug #650890 (Gimp XCF export fails when exporting from an unsaved new document).
-
-2010-09-30 JazzyNico <nicoduf@yahoo.fr>
-
- Keys. Eraser shorcut error (bug #607172).
-
-2010-09-29 Kris <Kris.De.Gussem@hotmail.com>
-
- Fix in Dutch translation after changes in 0.48 branch (Bug #650551)
-
-2010-09-28 Craig Marshall <craig9@gmail.com>
-
- Help files no longer get registered as a recently used extension
-
-2010-09-28 uwesch <uwesch@uwe>
-
- Updated translation
-
-2010-09-27 Jon A. Cruz <jon@joncruz.org>
-
- Fix libtoolize hardcoding for OS X.
-
-2010-09-27 Jon A. Cruz <jon@joncruz.org>
-
- Fix markup compile issue.
-
-2010-09-27 Jon A. Cruz <jon@joncruz.org>
-
- Restore config to require DBUS to be explicitly enabled.
-
-2010-09-26 Alvin Penner <penner@vaxxine.com>
-
- option to choose (r,g,b) color scale (Bug 186432)
-
-2010-09-26 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for Bug #586955 (the unit for user defined document size is not refreshed if document is reopen).
-
-2010-09-26 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- 3DBox tool: snap the first point of the drag action
-
-2010-09-26 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix for bug #647744 ([inx] min/max float values ignored with locale using comma as decimal separator).
-
-2010-09-26 Craig Marshall <craig9@gmail.com>
-
- Guillotine Extension:
-
- Change output message to give full pathnames of output files
- Fix blank image name crash/bug
- Clean up whitespace
-
- Also - added my name to authors file
-
-2010-09-26 Craig Marshall <craig9@gmail.com>
-
- Added replace font extension
-
-2010-09-25 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix constrained snapping to closing segments
-
-2010-09-25 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2010-09-25 Kris <Kris.De.Gussem@hotmail.com>
-
- Hebrew translation update by Yaron (Bug #647548 )
-
-2010-09-25 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Implement snapping of vanishing points (LP #629333)
-
-2010-09-25 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Addition to my previous commit: fix for trunk is a bit different from the fix for v0.48
-
-2010-09-25 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- fix snapmanager initialization
-
-2010-09-24 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. POT file and French translation update.
-
-2010-09-24 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Fix for bug #644967 (Translation of strings using NC_() macro are not applied properly).
-
-2010-09-24 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #362995 (Default Units in Document Properties ignored).
-
-2010-09-24 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Inconstency fix in polyhedron 3D.
-
-2010-09-23 JazzyNico <nicoduf@yahoo.fr>
-
- Fix for bug #635521 (Fields in Transform dialog reset).
-
-2010-09-22 Jon A. Cruz <jon@joncruz.org>
-
- Tablet auto-organization and naming.
-
-2010-09-22 d <d@d-desktop>
-
- add libxml/parser.h to fix compile on windows
-
-2010-09-21 d <d@d-desktop>
-
- add XML_PARSE_HUGE to handle documents with more than 256 levels of nesting
-
-2010-09-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Give priority to devlibs bin directory in PATH when
- running mingwenv.bat, to avoid problems caused by obsolete Gettext
- installations in the MinGW directory.
-
-2010-09-21 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix DBus configure snippet
-
-2010-09-19 Kris <Kris.De.Gussem@hotmail.com>
-
- Tooltips inconsistency fix part 3 (Bug 340723)
-
-2010-09-19 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. UI error in Gimp export; translatable keys and mouse reference link.
-
-2010-09-19 Kris <Kris.De.Gussem@hotmail.com>
-
- Tooltips inconsistency fix part 2 (Bug 340723)
-
-2010-09-19 Kris <Kris.De.Gussem@hotmail.com>
-
- Tooltips inconsistency fix (Bug 340723)
-
-2010-09-18 Kris <Kris.De.Gussem@hotmail.com>
-
- Units generalisation (Bug #560751)
-
-2010-09-18 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2010-09-18 Kris <Kris.De.Gussem@hotmail.com>
-
- Dutch translation update
-
-2010-09-17 Jon A. Cruz <jon@joncruz.org>
-
- Simplify/clarify enabling of individual devices.
-
-2010-09-17 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Some experimental filters improvements.
-
-2010-09-15 Alvin Penner <penner@vaxxine.com>
-
- option to add endpoints on x-axis (Bug 628266)
-
-2010-09-15 Jon A. Cruz <jon@joncruz.org>
-
- Prevent opacity slider changes from going into undo as separate items. Fixes bug #629300.
-
-2010-09-14 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New customizable Poster effect (experimental).
-
-2010-09-13 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. Experimental filters improvements (new default values and options).
-
-2010-09-13 uwesch <mail@uwe-schoeler.de>
-
- German translation update.
-
-2010-09-13 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. German translation fix (Bug #636639).
-
-2010-09-12 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New customizable Bicolorizer filter (experimental).
-
-2010-09-11 Jon A. Cruz <jon@joncruz.org>
-
- Stop overrun.
-
-2010-09-10 JazzyNico <nicoduf@yahoo.fr>
-
- Filters. New Customizable Colored Drop Shadow filter (experimental).
-
-2010-09-10 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Consistency fix and UI improvements (internal extensions and filters).
-
-2010-09-10 Jon A. Cruz <jon@joncruz.org>
-
- Fixed valgrind-detected issue with tooltip shortcuts and profile manager on delete.
-
-2010-09-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Consistency fix and UI improvements (Text, Path and Web submenus).
-
-2010-09-09 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Consistency fix and UI improvements (Render submenu, part 2).
-
-2010-09-09 Jon A. Cruz <jon@joncruz.org>
-
- Minor cleanup.
-
-2010-09-08 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Consistency fix and UI improvements (Render submenu, part 1).
-
-2010-09-07 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. General UI improvements (gnome HIG). New group header extension parameter.
-
-2010-09-07 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Connected two toolbar buttons with the associated verbs
-
-2010-09-06 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Consistency fix and UI improvements (Modify path submenu).
-
-2010-09-06 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Automatically add shortcuts to tooltips
-
-2010-09-06 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Consistency fix and UI improvements (Generate from path submenu).
-
-2010-09-06 Jasper van de Gronde <th.v.d.gronde@hccnet.nl>
-
- Color preview in cursor
-
-2010-09-04 Alvin Penner <penner@vaxxine.com>
-
- make hpgl document height compatible with dxf (Bug 487052)
-
-2010-09-04 Chris Morgan <chris.morganiser@gmail.com>
-
- Updated Win32 executable VersionInfo tables for 0.48+devel.
-
-2010-09-03 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Inkscape.pot update; French translation update.
-
-2010-09-03 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. UI consistency fixes and UI improvements (new help tabs when needed, and new tooltips).
-
-2010-09-03 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Tooltips are now translatable (Bug #629726).
-
-2010-09-01 JazzyNico <nicoduf@yahoo.fr>
-
- Extension. Fix for bug #627372 :inkscape plugin not working (sys.argv[12] wrong).
-
-2010-08-31 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions:
- * Number node cleanup.
- * New help tab in color>randomize.
- * Printing marks consistency fix.
-
-2010-08-31 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Number dots improvements (Bug #615313).
-
-2010-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Shebangs branch merge.
-
-2010-07-22 Leo Albert Jackson <lajjr@yahoo.com>
-
- Script change for shebangs
-
-2010-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix EOL inconsistencies (Bug #314381).
-
-2010-08-30 JazzyNico <nicoduf@yahoo.fr>
-
- Fix file permissions (Bug #314381).
-
-2010-08-29 Johan Engelen <goejendaagh@zonnet.nl>
-
- fix bug where bbox is calculated wrong for paths with markers when the path has a transform applied. the transform was applied twice (sp_shape_marker_get_transform_at_start already takes care of rotation and translation, and scale is taken care of by item_outline call within item_outline_add_marker)
-
-2010-08-29 Chris Morgan <chris.morganiser@gmail.com>
-
- Added inkscape.com to Win32 installer (should have been included in 0.48).
-
-2010-08-28 Alvin Penner <penner@vaxxine.com>
-
- enhancement by Rob Antonishen for Scatter Extension (Bug 617045)
-
-2010-08-28 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix LP bug #622350: Discard events when desktop->event_context has not been set, instead of crashing.
-
-2010-08-26 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. Fix live preview crash in custom color extension when invalid values are set (bug #168417).
-
-2010-08-26 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Indonesian translation of Calligraphy.
-
-2010-08-25 JazzyNico <nicoduf@yahoo.fr>
-
- Extensions. New guillotine extension (testing).
-
-2010-08-24 JazzyNico <nicoduf@yahoo.fr>
-
- Doc. Keys and mouse reference, bugtracker link fix (from SF to LP).
-
-2010-08-23 JazzyNico <nicoduf@yahoo.fr>
-
- Doc. Keys and mouse reference consistency fix.
-
-2010-08-22 JazzyNico <nicoduf@yahoo.fr>
-
- i18n. Context cleanup (context|string replaced with C_).
-
-2010-08-22 Alvin Penner <penner@vaxxine.com>
-
- avoid division by zero (Bug 604131)
-
-2010-08-22 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Snapmanager in pencil tool: setup() must be followed by unSetup() to clear pointers
-
-2010-08-20 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- When doing a constrained snap, then don't try snapping the mouse pointer itself but try snapping its projection (onto the constraint) instead
-
-2010-08-20 JazzyNico <nicoduf@yahoo.fr>
-
- Translations. Korean translation update by yongdoria.
-
-2010-08-19 JazzyNico <nicoduf@yahoo.fr>
-
- Tutorials. New Indonesian tracing tutorial.
-
-2010-08-16 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Connector tool: pointers should be nulled after snapping
-
-2010-08-16 Chris Morgan <chris.morganiser@gmail.com>
-
- Added packaging/win32/languages/Dutch.nsh to Makefile.am for inclusion in tarballs.
-
-2010-08-15 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- 2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!
-
-2010-08-14 Diederik van Lierop <mail at-sign diedenrezi dot nl>
-
- Fix a crash and add more safety checks to catch NULL pointers
-
-2010-08-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix funny behavior when dragging near the start node of a path
-
-2010-08-13 Krzysztof Kosiński <tweenk.pl@gmail.com>
-
- Fix node editor crash when dragging near the last node of a path
-
-2010-08-13 Ted Gould <ted@gould.cx>
-
- Sync to release 0.48 branch
-
-2010-08-13 Josh Andler <scislac@gmail.com>
-
- Revs 9706-9709 from trunk to fix Uniconvertor and 3 connector crashes
-
-----
-See doc/Changelog_archive.txt for older entries
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 00618d801..000000000
--- a/INSTALL
+++ /dev/null
@@ -1,235 +0,0 @@
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 Free Software
-Foundation, Inc.
-
- This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==================
-
- If you have problems compiling Inkscape, then see
-http://wiki.inkscape.org/wiki/index.php/CompilingInkscape .
-
- If you are a Mac OS X user, please don't read on, keep to the wiki
-pages instead: http://wiki.inkscape.org/wiki/index.php/CompilingMacOsX
-
- The remainder of this file gives generic installation instructions.
-
- The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation. It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions. Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
- It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring. (Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.)
-
- If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release. If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
-may remove or edit it.
-
- The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'. You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
-
-The simplest way to compile this package is:
-
- 1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system. If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
-
- Running `configure' takes awhile. While running, it prints some
- messages telling which features it is checking for.
-
- 2. Type `make' to compile the package.
-
- 3. Optionally, type `make check' to run any self-tests that come with
- the package.
-
- 4. Type `make install' to install the programs and any data files and
- documentation.
-
- 5. You can remove the program binaries and object files from the
- source code directory by typing `make clean'. To also remove the
- files that `configure' created (so you can compile the package for
- a different kind of computer), type `make distclean'. There is
- also a `make maintainer-clean' target, but that is intended mainly
- for the package's developers. If you use it, you may have to get
- all sorts of other programs in order to regenerate files that came
- with the distribution.
-
-Compilers and Options
-=====================
-
- Some systems require unusual options for compilation or linking that
-the `configure' script does not know about. Run `./configure --help'
-for details on some of the pertinent environment variables.
-
- You can give `configure' initial values for configuration parameters
-by setting variables in the command line or in the environment. Here
-is an example:
-
- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
-
- *Note Defining Variables::, for more details.
-
-Compiling For Multiple Architectures
-====================================
-
- You can compile the package for more than one kind of computer at the
-same time, by placing the object files for each architecture in their
-own directory. To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'. `cd' to the
-directory where you want the object files and executables to go and run
-the `configure' script. `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
-
- If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory. After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
-
-Installation Names
-==================
-
- By default, `make install' will install the package's files in
-`/usr/local/bin', `/usr/local/man', etc. You can specify an
-installation prefix other than `/usr/local' by giving `configure' the
-option `--prefix=PATH'.
-
- You can specify separate installation prefixes for
-architecture-specific files and architecture-independent files. If you
-give `configure' the option `--exec-prefix=PATH', the package will use
-PATH as the prefix for installing programs and libraries.
-Documentation and other data files will still use the regular prefix.
-
- In addition, if you use an unusual directory layout you can give
-options like `--bindir=PATH' to specify different values for particular
-kinds of files. Run `configure --help' for a list of the directories
-you can set and what kinds of files go in them.
-
- If the package supports it, you can cause programs to be installed
-with an extra prefix or suffix on their names by giving `configure' the
-option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
-
-Optional Features
-=================
-
- Some packages pay attention to `--enable-FEATURE' options to
-`configure', where FEATURE indicates an optional part of the package.
-They may also pay attention to `--with-PACKAGE' options, where PACKAGE
-is something like `gnu-as' or `x' (for the X Window System). The
-`README' should mention any `--enable-' and `--with-' options that the
-package recognizes.
-
- For packages that use the X Window System, `configure' can usually
-find the X include and library files automatically, but if it doesn't,
-you can use the `configure' options `--x-includes=DIR' and
-`--x-libraries=DIR' to specify their locations.
-
-Specifying the System Type
-==========================
-
- There may be some features `configure' cannot figure out
-automatically, but needs to determine by the type of machine the package
-will run on. Usually, assuming the package is built to be run on the
-_same_ architectures, `configure' can figure that out, but if it prints
-a message saying it cannot guess the machine type, give it the
-`--build=TYPE' option. TYPE can either be a short name for the system
-type, such as `sun4', or a canonical name which has the form:
-
- CPU-COMPANY-SYSTEM
-
-where SYSTEM can have one of these forms:
-
- OS KERNEL-OS
-
- See the file `config.sub' for the possible values of each field. If
-`config.sub' isn't included in this package, then this package doesn't
-need to know the machine type.
-
- If you are _building_ compiler tools for cross-compiling, you should
-use the `--target=TYPE' option to select the type of system they will
-produce code for.
-
- If you want to _use_ a cross compiler, that generates code for a
-platform different from the build platform, you should specify the
-"host" platform (i.e., that on which the generated programs will
-eventually be run) with `--host=TYPE'.
-
-Sharing Defaults
-================
-
- If you want to set default values for `configure' scripts to share,
-you can create a site shell script called `config.site' that gives
-default values for variables like `CC', `cache_file', and `prefix'.
-`configure' looks for `PREFIX/share/config.site' if it exists, then
-`PREFIX/etc/config.site' if it exists. Or, you can set the
-`CONFIG_SITE' environment variable to the location of the site script.
-A warning: not all `configure' scripts look for a site script.
-
-Defining Variables
-==================
-
- Variables not defined in a site shell script can be set in the
-environment passed to `configure'. However, some packages may run
-configure again during the build, and the customized values of these
-variables may be lost. In order to avoid this problem, you should set
-them in the `configure' command line, using `VAR=value'. For example:
-
- ./configure CC=/usr/local2/bin/gcc
-
-will cause the specified gcc to be used as the C compiler (unless it is
-overridden in the site shell script).
-
-`configure' Invocation
-======================
-
- `configure' recognizes the following options to control how it
-operates.
-
-`--help'
-`-h'
- Print a summary of the options to `configure', and exit.
-
-`--version'
-`-V'
- Print the version of Autoconf used to generate the `configure'
- script, and exit.
-
-`--cache-file=FILE'
- Enable the cache: use and save the results of the tests in FILE,
- traditionally `config.cache'. FILE defaults to `/dev/null' to
- disable caching.
-
-`--config-cache'
-`-C'
- Alias for `--cache-file=config.cache'.
-
-`--quiet'
-`--silent'
-`-q'
- Do not print messages saying which checks are being made. To
- suppress all normal output, redirect it to `/dev/null' (any error
- messages will still be shown).
-
-`--srcdir=DIR'
- Look for the package's source code in directory DIR. Usually
- `configure' can determine that directory automatically.
-
-`configure' also accepts some other, not widely useful, options. Run
-`configure --help' for more details.
-
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 000000000..3ceab9470
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,89 @@
+Basic Installation
+==================
+
+Inkscape version 0.92 and newer can be build using cmake:
+
+```bash
+mkdir build
+cd build
+cmake ..
+make
+make install
+```
+
+Other platforms such as Windows and Mac require a lot more and are considered
+a developer and packager task. These instructions are kept on the Inkscape wiki.
+
+Running Without Installing
+==========================
+
+For developers and others who want to run inkscape without installing it:
+
+```bash
+ln -s . share/inkscape
+mkdir -p build/conf
+cd build
+cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../ ..
+make -j4
+export INKSCAPE_PROFILE_DIR=$PWD/conf
+PATH=$PWD/bin/:$PATH
+./bin/inkscape
+```
+
+This won't work for other platforms such as Windows and Mac, see above. But
+what it is doing is linking the share directory into a location where
+the inkscape binary will be able to find it. Allowing you to change the
+inkscape shared files without rebuilding or installing.
+
+Then setting a local configuration directory, keeping your configurations
+separate from any installed version.
+
+
+Required Dependencies
+=====================
+
+The Inkscape core depends on several other libraries that you will need
+install, if they are not already present on your system. The most
+typical libraries you may need to install are:
+
+ * [Boehm-GC](http://www.hboehm.info/gc/)
+ * [libsigc++](http://libsigc.sourceforge.net/)
+ * [gtkmm](https://www.gtkmm.org/)
+
+Please see [the wiki page on compiling Inkscape](http://wiki.inkscape.org/wiki/index.php/CompilingInkscape) for the
+most current dependencies, including links to the source tarballs.
+
+
+Extension Dependencies
+======================
+Inkscape also has a number of extensions for implementing various
+features such as support for non-SVG file formats. In theory, all
+extensions are optional, however in practice you will want to have these
+installed and working. Unfortunately, there is a great deal of
+variability in how you can get these functioning properly. Here are
+some recommendations:
+
+First, make sure you have Python. If you are on Windows you
+should also install [Cygwin](https://www.cygwin.com/).
+
+Second, if an extension does not work, check the file
+`extensions-errors.log` located on Linux at `~/.config/inkscape` and on
+Windows at `%userprofile%\Application Data\Inkscape\`. Any missing
+programs will be listed.
+
+
+Build Options
+=============
+
+A number of configuration settings can be overridden through cmake. To
+see a list of the options available for inkscape, run:
+
+ $ cmake -L
+
+or, for more advanced cmake settings:
+
+ $ cmake --help
+
+For example, to build inkscape with only SVG 1 support, and no SVG 2, do:
+
+ $ cmake . -DWITH_SVG2=OFF
diff --git a/README.ca.txt b/README.ca.txt
deleted file mode 100644
index 241df51d9..000000000
--- a/README.ca.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-
-Inkscape. Dibuixeu amb llibertat
-================================
-
-http://www.inkscape.org/
-
-
-L'Inkscape és una eina de dibuix de codi obert amb capacitats semblants
-a l'Illustrator, Freehand i CorelDraw, que usa el format estàndard del W3C
-per a gràfics vectorials escalables. Algunes de les característiques SVG
-suportades inclouen formes bàsiques, camins, textos, marcadors, clons,
-composició amb transparències, transformacions, degradats i agrupament.
-A més, l'Inkscape treballa amb metadades de Creative Commons, edició de nodes,
-capes, operacions complexes amb camins, text en camins i edició XML d'SVG.
-També importa diferents formats, com EPS, Postscript, JPEG, PNG, BMP i TIFF
-i exporta a PNG, així com múltiples formats basats en vectors.
-
-La motivació principal d'Inkscape és proporcionar a la comunitat Open Source
-una eina de dibuix que s'ajusti completament als estàndards del W3C XML, SVG
-i CSS2. Està planejada la conversió del codi base de C/Gtk a C++/Gtkmm,
-posant èmfasi a un nucli lleuger amb potents característiques afegides
-mitjançant un mecanisme d'extensions, i l'establiment d'un procés de
-desenvolupament amicable, obert i orientat a la comunitat.
-
-L'Inkscape usa el procediment estàndard per a compilació i instal·lació:
-
- ./configure
- make
- make install
-
-Si no trobeu el fitxer "./configure", podeu crear-lo executant l'ordre
-"./autogen.sh", que crida a d'altres programes diferents com l'automake
-i l'autoconf. Veieu INSTALL per a més detalls.
-
-Podeu consultar a http://wiki.inkscape.org/wiki/index.php/CompilingInkscape les
-dependències més habituals.
-
-Feu-nos saber si heu modificat l'Inkscape d'alguna manera usable.
-
-Veieu el fitxer HACKING per a més informació sobre el desenvolupament
-d'Inkscape.
-
-La versió en català d'Inkscape ha estat desenvolupada per Softcatalà:
-http://www.softcatala.org/.
-
diff --git a/README.de.txt b/README.de.txt
deleted file mode 100644
index 63e00792b..000000000
--- a/README.de.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-Inkscape. Frei zeichnen.
-========================
-
-http://www.inkscape.org/
-
-Inkscape ist ein quelloffenes Zeichenwerkzeug mit Fähigkeiten ähnlich
-wie Illustrator, Freehand und CorelDraw. Es verwendet das vom W3C
-(Web Consortium) standardisierte SVG-Format, das vektorbasiert und damit
-beliebig skalierbar ist. Unterstützte SVG-Features sind unter anderem
-die grundlegenden Formen, Pfade, Text, Marker, Klone, Alpha Blending,
-Transforms, Gradienten und Gruppierung. Außerdem werden Creative Commons-
-Metadata, das Editieren von Knoten, Layer, komplexe Pfadoperationen,
-Text-auf-Pfad und direktes XML-Editieren unterstützt. Das Programm kann
-Dokumentformate wie EPS, Postscript, JPEG, PNG, BMP und TIFF importieren
-und exportiert PNG ebenso wie mehrere vektorbasierte Formate.
-
-Das Hauptziel von Inkscape besteht darin, der Open Source Gemeinschaft
-ein Zeichen-Tool zur Verfügung zu stellen, welches die W3C-Standards
-XML, SVG und CSS2 vollständig implementiert. Zusätzlich ist Arbeit am
-Programmcode geplant; dieser soll von C/Gtk nach C++/Gtkmm konvertiert
-werden, und so einen leichtgewichtigen Kern mit mächtigen Features betonen,
-die über einen Erweiterungsmechanismus ('extensions') angehängt werden.
-Nicht zuletzt geht es auch um die Einrichtung eines freundlichen, offenen,
-community-orientierten Entwicklungsprozesses.
-
-Inkscape nutzt die Standardprozedur für Compilation und Installation:
-
- ./configure
- make
- make install
-
-Detalliertere Information hierzu siehe in der Datei INSTALL.
-Wg. Voraussetzungen und Abhängigkeiten von anderer Software
-siehe http://wiki.inkscape.org/wiki/index.php/CompilingInkscape
-
-Wenn Sie inkscape in einer neuen, brauchbaren Weise verändern,
-lassen Sie uns an den Änderungen teilhaben.
-
-Lesen Sie bitte auch die Datei HACKING_de mit mehr Info, was
-Entwicklung von Inkscape angeht.
diff --git a/README.es.txt b/README.es.txt
deleted file mode 100644
index 811e30507..000000000
--- a/README.es.txt
+++ /dev/null
@@ -1,75 +0,0 @@
-
-Inkscape. Dibuja en libertad.
-=============================
-
-http://www.inkscape.org/
-
-Inkscape es una herramienta de dibujo de código abierto con capacidades
-similares a Illustrator, Freehand y CorelDraw, que utiliza el formato estándar
-para gráficos vectoriales escalables (SVG = scalable vector graphics) del W3C.
-Algunas de las características de SVG incluidas son: formas básicas, trazos,
-texto, marcadores, clones, mezclas alfa, transformaciones, degradados y
-agrupación. Además Inkscape permite la inclusión de metadatos de Creative Commons,
-edición de nodos, capas, operaciones complejas con trazos, textos en trayectos
-y edición de XML SVG. También importa varios formatos, por ejemplo, EPS,
-Postscript, JPEG, PNG, BMP y TIFF y exporta en PNG, así como en varios formatos
-basados en vectores.
-
-La principal motivación de Inkscape es la de proporcionar a la comunidad de
-código abierto con una herramienta de dibujo que cumpla con las especificaciones
-XML, SVG y CSS2 del W3C. Entre las tareas planeadas adicionales se encuentra la
-conversión del código de C/Gtk a C++/Gtkmm, haciendo hincapié en un núcleo
-ligero con la posibilidad de añadir características potentes a través de un
-mecanismo de extensiones y el establecimiento de un proceso de desarrollo
-amistoso, abierto y orientado a la comunidad.
-
-Inkscape utiliza el procedimiento estándar para su compilación e instalación:
-
-./configure make make install
-
-Si no existe un archivo «./configure» puede crearlo al ejecutar el comando
-«./autogen.sh» que, a su vez, llamará a otros programas como automake y autoconf.
-Vea el archivo INSTALL para obtener más detalles.
-
-
-Dependencias requeridas
-=====================
-El núcleo de Inkscape depende de varias otras bibliotecas que necesitará
-instalar si no existen ya en su sistema. Las bibliotecas que normalmente
-necesitará instalar son:
-
- * Boehm-GC
- * libsigc++
- * glibmm
- * gtkmm
-
-Acceda a http://wiki.inkscape.org/wiki/index.php/CompilingInkscape para obtener
-una lista de las dependencias más actuales, además de los enlaces a los paquetes
-de código fuente.
-
-
-Dependencias de extensiones
-======================
-Inkscape también dispone de varias extensiones que desarrollan algunas
-características como el soporte para formatos de archivos distintos de SVG, etc.
-Teóricamente todas las extensiones son opcionales, aunque en la practica querrá
-tenerlas instaladas y funcionando. Desafortunadamente hay una gran variedad de
-formas de conseguir que éstas funcionen correctamente. He aquí algunas
-recomendaciones:
-
-En primer lugar, asegúrese de que tiene Perl y Python. Si utiliza windows
-también debería instalar Cygwin.
-
-Además deberá asegurarse de que estén presentes las dependencias de cada
-extensión. Las dependencias variarán según las extensiones que necesite; aquí hay
-algunas que necesitará instalar:
-
- * XML::Parser
- * XML::XQL
-
-Si instala dependencias en rutas que no son las habituales, como por ejemplo
-instalar XML::Parser en algún lugar de su directorio personal, deberá dar
-algunos pasos más para indicar dónde se encuentran esas dependencias. Por ejemplo,
-con los módulos de Perl, ajuste la variable PERLLIB o PERL5LIB (véase
-«man perlrun»)
-
diff --git a/README.fr.txt b/README.fr.txt
deleted file mode 100644
index a28609721..000000000
--- a/README.fr.txt
+++ /dev/null
@@ -1,72 +0,0 @@
-Inkscape. Dessinez librement.
-=============================
-
-http://www.inkscape.org/
-
-Inkscape est un logiciel de dessin vectoriel libre avec des possibilités
-similaires à celles d'Illustrator, Freehand ou CorelDraw et utilisant le format
-standard du W3C "scalable vector graphics" (SVG). Formes basiques, chemins,
-texte, marqueurs, clonage, transparence, transformations, dégradés et groupage
-figurent parmi les fonctionnalités SVG supportées. De plus, Inkscape supporte
-les meta-données Creative Commons, l'édition de nœuds, les calques, les
-opérations complexes sur les chemins, le texte suivant un chemin, et l'édition
-du SVG XML. Il peut aussi importer depuis plusieurs formats comme EPS,
-Postscript, JPEG, PNG, BMP, et TIFF et exporter en PNG aussi bien qu'en de
-nombreux formats vectoriels.
-
-Le but principal d'Inkscape est de fournir à la communauté du logiciel libre
-un outil de dessin totalement conforme aux spécifications XML, SVG et CSS2 du
-W3C. De plus les tâches planifiées incluent la conversion du code de C/Gtk en
-C++/Gtkmm, la mise en valeur d'un noyau léger avec des fonctionnalités ajoutées
-par un mécanisme d'extension, et l'établissement d'un processus de
-développement amical, ouvert et tourné vers la communauté.
-
-Inkscape se compile et s'installe selon la procédure standard :
-
- ./configure
- make
- make install
-
-Si le fichier "./configure" n'est pas présent, vous pouvez le créer en
-exécutant la commande "./autogen.sh", qui appelle alternativement d'autres
-programmes tels que automake et autoconf. Consultez le fichier INSTALL pour de
-plus amples détails.
-
-
-Dépendances nécessaires
-=======================
-Le cœur d'Inkscape dépend de plusieurs autres bibliothèques qu'il vous faudra
-installer si elle ne sont pas déjà présentes sur votre système. Typiquement,
-vous devriez avoir à installer :
- * Boehm-GC
- * libsigc++
- * glibmm
- * gtkmm
-
-Veuillez consulter http://wiki.inkscape.org/wiki/index.php/CompilingInkscape
-pour les dépendances les plus courantes, cette page comportant aussi des liens
-vers les fichiers sources (au format .tar.gz).
-
-
-Dépendances pour les extensions
-===============================
-Inkscape comporte aussi un certain nombre d'extensions apportant diverses
-fonctionnalités (comme le support de formats de fichiers autres que le SVG...).
-En théorie toutes les extensions sont optionnelles ; cependant, en pratique,
-vous voudrez sans doute les installer et faire fonctionner. Malheureusement,
-leur bon fonctionnement peut beaucoup varier. Voici quelques recommandations.
-
-D'abord, vérifiez que Python et Perl sont bien installés. Sous Windows,
-installez aussi Cygwin.
-
-Ensuite, assurez-vous que les dépendances nécessaires à chaque extension sont
-présentes. Ces dépendances varient en fonction des extensions dont vous avez
-besoin, mais en voici que vous devriez installer de toute façon :
- * XML::Parser
- * XML::XQL
-
-Si vous installez des dépendances dans des emplacements non standards (ex : si
-vous installez XML::Parser dans votre répertoire personnel), il vous faudra
-peut-être effectuer quelques étapes supplémentaires afin d'indiquer où ces
-dépendances peuvent être trouvées. Par exemple, pour les modules Perl, il vous
-faut définir les variables PERLLIB ou PERL5LIB (voyez 'man perlrun').
diff --git a/README.it.txt b/README.it.txt
deleted file mode 100644
index 1a5288fb7..000000000
--- a/README.it.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-
-Inkscape. Disegna in Libert.
-=============================
-
-http://www.inkscape.org/
-
-Inkscape un programma open source per il disegno, simile a Illustrator,
-Freehand e CorelDraw, che si basa sul formato standard W3C "scalable vector
-graphics" (SVG). Tra le caratteristiche supportate da SVG vi sono le forme base,
-i tracciati, i testi, i segnali, i cloni, le trasparenze, le trasformazioni,
-i gradienti e i gruppi. Inkscape supporta inoltre i meta-dati Creative Commons,
-la modifica sui nodi, i livelli, le operazioni complesse sui livelli, i testi su
-tracciato e la modifica dell'XML SVG. Pu importare da diversi formati come EPS,
-Postscript, JPEG, PNG, BMP e TIFF e esportare in PNG ed in altri formati basati su
-vettori multipli.
-
-Lo scopo principale di Inkscape quello di fornire alla comunit Open Source uno
-strumento di disegno che rispetti pienamente gli standard W3C XML, SVG e CSS2.
-Inoltre il piano di sviluppo prevede una conversione del codice da C/Gtk a C++/Gtkmm,
-maggiore importanza all'aggiunta di funzioni tramite il meccanismo delle estensioni e
-la creazione di un processo di sviluppo aperto, collaborativo e orientato alla comunit.
-
-Inkscape usa la procedura standard per la compilazione e l'installazione:
-
- ./configure
- make
- make install
-
-Se il file "./configure" non esiste, lo puoi creare con il comando "./autogen.sh",
-che si basa su altri programmi quali automake e autoconf. Consulta il file INSTALL
-per ulteriori dettagli.
-
-Visita http://wiki.inkscape.org/wiki/index.php/CompilingInkscape per la pi
-recente lista delle dipendenze.
-
-Se apporti delle modifiche utili ad Inkscape, condividile con la comunit.
-
-Per ulteriori informazioni sullo sviluppo di Inkscape, consulta il file HACKING_it.
diff --git a/README.md b/README.md
index 4789a1215..446c9fde9 100644
--- a/README.md
+++ b/README.md
@@ -21,75 +21,7 @@ processes.
[![build status](https://gitlab.com/inkscape/inkscape/badges/master/build.svg)](https://gitlab.com/inkscape/inkscape/commits/master)
-Basic Installation
-==================
-Inkscape version 0.92 and newer can be build using cmake:
-
-```bash
-mkdir build
-cd build
-cmake ..
-make
-make install
-```
-
-Other platforms such as Windows and Mac require a lot more and are considered
-a developer and packager task. These instructions are kept on the Inkscape wiki.
-
-Running Without Installing
-==========================
-
-For developers and others who want to run inkscape without installing it:
-
-```bash
-ln -s . share/inkscape
-mkdir -p build/conf
-cd build
-cmake -DCMAKE_INSTALL_PREFIX:PATH=$PWD/../ ..
-make -j4
-export INKSCAPE_PROFILE_DIR=$PWD/conf
-PATH=$PWD/bin/:$PATH
-./bin/inkscape
-```
-
-This won't work for other platforms such as Windows and Mac, see above. But
-what it is doing is linking the share directory into a location where
-the inkscape binary will be able to find it. Allowing you to change the
-inkscape shared files without rebuilding or installing.
-
-Then setting a local configuration directory, keeping your configurations
-separate from any installed version.
-
-Required Dependencies
-=====================
-
-The Inkscape core depends on several other libraries that you will need
-install, if they are not already present on your system. The most
-typical libraries you may need to install are:
-
- * [Boehm-GC](http://www.hboehm.info/gc/)
- * [libsigc++](http://libsigc.sourceforge.net/)
- * [gtkmm](https://www.gtkmm.org/)
-
-Please see [the wiki page on compiling Inkscape](http://wiki.inkscape.org/wiki/index.php/CompilingInkscape) for the
-most current dependencies, including links to the source tarballs.
-
-
-Extension Dependencies
-======================
-Inkscape also has a number of extensions for implementing various
-features such as support for non-SVG file formats. In theory, all
-extensions are optional, however in practice you will want to have these
-installed and working. Unfortunately, there is a great deal of
-variability in how you can get these functioning properly. Here are
-some recommendations:
-
-First, make sure you have Python. If you are on Windows you
-should also install [Cygwin](https://www.cygwin.com/).
-
-Second, if an extension does not work, check the file
-`extensions-errors.log` located on Linux at `~/.config/inkscape` and on
-Windows at `%userprofile%\Application Data\Inkscape\`. Any missing
-programs will be listed.
+For installation, please see:
+ INSTALL.md
diff --git a/README.pt_BR.txt b/README.pt_BR.txt
deleted file mode 100644
index 058417f81..000000000
--- a/README.pt_BR.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-Inkscape. Desenhando Livremente.
-======================
-
-http://www.inkscape.org/
-
-O Inkscape é uma ferramenta de desenho vetorial, open source (código abertor),
-com capacidades similares ao Illustrator, Freehand e CorelDraw. Ele utiliza o formato SVG
-(scalable
-vector graphics), um padrão da W3C. Algumas das características suportadas pelo padrão SVG
-são:
-formas primitívas, caminhos, texto, marcadores, clones, canal alfa, transformações,
-gradientes,
-filtros e agrupamento de objetos. Como adicional, o Inkscape suporta metadados Creative
-Commons,
-edição de nós, camadas(layers), operações complexas entre caminhos, texto-em-caminho, e um
-editor
-de SVG XML. Ele também importa importantes formatos como EPS, PostScript, JPEG, PNG, BMP e
-TIFF. E exporta
-em PNG além de muitos outros formatos baseados em vetor.
-
-A principal motivação do Inkscape é prover a Comunidade Open Source uma completa ferramenta
-de
-desenho, utilizando os padrões SVG e CSS2 definidos pela W3C. Um trabalho adicional planeja
-incluir a conversão do código base de C/Gtk para C++/Gtkmm, enfatizando um núcleo leve com
-as
-características poderosas adicionadas através de um mecanismo de extensão, e o
-estabelecimento
-de um amigável processo de desenvolvimento orientado a objetos para a comunidade livre.
-
-O Inkscape utiliza os procedimentos básicos para sua compilação e instalação:
-
- ./configure
- make
- make install
-
-Se o arquivo "./configure" não estiver presente, você pode cria-lo rodando o comando
-"./autogen.sh",
-o qual chama, por conta própria, outros programas como automake e autoconf. Veja a seção
-INSTALL
-para mais detalhes.
-
-Dependencias requeridas
-=====================
-
-O Inkscape
-O núcleo do Inkscape depende de diversas outras bibliotecas que, se já não estiverem
-instaladas no seu
-sistema, você precisará instala-las. As bibliotecas mais típicas que você necessitará
-instalar são:
-
- * Boehm-GC
- * libsigc++
- * glibmm
- * gtkmm
-
-Por favor veja http://wiki.inkscape.org/wiki/index.php/CompilingInkscape (em inglês) para
-saber as
-dependências mais recentes, incluindo links aos tarballs da fonte.
-
-Dependências da extensão
-======================
-O Inkscape também tem um numero de extensões para a implementação de várias características,
-tais
-como o suporte a arquivos que não possuem o formato SVG, etc. Na teoria, todas as extensões
-são
-opcionais, mas de qualquer modo na prática você terá que tê-las instaladas e funcionando.
-Infelizmente,
- existe uma grande variedade de dependências para que certas extensões funcionem
-corretamente. Aqui
-estão as recomendações:
-
-Primeiramente, certifique-se de ter o Perl e o Python. Se você estiver em Windows você deve
-também
-instalar Cygwin.
-
-Em seguida, você precisara verificar as dependências de cada extensão presente. Dependendo
-das
-extensões que você necessita, as dependencias vão variar, mas as dependências que você
-provavelmente precisará instalar são:
- * XML::Parser
- * XML::XQL
-
-Se você instalou as dependencias fora dos locais padrão, como instalar o XML::Parser em
-algum lugar
-do seu diretório Home, você precisará verificar os passos extras necessários para indicar
-onde aquelas
-dependências devem ser encontradas. Por exemplo, com módulos do Perl, você deve ajustar as
-variáveis
-PERLLIB ou PERL5LIB ( veja 'man perlrun' )
-
diff --git a/README.sk.txt b/README.sk.txt
deleted file mode 100644
index dbce3bf47..000000000
--- a/README.sk.txt
+++ /dev/null
@@ -1,73 +0,0 @@
-
-Inkscape. Kreslite slobodne.
-============================
-
-http://www.inkscape.org/
-
-Inkscape je open source kresliaci nástroj podobný chopnosťami programom
-ako Illustrator, Freehand a CorelDraw, ktorý používa formát SVG
-(Scalable Vector Graphics), štandard W3C. Medzi niektoré podporované
-možnosti SVG patria základné tvary, cesty, text, koncové značky, klony,
-alfa priesvitnosť, transformácie, farebné prechody a zoskupovanie.
-Naviac Inkscape podporuje metadáta Creative Commons, úpravu uzlov,
-vrstvy, komplexné operácie s cestami, text na ceste a úpravu XML
-SVG súboru. Tiež dokáže importovať niekoľko formátov ako EPS, PostScript,
-JPEG, PNG, BMP a TIFF a exportovať PNG a niekoľko vektorových formátov.
-
-Hlavnou motiváciou Inkscape je poskytnúť open source komunite nástroj
-na kreslenie plne konformný so štandardmi W3C XML, SVG a CSS2. Ďalšou
-fázou vývoja je konverzia kódu z C/Gtk na C++/Gtkmm, zdôraznenie
-odľahčeného jadra, ku ktorému sa mocné vlastnosti pridávajú
-prostredníctvom mechanizmu rozšírení a vytvorenie priateľského,
-otvoreného vývojového procesu orientovaného na komunitu.
-
-Inkscape používa na kompiláciu inštaláciu štandardný postup:
-
- ./configure
- make
- make install
-
-Ak nie je prítomný súbor „./configure“, môžete ho vytvoriť spustením
-príkazu „./autogen.sh“, ktorý volá niekoľko ďalších programov ako
-automake a autoconf. Podrobnosti nájdete v súbore INSTALL.
-
-
-Požadované závislosti
-=====================
-Jadro Inkscape závisí na niekoľkých ďalších knižniciach, ktoré si
-budete musieť nainštalovať ak ich ešte nemáte v systéme. Zvyčajne
-budete potrebovať doinštalovať nasledovné knižnice:
-
- * Boehm-GC
- * libsigc++
- * glibmm
- * gtkmm
-
-Aktuálne závislosti vrátane odkazov na zdrojové tarbally nájdete na
-http://wiki.inkscape.org/wiki/index.php/CompilingInkscape
-
-
-Závislosti rozšírení
-====================
-Inkscape má tiež množstvo rozšírení implementujúcich rozličné
-vlastnosti ako podpora ďalších formátov okrem SVG atď. Teoreticky sú
-všetky rozšírenia nepovinné, ale v praxi budete chcieť, aby tieto
-rozšírenia boli nainštalované a fungovali. Nanešťastie sa postupy ako
-ich sfunkčniť do veľkej miery rôznia. Tu je niekoľko odporúčaní:
-
-Najprv sa uistite, že máte Perl a Python. Ak používate Windows, mali by
-ste si tiež nainštalovať Cygwin.
-
-Ďalej sa musíte uistiť, že sú prítomné závislosti každého rozšírenia.
-V závislosti na tom, ktoré rozšírenia potrebujete sa budú závilosti
-rôzniť, ale tu sú niektoré, ktoré asi budete musieť nainštalovať:
-
- * XML::Parser
- * XML::XQL
-
-Ak nainštalujete závislosti do neštandardných adresárov ako napr.
-nainštalovanie XML::Parser niekde do vášho domovského adresára, budete
-musieť uviesť kde sa tieto závislosti majú hľadať. Napr. v prípade
-modulov jazyka Perl nastavte premennú prostredia PERLLIB alebo PERL5LIB
-(pozri „man perlrun“).
-
diff --git a/README.sr.txt b/README.sr.txt
deleted file mode 100644
index 95ec7c2f4..000000000
--- a/README.sr.txt
+++ /dev/null
@@ -1,73 +0,0 @@
-
-Inkscape. Слободно цртај.
-======================
-
-http://www.inkscape.org/
-
-Inkscape је алат за цртање отвореног кода са могућностима сличним програмима
-Illustrator, Freehand и CorelDraw, који користи W3C стандардни формат
-скалабилне векторске графике (SVG). Неки од подржани СВГ могућности су
-основни облици, путање, текст, ознаке, клонови, утапање, трансформације,
-преливи и груписање. Додатно, Inkscape подржава Creative Commons мета
-податке, уређивање чворова, слојеве, комплексне операције над кривама,
-текст на кривама и уређивање XML структуре СВГ датотека. такође омогућава
-увоз неколико формата као што су EPS, Postscript, JPEG, PNG, BMP и TIFF,
-те извоз у PNG као и у више векторских формата датотека.
-
-Основни циљ програма Inkscape је да заједници отвореног кода обезбеди
-решење за цртање потпуно компатибилно XML, SVG и CSS2 W3C стандардима.
-Додатно је планирано омогућавање претварања базе из C/Gtk у C++/Gtkmm,
-што пружа лагано језгро програма са додатним могућностима обезбеђеним
-кроз систем додатака, те узору за пријатељски, отворени и развој у
-на заједници.
-
-Inkscape користи стандардну процедуру за компајлирање и инсталацију:
-
- ./configure
- make
- make install
-
-Ако датотека „./configure“ не постоји, можете је направити извршавањем
-наредбе „./autogen.sh“, која редом позива све потребне програме као што
-су automake и autoconf. Погледајте INSTALL за више информација.
-
-
-Потребне међузависности
-=====================
-Језгро програма Inkscape заснива се на више библиотека које морате инсталирати,
-ако се већ не налазе на рачунару који користите. Вероватно ћете морати да
-инсталирате следеће библиотеке:
-
- * Boehm-GC
- * libsigc++
- * glibmm
- * gtkmm
-
-Погледајте http://wiki.inkscape.org/wiki/index.php/CompilingInkscape за
-свежи списак међузависности, заједно са везама до изворних пакета.
-
-
-Међузависности додатака
-======================
-Inkscape такође садржи већи број додатака за обезбеђивање различитих
-могућности као што су подршка за не-СВГ формате датотека и слично.
-Теоретски су сви додаци опциони, али већина корисника у пракси жели
-да ове додатке има инсталиране и функционалне. На жалост, постоји
-више начина за обезбеђивање исправног функционисања тих додатака. Ево
-неких препорука:
-
-Пре свега, уверите се да имате инсталиран Perl и Python. ако користите
-виндоуз, требало би такође да инсталирате и Cygwin.
-
-Следеће, требало би да се уверите да су сви додаци присутни. У зависности
-од тога који су вам додаци потребни, међузависности могу да варирају,
-али ево неких које вероватно морате инсталирати:
-
- * XML::Parser
- * XML::XQL
-
-Ако сте инсталирали међузависности на нестандардне локације, као што је
-инсталирање XML::Parser негде у корисничком директоријуму, вероватно ћете
-морати да предузмете додатне кораке да назначите где се те међузависности
-налазе. Да вам олакшамо, за Perl модуле поставите PERLLIB или PERL5LIB
-променљиве (погледајте `man perlrun`)
diff --git a/Doxyfile b/buildtools/Doxyfile
index f5db13c15..f5db13c15 100644
--- a/Doxyfile
+++ b/buildtools/Doxyfile
diff --git a/buildtools/appveyor.sh b/buildtools/appveyor.sh
index aaa1574fa..738f2b521 100644
--- a/buildtools/appveyor.sh
+++ b/buildtools/appveyor.sh
@@ -31,6 +31,11 @@ export CCACHE_DIR=$(cygpath -a ccache/master)
ccache --max-size=200M
ccache --set-config=sloppiness=include_file_ctime,include_file_mtime
+# patched cairo to avoid crash when printing
+# - https://bugs.launchpad.net/inkscape/+bug/1665768
+# - https://bugs.freedesktop.org/show_bug.cgi?id=101833
+wget -nv https://gitlab.com/Ede123/bintray/raw/master/$MINGW_PACKAGE_PREFIX-cairo-1.15.6-1-any.pkg.tar.xz \
+ && pacman -U $MINGW_PACKAGE_PREFIX-cairo-1.15.6-1-any.pkg.tar.xz --noconfirm
### build / test
@@ -75,7 +80,9 @@ message "##### BUILD SUCCESSFULL #####\n\n"
### package
-BRANCH=$(git branch | tail -n 1 | tr -d ' ')
-DATE=$(git log -n 1 --pretty=%cd --date=short)
-HASH=$(git rev-parse --short HEAD)
-7z a "inkscape-${BRANCH}-(${DATE}_${HASH})-${MSYSTEM_CARCH}.7z" inkscape
+if [ "$APPVEYOR_REPO_TAG" = "true" ]
+then
+ ninja dist-win-all
+else
+ ninja dist-win-7z-fast
+fi \ No newline at end of file
diff --git a/distro b/distro
deleted file mode 100755
index 30eae82fd..000000000
--- a/distro
+++ /dev/null
@@ -1,289 +0,0 @@
-#! /bin/sh
-# distro.in: print distribution information
-# $Id$
-
-# Copyright (C) 2001-2002 Matthew R. MacIntyre <matt@pipfield.ca>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-#
-
-PN=`basename $0`
-VER="0.8.1+inkscape"
-
-#
-# Fatal($msg,$retval)
-#
-# Display an error message to stderr and exit
-#
-Fatal () {
- echo -e "${PN}: $1\nTerminating...." 1>&2
- test -n "$2" && exit $2
- exit 1
-}
-
-
-#
-# Help()
-#
-# Display help information and exit
-#
-Help () {
- cat <<EOF
-Usage: ${PN} [OPTION]...
-Print certain distribution information. With no OPTION, same as -f.
-
-Options:
- -a, --all print all information
- -c, --codename print the distribution code name
- -f, --ftp-name print the ftp name of the distribution
- -n, --name print the distribution name
- -r, --release print the distribution release
- -h, --help display this help and exit
- -v, --version output version information and exit
-
-Report bugs to <matt@pipfield.ca>.
-EOF
- exit 0
-}
-
-#
-# Version()
-#
-# Display version information and exit
-#
-Version () {
- cat <<EOF
-${PN} v${VER}
-
-Written by Matthew R. MacIntyre.
-
-Copyright (c) 2001-2002 Matthew R. MacIntyre.
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-EOF
- exit 0
-}
-
-
-#######################
-# Program starts here #
-#######################
-
-#
-# Set initial values for our configuration variables
-#
-ALL=0
-CODENAME=0
-FTPNAME=0
-NAME=0
-RELEASE=0
-
-
-#
-# Parse the command-line arguments
-#
-
-OPTERR=0
-while getopts "\-:acfhnrv" opt; do
- case $opt in
- h) Help; shift ;;
- v) Version; shift ;;
- a) ALL=1 ; shift; break;;
- c) CODENAME=1; shift; break;;
- f) FTPNAME=1; shift; break;;
- n) NAME=1; shift; break;;
- r) RELEASE=1; shift; break;;
- -) # long options
- case "$OPTARG" in
- help) Help; shift ;;
- version) Version; shift ;;
- all) ALL=1 ; shift ; break ;;
- codename) CODENAME=1 ; shift ; break ;;
- ftp-name) FTPNAME=1 ; shift ; break ;;
- name) NAME=1; shift ; break ;;
- release) RELEASE=1; shift ; break ;;
- *) Fatal "Illegal option -- \"--$OPTARG\"\nTry ${PN} --help for more information." 1 ;;
- esac ;;
- *) Fatal "Illegal option -- \"-$OPTARG\"\nTry ${PN} --help for more information." 1 ;;
- esac
-done
-
-#
-# Find the contents from the appropriate file, and store it in
-# $contents. Store the filename in $filename.
-#
-contents=""
-filename=""
-
-case "`uname`" in
- OpenBSD|FreeBSD|NetBSD|CYGWIN*) contents="`uname -a`" ;;
- Linux)
- files="/etc/mandrake-release /etc/SuSE-release \
- /usr/share/doc/ubuntu-base/changelog.gz \
- /etc/redhat-release /etc/debian_version \
- /etc/slackware-version /etc/.issue \
- /etc/ROCK-LINUX /etc/gentoo-release"
- for file in $files; do
- if test -f "$file"; then
- filename="$file"
- if test -n "`echo $filename | grep ubuntu`"; then
- contents="`cat /etc/issue`"
- else
- contents="`cat $file`"
- fi
- break
- fi
- done
- if test -z "$filename"; then
- Fatal "Cannot find distribution information"
- fi
- ;;
- SunOS)
- contents="`cat /etc/release`"
- filename='/etc/release'
- ;;
- *) Fatal "Cannot find distribution information" ;;
-esac
-
-
-#
-# Output the appropriate information
-#
-sum="`expr $ALL + $CODENAME + $FTPNAME + $NAME + $RELEASE`"
-if test $sum -eq 0 || test $FTPNAME -eq 1; then
- # FIXME: incorporate this bit into the case statement
- if ! test -n "`echo $filename | grep ubuntu`"; then
- name="`echo $filename | sed -e 's|/etc/||' -e 's|-*release$||' -e 's|[-_]version$||' -e 's|\.issue||' | tr '[A-Z]' '[a-z]' | tr -d '-'`"
- fi
- # If that didn't work, then we likely have Solaris, Debian,
- # FreeBSD, or maybe even ROCK LINUX
-
- if test -z "$name"; then
- case "`uname`" in
- CYGWIN*) name="cygwin" ;;
- OpenBSD|FreeBSD|NetBSD) name="`uname | tr '[A-Z]' '[a-z]'`" ;;
- Linux)
- if test -n "`grep debian $filename`"; then
- name="debian"
- elif test -n "`echo $filename | grep ubuntu`"; then
- name="ubuntu"
- elif test -n "`grep -i caldera $filename`"; then
- name="openlinux"
- fi
- ;;
- SunOS) name="solaris" ;;
- *) Fatal "Cannot determine ftp-name for this system: `uname`" 1 ;;
- esac
- fi
-
- # Get the version number
- case $name in
- cygwin) version="`uname -r | sed -e 's!\.!!g' -e 's!^\([0-9][0-9]*\).*$!\1!'`" ;;
- debian) version="`sed -e 's!\.!!'g -e 's!^testing/!-!' $filename`" ;;
- ubuntu) version="`echo $contents | awk '{print $2}'`" ;;
- freebsd) version="`uname -r | sed -e 's!\([0-9][0-9]*\)\.\([0-9][0-9]*\).*!\1\2!'`" ;;
- openbsd|netbsd) version="`uname -r | sed -e 's!\.!!g'`" ;;
- rocklinux) version="`sed -e 's!^.*Linux \([0-9]\.[0-9]\.*[0-9]*\).*$!\1!' $filename | tr -d '.' | sed -e 's!0$!!'`" ;;
- slackware) version="`sed -e 's!\.!!g' -e 's!\([0-9]*\).*$!\1!' -e 's!\([0-9][0-9]*\)0$!\1!' $filename`" ;;
- solaris) version="`echo $contents | sed -e 's!^European !!' -e 's!^Solaris \([0-9]\.*[0-9]*\) .*$!\1!' -e 's!\.!!g'`" ;;
- *)
- # This is just a reasonable guess
- version="`echo $contents | sed -n '1,1'p | sed -e 's!.*\([0-9][0-9]*\.[0-9][0-9]*[a-z]*\).*!\1!' -e 's!\([0-9][0-9]*\)\.\([0-9][0-9]*[a-z]*\)!\1\2!'`" ;;
- esac
- echo "$name$version"
-elif test $CODENAME -eq 1 ; then
- # Certain systems (Solaris) don't have codenames. This checks to see
- # if there is one before figuring out what it is
- codename=""
- # check for a codename, but strip out the *BSD stuff, a misleading entry in ROCK-Linux,
- # and an ix86 bit in the various SuSE releases.
- if test -n "`echo $contents | sed -e 's!(GENERIC)!!' -e 's!(native, .*)!!' -e 's!(i[3456]86)!!' | egrep "^.* \(.*\).*$"`"; then
- codename="`echo $contents | sed -e 's!.*(\(.*\)).*$!\1!'`"
- elif test -n "`echo $filename | grep ubuntu`"; then
- # For ubuntu, steal it out of the contents report
- codename="`echo $contents | awk -F\\\" '{print $2}'`"
- elif test -n "`echo $filename | grep debian`"; then
- # For debian, we have to determine them manually
- case "`cat $filename`" in
- testing/unstable) codename='etch/sid' ;;
- 3.1) codename='sarge' ;;
- 3.0) codename='woody' ;;
- 2.2) codename='potato' ;;
- 2.1) codename='slink' ;;
- 2.0) codename='hamm' ;;
- 1.3*) codename='bo' ;;
- 1.2) codename='rex' ;;
- 1.1) codename='buzz' ;;
- esac
- fi
- if test -n "$codename"; then
- echo "$codename"
- fi
-elif test $ALL -eq 1 ; then
- # Call the script recursively to get the desired string, since the
- # Solaris format isn't the same. It is done through sh as a hack
- # to help when developing the script, and it isn't executable
- string=`sh "$0" --name`
- if test x"`uname`" = x"Linux"; then
- # We only want to add the word "release" for Linux
- # distributions. It's not a convention to use the word
- # "release" for any other type of system.
-
- # Don't add the word 'release' if we're on debian testing
- if test x"`sh $0 --release`" != x"testing/unstable"; then
- string="$string release"
- fi
- fi
- string="$string `sh $0 --release`"
- codename=`sh "$0" --codename`
- if test -n "$codename"; then
- string="$string ($codename)"
- fi
- # Strip out instances of too many spaces
- string="`echo $string | tr -s ' '`"
- echo "$string"
-elif test $NAME -eq 1 ; then
- case "`uname`" in
- Linux|SunOS)
- # It is done this way because the string for Solaris is a
- # little different than the various versions of Linux
- name="`echo $contents | sed -e 's![0-9].*$!!' -e 's![\ ]*release[\ ]*!!' -e 's![\ ][\ ]*$!!g'`"
- # Hmmmm .... some are a little different
- if test -n "`echo $filename | grep debian`"; then
- name="Debian GNU/Linux"
- elif test -n "`echo $filename | grep ubuntu`"; then
- name="Ubuntu Linux"
- elif test -n "`echo $filename | grep slackware`"; then
- name="Slackware Linux"
- fi
- ;;
- CYGWIN*) name="Cygwin" ;; # FIXME: not sure if we have to differentiate between NT and others
- *) name="`uname`" ;;
- esac
- echo "$name"
-elif test $RELEASE -eq 1 ; then
- case "`uname`" in
- OpenBSD|FreeBSD|NetBSD|CYGWIN*) release="`uname -r | sed -e 's!(.*$!!'`" ;;
- *)
- # Cut letters and spaces out up to the first number
- release="`echo $contents | sed -e 's!^[A-Za-z\ ]*\([0-9]\.*[0-9]*\.*[0-9]*[a-z]*\).*$!\1!'`"
- ;;
- esac
- echo "$release"
-else
- Fatal "Something unexpected has happened!"
-fi
-
-# All done.
diff --git a/inkscape.de.pod b/inkscape.de.pod
deleted file mode 100644
index 5deb20337..000000000
--- a/inkscape.de.pod
+++ /dev/null
@@ -1,699 +0,0 @@
-
- *****************************************************
- * GENERATED FILE, DO NOT EDIT *
- * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
- *****************************************************
-
-This file was generated by po4a(7). Do not store it (in VCS, for example),
-but store the PO file used as source file by po4a-translate.
-
-In fact, consider this as a binary, and the PO file as a regular .c file:
-If the PO get lost, keeping this translation up-to-date will be harder.
-
-=encoding UTF-8
-
-=head1 NAME
-
-Inkscape - ein Programm zum Bearbeiten von SVG-Dateien (Scalable Vector
-Graphics).
-
-=head1 ÜBERSICHT
-
-C<inkscape [Optionen] [Dateiname ...]>
-
-Optionen:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=DATEINAME
-
- -e, --export-png=DATEINAME
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=FARBE
- -y, --export-background-opacity=WERT
- -d, --export-dpi=DPI
- -w, --export-width=BREITE
- -h, --export-height=HÖHE
-
- -P, --export-ps=DATEINAME
- -E, --export-eps=DATEINAME
- -A, --export-pdf=DATEINAME
- --export-pdf-version=VERSIONSNUMMER
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=DATEINAME
-
- -p, --print=DRUCKER
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=VERB-ID
- --select=OBJECT-ID
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
-
- --g-fatal-warnings
-
-=head1 BESCHREIBUNG
-
-B<Inkscape> ist ein grafischer Editor für Bild-Dateien im B<"Scalable Vector
-Graphics">-Format (SVG), der über ähnliche Funktionen wie B<Adobe
-Illustrator>, B<CorelDraw>, B<Xara Xtreme> usw. verfügt. Inkscape enthält
-Funktionen für vielseitige Formen, Bezierpfade, Freihandzeichnen,
-mehrzeiligen Text, Text entlang von Pfaden, Alpha-Blending, beliebige affine
-Transformationen, Farbverlaufs- und Musterfüllungen, Knotenbearbeitung,
-viele Export- und Importformate einschließlich PNG und PDF, Gruppen, Ebenen,
-verbundene Klone und vieles mehr. Die Benutzeroberfläche wurde so entworfen,
-dass die Arbeit für erfahrene Nutzer komfortabel und zügig vonstatten geht,
-und ist gleichzeitig kompatibel zu den B<GNOME>-Standards, damit Nutzer, die
-Erfahrung mit anderen GNOME-Anwendungen haben, sich schnell darin
-zurechtfinden.
-
-B<SVG> ist ein durch den W3C standardisiertes XML-Format für
-2D-Vektor-Zeichnungen. Es ermöglicht die Definition von Objekten in der
-Zeichnung unter Verwendung von Punkten, Pfaden und einfachen Formen. Farben,
-Schriftarten, Konturbreite und so weiter werden als `style'-Attributes
-dieser Objekte definiert. Hierdurch soll ermöglicht werden, dass SVG-Dateien
-in einer möglichst großen Anzahl von Programmen und für ein breites Spektrum
-an Einsatzzwecken verwendet werden, da es standardisiert ist und die Dateien
-im Text-/XML-Format vorliegen.
-
-B<Inkscape> verwendet SVG als natives Speicherformat und hat sich zum Ziel
-gesetzt, das Open-Source-Zeichenprogramm für SVG-Dateien zu werden, das am
-genauesten den entsprechenden Standard einhält.
-
-
-
-=head1 OPTIONEN
-
-=over 8
-
-=item B<-?>, B<--help>
-
-Hilfe anzeigen
-
-=item B<-V>, B<--version>
-
-Inkscape-Version und Erstellungsdatum anzeigen
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-Geben Sie den Exportbereich beim PNG-Export in SVG-Nutzer-Einheiten an
-(anonyme Längeneinheit, die üblicherweise in Inkscape-SVG-Dateien verwendet
-wird). Standardmäßig wird die gesamte Dokumentseite exportiert. Der Punkt
-(0,0) liegt in der unteren linken Ecke.
-
-=item B<-C>, B<--export-area-page>
-
-Beim Export nach PNG, PDF, PS und EPS wird die gesamte Seite
-exportiert. Dies ist die Standardeinstellung für PNG, PDF und PS, daher
-braucht dies nicht angegeben zu werden - es sei denn, es wird --export-id
-verwendet, um ein bestimmtes Objekt zu exportieren. Für EPS ist dies jedoch
-nicht der Standard. Zudem erlaubt das EPS-Format nicht, dass die äußere
-Begrenzung der Datei über den Inhalt hinausgeht. Das bedeutet, dass bei
-Verwendung von --export-area-page beim EPS-Export die Begrenzung bis auf den
-Inhalt verkleinert wird, falls dieser kleiner ist.
-
-=item B<-D>, B<--export-area-drawing>
-
-Beim Export nach PNG, PDF, PS und EPS wird die gesamte Zeichnung (nicht die
-Seite), d.h. die äußere Begrenzung ist der Rahmen um alle Objekte im
-Dokument (oder des exportierten Objektes, falls --export-id verwendet
-wird). Bei dieser Option enthält das exportierte Bild alle sichtbaren
-Objekte des Dokumentes ohne zusätzlichen Rand oder Beschnitt. Für EPS ist
-dies der Standard-Exportbereich. Beim Export nach PNG kann die Option in
-Kombination mit --export-use-hints verwendet werden.
-
-=item B<--export-area-snap>
-
-Beim PNG-Export vergrößert sich hierdurch der Exportbereich auf den
-nächsten, ganzzahligen Wert für die SVG-Nutzer-Einheit (px). Wenn die
-Standard-Export-Auflösung von 96 dpi verwendet wird und die Grafik zur
-Minimierung von Antialiasing am Pixel-Raster eingerastet ist, erlaubt diese
-Option die Erhaltung dieser Ausrichtung, selbst wenn der Exportbereich von
-der Begrenzung eines Objektes gebildet wird (mit --export-id oder
---export-area-drawing), das selbst nicht am Pixel-Raster ausgerichtet ist.
-
-=item B<-b> I<FARBE>, B<--export-background>=I<FARBE>
-
-Die Hintergrundfarbe für das exportierte PNG-Bild. Jeder Farbwert, der von
-SVG unterstützt wird, ist möglich, z.B. "#ff007f" oder "rgb(255, 0,
-128)". Falls nicht gesetzt, wird die Seitenfarbe, die in Inkscape in den
-Dokumenteneinstellungen ausgewählt wurde, verwendet (gespeichert im Attribut
-pagecolor= in sodipodi:namedview).
-
-=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-
-Die Auflösung für den PNG-Export. Diese wird auch für die ersatzweise
-Rasterisierung gefilterter Objekte beim Export nach PS, EPS oder PDF
-verwendet (es sei denn, es wird --export-ignore-filters verwendet, um die
-Rasterisierung zu unterbinden). Standard sind 96 dpi, wobei 1
-SVG-Nutzer-Einheit (px, auch "user unit") 1 Bitmap-Pixel entspricht. Dieser
-Wert ersetzt den DPI-Hinweis in der SVG-Datei, wenn gleichzeitig
---export-use-hints verwendet wird).
-
-=item B<-e> I<DATEINAME>, B<--export-png>=I<DATEINAME>
-
-Angabe des Dateinamens für den Export nach PNG. Falls die Datei existiert,
-wird sie ohne Nachfrage überschrieben.
-
-=item B<-f> I<DATEINAME>, B<--file>=I<DATEINAME>
-
-Öffnet angegebene(s) Dokument(e). Die Optionen können auch weggelassen
-werden, d.h. Dateinamen können auch ohne -f angegeben werden.
-
-=item B<-g>, B<--with-gui>
-
-Versucht, die grafische Oberfläche zu verwenden (unter Unix wird der
-X-Server benutzt, selbst wenn $DISPLAY nicht gesetzt ist).
-
-=item B<-h> I<HÖHE>, B<--export-height>=I<HÖHE>
-
-Die Höhe der erstellten Rastergrafik in Pixeln. Dieser Wert hat Vorrang vor
---export-dpi (oder dem DPI-Hinweis in der SVG-Datei, falls mit
---export-use-hints verwendet).
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-Beim Export nach PNG, PS, EPS, PDF und normalem SVG ist dies der Wert des
-id-Attributes des Objektes aus dem Dokument, das exportiert werden
-soll. Alle anderen Objekte werden nicht exportiert. Standardmäßig ist der
-Exportbereich auf das Objekt begrenzt. Dies kann mit --export-area (nur für
-PNG) oder --export-area-page geändert werden.
-
-=item B<-j>, B<--export-id-only>
-
-Beim Export nach PNG und normalem SVG wird nur das Objekt exportiert, dessen
-id in --export-id angegeben ist. Alle anderen Objekte werden versteckt und
-sind im exportierten Bild nicht zu sehen, selbst wenn sie über dem
-exportierten Objekt liegen. Ohne die Angabe von --export-id wird diese
-Option ignoriert. Beim PDF-Export ist dies bereits die Standardeinstellung
-und bewirkt daher nichts.
-
-=item B<-l>, B<--export-plain-svg>=I<DATEINAME>
-
-Export des Dokumentes als normales SVG ohne jegliche sodipodi:- oder
-inkscape:-Namensräume und ohne RDF-Metadaten.
-
-=item B<-x>, B<--extension-directory>
-
-Zeigt das aktuelle Erweiterungsverzeichnis, das von Inkscape benutzt wird,
-an und beendet sich. Kann verwendet werden, damit externe Erweiterungen
-dieselbe Konfiguration wie die originäre Inkscape-Installation verwenden.
-
-=item B<--verb-list>
-
-Zeigt alle Verben, die in Inkscape zur Verfügung stehen, geordnet nach ID
-an. Diese ID kann beim Erstellen von Tastenzuordnungstabellen oder Menüs
-verwendet werden. Sie kann auch im Zusammenhang mit der Option --verb auf
-der Kommandozeile verwendet werden.
-
-=item B<--verb>=I<VERB-ID>, B<--select>=I<OBJECT-ID>
-
-Diese beiden Optionen zusammen erlauben die Erstellung einfacher Skripte für
-Inkscape auf der Kommandozeile. Beide dürfen so oft wie benötigt in der
-Kommandozeile verwendet werden und werden in der angegebenen Reihenfolge für
-jedes angegebene Dokument ausgeführt.
-
-Der Befehl --verb führt ein bestimmtes Verb genauso aus, wie wenn es aus
-einem Menü heraus oder mit einer Schaltfläche aufgerufen würde. Dialoge
-öffnen sich, wenn dies Teil der Funktion des Verbs ist. Der
-Kommandozeilenbefehl --verb-list zeigt eine Liste aller verfügbaren Verb-IDs
-an.
-
-Der Befehl --select wählt Objekte mit der angegebenen ID aus. Das ermöglicht
-es, diese Objekte mit verschiedenen Verben zu
-bearbeiten. --verb=EditDeselect verwirft die gesamte Auswahl. Die
-verfügbaren Objekt-IDs hängen vom Dokument ab, das geladen werden soll.
-
-=item B<-p> I<DRUCKER>, B<--print>=I<DRUCKER>
-
-Druckt Dokumente auf dem angegebenen Drucker aus. Verwendet `lpr -P
-DRUCKER'. Alternativ kann auch `| BEFEHL' verwendet werden, um ein anderes
-Kommando anzugeben, in das die Ausgabe umgeleitet werden soll, oder auch `>
-DATEINAME' um die PostScript-Ausgabe in eine Datei zu schreiben anstatt sie
-zu drucken. Es müssen dabei die korrekten Anführungszeichen für das
-entsprechende Terminal verwendet werden, z.B.
-
-inkscape --print='| ps2pdf - mein_dokument.pdf' mein_dokument.svg
-
-=item B<-t>, B<--export-use-hints>
-
-Verwendet den Exportdateinamen und den DPI-Hinweis, die im zu exportierenden
-Objekt gespeichert sind. Diese Angaben werden automatisch gesetzt, wenn man
-eine Auswahl aus Inkscape heraus exportiert. Wenn man also eine Form mit
-id="path231" als /home/me/form.png mit 300 dpi aus dokument.svg exportiert
-und danach das Dokument speichert, kann man später mit folgendem Befehl die
-Form mit derselben Auflösung in dieselbe Datei erneut exportieren:
-
-inkscape -i path231 -t dokument.svg
-
-Bei Verwendung von --export-dpi, --export-width oder --export-height
-zusammen mit dieser Option wird der DPI-Hinweis ignoriert und der Wert von
-der Kommandozeile wird verwendet. Bei Verwendung von --export-png mit dieser
-Option wird die Dateinamens-Angabe ignoriert und der Dateiname von der
-Kommandozeile wird verwendet.
-
-=item B<-w> I<BREITE>, B<--export-width>=I<BREITE>
-
-Die Breite der generierten Rastergrafik in Pixeln. Dieser Wert hat Vorrang
-vor der Option --export-dpi (und dem DPI-Hinweis, falls mit
---export-use-hints verwendet).
-
-=item B<-y> I<WERT>, B<--export-background-opacity>=I<WERT>
-
-Die Deckkraft des Hintergrundes des exportierten PNG-Bildes. Der Wert kann
-zwischen 0.0 und 1.0 liegen (0.0 bedeutet vollständig transparent, 1.0
-vollständig deckend) oder aber zwischen 1 und 255 (255 ist volle
-Deckkraft). Wenn dieser Wert nicht gesetzt wurde und Option -b nicht
-verwendet wird, dann wird die Deckkraft, die in Inkscape im
-Dokumenteneinstellungen-Dialog gewählt wurde, verwendet (gespeichert im
-Attribut inkscape:pageopacity= von sodipodi:namedview). Wenn nicht gesetzt,
-aber gemeinsam mit der Option -b verwendet, wird der Wert 255 (vollständig
-transparent) verwendet.
-
-=item B<-P> I<DATEINAME>, B<--export-ps>=I<DATEINAME>
-
-Exportiert Dokumente in das PostScript-Format. PostScript unterstützt keine
-Transparenz, daher werden alle transparenten Objekte aus dem Original-SVG
-automatisch in Rastergrafiken umgewandelt. Die verwendeten Schriftarten
-werden unterteilt und eingebettet. Der Standard-Exportbereich ist durch die
-Seite begrenzt, kann jedoch mittels --export-area-drawing auf die Zeichnung
-beschränkt werden. Mit --export-id kann ein einzelnes Objekt zum Export
-angegeben werden (alle anderen werden versteckt). In diesem Fall ist der
-Exportbereich der Rahmen des entsprechenden Objektes, kann jedoch mit
---export-area-page auf die Seite gesetzt werden.
-
-=item B<-E> I<DATEINAME>, B<--export-eps>=I<DATEINAME>
-
-Exportiert Dokumente in das Encapsulated-PostScript-Format. PostScript
-unterstützt keine Transparenz, daher werden alle transparenten Objekte aus
-dem Original-SVG automatisch in Rastergrafiken umgewandelt. Die verwendeten
-Schriftarten werden unterteilt und eingebettet. Der Standard-Exportbereich
-ist durch die Seite begrenzt, kann aber auch auf die Zeichnung beschränkt
-werden, siehe --export-area-drawing für Hinweise zu möglichen
-Einschränkungen. Mit --export-id kann ein einzelnes Objekt zum Export
-angegeben werden (alle anderen werden versteckt).
-
-=item B<-A> I<DATEINAME>, B<--export-pdf>=I<DATEINAME>
-
-Exportiert Dokumente in das PDF-Format. Dieses Format erhält Transparenzen
-aus dem Original-SVG. Die verwendeten Schriftarten werden unterteilt und
-eingebettet. Der Standard-Exportbereich ist durch die Seite begrenzt, kann
-jedoch mittels --export-area-drawing auf die Zeichnung beschränkt
-werden. Mit --export-id kann ein einzelnes Objekt zum Export angegeben
-werden (alle anderen werden versteckt). In diesem Fall ist der Exportbereich
-der Rahmen des entsprechenden Objektes, kann jedoch mit --export-area-page
-auf die Seite gesetzt werden.
-
-=item B<--export-pdf-version>=I<PDF-VERSION>
-
-Wählt die PDF-Version für die exportierte PDF-Datei. Diese Option entspricht
-der PDF-Versions-Auswahl im PDF-Export-Dialog der Benutzeroberfläche. Es
-muss eine der Versionen aus der Auswahl verwendet werden, z.B. "1.4". Die
-standardmäßig für den PDF-Export verwendete Version ist "1.4".
-
-=item B<--export-latex>
-
-(für den Export nach PS, EPS und PDF) Verwendung für die Erstellung von
-Bildern für LaTeX-Dokumente, in denen der Text des Bildes von LaTeX gesetzt
-werden soll. Beim Export in die Formate PDF / PS / EPS bewirkt diese Option
-die Aufteilung der Ausgabe in eine PDF-/PS-/EPS-Datei (wie angegeben in
---export-pdf) und eine LaTeX-Datei. Der Text ist nicht in der
-PDF-/PS-/EPS-Datei enthalten, sondern nur in der LaTeX-Datei. Diese
-LaTeX-Datei bindet das PDF / PS / EPS ein. Wenn man nun diese LaTeX-Datei in
-seinem LaTeX-Dokument einbindet ((\input{image.tex}), werden im
-LaTeX-Dokument das Bild und der mit LaTeX gesetzte Text angezeigt. Weitere
-Informationen finden sich in der resultierenden LaTeX-Datei. Siehe auch die
-Terminalausgabe von GNUPlot zu `epslatex'.
-
-=item B<-T>, B<--export-text-to-path>
-
-Konvertiert Textobjekte beim Export in Pfade, sofern sinnvoll (für PS, EPS,
-PDF und SVG).
-
-=item B<--export-ignore-filters>
-
-Exportiert gefilterte Objekte (z.B. solche mit Unschärfe) als Vektoren, und
-ignoriert dabei die Filter (für Export nach PS, EPS und PDF). Standardmäßig
-werden alle gefilterten Objekte mit der --export-dpi (standardmäßig 96 dpi)
-in Rastergrafiken umgewandelt, so dass sich ihr Aussehen nicht verändert.
-
-=item B<-I>, B<--query-id>
-
-Angabe der ID des Objektes, dessen Größe abgefragt wird. Wenn nicht gesetzt,
-werden die Dimensionen der Zeichnung (d.h. des Rahmens um alle Objekte im
-Dokument) zurückgegeben, nicht die Seitengröße oder die viewbox-Angabe.
-
-=item B<-X>, B<--query-x>
-
-Fragt die X-Koordinate der Zeichnung oder des Objektes mit --query-id, falls
-angegeben, ab. Der zurückgegebene Wert hat die Einheit px
-(SVG-Nutzer-Einheiten).
-
-=item B<-Y>, B<--query-y>
-
-Fragt die Y-Koordinate der Zeichnung oder des Objektes mit --query-id, falls
-angegeben, ab. Der zurückgegebene Wert hat die Einheit px
-(SVG-Nutzer-Einheiten).
-
-=item B<-W>, B<--query-width>
-
-Fragt die Breite der Zeichnung oder des Objektes mit --query-id, falls
-angegeben, ab. Der zurückgegebene Wert hat die Einheit px
-(SVG-Nutzer-Einheiten).
-
-=item B<-H>, B<--query-height>
-
-Fragt die Höhe der Zeichnung oder des Objektes mit --query-id, falls
-angegeben, ab. Der zurückgegebene Wert hat die Einheit px
-(SVG-Nutzer-Einheiten).
-
-=item B<-S>, B<--query-all>
-
-Gibt eine komma-separierte Liste aller Objekte im SVG-Dokument mit einer ID
-aus, zusammen mit den jeweiligen Werten für x, y, Breite und Höhe.
-
-=item B<--shell>
-
-Dieser Parameter bewirkt, dass Inkscape in der Kommandozeile im interaktiven
-Modus gestartet wird. In diesem Modus gibt man Befehle im Terminal ein und
-Inkscape führt diese aus, ohne dass für jeden Befehl eine neue Instanz von
-Inkscape gestartet werden muss. Diese Funktion ist hilfreich für die
-Verwendung mit Skripten und auf Servern: sie fügt keine neuen Fähigkeiten
-hinzu, aber erlaubt es, die Geschwindigkeits- und
-Arbeitsspeicheranforderungen von Skripten, die Inkscape wiederholt aufrufen
-und Kommandozeilenbefehle ausführen (wie Export oder Konversionen), zu
-optimieren. Jeder Befehl muss in diesem Modus ein vollständiger, gültiger
-Inkscape-Kommandozeilenbefehl sein, aber ohne den Programmnamen inkscape,
-z.B. "file.svg --export-pdf=file.pdf".
-
-=item B<--vacuum-defs>
-
-Entfernt alle nicht verwendeten Elemente aus dem <lt>defs<gt>-Abschnitt der
-SVG-Datei. Wenn diese Option zusammen mit --export-plain-svg verwendet wird,
-wird nur die exportierte Datei dadurch verändert. Allein verwendet, wird die
-angegebene Datei selbst verändert.
-
-=item B<-z>, B<--without-gui>
-
-Öffnet nicht die Benutzeroberfläche (auf Unix: verwendet nicht den
-X-Server). Dateien werden nur vom Terminal aus bearbeitet. Standardmäßig
-aktiv für die Optionen -p, -e, -l und --vacuum-defs.
-
-=item B<--g-fatal-warnings>
-
-Diese Standard-GTK-Option zwingt Inkscape dazu, sich zu beenden, wenn
-irgendwelche Warnungen ausgegeben werden (hilfreich bei der Fehlersuche).
-
-=item B<--usage>
-
-Zeigt eine kurze Information über die Verwendung an.
-
-=back
-
-=head1 EINSTELLUNGEN
-
-Die Hauptkonfigurationsdatei liegt in
-~/.config/inkscape/preferences.xml. Darin werden eine Vielzahl an
-Einstellungen gespeichert, die in Inkscape geändert werden können (großteils
-über den Einstellungsdialog). In den Unterverzeichnissen können auch eigene
-Dateien abgelegt werden, und zwar für:
-
-B<$HOME>/.config/inkscape/extensions/ - Erweiterungen.
-
-B<$HOME>/.config/inkscape/icons/ - Icons.
-
-B<$HOME>/.config/inkscape/keys/ - Tastenzuordnungs-Dateien.
-
-B<$HOME>/.config/inkscape/templates/ - Vorlagen für neue Dateien.
-
-=head1 FEHLERSUCHE
-
-Das Programm gibt bei Erfolg eine Null zurück, bei einem Fehler einen von
-Null verschiedenen Wert.
-
-Es können viele verschiedene Fehlernachrichten und Warnungen auf STDERR oder
-STDOUT ausgegeben werden. Wenn das Programm sich mit einer bestimmten
-SVG-Datei sonderbar verhält oder abstürzt, ist es hilfreich, diese Ausgabe
-nach Hinweisen zu durchsuchen.
-
-=head1 BEISPIELE
-
-Obwohl B<Inkscape> offenkundig als grafische Anwendung konzipiert ist, kann
-man damit auch SVG-Dateien über die Kommandozeile verarbeiten.
-
-Eine SVG-Datei in der Benutzeroberfläche öffnen:
-
- inkscape dateiname.svg
-
-Eine SVG-Datei von der Kommandozeile aus drucken:
-
- inkscape dateiname.svg -p '| lpr'
-
-Eine SVG-Datei mit der Standardauflösung von 96 dpi nach PNG exportieren
-(eine SVG-Nutzer-Einheit entspricht einem Pixel in der Rastergrafik):
-
- inkscape dateiname.svg --export-png=dateiname.png
-
-Dasselbe, aber erzwingt eine Größe von 600x400 Pixeln für die PNG-Datei:
-
- inkscape dateiname.svg --export-png=dateiname.png -w600 -h400
-
-Dasselbe, exportiert jedoch nur die Zeichnung (den Begrenzungsrahmen um alle
-Objekte), nicht die Seite:
-
- inkscape dateiname.svg --export-png=dateiname.png --export-area-drawing
-
-Exportiert das Objekt mit id="text1555" nach PNG, mit demselben Namen für
-die Ausgabedatei und derselben Auflösung wie beim letzten Mal, als es aus
-der Benutzeroberfläche heraus exportiert wurde:
-
- inkscape dateiname.svg --export-id=text1555 --export-use-hints
-
-Dasselbe, verwendet jedoch die Standardauflösung 96 dpi, gibt einen
-Dateinamen an und erweitert den Exportbereich auf den nächsten, ganzzahligen
-Wert für SVG-Nutzer-Einheiten (um die pixelgenaue Ausrichtung der Objekte zu
-erhalten und damit Antialiasing zu verringern).
-
- inkscape dateiname.svg --export-id=text1555 --export-png=text.png --export-area-snap
-
-Konvertiert ein SVG-Dokument in ein normales SVG:
-
- inkscape dateiname1.svg --export-plain-svg=dateiname2.svg
-
-Konvertiert ein SVG-Dokument zu EPS, wobei alle Texte in Pfade umgewandelt
-werden:
-
- inkscape dateiname.svg --export-eps=dateiname.eps --export-text-to-path
-
-Fragt die Breite des Objektes mit id="text1555" ab:
-
- inkscape dateiname.svg --query-width --query-id text1555
-
-Dupliziert das Objekt mit id="path1555", dreht die Kopie um 90 Grad, und
-beendet sich:
-
- inkscape dateiname.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-
-=head1 UMGEBUNG
-
-B<DISPLAY> für den Standard-Host und die Nummer der Anzeige
-
-B<TMPDIR> um den Standardpfad für das Verzeichnis für temporäre Dateien zu
-setzen. Das Verzeichnis muss angelegt sein.
-
-B<INKSCAPE_PROFILE_DIR> um den Pfad zum Verzeichnis mit dem zu verwendenden
-Nutzerprofil zu setzen.
-
-=head1 DESIGN
-
-Für andere Icons als die in der standardmäßig verwendeten Datei
-B<$PREFIX>/share/inkscape/icons/icons.svg wird das Verzeichnis
-B<$HOME>/.config/inkscape/icons/ benutzt. Icons werden zunächst nach
-Dateiname gesucht (z.B. I<fill_none.svg>), oder, wenn sie so nicht gefunden
-werden, dann in I<icons.svg>. Wenn das Icon dort auch nicht gefunden werden
-kann, wird der Standard für das System verwendet.
-
-Die benötigten Icons werden aus SVG-Dateien geladen, indem nach der SVG-id
-mit dem Namen des Icons gesucht wird (Zum Beispiel wird das Icon "fill_none"
-aus einer Datei geladen, indem alles innerhalb der Begrenzung des
-SVG-Elementes mit "fill_none" als Icon verwendet wird, entweder aus
-I<fill_none.svg> oder I<icons.svg>).
-
-
-
-
-
-=head1 WEITERE INFORMATIONEN
-
-Die offizielle Anlaufstelle für Informationen rund um B<Inkscape> ist
-http://www.inkscape.org/ . Auf der Webseite gibt es Nachrichten,
-Dokumentation, Tutorials, Beispiele, die Mailinglisten, die neueste
-Programmversion, Links zur Fehlerbericht- und Änderungswunsch-Datenbank, zu
-Foren und vieles mehr.
-
-=head1 SIEHE AUCH
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-Testsammlung zur Überprüfung der SVG-Standardkonformität:
-http://www.w3.org/Graphics/SVG/Test/
-
-SVG-Validator: http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
-January 2003> L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
-November 2003> L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
-W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-
-=head1 ANMERKUNGEN ZUR BENUTZEROBERFLÄCHE
-
-Zum Erlernen der Bedienung der Benutzeroberfläche von Inkscape stehen
-Tutorials im Menü Hilfe > Tutorials zur Verfügung.
-
-Außer SVG kann Inkscape (über Datei > Importieren) die meisten
-Rastergrafikformate (PNG, BMP, JPG, XPM, GIF usw.), Klartext (erfordert
-Perl), PS und EPS (erfordert Ghostscript), PDF und AI (AI-Version 9.0 oder
-neuer) importieren.
-
-Inkscape exportiert 32-bit-PNG-Bilder (Datei > PNG-Bild exportieren) und
-auch AI, PS, EPS, PDF, DXF und weitere Formate über Datei > Speichern unter.
-
-Inkscape kann Druck- und Neigung eines Grafik-Tablett-Stiftes für die
-Beeinflussung von Breite, Winkel und Wirkungsstärke mehrerer Werkzeuge,
-einschließlich des Kalligrafiewerkzeuges, nutzen.
-
-Inkscape bietet auch eine Benutzeroberfläche für die
-Potrace-Bitmap-Vektorisier-Engine (http://potrace.sf.net), die in Inkscape
-enthalten ist.
-
-Inkscape kann externe Skripte verwenden (stdin-zu-stdout-Filter), die als
-Einträge im Erweiterungsmenü dargestellt werden. Ein Skript kann einen
-Dialog in der Benutzeroberfläche öffnen, in dem verschiedene Einstellungen
-vorgenommen werden können und kann auf die ID der ausgewählten Objekte, die
-bearbeitet werden sollen, über die Kommandozeile zugreifen. Inkscape
-beinhaltet eine Auswahl von Effekten, die in Python geschrieben sind.
-
-=head1 TASTATURBEFEHLE
-
-Eine vollständige Liste der Tastatur- und Mausbefehle findet sich in der
-Datei doc/keys.html oder über "Referenz der Tasten- und Mausbefehle" im Menü
-"Hilfe".
-
-=head1 PROGRAMMFEHLER
-
-Viele Fehler sind bereits bekannt. Die Webseite (inkscape.org) enthält
-Informationen dazu, wie man bei der Bearbeitung der bereits gemeldeten
-Fehler helfen kann und wie man neue Probleme melden kann. Siehe hierzu auch
-den Abschnitt "Bekannte Probleme" in den Veröffentlichungshinweisen zur
-verwendeten Inkscape-Version (Datei `NEWS`).
-
-=head1 AUTOREN
-
-Dieser Code verdankt seine Existenz einer großen Anzahl von Mitwirkenden an
-Inkscape und seinen Vorgängern. Die folgende Liste ist mit Sicherheit
-unvollständig - sie soll jedoch dazu dienen, die Arbeit all derer
-anzuerkennen, die diese Anwendung zusammen geschaffen haben:
-
-[% INCLUDE "AUTHORS" %]
-
-Diese Manpage wurde von Bryce Harrington zusammengestellt
-E<lt>brycehar@bryceharrington.orgE<gt>.
-
-=head1 GESCHICHTE
-
-Der Code, aus dem einmal Inkscape werden sollte, wurde 1999 als Gill, die
-GNOME-Illustrator-Anwendung, von Raph Levien ins Leben gerufen. Das erklärte
-Ziel von Gill war es, einmal alle SVG-Eigenschaften zu unterstützen. Raph
-implementierte das PostScript-Bezier-Imaging-Modell, einschließlich Kontur
-und Füllung, Stile für Linienenden, Stile für Linienverbindungen, Text und
-mehr. Raph Gills Homepage ist http://www.levien.com/svg/ . Die Arbeit an
-Gill verlangsamte sich oder endete im Jahr 2000.
-
-Der Nachfolger dieser Codebasis sollte das sehr beliebte Programm Sodipodi
-werden, unter der Leitung von Lauris Kaplinski. Der Code wandelte sich in
-mehrjähriger Arbeit hin zu einem mächtigen Illustrationsprogramm, das viele
-neue Funktionen, Unterstützung für Mehrsprachigkeit und eine Version für
-Windows und andere Betriebssysteme erhielt, und Abhängigkeiten eliminierte.
-
-Inkscape wurde im Jahr 2003 von vier aktiven Sodipodi-Entwicklern - Bryce
-Harrington, MenTaLguY, Nathan Hurst und Ted Gould - gegründet, die eine
-andere Entwicklungsrichtung einschlagen wollten, um sich mehr auf
-SVG-Standardkonformität zu konzentrieren, das Interface-Design zu verbessern
-und um mehr Menschen eine Möglichkeit zur Teilhabe an der Entwicklung zu
-bieten. Das Projekt entwickelte sich rasch und gewann dabei eine Menge sehr
-aktiver Beitragender und neuer Funktionen.
-
-Ein großer Teil der Arbeit in der Anfangszeit des Projektes bestand aus der
-Stabilisierung des Codes und der Internationalisierung. Der ursprüngliche
-Renderer, den Inkscape von Sodipodi geerbt hatte, war gespickt mit vielen
-mathematischen Grenzfällen, die das Programm bei ungewöhnlicher Verwendung
-zum Absturz brachten. Dieser Renderer wurde durch Livarot ersetzt, das zwar
-auch nicht perfekt war, aber doch wesentlich weniger fehleranfällig. Das
-Projekt machte es sich zur Gewohnheit, neuen Code möglichst rasch
-zusammenzuführen, und Benutzer zu ermutigen, auch Entwicklerversionen des
-Programmes zu verwenden. Dies half dabei, neue Fehler schnell zu entdecken
-und ermöglichte es den Nutzern, die Reparaturen zu testen. Dies führte dazu,
-dass Inkscape-Veröffentlichungen im allgemeinen unter dem Ruf stehen stabil
-und zuverlässig zu sein.
-
-Es wurde sich um die Internationalisierung und Lokalisierung der
-Benutzeroberfläche bemüht, was dem Projekt dabei half, weltweit Mitwirkende
-zu gewinnen.
-
-Inkscape hatte einen positiven Einfluss darauf, wie visuell ansprechend Open
-Source im Allgemeinen wahrgenommen wird, indem es ein Werkzeug zur Verfügung
-stellte, mit dem Icons, Startbildschirme, Webseiten-Grafiken und so weiter
-erstellt werden können. Obwohl Inkscape eigentlich "nur ein Zeichenprogramm"
-ist, spielte es eine große Rolle dabei, Open Source für ein breiteres
-Publikum grafisch reizvoller zu machen.
-
-=head1 URHEBERRECHT UND LIZENZ
-
-B<Copyright (C)> 1999-2015 liegt bei den Autoren.
-
-B<Inkscape> ist freie Software. Sie dürfen es zu den Bedingungen der GPL
-weiterverbreiten und / oder verändern.
-
-
-
-=for comment $Date$
-
diff --git a/inkscape.el.pod b/inkscape.el.pod
deleted file mode 100644
index 9427469ab..000000000
--- a/inkscape.el.pod
+++ /dev/null
@@ -1,688 +0,0 @@
-
- *****************************************************
- * GENERATED FILE, DO NOT EDIT *
- * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
- *****************************************************
-
-This file was generated by po4a(7). Do not store it (in VCS, for example),
-but store the PO file used as source file by po4a-translate.
-
-In fact, consider this as a binary, and the PO file as a regular .c file:
-If the PO get lost, keeping this translation up-to-date will be harder.
-
-=encoding utf-8
-
-=head1 ΟΝΟΜΑ
-
-Inkscape - ένα πρόγραμμα επεξεργασίας SVG (κλιμακώσιμων γραφικών
-διανυσμάτων)
-
-=head1 ΣΥΝΟΨΗ
-
-C<inkscape [επιλογές [όνομα_αρχείου ...]>
-
-επιλογές:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=FILENAME
-
- -e, --export-png=FILENAME
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=COLOR
- -y, --export-background-opacity=VALUE
- -d, --export-dpi=DPI
- -w, --export-width=WIDTH
- -h, --export-height=HEIGHT
-
- -P, --export-ps=FILENAME
- -E, --export-eps=FILENAME
- -A, --export-pdf=FILENAME
- --export-pdf-version=VERSION-STRING
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=FILENAME
-
- -p, --print=PRINTER
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=VERB-ID
- --select=OBJECT-ID
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
-
- --g-fatal-warnings
-
-=head1 ΠΕΡΙΓΡΑΦΗ
-
-B<Inkscape> είναι ένας επεξεργαστής GUI για αρχεία σχεδίασης τύπου
-B<Scalable Vector Graphics (SVG)>, με δυνατότητες παρόμοιες με B<Adobe
-Illustrator>, B<CorelDraw>, B<Xara Xtreme>, κλ. χαρακτηριστικά Inkscape που
-περιλαμβάνουν εύχρηστα σχήματα, μονοπάτια bezier, ελεύθερη σχεδίαση, κείμενο
-πολλαπλής γραμμής, κείμενο σε μονοπάτι, ανάμειξη άλφα, μετασχηματισμούς
-ελεύθερου συσχετισμού, διαβαθμίσεις και γεμίσματα μοτίβων, επεξεργασία
-κόμβου, πολλές μορφές εξαγωγής και εισαγωγής περιλαμβάνοντας PNG και PDF,
-ομαδοποίηση, στρώσεις, ζωντανούς κλώνους και πολλά άλλα. Η διεπαφή
-σχεδιάστηκε να είναι άνετη και αποτελεσματική για έμπειρους χρήστες, ενώ
-παραμένει συμβατή με πρότυπα B<GNOME>, έτσι ώστε χρήστες εξοικειωμένοι με
-άλλες εφαρμογές GNOME να μπορούν να μάθουν τη διεπαφή της γρήγορα.
-
-B<SVG> είναι ένα πρότυπο W3C τύπου XML για δισδιάστατη σχεδίαση
-διανύσματος. Επιτρέπει ορισμό αντικειμένων στη σχεδίαση χρησιμοποιώντας
-σημεία, μονοπάτια και αρχέτυπα σχήματα. Χρώματα, γραμματοσειρές, πλάτη
-πινελιάς κ.ο.κ καθορίζονται ως γνωρίσματα `μορφοποίησης' σε αυτά τα
-αντικείμενα. Ο σκοπός είναι ότι αφού SVG είναι ένα πρότυπο και αφού τα
-αρχεία του είναι κείμενο/xml, θα είναι δυνατή η χρήση αρχείων SVG σε έναν
-αρκετά μεγάλο αριθμό προγραμμάτων και για μεγάλο εύρος χρήσεων.
-
-Το B<Inkscape> χρησιμοποιεί SVG ως εγγενή του τύπο αρχείων και έχει το σκοπό
-να γίνει το πιο πλήρως συμβατό πρόγραμμα σχεδίασης για αρχεία SVG διαθέσιμα
-στην κοινότητα ανοικτού κώδικα.
-
-
-
-=head1 ΕΠΙΛΟΓΕΣ
-
-=over 8
-
-=item B<-?>, B<--help>
-
-Προβολή μηνύματος βοήθειας
-
-=item B<-V>, B<--version>
-
-Προβολή έκδοσης Inkscape και ημερομηνία μεταγλώττισης.
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-Στην εξαγωγή PNG, ορίστε την εξαγόμενη περιοχή σε μονάδες χρήστη SVG
-(μονάδες ανώνυμου μήκους κανονικά χρησιμοποιούνται στο Inkscape SVG). Η
-προεπιλογή είναι η εξαγωγή της συνολικής σελίδας εγγράφου. Το σημείο (0,0)
-είναι η κάτω αριστερή γωνία.
-
-=item B<-C>, B<--export-area-page>
-
-Στην εξαγωγή PNG, PDF, PS και EPS, η εξαγόμενη περιοχή είναι η σελίδα. Αυτή
-είναι η προεπιλογή για PNG, PDF και PS, έτσι δεν χρειάζεται να το καθορίσετε
-εκτός και χρησιμοποιείτε --export-id για εξαγωγή ενός ειδικού
-αντικειμένου. Στο EPS, όμως, αυτό δεν είναι προεπιλεγμένο. Επιπλέον για EPS,
-η προδιαγραφή του τύπου δεν επιτρέπει το οριακό του πλαίσιο να επεκτείνεται
-πέρα από το περιεχόμενο του. Αυτό σημαίνει ότι όταν --export-area-page
-χρησιμοποιείται με εξαγωγή EPS, το οριακό πλαίσιο της σελίδας θα περικοπεί
-προς τα μέσα του οριακού πλαισίου του περιεχομένου εάν είναι μικρότερο.
-
-=item B<-D>, B<--export-area-drawing>
-
-Στην εξαγωγή PNG, PDF, PS και EPS, εξαγόμενη περιοχή είναι το σχέδιο (όχι η
-σελίδα), δηλαδή το οριακό πλαίσιο όλων των αντικειμένων του εγγράφου (ή του
-εξαγόμενου αντικειμένου εάν --export-id χρησιμοποιείται). Με αυτήν την
-επιλογή, η εξαγόμενη εικόνα θα εμφανίσει όλα τα ορατά αντικείμενα του
-εγγράφου χωρίς περιθώρια ή περικοπή. Αυτή είναι η προεπιλεγμένη περιοχή
-εξαγωγής για EPS. Για PNG, μπορεί να χρησιμοποιηθεί σε συνδυασμό με
---export-use-hints.
-
-=item B<--export-area-snap>
-
-Για εξαγωγή PNG, προσαρμογή της περιοχής εξαγωγής προς τα έξω στον
-πλησιέστερο ακέραιο SVG τιμών μονάδας χρήστη (px). Εάν χρησιμοποιείτε την
-προεπιλεγμένη ανάλυση εξαγωγής των 96 dpi και τα γραφικά σας προσαρμόζονται
-στα εικονοστοιχεία για ελαχιστοποίηση εξομάλυνσης, αυτός ο διακόπτης σας
-επιτρέπει να διατηρήσετε αυτή την ευθυγράμμιση ακόμα κι αν εξάγετε μερικά
-οριακά πλαίσια αντικειμένου (με --export-id ή --export-area-drawing) που
-είναι το ίδιο μη ευθυγραμμιζόμενο με εικονοστοιχεία.
-
-=item B<-b> I<COLOR>, B<--export-background>=I<COLOR>
-
-Το χρώμα παρασκηνίου του εξαγόμενου PNG. Αυτό μπορεί να είναι οποιοδήποτε
-αλφαριθμητικό υποστηριζόμενου χρώματος SVG, π.χ. "#ff007f" ή "rgb(255, 0,
-128)". Εάν δεν οριστεί, τότε το χρώμα της σελίδας που ορίστηκε στο Inkscape
-στο διάλογο επιλογών εγγράφου θα χρησιμοποιηθεί (καταχωρημένο στο pagecolor=
-attribute of sodipodi:namedview).
-
-=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-
-Η χρησιμοποιούμενη ανάλυση για εξαγωγή PNG. Χρησιμοποιείται επίσης για τη
-στάθμη εικονογραφικοποίησης των φιλτραρισμένων αντικειμένων όταν εξάγονται
-σε PS, EPS, ή PDF (εκτός και καθορίσετε --export-ignore-filters για να
-καταργήσετε την εικονογραφικοποίηση). Η προεπιλογή είναι 96 dpi, που
-αντιστοιχεί σε 1 μονάδα χρήστη SVG (px, που λέγεται επίσης "μονάδα χρήστη")
-εξαγωγής ανά 1 εικονοστοιχείο ψηφιογραφίας. Αυτή η τιμή υπερισχύει της
-υπόδειξης DPI εάν χρησιμοποιηθεί με --export-use-hints.
-
-=item B<-e> I<FILENAME>, B<--export-png>=I<FILENAME>
-
-Καθορισμός του ονόματος αρχείου για εξαγωγή PNG. Εάν ήδη υπάρχει, το αρχείο
-θα αντικατασταθεί χωρίς ερώτηση.
-
-=item B<-f> I<FILENAME>, B<--file>=I<FILENAME>
-
-Άνοιγμα καθορισμένων εγγράφων. Το αλφαριθμητικό επιλογής μπορεί να
-παραληφθεί, δηλαδή μπορείτε να καταγράψετε τα ονόματα αρχείου χωρίς -f.
-
-=item B<-g>, B<--with-gui>
-
-Δοκιμάστε να χρησιμοποιήσετε το GUI (σε Unix, χρησιμοποιήστε τον εξυπηρετητή
-X ακόμα κι αν το $DISPLAY δεν καθορίζεται).
-
-=item B<-h> I<HEIGHT>, B<--export-height>=I<HEIGHT>
-
-Το ύψος της δημιουργημένης ψηφιογραφίας σε εικονοστοιχεία. Αυτή η τιμή
-υπερισχύει του ορισμού --export-dpi (ή της υπόδειξης DPI, εάν
-χρησιμοποιείται με --export-use-hints).
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-For PNG, PS, EPS, PDF and plain SVG export, the id attribute value of the
-object that you want to export from the document; all other objects are not
-exported. By default the exported area is the bounding box of the object;
-you can override this using --export-area (PNG only) or --export-area-page.
-
-=item B<-j>, B<--export-id-only>
-
-For PNG and plain SVG, only export the object whose id is given in
---export-id. All other objects are hidden and won't show in export even if
-they overlay the exported object. Without --export-id, this option is
-ignored. For PDF export, this is the default, so this option has no effect.
-
-=item B<-l>, B<--export-plain-svg>=I<FILENAME>
-
-Εξαγωγή αντικειμένων σε απλή μορφή SVG, χωρίς κενά ονόματος sodipodi: ή
-inkscape και χωρίς μεταδεδομένα RDF.
-
-=item B<-x>, B<--extension-directory>
-
-Καταγράφει τον τρέχοντα κατάλογο επέκτασης που το Inkscape ρύθμισε για χρήση
-και εξέρχεται. Αυτό χρησιμοποιείται για εξωτερική επέκταση για να
-χρησιμοποιηθεί η ίδια ρύθμιση όπως η αρχική εγκατάσταση του Inkscape.
-
-=item B<--verb-list>
-
-Καταγράφει όλα τα διαθέσιμα ρήματα στο Inkscape με ταυτότητα. Αυτή η
-ταυτότητα μπορεί να χρησιμοποιηθεί για ορισμό χαρτογράφησης πλήκτρων ή
-μενού. Μπορεί επίσης να χρησιμοποιηθεί με την επιλογή γραμμής εντολής
---verb.
-
-=item B<--verb>=I<VERB-ID>, B<--select>=I<OBJECT-ID>
-
-Αυτές οι δύο επιλογές δουλεύουν μαζί για να δώσουν κάποια βασικά σενάρια για
-το Inkscape από τη γραμμή εντολών. Και οι δύο μπορούν να συμβούν όσες φορές
-χρειάζονται στη γραμμή εντολών και εκτελούνται με τη σειρά σε κάθε έγγραφο
-που καθορίζεται.
-
-Η εντολή --verb θα εκτελέσει ένα ειδικό ρήμα σαν να καλέστηκε από ένα μενού
-ή κουμπί. Οι διάλογοι θα εμφανιστούν, εάν αυτό είναι τμήμα του ρήματος. Για
-λήψη μιας λίστας των διαθέσιμων ταυτοτήτων ρημάτων, χρησιμοποιήστε την
-επιλογή γραμμής εντολής --verb-list.
-
-Η εντολή --select θα προκαλέσει τα αντικείμενα που έχουν τις καθορισμένες
-ταυτότητες να επιλεγούν. Αυτό επιτρέπει ποικίλα ρήματα να επενεργήσουν σε
-αυτά. Για να αφαιρέσετε όλες τις επιλογές χρησιμοποιήστε
---verb=EditDeselect. Οι διαθέσιμες ταυτότητες αντικειμένων εξαρτώνται από το
-καθοριζόμενο έγγραφο για φόρτωση.
-
-=item B<-p> I<PRINTER>, B<--print>=I<PRINTER>
-
-Εκτύπωση εγγράφων στον καθορισμένο εκτυπωτή χρησιμοποιώντας `lpr -P
-ΕΚΤΥΠΩΤΗΣ'. Εναλλακτικά χρησιμοποιήστε `| COMMAND' για να καθορίσετε μια
-διαφορετική εντολή διοχέτευσης, ή χρησιμοποιήστε `> ΟΝΟΜΑΑΡΧΕΙΟΥ' για να
-γράψετε την έξοδο PostScript σε ένα αρχείο αντί για εκτύπωση. Να θυμόσαστε
-να βάλετε κατάλληλα εισαγωγικά για το κέλυφος σας, π.χ.
-
-inkscape --print='| ps2pdf - mydoc.pdf' mydoc.svg
-
-=item B<-t>, B<--export-use-hints>
-
-Χρησιμοποιήστε όνομα αρχείου και υποδείξεις DPI αποθηκευμένες στο εξαγόμενο
-αντικείμενο (μόνο με --export-id). Αυτές οι υποδείξεις ορίζονται αυτόματα,
-όταν εξάγετε επιλογή μες το Inkscape. Έτσι, για παράδειγμα, εάν εξάγετε ένα
-σχήμα με id="path231" ως /home/me/shape.png στα 300 dpi από document.svg
-χρησιμοποιώντας Inkscape GUI και αποθηκεύσετε το έγγραφο, έπειτα αργότερα θα
-μπορείτε να το επανεξάγετε αυτό το σχήμα στο ίδιο αρχείο με την ίδια ανάλυση
-απλά με
-
-inkscape -i path231 -t document.svg
-
-Εάν χρησιμοποιήσετε --export-dpi, --export-width ή --export-height με αυτήν
-την επιλογή, έπειτα η υπόδειξη DPI θα αγνοηθεί και η τιμή από τη γραμμή
-εντολής θα χρησιμοποιηθεί. Εάν χρησιμοποιήσετε --export-png με αυτήν την
-επιλογή, τότε η υπόδειξη ονόματος αρχείου θα αγνοηθεί και το όνομα αρχείου
-από τη γραμμή εντολών θα χρησιμοποιηθεί.
-
-=item B<-w> I<WIDTH>, B<--export-width>=I<WIDTH>
-
-Το πλάτος της δημιουργούμενης ψηφιογραφίας σε εικονοστοιχεία. Αυτή η τιμή
-υπερισχύει της ρύθμισης --export-dpi (ή της υπόδειξης DPI εάν
-χρησιμοποιείται με --export-use-hints).
-
-=item B<-y> I<VALUE>, B<--export-background-opacity>=I<VALUE>
-
-Η αδιαφάνεια του παρασκηνίου του εξαγόμενου PNG. Αυτό μπορεί να είναι η τιμή
-είτε μεταξύ 0 και 1 (0 σημαίνει πλήρη διαφάνεια και 1 πλήρη αδιαφάνεια) ή
-μεγαλύτερη από 1 μέχρι 255 (255 σημαίνει πλήρης αδιαφάνεια). Εάν δεν οριστεί
-και η επιλογή -b δεν χρησιμοποιηθεί, τότε η αδιαφάνεια της σελίδας που
-ορίζεται στο Inkscape στο διάλογο επιλογών εγγράφου θα χρησιμοποιηθεί
-(καταχωρημένη στο γνώρισμα inkscape:pageopacity= attribute του
-sodipodi:namedview). Εάν δεν οριστεί αλλά χρησιμοποιηθεί η επιλογή -b, τότε
-η τιμή 255 (πλήρης αδιαφάνεια) θα χρησιμοποιηθεί.
-
-=item B<-P> I<FILENAME>, B<--export-ps>=I<FILENAME>
-
-Εξαγωγή εγγράφων σε μορφή PostScript. Σημειώστε ότι το PostScript δεν
-υποστηρίζει διαφάνεια, έτσι οποιαδήποτε διαφανή αντικείμενα στο αρχικό SVG
-θα εικονογραφικοποιηθούν αυτόματα. Οι χρησιμοποιούμενες γραμματοσειρές είναι
-υποσύνολο και ενσωματωμένες. Η προεπιλεγμένη περιοχή εξαγωγής είναι
-σελίδα. Μπορείτε να την ορίσετε στο σχέδιο με
---export-area-drawing. Μπορείτε να καθορίσετε --export-id για εξαγωγή ενός
-μονού αντικειμένου (όλα τα άλλα κρύβονται). Στην περίπτωση αυτή η περιοχή
-εξαγωγής είναι το οριακό πλαίσιο αυτού του αντικειμένου, αλλά μπορεί να
-οριστεί σε σελίδα με --export-area-page.
-
-=item B<-E> I<FILENAME>, B<--export-eps>=I<FILENAME>
-
-Εξαγωγή εγγράφων σε μορφή ενσωματωμένου PostScript. Σημειώστε ότι το
-PostScript δεν υποστηρίζει διαφάνεια, έτσι οποιαδήποτε διαφανή αντικείμενα
-στο αρχικό SVG θα εικονογραφικοποιηθούν αυτόματα. Οι χρησιμοποιούμενες
-γραμματοσειρές είναι υποσύνολο και ενσωματωμένες. Η προεπιλεγμένη περιοχή
-εξαγωγής είναι σχέδιο. Μπορείτε να το ορίσετε στη σελίδα, όμως δείτε
---export-area-page για εφαρμοζόμενους περιορισμούς. Μπορείτε να καθορίσετε
---export-id για να εξάγετε ένα μονό αντικείμενο (όλα τα άλλα κρύβονται).
-
-=item B<-A> I<FILENAME>, B<--export-pdf>=I<FILENAME>
-
-Εξαγωγή εγγράφων σε μορφή PDF. Αυτή η μορφή διατηρεί τη διαφάνεια στο αρχικό
-SVG. Οι χρησιμοποιούμενες γραμματοσειρές είναι υποσύνολο και
-ενσωματωμένες. Η προεπιλεγμένη περιοχή εξαγωγής είναι σελίδα. Μπορείτε να το
-ορίσετε σε σχέδιο, με --export-area-drawing. Μπορείτε να καθορίσετε
---export-id για να εξάγετε ένα μονό αντικείμενο (όλα τα άλλα κρύβονται). Σε
-αυτή την περίπτωση περιοχή εξαγωγής είναι αυτή του οριακού πλαισίου
-αντικειμένου, αλλά μπορεί να οριστεί σε σελίδα με --export-area-page.
-
-=item B<--export-pdf-version>=I<PDF-VERSION>
-
-Select the PDF version of the exported PDF file. This option basically
-exposes the PDF version selector found in the PDF-export dialog of the
-GUI. You must provide one of the versions from that combo-box,
-e.g. "1.4". The default pdf export version is "1.4".
-
-=item B<--export-latex>
-
-(για εξαγωγή PS, EPS και PDF) Χρησιμοποιείται για δημιουργία εικόνων για
-έγγραφα LaTeX, όπου το κείμενο της εικόνας στοιχειοθετείται από LaTeX. Όταν
-εξάγετε σε μορφή PDF/PS/EPS, αυτή η επιλογή διαιρεί την έξοδο σε ένα αρχείο
-PDF/PS/EPS (π.χ. όπως ορίζεται από --export-pdf) και ένα αρχείο LaTeX. Το
-κείμενο δεν εξάγεται σε αρχείο PDF/PS/EPS, αλλά αντίθετα θα εμφανιστεί στο
-αρχείο LaTeX. Αυτό το αρχείο LaTeX συμπεριλαμβάνει το PDF/PS/EPS. Είσοδος
-του αρχείου LaTeX (\input{image.tex}) στο έγγραφό σας LaTeX θα εμφανίσει την
-εικόνα και όλο το κείμενο θα στοιχειοθετείται από LaTeX. Δείτε το τελικό
-αρχείο LaTeX για περισσότερες πληροφορίες. Επίσης δείτε την έξοδο τερματικού
-GNUPlot's `epslatex'.
-
-=item B<-T>, B<--export-text-to-path>
-
-Convert text objects to paths on export, where applicable (for PS, EPS, PDF
-and SVG export).
-
-=item B<--export-ignore-filters>
-
-Εξαγωγή φιλτραρισμένων αντικειμένων (π.χ. αυτά με θόλωση) όπως διανύσματα,
-αγνοώντας τα φίλτρα (για εξαγωγή PS, EPS και PDF). Από προεπιλογή, όλα τα
-φιλτραρισμένα αντικείμενα εικονογραφικοποιούνται στο --export-dpi
-(προεπιλογή 96 dpi), διατηρώντας την εμφάνιση.
-
-=item B<-I>, B<--query-id>
-
-Ορισμός της ταυτότητας του αντικειμένου του οποίου οι διαστάσεις
-αναζητούνται. Εάν δεν οριστεί, οι επιλογές ερωτήματος θα επιστρέψουν τις
-διαστάσεις του σχεδίου (δηλαδή όλα τα αντικείμενα εγγράφου), όχι τη σελίδα ή
-το πλαίσιο θέασης
-
-=item B<-X>, B<--query-x>
-
-Ερώτημα της συντεταγμένης Χ του σχεδίου ή, εάν καθοριστεί, του αντικειμένου
-με --query-id. Η επιστρεφόμενη τιμή είναι σε px (μονάδες χρήστη SVG).
-
-=item B<-Y>, B<--query-y>
-
-Ερώτημα της συντεταγμένης Υ του σχεδίου ή, εάν καθοριστεί, του αντικειμένου
-με --query-id. Η επιστρεφόμενη τιμή είναι σε px (μονάδες χρήστη SVG).
-
-=item B<-W>, B<--query-width>
-
-Ερώτημα του πλάτους του σχεδίου ή, εάν καθοριστεί, του αντικειμένου με
---query-id. Η επιστρεφόμενη τιμή είναι σε px (μονάδες χρήστη SVG).
-
-=item B<-H>, B<--query-height>
-
-Ερώτημα του ύψους Ερώτημα της συντεταγμένης Χ του σχεδίου ή, εάν καθοριστεί,
-του αντικειμένου με --query-id. Η επιστρεφόμενη τιμή είναι σε px (μονάδες
-χρήστη SVG).
-
-=item B<-S>, B<--query-all>
-
-Εκτυπώνει μια λίστα όλων των αντικειμένων που είναι οριοθετημένοι με κόμμα
-στο έγγραφο SVG με καθορισμένες ταυτότητες, μαζί με τις τιμές τους x, y,
-πλάτους και ύψους.
-
-=item B<--shell>
-
-Με αυτήν την παράμετρο, το Inkscape θα εισάγει μια κατάσταση κελύφους
-διαδραστικής γραμμής εντολής. Σε αυτήν την κατάσταση, πληκτρολογήστε εντολές
-στην προτροπή και το Inkscape τις εκτελεί, χωρίς να πρέπει να τρέξετε ένα
-νέο αντίγραφο του Inkscape για κάθε εντολή. Αυτό το χαρακτηριστικό είναι
-ιδιαίτερα χρήσιμο για χρήσεις σεναρίου και εξυπηρετητή: δεν προσθέτει νέες
-δυνατότητες, αλλά σας επιτρέπει να βελτιώσετε τις απαιτήσεις ταχύτητας και
-μνήμης οποιουδήποτε σεναρίου που καλεί επανειλημμένα το Inkscape να
-εκτελέσει εργασίες γραμμής εντολών (όπως εξαγωγή ή συζητήσεις). Κάθε εντολή
-σε κατάσταση κελύφους πρέπει να είναι μια πλήρως έγκυρη γραμμή εντολής
-Inkscape, αλλά χωρίς το όνομα προγράμματος Inkscape, π.χ. "file.svg
---export-pdf=file.pdf".
-
-=item B<--vacuum-defs>
-
-Αφαιρεί όλα τα αχρησιμοποίητα στοιχεία από την ενότητα <lt>defs<gt> του
-αρχείου SVG. Εάν αυτή η επιλογή κληθεί σε συνδυασμό με την
---export-plain-svg, μόνο το εξαγόμενο αρχείο θα επηρεαστεί. Εάν
-χρησιμοποιηθεί μόνη, το καθορισμένο αρχείο θα τροποποιηθεί επιτόπου.
-
-=item B<-z>, B<--without-gui>
-
-Μην ανοίγετε το GUI (σε Unix, μην χρησιμοποιείτε εξυπηρετητή X). Μόνο
-επεξεργασία των αρχείων από την κονσόλα. Αυτό αναλαμβάνεται για επιλογές -p,
--e, -l και --vacuum-defs.
-
-=item B<--g-fatal-warnings>
-
-Αυτή η πρότυπη επιλογή GTK εξαναγκάζει οποιεσδήποτε προειδοποιήσεις, συνήθως
-αβλαβείς, να προκαλέσουν εγκατάλειψη του Inkscape (χρήσιμο για
-αποσφαλμάτωση).
-
-=item B<--usage>
-
-Προβολή ενός σύντομου μηνύματος χρήσης.
-
-=back
-
-=head1 ΔΙΑΜΟΡΦΩΣΗ
-
-Το κυρίως αρχείο διαμόρφωσης είναι τοποθετημένο στο
-~/.config/inkscape/preferences.xml. Αποθηκεύει μια ποικιλία ρυθμίσεων
-διαμόρφωσης που μπορείτε να αλλάξετε στο Inkscape (συνήθως στο διάλογο
-προτιμήσεων του Inkscape). Επίσης στους υποκαταλόγους εκεί, μπορείτε να
-τοποθετήσετε το δικό σας:
-
-B<$HOME>/.config/inkscape/extensions/ - εφέ επέκτασης.
-
-B<$HOME>/.config/inkscape/icons/ - εικονίδια.
-
-B<$HOME>/.config/inkscape/keys/ - χάρτες πληκτρολογίου.
-
-B<$HOME>/.config/inkscape/templates/ - πρότυπα νέων αρχείων.
-
-=head1 ΔΙΑΓΝΩΣΤΙΚΑ
-
-Το πρόγραμμα επιστρέφει μηδέν σε επιτυχία ή μη μηδέν σε αποτυχία.
-
-Μια ποικιλία μηνυμάτων λαθών και προειδοποιήσεων μπορεί να τυπωθεί στο
-STDERR ή STDOUT. Εάν το πρόγραμμα συμπεριφέρεται ακανόνιστα με ένα
-συγκεκριμένο αρχείο SVG ή καταρρέει, είναι χρήσιμο να κοιτάξετε σε αυτή την
-έξοδο για στοιχεία.
-
-=head1 ΠΑΡΑΔΕΙΓΜΑΤΑ
-
-Αν και προφανώς το B<Inkscape> σκοπεύει κυρίως ως μια εφαρμογή GUI, μπορεί
-επίσης να χρησιμοποιηθεί για να κάνει επεξεργασία SVG στη γραμμή εντολών
-επίσης.
-
-Άνοιγμα ενός αρχείου SVG στο GUI:
-
- inkscape filename.svg
-
-Εκτύπωση ενός αρχείου SVG από τη γραμμή εντολών:
-
- inkscape filename.svg -p '| lpr'
-
-Εξαγωγή ενός αρχείου SVG σε PNG με την προκαθορισμένη ανάλυση των 96 dpi
-(μια μονάδα χρήστη SVG μεταφράζει σε ένα εικονοστοιχείο ψηφιογραφίας):
-
- inkscape filename.svg --export-png=filename.png
-
-Το ίδιο, αλλά εξαναγκάζει το αρχείο PNG να είναι 600x400 εικονοστοιχεία:
-
- inkscape filename.svg --export-png=filename.png -w600 -h400
-
-Το ίδιο, αλλά εξάγει το σχέδιο (οριακά πλαίσια όλων των αντικειμένων), όχι
-τη σελίδα:
-
- inkscape filename.svg --export-png=filename.png --export-area-drawing
-
-Εξαγωγή σε PNG του αντικειμένου με id="text1555", χρησιμοποιώντας το όνομα
-αρχείου εξόδου και την ανάλυση που χρησιμοποιήθηκε για αυτό το αντικείμενο
-την τελευταία φορά, όταν εξάχθηκε από το GUI:
-
- inkscape filename.svg --export-id=text1555 --export-use-hints
-
-Το ίδιο, αλλά χρήση της επιλεγμένης ανάλυσης 96 dpi, καθορισμός του ονόματος
-αρχείου και προσαρμογή της εξαγόμενης περιοχής προς τα έξω στις πιο κοντινές
-ακέραιες τιμές μονάδας χρήστη SVG (για να διατηρηθεί η ευθυγράμμιση
-εικονοστοιχείου των αντικειμένων και έτσι να ελαχιστοποιηθεί η εξομάλυνση):
-
- inkscape filename.svg --export-id=text1555 --export-png=text.png --export-area-snap
-
-Μετατροπή ενός εγγράφου Inkscape SVG σε απλό SVG:
-
- inkscape filename1.svg --export-plain-svg=filename2.svg
-
-Μετατροπή ενός εγγράφου SVG σε EPS, μετατρέποντας όλα τα κείμενα σε
-μονοπάτια:
-
- inkscape filename.svg --export-eps=filename.eps --export-text-to-path
-
-Ερώτημα πλάτους του αντικειμένου με id="text1555":
-
- inkscape filename.svg --query-width --query-id text1555
-
-Διπλασιασμός του αντικειμένου με id="path1555", περιστροφή του διπλότυπου
-κατά 90 μοίρες, αποθήκευση SVG και έξοδος:
-
- inkscape filename.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-
-=head1 ΠΕΡΙΒΑΛΛΟΝ
-
-B<DISPLAY> για λήψη του προεπιλεγμένου αριθμού υποδοχής και εμφάνισης.
-
-B<TMPDIR> για ορισμό του προεπιλεγμένου μονοπατιού του καταλόγου για χρήση
-των προσωρινών αρχείων. Ο κατάλογος πρέπει να υπάρχει.
-
-B<INKSCAPE_PROFILE_DIR> to set the path of the directory to use for the user
-profile.
-
-=head1 ΘΕΜΑΤΑ
-
-Για φόρτωση διαφορετικών εικονιδίων καθορίζει αντί για το προεπιλεγμένο
-αρχείο B<$PREFIX>/share/inkscape/icons/icons.svg, χρησιμοποιείται ο
-κατάλογος B<$HOME>/.config/inkscape/icons/. Τα εικονίδια φορτώνονται κατ'
-όνομα (π.χ. I<fill_none.svg>), ή εάν δεν βρεθεί τότε από I<icons.svg>. Εάν
-το εικονίδιο δεν φορτωθεί από κάποια από αυτές τις θέσεις, επιστρέφει στην
-προεπιλεγμένη θέση του συστήματος.
-
-Τα απαιτούμενα εικονίδια φορτώνονται από αρχεία SVG αναζητώντας για την
-ταυτότητα SVG με το όνομα εικονιδίου που ταιριάζει. (Π.χ., για φόρτωμα του
-εικονιδίου "fill_none" από ένα αρχείο, το οριακό πλαίσιο που αναζητήθηκε για
-ταυτότητα SVG "fill_none" αποδίδεται ως εικονίδιο, είτε έρχεται από
-I<fill_none.svg> ή I<icons.svg>.)
-
-
-
-
-
-=head1 ΑΛΛΕΣ ΠΛΗΡΟΦΟΡΙΕΣ
-
-Η κανονική θέση για εύρεση των πληροφοριών B<Inkscape> είναι στο
-http://www.inkscape.org/. Η ιστοσελίδα έχει νέα, τεκμηρίωση, μαθήματα,
-παραδείγματα, αρχείο λίστας αλληλογραφίας, την τελευταία έκδοση του
-προγράμματος, βάσεις δεδομένων ερωτημάτων για σφάλματα και χαρακτηριστικά
-και άλλα.
-
-=head1 ΔΕΙΤΕ ΕΠΙΣΗΣ
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-πακέτο ελέγχου συμβατότητας SVG: http://www.w3.org/Graphics/SVG/Test/
-
-Επικυρωτής SVG: http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
-January 2003> L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
-November 2003> L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
-W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-
-=head1 ΣΗΜΕΙΩΣΕΙΣ GUI
-
-Για να μάθετε για τη λειτουργία Inkscape's GUI, διαβάστε τα μαθήματα στο
-Βοήθεια > Μαθήματα.
-
-Πέρα από SVG, το Inkscape μπορεί να εισάγει (Αρχείο > Εισαγωγή) τις
-περισσότερες μορφές ψηφιογραφίας (PNG, BMP, JPG, XPM, GIF, κλ.), απλό
-κείμενο (απαιτεί Perl), PS και EPS (απαιτεί Ghostscript), PDF και μορφή AI
-(AI έκδοση 9.0 ή νεότερη).
-
-Inkscape exports 32-bit PNG images (File > Export PNG Image) as well as AI,
-PS, EPS, PDF, DXF, and several other formats via File > Save as.
-
-Το Inkscape μπορεί να χρησιμοποιήσει την πίεση και κλίση μιας πένας γραφικής
-πινακίδας για πλάτος, γωνία και εξαναγκασμό της επενέργειας πολλών
-εργαλείων, συμπεριλαμβανόμενης της καλλιγραφικής πένας.
-
-Το Inkscape περιλαμβάνει ένα GUI σύστημα επικοινωνίας στη μηχανή ανίχνευσης
-ψηφιογραφίας Potrace (http://potrace.sf.net) που ενσωματώνεται στο Inkscape.
-
-Το Inkscape μπορεί να χρησιμοποιήσει εξωτερικά σενάρια (φίλτρα
-stdin-to-stdout) που αναπαριστάνονται από εντολές στο μενού επεκτάσεων. Ένα
-σενάριο μπορεί να έχει ένα διάλογο GUI για ορισμό ποικίλων παραμέτρων και
-μπορεί να λάβει τις ταυτότητες των επιλεγμένων αντικειμένων στα οποία δρα
-μέσω της γραμμής εντολών. Το Inkscape έρχεται με μια ταξινόμηση εφέ γραμμένη
-σε Python.
-
-=head1 ΣΥΝΔΥΑΣΜΟΙ ΠΛΗΚΤΡΩΝ
-
-Για λήψη μιας πλήρους λίστας των συντομεύσεων πληκτρολογίου και ποντικιού,
-δείτε doc/keys.html ή χρησιμοποιήστε την εντολή πλήκτρα και ποντίκι στο
-μενού βοήθειας.
-
-=head1 ΣΦΑΛΜΑΤΑ
-
-Πολλά σφάλματα είναι γνωστά. Παρακαλώ κοιτάξτε στον ιστότοπο (inkscape.org)
-για να δείτε τα αναφερθέντα σφάλματα και να αναφέρετε νεοευρεθέντα
-θέματα. Δείτε επίσης την ενότητα γνωστών θεμάτων στις σημειώσεις έκδοσης για
-την έκδοσή σας (αρχείο`NEWS').
-
-=head1 ΣΥΓΓΡΑΦΕΙΣ
-
-Αυτή η βάση κώδικα χρωστάει την ύπαρξη της σε ένα μεγάλο αριθμό συντελεστών
-μέσα από τις ποικίλες τους μεταμορφώσεις. Η ακόλουθη λίστα είναι σίγουρα
-ατελής, αλλά εξυπηρετεί στην αναγνώριση ότι αυτή η εφαρμογή κάθεται σε
-πολλούς ώμους:
-
-[% INCLUDE "AUTHORS" %]
-
-This man page was put together by Bryce Harrington
-E<lt>brycehar@bryceharrington.orgE<gt>.
-
-=head1 ΙΣΤΟΡΙΚΟ
-
-Ο βασικός κώδικας που θα γινόταν Inkscape ξεκίνησε τη ζωή της στο 1999 όπως
-το πρόγραμμα Gill, η εφαρμογή GNOME Illustrator, δημιουργημένη από τον Raph
-Levien. Ο δηλωμένος σκοπός για το Gill ήταν να υποστηρίξει τελικά όλο το
-SVG. Ο Raph υποστήριξε το πρότυπο εικόνας bezier PostScript,
-συμπεριλαμβάνοντας πινελιά και γέμισμα, μορφοποίηση γραμμής τέλους,
-μορφοποίηση ενωμένης γραμμής, κειμένου κλ. Η ιστοσελίδα του Raph Gill είναι
-στο http://www.levien.com/svg/. Η δουλειά στο Gill φαίνεται να επιβραδύνθηκε
-ή να σταμάτησε το 2000.
-
-Η επόμενη μεταμόρφωση του βασικού κώδικα ήταν να γίνει το πολύ δημοφιλές
-πρόγραμμα Sodipodi, καθοδηγούμενο από Lauris Kaplinski. Ο βασικός κώδικας
-μετατράπηκε σε ένα ισχυρό πρόγραμμα εικονογράφησης κατά τη διάρκεια πολλών
-χρόνων δουλειάς, προσθέτοντας πολλά καινούργια χαρακτηριστικά, πολυγλωσσική
-υποστήριξη, μεταφορά σε Windows και άλλα λειτουργικά συστήματα και αφαίρεση
-των εξαρτήσεων.
-
-Το Inkscape σχεδιάστηκε το 2003 από τέσσερις ενεργούς προγραμματιστές του
-Sodipodi Bryce Harrington, MenTaLguY, Nathan Hurst και Ted Gould που ήθελαν
-να πάρουν μια διαφορετική κατεύθυνση με το βασικό κώδικα σε όρους εστίασης
-της συμβατότητας SVG, εμφάνισης και αίσθησης διεπαφής και μια επιθυμία
-ανοίγματος των ευκαιριών ανάπτυξης σε περισσότερους συμμετέχοντες. Το σχέδιο
-προόδευσε γρήγορα, κερδίζοντας έναν αριθμό πολύ ενεργών συντελεστών και
-χαρακτηριστικών.
-
-Πολλή δουλειά τον πρώτο καιρό του σχεδίου εστιάστηκε στη σταθεροποίηση του
-κώδικα και στην διεθνοποίηση. Η αρχική σχεδίαση που κληρονομήθηκε από το
-Sodipodi διανθίστηκε με έναν αριθμό μαθηματικών περιπτώσεων που οδήγησε σε
-αναπάντεχες καταρρεύσεις, όταν το πρόγραμμα σπρώχτηκε πέρα από τις χρήσεις
-ρουτίνας. Αυτή η σχεδίαση αντικαταστάθηκε από το Livarot που ενώ δεν
-τελειοποίησε καμιά από τις δυο, ήταν σημαντικά λιγότερα επιρρεπής σε
-σφάλματα. Το σχέδιο υιοθέτησε επίσης μια πρακτική υποβολής κώδικα συχνά και
-ενεθάρρυνε τους χρήστες να τρέχουν εξελικτικά στιγμιότυπα του
-προγράμματος. Αυτό βοήθησε την ταυτοποίηση νέων σφαλμάτων γρήγορα και
-επιβεβαίωσε ότι ήταν εύκολο για χρήστες να επιβεβαιώνουν τις διορθώσεις. Ως
-αποτέλεσμα, οι εκδόσεις του Inkscape κέρδισαν γενικά μια φήμη ευρωστίας και
-αξιοπιστίας.
-
-Παρόμοια, έγιναν προσπάθειες για διεθνοποίηση και τοπικοποίηση της διεπαφής,
-που βοήθησε το πρόγραμμα να κερδίσει συντελεστές παγκόσμια.
-
-Το Inkscape είχε μια ευεργετική επίδραση στην οπτική έλξη του ανοιχτού
-λογισμικού γενικά, παρέχοντας ένα εργαλείο για δημιουργία και διανομή
-εικονιδίων, αρχικών εικόνων, τεχνών ιστότοπων κλ. Κατά κάποιο τρόπο, παρά το
-ότι είναι "μόνο ένα σχεδιαστικό πρόγραμμα", το Inkscape έχει παίξει ένα
-σημαντικό ρόλο στη δημιουργία ανοιχτού κώδικα περισσότερο οπτικά διεγερτικού
-σε μεγαλύτερα ακροατήρια.
-
-=head1 ΠΝΕΥΜΑΤΙΚΑ ΔΙΚΑΙΩΜΑΤΑ ΚΑΙ ΑΔΕΙΑ
-
-B<Copyright (C)> 1999-2015 από τους συγγραφείς.
-
-B<Inkscape> είναι ελεύθερο λογισμικό. Μπορείτε να το αναδιανείμετε και/ή να
-το τροποποιήσετε με τους όρους του GPL.
-
-
-
-=for comment $Date$
-
diff --git a/inkscape.fr.pod b/inkscape.fr.pod
deleted file mode 100644
index 294130658..000000000
--- a/inkscape.fr.pod
+++ /dev/null
@@ -1,693 +0,0 @@
-
- *****************************************************
- * GENERATED FILE, DO NOT EDIT *
- * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
- *****************************************************
-
-This file was generated by po4a(7). Do not store it (in VCS, for example),
-but store the PO file used as source file by po4a-translate.
-
-In fact, consider this as a binary, and the PO file as a regular .c file:
-If the PO get lost, keeping this translation up-to-date will be harder.
-
-=encoding UTF-8
-
-=head1 NOM
-
-Inkscape - programme d'édition SVG (Scalable Vector Graphics).
-
-=head1 SYNOPSIS
-
-C<inkscape [options] [nom_de_fichier ...]>
-
-options:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=NOMDEFICHIER
-
- -e, --export-png=NOMDEFICHIER
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=COULEUR
- -y, --export-background-opacity=VALEUR
- -d, --export-dpi=DPI
- -w, --export-width=LARGEUR
- -h, --export-height=HAUTEUR
-
- -P, --export-ps=NOMDEFICHIER
- -E, --export-eps=NOMDEFICHIER
- -A, --export-pdf=NOMDEFICHIER
- --export-pdf-version=NUMERODEVERSION
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=NOMDEFICHIER
-
- -p, --print=IMPRIMANTE
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=VERB-ID
- --select=OBJECT-ID
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
-
- --g-fatal-warnings
-
-=head1 DESCRIPTION
-
-B<Inkscape> est un éditeur de dessin au format B<Scalable Vector Graphics
-(SVG)> doté d'une interface graphique, offrant des possibilités similaires à
-B<Adobe Illustrator>, B<CorelDraw>, B<Xara Xtreme>, etc. Les fonctionnalités
-d'Inkscape comprennent une gestion versatile des formes, le dessin à main
-levée et les courbes de Bézier, le texte multiligne, le texte suivant un
-chemin, la transparence, les transformations affines, les remplissages par
-motif ou dégradé, l'édition de nœuds, l'export SVG vers PNG, le groupement,
-les calques, les clones interactifs et bien plus encore. L'interface est
-conçue pour être confortable et efficace pour les utilisateurs expérimentés
-tout en restant conforme aux spécifications de B<GNOME> permettant ainsi aux
-utilisateurs d'applications GNOME de s'y habituer rapidement.
-
-Le format B<SVG> est un format XML standard pour le dessin vectoriel 2D. Il
-permet de définir des objets sur un dessin par l'utilisation de points,
-chemins et formes primitives. Les couleurs, fontes, largeur de contour et
-autres sont spécifiés en tant qu'attributs de 'style' de ces objets. Le but
-est de rendre possible l'utilisation de fichiers SVG pour un grand nombre de
-programmes et d'utilisation, SVG étant un standard et ses fichiers du type
-texte/xml.
-
-B<Inkscape> utilise le SVG comme format natif de ses documents, et a pour
-but de devenir le plus conforme des programmes de dessin SVG, disponible
-pour la communauté du logiciel libre.
-
-
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-?>, B<--help>
-
-Affiche un message d'aide.
-
-=item B<-V>, B<--version>
-
-Affiche la version d'Inkscape et la date de compilation.
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-Pour l'export en PNG, définit la zone à exporter en pixels SVG (unité
-anonyme de longueur utilisée normalement par le format SVG Inkscape). Le
-comportement par défaut est d'exporter la page du document. Le point (0,0)
-est le coin inférieur gauche.
-
-=item B<-C>, B<--export-area-page>
-
-Pour l'export en PNG, PDF, PS et EPS, la zone exportée est la page. C'est
-habituellement le comportement par défaut pour les formats PNG, PDF et PS,
-aussi spécifier cette option n'est pas nécessaire pour ces formats sauf si
-l'option --export-id est utilisée pour exporter un objet spécifique. En EPS,
-cependant, il ne s'agit pas du comportement par défaut. De plus, pour l'EPS,
-la spécification du format n'autorise pas sa boîte englobante à s'étendre
-au-delà de son contenu, ce qui signifie que lorsque l'option
---export-area-page est utilisée pour l'export EPS, la boîte englobante de la
-page sera redimensionnée pour s'adapter à la boîte englobante de son contenu
-si elle est plus petite.
-
-=item B<-D>, B<--export-area-drawing>
-
-Pour l'export en PNG, PDF, PS et EPS, la zone à exporter est le dessin
-entier (pas la page), c'est à dire la boîte englobante de l'ensemble des
-objets du document (ou des objets exportés lorsque l'option --export-id est
-utilisée). Avec cette option, l'image exportée n'affichera que les objets
-visibles du document sans marge ni massicotage. Il s'agit de l'option par
-défaut pour l'export au format EPS. Peut être combiné, lors de l'export en
-PNG, avec --export-use-hints.
-
-=item B<--export-area-snap>
-
-Arrondi les dimensions de la zone à exporter aux valeurs entières
-supérieures en unités SVG utilisateur (px). Si vous utilisez une résolution
-d'export de 96 ppp et que vos objets sont alignés aux pixels afin de
-minimiser l'anti-crénelage, cette option permet de préserver cet alignement
-même si l'export se fait selon des boîtes de contour (avec --export-id ou
---export-area-drawing) qui ne sont pas correctement alignées sur les pixels.
-
-=item B<-b> I<COULEUR>, B<--export-background>=I<COULEUR>
-
-Couleur de fond du PNG exporté. Cette valeur peut être n'importe quelle
-chaîne de couleur supportée par le format SVG, par exemple "#ff007f" ou
-"rgb(255, 0, 128)". Si cette couleur n'est pas définie, la couleur de page
-définie dans Inkscape via la boîte de dialogue Préférences du document sera
-utilisée (enregistrée dans l'attribut pagecolor= de sodipodi:namedview).
-
-=item B<-d> I<PPP>, B<--export-dpi>=I<PPP>
-
-La résolution utilisée pour l'export en PNG. Elle est également utilisée
-pour définir le niveau de rastérisation des objets filtrés lors de l'export
-en PS, EPS ou PDF (sauf si l'option --export-ignore-filters est
-utilisée). Elle est de 96 par défaut, correspondant à 1 pixel SVG (px, aussi
-appelé « unité utilisateur ») s'exportant vers 1 pixel bitmap. Cette valeur
-préempte la PPP enregistrée avec le document si la commande est utilisée
-avec --export-use-hints.
-
-=item B<-e> I<NOMDEFICHIER>, B<--export-png>=I<NOMDEFICHIER>
-
-Spécifie le nom de fichier pour l'export en PNG. S'il existe déjà, il sera
-écrasé sans demande de confirmation.
-
-=item B<-f> I<NOMDEFICHIER>, B<--file>=I<NOMDEFICHIER>
-
-Ouvre le(s) document(s) spécifié(s). La chaîne d'option peut être omise,
-c'est à dire que vous pouvez lister les noms de fichier sans -f.
-
-=item B<-g>, B<--with-gui>
-
-Tente d'utiliser l'interface graphique (sous Unix, utilise le serveur X,
-même si $DISPLAY n'est pas défini).
-
-=item B<-h> I<HAUTEUR>, B<--export-height>=I<HAUTEUR>
-
-Hauteur du bitmap généré en pixels. Cette valeur préempte l'option
---export-dpi (ou la PPP enregistrée avec le document si --export-use-hints
-est aussi utilisé).
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-Lors des exportations PNG, PS, EPS, PDF et SVG simple, valeur de l'attribut
-id de l'objet que vous voulez exporter depuis le document (aucun autre objet
-n'est exporté). Par défaut la zone exportée est la boîte englobante de
-l'objet ; vous pouvez préempter ce comportement en utilisant --export-area
-(pour le PNG seulement) ou --export-area-page.
-
-=item B<-j>, B<--export-id-only>
-
-Pour les formats PNG et SVG simple, n'exporte que l'objet dont l'id est
-spécifiée avec avec l'option --export-id. Tout les autres objets seront
-cachés et n'apparaîtront pas dans le fichier exporté même s'ils chevauchent
-l'objet effectivement exporté. Cette option est ignorée si --export-id n'est
-pas aussi utilisé.
-
-=item B<-l>, B<--export-plain-svg>=I<NOMDEFICHIER>
-
-Exporte le(s) document(s) en SVG brut, sans espace de nom sodipodi: ou
-inkscape: et sans métadonnées RDF.
-
-=item B<-x>, B<--extension-directory>
-
-Liste le contenu du répertoire d'extensions configuré en tant que tel par
-Inkscape, puis sort. Cette option est utilisée afin que les extensions
-externes utilisent la configuration originale générée à l'installation
-d'Inkscape.
-
-=item B<--verb-list>
-
-Liste tous les verbes disponibles dans Inkscape par identifiant. Cet
-identifiant peut être utilisé pour définir les actions du clavier ou les
-menus. Il peut également être utilisé avec l'option de ligne de commande
---verb.
-
-=item B<--verb>=I<VERB-ID>, B<--select>=I<OBJECT-ID>
-
-Ces deux options fonctionnent de concert pour offrir la possibilité d'écrire
-des scripts simples pour Inkscape depuis la ligne de commande. Il peuvent
-apparaître sur la ligne de commande aussi souvent que nécessaire et sont
-exécutés dans l'ordre pour tous les documents spécifiés.
-
-La commande --verb exécute une action spécifique comme si elle était appelée
-depuis un menu ou un bouton. Un boîte de dialogue apparaît lorsqu'elle fait
-partie de l'action. Utilisez l'option --verb-list pour lister les
-identifiants d'action disponibles.
-
-La commande --select sélectionne les objects correspondants à l'identifiant
-spécifié. Les actions suivantes ne s'appliquent alors qu'à cette
-sélection. Pour désélectionner tous les objets, utilisez
---verb=EditDeselect. Les identifiants d'objet disponibles dépendent du
-document ouvert.
-
-=item B<-p> I<IMPRIMANTE>, B<--print>=I<IMPRIMANTE>
-
-Imprime le(s) document(s) vers l'imprimante spécifiée en utilisant `lpr -P
-IMPRIMANTE'. Vous pouvez aussi utiliser `| COMMANDE' pour spécifier un tube
-de commande différent, ou utiliser `> NOMDEFICHIER' pour écrire le résultat
-PostScript dans un fichier au lieu de l'imprimer. N'oubliez pas d'utiliser
-les guillemets appropriés pour votre shell, par S<exemple :>
-
-inkscape --print='| ps2pdf - mondoc.pdf' mondoc.svg
-
-=item B<-t>, B<--export-use-hints>
-
-Utilise le nom de fichier et la PPP enregistrés avec l'objet exporté
-(uniquement si --export-id est spécifié). Ces valeurs sont automatiquement
-spécifiées si vous exportez la sélection depuis Inkscape. Donc, si par
-exemple, vous exportez la forme id="path231" en tant que /home/me/shape.png
-avec une résolution de 300 ppp depuis document.svg en utilisant l'interface
-graphique d'Inkscape, et sauvez le document, vous pourrez réexporter plus
-tard cette forme vers le même fichier et avec la même résolution en
-utilisant simplement la S<commande :>
-
-inkscape -i path231 -t document.svg
-
-Si vous utilisez --export-dpi, --export-width, ou --export-height avec cette
-option, la PPP enregistrée avec le document sera ignorée et la valeur
-fournie à la ligne de commande utilisée. Si vous utilisez --export-png avec
-cette option, le nom de fichier enregistré avec le document sera ignoré et
-le nom de fichier fourni à la ligne de commande utilisé.
-
-=item B<-w> I<LARGEUR>, B<--export-width>=I<LARGEUR>
-
-Largeur du bitmap généré en pixels. Cette valeur préempte l'option
---export-dpi setting (ou la PPP enregistrée avec le document si
---export-use-hints est aussi utilisé).
-
-=item B<-y> I<VALEUR>, B<--export-background-opacity>=I<VALEUR>
-
-Opacité du fond du PNG exporté. Cela peut être une valeur entre 0.0 et 1.0
-S<(0.0 :> complètement transparent, 1.0 complètement opaque) ou supérieure à 1
-et inférieure à 255 S<(255 :> complètement opaque). Si cette valeur n'est pas
-spécifiée et si l'option -b n'est pas utilisée, l'opacité de la page
-enregistrée avec le document (dans l'attribut inkscape:pageopacity= de
-sodipodi:namedview) sera utilisée. Si cette valeur n'est pas spécifiée mais
-que l'option -b est utilisée, la valeur 255 (opacité complète) sera
-utilisée.
-
-=item B<-P> I<NOMDEFICHIER>, B<--export-ps>=I<NOMDEFICHIER>
-
-Exporte le ou les documents au format PostScript. Notez que PostScript ne
-supporte pas la transparence, et que tout objet transparent dans le SVG
-original sera automatiquement rastérisé. Les polices utilisés sont
-incorporées en tant que sous-ensemble. La zone d'exportation par défaut est
-la page, mais vous pouvez choisir de limiter cette zone au dessin avec
-l'option --export-area-drawing. Il est également possible de n'exporter
-qu'un objet en spécifiant --export-id (tous les autres objets sont
-cachés). Dans ce cas, la zone d'exportation correspond à celle de l'objet
-choisi, à moins que vous n'ajoutiez l'option --export-area-page pour que
-cette zone prenne la taille de la page.
-
-=item B<-E> I<NOMDEFICHIER>, B<--export-eps>=I<NOMDEFICHIER>
-
-Exporte le ou les documents au format Encapsulated PostScript. Notez que
-PostScript ne supporte pas la transparence, et que tout objet transparent
-dans le SVG original sera automatiquement rastérisé. Les polices utilisés
-sont incorporées en tant que sous-ensemble. La zone d'exportation par défaut
-est la page, mais vous pouvez choisir de limiter cette zone au dessin avec
-l'option --export-area-drawing. Il est également possible de n'exporter
-qu'un objet en spécifiant --export-id (tous les autres objets sont cachés).
-
-=item B<-A> I<FILENAME>, B<--export-pdf>=I<FILENAME>
-
-Exporte le ou les documents au format PDF. Ce format préserve la
-transparence des objets présents dans le SVG original. Les polices utilisés
-sont incorporées en tant que sous-ensemble. La zone d'exportation par défaut
-est la page, mais vous pouvez choisir de limiter cette zone au dessin avec
-l'option --export-area-drawing. Il est également possible de n'exporter
-qu'un objet en spécifiant --export-id (tous les autres objets sont
-cachés). Dans ce cas, la zone d'exportation correspond à celle de l'objet
-choisi, à moins que vous n'ajoutiez l'option --export-area-page pour que
-cette zone prenne la taille de la page.
-
-=item B<--export-pdf-version>=I<VERSION-PDF>
-
-Sélectionne la version PDF utilisée pour exporter le fichier. Cette option
-ne fait que réutiliser le sélecteur de version PDF présent dans la boîte de
-dialogue d'exportation en PDF de l'interface graphique. Vous devez donc
-fournir une des versions proposées par ce sélecteur (par exemple « 1.4 ». La
-version par défaut est « 1.4 ».
-
-=item B<--export-latex>
-
-Pour l'exportation en PS, EPS ou PDF. Utilisé pour créer des images pour les
-documents LaTeX, pour lesquels les textes sont composés par LaTeX. Lors de
-l'exportation PS, EPS ou PDF, cette option sépare la sortie en un fichier
-PS, EPS ou PDF (lorsque, par exemple, l'option --export-pdf est positionnée)
-et en un fichier LaTeX. Le text n'est pas enregistré dans le PS, EPS ou PDF,
-mais apparaît dans le fichier LaTex, qui lui-même inclut le PS, EPS ou
-PDF. Inclure le fichier LaTeX (\input{image.tex}) dans un document LaTeX
-fait alors apparaître l'image, et tout le texte composé par LaTeX. Se
-référer au document LaTeX généré pour de plus amples informations (voir
-également la sortie terminal de la commande GNUPlot `epslatex').
-
-=item B<-T>, B<--export-text-to-path>
-
-Convertit les objets texte en chemins lors de l'export, si applicable (pour
-l'exportation en PS, EPS, PDF ou SVG).
-
-=item B<--export-ignore-filters>
-
-Exporte les objets filtrés (avec du flou, par exemple) comme des vecteurs,
-en ignorant les filtres (pour l'exportation en PS, EPS ou PDF). Par défaut,
-tous les objets filtrés sont rastérisés à une définition choisie par
---export-dpi (par défaut 96 ppp), en préservant son apparence.
-
-=item B<-I>, B<--query-id>
-
-Identifiant de l'objet dont les dimensions sont demandées. Si cette option
-n'est pas utilisée, la commande retournera les dimensions du dessin, pas de
-la page ou de la zone affichée.
-
-=item B<-X>, B<--query-x>
-
-Demande l'abscisse (coordonnée X) du dessin ou, si spécifié avec --query-id,
-de l'objet. La valeur retournée est en pixels (unité utilisateur SVG).
-
-=item B<-Y>, B<--query-y>
-
-Demande l'ordonnée (coordonnée Y) du dessin ou, si spécifié avec --query-id
-de l'objet. La valeur retournée est en pixels (unité utilisateur SVG).
-
-=item B<-W>, B<--query-width>
-
-Demande la largeur du dessin ou, si spécifié avec --query-id, de l'objet. La
-valeur retournée est en pixels (unité utilisateur SVG).
-
-=item B<-H>, B<--query-height>
-
-Demande la hauteur du dessin ou, si spécifié avec --query-id, de l'objet. La
-valeur retournée est en pixels (unité utilisateur SVG).
-
-=item B<-S>, B<--query-all>
-
-Affiche un liste délimitée par des virgules des tous les objets du document
-SVG comprenant leur identifiant, et les valeurs x, y, largeur et hauteur.
-
-=item B<--shell>
-
-Avec ce paramètre, Inkscape entre en mode de ligne de commande
-interactif. Dans ce mode, vous pouvez envoyer des commandes à Inkscape par
-le prompt, sans avoir à lancer une nouvelle instance du logiciel à chaque
-commande. Cette fonctionnalité est particulièrement utile pour une
-utilisation en scripts et en serveur. Elle permet d'améliorer la vitesse
-d'exécution et l'occupation en mémoire des scripts utilisés de façon
-répétée. Chaque commande, dans ce mode, doit contenir tous les paramètres
-d'une ligne de commande classique, à l'exception du nom du programme
-(inkscape), comme dans l'exemple S<suivant :> "fichier.svg
---export-pdf=fichier.pdf".
-
-=item B<--vacuum-defs>
-
-Supprime tous les éléments inutilisés de la section <lt>defs<gt> du fichier
-SVG. Si cette option est utilisée avec --export-plain-svg, seul le fichier
-exporté sera affecté. Si cette option est utilisée seule, le fichier
-spécifié sera modifié.
-
-=item B<-z>, B<--without-gui>
-
-Ne lance pas l'interface graphique (sous Unix, n'utilise pas le server S<X) ;>
-ne traite les fichiers que depuis la console. Ceci est présupposé pour les
-options -p, -e, -l et --vacuum-defs.
-
-=item B<--g-fatal-warnings>
-
-Cette option GTK standard force l'arrêt d'Inkscape dès qu'un message
-d'avertssement (généralement sans gravité) est envoyé (utilisée à des fins
-de déboggage).
-
-=item B<--usage>
-
-Affiche un bref message sur l'utilisation d'Inkscape.
-
-=back
-
-=head1 CONFIGURATION
-
-Le fichier de configuration principal est placé dans
-~/.config/Inkscape/preferences.xml. Il contient plusieurs types de
-paramétrages dont vous pouvez changer la valeur dans Inkscape (la plupart
-dans la boîte de dialogue Préférences d'Inkscape). Vous pouvez ajouter des
-configurations spécifiques dans les sous-répertoires S<suivants :>
-
-B<$HOME>/.config/Inkscape/extensions/ - extensions.
-
-B<$HOME>/.config/Inkscape/icons/ - icônes.
-
-B<$HOME>/.config/Inkscape/keys/ - association des touches du clavier aux
-commandes.
-
-B<$HOME>/.config/Inkscape/templates/ - modèles de fichiers.
-
-=head1 DIAGNOSTICS
-
-Le programme retourne la valeur zéro après une utilisation réussie ou
-différente de zéro après un problème.
-
-Des messages d'erreur et des avertissements divers peuvent être envoyés vers
-STDERR ou STDOUT. Si le programme se comporte de façon erratique avec un
-fichier SVG particulier, ou se plante, il est utile de chercher des indices
-dans ces messages.
-
-=head1 EXEMPLES
-
-Bien qu'B<Inkscape> soit principalement conçu comme une application
-graphique, il peut aussi être utilisé depuis la ligne de commande pour
-certaines opérations SVG.
-
-Ouvrir un fichier SVG avec l'interface S<graphique :>
-
- inkscape nomdefichier.svg
-
-Imprimer un fichier S<SVG :>
-
- inkscape nomdefichier.svg -p '| lpr'
-
-Exporter un fichier SVG en PNG avec la résolution par défaut de 96 ppp (un
-pixel bitmap correspondant à une unité utilisateur S<SVG) :>
-
- inkscape nomdefichier.svg --export-png=nomdefichier.png
-
-Idem, mais en forçant les dimensions du fichier à 600x400 S<pixels :>
-
- inkscape nomdefichier.svg --export-png=nomdefichier.png -w600 -h400
-
-Idem, mais en exportant le dessin (la boîte englobante de tous les objets),
-et pas la S<page :>
-
- inkscape nomdefichier.svg --export-png=nomdefichier.png --export-area-drawing
-
-Exporter en PNG l'objet id="text1555", en utilisant le nom de fichier et la
-résolution utilisés la dernière fois qu'il a été exporté depuis l'interface
-S<graphique :>
-
- inkscape nomdefichier.svg --export-id=text1555 --export-use-hints
-
-Idem, mais en utilisant une résolution de 96 ppp, en spécifiant un nom de
-fichier et en arrondissant la zone à exporter aux valeurs entières juste
-supérieures en unités utilisateur SVG (afin de préserver l'alignement des
-objets sur des pixels et minimiser S<l'anti-crénelage) :>
-
- inkscape nomdefichier.svg --export-id=text1555 --export-png=text.png --export-area-snap
-
-Convertir un document du format SVG Inkscape au format SVG S<brut :>
-
- inkscape nomdefichier1.svg --export-plain-svg=nomdefichier2.svg
-
-Convertir un document SVG en EPS, en convertissant les textes en S<chemins :>
-
- inkscape nomdefichier.svg --export-eps=nomdefichier.eps --export-text-to-path
-
-Demander la largeur de l'objet avec un S<id="text1555" :>
-
- inkscape nomdefichier.svg --query-width --query-id text1555
-
-Dupliquer l'objet ayant pour identifiant id="path1555", puis appliquer une
-rotation de 90 degrés sur le duplicat, enregistrer le SVG et S<quitter :>
-
- inkscape nomdefichier.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-
-=head1 ENVIRONEMENT
-
-B<DISPLAY> pour obtenir l'hôte par défaut et le numéro d'affichage.
-
-B<TMPDIR> pour définir le chemin par défaut du répertoire à utiliser pour
-stocker les fichier temporaires. Le répertoire doit exister.
-
-B<INKSCAPE_PROFILE_DIR> pour définir le chemin du répertoire à utiliser pour
-le profil utilisateur.
-
-=head1 THÈMES
-
-Vous pouvez remplacer le fichier d'icônes par défaut
-B<$PREFIX>/share/inkscape/icons/icons.svg en utilisant le répertoire
-B<$HOME>/.config/inkscape/icons/. Les icônes sont chargées par nom S<(ex. :>
-I<fill_none.svg>) ou, si elles sont introuvables, depuis le fichier
-I<icons.svg>. Si une icône n'est pas trouvée dans l'un de ces emplacements,
-elle est chargée depuis l'emplacement par défaut du système.
-
-Les icônes nécessaires sont chargées depuis les fichiers SVG par recherche
-de l'id SVG correspondant (Par exemple, pour charger l'icône "fill_none"
-depuis un fichier, le contenu identifié par l'id SVG "fill_none" est rendu
-en tant que cette icône, qu'il vienne du fichier I<fill_none.svg> ou du
-fichier I<icons.svg>).
-
-
-
-
-
-=head1 AUTRES INFORMATIONS
-
-L'endroit principal pour trouver des informations sur B<Inkscape> est
-http://www.inkscape.org/. Le site web contient des liens vers d'autres
-éléments S<pertinents :> documentation, didacticiels, manuel de l'utilisateur,
-exemples, archives des listes de diffusion, la dernière version d'Inkscape,
-les bases contenant les défauts et les demandes d'évolution, et bien
-d'autres choses.
-
-=head1 VOIR AUSSI
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-Suite de tests de conformité S<SVG :> http://www.w3.org/Graphics/SVG/Test/
-
-Validation de S<SVG :> http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
-January 2003> L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
-November 2003> L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
-W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-
-=head1 NOTES SUR L'INTERFACE GRAPHIQUE
-
-Pour vous familiariser avec l'utilisation de l'interface graphique
-d'Inkscape, consultez les didacticiels dans Aide > Didacticiels.
-
-Inkscape permet d'importer (Fichier > Importer) la plupart des formats
-bitmaps PNG, BMP, JPG, XPM, GIF, etc.), du texte brut (nécessite Perl), PS
-et EPS (nécessite Ghostscript) et les formats PDF et AI (documents Adobe
-Illustrato 9.0 ou plus récent).
-
-Inkscape permet d'exporter (Fichier > Exporter une image PNG) des images PNG
-32-bits, mais aussi aux formats AI, PS, EPS, PDF, DXF et plusieurs autres
-formats (via Fichier > Enregistrer sous).
-
-Inkscape supporte la pression et l'inclinaison du stylet d'une tablette
-graphique pour la largeur, la force et l'angle de plusieurs outils dont la
-plume calligraphique.
-
-Inkscape comporte une interface graphique pour le moteur de vectorisation de
-bitmaps Potrace (http://potrace.sf.net) qui est inclus dans Inkscape.
-
-Inkscape peut utiliser des scripts externes (filtres de stdin vers stdout)
-représentés par des commandes dans le menu Effets. Un script peut avoir une
-interface graphique, sous forme de boîte de dialogue, permettant de définir
-différents paramètres et peut obtenir les IDs des objets sélectionnés sur
-lesquels agir depuis la ligne de commande. Inkscape est livré avec un
-assortiment d'effets écrits en Python dédiés principalement à la
-manipulation de chemin.
-
-=head1 RACCOURCIS CLAVIER
-
-Pour obtenir une liste complète des raccourcis clavier et souris, consultez
-le fichier doc/keys.html, ou utilisez la commande Clavier et souris dans le
-menu d'aide de l'interface graphique.
-
-=head1 DÉFAUTS
-
-Beaucoup de bugs sont S<connus ;> veuillez s'il vous plaît consulter le site
-web pour vérifier ceux qui ont déjà été rapportés et pour soumettre de
-nouveaux problèmes. Consultez aussi la section "Known Issues" des notes de
-votre version (dans le fichier `NEWS').
-
-=head1 AUTEURS
-
-Ce code doit son existence à un grand nombre de contributeurs tout au long
-de ses différentes incarnations. La liste qui suit est certainement
-incomplète mais permet de reconnaître les nombreuses épaules sur lesquelles
-cette application s'est S<appuyée :>
-
-[% INCLUDE "AUTHORS" %]
-
-Cette page de manuel a été créée par Bryce Harrington
-E<lt>brycehar@bryceharrington.orgE<gt>.
-
-=head1 HISTORIQUE
-
-Le code qui allait devenir Inkscape est né en 1999, avec le programme Gill,
-GNOME Illustrator, créé par Raph Levien. L'objectif défini pour Gill était
-de supporter complètement le format SVG. Raph a codé le modèle Postcript de
-courbes de Bézier, incluant le remplissage et le contour, les coiffes et
-raccords de lignes, le texte, etc. La page de Raph consacrée à Gill se
-trouve sur http://www.levien.com/svg/. Le travail sur Gill semble avoir
-diminué ou s'être arrêté en 2000.
-
-L'incarnation suivante du code allait devenir le très populaire Sodipodi,
-mené par Lauris Kaplinski. Le code est devenu un outil d'illustration
-puissant après plusieurs années de travail, ajoutant plusieurs nouvelles
-fonctionnalités, le support multilingue, le portage sous Windows et d'autres
-systèmes d'exploitation et éliminant certaines dépendances.
-
-Inkscape a été lancé en 2003 par quatre développeurs actifs de Sodipodi
-(Bryce Harrington, MenTaLguY, Nathan Hurst et Ted Gould), qui voulaient
-faire prendre une orientation différente au code en termes de focalisation
-sur la conformité SVG, aspect et fonctionnement de l'interface, et
-d'opportunités de développement ouvertes à plus de participants. Le projet a
-progressé rapidement, gagnant de nombreux contributeurs et une multitude de
-fonctionnalités.
-
-Beaucoup de travail a été depuis consacré à la stabilisation du code et à
-l'internationalisation. Le moteur de rendu hérité de Sodipodi comportait de
-nombreuses spécificités qui entrainaient de plantages lorsque l'utilisation
-du programme sortait des sentiers battus. Ce moteur a alors été remplacé par
-Livarot qui, bien qu'imparfait, générait moins d'erreurs. Le projet a
-également adopté la bonne habitude de publier son code régulièrement, et
-encouragé les utilisateurs à tester des versions en développement du
-logiciel, ce qui a bien aidé dans l'identification des nouveaux défauts, et
-donné les moyens aux utilisateurs de vérifier que les anciens étaient bien
-corrigés. Inkscape a ainsi acquis une réputation de programme robuste et
-fiable.
-
-En parallèle, des efforts ont été faits pour améliorer
-l'internationalisation et la localisation de l'interface, ce qui a apporté
-au projet de nouveaux contributeurs tout autour du monde.
-
-Inkscape a eu un impact positif sur l'attractivité visuelle de l'Open Source
-en général, en offrant un outil pour créer et partager des icônes, écrans
-d'accueil, art pour le web, etc. D'une certaine façon, bien que n'étant
-qu'un "simple outil de dessin", Inkscape a joué un rôle important en rendant
-l'Open Source plus stimulant visuellement parlant pour un plus large public.
-
-=head1 COPYRIGHT ET LICENSE
-
-B<Copyright (C)> 1999-2015 par les auteurs.
-
-B<Inkscape> est un logiciel libre; vous pouvez le redistribuer et/ou le
-modifier selon les termes de la license GPL.
-
-
-
-=for comment $Date$
-
diff --git a/inkscape.ja.pod b/inkscape.ja.pod
deleted file mode 100644
index d4e14cde2..000000000
--- a/inkscape.ja.pod
+++ /dev/null
@@ -1,560 +0,0 @@
-
- *****************************************************
- * GENERATED FILE, DO NOT EDIT *
- * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
- *****************************************************
-
-This file was generated by po4a(7). Do not store it (in VCS, for example),
-but store the PO file used as source file by po4a-translate.
-
-In fact, consider this as a binary, and the PO file as a regular .c file:
-If the PO get lost, keeping this translation up-to-date will be harder.
-
-=encoding UTF-8
-
-=head1 名前
-
-Inkscape - SVG (Scalable Vector Graphics) 編集プログラム
-
-=head1 書式
-
-C<inkscape [options] [filename ...]>
-
-options:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=FILENAME
-
- -e, --export-png=FILENAME
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=COLOR
- -y, --export-background-opacity=VALUE
- -d, --export-dpi=DPI
- -w, --export-width=WIDTH
- -h, --export-height=HEIGHT
-
- -P, --export-ps=FILENAME
- -E, --export-eps=FILENAME
- -A, --export-pdf=FILENAME
- --export-pdf-version=VERSION-STRING
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=FILENAME
-
- -p, --print=PRINTER
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=VERB-ID
- --select=OBJECT-ID
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
-
- --g-fatal-warnings
-
-=head1 説明
-
-B<Inkscape> は B<Adobe Illustrator>、B<CorelDraw>、B<Xara Xtreme> などと同等の機能を持つ
-B<Scalable Vector Graphics (SVG)> 形式の描画ファイル用 GUI エディターです。Inkscape
-は多彩なシェイプ、ベジエパス、フリーハンド描画、複数行テキスト、パス上テキスト、アルファブレンディング、任意のアフィン変換、グラデーションおよびパターンフィル、ノード編集、PNG
-や PDF
-を含む多くのファイル形式に対応するインポートおよびエクスポート、グループ化、レイヤー、ライブクローンなど多くの機能を具備しています。そのインターフェイスは熟練ユーザーにとって快適で効率的であるとともに、B<GNOME>
-標準にも準拠するよう設計されてもいるため、他の GNOME アプリケーションをよく知るユーザーであれば慣れるまでに多くの時間を必要としません。
-
-B<SVG> は W3C 標準の 2D ベクターグラフィック用 XML
-フォーマットです。描画内でポイント、パス、および基本シェイプを使用してオブジェクトを定義できます。配色、フォント、ストローク幅などは `style'
-属性としてオブジェクトに指定されます。SVG は、標準であること、そのファイルは text/xml
-であることを意図しているため、多くのプログラムと、そして幅広い用途での利用が可能です。
-
-B<Inkscape> は SVG をその内部フォーマットとして採用しており、オープンソースコミュニティにおいてもっとも SVG
-に準拠したドローイングプログラムになることを目標としています。
-
-
-
-=head1 オプション
-
-=over 8
-
-=item B<-?>, B<--help>
-
-ヘルプメッセージを表示します。
-
-=item B<-V>, B<--version>
-
-Inkscape のバージョンとビルド日時を表示します。
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-PNG エクスポートにおいて、エクスポートする領域を SVG ユーザー単位 (通常 Inkscape SVG 内で使用されている長さの単位)
-で指定します。デフォルトではドキュメント全体をエクスポートします。座標 (0,0) は左下の角になります。
-
-=item B<-C>, B<--export-area-page>
-
-PNG、PDF、PS、および EPS エクスポートにおいて、エクスポート領域はそのページになります。これは PNG、PDF、および PS
-ではデフォルトになるため、--export-id を使用して指定オブジェクトをエクスポートする場合を除き指定する必要はありません。対して EPS
-ではこれはデフォルトになりません。さらに EPS では、形式の指定において境界枠を内容より拡大することができません。これは、EPS エクスポート時に
---export-area-page を使用した場合、ページの内容が境界枠より小さいと境界枠もそれに合わせて小さくなることを意味します。
-
-=item B<-D>, B<--export-area-drawing>
-
-PNG、PDF、PS、および EPS
-エクスポートにおいて、エクスポートされる領域はページではなく、その描画部分、すなわち、ドキュメント内のすべてのオブジェクト (--export-id
-を使用した場合はエクスポートされるオブジェクト)
-全体の境界枠となります。このオプションを指定すると、エクスポートされたイメージにはマージンやクロッピングがなく、ドキュメントのすべての可視オブジェクトが含まれます。EPS
-ではこれがデフォルトのエクスポート領域となり、--export-use-hints とともに使用することができます。
-
-=item B<--export-area-snap>
-
-PNG エクスポートにおいて、エクスポート領域を拡大方向に最も近い SVG ユーザー単位 (px) 値にスナップします。エクスポート解像度がデフォルトの
-96dpi でグラフィックが最小のアンチエイリアスにピクセルスナップされた場合、エクスポートするいくつかのオブジェクトの境界枠 (--export-id
-または --export-area-drawing 指定) がピクセルに揃えていない場合であっても、このスイッチで配置を維持できます。
-
-=item B<-b> I<COLOR>, B<--export-background>=I<COLOR>
-
-エクスポートした PNG の背景色になります。SVG がサポートする色指定文字列 ("#ff007f" や "rgb(255,0,128)" など)
-が使用できます。これを指定しない場合、Inkscape のドキュメントの設定で指定された色 (sodipodi:namedview の
-pagecolor= 属性) が使用されます。
-
-=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-
-The resolution used for PNG export. It is also used for fallback
-rasterization of filtered objects when exporting to PS, EPS, or PDF (unless
-you specify --export-ignore-filters to suppress rasterization). The default
-is 96 dpi, which corresponds to 1 SVG user unit (px, also called "user
-unit") exporting to 1 bitmap pixel. This value overrides the DPI hint if
-used with --export-use-hints.
-
-=item B<-e> I<FILENAME>, B<--export-png>=I<FILENAME>
-
-PNG エクスポート時のファイル名を指定します。同名のファイルが存在する場合、問い合わせなしに上書きされます。
-
-=item B<-f> I<FILENAME>, B<--file>=I<FILENAME>
-
-指定されたドキュメントを開きます。オプション文字 (-f) は省略できます。すなわち、オプション文字が与えられていない場合は -f
-が指定され、パラメーターはすべてファイル名とみなされます。
-
-=item B<-g>, B<--with-gui>
-
-GUI の使用を試みます (Unix の場合、$DISPLAY が設定されていない場合でも X server を使用します)。
-
-=item B<-h> I<HEIGHT>, B<--export-height>=I<HEIGHT>
-
-生成するビットマップの高さ (ピクセル) になります。この値は --export-dpi 設定 (または --export-use-hints
-を指定した場合の DPI ヒント) より優先されます。
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-For PNG, PS, EPS, PDF and plain SVG export, the id attribute value of the
-object that you want to export from the document; all other objects are not
-exported. By default the exported area is the bounding box of the object;
-you can override this using --export-area (PNG only) or --export-area-page.
-
-=item B<-j>, B<--export-id-only>
-
-For PNG and plain SVG, only export the object whose id is given in
---export-id. All other objects are hidden and won't show in export even if
-they overlay the exported object. Without --export-id, this option is
-ignored. For PDF export, this is the default, so this option has no effect.
-
-=item B<-l>, B<--export-plain-svg>=I<FILENAME>
-
-ドキュメントをプレーン SVG 形式にエクスポートします。sodipodi: あるいは inkscape: 名前空間や RDF
-メタデータは破棄されます。
-
-=item B<-x>, B<--extension-directory>
-
-Inkscape が使用するよう設定されている現在のエクステンションディレクトリの一覧を表示して終了します。これは外部のエクステンションがオリジナルの
-Inkscape インストール場所を取得するために使用されます。
-
-=item B<--verb-list>
-
-Inkscape で利用できる全 VERB (内部コマンド) の一覧を ID 順で表示します。この ID
-はキーマップやメニューの定義で使用することができる他、--verb コマンドラインオプションでも使用できます。
-
-=item B<--verb>=I<VERB-ID>, B<--select>=I<OBJECT-ID>
-
-これら 2 つのオプションは同時に使用し、コマンドラインから Inkscape
-を操作できる基本的なスクリプト機能を提供します。これらはコマンドライン上で、必要であれば何度でも使用でき、指定された各ドキュメント上で順番に実行されます。
-
---verb コマンドは指定された VERB をメニューやボタンから呼び出した場合と同様に実行します。VERB
-にダイアログがある場合はそれが表示されます。使用できる VERB ID の一覧は --verb-list コマンドで確認できます。
-
---select コマンドは指定された ID のオブジェクトを選択状態にします。様々な VERB
-はここで指定されたオブジェクトに対して実行されます。すべての選択を解除するには --verb=EditDeselect
-を使用します。使用できるオブジェクト ID は読み込まれるドキュメントに依存します。
-
-=item B<-p> I<PRINTER>, B<--print>=I<PRINTER>
-
-ドキュメントを `lpr -P PRINTER' で指定されたプリンターで印刷します。他に、`| COMMAND'
-でさまざまなコマンドへリダイレクトし、`> FILENAME' で PostScript
-出力でファイルに書き出します。使用するシェルに応じた引用符で括ることを忘れないでください。
-
-例: inkscape --print='| ps2pdf - mydoc.pdf' mydoc.svg
-
-=item B<-t>, B<--export-use-hints>
-
-エクスポートしたオブジェクトに保存されているファイル名および DPI ヒントを使用します (--export-id 使用時のみ)。これらヒントは
-Inkscape 内から選択範囲をエクスポートするときに自動的に設定されます。すなわち、例えば Inkscape を使用してドキュメント
-document.svg からオブジェクト ID "path231" を /home/me/shape.png に解像度 300dpi
-でエクスポートし、ドキュメントを保存すれば、そのシェイプを同じファイル名で同じ解像度で再度エクスポートする場合は、以下の指定だけで行えます。
-
-inkscape -i path231 -t document.svg
-
---export-dpi、--export-width、あるいは --export-height をこのオプションと共に指定した場合は、DPI
-ヒントは無視され、コマンドラインで指定された値が使用されます。--export-png
-をこのオプションと共に使用した場合は、ファイル名ヒントは無視され、コマンドラインで指定されたファイル名が使用されます。
-
-=item B<-w> I<WIDTH>, B<--export-width>=I<WIDTH>
-
-生成されるビットマップの幅のピクセル数になります。この値は --export-dpi 指定 (--export-use-hints を使用した場合は
-DPI ヒント) より優先されます。
-
-=item B<-y> I<VALUE>, B<--export-background-opacity>=I<VALUE>
-
-エクスポートした PNG の背景の透明度になります。指定できる値の範囲は 0.0 から 1.0 (0.0 が完全な透明、1.0
-が完全な不透明)、あるいは 1 から 255 (255 が完全な不透明) のどちらかです。このオプションを指定せず -b
-オプションも指定されなかった場合、 Inkscape 内のドキュメントの設定で指定された値 (sodipodi:namedview の
-inkscape:pageopacity= 属性)が使用されます。このオプションを指定せずに -b オプションが指定された場合、255 (完全な不透明)
-とみなされます。
-
-=item B<-P> I<FILENAME>, B<--export-ps>=I<FILENAME>
-
-ドキュメントを PostScript (PS) 形式にエクスポートします。PostScript
-は透明度をサポートしていない点に留意してください。オリジナルの SVG
-にあるいかなる透明なオブジェクトも自動的にラスタライズされます。使用しているフォントはサブセット化されて埋め込まれます。デフォルトのエクスポート領域はページになり、--export-area-drawing
-で描画全体に指定できます。--export-id でエクスポートするオブジェクトを 1 つ指定でき
-(その他はすべてエクスポートされません)、その場合はエクスポート領域はそのオブジェクトの境界枠になりますが、--export-area-page
-でそのページに指定できます。
-
-=item B<-E> I<FILENAME>, B<--export-eps>=I<FILENAME>
-
-ドキュメントを Encapsulated PostScript (EPS) 形式にエクスポートします。PostScript
-は透明度をサポートしていない点に留意してください。オリジナルの SVG
-にあるいかなる透明オブジェクトも自動的にラスタライズされます。使用しているフォントはサブセット化されて埋め込まれます。デフォルトのエクスポート領域は描画全体になり、ページに指定することも出来ますが、その場合の制限事項については
---export-area-page を参照してください。--export-id でエクスポートするオブジェクトを 1 つ指定できます
-(その他はすべてエクスポートされません)。
-
-=item B<-A> I<FILENAME>, B<--export-pdf>=I<FILENAME>
-
-ドキュメントを PDF 形式にエクスポートします。この形式ではオリジナル SVG
-の透明度は保持されます。使用しているフォントはサブセット化され埋め込まれます。デフォルトのエクスポート領域はページになり、--export-area-drawing
-で描画全体に指定できます。--export-id でエクスポートするオブジェクトを 1 つ指定でき
-(その他はすべてエクスポートされません)、その場合はエクスポート領域はそのオブジェクトの境界枠になりますが、--export-area-page
-でそのページに指定できます。"
-
-=item B<--export-pdf-version>=I<PDF-VERSION>
-
-Select the PDF version of the exported PDF file. This option basically
-exposes the PDF version selector found in the PDF-export dialog of the
-GUI. You must provide one of the versions from that combo-box,
-e.g. "1.4". The default pdf export version is "1.4".
-
-=item B<--export-latex>
-
-(PS、EPS、および PDF エクスポート用) LaTeX ドキュメント用のイメージを作成し、イメージ内のテキストは LaTeX
-によるタイプセットになります。PDF/PS/EPS 形式へのエクスポート時、このオプションはオリジナルの SVG を PDF/PS/EPS ファイル
-(形式は --export-pdf などで指定) と LaTeX ファイルに分割します。テキストは PDF/PS/EPS
-ファイルには出力されず、LaTeX ファイルに出力されます。この LaTeX ファイルには PDF/PS/EPS も含まれます。LaTex でこの
-LaTeX ファイルを入力 (\input{image.tex}) すると、イメージと共に LaTeX
-によってタイプセットされたテキストが表示されます。より詳しい情報は出力された実際の LaTeX ファイルを参照してください。また、GNUPlot の
-`epslatex' 出力ターミナルも参照してください。
-
-=item B<-T>, B<--export-text-to-path>
-
-該当する場合は、テキストオブジェクトをパスに変換します (PS、EPS、PDF、および SVG エクスポート用)。
-
-=item B<--export-ignore-filters>
-
-ぼかしなどのフィルターが適用されたベクターオブジェクトをエクスポートするとき、フィルターを無視します (PS、EPS、および PDF
-用)。デフォルトでは、フィルターが適用されているオブジェクトは --export-dpi で指定された解像度 (デフォルトは 96 dpi)
-でラスタライズされ、その外見を維持します。
-
-=item B<-I>, B<--query-id>
-
-サイズや座標を問い合わせたいオブジェクトの ID を指定します。指定がない場合、ページや viewBox ではなく、描画全体
-(ドキュメント内のすべてのオブジェクト) の情報を返します。
-
-=item B<-X>, B<--query-x>
-
-描画全体、あるいは --query-id が指定されている場合はそのオブジェクトの X 座標を問い合せます。返される値の単位は px (SVG
-ユーザー単位) です。
-
-=item B<-Y>, B<--query-y>
-
-描画全体、あるいは --query-id が指定されている場合はそのオブジェクトの Y 座標を問い合せます。返される値の単位は px (SVG
-ユーザー単位) です。
-
-=item B<-W>, B<--query-width>
-
-描画全体、あるいは --query-id が指定されている場合はそのオブジェクトの幅を問い合せます。返される値の単位は px (SVG ユーザー単位)
-です。
-
-=item B<-H>, B<--query-height>
-
-描画全体、あるいは --query-id が指定されている場合はそのオブジェクトの高さを問い合せます。返される値の単位は px (SVG ユーザー単位)
-です。
-
-=item B<-S>, B<--query-all>
-
-SVG ドキュメント内のすべてのオブジェクトの定義されている ID、X 座標、Y 座標、幅、および高さをコンマで区切った一覧を出力します。
-
-=item B<--shell>
-
-このオプションを指定すると、Inkscape は対話式のコマンドラインシェルモードで起動します。このモードでは、プロンプトでコマンドを入力すると
-Inkscape はそれらを実行し、コマンドごとに新しく Inkscape
-を起動する必要がありません。このモードは主にスクリプト作成やサーバー用途で役立ちます。ここでなにか新しい機能が追加されるわけではありませんが、くり返し
-Inkscape を呼び出すコマンドラインでの作業 (エクスポートや変換など)
-は直ちに実行されることでその結果が素早く得られ、メモリ消費も抑えられます。シェルモードでも各コマンドは正しく記述されなければなりませんが、プログラム名の
-Inkscape の入力の必要ありません (例: "file.svg --export-pdf=file.pdf")。
-
-=item B<--vacuum-defs>
-
-SVG ファイル内の <lt>defs<gt> セクションから未使用のアイテムをすべて除去します。このオプションが --export-plain-svg
-とともに指定された場合、エクスポートされるファイルに対してのみ作用します。このオプションだけ指定された場合は、指定されたファイルが修正されます。
-
-=item B<-z>, B<--without-gui>
-
-GUI を使用せず (Unix では X server を使用しません)、コンソールからのみファイルを処理します。これは -p、-e、-l、および
---vacuum-defs オプションでの使用を想定しています。
-
-=item B<--g-fatal-warnings>
-
-この標準 GTK オプションは、通常問題のないあらゆる警告でも Inkscape を中断します (デバッグ用)。
-
-=item B<--usage>
-
-簡単なオプションの一覧を表示します。
-
-=back
-
-=head1 設定
-
-主たる構成設定ファイルは ~/.config/inkscape/preferences.xml にあります。この中には Inkscape
-をカスタマイズする様々な設定情報 (そのほとんどは Inkscape の設定ダイアログにあります)
-があり、そのサブディレクトリには以下のようなカスタム情報を格納できます:
-
-B<$HOME>/.config/inkscape/extensions/ - エクステンション エフェクト
-
-B<$HOME>/.config/inkscape/icons/ - アイコン
-
-B<$HOME>/.config/inkscape/keys/ - キーボードマップ
-
-B<$HOME>/.config/inkscape/templates/ - 新規ファイルのテンプレート
-
-=head1 返り値
-
-このプログラムは正常に終了するとゼロを返し、異常終了すると非ゼロを返します。
-
-様々なエラーあるいは警告メッセージが STDERR または STDOUT に出力されます。このプログラムが特定の SVG
-において不規則な挙動を示す場合は、この出力を参照することで問題解決に役立ちます。
-
-=head1 例
-
-B<Inkscape> は GUI アプリケーションとして開発されていますが、コマンドラインで SVG を処理するためにも使用できます。
-
-GUI で SVG ファイルを開く:
-
- inkscape filename.svg
-
-SVG ファイルをコマンドラインから印刷する:
-
- inkscape filename.svg -p '| lpr'
-
-SVG ファイルをデフォルトの解像度である 96dpi で PNG にエクスポートする (1 SVG ユーザー単位は 1
-ビットマップピクセルに変換されます):
-
- inkscape filename.svg --export-png=filename.png
-
-同様の処理で出力サイズを 600x400 ピクセルにする:
-
- inkscape filename.svg --export-png=filename.png -w600 -h400
-
-同様の処理で、ページではなく描画全体 (すべてのオブジェクトの境界枠) をエクスポートする:
-
- inkscape filename.svg --export-png=filename.png --export-area-drawing
-
-オブジェクト "text1555" を PNG にエクスポートする。出力ファイル名および解像度は、そのオブジェクトが最後に GUI
-からエクスポートされた時の指定を利用する:
-
- inkscape filename.svg --export-id=text1555 --export-use-hints
-
-同様の処理を、解像度はデフォルトの 96dpi、ファイル名を指定、およびエクスポート領域を拡大方向に最も近い SVG ユーザー単位 (px)
-値にスナップして行う:
-
- inkscape filename.svg --export-id=text1555 --export-png=text.png --export-area-snap
-
-Inkscape SVG ドキュメントをプレーン SVG へ変換する:
-
- inkscape filename1.svg --export-plain-svg=filename2.svg
-
-SVG ドキュメントを EPS へ変換する。すべてのテキストはパスへ変換する:
-
- inkscape filename.svg --export-eps=filename.eps --export-text-to-path
-
-オブジェクトID "text1555" の幅を問い合わせる:
-
- inkscape filename.svg --query-width --query-id text1555
-
-オブジェクト ID "text1555" の複製を作成し、その複製を 90°回転し、SVG に保存して終了する:
-
- inkscape filename.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-
-=head1 環境変数
-
-B<DISPLAY> デフォルトのホストおよびディスプレイ番号を指定します。
-
-B<TMPDIR> 一時ファイル用ディレクトリのデフォルトパスを指定します。ディレクトリは存在していなければなりません。
-
-B<INKSCAPE_PROFILE_DIR> to set the path of the directory to use for the user
-profile.
-
-=head1 テーマ
-
-読み込むアイコンセットは B<$HOME>/.config/inkscape/icons/ 配下から参照され、存在しない場合はシステムデフォルトの
-B<$PREFIX>/share/inkscape/icons/icons.svg が読み込まれます。アイコンはその名前で読み込まれ (例:
-I<fill_none.svg>)、見つからないときに I<icons.svg>
-から使用されます。どのアイコンもどちらの場所からも見つからない場合は、システムデフォルトの場所にフォールバックします。
-
-必要なアイコンは SVG ファイルから SVG ID がアイコン名とマッチするものが読み込まれます (例えば "fill_none"
-アイコンをファイルから読み込むときは、I<fill_none.svg> か、それがなければ I<icons.svg> から SVG ID
-"fill_none" の境界枠がアイコンとして描画されます)。
-
-
-
-
-
-=head1 その他
-
-B<Inkscape> に関する公式の情報は http://www.inkscape.org/
-にあります。このウェブサイトには、ニュース、ドキュメント、チュートリアル、作例、メーリングリスト書庫、最新バージョンのプログラム、バグおよび機能要望のデータベース、フォーラムなどがあります。
-
-=head1 関連項目
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-SVG 準拠テストスイート: http://www.w3.org/Graphics/SVG/Test/
-
-SVG 検証: http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
-January 2003> L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
-November 2003> L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
-W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-
-=head1 GUI 情報
-
-Inkscape の GUI 操作について学ぶには、「ヘルプ」>「チュートリアル」配下にあるチュートリアルを参照してください。
-
-Inkscape は SVG 以外にも、ほとんどのビットマップ形式 (PNG、BMP、JPG、XPM、GIF など)、プレーンテキスト (Perl
-が必要)、PS および EPS (Ghostscript が必要)、PDF および AI 形式 (AI バージョン 9.0 以降) をインポートできます
-(「ファイル」>「インポート」)。
-
-Inkscape exports 32-bit PNG images (File > Export PNG Image) as well as AI,
-PS, EPS, PDF, DXF, and several other formats via File > Save as.
-
-Inkscape はグラフィックタブレットの筆圧および傾き検出に対応しており、カリグラフィツールなどでペンの幅、角度、および動きに利用できます。
-
-Inkscape はビットマップトレースエンジン Potrace (http://potrace.sf.net) の GUI
-フロントエンドを具備しています。
-
-Inkscape は外部スクリプト (標準入力から標準出力へのフィルター)
-を使用でき、それらは「エクステンション」メニューに表示されます。スクリプトはパラメーター設定のための GUI
-ダイアログを持つことができ、コマンドラインを通して作用する選択オブジェクトの ID を取得することができます。Inkscape は Python
-で書かれたエフェクトを各種取り揃えています。
-
-=head1 キーバインド
-
-キーボードとマウスショートカットの完全なリストは、doc/keys.html か「ヘルプ」メニューの「キーとマウスのリファレンス」から参照できます。
-
-=head1 バグ
-
-多くのバグが報告されています。ウェブサイト (inkscape.org)
-から報告されたものを参照し、新しく発見した問題を報告してください。お使いのバージョンのリリースノート内の Known Issues (既知の問題)
-セクションも参照してください。
-
-=head1 著者
-
-このコードベースは、様々な形の貢献によって成り立っています。以下のリストが完全でないことは確かなのですが、このアプリケーションが多くの方々に協力していただいていることを知るのに役立ちます。
-
-[% INCLUDE "AUTHORS" %]
-
-This man page was put together by Bryce Harrington
-E<lt>brycehar@bryceharrington.orgE<gt>.
-
-=head1 沿革
-
-後に Inkscape となるコードベースは 1999 年、GNOME イラストレーターアプリケーション Gill として Raph Leiven
-によって製作が開始されました。Gill の当初の目標は最終的に SVG のすべてをサポートすることでした。Raph
-は、ストロークとフィル、線のキャップ方式、線の連結方式、テキストなどを含む PostScript ベジエイメージングモデルを実装しました。Raph の
-Gill のウェブページは http://www.levien.com/svg/ です。Gill の開発は 2000
-年には停滞したか、あるいは停止したようです。
-
-次にこのコードベースは Lauris Kaplinski が中心となって非常に人気のあるプログラム Sodipodi
-に引き継がれました。コードベースは数年の作業を経ていくつかの新機能の追加、多言語サポート、Windows その他の OS
-への移植、および依存関係の整理が行われ、強力なイラストレーションプログラムになりました。
-
-2003 年、アクティブな Sodopodi 開発者であった Bryce Harrington、MenTaLguY、Nathan Hurst、および
-Ted Gould の 4 人は、コードベースにおける SVG
-準拠やインターフェイスのルックアンドフィールに関しての異なる方向、および参加者に開かれた開発体制をとることを目的として Inkscape
-を立ち上げました。
-
-プロジェクトの初期には、コードの安定化と国際化に焦点がおかれ多くの作業が行われました。Sodipodi
-から受け継がれたオリジナルのレンダラーには、数学的にまれですが所定の操作から外れたときに想定外のクラッシュを引き起こす数多くのケースが存在していました。このレンダラーは完全ではありませんが格段に安定性に優れた
-Livarot
-に置き換えられました。プロジェクトはまた、コードを頻繁にコミットし、ユーザーに開発中のプログラムのスナップショットを利用することを奨励する方針を採用しました。これはバグを速やかに発見し、修正の確認をユーザーが簡単に行えることに繋がりました。結果、Inkscape
-リリースは一般に堅牢で信頼性があるという評価を得ました。
-
-同様に、インターフェイスの国際化とローカライズに対する取り組みも行われ、世界中からの貢献を得ることに役立ちました。
-
-Inkscape
-はアイコン、スプラッシュスクリーン、ウェブサイトアートなどを作成や共有するツールを提供することによってオープンソース全体の視覚的な魅力に有益な影響を及ぼしました。ある意味「ただのドローイングプログラム」であるにもかかわらず、Inkscape
-は、より多くの人々にオープンソースについての視覚的刺激を与える重要な役割を担っています。
-
-=head1 著作権およびライセンス
-
-B<Copyright (C)> 1999-2015 by Authors.
-
-B<Inkscape> はフリーソフトウェアです。あなたは GPL の示す条件下においてこのプログラムを配布および/または変更できます。
-
-
-
-=for comment $Date$
-
diff --git a/inkscape.pod b/inkscape.pod
deleted file mode 100644
index a8369f28a..000000000
--- a/inkscape.pod
+++ /dev/null
@@ -1,602 +0,0 @@
-
-=head1 NAME
-
-Inkscape - an SVG (Scalable Vector Graphics) editing program.
-
-=head1 SYNOPSIS
-
-C<inkscape [options] [filename ...]>
-
-options:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=FILENAME
-
- -e, --export-png=FILENAME
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=COLOR
- -y, --export-background-opacity=VALUE
- -d, --export-dpi=DPI
- -w, --export-width=WIDTH
- -h, --export-height=HEIGHT
-
- -P, --export-ps=FILENAME
- -E, --export-eps=FILENAME
- -A, --export-pdf=FILENAME
- --export-pdf-version=VERSION-STRING
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=FILENAME
-
- -p, --print=PRINTER
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=VERB-ID
- --select=OBJECT-ID
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
- --no-convert-text-baseline-spacing
-
- --g-fatal-warnings
-
-=head1 DESCRIPTION
-
-B<Inkscape> is a GUI editor for B<Scalable Vector Graphics (SVG)> format
-drawing files, with capabilities similar to B<Adobe Illustrator>,
-B<CorelDraw>, B<Xara Xtreme>, etc. Inkscape features include versatile
-shapes, bezier paths, freehand drawing, multi-line text, text on path,
-alpha blending, arbitrary affine transforms, gradient and pattern fills, node
-editing, many export and import formats including PNG and PDF, grouping,
-layers, live clones, and a lot more. The interface is
-designed to be comfortable and efficient for skilled users, while
-remaining conformant to B<GNOME> standards so that users familiar with
-other GNOME applications can learn its interface rapidly.
-
-B<SVG> is a W3C standard XML format for 2D vector drawing. It allows
-defining objects in the drawing using points, paths, and primitive
-shapes. Colors, fonts, stroke width, and so forth are specified as
-`style' attributes to these objects. The intent is that since SVG is a
-standard, and since its files are text/xml, it will be
-possible to use SVG files in a sizeable number of programs and for a
-wide range of uses.
-
-B<Inkscape> uses SVG as its native document format, and has the goal of
-becoming the most fully compliant drawing program for SVG files
-available in the Open Source community.
-
-
-=head1 OPTIONS
-
-=over 8
-
-=item B<-?>, B<--help>
-
-Show help message
-
-=item B<-V>, B<--version>
-
-Show Inkscape version and build date.
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-In PNG export, set the exported area in SVG user units (anonymous length units normally used
-in Inkscape SVG). The default is to export the entire document page. The point (0,0)
-is the lower-left corner.
-
-=item B<-C>, B<--export-area-page>
-
-In PNG, PDF, PS, and EPS export, exported area is the page. This is the default
-for PNG, PDF, and PS, so you don't need to specify this unless you are using --export-id
-to export a specific object. In EPS, however, this is not the default; moreover, for EPS,
-the specification of the format does not allow its bounding box to extend beyond its content.
-This means that when --export-area-page is used with EPS export, the page bounding box
-will be trimmed inwards to the bounding box of the content if it is smaller.
-
-=item B<-D>, B<--export-area-drawing>
-
-In PNG, PDF, PS, and EPS export, exported area is the drawing (not page), i.e. the bounding box
-of all objects of the document (or of the exported object if --export-id is used).
-With this option, the exported image will
-display all the visible objects of the document without margins or cropping. This is the default
-export area for EPS. For PNG, it can be used in combination with --export-use-hints.
-
-=item B<--export-area-snap>
-
-For PNG export, snap the export area outwards to the nearest integer SVG user unit (px) values. If you are using the
-default export resolution of 96 dpi and your graphics are pixel-snapped to minimize antialiasing, this switch
-allows you to preserve this alignment even if you are exporting some object's bounding
-box (with --export-id or --export-area-drawing) which is itself not pixel-aligned.
-
-=item B<-b> I<COLOR>, B<--export-background>=I<COLOR>
-
-Background color of exported PNG.
-This may be any SVG supported color string, for example "#ff007f" or "rgb(255, 0, 128)".
-If not set,
-then the page color set in Inkscape in the Document Options dialog will be used (stored in the pagecolor= attribute of sodipodi:namedview).
-
-=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-
-The resolution used for PNG export.
-It is also used for fallback rasterization of filtered objects
-when exporting to PS, EPS, or PDF (unless you specify --export-ignore-filters to suppress
-rasterization). The default is 96 dpi, which corresponds to 1 SVG user unit
-(px, also called "user unit") exporting to 1 bitmap pixel.
-This value overrides the DPI hint if used with --export-use-hints.
-
-=item B<-e> I<FILENAME>, B<--export-png>=I<FILENAME>
-
-Specify the filename for PNG export.
-If it already exists, the file will be overwritten without asking.
-
-=item B<-f> I<FILENAME>, B<--file>=I<FILENAME>
-
-Open specified document(s).
-Option string may be omitted, i.e. you can list the filenames without -f.
-
-=item B<-g>, B<--with-gui>
-
-Try to use the GUI (on Unix, use the X server even if $DISPLAY is not set).
-
-=item B<-h> I<HEIGHT>, B<--export-height>=I<HEIGHT>
-
-The height of generated bitmap in pixels.
-This value overrides the --export-dpi setting (or the DPI hint if used with --export-use-hints).
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-For PNG, PS, EPS, PDF and plain SVG export, the id attribute value of the object that you want
-to export from the document; all other objects are not exported. By
-default the exported area is the bounding box of the object; you can override this using
---export-area (PNG only) or --export-area-page.
-
-=item B<-j>, B<--export-id-only>
-
-For PNG and plain SVG, only export the object whose id is given in --export-id. All other objects are hidden and won't
-show in export even if they overlay the exported object.
-Without --export-id, this option is ignored. For PDF export, this is the default, so this option has no effect.
-
-=item B<-l>, B<--export-plain-svg>=I<FILENAME>
-
-Export document(s) to plain SVG format, without sodipodi: or inkscape: namespaces and without RDF metadata.
-
-=item B<-x>, B<--extension-directory>
-
-Lists the current extension directory that Inkscape is configured to use and
-then exits. This is used for external extension to use the same configuration
-as the original Inkscape installation.
-
-=item B<--verb-list>
-
-Lists all the verbs that are available in Inkscape by ID. This ID can be
-used in defining keymaps or menus. It can also be used with the --verb
-command line option.
-
-=item B<--verb>=I<VERB-ID>, B<--select>=I<OBJECT-ID>
-
-These two options work together to provide some basic scripting for
-Inkscape from the command line. They both can occur as many times as
-needed on the command line and are executed in order on every document that
-is specified.
-
-The --verb command will execute a specific verb as if it
-was called from a menu or button. Dialogs will appear if that is part
-of the verb. To get a list of the verb IDs available, use the --verb-list
-command line option.
-
-The --select command will cause objects that have the ID
-specified to be selected. This allows various verbs to act upon them. To
-remove all the selections use --verb=EditDeselect. The object IDs
-available are dependent on the document specified to load.
-
-=item B<-p> I<PRINTER>, B<--print>=I<PRINTER>
-
-Print document(s) to the specified printer using `lpr -P PRINTER'.
-Alternatively, use `| COMMAND' to specify a different command to pipe to,
-or use `> FILENAME' to write the PostScript output to a file instead of printing.
-Remember to do appropriate quoting for your shell, e.g.
-
-inkscape --print='| ps2pdf - mydoc.pdf' mydoc.svg
-
-=item B<-t>, B<--export-use-hints>
-
-Use export filename and DPI hints stored in the exported object (only with --export-id).
-These hints are set automatically when you export selection from within Inkscape.
-So, for example, if you export a shape with id="path231" as /home/me/shape.png at 300 dpi from document.svg using Inkscape GUI, and save the document,
-then later you will be able to reexport that shape to the same file with the same resolution simply with
-
-inkscape -i path231 -t document.svg
-
-If you use --export-dpi, --export-width, or --export-height with this option,
-then the DPI hint will be ignored and the value from the command line will be used.
-If you use --export-png with this option,
-then the filename hint will be ignored and the filename from the command line will be used.
-
-=item B<-w> I<WIDTH>, B<--export-width>=I<WIDTH>
-
-The width of generated bitmap in pixels.
-This value overrides the --export-dpi setting (or the DPI hint if used with --export-use-hints).
-
-=item B<-y> I<VALUE>, B<--export-background-opacity>=I<VALUE>
-
-Opacity of the background of exported PNG.
-This may be a value either between 0.0 and 1.0 (0.0 meaning full transparency, 1.0 full opacity)
-or greater than 1 up to 255 (255 meaning full opacity).
-If not set and the -b option is not used,
-then the page opacity set in Inkscape in the Document Options dialog will be used (stored in the inkscape:pageopacity= attribute of sodipodi:namedview).
-If not set but the -b option is used,
-then the value of 255 (full opacity) will be used.
-
-=item B<-P> I<FILENAME>, B<--export-ps>=I<FILENAME>
-
-Export document(s) to PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is page; you can set it to drawing by --export-area-drawing. You can
-specify --export-id to export a single object (all other are hidden); in that case
-export area is that object's bounding box, but can be set to page by --export-area-page.
-
-=item B<-E> I<FILENAME>, B<--export-eps>=I<FILENAME>
-
-Export document(s) to Encapsulated PostScript format. Note that PostScript does not support transparency, so any transparent objects in the original SVG will be automatically rasterized. Used fonts are subset and embedded. The default export area is drawing; you can set it to page, however see --export-area-page for applicable limitation. You can specify --export-id to export a single object (all other are hidden).
-
-=item B<-A> I<FILENAME>, B<--export-pdf>=I<FILENAME>
-
-Export document(s) to PDF format. This format preserves the
-transparency in the original SVG. Used fonts are subset and embedded.
-The default export area is page; you can set it to drawing by --export-area-drawing. You can
-specify --export-id to export a single object (all other are hidden); in that case
-export area is that object's bounding box, but can be set to page by --export-area-page.
-
-=item B<--export-pdf-version>=I<PDF-VERSION>
-
-Select the PDF version of the exported PDF file. This option basically
-exposes the PDF version selector found in the PDF-export dialog of the
-GUI. You must provide one of the versions from that combo-box,
-e.g. "1.4". The default pdf export version is "1.4".
-
-=item B<--export-latex>
-
-(for PS, EPS, and PDF export)
-Used for creating images for LaTeX documents, where the image's text is typeset by LaTeX.
-When exporting to PDF/PS/EPS format, this option splits the output into a PDF/PS/EPS file
-(e.g. as specified by --export-pdf) and a LaTeX file. Text will not be output in
-the PDF/PS/EPS file, but instead will appear in the LaTeX file. This LaTeX file
-includes the PDF/PS/EPS. Inputting (\input{image.tex}) the LaTeX file in your LaTeX
-document will show the image and all text will be typeset by LaTeX. See the
-resulting LaTeX file for more information.
-Also see GNUPlot's `epslatex' output terminal.
-
-=item B<-T>, B<--export-text-to-path>
-
-Convert text objects to paths on export, where applicable (for PS, EPS, PDF and SVG export).
-
-=item B<--export-ignore-filters>
-
-Export filtered objects (e.g. those with blur) as vectors, ignoring the filters (for PS, EPS, and PDF export).
-By default, all filtered objects are rasterized at --export-dpi (default 96 dpi), preserving the appearance.
-
-=item B<-I>, B<--query-id>
-
-Set the ID of the object whose dimensions are queried. If not set, query options will
-return the dimensions of the drawing (i.e. all document objects), not the page or viewbox
-
-=item B<-X>, B<--query-x>
-
-Query the X coordinate of the drawing or, if specified, of the object with --query-id. The returned value is in px (SVG user units).
-
-=item B<-Y>, B<--query-y>
-
-Query the Y coordinate of the drawing or, if specified, of the object with --query-id. The returned value is in px (SVG user units).
-
-=item B<-W>, B<--query-width>
-
-Query the width of the drawing or, if specified, of the object with --query-id. The returned value is in px (SVG user units).
-
-=item B<-H>, B<--query-height>
-
-Query the height of the drawing or, if specified, of the object with --query-id. The returned value is in px (SVG user units).
-
-=item B<-S>, B<--query-all>
-
-Prints a comma delimited listing of all objects in the SVG document with
-IDs defined, along with their x, y, width, and height values.
-
-=item B<--shell>
-
-With this parameter, Inkscape will enter an interactive command line shell mode. In this
-mode, you type in commands at the prompt and Inkscape executes them, without you having
-to run a new copy of Inkscape for each command. This feature is mostly useful for
-scripting and server uses: it adds no new capabilities but allows you to improve the
-speed and memory requirements of any script that repeatedly calls Inkscape to perform
-command line tasks (such as export or conversions). Each command in shell mode must be a
-complete valid Inkscape command line but without the Inkscape program name, for example
-"file.svg --export-pdf=file.pdf".
-
-=item B<--vacuum-defs>
-
-Remove all unused items from the <lt>defs<gt> section of the SVG file. If this
-option is invoked in conjunction with --export-plain-svg, only the exported file
-will be affected. If it is used alone, the specified file will be modified in place.
-
-=item B<--no-convert-text-baseline-spacing>
-
-Do not automatically fix text baselines in legacy (pre-0.92) files on
-opening. Inkscape 0.92 adopts the CSS standard definition for the
-'line-height' property, which differs from past versions. By default,
-the line height values in files created prior to Inkscape 0.92 will be
-adjusted on loading to preserve the intended text layout. This command
-line option will skip that adjustment.
-
-=item B<-z>, B<--without-gui>
-
-Do not open the GUI (on Unix, do not use X server); only process the files from console.
-This is assumed for -p, -e, -l, and --vacuum-defs options.
-
-=item B<--g-fatal-warnings>
-
-This standard GTK option forces any warnings, usually harmless, to cause Inkscape to
-abort (useful for debugging).
-
-=item B<--usage>
-
-Display a brief usage message.
-
-=back
-
-=head1 CONFIGURATION
-
-The main configuration file is located in ~/.config/inkscape/preferences.xml; it stores
-a variety of customization settings that you can change in Inkscape (mostly in the
-Inkscape Preferences dialog). Also in the subdirectories there, you can place your own:
-
-B<$HOME>/.config/inkscape/extensions/ - extension effects.
-
-B<$HOME>/.config/inkscape/icons/ - icons.
-
-B<$HOME>/.config/inkscape/keys/ - keyboard maps.
-
-B<$HOME>/.config/inkscape/templates/ - new file templates.
-
-=head1 DIAGNOSTICS
-
-The program returns zero on success or non-zero on failure.
-
-A variety of error messages and warnings may be printed to STDERR or
-STDOUT. If the program behaves erratically with a particular SVG file
-or crashes, it is useful to look at this output for clues.
-
-=head1 EXAMPLES
-
-While obviously B<Inkscape> is primarily intended as a GUI application,
-it can be used for doing SVG processing on the command line as well.
-
-Open an SVG file in the GUI:
-
- inkscape filename.svg
-
-Print an SVG file from the command line:
-
- inkscape filename.svg -p '| lpr'
-
-Export an SVG file into PNG with the default resolution of 96 dpi (one SVG user unit translates to one bitmap pixel):
-
- inkscape filename.svg --export-png=filename.png
-
-Same, but force the PNG file to be 600x400 pixels:
-
- inkscape filename.svg --export-png=filename.png -w600 -h400
-
-Same, but export the drawing (bounding box of all objects), not the page:
-
- inkscape filename.svg --export-png=filename.png --export-area-drawing
-
-Export to PNG the object with id="text1555", using the output filename and
-the resolution that were used for that object last time when it was exported from the GUI:
-
- inkscape filename.svg --export-id=text1555 --export-use-hints
-
-Same, but use the default 96 dpi resolution, specify the filename,
-and snap the exported area outwards to the nearest whole SVG user unit values
-(to preserve pixel-alignment of objects and thus minimize aliasing):
-
- inkscape filename.svg --export-id=text1555 --export-png=text.png --export-area-snap
-
-Convert an Inkscape SVG document to plain SVG:
-
- inkscape filename1.svg --export-plain-svg=filename2.svg
-
-Convert an SVG document to EPS, converting all texts to paths:
-
- inkscape filename.svg --export-eps=filename.eps --export-text-to-path
-
-Query the width of the object with id="text1555":
-
- inkscape filename.svg --query-width --query-id text1555
-
-Duplicate the object with id="path1555", rotate the duplicate 90 degrees, save SVG, and quit:
-
- inkscape filename.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-=head1 ENVIRONMENT
-
-B<DISPLAY> to get the default host and display number.
-
-B<TMPDIR> to set the default path of the directory to use for temporary
-files. The directory must exist.
-
-B<INKSCAPE_PROFILE_DIR> to set the path of the directory to use for the
-user profile.
-
-=head1 THEMES
-
-To load different icons sets instead of the default
-B<$PREFIX>/share/inkscape/icons/icons.svg file, the directory
-B<$HOME>/.config/inkscape/icons/ is used. Icons are loaded by name
-(e.g. I<fill_none.svg>), or if not found, then from I<icons.svg>. If the
-icon is not loaded from either of those locations, it falls back to the
-default system location.
-
-The needed icons are loaded from SVG files by searching for the SVG id with
-the matching icon name. (For example, to load the "fill_none" icon from
-a file, the bounding box seen for SVG id "fill_none" is rendered as the
-icon, whether it comes from I<fill_none.svg> or I<icons.svg>.)
-
-
-
-=head1 OTHER INFO
-
-The canonical place to find B<Inkscape> info is at
-http://www.inkscape.org/. The website has news, documentation,
-tutorials, examples, mailing list archives, the latest released
-version of the program, bugs and feature requests databases, forums,
-and more.
-
-=head1 SEE ALSO
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-SVG compliance test suite: http://www.w3.org/Graphics/SVG/Test/
-
-SVG validator: http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification>
-I<W3C Recommendation 14 January 2003>
-L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification>
-I<W3C Working Draft 13 November 2003>
-L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements>
-I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core>
-I<Arnaud Le Hors et al editors, W3C>
-L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-=head1 GUI NOTES
-
-To learn Inkscape's GUI operation, read the tutorials in Help > Tutorials.
-
-Apart from SVG, Inkscape can import (File > Import) most bitmap formats
-(PNG, BMP, JPG, XPM, GIF, etc.), plain text (requires Perl), PS and EPS (requires Ghostscript), PDF
-and AI format (AI version 9.0 or newer).
-
-Inkscape exports 32-bit PNG images (File > Export PNG Image) as well as AI, PS, EPS, PDF, DXF,
-and several other formats via File > Save as.
-
-Inkscape can use the pressure and tilt of a graphic tablet pen for width, angle,
-and force of action of several tools, including the Calligraphic pen.
-
-Inkscape includes a GUI front-end to the Potrace bitmap tracing engine
-(http://potrace.sf.net) which is embedded into Inkscape.
-
-Inkscape can use external scripts (stdin-to-stdout filters) that are represented by
-commands in the Extensions menu. A script can have a GUI dialog for setting various
-parameters and can get the IDs of the selected objects on which to act via the command
-line. Inkscape comes with an assortment of effects written in Python.
-
-=head1 KEYBINDINGS
-
-To get a complete list of keyboard and mouse shortcuts, view doc/keys.html, or use the Keys and Mouse command in Help menu.
-
-=head1 BUGS
-
-Many bugs are known; please refer to the website (inkscape.org) for reviewing the reported ones and to
-report newly found issues. See also the Known Issues section in the Release Notes for
-your version (file `NEWS').
-
-=head1 AUTHORS
-
-This codebase owes its existence to a large number of contributors
-throughout its various incarnations. The following list is certainly
-incomplete, but serves to recognize the many shoulders on which this
-application sits:
-
-[% INCLUDE "AUTHORS" %]
-
-This man page was put together by Bryce Harrington
-E<lt>brycehar@bryceharrington.orgE<gt>.
-
-=head1 HISTORY
-
-The codebase that would become Inkscape began life in 1999 as the
-program Gill, the GNOME Illustrator application, created by Raph
-Levien. The stated objective for Gill was to eventually support all of
-SVG. Raph implemented the PostScript bezier imaging model, including
-stroking and filling, line cap style, line join style, text, etc.
-Raph's Gill page is at http://www.levien.com/svg/. Work on Gill appears
-to have slowed or ceased in 2000.
-
-The next incarnation of the codebase was to become the highly popular
-program Sodipodi, led by Lauris Kaplinski. The codebase was turned
-into a powerful illustration program over the course of several
-year's work, adding several new features, multi-lingual support, porting
-to Windows and other operating systems, and eliminating dependencies.
-
-Inkscape was formed in 2003 by four active Sodipodi developers, Bryce
-Harrington, MenTaLguY, Nathan Hurst, and Ted Gould, wanting to take a
-different direction with the codebase in terms of focus on
-SVG compliance, interface look-and-feel, and a desire to open
-development opportunities to more participants. The project progressed
-rapidly, gaining a number of very active contributors and features.
-
-Much work in the early days of the project focused on code stabilization
-and internationalization. The original renderer inherited from Sodipodi
-was laced with a number of mathematical corner cases which led to
-unexpected crashes when the program was pushed beyond routine uses; this
-renderer was replaced with Livarot which, while not perfect either, was
-significantly less error prone. The project also adopted a practice of
-committing code frequently, and encouraging users to run developmental
-snapshots of the program; this helped identify new bugs swiftly, and
-ensure it was easy for users to verify the fixes. As a result, Inkscape
-releases have generally earned a reputation for being robust and
-reliable.
-
-Similarly, efforts were taken to internationalize and localize the
-interface, which has helped the program gain contributors worldwide.
-
-Inkscape has had a beneficial impact on the visual attractiveness of
-Open Source in general, by providing a tool for creating and sharing
-icons, splash screens, website art, and so on. In a way, despite being
-"just an drawing program", Inkscape has played an important role in
-making Open Source more visually stimulating to larger audiences.
-
-=head1 COPYRIGHT AND LICENSE
-
-B<Copyright (C)> 1999-2016 by Authors.
-
-B<Inkscape> is free software; you can redistribute it and/or modify it
-under the terms of the GPL version 2 or later.
-
-
-=for comment
-$Date$
diff --git a/inkscape.sk.pod b/inkscape.sk.pod
deleted file mode 100644
index b28e18ebd..000000000
--- a/inkscape.sk.pod
+++ /dev/null
@@ -1,654 +0,0 @@
-
- *****************************************************
- * GENERATED FILE, DO NOT EDIT *
- * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
- *****************************************************
-
-This file was generated by po4a(7). Do not store it (in VCS, for example),
-but store the PO file used as source file by po4a-translate.
-
-In fact, consider this as a binary, and the PO file as a regular .c file:
-If the PO get lost, keeping this translation up-to-date will be harder.
-
-=encoding UTF-8
-
-=head1 NÁZOV
-
-Inkscape - editaor SVG (Scalable Vector Graphics).
-
-=head1 PREHĽAD
-
-C<inkscape [voľby] [názov súboru ...]>
-
-voľby:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=NÁZOVSÚBORU
-
- -e, --export-png=NÁZOVSÚBORU
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=FARBA
- -y, --export-background-opacity=HODNOTA
- -d, --export-dpi=DPI
- -w, --export-width=ŠÍRKA
- -h, --export-height=VÝŠKA
-
- -P, --export-ps=NÁZOVSÚBORU
- -E, --export-eps=NÁZOVSÚBORU
- -A, --export-pdf=NÁZOVSÚBORU
- --export-pdf-version=REŤAZEC-VERZIE
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=NÁZOVSÚBORU
-
- -p, --print=TLAČIAREŇ
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=ID-SLOVESA
- --select=ID-OBJEKTU
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
-
- --g-fatal-warnings
-
-=head1 POPIS
-
-B<Inkscape> je editor súborov vektorovej grafiky vo formáte B<Scalable
-Vector Graphics (SVG)> s grafickým rozhraním, ktorého schopnosti sú podobné
-B<Adobe Illustrator>, B<CorelDraw>, B<Xara Xtreme>, atď. Medzi vlastnosti
-Inkscape patria všestranné tvary, bézierove krivky, kreslenie voľbou rukou,
-viacriadkový text, text na ceste, alpha blending, ľubovoľné afínne
-transformácie, farebné prechody a výplň vzorkou, úprava uzlov, mnohé formáty
-na export a import vrátane PNG a PDF, zoskupovanie, vrstvy, živé klony a
-veľa iného. Rozhranie je navrhnuté pre komfortné a efektívne ovládanie pre
-skúseného používateľa, pričom dodržiava štandardy B<GNOME>, takže používateľ
-oboznámený s inými aplikáciami GNOME si môže ovládanie rozhrania rýchlo
-osvojiť.
-
-B<SVG> je štandard W3C, formát XML pre dvojrozmernú vektorovú
-grafiku. Umožňuje definíciu objektov kresby pomocou bodov, ciest a
-primitívnych tvarov. Farby, písma, šírka ťahu atď. sa pri týchto objektoch
-uvádzajú ako atribúty „štýlu“. Zámer je taký, že keďže SVG je štandard a
-jeho súbory sú text/xml, bude možné použiť SVG súbory vo veľkom počte
-programov v širokom spektre aplikácií.
-
-B<Inkscape> používa SVG ako svoj natívny formát dokumentu a jeho cieľom je
-stať sa kresliacim programom plne konformným SVG súborom, dostupným open
-source komunite.
-
-
-
-=head1 VOĽBY
-
-=over 8
-
-=item B<-?>, B<--help>
-
-Zobrazí správu s pomocou
-
-=item B<-V>, B<--version>
-
-Zobrazí verziu a dátum zostavenia Inkscape.
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-Pri exporte PNG, nastaví exportovanú oblasť v používateľských jednotkách SVG
-(anonymné jednotky dĺžky bežne používané v Inkscape SVG). Štandardne sa
-exportuje celá stránka dokumentu. Bod (0,0) je ľavý spodný roh.
-
-=item B<-C>, B<--export-area-page>
-
-Pri exporte PNG, PDF, PS a EPS je exportovaná oblasť stránka. Toto je
-štandardné nastavenie pre PNG, PDF a PS, takže ju nemusíte uvádzať ak
-nepoužívate --export-id na exportovanie konkrétneho objektu. Pri exporte EPS
-to však nie je štandardné nastavenie. Naviac špecifikácia formátu EPS
-neumožňuje, aby bolo ohraničenie väčšie ako obsah dokumentu. To znamená, že
-ak pri exporte EPS použijete --export-area-canvas, ohraničenie plátna sa
-oreže dnu na ohraničenie objektu, ak je menšie.
-
-=item B<-D>, B<--export-area-drawing>
-
-Pri exporte PNG, PDF, PS a EPS je exportovaná oblasť kresba (nie stránka),
-t.j. ohraničenie všetkých objektov dokumentu (alebo exportovaného objektu ak
-je použité --export-id). S touto voľbou budú na exportovanom obrázku iba
-viditeľné objekty dokumentu bez okrajov alebo orezania. Toto je štandardná
-exportná oblasť pre EPS. Pri PNG je možné použiť túto voľbu v kombinácii s
---export-use-hints.
-
-=item B<--export-area-snap>
-
-Pri exporte PNG prichytí oblasť exportu smerom von na najbližšiu celočíselnú
-používateľskú jednotku SVG (px). Ak používate štandardné rozlíšenie exportu
-96 DPI a vaša grafika je zarovnaná na pixle, aby sa minimalizoval
-antialiasing, táto voľba vám umožní zachovať toto zarovnanie aj ak
-exportujete ohraničenie nejakého objektu (pomocou --export-id alebo
---export-area-drawing), ktoré samotné nie je zarovnané na pixle.
-
-=item B<-b> I<FARBA>, B<--export-background>=I<FARBA>
-
-Farba pozadia exportovaného PNG. Toto môže byť akýkoľvek reťazec
-špecifikujúci farbu, ktorý SVG podporuje, napr.
-„#ff007f“ alebo „rgb(255, 0, 128)“. Ak nie je nastavená, použije sa farba
-nastavená v Inkscape v dialógu Možnosti dokumentu (uložená v atribúte
-pagecolor= v sodipodi:namedview).
-
-=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-
-Rozlíšenie použité pri exporte PNG. Tiež sa používa pri rasterizácii
-filtrovaných objektov pri exporte do PS, EPS a PDF (ak neuvediete
---export-ignore-filters na potlačenie rasterizácie). Štandardne 96, čo
-zodpovedá 1 používateľskej jednotke SVG. (px, tiež nazývaná „používateľská
-jednotka“) exportovanej na 1 pixel bitmapy.
-Táto hodnota má precedenciu pred odporúčaným DPI pri použití s prepínačom
---export-use-hints.
-
-
-=item B<-e> I<FILENAME>, B<--export-png>=I<NÁZOVSÚBORU>
-
-Názov súboru pre export PNG. Ak už existuje, bude prepísaný bez pýtania sa.
-
-=item B<-f> I<NÁZOVSÚBORU>, B<--file>=I<NÁZOVSÚBORU>
-
-Otvorí zadané dokumenty. Je možné vynechať reťazec voľby, t.j. môžete
-uviesť zoznam súborov bez -f.
-
-=item B<-g>, B<--with-gui>
-
-Pokúsiť sa použiť grafické používateľské rozhranie (na unixových systémoch,
-použiť X server aj keď nie je nastavená premenná $DISPLAY).
-
-=item B<-h> I<HEIGHT>, B<--export-height>=I<HEIGHT>
-
-Výška generovaných bitmáp v pixloch. Táto hodnota má precedenciu pred
-nastavením --export-dpi (alebo odporúčaním DPI pri použití s prepínačom
---export-use-hints).
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-Pri exporte PNG, PS, EPS, PDF a čistého SVG hodnota atribútu id objektu,
-ktorý chcete exportovať z dokumentu. Žiadne iné objekty sa neexportujú.
-Štandardne sa exportuje ohraničenie objektu. To môžete zmeniť použitím voľby
---export-area (iba pri PNG) alebo --export-area-canvas.
-
-=item B<-j>, B<--export-id-only>
-
-Pri PNG a čistom SVG exportovať iba objekt s id zadaným v
---export-id. Všetky ostatné objekty sa skryjú a nezobrazia sa v exporte ani
-keď prekrývajú exportovaný objekt. Ak nie je uvedené --export-id, táto
-voľba sa ignoruje. Pri exporte PDF je toto štandardná voľba, takže jej
-uvedenie nemá žiadny vplyv.
-
-=item B<-l>, B<--export-plain-svg>=I<NÁZOVSÚBORU>
-
-Exportovať dokumenty do formátu čisté SVG, bez menných priestorov sodipodi:
-alebo inkscape: namespaces a bez metadát RDF.
-
-=item B<-x>, B<--extension-directory>
-
-Vypíše aktuálny adresár rozšírení, ktorý bol nastavený pre Inkscape a potom
-skončí. Využívajú to externé rozšírenia aby použili rovnakú konfiguráciu
-ako pôvodná inštalácia Inkscape.
-
-=item B<--verb-list>
-
-Vypíše všetky slovesá dostupné v Inkscape podľa ID. Tieto ID možno použiť
-pri definovaní klávesových máp alebo menu. Tiež ich možno použiť na
-príkazovom riadku s voľbou --verb.
-
-=item B<--verb>=I<ID-SLOVESA>, B<--select>=I<ID-OBJEKTU>
-
-Tieto dve voľby spolu poskytujú základné možnosti skriptovania v Inkscape z
-príkazového riadka. Obe sa môžu na príkazovom riadku vyskytovať ľubovoľný
-počet krát a vykonajú sa v tomto poradí na každom určenom dokumente.
-
-Príkaz --verb vykoná uvedené sloveso ako keby bolo zavolané z menu alebo
-klávesovou skratkou. Dialógy sa objavia ak sú súčasťou slovesa. Ak chcete
-vypísať zoznam dostupných ID, použite voľby príkazového riadka --verb-list.
-
-Príkaz --select spôsobí výber objektov s uvedeným ID. To umožňuje
-vykonávanie slovies na nich. Ak chcete zrušiť všetky výbery, použite
---verb=EditDeselect. ID objektov sú dostupné v závislosti na dokumente,
-ktorý sa má načítať.
-
-=item B<-p> I<TLAČIAREŇ>, B<--print>=I<TLAČIAREŇ>
-
-Vytlačí dokumenty na určenej tlačiarni pomocou „lpr -P TLAČIAREŇ“. Ak
-chcete výstup poslať rúrou inému príkazu, môžete použiť „| PRÍKAZ“ alebo „>
-NÁZOVSÚBORU“ ak chcete namiesto tlačenia zapísať výstup v PostScripte do
-súboru. Pamätajte na to, že musíte použiť vhodné úvodzovky pre váš shell,
-napr.
-
-inkscape --print='| ps2pdf - mydoc.pdf' mydoc.svg
-
-=item B<-t>, B<--export-use-hints>
-
-Použiť názov exportovaného súboru a atribút DPI uložené v exportovanom
-objekte (iba s voľbou --export-id). Tieto údaje sa nastavujú automaticky
-keď exportujete výber z grafického rozhrania Inkscape. Takže napr. ak
-exportujete útvar s id="path231" ako /home/me/shape.png pri 300 dpi z
-dokument.svg z grafického rozhrania Inkscape a uložíte dokument, neskôr
-budete môcť exportovať útvar do rovnakého súboru s rovnakým rozlíšením
-jednoducho spustením
-
-inkscape -i path231 -t document.svg
-
-Ak spolu s touto voľbou použijete --export-dpi, --export-width alebo
---export-height bude sa atribút DPI ignorovať a použije sa hodnota zadaná na
-príkazovom riadku. Ak spolu s touto voľbou použijete --export-png, bude sa
-atribút názvov súboru ignorovať a použije sa hodnota zadaná na príkazovom
-riadku.
-
-=item B<-w> I<ŠÍRKA>, B<--export-width>=I<ŠÍRKA>
-
-Výška generovaných bitmáp v pixeloch. Táto hodnota má precedenciu pred
-nastavením --export-dpi
-(alebo odporúčaním DPI pri použití s prepínačom --export-use-hints).
-
-=item B<-y> I<HODNOTA>, B<--export-background-opacity>=I<HODNOTA>
-
-Krytie pozadia exportovaných súborov PNG. Toto môže byť hodnota buď medzi
-0.0 a 1.0 (kde 0.0 znamená celkom priehľadné a 1.0 plné krytie) alebo väčšia
-ako 1 do 255 (kde 255 znamená plné krytie). Ak nie je hodnota nastavená a
-nepoužije sa voľba -b, použije sa krytie stránky nastavené v Inkscape v
-dialógu Vlastnosti dokumentu (uložené v atribúte inkscape:pageopacity=
-sodipodi:namedview). Ak nie je hodnota nastavená a použije sa voľba -b
-použije sa hodnota 255 (plné krytie).
-
-=item B<-P> I<NÁZOVSÚBORU>, B<--export-ps>=I<NÁZOVSÚBORU>
-
-Exportovať dokumenty do formátu PostScript. Pamätajte, že PostScript
-nepodporuje priesvitnosť, takže akékoľvek priesvitné objekty v pôvodnom SVG
-sa automaticky rasterizujú. Priložia sa použité písma alebo podmnožina
-použitých znakov. Štandardná oblasť exportu je plátno a môžete ju nastaviť
-na kresbu pomocou --export-area-drawing. Ak chcete exportovať jediný objekt,
-môžete použiť --export-id (všetky ostatné sa skryjú); v tom prípade bude
-oblasťou exportu ohraničenie uvedeného objektu, ale možno ho nastaviť na
-plátno voľbou --export-area-canvas.
-
-=item B<-E> I<NÁZOVSÚBORU>, B<--export-eps>=I<NÁZOVSÚBORU>
-
-Exportovať dokumenty do formátu Encapsulated PostScript. Pamätajte, že
-PostScript nepodporuje priesvitnosť, takže akékoľvek priesvitné objekty v
-pôvodnom SVG sa automaticky rasterizujú. Priložia sa použité písma alebo
-podmnožina použitých znakov. Štandardná oblasť exportu je kresba a môžete ju
-však nastaviť na plátno, pozrite si však obmedzenia v popise voľby
---export-area-drawing. Ak chcete exportovať jediný objekt, môžete použiť
---export-id (všetky ostatné sa skryjú).
-
-=item B<-A> I<NÁZOVSÚBORU>, B<--export-pdf>=I<NÁZOVSÚBORU>
-
-Exportovať dokumenty do formátu PDF. Tento formát zachováva priesvitnosť z
-pôvodného SVG. Priložia sa použité písma alebo podmnožina použitých
-znakov. Štandardná oblasť exportu je plátno a môžete ju nastaviť na kresbu
-pomocou --export-area-drawing. Ak chcete exportovať jediný objekt, môžete
-použiť --export-id (všetky ostatné sa skryjú); v tom prípade bude oblasťou
-exportu ohraničenie uvedeného objektu, ale možno ho nastaviť na plátno
-voľbou --export-area-canvas.
-
-=item B<--export-pdf-version>=I<VERZIA-PDF>
-
-Vyberte verziu PDF pre exportované súbory PDF. Táto voľba v podstate dáva k
-dispozícii výber verzie PDF z dialógového okna exportu PDF v grafickom
-používateľskom rozhraní. Musíte zadať jednu z verzií z tohto zoznamu,
-napr. „1.4“. Predvolená verzia exportovaného PDF je „1.4“.
-
-=item B<--export-latex>
-
-(pri exporte PS, EPS a PDF) Používa sa na vytváranie obrázkov pre dokumenty
-LaTeXu, kde text v obrázku sádza LaTeX. Pri exporte do formátu PDF/PS/EPS,
-táto možnosť rozdelí výstup do súboru PDF/PS/EPS (napr. podľa zadanej voľby
---export-pdf) a súboru LaTeXu. Text sa nevloží do súboru PDF/PS/EPS, ale
-namiesto toho sa objaví v súbore LaTeXu. Tento súbor LaTeXu obsahuje
-PDF/PS/EPS. Vložením súboru LaTeXu (\input{image.tex}) do dokumentu LaTeXu
-zobrazíte obrázok a text vysádza LaTeX. Ďalšie informácie nájdete vo
-výslednom súbore LaTeXu. Pozri aj výstupný terminál „epslatex“ v GNUPlot.
-
-=item B<-T>, B<--export-text-to-path>
-
-Konvertovať pri exporte textové objekty na cesty kde sa dá (pri exporte PS,
-EPS, PDF a SVG).
-
-=item B<--export-ignore-filters>
-
-Exportovať objekty s filtrami (napr. s rozostrením) ako vektorovú grafiku a
-ignorovať filtre (pri exporte PS, EPS a PDF). Štandardne sa všetky objekty
-s filtrami rasterizujú s rozlíšením --export-dpi (štandardne 96 DPI) čím sa
-zachová ich vzhľad.
-
-=item B<-I>, B<--query-id>
-
-Nastaviť ID objektu, ktorého rozmery zisťujeme. Ak nie je nastavené, voľby
-požiadavky vrátia rozmer kresby (t.j. všetkých objektov dokumentu), nie
-stránky či zobrazenia.
-
-=item B<-X>, B<--query-x>
-
-Zistiť súradnicu X kresby alebo, ak je určený, objektu s --query-id. Vrátená
-hodnota je v px (používateľské jednotky SVG).
-
-=item B<-Y>, B<--query-y>
-
-Zistiť súradnicu Y kresby alebo, ak je určený, objektu s --query-id. Vrátená
-hodnota je v px (používateľské jednotky SVG).
-
-=item B<-W>, B<--query-width>
-
-Zistiť šírku kresby alebo, ak je určený, objektu s --query-id. Vrátená
-hodnota je v px (používateľské jednotky SVG).
-
-=item B<-H>, B<--query-height>
-
-Zistiť výšku kresby alebo, ak je určený, objektu s --query-id. Vrátená
-hodnota je v px (používateľské jednotky SVG).
-
-=item B<-S>, B<--query-all>
-
-Vypíše zoznam všetkých objektov v dokumente SVG s definovanými ID spolu s
-ich súradnicou x, y, šírkou a výškou vo formáte s hodnotami oddelenom
-čiarkami.
-
-=item B<--shell>
-
-Ak je zadaný tento parameter, Inkscape vstúpi do interaktívneho režimu
-príkazového riadka. V tomto režime píšete príkazy na príkazovom riadku a
-Inkscape ich vykonáva bez toho aby ste museli pri každom príkaze spúšťať
-novú inštanciu Inkscape. Táto vlastnosť je najužitočnejšia v skriptoch a pri
-použití na serveri: nepridáva nové schopnosti, ale umožňuje vám zlepšovať
-nároky na rýchlosť a pamäť akéhokoľvek skriptu, ktorý opakovane volá
-Inkscape aby vykonal úlohy z príkazového riadka (ako export alebo
-konverzie). Každý príkaz v režime shellu musí byť úplný platný príkaz
-Inkscape ale bez názvu programu Inkscape, napr. „subor.svg
---export-pdf=subor.pdf“.
-
-=item B<--vacuum-defs>
-
-Odstráni všetky nepoužité položky zo sekcie <lt>defs<gt> SVG súboru. Ak
-túto voľbu zadáte spolu s --export-plain-svg, bude mať vplyv iba na
-exportovaný súbor. Ak ju použijete samostatne, zmení sa existujúci súbor.
-
-=item B<-z>, B<--without-gui>
-
-Neotvárať grafické rozhranie (na unixových systémoch nepoužívať X server),
-iba spracovať súbory z konzoly. Táto voľba sa predpokladá pri voľbách -p,
--e, -l a --vacuum-defs.
-
-=item B<--g-fatal-warnings>
-
-Táto štandardná voľba GTK vynucuje, že akékoľvek upozornenia, ktoré sú
-zvyčajne neškodné, spôsobia ukončenie Inkscape (čo je užitočné pri ladení).
-
-=item B<--usage>
-
-Zobrazí stručnú správu o tom ako používať Inkscape.
-
-=back
-
-=head1 KONFIGURÁCIA
-
-Hlavný konfiguračný súbor je ~/.config/Inkscape/preferences.xml. Ukladá
-rozličné nastavenia, ktoré môžete zmeniť v Inkscape (prevažne v dialógu
-Nastavenia Inkscape). Do podadresárov tohto adresára tiež môžete umiestniť
-vlastné:
-
-B<$HOME>/.config/inkscape/extensions/ - efekty rozšírení.
-
-B<$HOME>/.config/inkscape/icons/ - ikony.
-
-B<$HOME>/.config/inkscape/keys/ - mapy klávesov.
-
-B<$HOME>/.config/inkscape/templates/ - šablóny nových súborov.
-
-=head1 DIAGNOSTIKA
-
-Program vráti nulovú hodnotu pri úspešnom a nenulovú pri neúspešnom
-ukončení.
-
-Na štandardný chybový výstup alebo štandardný výstup môže vypísať rozličné
-chybové hlásenia alebo upozornenia. Ak sa program správa chybne alebo
-havaruje v súvislosti s konkrétnym SVG súborom, prehliadnutie tohto výstupu
-pomôže zistiť dôvod zlyhania.
-
-=head1 PRÍKLADY
-
-Hoci je B<Inkscape> zjavne v prvom rade aplikácia s grafickým používateľským
-rozhraním, tiež ho možno použiť na spracovanie SVG z príkazového riadka.
-
-Otvorenie SVG súboru v grafickom rozhraní:
-
- inkscape subor.svg
-
-Vytlačenie SVG súboru z príkazového riadka:
-
- inkscape subor.svg -p '| lpr'
-
-Export SVG súboru do PNG v predvolenom rozlíšení 96 DPI (jedna používateľská
-jednotka SVG zodpovedá jednému pixlu bitmapy):
-
- inkscape subor.svg --export-png=subor.png
-
-To isté, ale veľkosť súboru PNG je vynútená na 600x400 pixlov:
-
- inkscape subor.svg --export-png=subor.png -w600 -h400
-To isté, ale exportuje kresbu (ohraničenie všetkých objektov), nie stránku:
-
- inkscape subor.svg --export-png=subor.png --export-area-drawing
-
-Exportuje do PNG objekt s id="text1555" s použitím názvu súboru a
-rozlíšenia, ktoré boli použité pri poslednom exporte objektu z grafického
-rozhrania:
-
- inkscape subor.svg --export-id=text1555 --export-use-hints
-
-To isté, ale použiť rozlíšenie 96 DPI, určiť názov súboru a prichytiť
-exportovanú oblasť smerom von k najbližšej celej hodnote používateľskej
-jednotky SVG (aby sa zachovalo zarovnanie objektov na pixle a tak
-minimalizoval aliasing):
-
- inkscape subor.svg --export-id=text1555 --export-png=text.png --export-area-snap
-
-Previesť Inkscape SVG na čistý SVG dokument:
-
- inkscape subor1.svg --export-plain-svg=subor2.svg
-
-Previesť SVG dokument na EPS, pričom prevedie všetky texty na cesty:
-
- inkscape subor.svg --export-eps=subor.eps --export-text-to-path
-
-Zistiť šírku objektu s id="text1555":
-
- inkscape subor.svg --query-width --query-id text1555
-
-Duplikovať objekt s id="path1555", otočiť duplikát o 90 stupňov, uložiť SVG
-a skončiť:
-
- inkscape subor.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-
-=head1 PROSTREDIE
-
-B<DISPLAY> zistenie predvoleného hostiteľa a čísla displeja.
-
-B<TMPDIR> nastavenie predvoleného adresára pre dočasné súbory. Adresár musí
-existovať.
-
-B<INKSCAPE_PROFILE_DIR> nastavenie cesty k adresáru používateľského profilu.
-
-=head1 TÉMY VZHĽADU
-
-Ak chcete načítať odlišnú sadu ikon ako predvolený súbor
-B<$PREFIX>/share/inkscape/icons/icons.svg, použije sa adresár
-B<$HOME>/.inkscape/icons/. Ikony sa načítavajú podľa názvu
-(napr. I<fill_none.svg>) alebo ak nie sú nájdené z I<icons.svg>. Ak sa
-ikona nenačíta ani z jedného z týchto miest, použije sa predvolené
-umiestnenie systému.
-
-Potrebné ikony sa načítavajú zo SVG súborov hľadaním SVG id so
-zodpovedajúcim názvom ikony. (Napr. pri načítaní ikony „fill_none“ zo
-súboru sa ako ikona vykreslí ohraničenie „fill_none“, či už pochádza zo
-súboru I<fill_none.svg> alebo I<icons.svg>.)
-
-
-
-
-
-=head1 ĎALŠIE INFORMÁCIE
-
-Umiestnenie kanonickej dokumentácie k B<Inkscape> je na
-http://www.inkscape.org/. Webová stránka obsahuje novinky, dokumentáciu,
-návody, príklady, archívy konferencií, poslednú vydanú verziu programu,
-databázy chýb a žiadostí o nové funkcie, fóra a ďalšie.
-
-=head1 POZRI AJ
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-Testovací balík konformnosti so štandardom SVG:
-http://www.w3.org/Graphics/SVG/Test/
-
-Nástroj na testovanie platnosti SVG: http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
-January 2003> L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
-November 2003> L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
-W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-
-=head1 POZNÁMKY KU GRAFICKÉMU ROZHRANIU
-
-Ak sa chcete naučiť pracovať s grafickým rozhraním Inkscape, prečítajte si
-návody v ponuke Pomocník > Návody.
-
-Okrem SVG dokáže Inkscape importovať (Súbor > Importovať) väčšinu
-bitmapových formátov (PNG, BMP, JPG, XPM, GIF atď.), čistý text (vyžaduje
-Perl), PS a EPS (vyžaduje Ghostscript), formáty PDF a AI (AI verzie 9.0
-alebo novšej).
-
-Inkscape exportuje 32-bitové PNG obrázky (Súbor > Exportovať) a tiež AI, PS,
-EPS, PDF, DXF a niekoľko ďalších formátov pomocou Súbor > Uložiť ako.
-
-Inkscape dokáže využiť informáciu o tlaku a sklone grafického tabletu na
-nastavenie šírky, uhla a sily niektorých nástrojov vrátane kaligrafického
-pera.
-
-Inkscape obsahuje grafické rozhranie k jadru na vektorizáciu bitmáp Potrace
-(http://potrace.sf.net), ktoré je súčasťou Inkscape.
-
-Inkscape dokáže využívať externé skripty (filtre štandardného
-vstupu/výstupu), ktoré predstavujú príkazy v menu Rozšírenia. Skript môže
-mať grafický dialóg na nastavenie parametrov a dokáže zistiť ID vybraných
-objektov na ktoré sa bude aplikovať prostredníctvom príkazového
-riadka. Inkscape obsahuje sadu efektov napísaných v jazyku Python.
-
-=head1 KLÁVESOVÉ VÄZBY
-
-Úplný zoznam skratiek klávesnice a myši nájdete v súbore doc/keys.html alebo
-pomocou príkazu Použitie klávesnice a myši v menu Pomocník.
-
-=head1 CHYBY
-
-Je známe množstvo chýb. Existujúce chyby nájdete a nové môžete nahlásiť na
-webstránke inkscape.org. Tiež si prečítajte sekciu Známe problémy v
-Poznámkach k vydaniu vašej verzie (súbor „NEWS“).
-
-=head1 AUTORI
-
-Kód vďačí za svoju existenciu množstvu prispievateľov do jeho rozličných
-foriem. Nasledovný zoznam je určite neúplný, ale slúži na uznanie mnohých
-ramien, na ktorých táto aplikácia stojí:
-
-[% INCLUDE "AUTHORS" %]
-
-Túto manuálovú stránku zostavil Bryce Harrington
-E<lt>brycehar@bryceharrington.comE<gt>.
-
-=head1 HISTÓRIA
-
-Kód, ktorý sa neskôr stal kódom Inkscape začal svoj život v roku 1999 ako
-program Gill, aplikácia GNOME Illustrator, ktorú vytvoril Raph
-Levien. Cieľom, ktorý si Gill kládol bolo nakoniec podporovať kompletný
-štandard SVG. Raph implementoval bézierov PostScriptový obrazový model
-vrátane výplne a ťahu, štýlov zakončenia a spojenia čiar, textu atď. Raphova
-stránka o Gill je http://www.levien.com/svg/. Práca na Gill sa spomalila
-alebo zastavila v roku 2000.
-
-Ďalším stelesnením kódu sa stal veľmi populárny program Sodipodi, ktorý
-viedol Lauris Kaplinski. Kód sa zmenil na veľmi mocný ilustračný nástroj
-počas niekoľkých rokov práce na ňom po pridaní niekoľkých nových vlastností,
-podpory jazykov, portovania na Windows a iné operačné systémy a odstránení
-závislostí.
-
-Inkscape vytvorili v roku 2003 štyria aktívni vývojári Sodipodi - Bryce
-Harrington, MenTaLguY, Nathan Hurst a Ted Gould, ktorí chceli kód posunúť
-novým smerom so zameraním na konformnosť s SVG, vzľad a správanie rozhrania
-a túžbou otvoriť príležitosť vývoja viacerým prispievateľom. Projekt
-postupoval rýchlo a získal si množstvo veľmi aktívnych prispievateľov a
-vlastností.
-
-Mnoho práce v raných dňoch projektu sa zameriavalo na stabilizáciu kódu a
-internacionalizáciu. Pôvodné vykresľovacie jadro zdedené zo Sodipodi bolo
-spojené s mnohými matematickými hraničnými prípadmi, ktoré viedli k
-neočakávaným haváriám pri použití programu na iné ako rutinné úlohy. Toto
-vykresľovacie jadro nahradil Livarot, ktorý hoci tiež nie je dokonalý, bol
-výrazne menej náchylný na chyby. Projekt tiež praktikoval časté začleňovanie
-kódu a posmeľoval používateľov v používaní vývojových verzií programu. To
-pomohlo s ranou identifikáciou chýb a zabezpečilo jednoduchý spôsob ako
-používatelia mohli overiť funkčnosť opráv. V dôsledku Inkscape si Inkscape
-zaslúžil všeobecnú reputáciu robustnosti a spoľahlivosti.
-
-Tiež sa rozvinuli snahy o internacionalizáciu a lokalizáciu rozhrania, ktoré
-pomohli programu získať prispievateľov z celého sveta.
-
-Inkscape mal prínosný vplyv na vizuálnu atraktivitu open source vo
-všeobecnosti, pretože poskytol nástroj na tvorbu a zdieľanie ikon,
-štartovacích obrazoviek, grafiky webových stránok atď. Istým spôsobom okrem
-toho, že je to len „program na kreslenie“ hral Inkscape dôležitú úlohu pri
-vylepšení vizuálnej stránky open source širokému publiku.
-
-=head1 AUTORSKÉ PRÁVA A LICENCIA
-
-B<Copyright (C)> 1999-2015, autori.
-
-B<Inkscape> je slobodný softvér; môžete ho používať a šíriť za podmienok
-licencie GPL.
-
-
-
-=for komentár $Date$
-
diff --git a/inkscape.spec.in b/inkscape.spec.in
deleted file mode 100644
index e1fc9c16b..000000000
--- a/inkscape.spec.in
+++ /dev/null
@@ -1,119 +0,0 @@
-# If you want to build an executable that uses static libraries,
-# build your libraries in a separate root directory, and then run
-# the rpmbuild using "--define 'ink_static_root /your/static/rootdir'"
-
-# To avoid stripping the binaries, you can also:
-# "--define '__spec_install_post /usr/lib/rpm/brp-compress'"
-
-Name: inkscape
-Summary: A Vector Drawing Application
-Version: @VERSION@
-# Use release "0" so that distro-released versions will override ours.
-Release: 0
-License: GPL
-Group: Applications/Graphics
-Source: %{name}-%{version}.tar.gz
-URL: http://inkscape.sourceforge.net/
-Prefix: %{_prefix}
-Packager: Automatic
-Vendor: The Inkscape Project
-BuildRoot: %{_tmppath}/%{name}-%{version}-root
-
-# See debian/control for a full list of requirements. Maybe someone using an
-# rpm-based distribution would like to translate some or all of the Debian
-# package names given in debian/control to rpm equivalent packages.
-BuildRequires: atk-devel
-BuildRequires: desktop-file-utils
-BuildRequires: freetype-devel
-BuildRequires: gc-devel >= 6.4
-BuildRequires: gettext
-BuildRequires: gtkmm24-devel
-BuildRequires: libart_lgpl-devel >= 2.3.10
-BuildRequires: libgnomeprintui22-devel >= 2.2.0
-BuildRequires: gnome-vfs2-devel
-BuildRequires: libpng-devel
-BuildRequires: libsigc++20-devel
-BuildRequires: libxml2-devel >= 2.4.24
-BuildRequires: libxslt-devel
-BuildRequires: pango-devel
-BuildRequires: perl-XML-Parser
-BuildRequires: pkgconfig
-BuildRequires: python-devel
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
-
-Provides: perl(SpSVG)
-Provides: perl(SVG)
-
-%description
-Inkscape is an SVG-based generic vector-drawing program for Linux/Unix/Windows/Mac.
-
-%prep
-%setup
-
-%build
-### Needed for snapshot releases.
-MYCFLAGS="$RPM_OPT_FLAGS"
-
-# Deal with static builds
-if [ ! -z "%{?ink_static_root}" ]; then
- PATH=/extra/static/bin:$PATH
- if [ -z "$PKG_CONFIG_PATH" ]; then
- PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
- fi
- PKG_CONFIG_PATH=%{ink_static_root}/lib/pkgconfig:$PKG_CONFIG_PATH
- CPPFLAGS="-I%{ink_static_root}/include $CPPFLAGS"
- LDFLAGS="-L%{ink_static_root}/lib $LDFLAGS"
-
- export PATH PKG_CONFIG_PATH CPPFLAGS LDFLAGS
-fi
-
-if [ ! -x configure ]; then
- CFLAGS="$MYCFLAGS" ./autogen.sh $MYARCH_FLAGS --prefix=%{_prefix} --localstatedir=%{_localstatedir} --sysconfdir=%{_sysconfdir}
-else
- %configure
-fi
-make %{?_smp_mflags}
-
-%install
-rm -rf %{buildroot}
-%makeinstall
-
-%clean
-rm -rf %{buildroot}
-
-%files
-%defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog NEWS README doc/keys.html
-%{_bindir}/inkscape
-%{_bindir}/inkview
-%{_datadir}/applications/inkscape.desktop
-%{_datadir}/locale/*/LC_MESSAGES/inkscape.mo
-%{_datadir}/pixmaps/*
-%{_datadir}/inkscape/*
-%{_mandir}/*/man1/*
-%{_mandir}/man1/*
-
-%changelog
-* Wed Nov 30 2005 Daniil Ivanov <daniil.ivanov@gmail.com>
-- Added BuildRequires and Provides
-
-* Thu Jul 7 2005 Kees Cook <kees@outflux.net>
-- Adjusted for plugin relocation
-
-* Wed Nov 24 2004 Kees Cook <kees@outflux.net>
-- Added SMP flags so I can build faster
-- Added static build capability
-
-* Sat Jul 17 2004 Bryce W. Harrington <bryce@bryceharrington.org>
-- Removing _libdir and TODO, updating description
-
-* Thu May 01 2003 Christian Schaller <uraeus@gnome.org>
-- Fix up the spec file for current release
-
-* Mon Sep 23 2002 Dag Wieers <dag@wieers.com>
-- Update to 0.2.6
-
-* Thu Sep 12 2002 Dag Wieers <dag@wieers.com>
-- Update to 0.2.5
-- Changed SPEC to benefit from macros
diff --git a/inkscape.zh_TW.pod b/inkscape.zh_TW.pod
deleted file mode 100644
index cc664220f..000000000
--- a/inkscape.zh_TW.pod
+++ /dev/null
@@ -1,501 +0,0 @@
-
- *****************************************************
- * GENERATED FILE, DO NOT EDIT *
- * THIS IS NO SOURCE FILE, BUT RESULT OF COMPILATION *
- *****************************************************
-
-This file was generated by po4a(7). Do not store it (in VCS, for example),
-but store the PO file used as source file by po4a-translate.
-
-In fact, consider this as a binary, and the PO file as a regular .c file:
-If the PO get lost, keeping this translation up-to-date will be harder.
-
-=encoding UTF-8
-
-=head1 名稱
-
-Inkscape - SVG (Scalable Vector Graphics) 編輯程式。
-
-=head1 概要
-
-C<inkscape [選項] [檔名 ...]>
-
-選項:
-
- -?, --help
- --usage
- -V, --version
-
- -f, --file=檔名
-
- -e, --export-png=檔名
- -a, --export-area=x0:y0:x1:y1
- -C, --export-area-page
- -D, --export-area-drawing
- --export-area-snap
- -i, --export-id=ID
- -j, --export-id-only
- -t, --export-use-hints
- -b, --export-background=顏色
- -y, --export-background-opacity=數值
- -d, --export-dpi=DPI
- -w, --export-width=寬度
- -h, --export-height=高度
-
- -P, --export-ps=檔名
- -E, --export-eps=檔名
- -A, --export-pdf=檔名
- --export-pdf-version=版本字串
- --export-latex
-
- --export-ps-level {2,3}
-
- -T, --export-text-to-path
- --export-ignore-filters
-
- -l, --export-plain-svg=檔名
-
- -p, --print=印表機
-
- -I, --query-id=ID
- -X, --query-x
- -Y, --query-y
- -W, --query-width
- -H, --query-height
- -S, --query-all
-
- -x, --extension-directory
-
- --verb-list
- --verb=動詞-ID
- --select=物件-ID
-
- --shell
-
- -g, --with-gui
- -z, --without-gui
-
- --vacuum-defs
-
- --g-fatal-warnings
-
-=head1 描述
-
-B<Inkscape> 是一款B<可縮放式向量圖形 (SVG)> 格式繪圖檔的圖形介面編輯程式,類似 B<Adobe Illustrator>、
-B<CorelDraw>、B<Xara Xtreme> 等。Inkscape 的特點包括多功能形狀、貝茲曲線、手繪、多行文字、文字置
-於路徑、透明混合處理、任意變形、漸層和圖樣填充節點編輯、支援多種匯出和匯入格式包含 PNG 和 PDF、群組、圖
-層、即時仿製和其他許許多多的功能。使用介面讓設計者使用起來舒適且效率高,由於保持與 B<GNOME> 標準相容, 因此熟悉其他 GNOME
-應用程式的使用者能迅速地學習並掌握程式的使用介面。
-
-B<SVG> 是 W3C 針對 2D 向量繪圖制定的標準 XML 格式。 SVG 可於圖畫中使用點、路徑和基本形狀來定義物件。
-顏色、字型、邊框寬度...等等可作為「樣式」屬性指定給這些物件。由於 SVG 的目標是成為標準格式,也因為 SVG
-檔為純文字檔/xml,所以有相當多的程式可能使用 SVG 檔並有多種用途。
-
-B<Inkscape> 使用 SVG 作為內定文件格式,並且以成為在開放原碼社群中完整相容 SVG 格式的繪圖程式為目標。
-
-
-
-=head1 選項
-
-=over 8
-
-=item B<-?>, B<--help>
-
-顯示說明訊息
-
-=item B<-V>, B<--version>
-
-顯示 Inkscape 版本和建立日期。
-
-=item B<-a> I<x0:y0:x1:y1>, B<--export-area>=I<x0:y0:x1:y1>
-
-匯出 PNG 時,以 SVG 使用者單位設定匯出範圍 (在 Inkscape SVG 中一般用匿名長度單位)。 預設是匯出整個文件畫布。原點 (0,0)
-為左下角。
-
-=item B<-C>, B<--export-area-page>
-
-匯出 PNG、PDF、PS 和 EPS 時,匯出範圍是畫布 (頁面)。這是匯出 PNG、PDF 和 PS 的預設值,所以你不必指 定這個,除非你使用
---export-id 來匯出指定的物件。匯出 EPS 時,這就不是預設值;此外,對於 EPS,格式的 規格不允許外框邊界超出內容範圍。這表示當
---export-area-canvas 用於 EPS 匯出時,如果內容的外框邊界較 小則畫布的外框邊界會被向內裁剪成內容的外框邊界。
-
-=item B<-D>, B<--export-area-drawing>
-
-匯出 PNG、PDF、PS 和 EPS 時,匯出範圍為繪畫部份 (不是畫布),即文件全部物件的外框邊界 (如果使用 --export -id
-則是匯出物件的外框邊界)。 使用這個選項,匯出的圖片會顯示文件中所有的可見物件,而不會有頁邊空白或裁剪。 這是 EPS 預設的匯出範圍。對於
-PNG,這個可以和 --export-use-hints 結合使用。
-
-=item B<--export-area-snap>
-
-匯出 PNG 時,向外捉取匯出範圍為最接近的整數 SVG 使用者單位 (px) 數值。如果你使用預設的匯出解析度 96 dpi
-且你的圖形是像素捉取來最小化平滑,這項改變允許你維持這種校正方式,即使你正要匯出的物件的外框邊界 (使用 --export-id 或
---export-area-drawing) 是本身而不是像素校正。
-
-=item B<-b> I<顏色>, B<--export-background>=I<顏色>
-
-匯出 PNG 的背景顏色。 可以是任何 SVG 的顏色字串,例如 "#ff007f" 或 "rgb(255, 0, 128)"。
-如果沒有設定顏色,那麼就會使用在 Inkscape 文件選項對話窗所設定的頁面顏色 (儲存在 pagecolor= sodipodi:namedview
-的屬性)。
-
-=item B<-d> I<DPI>, B<--export-dpi>=I<DPI>
-
-匯出 PNG 所使用的解析度。 當匯出為 PS、EPS 或 PDF (除非你指定 --export-ignore-filters 禁止點陣化)
-時,也用於退回套用濾鏡 物件的點陣化過程。預設值為 96 dpi,其對應成 1 SVG 使用者單位 (px, 亦稱「使用者單位」) 匯出為 1 點
-陣圖像素。 如果和 --export-use-hints 一起使用,這個數值會覆蓋 DPI 內定值。
-
-=item B<-e> I<檔名>, B<--export-png>=I<檔名>
-
-指定匯出 PNG 的檔名。 如果指定的檔名已經存在,則不會詢問便覆蓋原有的檔案。
-
-=item B<-f> I<檔名>, B<--file>=I<檔名>
-
-開啟指定的文件。 選項字串可以省略,即你可以不要輸入 -f 只列出檔名。
-
-=item B<-g>, B<--with-gui>
-
-試著使用圖形介面 (在 Unix 系統,即使沒有設定 $DISPLAY 也會使用 X server)。
-
-=item B<-h> I<高度>, B<--export-height>=I<高度>
-
-匯出點陣圖的高度,單位為像素。 這個數值會覆蓋 --export-dpi 設定值 (如果和 --export-use-hints 同時使用,會覆蓋
-DPI 內定值)。
-
-=item B<-i> I<ID>, B<--export-id>=I<ID>
-
-匯出 PNG、PS、EPS、PDF 和普通 SVG 時, 你想要從文件中匯出的物件的 ID 屬性值;其他剩下的物件都不會被匯出。預設
-情形下匯出的範圍是物件的外框邊界;你可用 --export-area (只適用於 PNG) 或 --export-area-page 覆蓋這項數值。
-
-=item B<-j>, B<--export-id-only>
-
-只會把 --export-id 給定 ID 的物件匯出成 PNG 或普通 SVG。其餘全部會被隱藏且不會顯示在匯出圖片中,即使這些物件和
-匯出的物件重疊。 沒有 --export-id 會忽略這個選項。對匯出 PDF 來說,這是預設值,所以這選項不會有任何效果。
-
-=item B<-l>, B<--export-plain-svg>=I<檔名>
-
-匯出文件為普通的 SVG 格式,沒有 sodipodi: 或 inkscape: 名稱集也沒有 RDF 後設資料。
-
-=item B<-x>, B<--extension-directory>
-
-列出 Inkscape 目前設定為使用且存在的擴充模組目錄。這選項用於外部擴充模組使用相同設定作為原始的 Inkscape 安裝。
-
-=item B<--verb-list>
-
-依照 ID 列出在 Inkscape 中全部可用的動詞。這 ID 可用在定義按鍵對應或選單中。也可以和 --verb 命令 列選項一起使用。
-
-=item B<--verb>=I<動詞-ID>, B<--select>=I<物件-ID>
-
-這兩個選項一起使用可由命令列上提供一些 Inkscape 的基本腳本。於命令列上要執行多少次都可以,而且可在每一 個指定的文件上執行。
-
-其 --verb 指令會執行某個指定的動詞,就像從選單或按鈕上呼叫一樣。如果執行的是部份動詞便會跳出對話窗。 使用 --verb-list
-命令列選項可取得可用動詞 ID 的清單。
-
-而 --select 指令會選取被指定 ID 的物件。此選項允許對選取物件執行各種動詞。使用 --verb=EditDeselect
-可移除所有選取的項目。可用的物件 ID 取決於文件指定載入哪些物件。
-
-=item B<-p> I<印表機>, B<--print>=I<印表機>
-
-用指定的印表機來列印文件,使用 `lpr -P PRINTER' 來指定印表機。 用 `| 指令' 來指定一個不同的指令到管線中,或用 `> 檔名'
-來寫入 PostScript 輸出到檔案而不是印表機。 記得加上適當的引號,例如
-
-inkscape --print='| ps2pdf - 我的文件.pdf' 我的文件.svg
-
-=item B<-t>, B<--export-use-hints>
-
-使用匯出檔名和儲存在匯出物件中的 DPI 內定值 (只能和 --export-id 一起使用)。 當你從 Inkscape
-內部匯出選取範圍時會自動設定為這些內定值。 例如,你用 Inkscape 圖形介面從 document.svg 裡將 id="path231" 的形狀以
-300 dpi 匯出成 /home/me/shape.png ,並儲存文件,之後你便可簡單地用下面的指令以相同的解析度重新匯出相同的檔案
-
-inkscape -i path231 -t 文件.svg
-
-如果你將這個選項和 --export-dpi、--export-width 或 --export-height 一起使用,那麼 DPI
-內定值會被忽略並使用命令列上的數值。 如果你將這個選項和 --export-png 一起使用,那麼檔名內定值會被忽略並使用命令列上的檔名。
-
-=item B<-w> I<寬度>, B<--export-width>=I<寬度>
-
-匯出點陣圖的寬度,單位為像素。 這個數值會覆蓋 --export-dpi 設定值 (如果和 --export-use-hints 同時使用則會覆蓋
-DPI 內定值)。
-
-=item B<-y> I<數值>, B<--export-background-opacity>=I<數值>
-
-匯出 PNG 背景的不透明度。 這個數值可以是 0.0 到 1.0 之間的數值 (0.0 表示完全透明,1.0 表示完全不透明) 或者大於 1 到
-255 以內的數值 (255 代表完全不透明)。 如果沒有設定數值且沒有使用 -b 選項,那麼就會使用在 Inkscape
-文件選項對話窗所設定的頁面不透明度 (儲存 在 inkscape:pageopacity= sodipodi:namedview 的屬性)。
-如果沒有設定數值但有使用 -b 選項,那麼會使用 255 (完全不透明)。
-
-=item B<-P> I<檔名>, B<--export-ps>=I<檔名>
-
-將文件匯出成 PostScript 格式。注意 PostScript 不支援透明,所以原本 SVG 中的透明物件都會自動轉成點
-陣圖。使用的字型成子集合並嵌入。預設的匯出範圍是畫布;你可以用 --export-area-drawing 將匯出範圍設定 成繪圖部份。你可指定
---export-id 來匯出單一物件 (其餘全部隱藏); 假如那樣的話匯出範圍就是物件的外框邊 界,但可用 --export-area-canvas
-設定成畫布。
-
-=item B<-E> I<檔名>, B<--export-eps>=I<檔名>
-
-將文件匯出成封裝的 PostScript 格式。注意 PostScript 不支援透明,所以原始 SVG 中的透明物件都會自動轉成點
-陣圖。使用的字型成子集合並嵌入。預設的匯出範圍是繪圖部份;你可設定成畫布,不過會看見 --export-area-canvas 的適用限制。你可以指定
---export-id 來匯出單一物件 (其餘全部隱藏)。
-
-=item B<-A> I<檔名>, B<--export-pdf>=I<檔名>
-
-將文件匯出成 PDF 格式。這種格式會保存原始 SVG 中的透明度。使用的字型成子集合並嵌入。 預設的匯出範圍是畫 布;你可以用
---export-area-drawing 將匯出範圍設定成繪圖部份。你可以指定 --export-id 來匯出單一物 件 (其餘全部隱藏);
-假如那樣的話匯出範圍就是物件的外框邊界,但可用 --export-area-canvas 設定成畫布。
-
-=item B<--export-pdf-version>=I<PDF 版本>
-
-選擇要匯出的 PDF 版本。此選項基本上會將 PDF 版本選擇器顯示在圖形介面的 PDF-export
-對話窗上。你必須從下拉式選單中選擇一種版本,例如「1.4」。預設的 pdf 匯出版本是「1.4」。
-
-=item B<--export-latex>
-
-(PS、EPS 和 PDF 匯出) 用來建立 LaTeX 文件的圖片,而圖片的文字則由 LaTeX 排版。當匯出成 PDF/PS/EPS
-格式時,此選項會將輸出分離成一個 PDF/PS/EPS 檔 (例如用 --export-pdf 指定) 和 LaTeX 檔。文字不會輸出到
-PDF/PS/EPS 檔案裡,但會出現在 LaTeX 檔案。這個 LaTeX 檔案包含 PDF/PS/EPS。輸入
-(\input{image.tex}) LaTeX 檔案到你的 LaTeX 文件會顯示圖片和全部由 LaTeX 排版的文字。查閱結果的 LaTeX
-檔案可得知更多資訊。也請查看 GNUPlot 的「epslatex」輸出終端機。
-
-=item B<-T>, B<--export-text-to-path>
-
-在適用情形下 (匯出 PS、EPS 和 PDF),匯出時將文字物件轉換成路徑。
-
-=item B<--export-ignore-filters>
-
-將套用濾鏡的物件 (例如這些物件套用模糊) 匯出成向量屬性,忽略濾鏡 (匯出 PS、EPS 和PDF 時)。 在預設情況下,全部套用濾鏡的物件會以
---export-dpi (預設為 96 dpi) 的解析度轉成點陣圖以維持外觀。
-
-=item B<-I>, B<--query-id>
-
-設定要查詢尺寸的物件 ID。如果沒有設定,查詢選項會回傳繪圖部份的尺寸 (即文件的全部物件),而不是頁面或 檢視外框。
-
-=item B<-X>, B<--query-x>
-
-查詢繪圖部份的 X 坐標或用 --query-id 所指定物件的 X 坐標。回傳值的單位是 px (SVG 使用者單位)。
-
-=item B<-Y>, B<--query-y>
-
-查詢繪圖部份的 Y 坐標或用 --query-id 所指定物件的 Y 坐標。回傳值的單位是 px (SVG 使用者單位)。
-
-=item B<-W>, B<--query-width>
-
-查詢繪圖部份的寬度或用 --query-id 所指定物件的寬度。回傳值的單位是 px (SVG 使用者單位)。
-
-=item B<-H>, B<--query-height>
-
-查詢繪圖部份的高度或用 --query-id 所指定物件的高度。回傳值的單位是 px (SVG 使用者單位)。
-
-=item B<-S>, B<--query-all>
-
-列印一份 SVG 文件中已定義 ID 的所有物件以逗點區隔的清單,與 x、y、寬度和高度數值同樣。
-
-=item B<--shell>
-
-使用這個參數,Inkscape 會進入互動式命令列 shell 模式。在這種模式中,你在提示符上輸入指令然後 Inkscape
-執行,而不必對每一道指令執行新的 Inkscape。這個功能對腳本和伺服器用途極為有用:它沒有加入任何新功能,但可 讓任何多次呼叫 Inkscape
-執行命令列任務 (比如匯出或轉換) 腳本的速度更快、需要更少的記憶體。 在 shell 模式中的每一道指令必須是完全正確的 Inkscape
-命令列但不含 Inkscape 程式名稱, 例如 "檔案.svg --export-pdf=檔案.pdf"。
-
-=item B<--vacuum-defs>
-
-從 SVG 檔案的 <lt>defs<gt> 段落中移除所有未使用的項目。如果這個選項與 --export-plain-svg 一起調用,
-只有匯出的檔案會有作用。如果單獨使用會適當地修飾所指定的檔案。
-
-=item B<-z>, B<--without-gui>
-
-不要開啟圖形介面 (在 Unix 系統,不使用 X server);只從終端機處理檔案。 這被假定為 -p、-e、-l 和 --vacuum-defs
-選項。
-
-=item B<--g-fatal-warnings>
-
-這標準 GTK 選項會強制出現任何警告時,使 Inkscape 中止 (對除錯很有用)。
-
-=item B<--usage>
-
-顯示簡單的使用訊息。
-
-=back
-
-=head1 組態設定
-
-主要的組態設定檔放在 ~/.config/Inkscape/preferences.xml; 組態設定檔儲存各種設定值,可在 Inkscape 中變更
-(大部份在 Inkscape 偏好設定對話窗)。也可以在那裡的子目錄中放置你自己的組態設定檔:
-
-B<$HOME>/.config/Inkscape/extensions/ - 擴充模組。
-
-B<$HOME>/.config/Inkscape/icons/ - 圖示。
-
-B<$HOME>/.config/Inkscape/keys/ - 鍵盤對應。
-
-B<$HOME>/.config/Inkscape/templates/ - 新增檔案的範本。
-
-=head1 診斷
-
-程式執行成功時會回傳零或者執行失敗時回傳不為零的值。
-
-各種錯誤訊息和警告可列印到 STDERR 或 STDOUT。如果程式怪異地產生一個特殊的 SVG 檔案或不正常關閉,它是 查看這次輸出的有用線索。
-
-=head1 範例
-
-雖然 B<Inkscape> 很明顯地主要是作為一款圖形介面的應用程式,但同樣能在命令列上處理 SVG。
-
-用圖形介面開啟一個 SVG 檔案:
-
- inkscape 檔名.svg
-
-從命令列上列印一個 SVG 檔案:
-
- inkscape 檔名.svg -p '| lpr'
-
-將一個 SVG 檔以預設的解析度 96 dpi 匯出成 PNG (1 SVG 使用者單位轉變成 1 點陣圖像素):
-
- inkscape 檔名.svg --export-png=檔名.png
-
-相同,但強制 PNG 檔案為 600x400 像素:
-
- inkscape 檔名.svg --export-png=檔名.png -w600 -h400
-
-相同,但匯出繪圖部份 (全部物件的外框邊界),不是頁面:
-
- inkscape 檔名.svg --export-png=檔名.png --export-area-drawing
-
-將 id="text1555" 物件匯出成 PNG,當從圖形介面匯出時,使用輸出檔名和上次使用的解析度:
-
- inkscape 檔名.svg --export-id=text1555 --export-use-hints
-
-相同,但使用預設 96 dpi 解析度,指定檔名,並且向外捉取匯出範圍為最接近整個 SVG 使用者單位的值 (維持物件的像素校正,因此最小平滑化):
-
- inkscape 檔名.svg --export-id=text1555 --export-png=文字.png --export-snap-area
-
-將一個 Inkscape SVG 文件轉換成普通的 SVG:
-
- inkscape 檔名1.svg --export-plain-svg=檔名2.svg
-
-將 SVG 文件轉成 EPS,全部的文字轉換成路徑:
-
- inkscape 檔名.svg --export-eps=檔名.eps --export-text-to-path
-
-查詢 id="text1555" 物件的寬度:
-
- inkscape 檔名.svg --query-width --query-id text1555
-
-再製 id="path1555" 的物件,將再製物件旋轉 90 度,儲存 SVG 並離開:
-
- inkscape 檔名.svg --select=path1555 --verb=EditDuplicate --verb=ObjectRotate90 --verb=FileSave --verb=FileClose
-
-
-
-=head1 環境
-
-B<DISPLAY> 可取得預設主機和顯示編號。
-
-B<TMPDIR> 可設定暫存檔使用的預設目錄的路徑。目錄必須存在。
-
-B<INKSCAPE_PROFILE_DIR> 可設定用於使用者描述檔的目錄路徑。
-
-=head1 主題
-
-可從目錄 B<$HOME>/.inkscape/icons/
-載入不同的圖示組來替代預設的B<$PREFIX>/share/inkscape/icons/icons.svg 檔案。 圖示按照名稱載入 (例如
-I<fill_none.svg>),如果沒有找到符合名稱的圖示,那麼就會從 I<icons.svg> 載入。
-如果圖示不從這些位置載入,就會退回使用預設的系統位置。
-
-藉由 SVG ID 和比對圖示名稱從 SVG 檔中搜尋並載入需要的圖示。(例如,要從一個檔案載入 "fill_none" 圖示, 外框邊界會尋找 SVG
-ID "fill_none" 將其作為圖示,不管是來自 I<fill_none.svg> 或 I<icons.svg>。)
-
-
-
-
-
-=head1 其他資訊
-
-搜尋 B<Inkscape> 資訊的最佳地點是在 http://www.inkscape.org/。
-網站上有新聞、說明文件、教學、範例、郵件論壇存檔、最新發佈的程式版本、程式錯誤和功能需求資料庫、論壇...等等。
-
-=head1 參見
-
-potrace, cairo, rsvg(1), batik, ghostscript, pstoedit.
-
-SVG 相容測試工具: http://www.w3.org/Graphics/SVG/Test/
-
-SVG 驗證工具: http://jiggles.w3.org/svgvalidator/
-
-I<Scalable Vector Graphics (SVG) 1.1 Specification> I<W3C Recommendation 14
-January 2003> L<http://www.w3.org/TR/SVG11/>
-
-I<Scalable Vector Graphics (SVG) 1.2 Specification> I<W3C Working Draft 13
-November 2003> L<http://www.w3.org/TR/SVG12/>
-
-I<SVG 1.1/1.2/2.0 Requirements> I<W3C Working Draft 22 April 2002>
-L<http://www.w3.org/TR/SVG2Reqs/>
-
-I<Document Object Model (DOM): Level 2 Core> I<Arnaud Le Hors et al editors,
-W3C> L<http://www.w3.org/TR/DOM-Level-2-Core/>
-
-
-
-=head1 GUI 重點
-
-閱讀在 說明 > 指導手冊 中的教學來學習 Inkscape 圖形介面的操作。
-
-除了 SVG 外,Inkscape 可以匯入 (檔案 > 匯入) 多數的點陣圖格式 (PNG、BMP、JPG、XPM、GIF 等)、 普通純文字檔
-(需要 Perl)、PS 和 EPS (需要 Ghostscript)、PDF 和 AI 格式 (AI 版本 9.0 或更新)。
-
-Inkscape 可匯出 32-位元 PNG 圖片 (檔案 > 匯出 PNG 圖片),也可從 檔案 > 另存 儲存成 AI、PS、EPS、PDF、
-DXF 及一些其他格式。
-
-Inkscape 能用繪圖板畫筆的壓力及傾斜感應來變化寬度、角度和一些工具的作用力,包括美工筆。
-
-Inkscape 包含一個嵌入的 Potrace 點陣圖描繪引擎 (http://potrace.sf.net) 圖形介面前端。
-
-Inkscape 能使用外部腳本 (stdin-to-stdout 過濾器),腳本會以擴充功能選單上的命令方式呈現。腳本可以
-有設定各種參數的圖形介面對話窗,而且能透過命令列取得所選物件的 ID。Inkscape 提供各式各樣用 Python 寫成的特效模組。
-
-=head1 按鍵對應
-
-查看 doc/keys.html 以取得鍵盤和滑鼠快捷鍵的完整清單,或在說明選單中使用按鍵和滑鼠指令。
-
-=head1 程式錯誤
-
-已經知道許多程式錯誤;請到網站 (inkscape.org) 檢閱已回報的錯誤並回報新發現的問題。也請看看你使用版 本的發佈說明中已知問題段落內容
-(檔案「NEWS」)。
-
-=head1 作者
-
-這個程式碼庫的存在要歸功於各個時期的許多貢獻者。下列的名單當然不完整,但用來正式向齊心致力於這個程式的 許多人致謝:
-
-[% INCLUDE "AUTHORS" %]
-
-這份使用說明是由 Bryce Harrington E<lt>brycehar@bryceharrington.orgE<gt> 彙集整合。
-
-=head1 歷史
-
-後來變成 Inkscape 的程式碼庫始於 1999 年的程式 Gill (由 Raph Levien 建立的 GNOME 繪圖程式)。 Gill
-的最終目標是支援全部的 SVG。Raph 實現了 PostScript 貝茲曲線成像模型,包括邊框和填充、線段
-端點樣式、線段接合樣式、文字...等等。Raph 的 Gill 網頁位於 http://www.levien.com/svg/。Gill 的開發工作在
-2000 年時似乎已經變慢或停止。
-
-接下來這個程式碼庫化身為極受歡迎的程式 Sodipodi,由 Lauris Kaplinski 主導。經過數年的發展,這個
-程式碼庫已轉變為一個強大的繪圖程式,加入了一些新特性,支援多語言,移植到 Windows 和其他操作系統,並 淘汰某些相依套件。
-
-於 2003 年時由四名活躍的 Sodipodi 開發人員 - Bryce Harrington、MenTaLguY、Nathan Hurst 和
-Ted Gould 成立 Inkscape 計劃,想要以專注於 SVG 相容、介面外觀風格和開放開發機會吸引更多參與
-者的觀點為程式碼庫帶來新的方向。此計劃進展迅速,獲得許多非常活躍的貢獻和功能。
-
-計劃早期的許多工作專注於程式碼的穩定和國際化。從 Sodipodi 繼承的原始圖形輸出引擎摻入許多數學角,因而
-導致當程式超出正常使用範圍時會意外地不正常關閉;用 Livarot 取代原本的圖形輸出引擎,雖然不夠完美,但
-程式錯誤明顯地減少。此計劃也有經常收養提交的程式碼的做法,並鼓勵使用者去試用程式的開發版本快照;這有助
-於迅速發現新的程式錯誤,並且保證使用者能輕易地校驗修復狀況。因此,Inkscape 發佈的版本已經普遍贏得了穩健可靠的聲譽。
-
-同樣的,努力走向國際化及介面本地化,這有助於此程式獲得世界各地的幫助與貢獻。
-
-大致上來說,Inkscape 已經在開放原碼的視覺魅力上產生正面的影響,作為用來製作和分享圖示、啟動畫面、網站
-設計等的工具。從某一點來看,「這只是一個繪圖程式」,但 Inkscape 已經扮演一個重要的角色,使開放原始碼 帶給廣大愛好者更多的視覺饗宴。
-
-=head1 著作權和許可證
-
-B<著作權 (C)> 1999-2015 作者所有。
-
-B<Inkscape> 是自由軟體;你可以在遵守 GPL 許可證情形下重新發佈或修改它。
-
-
-
-=for comment $Date$
-
diff --git a/inkview.1.in b/inkview.1.in
deleted file mode 100644
index 314ed8294..000000000
--- a/inkview.1.in
+++ /dev/null
@@ -1,52 +0,0 @@
-.TH inkview 1 "December 28, 2004" INKSCAPE "Inkscape\-0.40"
-.SH NAME
-inkview - slideshow program which uses SVG files
-
-.SH SYNOPSIS
-.B inkview
-[\fIFILES\fR] ... [\fIsomewhere/*.svg\fR] ...
-
-.SH DESCRIPTION
-Inkview is a slideshow program which uses SVG files. One or more \fIFILES\fR
-may be specified on the command-line and the slideshow will consist of the
-files supplied on the command line in the given order.
-
-.SH KEYBINDINGS
- Left or Page Up: show previous slide
- Right, Page Down, or space bar: show next slide
- Up: go to first slide
- Down: go to last slide
- Escape, q or Q: quit
- F11: go to fullscreen mode/revert back to window mode
- Return: pop up window with slide buttons (first, prev, next, last)
-
-.SH EXAMPLES
-You can use the command
-.B inkview @prefix@/share/inkscape/examples/*.svg*
-.\" Actually ${datadir}/inkscape/..., but config.status won't fully
-.\" expand that. We could use the makefile to do substitutions instead
-.\" of using config.status if we want to correct this.
-to browse through the examples included in the inkscape package.
-
-.SH OPTIONS
-There are no options yet.
-
-.SH TODO
- add a default SVG for when a document does not load.
- add a usage/help command line switch
-
-.SH "SEE ALSO"
-.BR inkscape(1)
-and the inkview related part of the inkscape wiki:
-.I http://wiki.inkscape.org/wiki/index.php/Inkview
-
-.I http://www.inkscape.org/
-
-.SH AUTHORS
-
-Johan Ceuppens
-
-This codebase owes its existence to a large number of contributors
-throughout its various incarnations. See inkscape(1) for more information.
-
-This man-page was written by Wolfram Quester <wolfi@mittelerde.physik.uni\-konstanz.de>
diff --git a/libgc.supp b/libgc.supp
deleted file mode 100644
index c8455dad3..000000000
--- a/libgc.supp
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- boehm collector uninitialized pointer test
- Memcheck:Cond
- obj:/usr/lib/libgc.so.*
- obj:/usr/lib/libgc.so.*
- obj:/usr/lib/libgc.so.*
-}
-{
- boehm collector uninitialized pointer read
- Memcheck:Value4
- obj:/usr/lib/libgc.so.*
- obj:/usr/lib/libgc.so.*
- obj:/usr/lib/libgc.so.*
-}
-
diff --git a/man/README b/man/README
new file mode 100644
index 000000000..0fbe53219
--- /dev/null
+++ b/man/README
@@ -0,0 +1,7 @@
+WARNING: Do not update these files directly!
+
+Their source can be found in the inkscape-docs project, see
+http://bazaar.launchpad.net/~inkscape.dev/inkscape-docs/trunk/files/head:/man/
+
+If you need to update the man pages update inkscape.pod in the linked repository
+and generate localized man pages using the scripts provided there.
diff --git a/utf8-to-roff b/man/utf8-to-roff
index 9bb178f10..9bb178f10 100644
--- a/utf8-to-roff
+++ b/man/utf8-to-roff
diff --git a/packaging/win32/inkscape.nsi b/packaging/win32/inkscape.nsi
index 42cf108de..7ef5bfcc9 100644
--- a/packaging/win32/inkscape.nsi
+++ b/packaging/win32/inkscape.nsi
@@ -5,17 +5,6 @@
; 1. Install NSIS 3.0 or later (http://nsis.sourceforge.net/)
; 2. Compile Inkscape (http://wiki.inkscape.org/wiki/index.php/Win32Port)
; 3. Compile this file with NSIS.
-;
-; There should be no need to set version numbers in this file as it
-; gets them from the Bazaar branch info and inkscape.rc or
-; inkscape-version.cpp respectively. However, if the version number comes
-; out wrong or this script didn't compile properly then you can define
-; INKSCAPE_VERSION by uncommenting the next line and setting the correct
-; value:
-; !define INKSCAPE_VERSION "0.48"
-; If you ever need to do a second, third or Nth release of the build or
-; of the installer, then change the RELEASE_REVISION value below:
- !define RELEASE_REVISION 1
; There should never be any need for packagers to touch anything below
; this line. Otherwise file a bug or write to the mailing list.
@@ -30,7 +19,7 @@
; Unicode, compression and admin requirement {{{2
Unicode true
SetCompressor /SOLID lzma
-SetCompressorDictSize 32
+SetCompressorDictSize 64
RequestExecutionLevel admin
; Include required files {{{2
@@ -39,7 +28,6 @@ RequestExecutionLevel admin
!include macros\ifexist.nsh
!include macros\RequireLatestNSIS.nsh
!include macros\SHMessageBoxCheck.nsh
-!include macros\VersionCompleteXXXX.nsh
!include languages\_language_lists.nsh
; Advanced Uninstall Log {{{3
@@ -133,8 +121,8 @@ ReserveFile /plugin UserInfo.dll
; SETTINGS
; #######################################
-; Find inkscape distribution directory (uncomment line below to manually define)
-;!define INKSCAPE_DIST_DIR ..\..\inkscape
+; Find inkscape distribution directory (define on command line or uncomment line below to manually define)
+;!define INKSCAPE_DIST_DIR ..\..\build\inkscape
!ifdef INKSCAPE_DIST_DIR
${!defineifexist} ${INKSCAPE_DIST_DIR}\inkscape.exe FOUND 1
!ifndef FOUND
@@ -153,100 +141,67 @@ ReserveFile /plugin UserInfo.dll
!echo `Bundling compiled Inkscape files from ${INKSCAPE_DIST_DIR}`
; Product details (version, name, registry keys etc.) {{{2
-; Try to find version number in inkscape.rc first (e.g. 0.92pre1) {{{3
+; Extract version number from CMakeLists.txt (e.g. 0.92pre1) {{{3
!ifndef INKSCAPE_VERSION
- !searchparse /noerrors /file ..\..\src\inkscape.rc `VALUE "ProductVersion", "` INKSCAPE_VERSION `"`
- !ifdef INKSCAPE_VERSION
- !echo `Got version number from ..\..\src\inkscape.rc: ${INKSCAPE_VERSION}`
- !endif
-!endif
-; Find the version number in inkscape-version.cpp (e.g. 0.47+devel) {{{3
-!ifndef INKSCAPE_VERSION
- ; Official release format (no newlines)
- !searchparse /noerrors /file ..\..\src\inkscape-version.cpp `namespace Inkscape { char const *version_string = "` INKSCAPE_VERSION ` r` BZR_REVISION `"; }`
- !ifndef INKSCAPE_VERSION
- ; Other format; sorry, it has to be done in two steps.
- !searchparse /noerrors /file ..\..\src\inkscape-version.cpp `char const *version_string = "` INKSCAPE_VERSION `";`
- !searchparse /noerrors `${INKSCAPE_VERSION}` `` INKSCAPE_VERSION ` r` BZR_REVISION
+ !searchparse /noerrors /file ..\..\CMakeLists.txt `set(INKSCAPE_VERSION_MAJOR` INKSCAPE_VERSION_MAJOR `)`
+ !searchparse /noerrors /file ..\..\CMakeLists.txt `set(INKSCAPE_VERSION_MINOR` INKSCAPE_VERSION_MINOR `)`
+ !searchparse /noerrors /file ..\..\CMakeLists.txt `set(INKSCAPE_VERSION_PATCH` INKSCAPE_VERSION_PATCH `)`
+ !searchparse /noerrors /file ..\..\CMakeLists.txt `set(INKSCAPE_VERSION_SUFFIX` INKSCAPE_VERSION_SUFFIX `)`
+ ; strip whitespace
+ !define /redef INKSCAPE_VERSION_MAJOR ${INKSCAPE_VERSION_MAJOR}
+ !define /redef INKSCAPE_VERSION_MINOR ${INKSCAPE_VERSION_MINOR}
+ !define /redef INKSCAPE_VERSION_PATCH ${INKSCAPE_VERSION_PATCH}
+ !define /redef INKSCAPE_VERSION_SUFFIX ${INKSCAPE_VERSION_SUFFIX}
+ ; strip quotes
+ !searchparse /noerrors ${INKSCAPE_VERSION_SUFFIX} `"` INKSCAPE_VERSION_SUFFIX `"`
+ ; construct version string
+ !define INKSCAPE_VERSION "${INKSCAPE_VERSION_MAJOR}.${INKSCAPE_VERSION_MINOR}"
+ !if "${INKSCAPE_VERSION_PATCH}" != "0"
+ !if "${INKSCAPE_VERSION_PATCH}" != ""
+ !define /redef INKSCAPE_VERSION "${INKSCAPE_VERSION}.${INKSCAPE_VERSION_PATCH}"
+ !endif
!endif
- !ifdef INKSCAPE_VERSION
- !echo `Got version number from ..\..\src\inkscape-version.cpp: ${INKSCAPE_VERSION}`
+ !define /redef INKSCAPE_VERSION "${INKSCAPE_VERSION}${INKSCAPE_VERSION_SUFFIX}"
+ ; construct X.X.X.X version string for VIProductVersion
+ !if "${INKSCAPE_VERSION_PATCH}" != ""
+ !define VERSION_X.X.X.X ${INKSCAPE_VERSION_MAJOR}.${INKSCAPE_VERSION_MINOR}.${INKSCAPE_VERSION_PATCH}.0
+ !else
+ !define VERSION_X.X.X.X ${INKSCAPE_VERSION_MAJOR}.${INKSCAPE_VERSION_MINOR}.0.0
!endif
!endif
-!ifndef INKSCAPE_VERSION
- !error "INKSCAPE_VERSION not defined and unable to get version number from either ..\..\src\inkscape.rc or ..\..\src\inkscape-version.cpp!"
+!ifdef INKSCAPE_VERSION
+ !echo `INKSCAPE_VERSION: ${INKSCAPE_VERSION}`
+!else
+ !error "INKSCAPE_VERSION not defined and unable to get version number from CMakeLists.txt!"
!endif
-!define FILENAME Inkscape-${INKSCAPE_VERSION}
+!define FILENAME inkscape-${INKSCAPE_VERSION}
!define BrandingText `Inkscape ${INKSCAPE_VERSION}`
; Detect architecture of the build
${!ifexist} ${INKSCAPE_DIST_DIR}\gspawn-win32-helper.exe
!define BITNESS 32
+ !define /redef FILENAME `${FILENAME}-x86`
!endif
${!ifexist} ${INKSCAPE_DIST_DIR}\gspawn-win64-helper.exe
!define BITNESS 64
- !define /redef FILENAME `${FILENAME}-x64` ; add architecture to filename for 64-bit builds
+ !define /redef FILENAME `${FILENAME}-x64`
!endif
!ifndef BITNESS
!error "Could not detect architecture (BITNESS) of the Inkscape build"
!endif
-; Check for the Bazaar revision number for lp:inkscape {{{3
-${!ifexist} ..\..\.bzr\branch\last-revision
- !if `${BZR_REVISION}` == ``
- !undef BZR_REVISION
- !endif
- !ifndef BZR_REVISION
- !searchparse /noerrors /file ..\..\.bzr\branch\last-revision "" BZR_REVISION " "
- !endif
-!endif
-
-; Check for devel builds and clear up bzr revision number define {{{3
-!searchparse /noerrors ${INKSCAPE_VERSION} "" INKSCAPE_VERSION_NUMBER "+devel"
-!if ${INKSCAPE_VERSION_NUMBER} != ${INKSCAPE_VERSION}
- !define DEVEL
-!endif
-!if `${BZR_REVISION}` == ``
- !undef BZR_REVISION
-!endif
-; For releases like 0.48pre1, throw away the preN. It's too tricky to deal with
-; it properly so I'll leave it alone. It's just a pre-release, so it doesn't
-; really matter. So long as the final release works properly.
-!ifndef DEVEL
- !undef INKSCAPE_VERSION_NUMBER
- !searchparse /noerrors ${INKSCAPE_VERSION} "" INKSCAPE_VERSION_NUMBER "pre" PRE_NUMBER
-!endif
-
-; Handle display version number and complete X.X version numbers into X.X.X.X {{{3
-!ifdef DEVEL & BZR_REVISION
- !define /redef FILENAME `${FILENAME}-r${BZR_REVISION}`
- !define /redef BrandingText `${BrandingText} r${BZR_REVISION}`
- !define VERSION_X.X.X.X_REVISION ${BZR_REVISION}
-; Handle the installer revision number {{{4
-!else ifdef RELEASE_REVISION
- !define /redef FILENAME `${FILENAME}-${RELEASE_REVISION}`
- ; If we wanted the branding text to be like "Inkscape 0.48pre1 r9505" this'd do it.
- ;!ifdef BZR_REVISION
- ; !define /redef BrandingText `${BrandingText} r${BZR_REVISION}`
- ;!endif
- !if `${RELEASE_REVISION}` != `1`
- !define /redef BrandingText `${BrandingText}, revision ${RELEASE_REVISION}`
- !endif
- !define VERSION_X.X.X.X_REVISION ${RELEASE_REVISION}
-!else
- !define VERSION_X.X.X.X_REVISION 0
-!endif
-
-${VersionCompleteXXXRevision} ${INKSCAPE_VERSION_NUMBER} VERSION_X.X.X.X ${VERSION_X.X.X.X_REVISION}
-
; Product definitions {{{3
!define PRODUCT_NAME "Inkscape" ; TODO: fix up the language files to not use this and kill this line
!define INSTDIR_KEY "Software\Microsoft\Windows\CurrentVersion\App Paths\inkscape.exe"
!define UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\Inkscape"
-!define _FILENAME ${FILENAME}.exe
-!undef FILENAME
-!define FILENAME ${_FILENAME}
-!undef _FILENAME
+
+!ifdef OutFile
+ ; allow to set different output filename by defining 'OutFile' on command line
+ !define /redef FILENAME ${OutFile}
+!else
+ !define /redef FILENAME ${FILENAME}.exe
+!endif
+
; Product information {{{3
Name `Inkscape`
@@ -261,14 +216,16 @@ OutFile `${FILENAME}`
InstallDirRegKey HKLM "${INSTDIR_KEY}" ""
; Version information {{{3
+!define /date COPYRIGHT_YEAR "%Y"
VIProductVersion ${VERSION_X.X.X.X}
VIAddVersionKey /LANG=0 ProductName "Inkscape"
VIAddVersionKey /LANG=0 Comments "Licensed under the GNU GPL"
-VIAddVersionKey /LANG=0 CompanyName "Inkscape Project"
-VIAddVersionKey /LANG=0 LegalCopyright "© 2016 Inkscape Project"
-VIAddVersionKey /LANG=0 FileDescription "Inkscape Vector Graphics Editor"
-VIAddVersionKey /LANG=0 FileVersion ${VERSION_X.X.X.X}
-VIAddVersionKey /LANG=0 ProductVersion ${VERSION_X.X.X.X}
+VIAddVersionKey /LANG=0 CompanyName "Inkscape project"
+VIAddVersionKey /LANG=0 LegalCopyright "© ${COPYRIGHT_YEAR} Inkscape project"
+VIAddVersionKey /LANG=0 FileDescription "Installer for Inkscape vector graphics editor"
+VIAddVersionKey /LANG=0 FileVersion ${INKSCAPE_VERSION}
+VIAddVersionKey /LANG=0 ProductVersion ${INKSCAPE_VERSION}
+
; Variables {{{2
Var askMultiUser
@@ -330,8 +287,10 @@ Section "$(Core)" SecCore ; Mandatory Inkscape core files section {{{
SetOutPath $INSTDIR
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
- File /a ${INKSCAPE_DIST_DIR}\ink*.exe
- File /nonfatal /a ${INKSCAPE_DIST_DIR}\inkscape.com ; not created as of Inkscape 0.92pre1
+ File /a ${INKSCAPE_DIST_DIR}\inkscape.exe
+ File /a ${INKSCAPE_DIST_DIR}\inkscape.com
+ File /a ${INKSCAPE_DIST_DIR}\inkview.exe
+ File /a ${INKSCAPE_DIST_DIR}\inkview.com
File /a ${INKSCAPE_DIST_DIR}\AUTHORS
File /a ${INKSCAPE_DIST_DIR}\COPYING
File /a ${INKSCAPE_DIST_DIR}\GPL2.txt
@@ -340,26 +299,14 @@ Section "$(Core)" SecCore ; Mandatory Inkscape core files section {{{
File /a ${INKSCAPE_DIST_DIR}\NEWS
File /a ${INKSCAPE_DIST_DIR}\gspawn-win${BITNESS}-helper.exe
File /a ${INKSCAPE_DIST_DIR}\gspawn-win${BITNESS}-helper-console.exe
- File /a ${INKSCAPE_DIST_DIR}\README
+ File /a ${INKSCAPE_DIST_DIR}\README.md
File /a ${INKSCAPE_DIST_DIR}\TRANSLATORS
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
- SetOutPath $INSTDIR\data
- !insertmacro UNINSTALL.LOG_OPEN_INSTALL
- File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\data\*.*
- !insertmacro UNINSTALL.LOG_CLOSE_INSTALL
SetOutPath $INSTDIR\doc
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\doc\*.*
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
- SetOutPath $INSTDIR\plugins
- !insertmacro UNINSTALL.LOG_OPEN_INSTALL
- File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\plugins\*.*
- !insertmacro UNINSTALL.LOG_CLOSE_INSTALL
- SetOutPath $INSTDIR\modules
- !insertmacro UNINSTALL.LOG_OPEN_INSTALL
- File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\modules\*.*
- !insertmacro UNINSTALL.LOG_CLOSE_INSTALL
;exclude everything from /share for which we have separate sections below
SetOutPath $INSTDIR\share
@@ -385,11 +332,11 @@ Section "$(GTKFiles)" SecGTK ; Mandatory GTK files section {{{
DetailPrint "Installing GTK files..."
SetOutPath $INSTDIR
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
- File /a /r /x python ${INKSCAPE_DIST_DIR}\*.dll
+ File /a /r /x libpython2.7.dll ${INKSCAPE_DIST_DIR}\*.dll
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
SetOutPath $INSTDIR\lib
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
- File /a /r /x locale /x aspell-0.60 ${INKSCAPE_DIST_DIR}\lib\*.*
+ File /a /r /x locale /x aspell-0.60 /x enchant /x python2.7 ${INKSCAPE_DIST_DIR}\lib\*.*
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
SetOutPath $INSTDIR\etc
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
@@ -497,6 +444,15 @@ Section "$(Python)" SecPython ; Python distribution {{{
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\python\*.*
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
+ SetOutPath $INSTDIR\lib\python2.7
+ !insertmacro UNINSTALL.LOG_OPEN_INSTALL
+ File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\lib\python2.7\*.*
+ !insertmacro UNINSTALL.LOG_CLOSE_INSTALL
+ SetOutPath $INSTDIR
+ !insertmacro UNINSTALL.LOG_OPEN_INSTALL
+ File /nonfatal /a ${INKSCAPE_DIST_DIR}\python*.exe
+ File /nonfatal /a ${INKSCAPE_DIST_DIR}\libpython*.dll
+ !insertmacro UNINSTALL.LOG_CLOSE_INSTALL
!endif
SectionEnd ; SecPython }}}
@@ -543,6 +499,10 @@ Section "$(Dictionaries)" SecDictionaries ; Aspell dictionaries {{{
!insertmacro UNINSTALL.LOG_OPEN_INSTALL
File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\lib\aspell-0.60\*.*
!insertmacro UNINSTALL.LOG_CLOSE_INSTALL
+ SetOutPath $INSTDIR\lib\enchant
+ !insertmacro UNINSTALL.LOG_OPEN_INSTALL
+ File /nonfatal /a /r ${INKSCAPE_DIST_DIR}\lib\enchant\*.*
+ !insertmacro UNINSTALL.LOG_CLOSE_INSTALL
!endif
SectionEnd ; SecDictionaries }}}
diff --git a/packaging/win32/macros/VersionCompleteXXXX.nsh b/packaging/win32/macros/VersionCompleteXXXX.nsh
deleted file mode 100644
index 6ea780508..000000000
--- a/packaging/win32/macros/VersionCompleteXXXX.nsh
+++ /dev/null
@@ -1,60 +0,0 @@
-; See http://nsis.sourceforge.net/VersionCompleteXXXX for documentation
-!macro VersionCompleteXXXRevision _INPUT_VALUE _OUTPUT_SYMBOL _REVISION
- !searchparse /noerrors ${_INPUT_VALUE} "" _VERSION_1 "." _VERSION_2 "." _VERSION_3 "." _VERSION_4
- !ifndef _VERSION_1
- !define _VERSION_1 0
- !else if `${_VERSION_1}` == ``
- !define /redef _VERSION_1 0
- !endif
- !ifndef _VERSION_2
- !define _VERSION_2 0
- !else if `${_VERSION_2}` == ``
- !define /redef _VERSION_2 0
- !endif
- !ifndef _VERSION_3
- !define _VERSION_3 0
- !else if `${_VERSION_3}` == ``
- !define /redef _VERSION_3 0
- !endif
- !ifndef _VERSION_4
- !define _VERSION_4 0
- !else if `${_VERSION_4}` == ``
- !define /redef _VERSION_4 0
- !endif
- !define ${_OUTPUT_SYMBOL} ${_VERSION_1}.${_VERSION_2}.${_VERSION_3}.${_REVISION}
- !undef _VERSION_1
- !undef _VERSION_2
- !undef _VERSION_3
- !undef _VERSION_4
- !undef _REVISION
-!macroend
-!define VersionCompleteXXXRevision `!insertmacro VersionCompleteXXXRevision`
-!macro VersionCompleteXXXX _INPUT_VALUE _OUTPUT_SYMBOL
- !searchparse /noerrors ${_INPUT_VALUE} "" _VERSION_1 "." _VERSION_2 "." _VERSION_3 "." _VERSION_4
- !ifndef _VERSION_1
- !define _VERSION_1 0
- !else if `${_VERSION_1}` == ``
- !define /redef _VERSION_1 0
- !endif
- !ifndef _VERSION_2
- !define _VERSION_2 0
- !else if `${_VERSION_2}` == ``
- !define /redef _VERSION_2 0
- !endif
- !ifndef _VERSION_3
- !define _VERSION_3 0
- !else if `${_VERSION_3}` == ``
- !define /redef _VERSION_3 0
- !endif
- !ifndef _VERSION_4
- !define _VERSION_4 0
- !else if `${_VERSION_4}` == ``
- !define /redef _VERSION_4 0
- !endif
- !define ${_OUTPUT_SYMBOL} ${_VERSION_1}.${_VERSION_2}.${_VERSION_3}.${_VERSION_4}
- !undef _VERSION_1
- !undef _VERSION_2
- !undef _VERSION_3
- !undef _VERSION_4
-!macroend
-!define VersionCompleteXXXX `!insertmacro VersionCompleteXXXX` \ No newline at end of file
diff --git a/packaging/wix/files.py b/packaging/wix/files.py
index 9bf5f393e..dd5d72381 100755
--- a/packaging/wix/files.py
+++ b/packaging/wix/files.py
@@ -40,16 +40,17 @@ def directory(root, breadcrumb, level, exclude=[]):
files = [ f for f in os.listdir(root) if os.path.isfile(os.path.join(root,f)) and f not in exclude]
for file in files:
file_key = os.path.join(root, file)
+ file_key = file_key.replace('/', '\\') # for usage from MSYS2 shell
_id = '_%06d' % (len(file_ids.keys()) + 1)
file_ids[file_key] = 'component' + _id
wxs.write(indent(level)+ "<Component Id='component" + _id + "' Guid='" + str(uuid.uuid4()) + "' DiskId='1' Win64='$(var.Win64)'>\n")
if file == 'inkscape.exe':
- # we refenrence inkscape.exe in inkscape.wxs
+ # we reference inkscape.exe in inkscape.wxs
_id = '_inkscape_exe'
wxs.write(indent(level + 1)+ "<File Id='file" + _id + "' Name='" + file + "' DiskId='1' Source='" + file_key + "' KeyPath='yes' />\n")
wxs.write(indent(level)+ "</Component>\n")
- # then all directories
+ # then all directories
dirs = [ f for f in os.listdir(root) if os.path.isdir(os.path.join(root,f)) ]
for dir in dirs:
directory_key = breadcrumb + '__' + dir
@@ -119,7 +120,8 @@ with open('files.wxs', 'w', encoding='utf-8') as wxs:
wxs.write(indent(2) + "</Directory>\n")
# Python
- ComponentGroup("Python", 'inkscape\\python\\', 2)
+ ComponentGroup("Python", ['inkscape\\python\\','inkscape\\lib\\python2.7\\',
+ 'inkscape\\libpython', 'inkscape\\python'], 2)
# translations and localized content
for lang_code in sorted(locales):
ComponentGroup("Translation_" + valid_id(lang_code), ['\\' + lang_code + '\\',
@@ -128,7 +130,7 @@ with open('files.wxs', 'w', encoding='utf-8') as wxs:
ComponentGroup("Extensions", 'inkscape\\share\\extensions\\', 2)
ComponentGroup("Examples", 'inkscape\\share\\examples\\', 2)
ComponentGroup("Tutorials", 'inkscape\\share\\tutorials\\', 2)
- ComponentGroup("Dictionaries", 'inkscape\\lib\\aspell-0.60\\', 2)
+ ComponentGroup("Dictionaries", ['inkscape\\lib\\aspell-0.60\\', 'inkscape\\lib\\enchant\\'], 2)
# everything that is left (which should be the Inkscape core unless inkscape_dist_dir contains unnecessary files or we defined our components poorly)
ComponentGroup("AllOther", '', 2)
diff --git a/packaging/wix/inkscape.wxs b/packaging/wix/inkscape.wxs
index 051c1cfc1..3dad2ca4c 100644
--- a/packaging/wix/inkscape.wxs
+++ b/packaging/wix/inkscape.wxs
@@ -3,9 +3,9 @@
<?include version.wxi?>
<!-- change Product Id for every new version and subversion, do not change UpgradeCode -->
- <Product Name="$(var.FullProductName)" Id='81922150-317e-4bb0-a31d-ff1c14f707c5' UpgradeCode='4d5fedaa-84a0-48be-bd2a-08246398361a' Language='1033' Codepage='1252' Version='$(var.ProductVersion)' Manufacturer='inkscape.org'>
+ <Product Name="$(var.FullProductName)" Id='81922150-317e-4bb0-a31d-ff1c14f707c5' UpgradeCode='4d5fedaa-84a0-48be-bd2a-08246398361a' Language='1033' Codepage='1252' Version='$(var.ProductVersion)' Manufacturer='Inkscape project'>
- <Package Id='*' Keywords='Installer' Description="Inkscape Installer" Comments='inkscape is registered trademark of inkscape.org' Manufacturer='inkscape.org' InstallerVersion='$(var.InstallerVersion)' Platform='$(var.Platform)' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
+ <Package Id='*' Keywords='SVG, vector graphics' Description="Installer for Inkscape vector graphics editor" Comments='Licensed under the GNU GPL' Manufacturer='Inkscape project' InstallerVersion='$(var.InstallerVersion)' Platform='$(var.Platform)' Languages='1033' Compressed='yes' SummaryCodepage='1252' />
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" CompressionLevel="high"/>
<Property Id='DiskPrompt' Value="inkscape Installation [1]" />
@@ -121,7 +121,7 @@
<UIRef Id="WixUI_Mondo" />
<UIRef Id="WixUI_ErrorProgressText" />
- <Icon Id="inkscape.ico" SourceFile="..\..\inkscape.ico" />
+ <Icon Id="inkscape.ico" SourceFile="..\..\share\branding\inkscape.ico" />
<Property Id="ARPPRODUCTICON" Value="inkscape.ico" />
</Product>
</Wix>
diff --git a/packaging/wix/version.py b/packaging/wix/version.py
index a7ffebaa0..68ca5cc2b 100755
--- a/packaging/wix/version.py
+++ b/packaging/wix/version.py
@@ -14,9 +14,9 @@ architecture = ''
def is64bitArchitecture(filename):
''' test if a executable is of x64 format @see http://stackoverflow.com/questions/1001404/check-if-unmanaged-dll-is-32-bit-or-64-bit/1002672#1002672
@see http://www.microsoft.com/whdc/system/platform/firmware/PECOFF.mspx
- //offset to PE header is always at 0x3C
- //PE header starts with "PE\0\0" = 0x50 0x45 0x00 0x00
- //followed by 2-byte machine type field (see document above for enum)
+ //offset to PE header is always at 0x3C
+ //PE header starts with "PE\0\0" = 0x50 0x45 0x00 0x00
+ //followed by 2-byte machine type field (see document above for enum)
'''
with open(filename, 'rb') as cofffile:
cofffile.seek(0x3c)
@@ -37,31 +37,35 @@ inkscape_dist_dir = get_inkscape_dist_dir()
if is64bitArchitecture(inkscape_dist_dir + '\\inkscape.exe'):
architecture = '-x64'
else:
- architecture = ''
+ architecture = '-x86'
-# retrieve the version information from the inkscape.rc file
-# VALUE "ProductVersion", "0.48+devel"
-with open('..\..\src\inkscape.rc', 'r') as rc:
+# retrieve the version information from CMakeLists.txt
+with open('..\..\CMakeLists.txt', 'r') as rc:
isversioninfo = False
-
+
for line in rc.readlines():
- if 'productversion' in line.lower() and 'value' in line.lower():
- items = line.split()
- versionstr = items[2]
- versionstr = versionstr.replace('"', '')
- versionstr = versionstr.replace("'", "")
- # version = version.replace("+", "_")
- print(versionstr + architecture)
- if 'versioninfo' in line.lower():
- isversioninfo = True
- if 'begin' in line.lower():
- isversioninfo = False
- if isversioninfo and 'productversion' in line.lower():
- items = line.split()
- ''' the second element contains now version info in the form major,minor,fix,build'''
- veritems = items[1].split(',')
- version = veritems[0] + '.' + veritems[1]
-
+ if 'set(INKSCAPE_VERSION_MAJOR' in line:
+ version_major = line.split()[-1][0:-1]
+ if 'set(INKSCAPE_VERSION_MINOR' in line:
+ version_minor = line.split()[-1][0:-1]
+ if 'set(INKSCAPE_VERSION_PATCH' in line:
+ version_patch = line.split()[-1][0:-1]
+ if version_patch == '':
+ version_patch = '0'
+ if 'set(INKSCAPE_VERSION_SUFFIX' in line:
+ version_suffix = line.split()[-1][0:-1]
+ version_suffix = version_suffix.replace('"', '')
+
+ version_list = [version_major, version_minor, version_patch, '0']
+ version = '.'.join(version_list)
+
+ versionstr = '.'.join(version_list[0:2])
+ if version_patch != '0':
+ versionstr += '.' + version_patch
+ versionstr += version_suffix
+
+ # required by install.bat
+ print(versionstr + architecture)
with open('version.wxi', 'w') as wxi:
wxi.write("<?xml version='1.0' encoding='utf-8'?>\n")
diff --git a/share/extensions/jessyInk.js b/share/extensions/jessyInk.js
index 74e9c0b9c..d6adaa250 100644
--- a/share/extensions/jessyInk.js
+++ b/share/extensions/jessyInk.js
@@ -2721,3 +2721,7 @@ String.prototype.trim = function()
return this.replace(/^\s+|\s+$/g, '');
}
+/** SVGElement.getTransformToElement polyfill */
+SVGElement.prototype.getTransformToElement = SVGElement.prototype.getTransformToElement || function(elem) {
+ return elem.getScreenCTM().inverse().multiply(this.getScreenCTM());
+};
diff --git a/share/icons/color-management.svg b/share/icons/color-management.svg
index 9ba40d525..7d5e91970 100644
--- a/share/icons/color-management.svg
+++ b/share/icons/color-management.svg
@@ -21,8 +21,11 @@
gridoriginx="0pt"
/>
<defs id="defs3">
-
+ <clipPath id="cieClip" clipPathUnits="userSpaceOnUse">
+ <path style="fill:none;stroke:#000000;stroke-width:0.5px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 8.36,47.76 C 7.751574,47.51528 7.222277,46.90182 6.784323,46.39273 5.608271,45.02566 4.964826,43.30281 4.38,41.63 3.446394,38.95956 2.627116,36.19922 2.114165,33.41042 1.415792,29.6135 0.6129846,25.78424 0.3959804,21.94278 0.2093634,18.63925 -0.036735,15.09899 0.67,11.99 1.021272,10.44473 2.335229,8.406245 3.57,7.98 4.66602,7.601652 6.456945,8.746987 7.698531,9.504755 9.584304,10.65569 11.33779,12.01369 12.9958,13.4917 17.54131,17.54374 21.81301,21.89176 26.1391,26.17398 29.19235,29.19627 32.22777,32.23682 35.27,35.27 26.3,39.43333 17.33,43.59667 8.36,47.76 Z" id="path2430" sodipodi:nodetypes="cssssssssscc" inkscape:connector-curvature="0" />
+ </clipPath>
</defs>
+
<g id="color-management" inkscape:label="#color_management" transform="matrix(0.33,0,0,0.33,0,0)">
<rect height="48" id="rect8860" style="fill:none" width="48" x="0" y="0"/>
<g id="g8862" transform="matrix(1.125,0,0,1.125,4.5,-7.3125)">
diff --git a/share/icons/draw-ellipse-arc.svg b/share/icons/draw-ellipse-arc.svg
index 9c86aad0a..bc4a99ff2 100644
--- a/share/icons/draw-ellipse-arc.svg
+++ b/share/icons/draw-ellipse-arc.svg
@@ -1,31 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="draw-ellipse-arc" inkscape:label="#circle_open_arc" style="fill:none" transform="translate(40)">
- <rect height="16" id="draw-ellipse-arc-rect" width="16" x="500" y="150"/>
- <path d="m 514,158 a 6,6 0 0 1 -4.9581,5.9088 6,6 0 0 1 -6.6801,-3.8567 6,6 0 0 1 2.6382,-7.2483" id="draw-ellipse-arc-arc" sodipodi:arc-type="arc" sodipodi:cx="508" sodipodi:cy="158" sodipodi:end="4.18879" sodipodi:rx="6" sodipodi:ry="6" sodipodi:start="0" sodipodi:type="arc" style="fill:#b0c5da;stroke:#0000ff;stroke-miterlimit:1.5"/>
-</g>
+ <g id="draw-ellipse-arc" inkscape:label="#circle_open_arc">
+ <path d="m 14,8 a 6,6 0 0 1 -4.96,5.91 6,6 0 0 1 -6.68,-3.86 6,6 0 0 1 2.64,-7.25" style="fill:#b0c5da;stroke:blue"/>
+ </g>
</svg>
diff --git a/share/icons/draw-ellipse-chord.svg b/share/icons/draw-ellipse-chord.svg
index 14ff3017f..6c06da965 100644
--- a/share/icons/draw-ellipse-chord.svg
+++ b/share/icons/draw-ellipse-chord.svg
@@ -1,31 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="draw-ellipse-chord" inkscape:label="#circle_chord" style="fill:none" transform="translate(60)">
- <rect height="16" id="draw-ellipse-chord-rect" width="16" x="500" y="150"/>
- <path d="m 514,158 a 6,6 0 0 1 -4.9581,5.9088 6,6 0 0 1 -6.6801,-3.8567 6,6 0 0 1 2.6382,-7.2483" id="draw-ellipse-chord-arc" sodipodi:arc-type="chord" sodipodi:cx="508" sodipodi:cy="158" sodipodi:end="4.18879" sodipodi:rx="6" sodipodi:ry="6" sodipodi:start="0" sodipodi:type="arc" style="fill:#b0c5da;stroke:#0000ff;stroke-miterlimit:1.5"/>
+ <g id="draw-ellipse-chord" inkscape:label="#circle_chord">
+ <path d="m 14,8 a 6,6 0 0 1 -4.96,5.91 6,6 0 0 1 -6.68,-3.86 6,6 0 0 1 2.64,-7.25 z" style="fill:#b0c5da;stroke:blue"/>
</g>
</svg>
diff --git a/share/icons/draw-ellipse-segment.svg b/share/icons/draw-ellipse-segment.svg
index 6e34ecac0..fc98cfec7 100644
--- a/share/icons/draw-ellipse-segment.svg
+++ b/share/icons/draw-ellipse-segment.svg
@@ -1,31 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="draw-ellipse-segment" inkscape:label="#circle_closed_arc" style="fill:none" transform="translate(20)">
- <rect height="16" id="rect4316" width="16" x="500" y="150"/>
- <path d="m 514,158 a 6,6 0 0 1 -4.9581,5.9088 6,6 0 0 1 -6.6801,-3.8567 A 6,6 0 0 1 505,152.8038 L 508,158 Z" id="path4318" sodipodi:arc-type="slice" sodipodi:cx="508" sodipodi:cy="158" sodipodi:end="4.18879" sodipodi:rx="6" sodipodi:ry="6" sodipodi:start="0" sodipodi:type="arc" style="fill:#b0c5da;stroke:#0000ff;stroke-miterlimit:1.5"/>
-</g>
+ <g id="draw-ellipse-segment" inkscape:label="#circle_closed_arc">
+ <path d="m 14,8 a 6,6 0 0 1 -4.96,5.91 6,6 0 0 1 -6.68,-3.86 6,6 0 0 1 2.64,-7.25 l 3,5.20 z" style="fill:#b0c5da;stroke:blue"/>
+ </g>
</svg>
diff --git a/share/icons/draw-ellipse-whole.svg b/share/icons/draw-ellipse-whole.svg
index e9621a688..90d96ab2d 100644
--- a/share/icons/draw-ellipse-whole.svg
+++ b/share/icons/draw-ellipse-whole.svg
@@ -1,33 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="draw-ellipse-whole" inkscape:label="#reset_circle" style="fill:none" transform="translate(-500,-150)">
- <rect height="16" id="rect4298" width="16" x="500" y="150"/>
- <circle cx="508" cy="158" id="path4888" r="6" style="fill:#b0c5da"/>
- <path d="M 514,158 508,158 511,153" id="path5285" inkscape:connector-curvature="0" sodipodi:nodetypes="ccc" style="color:#000000;stroke:#c80000;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:1, 1"/>
- <circle cx="508" cy="158" id="path5292" r="6" style="stroke:#0000ff;stroke-miterlimit:1.5"/>
-</g>
+ <g id="draw-ellipse-whole" inkscape:label="#reset_circle">
+ <circle cx="8" cy="8" r="6" style="fill:#b0c5da"/>
+ <path d="m 14,8 h -6 l 3,-5" style="fill:none;stroke:#c80000;stroke-linejoin:round;stroke-dasharray:1, 1;stroke-dashoffset:0.5"/>
+ <circle cx="8" cy="8" r="6" style="fill:none;stroke:blue"/>
+ </g>
</svg>
diff --git a/share/icons/draw-geometry-mirror.svg b/share/icons/draw-geometry-mirror.svg
index 25112fa1c..2a991d5c9 100644
--- a/share/icons/draw-geometry-mirror.svg
+++ b/share/icons/draw-geometry-mirror.svg
@@ -1,32 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="12.485376"
- height="13.246259"
+ width="16"
+ height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="draw-geometry-mirror" inkscape:label="mirror_symmetry" transform="rotate(64.5595,754.657,214.7116)">
- <path d="M 674.8734,92.098 C 680.2873,97.30342 677.4429,84.32937 684.5965,91.3047" id="path4418-8-1-0-1-4-4-8" inkscape:connector-curvature="0" sodipodi:nodetypes="cs" style="fill:none;stroke:#da0000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.7254902"/>
- <path d="M 673.2681,96.33213 687.9748,93.06472" id="path4418-8-1-0-1-4-4-6-5" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#5a5a5a;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"/>
- <path d="M 676.5145,99.48186 C 679.1239,92.43934 681.9149,106.1419 685.614,95.96528" id="path4418-8-1-0-1-4-4-8-5" inkscape:connector-curvature="0" sodipodi:nodetypes="cs" style="fill:none;stroke:#da0000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0;stroke-opacity:0.7254902"/>
-</g>
+ <g id="draw-geometry-mirror" inkscape:label="#mirror_symmetry">
+ <g style="fill:none;stroke-linecap:round">
+ <path d="m 2,7 c 7,0 -4,6.5 7,6.5" style="stroke:#da0000;stroke-opacity:0.7"/>
+ <path d="m 2,2 12,12" style="stroke:#5a5a5a"/>
+ <path d="m 7,2 c 0,7 6.5,-4 6.5,7" style="stroke:#da0000;stroke-opacity:0.7"/>
+ </g>
+ </g>
</svg>
diff --git a/share/icons/object-fill.svg b/share/icons/object-fill.svg
index 5ddaedfc9..196c01f7b 100644
--- a/share/icons/object-fill.svg
+++ b/share/icons/object-fill.svg
@@ -1,38 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="12.024595"
- height="12.000681"
+ width="12"
+ height="12"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient id="linearGradient5740">
- <stop id="stop5742" offset="0" style="stop-color:#ffffff;stop-opacity:1"/>
- <stop id="stop5744" offset="1" style="stop-color:#98b6d3;stop-opacity:1"/>
+ <defs>
+ <linearGradient id="gradientVector">
+ <stop offset="0" style="stop-color:#98b6d3"/>
+ <stop offset="1" style="stop-color:#ffffff"/>
</linearGradient>
- <linearGradient gradientTransform="translate(714.9212,-135)" gradientUnits="userSpaceOnUse" id="linearGradient5619" inkscape:collect="always" x1="-29" x2="-40.94155" xlink:href="#linearGradient5740" y1="192.3364" y2="174.9988"/>
+ <linearGradient id="fillGradient" gradientUnits="userSpaceOnUse" x1="0" x2="12" xlink:href="#gradientVector" y1="0" y2="12"/>
</defs>
-<g id="object-fill" inkscape:label="#properties_fill" transform="matrix(1,0,0,0.923129,-669.92097,-36.92433)">
- <g id="g5646" transform="matrix(0.751537,0,0,0.749817,166.4504,10.00731)">
- <path d="M 669.9999,39.99979 685.8966,39.99881 685.9212,57.33638 669.9212,57.3354 669.9999,39.99979 Z" id="path11232" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccc" style="color:#000000;fill:url(#linearGradient5619);fill-rule:evenodd;stroke-width:1px"/>
- <rect height="16" id="rect11240" style="color:#000000;fill:none" width="16" x="669.9212" y="40"/>
+
+ <g id="object-fill" inkscape:label="#properties_fill">
+ <rect width="12" height="12" style="fill:url(#fillGradient)"/>
</g>
-</g>
</svg>
diff --git a/share/icons/object-stroke-style.svg b/share/icons/object-stroke-style.svg
index b1969b0f7..61297e6f4 100644
--- a/share/icons/object-stroke-style.svg
+++ b/share/icons/object-stroke-style.svg
@@ -1,35 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="11.999961"
- height="12.002015"
+ width="12"
+ height="12"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="object-stroke-style" inkscape:label="#properties_stroke" transform="matrix(0.733476,0,0,0.741921,-520.65273,-29.6768)">
- <path d="M 709.8429,42.69565 722.1132,42.69565 722.1132,39.99995 726.2033,43.36958 722.1132,46.73921 722.1132,44.0435 709.8429,44.0435 709.8429,42.69565 Z" id="rect12874" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" style="color:#000000;fill:#000000;fill-rule:evenodd"/>
- <path d="M 710.5245,50.10884 711.8879,50.10884" id="path10529" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#000000;stroke-width:1.35559px;stroke-linecap:square"/>
- <path d="M 718.7054,50.10824 720.0688,50.10824" id="use10533" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#000000;stroke-width:1.35559px;stroke-linecap:square"/>
- <path d="M 718.7054,50.10824 720.0688,50.10824" id="use10535" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#000000;stroke-width:1.35559px;stroke-linecap:square" transform="matrix(1,0,0,1,0,0)"/>
- <path d="M 710.5246,55.4991 725.5246,55.4991" id="path10541" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:1.35559px;stroke-linecap:square"/>
- <path d="M 710.5245,50.10884 711.8879,50.10884" id="use4611" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#000000;stroke-width:1.35559px;stroke-linecap:square" transform="matrix(1,0,0,1,0,0)"/>
-</g>
+ <g id="object-stroke-style" inkscape:label="#properties_stroke">
+ <path d="m 0,11.5 12,0" style="fill:none;stroke:black"/>
+ <path d="m 0, 7.5 12,0" style="fill:none;stroke:black;stroke-dasharray:2 1"/>
+ <path d="m 0,2 h 9 v -2 l 3,2.5 -3,2.5 v -2 h -9 z"/>
+ </g>
</svg>
diff --git a/share/icons/object-stroke.svg b/share/icons/object-stroke.svg
index ad43a6a6a..fdf1abaee 100644
--- a/share/icons/object-stroke.svg
+++ b/share/icons/object-stroke.svg
@@ -1,94 +1,23 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://creativecommons.org/ns#"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="3.1810141mm"
- height="3.1694887mm"
- viewBox="0 0 3.1810141 3.1694887"
- version="1.1"
- id="svg4291"
- inkscape:version="0.92+devel unknown"
- sodipodi:docname="object-stroke.svg">
- <defs
- id="defs4285">
- <linearGradient
- xlink:href="#BlackTransparent"
- y2="521.09833"
- x2="36.868641"
- y1="509.99991"
- x1="26.00001"
- gradientTransform="matrix(0.26458333,0,0,0.26458333,-59.874436,-118.46864)"
- gradientUnits="userSpaceOnUse"
- id="linearGradient5617"
- inkscape:collect="always" />
- <linearGradient
- id="BlackTransparent"
- gradientUnits="userSpaceOnUse">
- <stop
- style="stop-color:black;stop-opacity:1"
- offset="0"
- id="stop12" />
- <stop
- style="stop-color:black;stop-opacity:0"
- offset="1"
- id="stop14" />
+ width="12"
+ height="12"
+ >
+
+ <defs>
+
+ <linearGradient id="gradientVector">
+ <stop offset="0" style="stop-color:black;stop-opacity:1"/>
+ <stop offset="1" style="stop-color:black;stop-opacity:0"/>
</linearGradient>
+ <linearGradient id="strokeGradient" gradientUnits="userSpaceOnUse" x1="0" x2="12" xlink:href="#gradientVector" y1="0" y2="12"/>
</defs>
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="7.9195959"
- inkscape:cx="17.029075"
- inkscape:cy="-3.3837381"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1"
- inkscape:document-rotation="0"
- showgrid="false"
- fit-margin-top="0"
- fit-margin-left="0"
- fit-margin-right="0"
- fit-margin-bottom="0"
- inkscape:window-width="1855"
- inkscape:window-height="1056"
- inkscape:window-x="65"
- inkscape:window-y="24"
- inkscape:window-maximized="1" />
- <metadata
- id="metadata4288">
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- <dc:title></dc:title>
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g
- inkscape:label="Layer 1"
- inkscape:groupmode="layer"
- id="layer1"
- transform="translate(52.995268,-16.468826)">
- <rect
- style="fill:none;stroke:url(#linearGradient5617);stroke-width:0.26458338"
- id="object-stroke"
- width="2.9164307"
- height="2.9049053"
- x="-52.862976"
- y="16.601118"
- inkscape:label="#properties_stroke_paint" />
+
+ <g id="object-stroke" inkscape:label="#properties_stroke">
+ <rect x="0.5" y="0.5" width="11" height="11" style="fill:none;stroke:url(#strokeGradient)"/>
</g>
+
</svg>
diff --git a/share/icons/object-tweak-rotate.svg b/share/icons/object-tweak-rotate.svg
index d7b1c4752..20a74d370 100644
--- a/share/icons/object-tweak-rotate.svg
+++ b/share/icons/object-tweak-rotate.svg
@@ -1,54 +1,46 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="14.268322"
- height="15.757991"
+ width="16"
+ height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
-
+ <defs>
+ <!-- Rectangle centered around (0,0). -->
+ <rect id="TheRect" x="-0.7" y="-1.5" width="1.4" height="3" style="stroke:white;stroke-width:0.4"/>
</defs>
-<g id="object-tweak-rotate" inkscape:label="#g5082-36" style="fill:#000000" transform="translate(-372.82195,-136.66881)">
- <rect height="3.036042" id="use5086-1" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5088-9" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5090-9" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5092-7" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5094-1" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5096-08" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5098-0" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5100-2" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5103-7" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5106-2" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5108-6" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5110-65" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5112-8" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5114-5" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5116-6" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5118-0" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5120-1" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5122-0" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5124-4" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5126-7" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5128-0" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,12.10946)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5130-7" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5132-5" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,0,0)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="use5134-1" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" transform="matrix(1,0,0,1,11.81518,12.10946)" width="1.257945" x="373.4724" y="136.9544"/>
- <rect height="3.036042" id="rect5405" style="color:#000000;stroke:#ffffff;stroke-width:0.3344132" width="1.257945" x="373.4724" y="136.9544"/>
-</g>
+
+ <g id="object-tweak-rotate" inkscape:label="#object_tweak_rotate">
+ <use xlink:href="#TheRect" transform="translate( 1.50, 1.50)"/>
+ <use xlink:href="#TheRect" transform="translate( 1.50, 4.75) rotate(10)"/>
+ <use xlink:href="#TheRect" transform="translate( 1.50, 8.00) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate( 1.50, 11.25) rotate(10)"/>
+ <use xlink:href="#TheRect" transform="translate( 1.50, 14.50)"/>
+
+ <use xlink:href="#TheRect" transform="translate( 4.75, 1.50) rotate(10)"/>
+ <use xlink:href="#TheRect" transform="translate( 4.75, 4.75) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate( 4.75, 8.00) rotate(60)"/>
+ <use xlink:href="#TheRect" transform="translate( 4.75, 11.25) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate( 4.75, 14.50) rotate(10)"/>
+
+ <use xlink:href="#TheRect" transform="translate( 8.00, 1.50) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate( 8.00, 4.75) rotate(60)"/>
+ <use xlink:href="#TheRect" transform="translate( 8.00, 8.00) rotate(90)"/>
+ <use xlink:href="#TheRect" transform="translate( 8.00, 11.25) rotate(60)"/>
+ <use xlink:href="#TheRect" transform="translate( 8.00, 14.50) rotate(20)"/>
+
+ <use xlink:href="#TheRect" transform="translate(11.25, 1.50) rotate(10)"/>
+ <use xlink:href="#TheRect" transform="translate(11.25, 4.75) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate(11.25, 8.00) rotate(60)"/>
+ <use xlink:href="#TheRect" transform="translate(11.25, 11.25) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate(11.25, 14.50) rotate(10)"/>
+
+ <use xlink:href="#TheRect" transform="translate(14.50, 1.50)"/>
+ <use xlink:href="#TheRect" transform="translate(14.50, 4.75) rotate(10)"/>
+ <use xlink:href="#TheRect" transform="translate(14.50, 8.00) rotate(20)"/>
+ <use xlink:href="#TheRect" transform="translate(14.50, 11.25) rotate(10)"/>
+ <use xlink:href="#TheRect" transform="translate(14.50, 14.50)"/>
+ </g>
</svg>
diff --git a/share/icons/path-clip-edit.svg b/share/icons/path-clip-edit.svg
index d856597de..e5b9c0710 100644
--- a/share/icons/path-clip-edit.svg
+++ b/share/icons/path-clip-edit.svg
@@ -1,35 +1,18 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.045805"
+ width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="path-clip-edit" inkscape:label="#g7356" transform="translate(-21)">
- <path d="M 855,62 C 853,64 850,63.5 847,60.5" id="path4828" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#000000;stroke-width:1px"/>
- <path d="M 855,62 C 853,64 850,63.5 847,60.5" id="use4830" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#000000;stroke-width:1px" transform="matrix(0,1,1,0,785.5,-785)"/>
- <path d="M 842.5,68.5 C 843.3058,62.01571 848.0747,58.5078 853.5,57.5" id="path4813" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#00ff00;stroke-width:1.0000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"/>
- <rect height="16" id="rect4815" style="fill:none" width="16" x="839.9762" y="55.0535"/>
- <rect height="2.026662" id="use4819" rx="1.011026" ry="1.011026" style="color:#000000;fill:#ffffff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,885.0318,-128.6983)" width="2.022052" x="-31.53185" y="185.1983"/>
- <rect height="2.026662" id="use4821" rx="1.011026" ry="1.011026" style="color:#000000;fill:#ffffff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,873.0318,-116.6983)" width="2.022052" x="-31.53185" y="185.1983"/>
-</g>
+ <g id="path-clip-edit" inkscape:label="#path_clip_edit">
+ <path d="m 15,6.5 c -2,1.5 -5,1.5 -8,-1.5" style="fill:none;stroke:black"/>
+ <path d="m 6.5,15 c 1.5,-2 1.5,-5 -1.5,-8" style="fill:none;stroke:black"/>
+ <path d="m 2,13 c 1,-5 6,-10 11,-11" style="fill:none;stroke:lime"/>
+ <circle cx="2" cy="14" r="1" style="fill:none;stroke:blue"/>
+ <circle cx="14" cy="2" r="1" style="fill:none;stroke:blue"/>
+ </g>
</svg>
diff --git a/share/icons/path-effect-parameter-next.svg b/share/icons/path-effect-parameter-next.svg
index 51d31e7e5..5df826ea6 100644
--- a/share/icons/path-effect-parameter-next.svg
+++ b/share/icons/path-effect-parameter-next.svg
@@ -1,47 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.045805"
+ width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
- </linearGradient>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5845" inkscape:collect="always" x1="10.19293" x2="12.50002" xlink:href="#linearGradient5704" y1="249.821" y2="255.5"/>
- </defs>
-<g id="path-effect-parameter-next" inkscape:label="#g10193" transform="translate(15.99998)">
- <path d="m 761.9292,60.21135 c -1.3234,4.58045 0.575,6.56847 0.863,6.63113 0.6244,0.13585 3.6939,-0.81114 4.2558,-1.49894 -0.7024,-0.7668 -1.5244,-1.24741 -2.6209,-1.99655 -0.9558,-0.653 -2.1687,-1.54649 -2.4979,-3.13564 z m 2.5287,-1.19313 c -0.2505,0.79624 -0.1537,1.6448 0.242,2.34393 0.3352,0.59425 0.8545,1.02916 1.4624,1.31727 0.532,0.2465 1.1266,0.36704 1.7511,0.35988 -1.4671,-0.88543 -2.3354,-1.5733 -2.9025,-2.44951 -0.5203,-0.80386 -0.5573,-1.47454 -0.553,-1.57157 z m 2.7983,-1.0336 c -0.9659,2.04621 0.4165,2.77407 1.734,3.11108 -1.3117,-1.02013 -1.9104,-2.98174 -1.734,-3.11108 z m 3.5258,-2.20259 c -0.584,0.33612 -0.5086,1.38561 -0.778,1.76289 -0.5215,0.7302 -1.0601,0.85177 -0.7801,1.43544 0.3733,0.77825 0.5096,0.37663 1.516,0.47373 0.2938,0.0283 1.2635,0.96792 1.5502,0.91628 -0.9834,-1.54422 -1.5449,-2.97001 -1.5081,-4.58834 z" id="path9858" inkscape:connector-curvature="0" inkscape:original-d="M 762.7922,66.84248 C 763.6022,63.11924 765.4886,60.07306 771.5388,58.08446" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linejoin:round">
- <desc id="desc9858">
-inkscape:path-effect="#path-effect9860" striped for faster load
-</desc>
- </path>
- <path d="M 762.5,68.5 C 763.3058,62.01571 768.0747,58.5078 773.5,57.5" id="path9256" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#008000;stroke-width:1.0000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"/>
- <rect height="16" id="rect9258" style="fill:none" width="16" x="759.9762" y="55.0535"/>
- <g id="use9872" transform="matrix(1,0,0,1,760,-189)">
- <path d="M 15.50002,251.5 15.50002,251.5 15.50002,259.5 15.50002,259.5 15.50002,255.5 9.50002,259.5 9.50002,251.5 15.50002,255.5 15.50002,251.5 Z" id="path3990" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccc" style="color:#000000;fill:#ffd400;fill-rule:evenodd;stroke:url(#linearGradient5845);stroke-width:1.0026059;stroke-linecap:round;stroke-linejoin:round"/>
- <path d="M 10.43978,257.6603 13.68558,255.4375" id="path4191" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#ffffff;stroke-width:1.0026058px;stroke-linecap:round"/>
+ <g id="path-effect-parameter-next" inkscape:label="#path_effect_parameter_next">
+ <path d="m 2,5.2 c -1.3,4.6 0.6,6.6 0.9,6.6 0.6,0.1 3.7,-0.8 4.3,-1.5 -0.7,-0.8 -1.5,-1.2 -2.6,-2 -1,-0.7 -2.3,-1.5 -2.6,-3.1 z m 2.5,-1.2 c -0.3,0.8 -0.2,1.6 0.2,2.3 0.3,0.6 0.9,1 1.5,1.3 0.5,0.2 1.1,0.4 1.8,0.4 -1.5,-0.9 -2.3,-1.6 -2.9,-2.4 -0.5,-0.8 -0.6,-1.5 -0.6,-1.6 z m 2.8,-1 c -1,2 0.4,2.8 1.8,3.1 -1.3,-1 -1.9,-2.7 -1.8,-3.1 z m 3.5,-2.5 c -0.6,0.3 -0.5,1.1 -0.8,1.5 -0.5,0.7 -1,0.9 -0.8,1.4 0.4,0.8 0.5,0.4 1.5,0.5 0.3,0 1.3,1 1.6,0.9 -1,-1.5 -1.5,-2.7 -1.5,-4.3 z" style="fill:white;stroke:#4d4d4d;stroke-linejoin:round"/>
+ <path d="m 2,13 c 1,-5 6,-10 11,-11" style="fill:none;stroke:green"/>
+
+ <circle cx="2" cy="14" r="1" style="fill:none;stroke:blue"/>
+ <circle cx="14" cy="2" r="1" style="fill:none;stroke:blue"/>
+
+ <!-- Triangle Arrow -->
+ <path d="m 15.5,7.5 v 0 8 0 -4 l -6,4 v -8 l 6,4 z" style="fill:#ffd400;stroke:#222222;stroke-linecap:round;stroke-linejoin:round"/>
+ <path d="m 10.5,13.6 3.2,-2.125" style="fill:none;stroke:white;stroke-linecap:round"/>
</g>
- <rect height="2.026662" id="use10185" rx="1.011026" ry="1.011026" style="color:#000000;fill:#ffffff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,805.0318,-128.6983)" width="2.022052" x="-31.53185" y="185.1983"/>
- <rect height="2.026662" id="use10187" rx="1.011026" ry="1.011026" style="color:#000000;fill:#ffffff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,793.0318,-116.6983)" width="2.022052" x="-31.53185" y="185.1983"/>
-</g>
</svg>
diff --git a/share/icons/path-mask-edit.svg b/share/icons/path-mask-edit.svg
index 0827d0239..ea1a1de12 100644
--- a/share/icons/path-mask-edit.svg
+++ b/share/icons/path-mask-edit.svg
@@ -1,40 +1,26 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.045805"
+ width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient gradientUnits="userSpaceOnUse" id="BlackTransparent">
- <stop id="stop12" offset="0" style="stop-color:black;stop-opacity:1"/>
- <stop id="stop14" offset="1" style="stop-color:black;stop-opacity:0"/>
+ <defs>
+ <linearGradient id="BlackTransparentVector">
+ <stop offset="0" style="stop-color:black;stop-opacity:1"/>
+ <stop offset="1" style="stop-color:black;stop-opacity:0"/>
</linearGradient>
- <linearGradient gradientTransform="translate(20)" gradientUnits="userSpaceOnUse" id="linearGradient5824" inkscape:collect="always" x1="872" x2="865.5" xlink:href="#BlackTransparent" y1="66" y2="57.5"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="BlackTransparentStroke" x1="12" x2="3" xlink:href="#BlackTransparentVector" y1="12" y2="3"/>
</defs>
-<g id="path-mask-edit" inkscape:label="#g7344" transform="translate(-40)">
- <path d="M 895,62 C 893,64 889,63 885,58" id="use4911" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:url(#linearGradient5824);stroke-width:1px" transform="matrix(0,1,1,0,825.5171,-825.2431)"/>
- <path d="M 895,62 C 893,64 889,63 885,58" id="path4893" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:url(#linearGradient5824);stroke-width:1px"/>
- <path d="M 882.5,68.5 C 883.3058,62.01571 888.0747,58.5078 893.5,57.5" id="path4899" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:none;stroke:#0000ff;stroke-width:1.0000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"/>
- <rect height="16" id="rect4901" style="fill:none" width="16" x="879.9762" y="55.0535"/>
- <rect height="2.026662" id="use4903" rx="1.011026" ry="1.011026" style="color:#000000;fill:#ffffff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,925.0318,-128.6983)" width="2.022052" x="-31.53185" y="185.1983"/>
- <rect height="2.026662" id="use4905" rx="1.011026" ry="1.011026" style="color:#000000;fill:#ffffff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,913.0318,-116.6983)" width="2.022052" x="-31.53185" y="185.1983"/>
-</g>
+
+ <g id="path-mask-edit" inkscape:label="#path_mask_edit">
+ <path d="m 15,6.5 c -3,2.5 -7,0.5 -11,-4.5" style="fill:none;stroke:url(#BlackTransparentStroke)"/>
+ <path d="m 6.5,15 c 2.5,-3 0.5,-7 -4.5,-11" style="fill:none;stroke:url(#BlackTransparentStroke)"/>
+ <path d="m 2,13 c 1,-5 6,-10 11,-11" style="fill:none;stroke:blue"/>
+ <circle cx="2" cy="14" r="1" style="fill:none;stroke:blue"/>
+ <circle cx="14" cy="2" r="1" style="fill:none;stroke:blue"/>
+ </g>
</svg>
diff --git a/share/icons/path-reverse.svg b/share/icons/path-reverse.svg
index 36759e297..f56b3c464 100644
--- a/share/icons/path-reverse.svg
+++ b/share/icons/path-reverse.svg
@@ -1,33 +1,21 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="16"
height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="path-reverse" inkscape:label="#selection_reverse" transform="translate(-384.5,-149.5)">
- <path d="M 385,165 C 385,160 387.5,157.5 392.5,157.5 396.5,157.5 400,155 400,150" id="path10967" inkscape:connector-curvature="0" sodipodi:nodetypes="csc" style="fill:none;stroke:#646464;stroke-width:1px;stroke-linecap:round"/>
- <path d="M 386.5,151.5 393.5,151.5 393.5,149.5 396.5,152 393.5,154.5 393.5,152.5 386.5,152.5 386.5,151.5 Z" id="path10971" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" style="fill:#000000;fill-rule:evenodd"/>
- <rect height="3.023564" id="use5704" style="color:#000000;fill:#6464ff;fill-opacity:0.3921569;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.0000025;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,430.4721,-19.53415)" width="3.009614" x="-178.495" y="-39.5126"/>
- <path d="M 386.5,151.5 393.5,151.5 393.5,149.5 396.5,152 393.5,154.5 393.5,152.5 386.5,152.5 386.5,151.5 Z" id="use3760" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" style="fill:#000000;fill-rule:evenodd" transform="matrix(1,0,0,1,0,0)"/>
-</g>
+ <g id="path-reverse" inkscape:label="#selection_reverse">
+ <g style="stroke-linecap:round;stroke-linejoin:round">
+ <path d="m 0.5,15.5 c 0,-5 2.5,-7.5 7.5,-7.5 4,0 7.5,-2.5 7.5,-7.5" style="fill:none;stroke:#646464"/>
+ <rect x="6.5" y="6.5" width ="3" height="3" style="fill:#6464ff;fill-opacity:0.4;stroke:blue"/>
+
+ <!-- Arrows -->
+ <path d="m 2,2 h 7 v -2 l 3,2.5 -3,2.5 v -2 h -7 z"/>
+ <path d="m 14,14 h -7 v 2 l -3,-2.5 3,-2.5 v 2 h 7 z"/>
+ </g>
+ </g>
</svg>
diff --git a/share/icons/selection-bottom.svg b/share/icons/selection-bottom.svg
index 917b23a4c..fc98bb37e 100644
--- a/share/icons/selection-bottom.svg
+++ b/share/icons/selection-bottom.svg
@@ -1,47 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.040272"
- height="16.048326"
+ width="16"
+ height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient gradientTransform="translate(-8.989043)" gradientUnits="userSpaceOnUse" id="linearGradient5835" inkscape:collect="always" x1="-37.77876" x2="-29.01316" xlink:href="#linearGradient5704" y1="175.9908" y2="175.9908"/>
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
- </linearGradient>
- <linearGradient gradientTransform="matrix(1,0,0,0.957993,-0.0384184,13.49742)" gradientUnits="userSpaceOnUse" id="linearGradient5831" inkscape:collect="always" x1="-47.74164" x2="-24.43123" xlink:href="#linearGradient6684" y1="179.493" y2="179.493"/>
- <linearGradient gradientTransform="matrix(1,0,0,0.963346,-0.0384184,12.50071)" gradientUnits="userSpaceOnUse" id="linearGradient5833" inkscape:collect="always" x1="-44.41746" x2="-29.50463" xlink:href="#linearGradient5704" y1="181.0886" y2="181.0886"/>
- <linearGradient id="linearGradient6684">
- <stop id="stop6686" offset="0" style="stop-color:#ffbf00;stop-opacity:1"/>
- <stop id="stop6688" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
+ <defs id="defs3">
+ <linearGradient id="linearGradientVector">
+ <stop offset="0" style="stop-color:#ffbf00"/>
+ <stop offset="1" style="stop-color:#ffffff"/>
</linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientFill" x1="-3" x2="19" xlink:href="#linearGradientVector" y1="0" y2="0"/>
</defs>
-<g id="selection-bottom" inkscape:label="#selection_bot" transform="translate(45.04027,-174.95167)">
- <rect height="16" id="rect6698" style="color:#000000;fill:none" width="16" x="-45" y="175"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7653" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.934884,-0.0391259)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7655" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.9612,2.960874)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7657" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.9612,5.960874)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7659" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.934884,8.960874)"/>
- <rect height="2.002599" id="use8586" style="color:#000000;fill:url(#linearGradient5831);fill-rule:evenodd;stroke:url(#linearGradient5833);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,0,2.999993)" width="14.99927" x="-44.54027" y="184.4491"/>
- <path d="M -31,189.9908 -32,189.9908 -32,181.9908 -34,181.9908 -31.5,178.9908 -29,181.9908 -31,181.9908 -31,189.9908 Z" id="use4704" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" style="fill:#000000;fill-rule:evenodd" transform="matrix(1,0,0,-1,-10,364.9817)"/>
-</g>
+
+<g id="selection-bottom" inkscape:label="#selection_bot">
+ <g style="fill:none;stroke:#222222;stroke-width:2px;stroke-linecap:round">
+ <path d="m 10,1 5,0"/>
+ <path d="m 10,4 5,0"/>
+ <path d="m 10,7 5,0"/>
+ <path d="m 10,10 5,0"/>
+ </g>
+
+ <rect x="0.5" y="12.5" width="15" height="2" style="fill:url(#linearGradientFill);stroke:#222222;stroke-linejoin:round"/>
+
+ <path d="m 4,0 h -1 v 8 h -2 l 2.5,3 2.5,-3 h -2 z"/>
+ </g>
</svg>
diff --git a/share/icons/selection-lower.svg b/share/icons/selection-lower.svg
index 4a71173e1..23eaf6f7c 100644
--- a/share/icons/selection-lower.svg
+++ b/share/icons/selection-lower.svg
@@ -1,48 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.040272"
- height="16.04832"
+ width="16"
+ height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient gradientTransform="matrix(1,0,0,0.963346,-0.0384184,12.50071)" gradientUnits="userSpaceOnUse" id="linearGradient5833" inkscape:collect="always" x1="-44.41746" x2="-29.50463" xlink:href="#linearGradient5704" y1="181.0886" y2="181.0886"/>
- <linearGradient id="linearGradient6684">
- <stop id="stop6686" offset="0" style="stop-color:#ffbf00;stop-opacity:1"/>
- <stop id="stop6688" offset="1" style="stop-color:#ffffff;stop-opacity:1"/>
- </linearGradient>
- <linearGradient gradientTransform="matrix(1.592997,0,0,1,11.72818,4)" gradientUnits="userSpaceOnUse" id="linearGradient5842" inkscape:collect="always" x1="-37.50076" x2="-29.00001" xlink:href="#linearGradient5704" y1="181.9908" y2="181.9908"/>
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <defs id="defs3">
+ <linearGradient id="linearGradientVector">
+ <stop offset="0" style="stop-color:#ffbf00"/>
+ <stop offset="1" style="stop-color:#ffffff"/>
</linearGradient>
- <linearGradient gradientTransform="translate(-8.989043)" gradientUnits="userSpaceOnUse" id="linearGradient5835" inkscape:collect="always" x1="-37.77876" x2="-29.01316" xlink:href="#linearGradient5704" y1="175.9908" y2="175.9908"/>
- <linearGradient gradientTransform="matrix(1,0,0,0.957993,-0.0384184,13.49742)" gradientUnits="userSpaceOnUse" id="linearGradient5831" inkscape:collect="always" x1="-47.74164" x2="-24.43123" xlink:href="#linearGradient6684" y1="179.493" y2="179.493"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientFill" x1="-3" x2="19" xlink:href="#linearGradientVector" y1="0" y2="0"/>
</defs>
-<g id="selection-lower" inkscape:label="#selection_down" transform="translate(45.04027,-174.95168)">
- <rect height="16" id="rect10501" style="color:#000000;fill:none" width="16" x="-45" y="175"/>
- <path d="M -42,177.9908 -41,177.9908 -41,178.9908 -42,178.9908 -42,179.9908 -40,179.9908 -42.5,182.9908 -45,179.9908 -43,179.9908 -43,178.9908 -42,177.9908 Z" id="path10505" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc" style="fill:#000000;fill-rule:evenodd"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7638" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.934884,-0.0391201)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7641" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.9612,5.96088)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7643" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,8.934884,12.96088)"/>
- <rect height="2.002599" id="rect8574" style="color:#000000;fill:url(#linearGradient5831);fill-rule:evenodd;stroke:url(#linearGradient5833);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" width="14.99927" x="-44.54027" y="184.4491"/>
- <path d="M -44.00221,185.9908 C -36.06173,185.9908 -36.06173,185.9908 -36.06173,185.9908" id="use8589" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5842);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,5.961212,-7.03912)"/>
-</g>
+
+ <g id="selection-lower" inkscape:label="#selection_down">
+ <g style="fill:none;stroke:#222222;stroke-width:2px;stroke-linecap:round">
+ <path d="m 10,1 5,0"/>
+ <path d="m 7,4 8,0"/>
+ <path d="m 10,7 5,0"/>
+ <path d="m 10,14 5,0"/>
+ </g>
+
+ <rect x="0.5" y="9.5" width="15" height="2" style="fill:url(#linearGradientFill);stroke:#222222;stroke-linejoin:round"/>
+
+ <path d="m 3,3 h 1 v 1 h -1 v 1 h 2 l -2.5,3 -2.5,-3 h 2 v -1 z"/>
+ </g>
</svg>
diff --git a/share/icons/selection-raise.svg b/share/icons/selection-raise.svg
index 3589d9fdd..526fbd667 100644
--- a/share/icons/selection-raise.svg
+++ b/share/icons/selection-raise.svg
@@ -1,48 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.01468"
- height="16.0092"
+ width="16"
+ height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient gradientTransform="matrix(1.592997,0,0,1,11.72818,4)" gradientUnits="userSpaceOnUse" id="linearGradient5842" inkscape:collect="always" x1="-37.50076" x2="-29.00001" xlink:href="#linearGradient5704" y1="181.9908" y2="181.9908"/>
- <linearGradient gradientTransform="matrix(1,0,0,0.963346,0,6.51247)" gradientUnits="userSpaceOnUse" id="linearGradient5839" inkscape:collect="always" x1="-44.36454" x2="-29.63546" xlink:href="#linearGradient5704" y1="181.5494" y2="181.645"/>
- <linearGradient id="linearGradient5740">
- <stop id="stop5742" offset="0" style="stop-color:#ffffff;stop-opacity:1"/>
- <stop id="stop5744" offset="1" style="stop-color:#98b6d3;stop-opacity:1"/>
- </linearGradient>
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <defs id="defs3">
+ <linearGradient id="linearGradientVector">
+ <stop offset="0" style="stop-color:#ffffff"/>
+ <stop offset="1" style="stop-color:#98b6d3"/>
</linearGradient>
- <linearGradient gradientTransform="translate(-8.989043)" gradientUnits="userSpaceOnUse" id="linearGradient5835" inkscape:collect="always" x1="-37.77876" x2="-29.01316" xlink:href="#linearGradient5704" y1="175.9908" y2="175.9908"/>
- <linearGradient gradientTransform="matrix(1,0,0,0.957993,0,7.509185)" gradientUnits="userSpaceOnUse" id="linearGradient5837" inkscape:collect="always" x1="-48.42912" x2="-27.0385" xlink:href="#linearGradient5740" y1="179.493" y2="179.493"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientFill" x1="-3" x2="19" xlink:href="#linearGradientVector" y1="0" y2="0"/>
</defs>
-<g id="selection-raise" inkscape:label="#selection_up" transform="translate(45.01468,-174.9908)">
- <rect height="16" id="rect10473" style="color:#000000;fill:none" width="16" x="-45" y="175"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="path10475" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"/>
- <rect height="2.002599" id="rect10479" style="color:#000000;fill:url(#linearGradient5837);fill-rule:evenodd;stroke:url(#linearGradient5839);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" width="14.99927" x="-44.50185" y="178.4609"/>
- <path d="M -44.00221,185.9908 C -36.06173,185.9908 -36.06173,185.9908 -36.06173,185.9908" id="path10483" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5842);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7634" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0387999,6.97005)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7636" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0387999,12.97005)"/>
- <path d="M -42,177.9908 -41,177.9908 -41,178.9908 -42,178.9908 -42,179.9908 -40,179.9908 -42.5,182.9908 -45,179.9908 -43,179.9908 -43,178.9908 -42,177.9908 Z" id="use5413" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc" style="fill:#000000;fill-rule:evenodd" transform="matrix(1,0,0,1,0,0)"/>
-</g>
+
+ <g id="selection-raise" inkscape:label="#selection_up">
+ <g style="fill:none;stroke:#222222;stroke-width:2px;stroke-linecap:round">
+ <path d="m 1,1 5,0"/>
+ <path d="m 1,8 5,0"/>
+ <path d="m 1,11 8,0"/>
+ <path d="m 1,14 5,0"/>
+ </g>
+ <rect x="0.5" y="3.5" width="15" height="2" style="fill:url(#linearGradientFill);stroke:#222222;stroke-linejoin:round"/>
+
+ <path d="m 13,12 h -1 v -1 h 1 v -1 H 11 L 13.5,7 16,10 h -2 v 1 z"/>
+ </g>
</svg>
diff --git a/share/icons/selection-top.svg b/share/icons/selection-top.svg
index 464dbedf9..3002bf141 100644
--- a/share/icons/selection-top.svg
+++ b/share/icons/selection-top.svg
@@ -1,47 +1,30 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="16.040269"
- height="16.041688"
+ width="16"
+ height="16"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
- </linearGradient>
- <linearGradient gradientTransform="translate(-8.989043)" gradientUnits="userSpaceOnUse" id="linearGradient5835" inkscape:collect="always" x1="-37.77876" x2="-29.01316" xlink:href="#linearGradient5704" y1="175.9908" y2="175.9908"/>
- <linearGradient gradientTransform="matrix(1,0,0,0.957993,0,7.509185)" gradientUnits="userSpaceOnUse" id="linearGradient5837" inkscape:collect="always" x1="-48.42912" x2="-27.0385" xlink:href="#linearGradient5740" y1="179.493" y2="179.493"/>
- <linearGradient gradientTransform="matrix(1,0,0,0.963346,0,6.51247)" gradientUnits="userSpaceOnUse" id="linearGradient5839" inkscape:collect="always" x1="-44.36454" x2="-29.63546" xlink:href="#linearGradient5704" y1="181.5494" y2="181.645"/>
- <linearGradient id="linearGradient5740">
- <stop id="stop5742" offset="0" style="stop-color:#ffffff;stop-opacity:1"/>
- <stop id="stop5744" offset="1" style="stop-color:#98b6d3;stop-opacity:1"/>
+ <defs id="defs3">
+ <linearGradient id="linearGradientVector">
+ <stop offset="0" style="stop-color:#ffffff"/>
+ <stop offset="1" style="stop-color:#98b6d3"/>
</linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientFill" x1="-3" x2="19" xlink:href="#linearGradientVector" y1="0" y2="0"/>
</defs>
-<g id="selection-top" inkscape:label="#selection_top" transform="translate(45.04027,-174.95831)">
- <rect height="16" id="rect10445" style="color:#000000;fill:none" width="16" x="-45" y="175"/>
- <path d="M -31,189.9908 -32,189.9908 -32,181.9908 -34,181.9908 -31.5,178.9908 -29,181.9908 -31,181.9908 -31,189.9908 Z" id="path10449" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccccc" style="fill:#000000;fill-rule:evenodd"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7645" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0387999,3.97005)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7647" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0387999,6.97005)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7649" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0387999,9.97005)"/>
- <path d="M -43.97588,175.9908 C -39.0022,175.9908 -39.0022,175.9908 -39.0022,175.9908" id="use7651" inkscape:connector-curvature="0" style="fill:none;stroke:url(#linearGradient5835);stroke-width:1.9999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0387999,12.97005)"/>
- <rect height="2.002599" id="use8534" style="color:#000000;fill:url(#linearGradient5837);fill-rule:evenodd;stroke:url(#linearGradient5839);stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:0" transform="matrix(1,0,0,1,-0.0384184,-3.002595)" width="14.99927" x="-44.50185" y="178.4609"/>
-</g>
+
+ <g id="selection-top" inkscape:label="#selection_top">
+ <g style="fill:none;stroke:#222222;stroke-width:2px;stroke-linecap:round">
+ <path d="m 1,5 5,0"/>
+ <path d="m 1,8 5,0"/>
+ <path d="m 1,11 5,0"/>
+ <path d="m 1,14 5,0"/>
+ </g>
+ <rect x="0.5" y="0.5" width="15" height="2" style="fill:url(#linearGradientFill);stroke:#222222;stroke-linejoin:round"/>
+
+ <path d="m 14,15 h -1 v -8 h -2 l 2.5,-3 2.5,3 h -2 z"/>
+ </g>
</svg>
diff --git a/share/icons/stroke-cap-butt.svg b/share/icons/stroke-cap-butt.svg
index e51ecd565..9b2eb6bae 100644
--- a/share/icons/stroke-cap-butt.svg
+++ b/share/icons/stroke-cap-butt.svg
@@ -1,35 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="24"
height="24"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="stroke-cap-butt" inkscape:label="#cap_butt" transform="translate(-899.5,-158.25)">
- <rect height="24" id="rect3854" style="color:#000000;fill:none;stroke-width:9" width="24" x="899.5" y="158.25"/>
- <path d="M 903,181.7114 903,167.7887 920,167.7887 920,181.7114" id="path3844" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" style="fill:#99b6d4;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000001px;stroke-linecap:square"/>
- <rect height="2" id="use5734" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,1)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5736" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,5)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5738" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,9)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5741" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,13)" width="2" x="920.5246" y="167.2491"/>
-</g>
+ <g id="stroke-cap-butt" inkscape:label="#cap_butt">
+ <path d="m 3.5,24 0,-14.5 17,0 0,14.5" style="fill:#99b6d4;stroke:black"/>
+ <path d="m 12,24 0,-14" style="fill:none;stroke:white;stroke-width:2px;stroke-dasharray:2 2"/>
+ </g>
</svg>
diff --git a/share/icons/stroke-cap-round.svg b/share/icons/stroke-cap-round.svg
index 13a456f46..6cfab8638 100644
--- a/share/icons/stroke-cap-round.svg
+++ b/share/icons/stroke-cap-round.svg
@@ -1,35 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="24"
- height="24.001536"
+ height="24"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="stroke-cap-round" inkscape:label="#cap_round" transform="translate(-899.5,-158.25)">
- <rect height="24" id="rect3904" style="color:#000000;fill:none;stroke-width:9" width="24" x="899.5" y="158.25"/>
- <path d="M 902.94,181.75 902.98,168.75 C 902.98,162.75 905.48,158.75 911.48,158.75 917.48,158.75 919.98,162.75 920.02,168.75 L 919.98,181.75" id="path3906" inkscape:connector-curvature="0" sodipodi:nodetypes="ccscc" style="fill:#99b6d4;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square"/>
- <rect height="2" id="use5753" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,13)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5755" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,9)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5759" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,5)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5761" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,1)" width="2" x="920.5246" y="167.2491"/>
-</g>
+ <g id="stroke-cap-round" inkscape:label="#cap_round">
+ <path d="m 3.5,24 0,-14.5 a 8.5,8.5 0 0 1 17,0 l 0,14.5" style="fill:#99b6d4;stroke:black"/>
+ <path d="m 12,24 0,-14" style="fill:none;stroke:white;stroke-width:2px;stroke-dasharray:2 2"/>
+ </g>
</svg>
diff --git a/share/icons/stroke-cap-square.svg b/share/icons/stroke-cap-square.svg
index 0a19da12f..b8a7d3bae 100644
--- a/share/icons/stroke-cap-square.svg
+++ b/share/icons/stroke-cap-square.svg
@@ -1,35 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="24"
- height="24.000869"
+ height="24"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="stroke-cap-square" inkscape:label="#cap_square" transform="translate(-899.5,-158.25)">
- <rect height="24" id="rect3876" style="color:#000000;fill:none;stroke-width:9" width="24" x="899.5" y="158.25"/>
- <path d="M 902.98,181.75 902.94,158.75 919.98,158.75 920.02,181.75" id="path3878" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" style="fill:#99b6d4;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square"/>
- <rect height="2" id="use5743" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,13)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5746" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,9)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5748" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,5)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5751" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-9.999997,1)" width="2" x="920.5246" y="167.2491"/>
-</g>
+ <g id="stroke-cap-square" inkscape:label="#cap_square">
+ <path d="m 3.5,24 0,-23.5 17,0 0,23.5" style="fill:#99b6d4;stroke:black"/>
+ <path d="m 12,24 0,-14" style="fill:none;stroke:white;stroke-width:2px;stroke-dasharray:2 2"/>
+ </g>
</svg>
diff --git a/share/icons/stroke-join-bevel.svg b/share/icons/stroke-join-bevel.svg
index 3756c17cf..2784c7070 100644
--- a/share/icons/stroke-join-bevel.svg
+++ b/share/icons/stroke-join-bevel.svg
@@ -1,39 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="24.000767"
- height="24.001901"
+ width="24"
+ height="24"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
-
- </defs>
-<g id="stroke-join-bevel" inkscape:label="#join_bevel" transform="translate(-899.49923,-158.25)">
- <path d="M 900.04,181.75 900,171.25 912,158.75 923,158.75 923,176.25 917,176.25 917,181.75" id="path3939" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc" style="fill:#99b6d4;fill-rule:evenodd"/>
- <rect height="24" id="rect3918" style="color:#000000;fill:none;stroke-width:9" width="24" x="899.5" y="158.25"/>
- <path d="M 900.04,181.75 900,171.25 912,158.75 923,158.75 M 917,181.75 917,175.75 923,175.75" id="path3920" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square"/>
- <rect height="2" id="use5703" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5705" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5707" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5709" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5711" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,4)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5713" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,8)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5715" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,12)" width="2" x="920.5246" y="167.2491"/>
-</g>
+ <g id="stroke-join-bevel" inkscape:label="#join_bevel">
+ <!-- Corner exagerated -->
+ <path d="m 0.5,24 0,-13 10.5,-10.5 13,0 0,17 -6.5,0 0,6.5 z" style="fill:#99b6d4"/>
+ <path d="m 0.5,24 0,-13 10.5,-10.5 13,0 m 0,17 -6.5,0 0,6.5 " style="fill:none;stroke:black"/>
+ <path d="m 9,24 0,-15 15,0" style="fill:none;stroke:white;stroke-width:2px;stroke-dasharray:2 2;stroke-dashoffset:2"/>
+ </g>
</svg>
diff --git a/share/icons/stroke-join-miter.svg b/share/icons/stroke-join-miter.svg
index 9f21bd726..89c5071ba 100644
--- a/share/icons/stroke-join-miter.svg
+++ b/share/icons/stroke-join-miter.svg
@@ -1,39 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="24.00087"
- height="24.000869"
+ width="24"
+ height="24"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="stroke-join-miter" inkscape:label="#join_miter" transform="translate(-899.49913,-158.25)">
- <path d="M 900.04,181.75 900,158.75 923,158.75 923,176.25 917,176.25 917,181.75" id="path4023" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccc" style="fill:#99b6d4;fill-rule:evenodd"/>
- <rect height="24" id="rect4025" style="color:#000000;fill:none;stroke-width:9" width="24" x="899.5" y="158.25"/>
- <path d="M 900.04,181.75 900,158.75 923,158.75 M 917,181.75 917,175.75 923,175.75" id="path4027" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square"/>
- <rect height="2" id="use5673" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5689" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5691" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5693" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5696" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,4)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5698" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,8)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5700" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,12)" width="2" x="920.5246" y="167.2491"/>
-</g>
+ <g id="stroke-join-miter" inkscape:label="#join_miter">
+ <path d="m 0.5,24 0,-23.5 23.5,0 0,17 -6.5,0 0,6.5 z" style="fill:#99b6d4"/>
+ <path d="m 0.5,24 0,-23.5 23.5,0 m 0,17 -6.5,0 0,6.5 " style="fill:none;stroke:black"/>
+ <path d="m 9,24 0,-15 15,0" style="fill:none;stroke:white;stroke-width:2px;stroke-dasharray:2 2;stroke-dashoffset:2"/>
+ </g>
</svg>
diff --git a/share/icons/stroke-join-round.svg b/share/icons/stroke-join-round.svg
index c04e578d0..d604d2f0a 100644
--- a/share/icons/stroke-join-round.svg
+++ b/share/icons/stroke-join-round.svg
@@ -1,39 +1,17 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="24"
- height="24.006622"
+ height="24"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
- <defs id="defs3">
- </defs>
-<g id="stroke-join-round" inkscape:label="#join_round" transform="translate(-899.5,-158.25)">
- <path d="M 900.04,181.75 900,178.75 C 900,166.25 907,158.75 919.5,158.75 L 923,158.75 923,176.25 917,176.25 917,181.75" id="path3949" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccc" style="fill:#99b6d4;fill-rule:evenodd"/>
- <rect height="24" id="rect3951" style="color:#000000;fill:none;stroke-width:9" width="24" x="899.5" y="158.25"/>
- <path d="M 900.04,181.75 900,178.75 C 900,166.25 907,158.75 919.5,158.75 L 923,158.75 M 917,181.75 917,175.75 923,175.75" id="path3953" inkscape:connector-curvature="0" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square"/>
- <rect height="2" id="use5718" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5720" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5722" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5724" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,0,0)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5726" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,4)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5728" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,8)" width="2" x="920.5246" y="167.2491"/>
- <rect height="2" id="use5731" style="color:#000000;fill:#ffffff;fill-rule:evenodd;stroke-width:9" transform="matrix(1,0,0,1,-12,12)" width="2" x="920.5246" y="167.2491"/>
-</g>
+ <g id="stroke-join-round" inkscape:label="#join_round">
+ <!-- Corner exagerated -->
+ <path d="m 0.5,24 0,-11 a 12.5,12.5 0 0 1 12.5,-12.5 l 11,0 0,17 -6.5,0 0,6.5 z" style="fill:#99b6d4"/>
+ <path d="m 0.5,24 0,-11 a 12.5,12.5 0 0 1 12.5,-12.5 l 11,0 m 0,17 -6.5,0 0,6.5 " style="fill:none;stroke:black"/>
+ <path d="m 9,24 0,-15 15,0" style="fill:none;stroke:white;stroke-width:2px;stroke-dasharray:2 2;stroke-dashoffset:2"/>
+ </g>
</svg>
diff --git a/share/icons/text_horz_kern.svg b/share/icons/text_horz_kern.svg
index b117ab946..23e6cd18f 100644
--- a/share/icons/text_horz_kern.svg
+++ b/share/icons/text_horz_kern.svg
@@ -1,61 +1,47 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="27.999998"
- height="27.99999"
+ width="28"
+ height="28"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
+
<defs id="defs3">
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <linearGradient id="vectorGradientBlack">
+ <stop offset="0" style="stop-color:#5a5a5a"/>
+ <stop offset="1" style="stop-color:black"/>
</linearGradient>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient5859" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient5704" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient12388" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient4698" y1="132.9464" y2="138.5"/>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient12392" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient4698" y1="137.5165" y2="137.4738"/>
- <radialGradient cx="35.25" cy="142.5244" fx="35.25" fy="142.5244" gradientTransform="matrix(1,0,0,0.153846,0,120.5976)" gradientUnits="userSpaceOnUse" id="radialGradient12390" inkscape:collect="always" r="3.25" xlink:href="#linearGradient4698"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5857" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient5704" y1="132.9464" y2="138.5"/>
- <linearGradient id="linearGradient4698">
- <stop id="stop4700-5" offset="0" style="stop-color:#a2d3ff;stop-opacity:1"/>
- <stop id="stop4702-2" offset="1" style="stop-color:#004c91;stop-opacity:1"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlack" x1="4" x2="8" xlink:href="#vectorGradientBlack" y1="8" y2="16"/>
+
+ <linearGradient id="vectorGradientBlue">
+ <stop offset="0" style="stop-color:#a2d3ff"/>
+ <stop offset="1" style="stop-color:#004c91"/>
</linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlue" x1="4" x2="8" xlink:href="#vectorGradientBlue" y1="8" y2="16"/>
+
</defs>
-<g id="text_horz_kern" transform="translate(-1268.47221,-85.4363)">
- <g id="g7628" transform="translate(0.437484)">
- <path d="M 1283.273,89.56319 1283.273,110.3093" id="path2219" inkscape:connector-curvature="0" style="color:#000000;fill:none;stroke:#000000;stroke-width:1.1457608;stroke-linecap:square" transform="translate(-1.25,-0.5)"/>
- <g id="use11389" transform="matrix(0.942859,0,0,0.942859,32.60846,37.50304)">
- <g id="use11377" transform="matrix(0.725688590088,0,0,0.725688590088,1292.241722076,-35.3386891056)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="text2410" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient5857);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path5817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#646464;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path5828" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient5859);stroke-width:1.0000002px;stroke-linecap:round"/>
- </g>
- <g id="use11379" transform="matrix(0.725676923444,0,0,0.725676923444,1307.090700668,-35.33727048544)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="path3815" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient12388);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path3817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#b2dafe;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path3819" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:url(#radialGradient12390);fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient12392);stroke-width:1.0000002px;stroke-linecap:round"/>
- </g>
+
+ <g id="text_horz_kern">
+
+ <!-- Black Letter -->
+ <g style="stroke-width:0.7px">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlack);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ </g>
+
+ <!-- Blue Letter -->
+ <g style="stroke-width:0.7px" transform="translate(14,0)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlue);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
</g>
- </g>
- <g id="g7662-8" transform="matrix(0.935775,0,0,0.933333,42.8409,7.095812)">
- <g id="g6738-8" transform="translate(0.232684,0.559354)"/>
- <rect height="30" id="rect6736-4" style="fill:none" width="29.92172" x="1309.75" y="83.93627"/>
- </g>
-</g>
+ <g style="fill:none;stroke:black;stroke-width:1.2px">
+ <path d="m 14,2 0,24"/>
+ </g>
+
+ </g>
</svg>
diff --git a/share/icons/text_letter_spacing.svg b/share/icons/text_letter_spacing.svg
index c0364d0ee..eda5bbab0 100644
--- a/share/icons/text_letter_spacing.svg
+++ b/share/icons/text_letter_spacing.svg
@@ -1,57 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="28.000007"
- height="27.999999"
+ width="28"
+ height="28"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
+
<defs id="defs3">
- <linearGradient id="linearGradient4698">
- <stop id="stop4700-5" offset="0" style="stop-color:#a2d3ff;stop-opacity:1"/>
- <stop id="stop4702-2" offset="1" style="stop-color:#004c91;stop-opacity:1"/>
+ <linearGradient id="vectorGradientBlack">
+ <stop offset="0" style="stop-color:#5a5a5a"/>
+ <stop offset="1" style="stop-color:black"/>
</linearGradient>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient12388" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient4698" y1="132.9464" y2="138.5"/>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient12392" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient4698" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5857" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient5704" y1="132.9464" y2="138.5"/>
- <radialGradient cx="35.25" cy="142.5244" fx="35.25" fy="142.5244" gradientTransform="matrix(1,0,0,0.153846,0,120.5976)" gradientUnits="userSpaceOnUse" id="radialGradient12390" inkscape:collect="always" r="3.25" xlink:href="#linearGradient4698"/>
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlack" x1="4" x2="8" xlink:href="#vectorGradientBlack" y1="8" y2="16"/>
+
+ <linearGradient id="vectorGradientBlue">
+ <stop offset="0" style="stop-color:#a2d3ff"/>
+ <stop offset="1" style="stop-color:#004c91"/>
</linearGradient>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient5859" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient5704" y1="137.5165" y2="137.4738"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlue" x1="4" x2="8" xlink:href="#vectorGradientBlue" y1="8" y2="16"/>
+
</defs>
-<g id="text_letter_spacing" transform="matrix(0.942859,0,0,0.942859,-1235.40264,-48.07579)">
- <g id="g7621" transform="matrix(0.992487,0,0,0.989897,10.11498,1.557598)">
- <rect height="30" id="rect6706" style="fill:none" width="29.92172" x="1310" y="49.93628"/>
- </g>
- <g id="g11383" transform="translate(-0.306361)">
- <g id="use11377" transform="matrix(0.725688590088,0,0,0.725688590088,1292.241722076,-35.3386891056)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="text2410" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient5857);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path5817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#646464;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path5828" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient5859);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <g id="text_letter_spacing">
+
+ <!-- Black Letter -->
+ <g style="stroke-width:0.7px">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlack);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#646464;stroke-linecap:round"/>
</g>
- <g id="use11379" transform="matrix(0.725676923444,0,0,0.725676923444,1307.090700668,-35.33727048544)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="path3815" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient12388);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path3817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#b2dafe;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path3819" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:url(#radialGradient12390);fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient12392);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <!-- Blue Letter -->
+ <g style="stroke-width:0.7px" transform="translate(14,0)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlue);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
</g>
- </g>
-</g>
+ </g>
</svg>
diff --git a/share/icons/text_line_spacing.svg b/share/icons/text_line_spacing.svg
index b564267d8..381035c16 100644
--- a/share/icons/text_line_spacing.svg
+++ b/share/icons/text_line_spacing.svg
@@ -1,55 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
width="28"
height="28"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
+
<defs id="defs3">
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient5859" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient5704" y1="137.5165" y2="137.4738"/>
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <linearGradient id="vectorGradientBlack">
+ <stop offset="0" style="stop-color:#5a5a5a"/>
+ <stop offset="1" style="stop-color:black"/>
</linearGradient>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5857" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient5704" y1="132.9464" y2="138.5"/>
- <radialGradient cx="35.25" cy="142.5244" fx="35.25" fy="142.5244" gradientTransform="matrix(1,0,0,0.153846,0,120.5976)" gradientUnits="userSpaceOnUse" id="radialGradient12390" inkscape:collect="always" r="3.25" xlink:href="#linearGradient4698"/>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient12392" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient4698" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient12388" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient4698" y1="132.9464" y2="138.5"/>
- <linearGradient id="linearGradient4698">
- <stop id="stop4700-5" offset="0" style="stop-color:#a2d3ff;stop-opacity:1"/>
- <stop id="stop4702-2" offset="1" style="stop-color:#004c91;stop-opacity:1"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlack" x1="4" x2="8" xlink:href="#vectorGradientBlack" y1="8" y2="16"/>
+
+ <linearGradient id="vectorGradientBlue">
+ <stop offset="0" style="stop-color:#a2d3ff"/>
+ <stop offset="1" style="stop-color:#004c91"/>
</linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlue" x1="4" x2="8" xlink:href="#vectorGradientBlue" y1="8" y2="16"/>
+
</defs>
-<g id="text_line_spacing" transform="translate(-480.0508118,-321.9877062)">
- <rect height="28" id="rect6696" style="fill:none" width="28" x="480.0508" y="321.9877"/>
- <g id="g7600" transform="translate(-787.9306,270.3015)">
- <g id="use3810" transform="matrix(0.684222,0,0,0.684222,1257.669,-36.0664)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="text2410" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient5857);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path5817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#646464;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path5828" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient5859);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <g id="text_line_spacing">
+
+ <!-- Black Letter -->
+ <g style="stroke-width:0.7px" transform="translate(7,-6)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlack);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#646464;stroke-linecap:round"/>
</g>
- <g id="g3813" transform="matrix(0.684211,0,0,0.684211,1257.617,-22.11736)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="path3815" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient12388);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path3817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#b2dafe;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path3819" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:url(#radialGradient12390);fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient12392);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <!-- Blue Letter -->
+ <g style="stroke-width:0.7px" transform="translate(7,8)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlue);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
</g>
- </g>
-</g>
+ </g>
</svg>
diff --git a/share/icons/text_rotation.svg b/share/icons/text_rotation.svg
index 8ec02441f..1a8080bf1 100644
--- a/share/icons/text_rotation.svg
+++ b/share/icons/text_rotation.svg
@@ -1,62 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="28.182023"
- height="27.999996"
+ width="28"
+ height="28"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
+
<defs id="defs3">
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <linearGradient id="vectorGradientBlack">
+ <stop offset="0" style="stop-color:#5a5a5a"/>
+ <stop offset="1" style="stop-color:black"/>
</linearGradient>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient5859" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient5704" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient12392" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient4698" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient12388" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient4698" y1="132.9464" y2="138.5"/>
- <radialGradient cx="35.25" cy="142.5244" fx="35.25" fy="142.5244" gradientTransform="matrix(1,0,0,0.153846,0,120.5976)" gradientUnits="userSpaceOnUse" id="radialGradient12390" inkscape:collect="always" r="3.25" xlink:href="#linearGradient4698"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5857" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient5704" y1="132.9464" y2="138.5"/>
- <linearGradient id="linearGradient4698">
- <stop id="stop4700-5" offset="0" style="stop-color:#a2d3ff;stop-opacity:1"/>
- <stop id="stop4702-2" offset="1" style="stop-color:#004c91;stop-opacity:1"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlack" x1="4" x2="8" xlink:href="#vectorGradientBlack" y1="8" y2="16"/>
+
+ <linearGradient id="vectorGradientBlue">
+ <stop offset="0" style="stop-color:#a2d3ff"/>
+ <stop offset="1" style="stop-color:#004c91"/>
</linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlue" x1="4" x2="8" xlink:href="#vectorGradientBlue" y1="8" y2="16"/>
+
</defs>
-<g id="text_rotation" transform="translate(-1354.42645,-85.64368)">
- <g id="g7699" transform="matrix(0.935775,0,0,0.933333,88.85183,7.069861)">
- <g id="g6769" transform="translate(-0.990112,0.559353)"/>
- <rect height="30" id="rect6775" style="fill:none" width="29.92172" x="1352.59" y="84.18627"/>
- </g>
- <g id="g7685" transform="matrix(0.9996731,0,0,1,2.594501,1.121155e-6)">
- <path d="M 1366.121,88.83886 1366.121,110.0337 M 1378.044,110.0737 1366.419,103.4487" id="path3005" inkscape:connector-curvature="0" sodipodi:nodetypes="cccc" style="color:#000000;fill:none;stroke:#000000;stroke-width:1.1707308;stroke-linecap:square"/>
- <g id="use11398" transform="matrix(0.684222018361782,0,0,0.684222018361782,1334.62939783486,2.18385792858308)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="text2410" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient5857);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path5817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#646464;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path5828" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient5859);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <g id="text_rotation">
+
+ <!-- Black Letter -->
+ <g style="stroke-width:0.7px">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlack);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#646464;stroke-linecap:round"/>
</g>
- <g id="use3744" transform="matrix(0.684211,0,0,0.684211,1257.617,-22.11736)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="path3815" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient12388);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path3817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#b2dafe;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path3819" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:url(#radialGradient12390);fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient12392);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <!-- Blue Letter -->
+ <g style="stroke-width:0.7px" transform="rotate(30,7,46)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlue);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
</g>
- </g>
- <g id="g7641" transform="matrix(0.935775,0,0,0.933333,167.3071,6.369855)">
- <rect height="30" id="rect15695" style="fill:none" width="29.92172" x="1268.75" y="84.93627"/>
- </g>
-</g>
+ <g style="fill:none;stroke:black;stroke-width:1.2px">
+ <path d="m 14,2 0,24"/>
+ <path d="m 14,20.4 12.1,7"/>
+ </g>
+
+ </g>
</svg>
diff --git a/share/icons/text_vert_kern.svg b/share/icons/text_vert_kern.svg
index 9868420da..0088ec008 100644
--- a/share/icons/text_vert_kern.svg
+++ b/share/icons/text_vert_kern.svg
@@ -1,58 +1,49 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- id="svg1"
- width="27.999998"
- height="27.99999"
+ width="28"
+ height="28"
>
- <sodipodi:namedview
- id="base"
- showgrid="true"
- gridspacingy="1pt"
- gridspacingx="1pt"
- gridoriginy="0pt"
- gridoriginx="0pt"
- />
+
<defs id="defs3">
- <linearGradient id="linearGradient5704">
- <stop id="stop5706" offset="0" style="stop-color:#5a5a5a;stop-opacity:1"/>
- <stop id="stop5708" offset="1" style="stop-color:#000000;stop-opacity:1"/>
+ <linearGradient id="vectorGradientBlack">
+ <stop offset="0" style="stop-color:#5a5a5a"/>
+ <stop offset="1" style="stop-color:black"/>
</linearGradient>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient5859" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient5704" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientTransform="translate(-1.5,7.5244)" gradientUnits="userSpaceOnUse" id="linearGradient12392" inkscape:collect="always" x1="34.5194" x2="42.18301" xlink:href="#linearGradient4698" y1="137.5165" y2="137.4738"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient12388" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient4698" y1="132.9464" y2="138.5"/>
- <radialGradient cx="35.25" cy="142.5244" fx="35.25" fy="142.5244" gradientTransform="matrix(1,0,0,0.153846,0,120.5976)" gradientUnits="userSpaceOnUse" id="radialGradient12390" inkscape:collect="always" r="3.25" xlink:href="#linearGradient4698"/>
- <linearGradient gradientUnits="userSpaceOnUse" id="linearGradient5857" inkscape:collect="always" x1="31.37247" x2="36.18673" xlink:href="#linearGradient5704" y1="132.9464" y2="138.5"/>
- <linearGradient id="linearGradient4698">
- <stop id="stop4700-5" offset="0" style="stop-color:#a2d3ff;stop-opacity:1"/>
- <stop id="stop4702-2" offset="1" style="stop-color:#004c91;stop-opacity:1"/>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlack" x1="4" x2="8" xlink:href="#vectorGradientBlack" y1="8" y2="16"/>
+
+ <linearGradient id="vectorGradientBlue">
+ <stop offset="0" style="stop-color:#a2d3ff"/>
+ <stop offset="1" style="stop-color:#004c91"/>
</linearGradient>
+ <linearGradient gradientUnits="userSpaceOnUse" id="linearGradientBlue" x1="4" x2="8" xlink:href="#vectorGradientBlue" y1="8" y2="16"/>
+
</defs>
-<g id="text_vert_kern" transform="translate(-1311.48375,-85.43628)">
- <g id="g7662" transform="matrix(0.935775,0,0,0.933333,85.72702,7.095784)">
- <rect height="30" id="rect6736" style="fill:none" width="29.92172" x="1309.884" y="83.93627"/>
- </g>
- <g id="g7648">
- <path d="M 1324.696,87.52091 1324.696,109.2329 M 1338.079,101.3851 1324.888,101.3851 M 1324.388,105.8851 1311.388,105.8851" id="path2221" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccc" style="color:#000000;fill:none;stroke:#000000;stroke-width:1.199;stroke-linecap:square" transform="translate(0.755145,1.059354)"/>
- <g id="use11392" transform="matrix(0.684222018361782,0,0,0.684222018361782,1293.97780783486,5.18385892858308)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="text2410" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient5857);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path5817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#646464;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path5828" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient5859);stroke-width:1.0000002px;stroke-linecap:round"/>
+
+ <g id="text_vert_kern">
+
+ <!-- Black Letter -->
+ <g style="stroke-width:0.7px" transform="translate(0,2)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlack);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#646464;stroke-linecap:round"/>
+ </g>
+
+ <!-- Blue Letter -->
+ <g style="stroke-width:0.7px" transform="translate(14,-2)">
+ <path d="m 5.29,7.21 h 3.42 l 4.49,12.29 h -2.8 l -0.66,-1.7 h -5.48 l -0.68,1.7 h -2.738 z m 3.76,8.19 -2.05,-5.79 -2.05,5.79 z" style="fill:url(#linearGradientBlue);stroke:black"/>
+ <path d="m 5.8,7.9 -4,10.9" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
+ <path d="m 9.3,16.1 -4.6,0" style="fill:none;stroke:#b2dafe;stroke-linecap:round"/>
</g>
- </g>
- <g id="use3728" transform="matrix(0.684211,0,0,0.684211,1308.155,0.673039999999997)">
- <path d="M 33,129.5 38,129.5 44.5,147.5 40.5,147.5 39.5,145 31.5,145 30.5,147.5 26.5,147.5 33,129.5 Z M 38.5,141.5 35.5,133 32.5,141.5 38.5,141.5 Z" id="path3815" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccc" style="fill:url(#linearGradient12388);stroke:#000000"/>
- <path d="M 33.5,130.5 28,146" id="path3817" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:#ffffff;fill-opacity:0.75;fill-rule:evenodd;stroke:#b2dafe;stroke-width:1.0000002px;stroke-linecap:round"/>
- <path d="M 38,142.5244 32.5,142.5244" id="path3819" inkscape:connector-curvature="0" sodipodi:nodetypes="cc" style="fill:url(#radialGradient12390);fill-opacity:0.75;fill-rule:evenodd;stroke:url(#linearGradient12392);stroke-width:1.0000002px;stroke-linecap:round"/>
- </g>
-</g>
+ <g style="fill:none;stroke:black;stroke-width:1.2px">
+ <path d="m 14,2 0,24"/>
+ <path d="m 0,22.4 14,0"/>
+ <path d="m 14,18.4 14,0"/>
+ </g>
+
+ </g>
</svg>
diff --git a/share/ui/select-toolbar.ui b/share/ui/select-toolbar.ui
index c9f488b87..1d20b8301 100644
--- a/share/ui/select-toolbar.ui
+++ b/share/ui/select-toolbar.ui
@@ -301,9 +301,7 @@
<toolitem action='TextRotationAction' />
<separator />
<toolitem action='TextWritingModeAction' />
- <separator />
<toolitem action='TextOrientationAction' />
- <separator />
<toolitem action='TextDirectionAction' />
</toolbar>
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d10e4ec25..7437f12ae 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -487,14 +487,14 @@ if(WIN32)
set(FILE_NAME inkscape)
set(PROGRAM_NAME Inkscape)
- set(PROGRAM_DESCRIPTION "Vector graphics editor")
+ set(PROGRAM_DESCRIPTION "Inkscape vector graphics editor")
configure_file(inkscape.rc ${CMAKE_BINARY_DIR}/src/inkscape.rc)
configure_file(inkscape-manifest.xml ${CMAKE_BINARY_DIR}/src/inkscape-manifest.xml)
list(APPEND main_SRC ${CMAKE_BINARY_DIR}/src/inkscape.rc)
set(FILE_NAME inkview)
set(PROGRAM_NAME Inkview)
- set(PROGRAM_DESCRIPTION "Vector graphics viewer")
+ set(PROGRAM_DESCRIPTION "Inkview vector graphics viewer")
configure_file(inkscape.rc ${CMAKE_BINARY_DIR}/src/inkview.rc)
configure_file(inkscape-manifest.xml ${CMAKE_BINARY_DIR}/src/inkview-manifest.xml)
list(APPEND view_SRC ${CMAKE_BINARY_DIR}/src/inkview.rc)
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 24a744bbd..8dfff3c63 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -746,24 +746,15 @@ Application::crash_handler (int /*signum*/)
*/
bool Application::load_menus()
{
- gchar *fn = Inkscape::IO::Resource::profile_path(MENUS_FILE);
+ using namespace Inkscape::IO::Resource;
+ Glib::ustring filename = get_filename(UIS, MENUS_FILE);
gchar *menus_xml = 0;
gsize len = 0;
- if ( g_file_get_contents(fn, &menus_xml, &len, NULL) ) {
- // load the menus_xml file
- _menus = sp_repr_read_mem(menus_xml, len, NULL);
-
- g_free(menus_xml);
- menus_xml = 0;
- }
- g_free(fn);
- fn = 0;
-
+ _menus = sp_repr_read_file(filename.c_str(), NULL);
if ( !_menus ) {
_menus = sp_repr_read_mem(menus_skeleton, MENUS_SKELETON_SIZE, NULL);
}
-
return (_menus != 0);
}
diff --git a/src/libcola/cola.cpp b/src/libcola/cola.cpp
index d553110b9..0009ef894 100644
--- a/src/libcola/cola.cpp
+++ b/src/libcola/cola.cpp
@@ -126,7 +126,7 @@ ConstrainedMajorizationLayout
Dij[i*n + j] = d;
if(i==j) continue;
double lij=0;
- if(d!=0 && !isinf(d)) {
+ if(d!=0 && !std::isinf(d)) {
lij=1./(d*d);
}
degree += lap2[i*n + j] = lij;
@@ -284,7 +284,7 @@ inline double ConstrainedMajorizationLayout
for (unsigned i = 1; i < n; i++) {
for (unsigned j = 0; j < i; j++) {
d = Dij[i*n+j];
- if(!isinf(d)&&d!=numeric_limits<double>::max()) {
+ if(!std::isinf(d)&&d!=numeric_limits<double>::max()) {
diff = d - euclidean_distance(i,j);
if(d>80&&diff<0) continue;
sum += diff*diff / (d*d);
diff --git a/src/libnrtype/FontFactory.cpp b/src/libnrtype/FontFactory.cpp
index fe0da45dc..5c6a96694 100644
--- a/src/libnrtype/FontFactory.cpp
+++ b/src/libnrtype/FontFactory.cpp
@@ -747,7 +747,10 @@ font_instance *font_factory::Face(PangoFontDescription *descr, bool canFail)
}
}
-#if HB_VERSION_ATLEAST(1,2,3)
+// TODO: Ideally, we should use the HB_VERSION_ATLEAST macro here,
+// but this was only released in harfbuzz >= 0.9.30
+// #if HB_VERSION_ATLEAST(1,2,3)
+#if HB_VERSION_MAJOR*10000 + HB_VERSION_MINOR*100 + HB_VERSION_MICRO >= 10203
// Find glyphs in OpenType substitution tables ('gsub').
// Note that pango's functions are just dummies. Must use harfbuzz.
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index ca337e6a7..4cafe85ac 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -16,308 +16,8 @@ static char const menus_skeleton[] =
" xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">\n"
"\n"
" <submenu name=\"" N_("_File") "\">\n"
-" <verb verb-id=\"FileNew\" />\n"
-" <verb verb-id=\"FileTemplates\" />\n"
-" <verb verb-id=\"FileOpen\" />\n"
-" <recent-file-list/>\n"
-" <verb verb-id=\"FileRevert\" />\n"
-" <verb verb-id=\"FileSave\" />\n"
-" <verb verb-id=\"FileSaveAs\" />\n"
-" <verb verb-id=\"FileSaveACopy\" />\n"
-" <verb verb-id=\"FileSaveTemplate\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"FileImport\" />\n"
-" <verb verb-id=\"DialogExport\" />\n"
-" <verb verb-id=\"FileImportFromOCAL\" />\n"
-//" <verb verb-id=\"FileExportToOCAL\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"FilePrint\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"FileVacuum\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogDocumentProperties\" />\n"
-//" <verb verb-id=\"DialogMetadata\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"FileClose\" />\n"
" <verb verb-id=\"FileQuit\" />\n"
" </submenu>\n"
-" <submenu name=\"" N_("_Edit") "\">\n"
-" <verb verb-id=\"EditUndo\" />\n"
-" <verb verb-id=\"EditRedo\" />\n"
-" <verb verb-id=\"DialogUndoHistory\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"EditCut\" />\n"
-" <verb verb-id=\"EditCopy\" />\n"
-" <verb verb-id=\"EditPaste\" />\n"
-" <verb verb-id=\"EditPasteInPlace\" />\n"
-" <verb verb-id=\"EditPasteStyle\" />\n"
-" <submenu name=\"" N_("Paste Si_ze") "\">\n"
-" <verb verb-id=\"EditPasteSize\" />\n"
-" <verb verb-id=\"EditPasteWidth\" />\n"
-" <verb verb-id=\"EditPasteHeight\" />\n"
-" <verb verb-id=\"EditPasteSizeSeparately\" />\n"
-" <verb verb-id=\"EditPasteWidthSeparately\" />\n"
-" <verb verb-id=\"EditPasteHeightSeparately\" />\n"
-" </submenu>\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogFind\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"EditDuplicate\" />\n"
-" <submenu name=\"" N_("Clo_ne") "\">\n"
-" <verb verb-id=\"EditClone\" />\n"
-" <verb verb-id=\"DialogClonetiler\" />\n"
-" <verb verb-id=\"EditUnlinkClone\" />\n"
-" <verb verb-id=\"EditUnlinkCloneRecursive\" />\n"
-" <verb verb-id=\"EditRelinkClone\" />\n"
-" <verb verb-id=\"EditCloneSelectOriginal\" />\n"
-" <verb verb-id=\"EditCloneOriginalPathLPE\" />\n"
-" </submenu>\n"
-" <verb verb-id=\"SelectionCreateBitmap\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"EditDelete\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"EditSelectAll\" />\n"
-" <verb verb-id=\"EditSelectAllInAllLayers\" />\n"
-" <submenu name=\"" N_("Select Sa_me") "\">\n"
-" <verb verb-id=\"EditSelectSameFillStroke\" />\n"
-" <verb verb-id=\"EditSelectSameFillColor\" />\n"
-" <verb verb-id=\"EditSelectSameStrokeColor\" />\n"
-" <verb verb-id=\"EditSelectSameStrokeStyle\" />\n"
-" <verb verb-id=\"EditSelectSameObjectType\" />\n"
-" </submenu>\n"
-" <verb verb-id=\"EditInvert\" />\n"
-" <verb verb-id=\"EditDeselect\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"FitCanvasToSelectionOrDrawing\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"EditGuidesAroundPage\" />\n"
-" <verb verb-id=\"EditGuidesToggleLock\" check=\"yes\" />\n"
-" <verb verb-id=\"EditRemoveAllGuides\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogXMLEditor\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogInput\" />\n"
-" <verb verb-id=\"DialogPreferences\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_View") "\">\n"
-" <submenu name=\"" N_("_Zoom") "\">\n"
-" <verb verb-id=\"ZoomIn\" />\n"
-" <verb verb-id=\"ZoomOut\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"Zoom1:0\" />\n"
-" <verb verb-id=\"Zoom1:2\" />\n"
-" <verb verb-id=\"Zoom2:1\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"ZoomSelection\" />\n"
-" <verb verb-id=\"ZoomDrawing\" />\n"
-" <verb verb-id=\"ZoomPage\" />\n"
-" <verb verb-id=\"ZoomPageWidth\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"ZoomPrev\" />\n"
-" <verb verb-id=\"ZoomNext\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Display mode") "\">\n"
-" <verb verb-id=\"ViewModeToggle\"/>\n"
-" <verb verb-id=\"ViewModeNormal\" radio=\"yes\" default=\"yes\"/>\n"
-" <verb verb-id=\"ViewModeNoFilters\" radio=\"yes\"/>\n"
-" <verb verb-id=\"ViewModeOutline\" radio=\"yes\"/>\n"
-// Better location in menu needs to be found
-//" <verb verb-id=\"ViewModePrintColorsPreview\" radio=\"yes\"/>\n"
-//" <verb verb-id=\"DialogPrintColorsPreview\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Color display mode") "\">\n"
-" <verb verb-id=\"ViewColorModeToggle\"/>\n"
-" <verb verb-id=\"ViewColorModeNormal\" radio=\"yes\" default=\"yes\"/>\n"
-" <verb verb-id=\"ViewColorModeGrayscale\" radio=\"yes\"/>\n"
-// Better location in menu needs to be found
-//" <verb verb-id=\"ViewColorModePrintColorsPreview\" radio=\"yes\"/>\n"
-//" <verb verb-id=\"DialogPrintColorsPreview\" />\n"
-" </submenu>\n"
-" <separator/>\n"
-" <verb verb-id=\"ToggleGrid\" check=\"yes\" />\n"
-" <verb verb-id=\"ToggleGuides\" check=\"yes\" />\n"
-" <verb verb-id=\"ViewCmsToggle\" check=\"yes\" />\n"
-" <separator/>\n"
-" <submenu name=\"" N_("Sh_ow/Hide") "\">\n"
-" <objects-checkboxes/>\n"
-" </submenu>\n"
-" <verb verb-id=\"DialogsToggle\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogSwatches\" />\n"
-" <verb verb-id=\"DialogDebug\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"PrevWindow\" />\n"
-" <verb verb-id=\"NextWindow\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"ViewIconPreview\" />\n"
-" <verb verb-id=\"ViewNew\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"FullScreen\" />\n"
-" <separator/>\n"
-" <task-checkboxes/>\n"
-// Not quite ready to be in the menus.
-// " <verb verb-id=\"FocusToggle\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Layer") "\">\n"
-" <verb verb-id=\"LayerNew\" />\n"
-" <verb verb-id=\"LayerRename\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"LayerToggleHide\" />\n"
-" <verb verb-id=\"LayerToggleLock\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"LayerNext\" />\n"
-" <verb verb-id=\"LayerPrev\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"LayerMoveToNext\" />\n"
-" <verb verb-id=\"LayerMoveToPrev\" />\n"
-" <verb verb-id=\"LayerMoveTo\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"LayerRaise\" />\n"
-" <verb verb-id=\"LayerLower\" />\n"
-" <verb verb-id=\"LayerToTop\" />\n"
-" <verb verb-id=\"LayerToBottom\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"LayerDuplicate\" />\n"
-" <verb verb-id=\"LayerDelete\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogLayers\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Object") "\">\n"
-" <verb verb-id=\"DialogObjects\" />\n"
-" <verb verb-id=\"DialogTags\" />\n"
-" <verb verb-id=\"DialogStyle\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogFillStroke\" />\n"
-" <verb verb-id=\"DialogObjectProperties\" />\n"
-" <verb verb-id=\"DialogSymbols\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionGroup\" />\n"
-" <verb verb-id=\"SelectionUnGroup\" />\n"
-" <verb verb-id=\"SelectionUnGroupPopSelection\" />\n"
-" <separator/>\n"
-" <submenu name=\"" N_("Cli_p") "\">\n"
-" <verb verb-id=\"ObjectSetClipPath\" />\n"
-" <verb verb-id=\"ObjectUnSetClipPath\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("Mas_k") "\">\n"
-" <verb verb-id=\"ObjectSetMask\" />\n"
-" <verb verb-id=\"ObjectUnSetMask\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("Patter_n") "\">\n"
-" <verb verb-id=\"ObjectsToPattern\" />\n"
-" <verb verb-id=\"ObjectsFromPattern\" />\n"
-" </submenu>\n"
-" <verb verb-id=\"ObjectsToMarker\" />\n"
-" <verb verb-id=\"ObjectsToGuides\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionRaise\" />\n"
-" <verb verb-id=\"SelectionLower\" />\n"
-" <verb verb-id=\"SelectionToFront\" />\n"
-" <verb verb-id=\"SelectionToBack\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"ObjectRotate90\" />\n"
-" <verb verb-id=\"ObjectRotate90CCW\" />\n"
-" <verb verb-id=\"ObjectFlipHorizontally\" />\n"
-" <verb verb-id=\"ObjectFlipVertically\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"UnhideAll\" />\n"
-" <verb verb-id=\"UnlockAll\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogTransform\" />\n"
-" <verb verb-id=\"DialogAlignDistribute\" />\n"
-" <verb verb-id=\"DialogArrange\" />\n"
-" <verb verb-id=\"DialogPrototype\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Path") "\">\n"
-" <verb verb-id=\"ObjectToPath\" />\n"
-" <verb verb-id=\"StrokeToPath\" />\n"
-
-#if HAVE_POTRACE
-" <verb verb-id=\"SelectionTrace\" />\n"
-#endif
-
-" <verb verb-id=\"SelectionPixelArt\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionUnion\" show-icon=\"yes\" />\n"
-" <verb verb-id=\"SelectionDiff\" show-icon=\"yes\" />\n"
-" <verb verb-id=\"SelectionIntersect\" show-icon=\"yes\" />\n"
-" <verb verb-id=\"SelectionSymDiff\" show-icon=\"yes\"/>\n"
-" <verb verb-id=\"SelectionDivide\" show-icon=\"yes\"/>\n"
-" <verb verb-id=\"SelectionCutPath\" show-icon=\"yes\"/>\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionCombine\" show-icon=\"yes\"/>\n"
-" <verb verb-id=\"SelectionBreakApart\" show-icon=\"yes\"/>\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionInset\" show-icon=\"yes\"/>\n"
-" <verb verb-id=\"SelectionOffset\" show-icon=\"yes\"/>\n"
-" <verb verb-id=\"SelectionDynOffset\" show-icon=\"yes\"/>\n"
-" <verb verb-id=\"SelectionLinkedOffset\" show-icon=\"yes\"/>\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionSimplify\" />\n"
-" <verb verb-id=\"SelectionReverse\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogLivePathEffect\" />\n"
-" <verb verb-id=\"PasteLivePathEffect\" />\n"
-" <verb verb-id=\"RemoveLivePathEffect\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Text") "\">\n"
-" <verb verb-id=\"DialogText\" />\n"
-" <verb verb-id=\"DialogSVGFonts\" />\n"
-" <verb verb-id=\"DialogGlyphs\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionTextToPath\" />\n"
-" <verb verb-id=\"SelectionTextFromPath\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"ObjectFlowText\" />\n"
-" <verb verb-id=\"ObjectUnFlowText\" />\n"
-" <verb verb-id=\"ObjectFlowtextToText\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"SelectionTextRemoveKerns\" />\n"
-#ifdef HAVE_ASPELL
-" <separator/>\n"
-" <verb verb-id=\"DialogSpellcheck\" />\n"
-#endif
-" </submenu>\n"
-" <submenu name=\"" N_("Filter_s") "\">\n"
-" <filters-list/>\n"
-" <separator/>\n"
-" <verb verb-id=\"DialogFilterEffects\" />\n"
-" <verb verb-id=\"RemoveFilter\" />\n"
-" </submenu>\n"
-" <submenu name=\"" N_("Exte_nsions") "\">\n"
-" <verb verb-id=\"EffectLast\" />\n"
-" <verb verb-id=\"EffectLastPref\" />\n"
-" <separator/>\n"
-" <effects-list/>\n"
-" </submenu>\n"
-" <submenu name=\"" N_("_Help") "\">\n"
-" <verb verb-id=\"org.inkscape.help.manual\" />\n"
-" <verb verb-id=\"org.inkscape.help.keys\" />\n"
-" <verb verb-id=\"org.inkscape.help.askaquestion\" />\n"
-" <submenu name=\"" N_("Tutorials") "\">\n"
-" <verb verb-id=\"TutorialsBasic\" />\n"
-" <verb verb-id=\"TutorialsShapes\" />\n"
-" <verb verb-id=\"TutorialsAdvanced\" />\n"
-#if HAVE_POTRACE
-" <verb verb-id=\"TutorialsTracing\" />\n"
-#endif
-" <verb verb-id=\"TutorialsTracingPixelArt\" />\n"
-" <verb verb-id=\"TutorialsCalligraphy\" />\n"
-" <verb verb-id=\"TutorialsInterpolate\" />\n"
-" <verb verb-id=\"TutorialsDesign\" />\n"
-" <verb verb-id=\"TutorialsTips\" />\n"
-" </submenu>\n"
-//" <verb verb-id=\"org.inkscape.dialogs.extensioneditor\" />\n"
-" <verb verb-id=\"org.inkscape.help.commandline\" />\n"
-" <verb verb-id=\"org.inkscape.help.faq\" />\n"
-" <verb verb-id=\"org.inkscape.help.relnotes\" />\n"
-" <verb verb-id=\"org.inkscape.help.reportabug\" />\n"
-" <verb verb-id=\"org.inkscape.help.svgspec\" />\n"
-" <separator/>\n"
-" <verb verb-id=\"HelpAboutMemory\" />\n"
-" <verb verb-id=\"HelpAbout\" />\n"
-//" <verb verb-id=\"ShowLicense\" />\n"
-" </submenu>\n"
"</inkscape>\n";
#define MENUS_SKELETON_SIZE (sizeof(menus_skeleton) - 1)
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt
index 789378e0c..efdb279b4 100644
--- a/src/ui/CMakeLists.txt
+++ b/src/ui/CMakeLists.txt
@@ -147,6 +147,7 @@ set(ui_SRC
widget/licensor.cpp
widget/notebook-page.cpp
widget/object-composite-settings.cpp
+ widget/ink-select-one-action.cpp
widget/page-sizer.cpp
widget/panel.cpp
widget/point.cpp
@@ -339,6 +340,7 @@ set(ui_SRC
widget/licensor.h
widget/notebook-page.h
widget/object-composite-settings.h
+ widget/ink-select-one-action.h
widget/page-sizer.h
widget/panel.h
widget/point.h
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp
index 7d51653db..2765e63f4 100644
--- a/src/ui/dialog/document-properties.cpp
+++ b/src/ui/dialog/document-properties.cpp
@@ -207,7 +207,7 @@ DocumentProperties::~DocumentProperties()
* widget in columns 2-3; (non-0, 0) means label in columns 1-3; and
* (non-0, non-0) means two widgets in columns 2 and 3.
*/
-inline void attach_all(Gtk::Grid &table, Gtk::Widget *const arr[], unsigned const n, int start = 0, int docum_prop_flag = 0)
+inline void attach_all(Gtk::Grid &table, Gtk::Widget *const arr[], unsigned const n, int start = 0, int docum_prop_flag = 0, bool indent = false)
{
for (unsigned i = 0, r = start; i < n; i += 2) {
if (arr[i] && arr[i+1]) {
@@ -226,7 +226,7 @@ inline void attach_all(Gtk::Grid &table, Gtk::Widget *const arr[], unsigned cons
}
if (docum_prop_flag) {
// this sets the padding for subordinate widgets on the "Page" page
- if( i==(n-8) || i==(n-10) ) {
+ if( indent && (i==(n-6) || i==(n-4) || i==(n-2)) ) {
arr[i+1]->set_hexpand();
#if WITH_GTKMM_3_12
arr[i+1]->set_margin_start(20);
@@ -305,29 +305,47 @@ void DocumentProperties::build_page()
Gtk::Widget *const widget_array[] =
{
- label_gen, 0,
- 0, &_rum_deflt,
- //label_col, 0,
- //_rcp_bg._label, &_rcp_bg,
- 0, 0,
- label_for, 0,
- 0, &_page_sizer,
- 0, 0,
- label_bkg, 0,
- 0, &_rcb_checkerboard,
- _rcp_bg._label, &_rcp_bg,
- label_bdr, 0,
- 0, &_rcb_canb,
- 0, &_rcb_bord,
- 0, &_rcb_shad,
- _rcp_bord._label, &_rcp_bord,
- label_dsp, 0,
- 0, &_rcb_antialias,
+ label_gen, 0,
+ 0, &_rum_deflt,
+ //label_col, 0,
+ //_rcp_bg._label, &_rcp_bg,
+ 0, 0,
+ label_for, 0,
+ 0, &_page_sizer,
+ 0, 0,
+ &_rcb_doc_props_left, &_rcb_doc_props_right,
};
+ attach_all(_page_page->table(), widget_array, G_N_ELEMENTS(widget_array),0,1);
+ _rcp_bg_col.pack_start(*_rcp_bg._label, false, false, 2);
+ _rcp_bg_col.pack_start(_rcp_bg, false, false, 2);
+ Gtk::Widget *const widget_array_left[] =
+ {
+ label_bkg, 0,
+ 0, &_rcb_checkerboard,
+ 0, &_rcp_bg_col,
+ label_dsp, 0,
+ 0, &_rcb_antialias,
+ };
+
+ attach_all(_rcb_doc_props_left, widget_array_left, G_N_ELEMENTS(widget_array_left),0,1);
+ _rcp_bord_col.pack_start(*_rcp_bord._label, false, false, 2);
+ _rcp_bord_col.pack_start(_rcp_bord, false, false, 2);
+ Gtk::Widget *const widget_array_right[] =
+ {
+ label_bdr, 0,
+ 0, &_rcb_canb,
+ 0, &_rcb_bord,
+ 0, &_rcb_shad,
+ 0, &_rcp_bord_col,
+ };
+
+ attach_all(_rcb_doc_props_right, widget_array_right, G_N_ELEMENTS(widget_array_right),0,1, true);
+
std::list<Gtk::Widget*> _slaveList;
_slaveList.push_back(&_rcb_bord);
_slaveList.push_back(&_rcb_shad);
+ _slaveList.push_back(&_rcp_bord_col);
_rcb_canb.setSlaveWidgets(_slaveList);
attach_all(_page_page->table(), widget_array, G_N_ELEMENTS(widget_array),0,1);
diff --git a/src/ui/dialog/document-properties.h b/src/ui/dialog/document-properties.h
index 8d1c6b38a..fe0e1864e 100644
--- a/src/ui/dialog/document-properties.h
+++ b/src/ui/dialog/document-properties.h
@@ -117,6 +117,10 @@ protected:
UI::Widget::Registry _wr;
//---------------------------------------------------------------
+ Gtk::Grid _rcb_doc_props_left;
+ Gtk::Grid _rcb_doc_props_right;
+ Gtk::Box _rcp_bg_col;
+ Gtk::Box _rcp_bord_col;
UI::Widget::RegisteredCheckButton _rcb_antialias;
UI::Widget::RegisteredCheckButton _rcb_checkerboard;
UI::Widget::RegisteredCheckButton _rcb_canb;
diff --git a/src/ui/interface.cpp b/src/ui/interface.cpp
index a0ee5c72b..bbbd71ab8 100644
--- a/src/ui/interface.cpp
+++ b/src/ui/interface.cpp
@@ -481,7 +481,12 @@ static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *men
GtkWidget *label = gtk_accel_label_new(action->name);
gtk_label_set_markup_with_mnemonic( GTK_LABEL(label), action->name);
gtk_label_set_use_underline(GTK_LABEL(label), true);
+
+#if GTK_CHECK_VERSION(3,16,0)
gtk_label_set_xalign(GTK_LABEL(label), 0.0);
+#else
+ gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
+#endif
GtkAccelGroup *accel_group = sp_shortcut_get_accel_group();
gtk_menu_set_accel_group(menu, accel_group);
diff --git a/src/ui/object-edit.cpp b/src/ui/object-edit.cpp
index 81f0b92c0..a2b6a2de0 100644
--- a/src/ui/object-edit.cpp
+++ b/src/ui/object-edit.cpp
@@ -1293,6 +1293,12 @@ public:
virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
};
+class SpiralKnotHolderEntityCenter : public KnotHolderEntity {
+public:
+ virtual Geom::Point knot_get() const;
+ virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, unsigned int state);
+};
+
/*
* set attributes via inner (t=t0) knot point:
@@ -1425,6 +1431,20 @@ SpiralKnotHolderEntityOuter::knot_set(Geom::Point const &p, Geom::Point const &/
spiral->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
+void
+SpiralKnotHolderEntityCenter::knot_set(Geom::Point const &p, Geom::Point const &/*origin*/, unsigned int state)
+{
+ SPSpiral *spiral = dynamic_cast<SPSpiral *>(item);
+ g_assert(spiral != NULL);
+
+ Geom::Point const s = snap_knot_position(p, state);
+
+ spiral->cx = s[Geom::X];
+ spiral->cy = s[Geom::Y];
+
+ spiral->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
+}
+
Geom::Point
SpiralKnotHolderEntityInner::knot_get() const
{
@@ -1443,6 +1463,15 @@ SpiralKnotHolderEntityOuter::knot_get() const
return spiral->getXY(1.0);
}
+Geom::Point
+SpiralKnotHolderEntityCenter::knot_get() const
+{
+ SPSpiral const *spiral = dynamic_cast<SPSpiral const *>(item);
+ g_assert(spiral != NULL);
+
+ return Geom::Point(spiral->cx, spiral->cy);
+}
+
void
SpiralKnotHolderEntityInner::knot_click(unsigned int state)
{
@@ -1461,9 +1490,26 @@ SpiralKnotHolderEntityInner::knot_click(unsigned int state)
SpiralKnotHolder::SpiralKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolderReleasedFunc relhandler) :
KnotHolder(desktop, item, relhandler)
{
+ SpiralKnotHolderEntityCenter *entity_center = new SpiralKnotHolderEntityCenter();
SpiralKnotHolderEntityInner *entity_inner = new SpiralKnotHolderEntityInner();
SpiralKnotHolderEntityOuter *entity_outer = new SpiralKnotHolderEntityOuter();
+ // NOTE: entity_central and entity_inner can overlap.
+ //
+ // In that case it would be a problem if the center control point was ON
+ // TOP because it would steal the mouse focus and the user would loose the
+ // ability to access the inner control point using only the mouse.
+ //
+ // However if the inner control point is ON TOP, taking focus, the
+ // situation is a lot better: the user can still move the inner control
+ // point with the mouse to regain access to the center control point.
+ //
+ // So, create entity_inner AFTER entity_center; this ensures that
+ // entity_inner gets rendered ON TOP.
+ entity_center->create(desktop, item, this, Inkscape::CTRL_TYPE_POINT,
+ _("Drag to move the spiral"),
+ SP_KNOT_SHAPE_CROSS);
+
entity_inner->create(desktop, item, this, Inkscape::CTRL_TYPE_SHAPER,
_("Roll/unroll the spiral from <b>inside</b>; with <b>Ctrl</b> to snap angle; "
"with <b>Alt</b> to converge/diverge"));
@@ -1472,6 +1518,7 @@ SpiralKnotHolder::SpiralKnotHolder(SPDesktop *desktop, SPItem *item, SPKnotHolde
_("Roll/unroll the spiral from <b>outside</b>; with <b>Ctrl</b> to snap angle; "
"with <b>Shift</b> to scale/rotate; with <b>Alt</b> to lock radius"));
+ entity.push_back(entity_center);
entity.push_back(entity_inner);
entity.push_back(entity_outer);
diff --git a/src/ui/widget/ink-select-one-action.cpp b/src/ui/widget/ink-select-one-action.cpp
new file mode 100644
index 000000000..40bafecc2
--- /dev/null
+++ b/src/ui/widget/ink-select-one-action.cpp
@@ -0,0 +1,239 @@
+/*
+ * Authors:
+ * Tavmjong Bah <tavmjong@free.fr>
+ *
+ * Copyright (C) 2017 Tavmjong Bah
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+
+/** \file
+ An action (menu/toolbar item) that allows selecting one choice out of many.
+
+ The choices may be displayed as:
+
+ 1. A group of items in a toolbar with labels and/or icons.
+ 2. As a drop-down menu with a labels and/or icons.
+*/
+
+#include "ink-select-one-action.h"
+
+#include <iostream>
+#include <gtkmm/toolitem.h>
+#include <gtkmm/menuitem.h>
+#include <gtkmm/radioaction.h>
+#include <gtkmm/radiomenuitem.h>
+#include <gtkmm/combobox.h>
+#include <gtkmm/menu.h>
+#include <gtkmm/box.h>
+#include <gtkmm/label.h>
+#include <gtkmm/image.h>
+
+InkSelectOneAction* InkSelectOneAction::create(const Glib::ustring &name,
+ const Glib::ustring &label,
+ const Glib::ustring &tooltip,
+ const Glib::ustring &stock_id,
+ Glib::RefPtr<Gtk::ListStore> store ) {
+
+ return new InkSelectOneAction(name, label, tooltip, stock_id, store);
+}
+
+InkSelectOneAction::InkSelectOneAction (const Glib::ustring &name,
+ const Glib::ustring &label,
+ const Glib::ustring &tooltip,
+ const Glib::ustring &stock_id,
+ Glib::RefPtr<Gtk::ListStore> store ) :
+ Gtk::Action(name, stock_id, label, tooltip),
+ _name( name ),
+ _label( label ),
+ _tooltip( tooltip ),
+ _stock_id( stock_id ),
+ _store (store),
+ _use_radio (true),
+ _use_label (true),
+ _use_icon (true),
+ _icon_size ( Gtk::ICON_SIZE_LARGE_TOOLBAR ),
+ _combobox (nullptr),
+ _radioaction (nullptr),
+ _menuitem (nullptr)
+{
+}
+
+void InkSelectOneAction::set_active (gint active) {
+
+ if (_active != active) {
+
+ _active = active;
+
+ if (_combobox) {
+ _combobox->set_active (active);
+ }
+
+ if (_radioaction) {
+ _radioaction->set_current_value (active);
+ }
+
+ if (active < _radiomenuitems.size()) {
+ _radiomenuitems[ active ]->set_active();
+ }
+ }
+}
+
+Gtk::Widget* InkSelectOneAction::create_menu_item_vfunc() {
+
+ if (_menuitem == nullptr) {
+
+ _menuitem = Gtk::manage (new Gtk::MenuItem);
+ Gtk::Menu *menu = Gtk::manage (new Gtk::Menu);
+
+ Gtk::RadioButton::Group group;
+ int index = 0;
+ auto children = _store->children();
+ for (auto iter = children.begin(); iter != children.end(); ++iter) {
+ Gtk::TreeModel::Row row = *iter;
+
+ InkSelectOneActionColumns columns;
+ Glib::ustring label = row[columns.col_label ];
+ Glib::ustring icon = row[columns.col_icon ];
+ Glib::ustring tooltip = row[columns.col_tooltip ];
+ bool sensitive = row[columns.col_sensitive ];
+
+ Gtk::RadioMenuItem* button = Gtk::manage(new Gtk::RadioMenuItem(group));
+ button->set_label (label);
+ button->set_tooltip_text( tooltip );
+ button->set_sensitive( sensitive );
+
+ button->signal_toggled().connect( sigc::bind<0>(
+ sigc::mem_fun(*this, &InkSelectOneAction::on_toggled_radiomenu), index++)
+ );
+
+ menu->add (*button);
+
+ _radiomenuitems.push_back( button );
+ }
+
+ if ( _active < _radiomenuitems.size()) {
+ _radiomenuitems[ _active ]->set_active();
+ }
+
+ _menuitem->set_submenu (*menu);
+ _menuitem->show_all();
+ }
+
+ return _menuitem;
+}
+
+
+Gtk::Widget* InkSelectOneAction::create_tool_item_vfunc() {
+ // Either a group of radio actions or a combobox with labels and/or icons.
+
+ Gtk::ToolItem *tool_item = new Gtk::ToolItem;
+
+ if (_use_radio) {
+ // Create radio actions (note: these are not radio buttons).
+
+ Gtk::Box* box = Gtk::manage(new Gtk::Box());
+ tool_item->add (*box);
+
+ Gtk::RadioAction::Group group;
+ int index = 0;
+ auto children = _store->children();
+ for (auto iter = children.begin(); iter != children.end(); ++iter) {
+ Gtk::TreeModel::Row row = *iter;
+
+ InkSelectOneActionColumns columns;
+ Glib::ustring label = row[columns.col_label ];
+ Glib::ustring icon = row[columns.col_icon ];
+ Glib::ustring tooltip = row[columns.col_tooltip ];
+ bool sensitive = row[columns.col_sensitive];
+ Glib::RefPtr<Gtk::RadioAction> action;
+ if (_use_icon) {
+ action =
+ Gtk::RadioAction::create_with_icon_name (group, "Anonymous", icon, label, tooltip);
+ } else {
+ action =
+ Gtk::RadioAction::create (group, "Anonymous", label, tooltip);
+ }
+ action->set_property( "value", index++ ); // To identify uniquely each radioaction.
+ action->set_sensitive( sensitive );
+
+ // Save first action for use in setting/getting active value.
+ if (!_radioaction) {
+ _radioaction = action;
+ }
+
+ Gtk::ToolItem* item = action->create_tool_item();
+ box->add (*item);
+ }
+
+ _radioaction->signal_changed().connect( sigc::mem_fun(*this, &InkSelectOneAction::on_changed_radioaction));
+
+ } else {
+ // Create combobox
+
+ _combobox = Gtk::manage (new Gtk::ComboBox());
+ _combobox->set_model(_store);
+
+ InkSelectOneActionColumns columns;
+ if (_use_icon ) {
+ Gtk::CellRendererPixbuf *renderer = new Gtk::CellRendererPixbuf;
+ renderer->set_property ("stock_size", Gtk::ICON_SIZE_LARGE_TOOLBAR);
+ _combobox->pack_start (*renderer, false);
+ _combobox->add_attribute (*renderer, "icon_name", columns.col_icon );
+ }
+
+ if (_use_label) {
+ _combobox->pack_start(columns.col_label);
+ }
+
+ std::vector<Gtk::CellRenderer*> cells = _combobox->get_cells();
+ for (auto iter = cells.begin(); iter!= cells.end(); ++iter) {
+ _combobox->add_attribute (**iter, "sensitive", columns.col_sensitive);
+ }
+
+ _combobox->set_active (_active);
+
+ _combobox->signal_changed().connect(
+ sigc::mem_fun(*this, &InkSelectOneAction::on_changed_combobox));
+
+ tool_item->add (*_combobox);
+ }
+
+ tool_item->show_all();
+
+ return tool_item;
+}
+
+void InkSelectOneAction::on_changed_combobox() {
+
+ set_active( _combobox->get_active_row_number() );
+ _changed.emit (_active);
+}
+
+void InkSelectOneAction::on_changed_radioaction(const Glib::RefPtr<Gtk::RadioAction>& current) {
+
+ set_active( current->get_current_value() );
+ _changed.emit (_active);
+}
+
+void InkSelectOneAction::on_toggled_radiomenu(int n) {
+
+ // toggled emitted twice, first for button toggled off, second for button toggled on.
+ // We want to react only to the button turned on.
+ if ( n < _radiomenuitems.size() &&_radiomenuitems[ n ]->get_active()) {
+ set_active ( n );
+ _changed.emit (_active);
+ }
+}
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
diff --git a/src/ui/widget/ink-select-one-action.h b/src/ui/widget/ink-select-one-action.h
new file mode 100644
index 000000000..194ca8027
--- /dev/null
+++ b/src/ui/widget/ink-select-one-action.h
@@ -0,0 +1,131 @@
+#ifndef SEEN_INK_SELECT_ONE_ACTION
+#define SEEN_INK_SELECT_ONE_ACTION
+
+/*
+ * Authors:
+ * Tavmjong Bah <tavmjong@free.fr>
+ *
+ * Copyright (C) 2017 Tavmjong Bah
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+/**
+ An action (menu/toolbar item) that allows selecting one choice out of many.
+
+ The choices may be displayed as:
+
+ 1. A group of items in a toolbar with labels and/or icons.
+ 2. As a drop-down menu with a labels and/or icons.
+*/
+
+#include <gtkmm/action.h>
+#include <gtkmm/liststore.h>
+#include <sigc++/sigc++.h>
+#include <vector>
+
+namespace Gtk {
+class ComboBox;
+class RadioAction;
+class MenuItem;
+class RadioMenuItem;
+}
+
+class InkSelectOneActionColumns : public Gtk::TreeModel::ColumnRecord {
+
+public:
+ InkSelectOneActionColumns() {
+ add (col_label);
+ add (col_icon);
+ add (col_tooltip);
+ add (col_sensitive);
+ }
+ Gtk::TreeModelColumn<Glib::ustring> col_label;
+ Gtk::TreeModelColumn<Glib::ustring> col_icon;
+ Gtk::TreeModelColumn<Glib::ustring> col_tooltip;
+ Gtk::TreeModelColumn<bool> col_sensitive;
+};
+
+
+class InkSelectOneAction : public Gtk::Action {
+
+public:
+
+ static InkSelectOneAction* create(const Glib::ustring &name,
+ const Glib::ustring &label,
+ const Glib::ustring &tooltip,
+ const Glib::ustring &stock_id,
+ Glib::RefPtr<Gtk::ListStore> store );
+
+ /* Style of action */
+ void use_radio( bool use_radio ) { _use_radio = use_radio; }
+ void use_label( bool use_label ) { _use_label = use_label; }
+ void use_icon( bool use_icon ) { _use_icon = use_icon; }
+
+ gint get_active() { return _active; }
+ void set_active( gint active );
+ void set_icon_size( Gtk::BuiltinIconSize size ) { _icon_size = size; }
+
+ Glib::RefPtr<Gtk::ListStore> get_store() { return _store; }
+
+ sigc::signal<void, int> signal_changed() { return _changed; }
+
+protected:
+
+ virtual Gtk::Widget* create_menu_item_vfunc();
+ virtual Gtk::Widget* create_tool_item_vfunc();
+
+ /* Signals */
+ sigc::signal<void, int> _changed;
+
+private:
+
+ Glib::ustring _name;
+ Glib::ustring _label;
+ Glib::ustring _tooltip;
+ Glib::ustring _stock_id;
+ Glib::RefPtr<Gtk::ListStore> _store;
+
+ gint _active; /* Active menu item/button */
+
+ /* Style */
+ bool _use_radio; // Applies to tool item only
+ bool _use_label;
+ bool _use_icon; // Applies to menu item only
+ Gtk::BuiltinIconSize _icon_size;
+
+ /* Combobox in tool */
+ Gtk::ComboBox* _combobox;
+
+ /* Need to track one action to get active action. */
+ Glib::RefPtr<Gtk::RadioAction> _radioaction;
+
+ Gtk::MenuItem* _menuitem;
+ std::vector<Gtk::RadioMenuItem*> _radiomenuitems;
+
+ /* Internal Callbacks */
+ void on_changed_combobox();
+ void on_changed_radioaction(const Glib::RefPtr<Gtk::RadioAction>& current);
+ void on_toggled_radiomenu(int n);
+
+ InkSelectOneAction (const Glib::ustring &name,
+ const Glib::ustring &label,
+ const Glib::ustring &tooltip,
+ const Glib::ustring &stock_id,
+ Glib::RefPtr<Gtk::ListStore> store );
+
+};
+
+
+#endif /* SEEN_INK_SELECT_ONE_ACTION */
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :
diff --git a/src/ui/widget/page-sizer.cpp b/src/ui/widget/page-sizer.cpp
index bb88536d5..3ec6a2b9f 100644
--- a/src/ui/widget/page-sizer.cpp
+++ b/src/ui/widget/page-sizer.cpp
@@ -225,7 +225,7 @@ PageSizer::PageSizer(Registry & _wr)
_marginBottom( _("Botto_m:"), _("Bottom margin"), "fit-margin-bottom", _wr),
_lockMarginUpdate(false),
_scaleX(_("Scale _x:"), _("Scale X"), "scale-x", _wr),
- _scaleY(_("Scale _y:"), _("Scale Y"), "scale-y", _wr),
+ _scaleY(_("Scale _y:"), _("While SVG allows non-uniform scaling it is recommended to use only uniform scaling in Inkscape. To set a non-uniform scaling, set the 'viewBox' directly."), "scale-y", _wr),
_lockScaleUpdate(false),
_viewboxX(_("X:"), _("X"), "viewbox-x", _wr),
_viewboxY(_("Y:"), _("Y"), "viewbox-y", _wr),
@@ -416,13 +416,9 @@ PageSizer::PageSizer(Registry & _wr)
_scaleTable.attach(_scaleY, 1, 0, 1, 1);
_scaleTable.attach(_scaleLabel, 2, 0, 1, 1);
- _scaleTable.attach(_scaleWarning, 0, 1, 2, 1);
_viewboxExpander.set_hexpand();
_viewboxExpander.set_vexpand();
_scaleTable.attach(_viewboxExpander, 0, 2, 2, 1);
-
- _scaleWarning.set_label(_("While SVG allows non-uniform scaling it is recommended to use only uniform scaling in Inkscape. To set a non-uniform scaling, set the 'viewBox' directly."));
- _scaleWarning.set_line_wrap( true );
_viewboxExpander.set_use_underline();
_viewboxExpander.set_label(_("_Viewbox..."));
diff --git a/src/ui/widget/page-sizer.h b/src/ui/widget/page-sizer.h
index d0655fb0e..f84f96782 100644
--- a/src/ui/widget/page-sizer.h
+++ b/src/ui/widget/page-sizer.h
@@ -238,7 +238,6 @@ protected:
Gtk::Grid _scaleTable;
Gtk::Label _scaleLabel;
- Gtk::Label _scaleWarning;
RegisteredScalar _scaleX;
RegisteredScalar _scaleY;
bool _lockScaleUpdate;
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp
index 272125631..0c0e75ad0 100644
--- a/src/widgets/text-toolbar.cpp
+++ b/src/widgets/text-toolbar.cpp
@@ -37,7 +37,6 @@
#include "document-undo.h"
#include "document.h"
#include "widgets/ege-adjustment-action.h"
-#include "widgets/ege-select-one-action.h"
#include "ink-radio-action.h"
#include "ink-toggle-action.h"
#include "widgets/ink-comboboxentry-action.h"
@@ -54,6 +53,7 @@
#include "ui/icon-names.h"
#include "ui/tools/text-tool.h"
#include "ui/widget/unit-tracker.h"
+#include "ui/widget/ink-select-one-action.h"
#include "verbs.h"
using Inkscape::DocumentUndo;
@@ -435,7 +435,7 @@ static void sp_text_script_changed( InkToggleAction* act, GObject *tbl )
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) );
}
-static void sp_text_align_mode_changed( EgeSelectOneAction *act, GObject *tbl )
+static void sp_text_align_mode_changed( GObject *tbl, int mode )
{
// quit if run by the _changed callbacks
if (g_object_get_data(G_OBJECT(tbl), "freeze")) {
@@ -443,8 +443,6 @@ static void sp_text_align_mode_changed( EgeSelectOneAction *act, GObject *tbl )
}
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) );
- int mode = ege_select_one_action_get_active( act );
-
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
prefs->setInt("/tools/text/align_mode", mode);
@@ -1033,7 +1031,7 @@ static void sp_text_rotation_value_changed( GtkAdjustment *adj, GObject *tbl )
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) );
}
-static void sp_writing_mode_changed( EgeSelectOneAction *act, GObject *tbl )
+static void sp_writing_mode_changed( GObject* tbl, int mode )
{
// quit if run by the _changed callbacks
if (g_object_get_data(G_OBJECT(tbl), "freeze")) {
@@ -1041,8 +1039,6 @@ static void sp_writing_mode_changed( EgeSelectOneAction *act, GObject *tbl )
}
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) );
- int mode = ege_select_one_action_get_active( act );
-
SPCSSAttr *css = sp_repr_css_attr_new ();
switch (mode)
{
@@ -1058,7 +1054,7 @@ static void sp_writing_mode_changed( EgeSelectOneAction *act, GObject *tbl )
break;
}
- case 2:
+ case 2:
{
sp_repr_css_set_property (css, "writing-mode", "vertical-lr");
break;
@@ -1087,7 +1083,7 @@ static void sp_writing_mode_changed( EgeSelectOneAction *act, GObject *tbl )
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) );
}
-static void sp_text_orientation_changed( EgeSelectOneAction *act, GObject *tbl )
+static void sp_text_orientation_changed( GObject* tbl, int mode )
{
// quit if run by the _changed callbacks
if (g_object_get_data(G_OBJECT(tbl), "freeze")) {
@@ -1095,8 +1091,6 @@ static void sp_text_orientation_changed( EgeSelectOneAction *act, GObject *tbl )
}
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) );
- int mode = ege_select_one_action_get_active( act );
-
SPCSSAttr *css = sp_repr_css_attr_new ();
switch (mode)
{
@@ -1141,7 +1135,7 @@ static void sp_text_orientation_changed( EgeSelectOneAction *act, GObject *tbl )
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) );
}
-static void sp_text_direction_changed( EgeSelectOneAction *act, GObject *tbl )
+static void sp_text_direction_changed( GObject *tbl, int mode )
{
// quit if run by the _changed callbacks
if (g_object_get_data(G_OBJECT(tbl), "freeze")) {
@@ -1149,7 +1143,6 @@ static void sp_text_direction_changed( EgeSelectOneAction *act, GObject *tbl )
}
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) );
- int mode = ege_select_one_action_get_active( act );
SPCSSAttr *css = sp_repr_css_attr_new ();
switch (mode)
{
@@ -1396,24 +1389,18 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/
// Alignment
- EgeSelectOneAction* textAlignAction = EGE_SELECT_ONE_ACTION( g_object_get_data( tbl, "TextAlignAction" ) );
+ InkSelectOneAction* textAlignAction =
+ static_cast<InkSelectOneAction*>( g_object_get_data( tbl, "TextAlignAction" ) );
// Note: SVG 1.1 doesn't include text-align, SVG 1.2 Tiny doesn't include text-align="justify"
// text-align="justify" was a draft SVG 1.2 item (along with flowed text).
// Only flowed text can be left and right justified at the same time.
// Disable button if we don't have flowed text.
- // The GtkTreeModel class doesn't have a set function so we can't
- // simply add an ege_select_one_action_set_sensitive method!
- // We must set values directly with the GtkListStore and then
- // ask that the GtkAction update the sensitive parameters.
- GtkListStore * model = GTK_LIST_STORE( ege_select_one_action_get_model( textAlignAction ) );
- GtkTreePath * path = gtk_tree_path_new_from_string("3"); // Justify entry
- GtkTreeIter iter;
- gtk_tree_model_get_iter( GTK_TREE_MODEL (model), &iter, path );
- gtk_list_store_set( model, &iter, /* column */ 3, isFlow, -1 );
- ege_select_one_action_update_sensitive( textAlignAction );
- // ege_select_one_action_set_sensitive( textAlignAction, 3, isFlow );
+ Glib::RefPtr<Gtk::ListStore> store = textAlignAction->get_store();
+ Gtk::TreeModel::Row row = *(store->get_iter("3")); // Justify entry
+ InkSelectOneActionColumns columns;
+ row[columns.col_sensitive] = isFlow;
int activeButton = 0;
if (query.text_align.computed == SP_CSS_TEXT_ALIGN_JUSTIFY)
@@ -1425,8 +1412,7 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/
if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_MIDDLE) activeButton = 1;
if (query.text_anchor.computed == SP_CSS_TEXT_ANCHOR_END) activeButton = 2;
}
- ege_select_one_action_set_active( textAlignAction, activeButton );
-
+ textAlignAction->set_active( activeButton );
// Line height (spacing) and line height unit
double height;
@@ -1520,9 +1506,9 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/
if (query.writing_mode.computed == SP_CSS_WRITING_MODE_TB_RL) activeButton2 = 1;
if (query.writing_mode.computed == SP_CSS_WRITING_MODE_TB_LR) activeButton2 = 2;
- EgeSelectOneAction* writingModeAction =
- EGE_SELECT_ONE_ACTION( g_object_get_data( tbl, "TextWritingModeAction" ) );
- ege_select_one_action_set_active( writingModeAction, activeButton2 );
+ InkSelectOneAction* writingModeAction =
+ static_cast<InkSelectOneAction*>( g_object_get_data( tbl, "TextWritingModeAction" ) );
+ writingModeAction->set_active( activeButton2 );
// Orientation
int activeButton3 = 0;
@@ -1530,35 +1516,20 @@ static void sp_text_toolbox_selection_changed(Inkscape::Selection */*selection*/
if (query.text_orientation.computed == SP_CSS_TEXT_ORIENTATION_UPRIGHT ) activeButton3 = 1;
if (query.text_orientation.computed == SP_CSS_TEXT_ORIENTATION_SIDEWAYS) activeButton3 = 2;
- EgeSelectOneAction* textOrientationAction =
- EGE_SELECT_ONE_ACTION( g_object_get_data( tbl, "TextOrientationAction" ) );
- ege_select_one_action_set_active( textOrientationAction, activeButton3 );
-
- // Disable text orientation for horizontal text.. See above for why this nonsense
- model = GTK_LIST_STORE( ege_select_one_action_get_model( textOrientationAction ) );
-
- path = gtk_tree_path_new_from_string("0");
- gtk_tree_model_get_iter( GTK_TREE_MODEL (model), &iter, path );
- gtk_list_store_set( model, &iter, /* column */ 3, activeButton2 != 0, -1 );
-
- path = gtk_tree_path_new_from_string("1");
- gtk_tree_model_get_iter( GTK_TREE_MODEL (model), &iter, path );
- gtk_list_store_set( model, &iter, /* column */ 3, activeButton2 != 0, -1 );
+ InkSelectOneAction* textOrientationAction =
+ static_cast<InkSelectOneAction*>( g_object_get_data( tbl, "TextOrientationAction" ) );
+ textOrientationAction->set_active( activeButton3 );
- path = gtk_tree_path_new_from_string("2");
- gtk_tree_model_get_iter( GTK_TREE_MODEL (model), &iter, path );
- gtk_list_store_set( model, &iter, /* column */ 3, activeButton2 != 0, -1 );
-
- ege_select_one_action_update_sensitive( textOrientationAction );
+ // Disable text orientation for horizontal text...
+ textOrientationAction->set_sensitive( activeButton2 != 0 );
// Direction
int activeButton4 = 0;
if (query.direction.computed == SP_CSS_DIRECTION_LTR ) activeButton4 = 0;
if (query.direction.computed == SP_CSS_DIRECTION_RTL ) activeButton4 = 1;
- EgeSelectOneAction* textDirectionAction =
- EGE_SELECT_ONE_ACTION( g_object_get_data( tbl, "TextDirectionAction" ) );
- ege_select_one_action_set_active( textDirectionAction, activeButton4 );
-
+ InkSelectOneAction* textDirectionAction =
+ static_cast<InkSelectOneAction*>( g_object_get_data( tbl, "TextDirectionAction" ) );
+ textDirectionAction->set_active( activeButton4 );
}
#ifdef DEBUG_TEXT
@@ -1832,209 +1803,175 @@ void sp_text_toolbox_prep(SPDesktop *desktop, GtkActionGroup* mainActions, GObje
/* Alignment */
{
- GtkListStore* model = gtk_list_store_new( 4, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_BOOLEAN );
-
- GtkTreeIter iter;
+ InkSelectOneActionColumns columns;
+
+ Glib::RefPtr<Gtk::ListStore> store = Gtk::ListStore::create(columns);
+
+ Gtk::TreeModel::Row row;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Align left");
+ row[columns.col_tooltip ] = _("Align left");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-justify-left");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Align center");
+ row[columns.col_tooltip ] = _("Align center");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-justify-center");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Align right");
+ row[columns.col_tooltip ] = _("Align right");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-justify-right");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Justify");
+ row[columns.col_tooltip ] = _("Justify (only flowed text)");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-justify-fill");
+ row[columns.col_sensitive] = false;
+
+ InkSelectOneAction* act =
+ InkSelectOneAction::create( "TextAlignAction", // Name
+ _("Alignment"), // Label
+ _("Text alignment"), // Tooltip
+ "Not Used", // Icon
+ store ); // Tree store
+ act->use_radio( false );
+ act->use_label( false );
+ gint mode = prefs->getInt("/tools/text/align_mode", 0);
+ act->set_active( mode );
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Align left"),
- 1, _("Align left"),
- 2, INKSCAPE_ICON("format-justify-left"),
- 3, true,
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Align center"),
- 1, _("Align center"),
- 2, INKSCAPE_ICON("format-justify-center"),
- 3, true,
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Align right"),
- 1, _("Align right"),
- 2, INKSCAPE_ICON("format-justify-right"),
- 3, true,
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Justify"),
- 1, _("Justify (only flowed text)"),
- 2, INKSCAPE_ICON("format-justify-fill"),
- 3, false,
- -1 );
-
- EgeSelectOneAction* act = ege_select_one_action_new( "TextAlignAction", // Name
- _("Alignment"), // Label
- _("Text alignment"), // Tooltip
- NULL, // Icon name
- GTK_TREE_MODEL(model) ); // Model
- g_object_set( act, "short_label", "NotUsed", NULL );
- gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
+ gtk_action_group_add_action( mainActions, GTK_ACTION( act->gobj() ));
g_object_set_data( holder, "TextAlignAction", act );
- ege_select_one_action_set_appearance( act, "full" );
- ege_select_one_action_set_radio_action_type( act, INK_RADIO_ACTION_TYPE );
- g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL );
- ege_select_one_action_set_icon_column( act, 2 );
- ege_select_one_action_set_icon_size( act, secondarySize );
- ege_select_one_action_set_tooltip_column( act, 1 );
- ege_select_one_action_set_sensitive_column( act, 3 );
- gint mode = prefs->getInt("/tools/text/align_mode", 0);
- ege_select_one_action_set_active( act, mode );
- g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_text_align_mode_changed), holder );
+ act->signal_changed().connect(sigc::bind<0>(sigc::ptr_fun(&sp_text_align_mode_changed), holder));
}
/* Writing mode (Horizontal, Vertical-LR, Vertical-RL) */
{
- GtkListStore* model = gtk_list_store_new( 3, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING );
-
- GtkTreeIter iter;
+ InkSelectOneActionColumns columns;
+
+ Glib::RefPtr<Gtk::ListStore> store = Gtk::ListStore::create(columns);
+
+ Gtk::TreeModel::Row row;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Horizontal");
+ row[columns.col_tooltip ] = _("Horizontal text");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-text-direction-horizontal");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Vertical — RL");
+ row[columns.col_tooltip ] = _("Vertical text — lines: right to left");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-text-direction-vertical");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Vertical — LR");
+ row[columns.col_tooltip ] = _("Vertical text — lines: left to right");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-text-direction-vertical-lr");
+ row[columns.col_sensitive] = true;
+
+ InkSelectOneAction* act =
+ InkSelectOneAction::create( "TextWritingModeAction", // Name
+ _("Writing mode"), // Label
+ _("Block progression"), // Tooltip
+ "Not Used", // Icon
+ store ); // Tree store
+ act->use_radio( false );
+ act->use_label( false );
+ gint mode = prefs->getInt("/tools/text/writing_mode", 0);
+ act->set_active( mode );
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Horizontal"),
- 1, _("Horizontal text"),
- 2, INKSCAPE_ICON("format-text-direction-horizontal"),
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Vertical — RL"),
- 1, _("Vertical text — lines: right to left"),
- 2, INKSCAPE_ICON("format-text-direction-vertical"),
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Vertical — LR"),
- 1, _("Vertical text — lines: left to right"), // Mongolian!
- 2, INKSCAPE_ICON("format-text-direction-vertical-lr"),
- -1 );
-
- EgeSelectOneAction* act = ege_select_one_action_new( "TextWritingModeAction", // Name
- _("Writing mode"), // Label
- _("Block progression"), // Tooltip
- NULL, // Icon name
- GTK_TREE_MODEL(model) ); // Model
-
- g_object_set( act, "short_label", "NotUsed", NULL );
- gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
+ gtk_action_group_add_action( mainActions, GTK_ACTION( act->gobj() ));
g_object_set_data( holder, "TextWritingModeAction", act );
- ege_select_one_action_set_appearance( act, "full" );
- ege_select_one_action_set_radio_action_type( act, INK_RADIO_ACTION_TYPE );
- g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL );
- ege_select_one_action_set_icon_column( act, 2 );
- ege_select_one_action_set_icon_size( act, secondarySize );
- ege_select_one_action_set_tooltip_column( act, 1 );
-
- gint mode = prefs->getInt("/tools/text/writing_mode", 0);
- ege_select_one_action_set_active( act, mode );
- g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_writing_mode_changed), holder );
+ act->signal_changed().connect(sigc::bind<0>(sigc::ptr_fun(&sp_writing_mode_changed), holder));
}
/* Text (glyph) orientation (Auto (mixed), Upright, Sideways) */
{
- GtkListStore* model = gtk_list_store_new( 4, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_BOOLEAN );
-
- GtkTreeIter iter;
+ InkSelectOneActionColumns columns;
+
+ Glib::RefPtr<Gtk::ListStore> store = Gtk::ListStore::create(columns);
+
+ Gtk::TreeModel::Row row;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Auto");
+ row[columns.col_tooltip ] = _("Auto glyph orientation");
+ row[columns.col_icon ] = INKSCAPE_ICON("text-orientation-auto");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Upright");
+ row[columns.col_tooltip ] = _("Upright glyph orientation");
+ row[columns.col_icon ] = INKSCAPE_ICON("text-orientation-upright");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("Sideways");
+ row[columns.col_tooltip ] = _("Sideways glyph orientation");
+ row[columns.col_icon ] = INKSCAPE_ICON("text-orientation-sideways");
+ row[columns.col_sensitive] = true;
+
+ InkSelectOneAction* act =
+ InkSelectOneAction::create( "TextOrientationAction", // Name
+ _("Text orientation"), // Label
+ _("Text (glyph) orientation in vertical text."), // Tooltip
+ "Not Used", // Icon
+ store ); // List store
+ act->use_radio( false );
+ act->use_label( false );
+ gint mode = prefs->getInt("/tools/text/text_orientation", 0);
+ act->set_active( mode );
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Auto"),
- 1, _("Auto glyph orientation"),
- 2, INKSCAPE_ICON("text-orientation-auto"),
- 3, true,
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Upright"),
- 1, _("Upright glyph orientation"),
- 2, INKSCAPE_ICON("text-orientation-upright"),
- 3, true,
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("Sideways"),
- 1, _("Sideways glyph orientation"),
- 2, INKSCAPE_ICON("text-orientation-sideways"),
- 3, true,
- -1 );
-
- EgeSelectOneAction* act = ege_select_one_action_new( "TextOrientationAction", // Name
- _("Text orientation"), // Label
- _("Text (glyph) orientation in vertical text."), // Tooltip
- NULL, // Icon name
- GTK_TREE_MODEL(model) ); // Model
-
- g_object_set( act, "short_label", "NotUsed", NULL );
- gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
+ gtk_action_group_add_action( mainActions, GTK_ACTION( act->gobj() ));
g_object_set_data( holder, "TextOrientationAction", act );
- ege_select_one_action_set_appearance( act, "full" );
- ege_select_one_action_set_radio_action_type( act, INK_RADIO_ACTION_TYPE );
- g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL );
- ege_select_one_action_set_icon_column( act, 2 );
- ege_select_one_action_set_icon_size( act, secondarySize );
- ege_select_one_action_set_tooltip_column( act, 1 );
- ege_select_one_action_set_sensitive_column( act, 3 );
-
- gint mode = prefs->getInt("/tools/text/text_orientation", 0);
- ege_select_one_action_set_active( act, mode );
- g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_text_orientation_changed), holder );
+ act->signal_changed().connect(sigc::bind<0>(sigc::ptr_fun(&sp_text_orientation_changed), holder));
}
// Text direction (predominant direction of horizontal text).
{
- GtkListStore* model = gtk_list_store_new( 4, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_BOOLEAN );
-
- GtkTreeIter iter;
+ InkSelectOneActionColumns columns;
+
+ Glib::RefPtr<Gtk::ListStore> store = Gtk::ListStore::create(columns);
+
+ Gtk::TreeModel::Row row;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("LTR");
+ row[columns.col_tooltip ] = _("Left to right text");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-text-direction-horizontal");
+ row[columns.col_sensitive] = true;
+
+ row = *(store->append());
+ row[columns.col_label ] = _("RTL");
+ row[columns.col_tooltip ] = _("Right to left text");
+ row[columns.col_icon ] = INKSCAPE_ICON("format-text-direction-r2l");
+ row[columns.col_sensitive] = true;
+
+ InkSelectOneAction* act =
+ InkSelectOneAction::create( "TextDirectionAction", // Name
+ _("Text direction"), // Label
+ _("Text direction for normally horizontal text."), // Tooltip
+ "Not Used", // Icon
+ store ); // List store
+ act->use_radio( false );
+ act->use_label( false );
+ gint mode = prefs->getInt("/tools/text/text_direction", 0);
+ act->set_active( mode );
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("LTR"),
- 1, _("Left to right text"),
- 2, INKSCAPE_ICON("format-text-direction-horizontal"),
- 3, true,
- -1 );
-
- gtk_list_store_append( model, &iter );
- gtk_list_store_set( model, &iter,
- 0, _("RTL"),
- 1, _("Right to left text"),
- 2, INKSCAPE_ICON("format-text-direction-r2l"),
- 3, true,
- -1 );
-
- EgeSelectOneAction* act = ege_select_one_action_new( "TextDirectionAction", // Name
- _("Text direction"), // Label
- _("Text direction for normally horizontal text."), // Tooltip
- NULL, // Icon name
- GTK_TREE_MODEL(model) ); // Model
-
- g_object_set( act, "short_label", "NotUsed", NULL );
- gtk_action_group_add_action( mainActions, GTK_ACTION(act) );
+ gtk_action_group_add_action( mainActions, GTK_ACTION( act->gobj() ));
g_object_set_data( holder, "TextDirectionAction", act );
- ege_select_one_action_set_appearance( act, "full" );
- ege_select_one_action_set_radio_action_type( act, INK_RADIO_ACTION_TYPE );
- g_object_set( G_OBJECT(act), "icon-property", "iconId", NULL );
- ege_select_one_action_set_icon_column( act, 2 );
- ege_select_one_action_set_icon_size( act, secondarySize );
- ege_select_one_action_set_tooltip_column( act, 1 );
- ege_select_one_action_set_sensitive_column( act, 3 );
-
- gint mode = prefs->getInt("/tools/text/text_direction", 0);
- ege_select_one_action_set_active( act, mode );
- g_signal_connect_after( G_OBJECT(act), "changed", G_CALLBACK(sp_text_direction_changed), holder );
+ act->signal_changed().connect(sigc::bind<0>(sigc::ptr_fun(&sp_text_direction_changed), holder));
}
/* Line height unit tracker */
diff --git a/tools-version.sh b/tools-version.sh
deleted file mode 100755
index 209b9cf97..000000000
--- a/tools-version.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-# Report the version of distro and tools building inkscape
-#
-# You can get the latest distro command from
-# distro web page: http://distro.pipfield.ca/
-
-# Please add a tool you want to check
-TOOLS="m4 autoconf autoheader automake automake-1.7 automake-1.8 automake-1.9 aclocal aclocal-1.7 aclocal-1.8 aclocal-1.9 intltoolize gettextize "
-ENVPATTERN='PATH\|FLAGS\|LANG'
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-echo '============================================================================='
-echo 'When you report a trouble about building BZR version of inkscape, '
-echo 'Please report following information about distro and tools version, too. '
-echo
-(echo '--1. distribution------------------------------------------------------------'
-$srcdir/distro -a
-echo )
-
-(echo '--2. tools-------------------------------------------------------------------'
-for x in $TOOLS; do
- loc=`which $x 2>/dev/null`
- if [ -z "$loc" ]; then
- echo "$x: not found"
- else
- echo -n "$loc: "
- y=`echo $x | cut -f1 -d-`
- $x --version </dev/null | grep $y
- fi
-done
-echo )
-
-(echo '--3. environment variables---------------------------------------------------'
-env | grep -e $ENVPATTERN
-echo )
-echo '============================================================================='