Code

sodipodi:docbase finally goes packing, along with a lauris comment
[inkscape.git] / src /
2007-03-12 buliabyaksodipodi:docbase finally goes packing, along with a...
2007-03-11 mentaldisable empty enforcement for now
2007-03-11 buliabyakeliminate the use of sodipodi:docbase (use doc->base...
2007-03-11 buliabyakadd fixupHrefs right after import, so that images get...
2007-03-11 buliabyakdon't try to relativate hrefs here - it never works...
2007-03-11 mentalargh, missed selection-chemistry somehow
2007-03-11 mentalban empty rectangles entirely and remove isEmpty test
2007-03-11 mentalEliminate remaining sources of empty NR::Rects
2007-03-11 mentalSwitch selection bounds and center to use NR::Maybe...
2007-03-11 johncoswellAdd ctrl+click to paint bucket to change clicked object...
2007-03-11 buliabyakfix 1491639
2007-03-11 buliabyakfix 1656169
2007-03-11 buliabyakfix outline mode toggling with multiple views
2007-03-11 buliabyakdisplay busy cursor while filling
2007-03-11 johncoswellChange tolerance to threshold
2007-03-10 mentalMerge further bbox work
2007-03-10 buliabyakfix setting knot->pos for node handles, but remove...
2007-03-10 buliabyakno need to update coords here, it's now done in any...
2007-03-10 buliabyaknow all knots display x/y in statusbar while being...
2007-03-09 cyreveroll back a part of revision 12016, in an attempt to...
2007-03-09 ishmalAdd some code cleanup
2007-03-09 buliabyakfix 1502621
2007-03-09 buliabyakfix crash
2007-03-09 mentaldo not return empty intersections any longer
2007-03-09 buliabyakcomment
2007-03-09 mentaluse STL std::min and std::max
2007-03-09 mentalno need to use accessors here
2007-03-09 mentalWhoops, forgot to friend the methods I moved out of...
2007-03-09 mentaladdress type-punned pointer warning
2007-03-09 mentalspecialize MaybeStorage for Rect, and start using refer...
2007-03-09 mentalfix reference maybes by separate specialization
2007-03-08 mentalrework maybe so storage is customizable and can be...
2007-03-08 johncoswellAdd HSL options to paint bucket channels
2007-03-08 buliabyakwhen dragging center, defer repr updating and committin...
2007-03-08 buliabyakmake sure undoing center moves emits modified signal...
2007-03-08 ishmalchanged curve->length to SP_CURVE_LENGTH(curve). Fixes...
2007-03-08 buliabyakfix shift-dragging (no snap) of rotation center
2007-03-08 johanengelenFixed interactive updating.
2007-03-08 johanengelenFixed bug due to adding of new pointtype at the start...
2007-03-08 johncoswellAdd and adjust fill channels
2007-03-08 joncruzConverted star toobar to stock GTK+
2007-03-08 buliabyakpaintbucket: rearrange controls, edit labels/tooltips
2007-03-08 buliabyakdo not offset if offset==0; display messages if success...
2007-03-08 buliabyakexport nodes_in_path
2007-03-08 buliabyakmake offset independent of zoom
2007-03-08 buliabyakmake default paintbucket offset 0
2007-03-08 johncoswellAdd units selector to offset and remove offset range...
2007-03-07 johncoswellBegin work on selectable color channels for paint bucke...
2007-03-06 buliabyaka better fix: we don't need prev to hold opacity at all
2007-03-06 buliabyakfix invalid access warning
2007-03-06 joncruzPurged unused variable
2007-03-05 buliabyakfix by dvlierop2 for snapping bugs 1579556 and 1579587
2007-03-05 ishmalupdate JS
2007-03-05 joncruzAdding optional dialog preview. Implments RFE [ 1435276...
2007-03-05 joncruzAdding optional dialog preview. Implments RFE [ 1435276...
2007-03-05 mentalfix NR::Maybe typos
2007-03-05 mentalSeparate NRRect and NR::Rect a bit further; the goal...
2007-03-05 mentalclean up operators/constructors, and give reference...
2007-03-05 mentalfix copyright year
2007-03-04 mentalclean up reference version of maybe, and add == and...
2007-03-04 johanengelenProbably a fix for [ 1665735 ] [ 1673205 ] [ 1667584...
2007-03-04 joncruzWarning cleanup of unused variables
2007-03-04 buliabyakcomment on bbox types
2007-03-04 mentalmore NR::Maybe<NR::Rect> work
2007-03-04 mentalreturn plain rect for union in all situations where...
2007-03-04 mentalremove remaining use of assume in nr-rect.cpp
2007-03-04 mentalreturn plain rect if both union arguments are also...
2007-03-04 mentalcommunicate bbox type via flags for now
2007-03-04 mentaladapt code to new Maybe/bbox regime
2007-03-04 mentalreplace use of invokeBbox in flood fill tool
2007-03-04 mentalswitch from invokeBbox to getBounds (need to fix proble...
2007-03-04 mentalimplement new API via wrapper for now
2007-03-04 mentalSketch out new bbox API
2007-03-04 mentalConvert union and intersection to use NR::Maybe<NR...
2007-03-04 mentalredo NR::Maybe to be less clever
2007-03-04 buliabyakdelivarotify picking; restore the old pick code, fix...
2007-03-04 mentalmake conversions away from NR::Maybe explicit
2007-03-03 ishmaladd line number to Element
2007-03-03 buliabyakverbify esc to deselect; enable esc and ctrl-z to cance...
2007-03-03 joncruzBrought back checkbox and to also append filename upon...
2007-03-03 buliabyakenable esc and ctrl-z to cancel drawing
2007-03-03 buliabyakfix bug 1672619
2007-03-03 joncruzi18n cleanup and adding extension in more cases
2007-03-03 buliabyakthe SP_IS_GAUSSIANBLUR fix is not only for shapes....
2007-03-03 buliabyakfix warning when creating a mask which is the first...
2007-03-03 joncruzAdd the file extension even when the prior name has...
2007-03-03 joncruzSpeedup when switching types by avoiding setting to...
2007-03-03 buliabyakimplement proper picking (by the frame and diagonals...
2007-03-03 buliabyakrestore rendering markers in outline mode
2007-03-03 buliabyakdecouple click and drag release handlers to fix bug...
2007-03-03 mentalmess with naming a little bit and quiet compiler warnin...
2007-03-03 johncoswellFactor out bitmap scanline check into separate function
2007-03-03 johncoswellAdd user-selectable paint bucket path offset size
2007-03-02 buliabyakblind fix for endianness, needs testing by someone...
2007-03-02 buliabyakcairoify image outlines
2007-03-02 acspikeadd TODO/FIXME comment to adjust tempfile names after...
2007-03-02 buliabyakfix an error in rounding negative coords
2007-03-02 acspikefix comment to match code
2007-03-02 buliabyakfix mental's typo! found purely by chance
2007-03-02 buliabyakpatch the RGBA/BGRA incompatibility (until we're not...
next