summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Coords: fix guidelinesKrzysztof Kosi??ski2010-04-044-12/+15
| | | | | | | | | (bzr r9281.1.14)
| | * Coords: fix initial cursor position in the text toolKrzysztof Kosi??ski2010-04-041-1/+1
| | | | | | | | | (bzr r9281.1.13)
| | * Coords: fix SPDesktop::point() methodKrzysztof Kosi??ski2010-04-041-2/+2
| | | | | | | | | (bzr r9281.1.12)
| | * Merge PDF rendering fixKrzysztof Kosi??ski2010-04-042-6/+3
| | | | | | | | | (bzr r9281.1.11)
| * | Added control to select Unicode range limiting. Switched to using "Basic ↵Jon A. Cruz2010-04-042-14/+209
| | | | | | | | | | | | | | | | | | | | | | | | Latin" there as a default instead of the script. Fixes bug #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9293)
| * | Turn off debugging.Jon A. Cruz2010-04-041-1/+1
| | | | | | | | | (bzr r9292)
| * | zero out pointers to deleted members. might expose problems if a stail ↵Jon A. Cruz2010-04-044-57/+59
| | | | | | | | | | | | | | | pointer is related to bug #494722. (bzr r9291)
| * | Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski2010-04-032-6/+3
| | | | | | | | | (bzr r9290)
| * | remove debug text from cairo-render-context.cppJohan B. C. Engelen2010-04-031-3/+3
| | | | | | | | | (bzr r9289)
| * | Change desktop coordinate system to match SVG (LP #170049)Krzysztof Kosi??ski2010-04-0319-196/+146
| |\| | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170049 (bzr r9288)
| | * Fix grid extensionKrzysztof Kosi??ski2010-04-031-12/+6
| | | | | | | | | (bzr r9281.1.10)
| | * Fix pattern knotholderKrzysztof Kosi??ski2010-04-031-73/+56
| | | | | | | | | (bzr r9281.1.9)
| | * Fix canvas resizeKrzysztof Kosi??ski2010-04-031-7/+4
| | | | | | | | | (bzr r9281.1.8)
| | * Fix behavior when loading a documentKrzysztof Kosi??ski2010-04-033-7/+4
| | | | | | | | | (bzr r9281.1.7)
| | * Fix tweak and paint bucket toolsKrzysztof Kosi??ski2010-04-032-6/+6
| | | | | | | | | (bzr r9281.1.6)
| | * Fix spray toolKrzysztof Kosi??ski2010-04-031-3/+3
| | | | | | | | | (bzr r9281.1.5)
| | * Fix single-handle keybindingsKrzysztof Kosi??ski2010-04-031-4/+2
| | | | | | | | | (bzr r9281.1.4)
| | * Fix align & distribute dialogKrzysztof Kosi??ski2010-04-031-6/+6
| | | | | | | | | (bzr r9281.1.3)
| | * Fix rotation in node and select toolKrzysztof Kosi??ski2010-04-032-6/+6
| | | | | | | | | (bzr r9281.1.2)
| | * Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-0310-72/+53
| | | | | | | | | (bzr r9281.1.1)
| * | A few small fixes/clarifications for Gaussian blur.Jasper van de Gronde2010-04-031-8/+14
| | | | | | | | | (bzr r9287)
| * | Disconnect Glyphs UI while updating the model. 5X+ performance boost on CJK ↵Jon A. Cruz2010-04-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | fonts. Partially fixes bug #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9286)
| * | Start with glyphs limited to "Common" as a short term mitigation for bug ↵Jon A. Cruz2010-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | #553911. Fixed bugs: - https://launchpad.net/bugs/553911 (bzr r9284)
| * | Repair arbitrary change lumped in with Win32 fixes of #9281.Jon A. Cruz2010-04-032-3/+3
| | | | | | | | | (bzr r9283)
| * | Split dynamic desktop tracking into common, shared code.Jon A. Cruz2010-04-037-50/+284
| |/ | | | | (bzr r9282)
| * Fix command line invocation on Windows (LP #167455).Krzysztof Kosi??ski2010-04-025-35/+15
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/167455 (bzr r9281)
| * Do not print PYTHONPATH on every invocation (stale debug output)Krzysztof Kosi??ski2010-04-021-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/554109 (bzr r9278)
| * Add Ctrl+H as a shortcut for "show handles" in the node tool.Krzysztof Kosi??ski2010-04-022-1/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/324208 (bzr r9277)
| * Corrected "using namespace" contamination from ui/dialog header files.Jon A. Cruz2010-04-0212-227/+324
| | | | | | (bzr r9273)
| * Allow filtering by glyph script.Jon A. Cruz2010-04-022-16/+96
| | | | | | (bzr r9272)
| * Add character script range to descriptionJon A. Cruz2010-04-021-2/+109
| | | | | | (bzr r9270)
| * Adding missing files for bug #343186.Jon A. Cruz2010-04-022-0/+309
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9269)
| * Initial cut of glyph selector dialog is in. Fixes bug #343186.Jon A. Cruz2010-04-016-8/+21
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/343186 (bzr r9268)
| * Patch by Daniel_J for 522327Josh Andler2010-04-016-7/+7
| | | | | | (bzr r9267)
| * Make all paths in PYTHONPATH absolute.Krzysztof Kosi??ski2010-03-301-2/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/551433 (bzr r9261)
| * Corrected string-to-number conversion to use locale-independent conversion ↵Jon A. Cruz2010-03-305-79/+190
| | | | | | | | | | | | | | | | and to handle missing/null values. Fixes bug #544833. Fixed bugs: - https://launchpad.net/bugs/544833 (bzr r9259)
| * Fix logic to avoid too many updates while dragging color sliders. Fixes bug# ↵Jon A. Cruz2010-03-301-19/+57
| | | | | | | | | | | | | | | | 168557. Fixed bugs: - https://launchpad.net/bugs/168557 (bzr r9258)
| * More correct setting of PYTHONPATH at startupKrzysztof Kosi??ski2010-03-292-3/+10
| | | | | | (bzr r9257)
| * Remove remnants of rather pointless MMX optimizations, and fixKrzysztof Kosi??ski2010-03-295-638/+0
| | | | | | | | | | build failure caused by recent extension renames (bzr r9255)
| * Add console helper application based on inkscapec.exe from Jos Hirth,Krzysztof Kosi??ski2010-03-291-0/+153
| | | | | | | | | | which provides Unix-like behavior on Windows. (bzr r9254)
| * Purge use of SP_ACTIVE_* and encapsulate by moving 'active' desktop tracking ↵Jon A. Cruz2010-03-297-68/+176
| | | | | | | | | | | | | | | | out of lower-level panels. Fixes bug #270623. Fixed bugs: - https://launchpad.net/bugs/270623 (bzr r9252)
| * Oops - obviously the previous fix didn't work outside WindowsKrzysztof Kosi??ski2010-03-281-6/+24
| | | | | | (bzr r9251)
| * Fix regression (inkex.py not found for extensions in user's directory)Krzysztof Kosi??ski2010-03-281-27/+8
| | | | | | (bzr r9250)
| * Remove leftover debug outputKrzysztof Kosi??ski2010-03-281-1/+0
| | | | | | (bzr r9249)
| * Allow Inkscape to run from Unicode directories on WindowsKrzysztof Kosi??ski2010-03-286-1365/+391
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/505107 (bzr r9248)
| * reinstate wrongly ignored delta in pick; makes selecting small text objects ↵buliabyak2010-03-281-2/+2
| | | | | | | | | | much easier (bzr r9245)
| * Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz2010-03-283-130/+161
| | | | | | (bzr r9244)
| * inherit value as well as computed for linespacing and other spacing ↵buliabyak2010-03-271-0/+3
| | | | | | | | | | properties; fixes the linespacing display in text and font dialog (bzr r9243)
| * Phase 2b - remove use of SPWidget and wire signals directly.Jon A. Cruz2010-03-271-76/+37
| | | | | | (bzr r9241)
| * Fix incorrect use of std::auto_ptr<char> in FontInstance.cpp (LP #549317)Krzysztof Kosi??ski2010-03-271-4/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/549317 (bzr r9240)