summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Snap guides to grids (fixes bug #170741)Diederik van Lierop2009-08-023-43/+37
| | | (bzr r8381)
* FIX 309856 353847: correctly advertise exception leads to error message dialogueAdib Taraben2009-08-014-11/+32
| | | (bzr r8380)
* When switching context by pressing a key, while dragging to create a new ↵Diederik van Lierop2009-08-015-0/+83
| | | | | shape, the original context should be finished properly and sp_canvas_item_ungrab should be called. set_event_context() was looking for e.g. sp_rect_context_finish, but this wasn't implemented for any of the shape tools. This closes bug #195101 (bzr r8375)
* Snap guides to intersections of curves too (see bug #405419)Diederik van Lierop2009-07-293-9/+23
| | | (bzr r8361)
* Fix for bug LP #383244 (patch by Hannes Hochreiner)Nicolas Dufour2009-07-291-3/+7
| | | (bzr r8360)
* Fix for bug #404488 by Yann PapouinDiederik van Lierop2009-07-291-1/+1
| | | (bzr r8359)
* Remove unnecessary tab in Layers dialog (closes LP #364224)Maximilian Albert2009-07-292-4/+1
| | | (bzr r8358)
* Fix for bug #396580 (non-ASCII characters not displayed correctly in the ↵Nicolas Dufour2009-07-291-1/+4
| | | | | open dialog). (bzr r8355)
* Fix bug #168387 (Display mode toggle doesn't update radio button)Diederik van Lierop2009-07-282-6/+50
| | | (bzr r8354)
* Per #401826, removing unused dependency on libgnome. Tested on Ubuntu 9.04 & ↵Josh Andler2009-07-211-1/+0
| | | | | 9.10 with no difference in compiler messages or functionality. (bzr r8325)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-1820-201/+66
| | | | | of the related warning messages (bzr r8302)
* Fix for bug LP #400985 (3 strings in UI are not translatable)Nicolas Dufour2009-07-182-6/+6
| | | (bzr r8300)
* Use cursor-tweak-move.xpm for all object modes and cursor-color.xpmTavmjong Bah2009-07-181-1/+6
| | | | | | for color paint mode until someone creates new cursors. This at least gives consistency as to which cursor is used in each mode. (bzr r8298)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-167-73/+132
| | | (bzr r8293)
* shapeeditor: save separate listerner's repr_keys for KnotHolder and ↵Johan B. C. Engelen2009-07-152-16/+17
| | | | | NodePaths, to fix bug #387298 (bzr r8289)
* - Fix bug #171150: Connectors should always touch the shape boundarymjwybrow2009-07-152-125/+111
| | | | | | This fix is backported from some of Arcadie Cracan's Summer of Code work on the gsoc2009_connectors branch. (bzr r8284)
* Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be ↵Josh Andler2009-07-135-5/+5
| | | | | directly included now. (bzr r8278)
* Fix width slider for Eraser ToolJosh Andler2009-07-131-2/+2
| | | (bzr r8277)
* Fixed a icon name string which shouldn't have been translatable.Luca Bruno2009-07-131-1/+1
| | | | | Closes: #398410 (bzr r8274)
* sp-star.cpp, star-context.cpp: s/CLAMP/NR_CLAMP/, to make clear (and ensure) ↵Peter Moulder2009-07-132-6/+7
| | | | | that we're using the libnr version rather than the glib version. (This change is probably desirable in most of Inkscape, but star-related code in particular is known to be sensitive to the difference.) (bzr r8273)
* libnr/nr-macros.h: Change our CLAMP macro definition to provide both CLAMP ↵Peter Moulder2009-07-131-3/+4
| | | | | and NR_CLAMP, and make it take precedence over any existing CLAMP macro (such as the one from Glib, which doesn't behave the way we want for NaN). (bzr r8272)
* doc: add TODO comment for handling hrefs better.Peter Moulder2009-07-131-0/+7
| | | (bzr r8271)
* fix a small memleakbulia byak2009-07-121-0/+1
| | | (bzr r8265)
* Don't allow the "proportion" parameter of a star to become NaN, because this ↵Diederik van Lierop2009-07-121-2/+4
| | | | | will lead to a crash (i.e. give a continuity error in 2geom). This occured when snapping both handles of a star to the same grid intersection and subsequently drawing a new star (bzr r8264)
* Produce proper ODG files on x86_64, patch by Lubomir RintelLuca Bruno2009-07-101-0/+2
| | | | | (Closes: #275519) (bzr r8250)
* Make stars and spirals escapableDiederik van Lierop2009-07-093-13/+78
| | | (bzr r8245)
* Fix for LP #358921 (Colons in filters parameters must be translatable)Nicolas Dufour2009-07-091-41/+42
| | | (bzr r8241)
* * dummy commit - previous commit message should have mentioned bug 380522 ↵Ivan Mas??r2009-07-091-1/+1
| | | | | instead (bzr r8239)
* * added tooltip (see bug 358921) and translator commentsIvan Mas??r2009-07-092-1/+7
| | | | | | * updated inkscape.pot * [INTL:sk] Slovak translation update (bzr r8238)
* Don't create rectangles that have a zero x or y dimension. When snapping for ↵Diederik van Lierop2009-07-081-5/+38
| | | | | example to the same point twice then just cancel the rect creation (Fixes bug #375975). And while we're at it, make the rectangle tool escapeable by pressing esc. See also rev. #21706 which was similar but applied to ellipses instead. (bzr r8237)
* When translating too many nodes, a convex hull is used for snapping. This is ↵Diederik van Lierop2009-07-081-3/+7
| | | | | not needed when "only snap node closest to mouse pointer" has been enabled in the preferences (fixes bug #396070) (bzr r8236)
* Contextual split of translatable messageAlexandre Prokoudine2009-07-081-1/+1
| | | (bzr r8232)
* Fix for pattern name localizationNicolas Dufour2009-07-081-2/+2
| | | (bzr r8230)
* Reverting the references which made the Node Tool controls toolbar disappear.Josh Andler2009-07-071-12/+12
| | | (bzr r8228)
* Removing a couple node-tool related modifications in the file which I don't ↵Josh Andler2009-07-071-11/+0
| | | | | believe Krzysztof intended to commit. (bzr r8226)
* - Fix bug #396322: "Spell checker crashes the OS X package"mjwybrow2009-07-071-23/+13
| | | | | | | | | | | - Include the aspell dictionary files in the app bundle. - Show an error if at least the en dictionary files are not available. - Replace the GtkOptionMenu (for selecting which dictionary to add extra words to) with a GtkComboBox since this one behaves correctly when it is insensitive. GtkOptionMenu is deprecated and the menu would appear when clicking on the insensitive widget and then could not be closed. (bzr r8224)
* Fix LP #390162: Wrong defaults for Calligraphy toolKrzysztof Kosi??ski2009-07-073-21/+33
| | | (bzr r8223)
* Fix for Bug #327533 (Calligraphy presets are not translatable).Nicolas Dufour2009-07-062-1/+9
| | | (bzr r8217)
* commit out apparently useless warningbulia byak2009-07-051-1/+1
| | | (bzr r8209)
* Fix compiler warnings with newer GCCJosh Andler2009-06-306-6/+6
| | | (bzr r8193)
* Don't create ellipses/arcs/circles that have a zero x or y dimension. When ↵Diederik van Lierop2009-06-291-7/+41
| | | | | snapping for example to the same point twice then just cancel the arc creation (Fixes bug #375975). And while we're at it, make the ellipse tool escapeable by pressing esc. Needs to be copied to the rect / star / etc. tools too (bzr r8187)
* better fix, and prevent any further crashes; now tested on windows toobulia byak2009-06-291-4/+8
| | | (bzr r8184)
* fix imagemagick effects for file:// urisbulia byak2009-06-291-1/+4
| | | (bzr r8183)
* save/restore initial dir when importingbulia byak2009-06-281-0/+1
| | | (bzr r8181)
* save/restore initial dir when importingbulia byak2009-06-281-4/+23
| | | (bzr r8180)
* patch 375771bulia byak2009-06-221-0/+1
| | | (bzr r8146)
* fix obvious typo, patch 340311bulia byak2009-06-221-1/+1
| | | (bzr r8145)
* improved cursors from a patch - except the paintbucket which looks like its ↵bulia byak2009-06-226-154/+153
| | | | | Tango icon (bzr r8143)
* change cursor over guide, snap with Ctrlbulia byak2009-06-221-2/+37
| | | (bzr r8142)
* more detailed shortcut infobulia byak2009-06-221-3/+6
| | | (bzr r8141)