2007-03-12 |
acspike | add verbs for unlocking and unhiding all objects global... |
commit | commitdiff | tree | snapshot |
2007-03-12 |
buliabyak | sodipodi:docbase finally goes packing, along with a... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
mental | disable empty enforcement for now |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | eliminate the use of sodipodi:docbase (use doc->base... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | add fixupHrefs right after import, so that images get... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | don't try to relativate hrefs here - it never works... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
mental | argh, missed selection-chemistry somehow |
commit | commitdiff | tree | snapshot |
2007-03-11 |
mental | ban empty rectangles entirely and remove isEmpty test |
commit | commitdiff | tree | snapshot |
2007-03-11 |
mental | Eliminate remaining sources of empty NR::Rects |
commit | commitdiff | tree | snapshot |
2007-03-11 |
mental | Switch selection bounds and center to use NR::Maybe... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
johncoswell | Add ctrl+click to paint bucket to change clicked object... |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | fix 1368408 |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | fix 1491639 |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | fix 1656169 |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | fix outline mode toggling with multiple views |
commit | commitdiff | tree | snapshot |
2007-03-11 |
buliabyak | display busy cursor while filling |
commit | commitdiff | tree | snapshot |
2007-03-11 |
johncoswell | Change tolerance to threshold |
commit | commitdiff | tree | snapshot |
2007-03-10 |
mental | Merge further bbox work |
commit | commitdiff | tree | snapshot |
2007-03-10 |
buliabyak | fix setting knot->pos for node handles, but remove... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
buliabyak | no need to update coords here, it's now done in any... |
commit | commitdiff | tree | snapshot |
2007-03-10 |
buliabyak | now all knots display x/y in statusbar while being... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
cyreve | roll back a part of revision 12016, in an attempt to... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
ishmal | Add some code cleanup |
commit | commitdiff | tree | snapshot |
2007-03-09 |
buliabyak | fix 1502621 |
commit | commitdiff | tree | snapshot |
2007-03-09 |
buliabyak | fix crash |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | do not return empty intersections any longer |
commit | commitdiff | tree | snapshot |
2007-03-09 |
buliabyak | comment |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | use STL std::min and std::max |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | no need to use accessors here |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | Whoops, forgot to friend the methods I moved out of... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | address type-punned pointer warning |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | specialize MaybeStorage for Rect, and start using refer... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
mental | fix reference maybes by separate specialization |
commit | commitdiff | tree | snapshot |
2007-03-08 |
mental | rework maybe so storage is customizable and can be... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
johncoswell | Add HSL options to paint bucket channels |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | when dragging center, defer repr updating and committin... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | make sure undoing center moves emits modified signal... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
ishmal | changed curve->length to SP_CURVE_LENGTH(curve). Fixes... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | update about shift+dragging rotation center |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | fix shift-dragging (no snap) of rotation center |
commit | commitdiff | tree | snapshot |
2007-03-08 |
johanengelen | Fixed interactive updating. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
johanengelen | Fixed bug due to adding of new pointtype at the start... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
johncoswell | Add and adjust fill channels |
commit | commitdiff | tree | snapshot |
2007-03-08 |
joncruz | Converted star toobar to stock GTK+ |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | paintbucket: rearrange controls, edit labels/tooltips |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | do not offset if offset==0; display messages if success... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | export nodes_in_path |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | make offset independent of zoom |
commit | commitdiff | tree | snapshot |
2007-03-08 |
buliabyak | make default paintbucket offset 0 |
commit | commitdiff | tree | snapshot |
2007-03-08 |
johncoswell | Add units selector to offset and remove offset range... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
pjrm | Fix what appears to be a copy&paste bug: ć was getting... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
ishmal | improve timing |
commit | commitdiff | tree | snapshot |
2007-03-07 |
johncoswell | Begin work on selectable color channels for paint bucke... |
commit | commitdiff | tree | snapshot |
2007-03-06 |
buliabyak | a better fix: we don't need prev to hold opacity at all |
commit | commitdiff | tree | snapshot |
2007-03-06 |
buliabyak | fix invalid access warning |
commit | commitdiff | tree | snapshot |
2007-03-06 |
joncruz | Purged unused variable |
commit | commitdiff | tree | snapshot |
2007-03-05 |
buliabyak | fix by dvlierop2 for snapping bugs 1579556 and 1579587 |
commit | commitdiff | tree | snapshot |
2007-03-05 |
buliabyak | patch by Tavmjong to remove unnecessary flipping |
commit | commitdiff | tree | snapshot |
2007-03-05 |
ishmal | update JS |
commit | commitdiff | tree | snapshot |
2007-03-05 |
joncruz | Adding optional dialog preview. Implments RFE [ 1435276... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
joncruz | Adding optional dialog preview. Implments RFE [ 1435276... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
mental | fix NR::Maybe typos |
commit | commitdiff | tree | snapshot |
2007-03-05 |
mental | Separate NRRect and NR::Rect a bit further; the goal... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
mental | clean up operators/constructors, and give reference... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
mental | fix copyright year |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | clean up reference version of maybe, and add == and... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
johanengelen | Probably a fix for [ 1665735 ] [ 1673205 ] [ 1667584... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
joncruz | Warning cleanup of unused variables |
commit | commitdiff | tree | snapshot |
2007-03-04 |
theadib | clean to delete config.h |
commit | commitdiff | tree | snapshot |
2007-03-04 |
buliabyak | comment on bbox types |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | more NR::Maybe<NR::Rect> work |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | return plain rect for union in all situations where... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | remove remaining use of assume in nr-rect.cpp |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | return plain rect if both union arguments are also... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | communicate bbox type via flags for now |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | adapt code to new Maybe/bbox regime |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | replace use of invokeBbox in flood fill tool |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | switch from invokeBbox to getBounds (need to fix proble... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | implement new API via wrapper for now |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | Sketch out new bbox API |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | Convert union and intersection to use NR::Maybe<NR... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | redo NR::Maybe to be less clever |
commit | commitdiff | tree | snapshot |
2007-03-04 |
buliabyak | delivarotify picking; restore the old pick code, fix... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
mental | make conversions away from NR::Maybe explicit |
commit | commitdiff | tree | snapshot |
2007-03-03 |
ishmal | remove debug messages that sneaked in |
commit | commitdiff | tree | snapshot |
2007-03-03 |
ishmal | add line number to Element |
commit | commitdiff | tree | snapshot |
2007-03-03 |
ishmal | improve error messages |
commit | commitdiff | tree | snapshot |
2007-03-03 |
buliabyak | verbify esc to deselect; enable esc and ctrl-z to cance... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
ishmal | modify touchabout target |
commit | commitdiff | tree | snapshot |
2007-03-03 |
joncruz | Brought back checkbox and to also append filename upon... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
ishmal | More cleanup of piping. Add ccompiler listing. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
buliabyak | enable esc and ctrl-z to cancel drawing |
commit | commitdiff | tree | snapshot |
2007-03-03 |
ishmal | Add <touch> . Fix piping again. |
commit | commitdiff | tree | snapshot |
2007-03-03 |
buliabyak | fix bug 1672619 |
commit | commitdiff | tree | snapshot |
2007-03-03 |
keescook | fix for automake 1.10 from Pierre-Luc Auclair (and... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
joncruz | i18n cleanup and adding extension in more cases |
commit | commitdiff | tree | snapshot |
2007-03-03 |
buliabyak | the SP_IS_GAUSSIANBLUR fix is not only for shapes.... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
buliabyak | fix warning when creating a mask which is the first... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
joncruz | Add the file extension even when the prior name has... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
joncruz | Speedup when switching types by avoiding setting to... |
commit | commitdiff | tree | snapshot |
next |