Split dynamic desktop tracking into common, shared code.
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
Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.
14 years agoinherit value as well as computed for linespacing and other spacing properties; fixes...
inherit value as well as computed for linespacing and other spacing properties; fixes the linespacing display in text and font dialog
Translations. Small French translation update and cleanup.
Phase 2b - remove use of SPWidget and wire signals directly.
Fix incorrect use of std::auto_ptr<char> in FontInstance.cpp (LP #549317)
Phase 2 - remove duplicated code and leave a single copy of each function.
Phase 1 - unify/reconcile copy-n-paste edit madness of Fill and Stroke edit panes.
make SP_OBJECT_ID usable again
Adding in shape-record.h
Adding in accumulators. We need them too.
Adding in svg-device-color.h
Translations. French translation update.
Fixes missing include that complicated older libs. Fixes bug #545160
Test Poppler colorspace API using trial compilation
rather than a version check; should fix LP #545580
rather than a version check; should fix LP #545580
Adding in assertions.h
disable experimental LPEs
Adding missing snapping headers.
Make dist fixes for src/ directory.
Fixes for the root directory to get 'make dist' (not even distcheck)
Add needed null check.
Update to reflect "swatch" gradients as being assumed to be shared.
Adding some const correctness and overloads.
C++-ification of enums.
C++-ification of paint selector.
Fix crash
14 years agoFix regression caused by rev. #9158 (selection of nodes in the node editor by draggin...
Fix regression caused by rev. #9158 (selection of nodes in the node editor by dragging a rectangle using a tablet was broken)
Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.
Fix build with poppler >= 0.12.2
Patch by Martin Sucha for 542004
Doc. HACKING files moved to doc/.
Whitespace cleanup.
extension printing-marks: the star align test is now useful, using full 4 CMYK colors
extension printing-marks: "Set crop marks to selection" is workin now!
extension printing-marks recognizes selection area
Fixed missing palette when using file open on a new document.
Cleanup of SP_ACTIVE_DESKTOP to prepare clipboard code for reuse.
Brace safety cleanup.
Translations. inkscape.pot update.
Use gtk-engines2 rather than the obsolete gtk2-clearlooks package when
building Inkscape.app for Mac OS X.
building Inkscape.app for Mac OS X.
Use gtk-engines2 rather than the obsolete gtk2-clearlooks for
building the Mac OS X packages.
building the Mac OS X packages.
Fix a few remaining oddities in handle scaling via keyboard
Set transform center so that odd stars and polygons rotate correctly.
Fix scaling of degenerate handles using keybard shortcuts.
Changed the embed/link dialog to use radio buttons instead of a checkbox to make the link/embed effect clearer.
Added wrappers for the "optiongroup" type that correspond to existing "float", "enum" etc. wrappers.
Fix Ctrl-drag in node tool with zero snap delay.
webslicer: now a slicer rectangle remember it's configuration
make label more informative
Fix loading of non-PNG images.
14 years agoFollow-on cleanup for bug #271401. Isolates setjmp(), removes early return, and allow...
Follow-on cleanup for bug #271401. Isolates setjmp(), removes early return, and allows partial loading of broken PNG images.
Fixing "Auto" palette to be tracked per document, independent of containing panel.
Move around files to remove some vanity directories.
Also remove the obsolete IDL file stub.
Also remove the obsolete IDL file stub.
Translations. Polish translation update.
New node tool: implement handle snapping
fix pasting of LPE stacks
Implement keyboard shortcuts for single handle adjustments.
Minor disambiguating cleanup in node.h.
Minor disambiguating cleanup in node.h.
disable console output on windows per default, as this probably annoys many beta testers
change default windows build back to including inkview
Fixes crash of bug #537457, but export is incorrect.
Create better names when intput devices are reported with broken ones.
Minor cleanup and addition of tablet debugging code.
Splitting the color swatch class to be separate for easier work.