Updated with new name for dz.po file
Updated translation from lovely patch and added to TRANSLATORS file
populated PDF feature matrix spreadsheet
okay, got the REAL names this time
add borders and proper names for output extensions
add PDF feature matrix files for comparing feature-completeness of PDF exporters
Renaming from SP_CGRID to INKSCAPE_CXYGRID. SPCGrid to Inkscape::CXYGrid
Bug fix in set_gridtype
enable starting in outline mode by prefs setting
18 years agoworkaround for crash 1580903 and several other issues caused by GTK's braindead behav...
workaround for crash 1580903 and several other issues caused by GTK's braindead behavior exposed by display interruptibility
extend the semantics of sp_canvas_force_full_redraw_after_interruptions to allow passing 0 to it, meaning no interruptions at all until the next sp_canvas_end_forced_full_redraws
Lamborgini Gallardo by Michael Grosberg
surrender
fix visibility and pickability of nofill/nostroke objects in outline mode; optimize looking up rendermode
implement rendering of clips/masks in outline mode; make all outline colors stored in the prefs
switch pref/repr utility methods to using long long ints; with
out it, we cannot even store an rgba32 color in an attribute\!
out it, we cannot even store an rgba32 color in an attribute\!
preserve clip/mask for stroke-to-path also
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