Fix for ImageMagick solarize extension.
Changed default font from Bitstream Vera Sans to Sans. Not
everyone has Bitstream Vera Sans and having a non-existant
default font can cause problems.
everyone has Bitstream Vera Sans and having a non-existant
default font can cause problems.
Finally add myself to AUTHORS file as test of using Bazaar.
Finally add myself to AUTHORS file as test of using Bazaar.
Updated GtkAction subclass to allow "open" selections for a user to type into.
Update of UI translation into Ukrainian by Yuri Chornoivan
Ukrainian translation of Win32 installation package by Yuri Chornoivan
Typo fix by Yuri Chornoivan
Added method to fetch currently active text.
Minor fix of pointer check.
german translation Update
Added defaults to node tool values that were missing from preference init.
Leave uninitialized bools in preferences to the default 'false' value. Code should initialize those explicitly and not count on GUI widgets to do so.
Simplifying sigc::bind use. Possible fix for mac compile.
Fixed state sync for node tool booleans. Addressing bug #426032.
fix some typing errors when converting from quadratic to cubic Bezier
UI inconsistency fix (Preferences>Interface.
German translation update 99%
Switching to new input dialog. Allows for a better UI and addresses bug #334800 and bug #196195.
Correct calligraphic toggles getting out of sync with behavior.
Translations. Dutch translation update.
fix bug 166659. precisely calculate bbox when exporting to png
commit patch for LaTeX equation render extension by Christoph Schmidt-Hieber
* improve boundingbox calculation: include strokecaps.
* increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection
* increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection
fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps exporter.
German translation update 99%
Do not emit signals when setting values to their existing state.
German translation update
inkscape.pot and French translation update.
PDF+LaTeX: fix bug 555488, and fix bug with missing space after setting justification
Cleanup of device internal handling and API.
Fix "show handles" button state on Ctrl+H
Revert the inverted coordinate system fix. 3D Boxes and guides
require an XML-level backwards compatibility mechanism to fix properly,
and it's too late in the 0.48 cycle to introduce it.
require an XML-level backwards compatibility mechanism to fix properly,
and it's too late in the 0.48 cycle to introduce it.
Fixed use of dialogs in more than one window, and tile problem with selection. Fixes bug #556233.
Track selected text items and append as needed.
Second batch of coords fixes (guides, text cursor, zoom)
Coords: fix guidelines
Coords: fix initial cursor position in the text tool
Coords: fix SPDesktop::point() method
Merge PDF rendering fix
Translations. inkscape.pot update (glyph dialog again).
14 years agoAdded control to select Unicode range limiting. Switched to using "Basic Latin" there...
Added control to select Unicode range limiting. Switched to using "Basic Latin" there as a default instead of the script. Fixes bug #553911.
Turn off debugging.
zero out pointers to deleted members. might expose problems if a stail pointer is related to bug #494722.
Fix --export-page-drawing option in PDF, PS and LaTeX export.
remove debug text from cairo-render-context.cpp
Change desktop coordinate system to match SVG (LP #170049)
Fix grid extension
Fix pattern knotholder
Fix canvas resize
A few small fixes/clarifications for Gaussian blur.
Fix behavior when loading a document
Disconnect Glyphs UI while updating the model. 5X+ performance boost on CJK fonts. Partially fixes bug #553911.
Win32 uninstaller: remove empty directory lib/locale
Start with glyphs limited to "Common" as a short term mitigation for bug #553911.
Repair arbitrary change lumped in with Win32 fixes of #9281.
Split dynamic desktop tracking into common, shared code.
Fix tweak and paint bucket tools
Fix spray tool
Fix single-handle keybindings
Fix align & distribute dialog
Fix rotation in node and select tool
Initial fix for the inverted coordinate system bug
Fix command line invocation on Windows (LP #167455).
99% German translation update.
German translation update.
Do not print PYTHONPATH on every invocation (stale debug output)
Add Ctrl+H as a shortcut for "show handles" in the node tool.
patch for Bug 461964 comment 16
Translations. French translation update.
Translations. POTFILE.in and inkscape.pot update (glyphs dialog).
Corrected "using namespace" contamination from ui/dialog header files.
Allow filtering by glyph script.
Translations. Inkscape.pot and French translation update.
Add character script range to description
Adding missing files for bug #343186.
Initial cut of glyph selector dialog is in. Fixes bug #343186.
Patch by Daniel_J for 522327
add Martin Sucha to AUTHORS
some love to webslicer export
Translations. Japanese translation update.
patch for Bug 465571, comment 8
adjustable hpgl scaling and pen number
Make all paths in PYTHONPATH absolute.
Translations. PO files mega update.
Corrected string-to-number conversion to use locale-independent conversion and to handle missing/null values. Fixes bug #544833.
Fix logic to avoid too many updates while dragging color sliders. Fixes bug# 168557.
More correct setting of PYTHONPATH at startup
webslicer: preparing to export
Remove remnants of rather pointless MMX optimizations, and fix
build failure caused by recent extension renames
build failure caused by recent extension renames
Add console helper application based on inkscapec.exe from Jos Hirth,
which provides Unix-like behavior on Windows.
which provides Unix-like behavior on Windows.
webslicer effects now extends a commom WebSlicer_Effect class
Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking out of lower-level panels. Fixes bug #270623.
Oops - obviously the previous fix didn't work outside Windows
Fix regression (inkex.py not found for extensions in user's directory)
Remove leftover debug output
Allow Inkscape to run from Unicode directories on Windows
Extensions. Small bug in uniconvertor output.
Extensions. Use uniconvertor first, instead of uniconv.
reinstate wrongly ignored delta in pick; makes selecting small text objects much easier