Turning on
Adding custom action to work with spinbuttons in toolbars
Update of Khmer translation created by Khoem Sokhem
purge fred's arena item tile cache (has been disabled for quite some time anyway, bitrotting; enabling it gives no measureable advantage)
hack*ahum*infrastructure to implement axonometric grid snapping. horizontal snapping already implemented.
another canvas repaint optimization: if the new rect and the rect aborted last time are not close and compact, paint them separately instead of painting their enclosing rect
some more NRRectL goodies for canvas optimizations
really add video templates
fix not installed default.lt and DVD templates, add video templates
indentation; declarations to first uses; deal with the possible failure to create pixblock due to insufficient memory
deal with the possible failure to create pixblock due to insufficient memory
gracefully fail if unable to allocate memory or if more than 100Mb buffer requested (an arbitrary limit to prevent huge allocations that will bob the system down)
Oops. we've been forgetting -DHAVE_SSL in the builds!
Removed some copy-paste code.
disable filters in outline mode
undo annotations
Filtering now works with text and image objects
undo annotations
more help commands
more help commands
add new help commands via webbrowser extensions
allow an effect to be hidden from the effects menu
add webbrowser extensions
Update, still some strings missing.
Don't mark "gridtype" as translatable.
Updating spanish translations sent by Lucas Vieites
Updating cs, ca, es and en_US@piglatin trasnlations from patch tracker
Also translations has been updated to latest strings' definitions
Also translations has been updated to latest strings' definitions
export bitmap at maximum blur rendering quality
add blur speed/quality options
Add blur
Internally, a clone is a NRArenaGroup, with the actual visible item being its child. Previously, that child inherited the style from the parent group, but the group itsef was not styled. However this does not work for filter (at least) because it is by default a noninherited property. So, for all properties to work on clones, we need to set the style on the NRArenaGroup explicitly, just as SPItemGroup does the same.
fix for filter (non)inheritance and a crude workaround for filter merging
Comment out cairo-ft for font rendering. We should not need to depend on freetype, but rather Pango, since we do that for gtk2.8+ anyway.
use the new APIs
cleanup, use the new APIs
new file for filter manipulation stuff
whitespace (line ends)
add generic set-property-to-this-object-url method
Implement singleton behaviour for undo history dialog. Make sure event
log gets created on SPDesktop::change_document.
log gets created on SPDesktop::change_document.
corrected spelling of language for NSIS
* share/tutorials/Makefile.am: Correct a filename typo.
actually added russian tutorials to build system script :)
undo annotations
undo annotations
simplify style-querying for blur radius; move Blur slider above Opacity, cleanup
18 years agoadd a member for gaussian blur deviation (perhaps will need to duplicate other filter...
add a member for gaussian blur deviation (perhaps will need to duplicate other filter params into SPStyle as well) so that style querying for blur radius can be done without creating a dummy filter object
Ensure that rubberbanding has been initialized before manipulating rubberband
Add interface to check whether or not rubberband operation has been started
Added preferences.xml option to show the widgets to get the axonometric grid. Add <group id="documentoptions" axonomgrid_enabled="1" /> to preferences.xml to enable it.
undo annotations
rename drag to wiggle with value inversion; edit tooltips
Update configure.ac to be autoconf 2.60-safe.
Check to make sure canvas provided to forced redraw functions is not null.
Typo in Makefile.am (whitespace trailing backslash)
new hash tool
added pending Russian translation of tutorials
Fixed banding problem when rendering filters
Fixed a few warnings and hardcoded PANGO_GLYPH_* constants
Fixed the disabled debug macro which caused warnings
Cleaned up virtual destructor problem and compile warnings.
Moved EventLog from SPDocument to SPDesktop to prevent it from being
created when Inkscape is started in non-gui mode. Fixes a critical
assertion caused by creation of a Gtk::TreeStore.
created when Inkscape is started in non-gui mode. Fixes a critical
assertion caused by creation of a Gtk::TreeStore.
Other tools now also retain there specific statusbar text when pressing alt/shift/ctrl.
Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pair
18 years agoWhile moving or transforming a selected object, the statusbartext with transformation...
While moving or transforming a selected object, the statusbartext with transformation information (angle, etc) is no longer overwritten by the standard text.
PNG output for Cairo renderer
PNG output for Cairo renderer
PNG output for Cairo renderer
PNG output for Cairo renderer
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
Initial commit of Cairo renderer for PDF export
fixed bug: fixed two of the 'quark > 0' console errors.
FIXED: "Several "** Message: arg" lines every time GUI is started. I think this is from the axonometric grid code by Johan Engelen (though I may be wrong)."
Sorry, forgot to remove a debugging message.
Sorry, forgot to remove a debugging message.
better (white)spacing
FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:
assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties."
assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties."
factor out creation of livarot_path, and make it on-demand so that update_repr does not need to do it after screen update (potentially fixing a crash)
fix bug in my previous commit: updating rotation centers was broken
Added forced redraws to other tools
axonometric grid: angles cannot be larger than 89 degrees.
Update of Portuguese translation
AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :)
1) Updated da, tr, sl and es translation to versions in patch tracker
2) Updating all translations to current strings
2) Updating all translations to current strings
A simple developer example for using enumerated parameters in Extensions.
Added support for enumerated types in the UI of Extensions! (all eyes on requester Spike to submit an example extension ! :P)
deleted some incorrect comment of mine.
18 years agoChanged grid drawing (nit more logical): hlines and vlines are drawn completely indep...
Changed grid drawing (nit more logical): hlines and vlines are drawn completely independent (removed nested for-loops).