summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix the fill-end-of-month optionbulia byak2009-01-232-2/+4
| | | (bzr r7161)
* add calendar to makefile; move some extensions to Render where they make ↵bulia byak2009-01-224-6/+8
| | | | | more sense (bzr r7160)
* * Extension test dirAur??lio A. Heckert2009-01-222-0/+110
| | | | | | * test for svgcalendar * minimal-blank.svg (bzr r7159)
* publishing calendar generator extensionAur??lio A. Heckert2009-01-222-0/+340
| | | (bzr r7158)
* force string argument to sys.stderr.write in method errormsg of inkex.pyAur??lio A. Heckert2009-01-221-1/+1
| | | (bzr r7157)
* Fix compile when lcms is disabledMaximilian Albert2009-01-212-2/+3
| | | (bzr r7156)
* updated translation from JazzyNicoAlexandre Prokoudine2009-01-211-3751/+2206
| | | (bzr r7155)
* Don't hold on to pointer returned from c_str(). Might help bug 307567Jon A. Cruz2009-01-211-1/+2
| | | (bzr r7154)
* Fixed to not emit signals from deleted object. May fix 271621.Jon A. Cruz2009-01-212-3/+14
| | | | | Fixed to no longer emit signal from deleted instance. Might fix bug 271621 (bzr r7153)
* use our python from devlibs, do not assume the user has a python in pathbulia byak2009-01-201-8/+8
| | | (bzr r7152)
* double inclusion fixJohan B. C. Engelen2009-01-201-1/+2
| | | (bzr r7151)
* Turn off new input dialog pending cleanupJon A. Cruz2009-01-201-1/+2
| | | (bzr r7150)
* Warning cleanupJon A. Cruz2009-01-201-1/+1
| | | (bzr r7149)
* patch 318246bulia byak2009-01-191-0/+2
| | | (bzr r7148)
* Rounding errors in feComposite: patch by Preben S (bug 318134)Niko Kiirala2009-01-191-7/+7
| | | (bzr r7147)
* updated Russian translationAlexandre Prokoudine2009-01-191-858/+1066
| | | (bzr r7146)
* improve guide tracking: add inertia after escape, suppress initial jerk, ↵bulia byak2009-01-192-16/+51
| | | | | reduce undesired flipping (bzr r7145)
* - Snap to the midpoint of shapes and bboxesDiederik van Lierop2009-01-1822-239/+469
| | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144)
* snap indicator: try a diamond shaped indicator for snapping to nodes. see ↵Johan B. C. Engelen2009-01-171-1/+11
| | | | | how we like this. (bzr r7143)
* fix/revert 20519 and 20521Johan B. C. Engelen2009-01-172-4/+4
| | | (bzr r7142)
* fix bug !Johan B. C. Engelen2009-01-172-9/+10
| | | (bzr r7141)
* work a bit on snapindicator: added switch statement for different typesJohan B. C. Engelen2009-01-162-16/+30
| | | (bzr r7140)
* nr-filter-image now yields identical results to using <image> in most cases ↵Jasper van de Gronde2009-01-162-21/+30
| | | | | by making use of nr-compose-transform (the only exception is the case when a file is used that does not contain an alpha channel, then it still uses its own code). (bzr r7139)
* trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 ↵Felipe Corr??a da Silva Sanches2009-01-161-0/+1
| | | | | | | but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h header. I hope it fixes the build for him. (bzr r7138)
* adding a "scripting" tab to document properties dialog that allow the user ↵Felipe Corr??a da Silva Sanches2009-01-155-8/+219
| | | | | | | to manage external javascript references. (also only working for "Inkscape SVG") (bzr r7137)
* added interactivity attributes to the object properties dialog.Felipe Corr??a da Silva Sanches2009-01-151-1/+26
| | | | | | | | | | | If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set: onclick to window.location="http://xkcd.com" onmouseover to this.style.cursor="pointer" Save as Inkscape SVG (currently not working for Plain SVG) then open this SVG file in Firefox to see the result. (bzr r7136)
* fix includebulia byak2009-01-151-1/+1
| | | (bzr r7135)
* i guess this is better but doesn't fix crashJohan B. C. Engelen2009-01-141-5/+7
| | | (bzr r7134)
* try to fix buildJohan B. C. Engelen2009-01-141-1/+1
| | | (bzr r7133)
* Remove INKSCAPE_VERSION from menus-skeleton.hKrzysztof Kosi??ski2009-01-142-2/+1
| | | (bzr r7132)
* avoiding freehand drawings with LPEs with no fill at all. Using black by ↵Felipe Corr??a da Silva Sanches2009-01-141-1/+6
| | | | | default. Johan, please correct-me in case I am mistaken. (bzr r7131)
* fixing the build (in Ubuntu GNU/Linux at least)Felipe Corr??a da Silva Sanches2009-01-141-1/+1
| | | (bzr r7130)
* fix windows build................................Johan B. C. Engelen2009-01-131-5/+5
| | | (bzr r7129)
* partly fix build .................Johan B. C. Engelen2009-01-131-1/+1
| | | (bzr r7128)
* Add inkscape-version.h to libinkversion sources so it will be Krzysztof Kosi??ski2009-01-131-1/+1
| | | | | distributed. (bzr r7127)
* Add missing inkscape-version.hKrzysztof Kosi??ski2009-01-131-0/+34
| | | (bzr r7126)
* Snapping cusp nodes: Diederik van Lierop2009-01-131-4/+5
| | | | | | - rewrite the tooltip - disable the button when snapping to cusp nodes is off (bzr r7125)
* Do not fail when svn client is not installed and .svn directory is Krzysztof Kosi??ski2009-01-131-1/+1
| | | | | present. (bzr r7124)
* Improved version reporting. Add SVN revision and custom status to Krzysztof Kosi??ski2009-01-1324-124/+150
| | | | | version string on Linux. (bzr r7123)
* Latest set of tango icons (by jEsuSdA 8) )Diederik van Lierop2009-01-121-413/+97
| | | (bzr r7122)
* updated Tango icon set from JesusdaAlexandre Prokoudine2009-01-122-274/+1890
| | | | | added Jesusda and Michael Grosberg to the list of contributors (bzr r7121)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-1235-66/+124
| | | | | sub-libs of inkscape. (bzr r7120)
* copyeditbulia byak2009-01-111-2/+2
| | | (bzr r7119)
* Switching tools based on tablet device now handles many devices of same typeNiko Kiirala2009-01-111-23/+22
| | | (bzr r7118)
* a much improved Tango icon set from jEsuSdAAlexandre Prokoudine2009-01-111-3029/+11487
| | | (bzr r7117)
* UseGlibMarshal.cmake - Don't overwrite the file if it hasn't changedKrzysztof Kosi??ski2009-01-111-5/+13
| | | (bzr r7116)
* Now it is possible to clear the list of documents inFelipe Corr??a da Silva Sanches2009-01-112-1/+28
| | | | | | | File -> Open recent Button added to the Interface page in Inkscape preferences dialog. (bzr r7115)
* Add CMakeLists for the filters directory.Krzysztof Kosi??ski2009-01-111-0/+23
| | | (bzr r7114)
* promote default namespace for INX extension filesThomas Holder2009-01-111-9/+12
| | | (bzr r7113)
* * [INTL: sk] Slovak update by Ivan MasarIvan Mas??r2009-01-111-7/+10
| | | (bzr r7112)