summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Do not append a segment when finishing an open path with right clickKrzysztof Kosi??ski2010-01-141-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in the pen tool. Fixed bugs: - https://launchpad.net/bugs/208768 (bzr r8975)
* | | | Fix boost::optional warning spamKrzysztof Kosi??ski2010-01-141-2/+21
| | | | | | | | | | | | (bzr r8974)
* | | | Updated Russian translationAlexandre Prokoudine2010-01-131-1607/+1758
| | | | | | | | | | | | (bzr r8973)
* | | | Adding a 'widescreen' task.Jon A. Cruz2010-01-132-24/+69
| |/ / |/| | | | | (bzr r8972)
* | | Initial cut of disabling floating windows on window managers with problems.Jon A. Cruz2010-01-124-9/+54
| | | | | | | | | (bzr r8971)
* | | Enabling now that some have confirmed proper functionality on 64-bit.Jon A. Cruz2010-01-121-1/+1
| | | | | | | | | (bzr r8970)
* | | Adapt recent recursive reference patch for masks to protect from crashing on ↵Josh Andler2010-01-121-2/+34
| | | | | | | | | | | | | | | clippaths too (bzr r8969)
* | | Implemented dynamic repositioning of toolboxes.Jon A. Cruz2010-01-114-16/+65
| | | | | | | | | (bzr r8968)
* | | Disable questioned code section.Jon A. Cruz2010-01-112-0/+31
| | | | | | | | | | | | | | | Added name fetch. (bzr r8967)
* | | Removed null'd use of icons.Jon A. Cruz2010-01-101-9/+1
| | | | | | | | | (bzr r8966)
* | | Temporarily block out code giving problems on 64-bit.Jon A. Cruz2010-01-101-0/+4
| | | | | | | | | (bzr r8965)
* | | Fix typoDiederik van Lierop2010-01-101-1/+1
| | | | | | | | | (bzr r8964)
* | | Completed base code to flip toolbox orientation.Jon A. Cruz2010-01-104-13/+150
| | | | | | | | | | | | | | | Basic integration of task switching control. (bzr r8963)
* | | Avoid crash by uninitialized perspectives.Maximilian Albert2010-01-101-3/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/500507 (bzr r8962)
* | | fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)Diederik van Lierop2010-01-091-0/+1
| | | | | | | | | (bzr r8961)
* | | Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-0939-1229/+1282
| | | | | | | | | | | | | | | for the devs) (bzr r8960)
* | | Patch by Alex Leone to fix crash with recursive masks from 190130, I also ↵Josh Andler2010-01-092-1/+34
| | | | | | | | | | | | | | | added him to AUTHORS (bzr r8959)
* | | inkscape.pot and French translation updateNicolas Dufour2010-01-092-1320/+1268
| | | | | | | | | (bzr r8958)
* | | AI8 and below import now works with uniconvertorNicolas Dufour2010-01-091-5/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/169749 (bzr r8957)
* | | Leverage recent toolbox c++-ification work to move the snap toolbar to the ↵Jon A. Cruz2010-01-091-1/+2
| | | | | | | | | | | | | | | side with minimal effort. (bzr r8956)
* | | Initial c++-ification of toolbox creation.Jon A. Cruz2010-01-095-62/+117
| | | | | | | | | (bzr r8955)
* | | C++-ification pass.Jon A. Cruz2010-01-083-59/+75
| | | | | | | | | (bzr r8954)
* | | Removed outdated forward declarations.Jon A. Cruz2010-01-081-3/+0
| | | | | | | | | (bzr r8953)
* | | Patch by Alex Leone to add margins to resize page options in Document PropertiesJosh Andler2010-01-089-47/+184
| | | | | | | | | (bzr r8952)
* | | Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-079-68/+482
| | | | | | | | | (bzr r8951)
* | | a better truncation detection, suggested by Richard Hughesbuliabyak2010-01-074-70/+10
| | | | | | | | | (bzr r8950)
* | | Updated Ukrainian translation from Yuri ChornoivanAlexandre Prokoudine2010-01-061-2026/+2597
| | | | | | | | | (bzr r8949)
* | | Adding a temporary po file to ignore listChris Morgan2010-01-061-0/+1
| | | | | | | | | (bzr r8948)
* | | Updated SVN references in HACKING files to BZRChris Morgan2010-01-065-31/+31
| | | | | | | | | (bzr r8947)
* | | Refactored common value.Jon A. Cruz2010-01-061-15/+17
| | | | | | | | | (bzr r8946)
* | | Added files created during building and final build directory on Win32 to ↵Chris Morgan2010-01-051-0/+4
| | | | | | | | | | | | | | | ignore list. (bzr r8945)
* | | Changed version number (0.47.0.0 -> 0.47.0.9, "0.47" -> "0.47+devel") in ↵Chris Morgan2010-01-052-8/+8
| | | | | | | | | | | | | | | | | | | | | inkscape.rc and inkview.rc so VersionInfo in inkscape.exe and inkview.exe for devel builds will be a bit different from 0.47 final. The installer has a much better version number detection system and will use the style 0.47.0.8944 and "0.47+devel-r8944" for bzr revision 8944, but I'm not quite up to wedging Bazaar revision detection into buildtool.cpp and build.xml yet. (bzr r8944)
* | | A big lot of work for the Inkscape installer. I really should have done ↵Chris Morgan2010-01-0538-4500/+2551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this on a local branch and merged it in, or done it as at least half a dozen commits, but I haven't done that along the way and I'm not going to do it now for this batch of work. * Languages: simplified language files, using core NSIS LangFile header file. * Version numbering: version number is fetched from src/inkscape-version.cpp and .bzr/branches/last-revision. * NSIS 2.46 now required to compile, POSIX cross-compilation may no longer work due to ifexist.nsh (I'll see if I can fix it after installing Ubuntu with more reverse-hacks to use different !system calls on different platforms). * Still a lot of work to do actually fixing the uninstall script so it works (next on my list of jobs for the installer). * Simplified a few bits of code (e.g. code duplication into ${For} $2 0 1 in one place I'd missed it). * Quoted some things and unquoted some things which did/didn't need quotes... mainly for style and the fun of it. * Fixed a minor bug somewhere, can't remember what it was! * Segmented code carefully into parts (with full folding in Vim) * Added a few chunks of documentation as to what to do with inkscape.nsi... and now a long commit message too (I seem to like doing that) ;-) (bzr r8943)
* | | Removing spray-option.cpp as it was deleted, and then broke the nightly builds.Ted Gould2010-01-041-1/+0
| | | | | | | | | (bzr r8942)
* | | More refactoring to reduce copy-n-paste duplication.Jon A. Cruz2010-01-041-88/+55
| | | | | | | | | (bzr r8941)
* | | Refactoring copy-n-paste duplicate code out of toolbar creation.Jon A. Cruz2010-01-041-79/+18
| | | | | | | | | (bzr r8940)
* | | Spray Tool refactoring and enhanced distribution algorithmSteren Giannini2010-01-048-641/+46
|\ \ \ | | | | | | | | (bzr r8939)
| * | | spray algorithm updatedSteren Giannini2010-01-031-39/+14
| | | | | | | | | | | | (bzr r8938.1.2)
| * | | Spray cleanupSteren Giannini2010-01-038-622/+52
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ------------ This line and the following will be ignored -------------- removed: src/ui/dialog/spray-option.cpp src/ui/dialog/spray-option.h modified: src/spray-context.cpp src/ui/dialog/Makefile_insert src/ui/dialog/dialog-manager.cpp src/ui/view/edit-widget.cpp src/ui/view/edit-widget.h src/widgets/toolbox.cpp unknown: backup.bzr/ description-pak doc-pak/ po/.intltool-merge-cache (bzr r8938.1.1)
* | | New Dutch Shapes tutorial by KrisNicolas Dufour2010-01-022-0/+513
| | | | | | | | | (bzr r8938)
* | | inkscape.pot update.Nicolas Dufour2010-01-023-3313/+3996
| | | | | | | | | | | | | | | | | | Dutch translation update by Kris. French translation update by jazzynico. (bzr r8937)
* | | i18n fix in toolbox.cpp (no-c-format %)Nicolas Dufour2010-01-021-0/+2
| | | | | | | | | (bzr r8936)
* | | Inkscape version: replace svn check with bzr checkNicolas Dufour2010-01-025-18/+18
| | | | | | | | | (bzr r8935)
* | | Preserve metadata in plain SVG. Fixes bug #170967.Jon A. Cruz2010-01-021-3/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/170967 (bzr r8934)
* | | Remove any "inkscape:*" or "sodipodi:*" attributes when saving as "plain ↵Jon A. Cruz2010-01-022-4/+40
| | | | | | | | | | | | | | | | | | | | | | | | SVG". Fixes bug #500440. Fixed bugs: - https://launchpad.net/bugs/500440 (bzr r8933)
* | | Refactor snapping of gradient handles; now behaves like all other snapping, ↵Diederik van Lierop2010-01-0110-92/+49
| | | | | | | | | | | | | | | | | | | | | | | | i.e. no more snapping to imaginary infinite lines along the bounding box Fixed bugs: - https://launchpad.net/bugs/371001 (bzr r8932)
| | * Installing the pkgconfig fileTed Gould2010-01-011-0/+8
| | | | | | | | | (bzr r8254.1.52)
| | * Adding in building of the pkgconfig file.Ted Gould2010-01-012-0/+15
| | | | | | | | | (bzr r8254.1.51)
| | * Removing extra makefileTed Gould2010-01-011-9/+0
| | | | | | | | | (bzr r8254.1.50)
| | * Keeping up with trunkTed Gould2010-01-0171-4607/+5890
| | |\ | |_|/ |/| | (bzr r8254.1.49)