Change includes for gtk.h/gtkclist.h slightly
undo last commit - here's a better way to fix this bug
Add libgio.dll to distro. Will need for gtk2.14, but good now, too.
fix crash: separate np and kh listeners so that np listener is not fired twice when a path with pattern fill is edited
comment typo
Make click-select work in geometry tool
Select landscape by default for certain page formats
Add page sizes for various business card formats as per request in LP #172225
The page size table in Document Properties should use the available vertical space
Make rasterization of filters into pdf respect the requested dpi.
This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms.
This is patch is the result of cooperation between John Cliff, Josh Blocher and myself. There remains an issue with the positioning of filtered objects that originally possessed transforms.
convert moveto, lineto and curveto native to Point, instead of going to gdouble to go back to Point again....
16 years agoAdd a zoom correction option to preferences (used when zooming to 1:1 etc. to display...
Add a zoom correction option to preferences (used when zooming to 1:1 etc. to display items in their true sizes)
add lpe param: VectorParam<float> and VectorParam<double>
add method to write single paths to svg
Fixed forgotten variable assignment
comment update
use smaller subpixel scaling; large values take more memory and sometimes fail for too large patter tiles
removed unnecessary pointer, changed to by reference. (the pointer was not allowed to be NULL, so reference is better)
Fixes to desktop file from patch. Bug #263233
fix assert when exporting bug 171849 file, make sure small patterns are exported properly by scaling them up (to use integer width/height) and then down
I don't have this function, must be a recent addition to glib? replaced by a more standard one
update 2geom (rev. 1569)
yet another update of ru.po
Move single-dot-creation function to a better location (and rename it accordingly)
Fixed missing return of value and misc return cleanup. Should be the proper fix for the prior problems here.
Fix for missing define
enable EPS export via cairo, use it instead of the old native one
fix names and mime types; cairo ps out now the default
disable old non-cairo ps export via print
remove cairo and experimental from the name; now this is THE pdf exporter
properly transform clippath: transform of the item using the clippath must also be applied
remove unused include files and methods
remove unused variables
cairo-render-context extension implementation converted to 2geom
temporary fix for continuity exception
Fix patterns when scaled.
Avoid pattern size change due to rounding errors in ceil().
Avoid pattern size change due to rounding errors in ceil().
NR => Geom for context-fns
NR => Geom for arc-context
NR => Geom for (almost all of) event-context.h/.cpp
Eliminate SP_ACTIVE_DESKTOP in the object-snapper
* Some minor markup errors fixed
* [INTL: NL] Updated dutch translation, by myckel and Benno Schulenberg (closes: 219475)
Fix regression in snapping to paths (which caused self-snapping)
Ulf Ericson's patch for implementing missing properties in the new pdf exporter
temporarily, make pdf exporters switchable for testing
fix crash on trying to autosave with no documents (e.g. when inkscape was given a wrong filename on the command line and hangs in the file-not-found dialog)
Fix snapping of spirals
Modify the parameters required for setting up the SnapManager
null check fixes patch from bug 261475
added missing semicolons in translatable messages
Fixed clipboard code to properly load needed extensions. Fixes bug #171662
Fixed crash due to use of uninitialized pointer
enable failOnError in TaskDelete
fixed bug in removeFile()
Cleanup of named icon background rendering and added pref for workaround
fix per SVG spec: bbox for paint servers must be exclusive of a stroke width etc., ie be geometric
whitespace
Fix for Bug 238113 (preserve title/desc for various Inkscape operations)
adding my name as per discussions with Aaron Spike
Update to sync metadata title to the document title.
Support for title and desc elements when serializing as Plain SVG.
Hopefully fix for the recently experienced crashes when building with -O2. I don't understand why it works, please have a look at this yourself (also see post on the mailing list).
Fix to bug with export-width and export-height due to errno not being reset during strtoul.
See jabber logs at 4pm 8/20/08
See jabber logs at 4pm 8/20/08
Make lpe-ruler work for arbitrary paths, not just line segments
16 years agoFix LP #258604 (incorrect direction in tutorial-basic.svg); also fix this in a couple...
Fix LP #258604 (incorrect direction in tutorial-basic.svg); also fix this in a couple of other languages
Don't display canvas text (length info) in lpe-ruler any more; add many more options
fixed a typo
Deactivate unit selector when measuring info is off
Apply instant-LPEs _before_ adding new items to selection (so that they can be taken into account on new items)
Add convenience button to open LPE dialog (e.g., to adapt construction parameters numerically)
Attempt to fix crashes in geometry tool which I don't see :-/
Don't unnecessarily block button press
Option to display measuring info in geometry tool
Fix end type combo box
since all values are 0..1, shifting gamma up must use power<1 so that the values are actually increased by it
added a new LPE and a new regular extension
to the list of translatables
to the list of translatables
Fix shortcut for geometry tool
Temporarily hide icon for geometry tool
Add shortcut for geometry tool
Add mirror symmetry to geometry tool
Remove debugging messages
Check whether we are really in LPEToolContext in sp_lpetool_toolbox_sel_changed()
Add function to cancel wait-for-LPE mode in pen context
noop: reorder options for lpe-line-segment
Toggle button in geometry toolbar to set limiting bounding box for LPELineSegment
Some debugging messages
Add action to change the end type of line segments if an item has LPELineSegment applied; this is for demonstration purposes because later it would be nice if we could change widgets interactively.
Icon for lpe-mirror-symmetry
Simply display 'none' in the icon for 'all inactive' mode (this is until we have found a better icon or the mode is removed)
noop: wording
Remaining icons
Apply a geometric construction directly to selected item if the LPE supports it
Let acceptsNumClicks() distinguish between invalid LPE and valid ones that expect zero clicks
noop: wording
Absorb all mouse clicks (and flash a warning on the status bar) when no subtool is activated
Switch back to all_inactive mode after applying a geometric LPE
16 years agoAdd button whether to display limiting bounding box; add 'all inactive' toggle button...
Add button whether to display limiting bounding box; add 'all inactive' toggle button as a workaround that not all toggle buttons can be inactive in an EgeSelectOneAction
Slightly enlarge icon for geometric tool
Draw limiting bounding box in geometriy tool
Remove commented parts of code