summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-296-27/+146
| | | (bzr r6726)
* temporarily, make pdf exporters switchable for testingbulia byak2008-08-292-1/+5
| | | (bzr r6725)
* fix crash on trying to autosave with no documents (e.g. when inkscape was ↵bulia byak2008-08-281-0/+4
| | | | | given a wrong filename on the command line and hangs in the file-not-found dialog) (bzr r6724)
* Fix snapping of spiralsDiederik van Lierop2008-08-281-3/+5
| | | (bzr r6723)
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-2814-33/+38
| | | (bzr r6722)
* null check fixes patch from bug 261475bulia byak2008-08-283-22/+26
| | | (bzr r6721)
* added missing semicolons in translatable messagesAlexandre Prokoudine2008-08-281-27/+27
| | | (bzr r6720)
* Fixed clipboard code to properly load needed extensions. Fixes bug #171662Jon A. Cruz2008-08-281-2/+21
| | | (bzr r6719)
* Fixed crash due to use of uninitialized pointerJon A. Cruz2008-08-281-3/+3
| | | (bzr r6718)
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-254-25/+68
| | | (bzr r6715)
* fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ↵bulia byak2008-08-251-1/+1
| | | | | etc., ie be geometric (bzr r6714)
* whitespacebulia byak2008-08-251-62/+61
| | | (bzr r6713)
* Fix for Bug 238113 (preserve title/desc for various Inkscape operations)Jeff Schiller2008-08-242-7/+65
| | | (bzr r6712)
* Update to sync metadata title to the document title.Jeff Schiller2008-08-231-2/+13
| | | (bzr r6710)
* Support for title and desc elements when serializing as Plain SVG.Jeff Schiller2008-08-2310-0/+260
| | | (bzr r6709)
* Hopefully fix for the recently experienced crashes when building with -O2. I ↵Maximilian Albert2008-08-221-2/+16
| | | | | don't understand why it works, please have a look at this yourself (also see post on the mailing list). (bzr r6708)
* Fix to bug with export-width and export-height due to errno not being reset ↵John Cliff2008-08-201-3/+5
| | | | | | | during strtoul. See jabber logs at 4pm 8/20/08 (bzr r6707)
* Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert2008-08-192-22/+35
| | | (bzr r6706)
* Don't display canvas text (length info) in lpe-ruler any more; add many more ↵Maximilian Albert2008-08-192-56/+88
| | | | | options (bzr r6704)
* fixed a typoAlexandre Prokoudine2008-08-191-1/+1
| | | (bzr r6703)
* Deactivate unit selector when measuring info is offMaximilian Albert2008-08-191-3/+7
| | | (bzr r6702)
* Apply instant-LPEs _before_ adding new items to selection (so that they can ↵Maximilian Albert2008-08-191-4/+4
| | | | | be taken into account on new items) (bzr r6701)
* Add convenience button to open LPE dialog (e.g., to adapt construction ↵Maximilian Albert2008-08-181-0/+25
| | | | | parameters numerically) (bzr r6700)
* Attempt to fix crashes in geometry tool which I don't see :-/Maximilian Albert2008-08-183-2/+9
| | | (bzr r6699)
* Don't unnecessarily block button pressMaximilian Albert2008-08-181-8/+7
| | | (bzr r6698)
* Option to display measuring info in geometry toolMaximilian Albert2008-08-183-23/+224
| | | (bzr r6697)
* Fix end type combo boxMaximilian Albert2008-08-183-11/+11
| | | (bzr r6696)
* since all values are 0..1, shifting gamma up must use power<1 so that the ↵bulia byak2008-08-181-2/+2
| | | | | values are actually increased by it (bzr r6695)
* Temporarily hide icon for geometry toolMaximilian Albert2008-08-181-1/+1
| | | (bzr r6692)
* Add mirror symmetry to geometry toolMaximilian Albert2008-08-181-1/+2
| | | (bzr r6690)
* Remove debugging messagesMaximilian Albert2008-08-186-50/+1
| | | (bzr r6689)
* Check whether we are really in LPEToolContext in ↵Maximilian Albert2008-08-181-1/+4
| | | | | sp_lpetool_toolbox_sel_changed() (bzr r6688)
* Add function to cancel wait-for-LPE mode in pen contextMaximilian Albert2008-08-182-0/+12
| | | (bzr r6687)
* noop: reorder options for lpe-line-segmentMaximilian Albert2008-08-182-4/+4
| | | (bzr r6686)
* Toggle button in geometry toolbar to set limiting bounding box for ↵Maximilian Albert2008-08-185-19/+70
| | | | | LPELineSegment (bzr r6685)
* Some debugging messagesMaximilian Albert2008-08-182-1/+19
| | | (bzr r6684)
* Add action to change the end type of line segments if an item has ↵Maximilian Albert2008-08-184-54/+91
| | | | | LPELineSegment applied; this is for demonstration purposes because later it would be nice if we could change widgets interactively. (bzr r6683)
* noop: wordingMaximilian Albert2008-08-181-2/+2
| | | (bzr r6680)
* Apply a geometric construction directly to selected item if the LPE supports itMaximilian Albert2008-08-183-8/+47
| | | (bzr r6678)
* Let acceptsNumClicks() distinguish between invalid LPE and valid ones that ↵Maximilian Albert2008-08-181-0/+1
| | | | | expect zero clicks (bzr r6677)
* noop: wordingMaximilian Albert2008-08-182-2/+2
| | | (bzr r6676)
* Absorb all mouse clicks (and flash a warning on the status bar) when no ↵Maximilian Albert2008-08-182-19/+19
| | | | | subtool is activated (bzr r6675)
* Switch back to all_inactive mode after applying a geometric LPEMaximilian Albert2008-08-184-2/+33
| | | (bzr r6674)
* Add button whether to display limiting bounding box; add 'all inactive' ↵Maximilian Albert2008-08-183-5/+52
| | | | | toggle button as a workaround that not all toggle buttons can be inactive in an EgeSelectOneAction (bzr r6673)
* Draw limiting bounding box in geometriy toolMaximilian Albert2008-08-182-0/+37
| | | (bzr r6671)
* Remove commented parts of codeMaximilian Albert2008-08-182-198/+3
| | | (bzr r6670)
* Two more subtoolsMaximilian Albert2008-08-181-2/+4
| | | (bzr r6669)
* remove commented includes; #ifdef HAVE_CONFIG_HMaximilian Albert2008-08-181-38/+2
| | | (bzr r6668)
* Add option do deactivate knotholder handles for LPEs (useful if they ↵Maximilian Albert2008-08-182-0/+8
| | | | | interfere with node handles during editing); doesn't live update the ShapeEditor at the moment (bzr r6667)
* Better position for Geometry tool in toolboxMaximilian Albert2008-08-181-1/+1
| | | (bzr r6666)