tokkee.org
Code
projects
/
inkscape.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
inkscape.git
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
2007-03-03
buliabyak
implement proper picking (by the frame and diagonals...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
buliabyak
restore rendering markers in outline mode
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
buliabyak
decouple click and drag release handlers to fix bug...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
mental
mess with naming a little bit and quiet compiler warnin...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
johncoswell
Factor out bitmap scanline check into separate function
commit
|
commitdiff
|
tree
|
snapshot
2007-03-03
johncoswell
Add user-selectable paint bucket path offset size
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
amphi
made it callable by other extensions. the workaround...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
blind fix for endianness, needs testing by someone...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
cairoify image outlines
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
acspike
add TODO/FIXME comment to adjust tempfile names after...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
fix an error in rounding negative coords
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
acspike
fix comment to match code
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
ishmal
fix result piping from shelled-out commands on win32
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
fix mental's typo! found purely by chance
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
patch the RGBA/BGRA incompatibility (until we're not...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
ted's fix
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
create/destroy the cairo_t for all items to render...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
outline mode: render into the passed cairo_t
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
buliabyak
eliminate caching and temp buffers for cairo outline...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
joncruz
Switched from deferred extension appending to live...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-02
johncoswell
Allow for filling of only visible parts of the bounded...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
johncoswell
Remove some unnecessary code
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
cwebb
Slovak translation update
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
acspike
leave the selection alone on mouse down.
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
buliabyak
jasper's patch for bug 1666430; see that patch for...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
buliabyak
when listing verbs, use description when available...
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
buliabyak
add accessor for tip (description)
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
schwarzenberg
(hopefully) fixed build on linux, added missing isnormal.h
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
schwarzenberg
commited Solaris 2.8 / gcc-3.2.3 fixes
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
gouldtj
r14651@tres: ted | 2007-02-28 23:23:41 -0800
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
gouldtj
r14649@tres: ted | 2007-02-28 23:21:44 -0800
commit
|
commitdiff
|
tree
|
snapshot
2007-03-01
gouldtj
(no commit message)
commit
|
commitdiff
|
tree
|
snapshot
next