Added pop-up and toolbar menu
added translations en_US@piglatin and th
whitespace
fix 1520018: sync up the embed/not embed transform logic when ungrouping with that used in sp_item_write_transform, so as to not embed e.g. for clipped/masked objects
enable copy/paste of objects with filters
fix crash: when closing a document, the selection we're passed as argument may be not the one of the active desktop, so use SP_ACTIVE_DESKTOP instead
Added callback function to allow shrinking of widgets
Added fix from Andre Twupack for prefdialog.cpp's needed gettext support for titles...a small one
Committed double code because of the hurry to let you use the axonom-snapping stuff.
axonomgrid: Bugfix
Axonometric grid: snapping to vertical gridlines
Added new name to the AUTHORS file
Added Marcus Brubaker's patch to the script...he updated...closing his patch
Corrected focus problems by moving flag setting back to first thing
factor in object's matrix expansion when querying blur radius
fix calculating the blur radius, use the new API
simplify by using the new API
change API: separate functions creating a blur filter, one for a given item, another from the given matrix expansion and w/h
Fix msgstr[0/1] problem.
do not embed transform if it's not translation and the object has a filter
Added new author
Added icons for inkscape svg files...how can we add them to the default desktop
to be visible is still pending...
to be visible is still pending...
Added author
Applied patch for support of building on Tru64 systems.
Added patch to support sgi SGI IRIX 6.5.28, gcc 3.4.0.
Ooops...forgot to add thai translation..
Applied patch to mkfiles.pl from Andre Twupack
Added "Other" radio toggle for the URI field on our license dialog
Key, tab and focus refinement
Added patch for updates to doxyfile...great!
Added catalonian translation from patch
Added catalonian version of default template from patch submission
Updated swedish translation from patch...thanks friends!
updated bulgarian translation thanks to victor dachev's patch
Added 50% finished bulgarian translation
added thai language patch...thai anyone?
Adding climb and digits properties, key processing and focus handling
glass by Andy Fitzsimon
new example by Konstantin Rotkevich
make blur slider a percentage; change opacity to 1..100 as well; ensure the filter margins are at least twice the blur radius
Update.
more correct double opacity fix: do not multiply by opacity if item->render_opacity, i.e. the opacity was already applied during render
fix the erroneous double opacity on filtered objects
handle the case of no filter primitives
fill in set methods to enable x/y/w/h
remove color cursors
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