summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* more correct double opacity fix: do not multiply by opacity if item->render_o...bulia byak2006-10-201-3/+2
* fix the erroneous double opacity on filtered objectsbulia byak2006-10-201-2/+6
* handle the case of no filter primitivesbulia byak2006-10-201-4/+6
* fill in set methods to enable x/y/w/hbulia byak2006-10-201-5/+17
* remove color cursorsJosh Andler2006-10-1939-3798/+105
* Turning onJon A. Cruz2006-10-191-1/+1
* Adding custom action to work with spinbuttons in toolbarsJon A. Cruz2006-10-196-1/+1194
* purge fred's arena item tile cache (has been disabled for quite some time any...bulia byak2006-10-174-620/+105
* hack*ahum*infrastructure to implement axonometric grid snapping. horizontal s...Johan B. C. Engelen2006-10-166-8/+102
* another canvas repaint optimization: if the new rect and the rect aborted las...bulia byak2006-10-161-51/+133
* some more NRRectL goodies for canvas optimizationsbulia byak2006-10-163-0/+63
* indentation; declarations to first uses; deal with the possible failure to cr...bulia byak2006-10-141-897/+1061
* deal with the possible failure to create pixblock due to insufficient memorybulia byak2006-10-146-4/+60
* gracefully fail if unable to allocate memory or if more than 100Mb buffer req...bulia byak2006-10-141-1/+14
* Removed some copy-paste code.Johan B. C. Engelen2006-10-131-12/+8
* disable filters in outline modebulia byak2006-10-111-8/+10
* undo annotationsgustav_b2006-10-102-8/+14
* Filtering now works with text and image objectsNiko Kiirala2006-10-104-0/+65
* undo annotationsbulia byak2006-10-1019-89/+95
* more help commandsbulia byak2006-10-091-0/+2
* add new help commands via webbrowser extensionsbulia byak2006-10-091-0/+5
* allow an effect to be hidden from the effects menubulia byak2006-10-091-1/+7
* Don't mark "gridtype" as translatable.Colin Marquardt2006-10-091-1/+1
* export bitmap at maximum blur rendering qualitybulia byak2006-10-091-0/+9
* add blur speed/quality optionsbulia byak2006-10-095-47/+221
* Add blurbulia byak2006-10-081-10/+89
* Internally, a clone is a NRArenaGroup, with the actual visible item being its...bulia byak2006-10-081-0/+13
* fix for filter (non)inheritance and a crude workaround for filter mergingbulia byak2006-10-081-3/+12
* Comment out cairo-ft for font rendering. We should not need to depend on fre...Bob Jamison2006-10-081-1/+6
* use the new APIsbulia byak2006-10-071-29/+4
* cleanup, use the new APIsbulia byak2006-10-071-72/+8
* new file for filter manipulation stuffbulia byak2006-10-073-0/+126
* whitespace (line ends)bulia byak2006-10-071-31/+31
* add generic set-property-to-this-object-url methodbulia byak2006-10-072-0/+27
* Implement singleton behaviour for undo history dialog. Make sure eventgustav_b2006-10-064-15/+84
* undo annotationsbulia byak2006-10-0513-55/+53
* undo annotationsbulia byak2006-10-057-31/+38
* simplify style-querying for blur radius; move Blur slider above Opacity, cleanupbulia byak2006-10-042-65/+49
* add a member for gaussian blur deviation (perhaps will need to duplicate othe...bulia byak2006-10-041-0/+4
* Ensure that rubberbanding has been initialized before manipulating rubberbandJohn Bintz2006-10-041-4/+6
* Add interface to check whether or not rubberband operation has been startedJohn Bintz2006-10-042-1/+11
* Added preferences.xml option to show the widgets to get the axonometric grid....Johan B. C. Engelen2006-10-031-0/+7
* fix bug #1568462 boolean operation remove mask/clip-pathpopolon.org2006-10-031-2/+15
* undo annotationsbulia byak2006-10-031-22/+22
* rename drag to wiggle with value inversion; edit tooltipsbulia byak2006-10-032-19/+19
* Check to make sure canvas provided to forced redraw functions is not null.John Bintz2006-10-031-0/+4
* new hash toolBob Jamison2006-10-022-0/+1780
* Fixed banding problem when rendering filtersNiko Kiirala2006-10-021-0/+1
* Fixed a few warnings and hardcoded PANGO_GLYPH_* constantsmiklosh2006-10-021-12/+13
* Fixed the disabled debug macro which caused warningsmiklosh2006-10-021-1/+1