trying to nail the elusive disabled-mouse bug: if you're going to grab something, ungrab what you was holding before
rearrange code to make rubberband a bit more interruptibility-proof
rearrange code to make button actions a bit more interruptibility-proof
button-down event may have been missed (e.g. when you do button-1 down while button-3 is down), so we can't just assume we have rubberband. This fixes the stray rubberband bug, especially annoying on windows with a tablet
Speed improvement on dep scanning. Better decision about whether compile needed.
should fix compilation issues on 64bit arches
improve performance
yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and others triggering screen redraw must come absolutely the last in any function, otherwise, because of the events that happened during the redraw, you risk seeing a vastly different landscape when you return for the remainder of your function (e.g. the tool context may have changed), and it will likely misbehave.
correct annotation; fixme
ensure Enter in spinbuttons activates the Apply
patch for Preview out of the tabs and other fixes
my favorite misspelling
add % to the blur/opacity labels
change opacity display to 0..100
Cleanup work for markers - adding some documentation to areas of code
dealing with markers, and removing some marker debug stuff.
dealing with markers, and removing some marker debug stuff.
Fix for abs paths on win32. Fix property overloading.
Adding some documentation for things related to markers
separate updating window from updating layers
update layers after effect
add hsl adjusters; remove keep-rgb as redundant; update uris
Add dll capabilities
remove g++ 4.1.1 compiler errors
extend the range of cap rounding, rename it to make more sense
correct the cap rounding in the temporary (red) shape
Improve option parsing
Fixed absolute paths in createDirectory()
Added regex. Greatly improved <fileset> scanning.
enable Enter to activate filedialogs
add <makefile>
added new color effects to the list of translatable files
Remove our "fake" location field from the open dialog. Gtk's FileChooser has evolved enough that we don't need it any more.
17 years agoprevent multiple processing of the same gradient if it is used by more than one selec...
prevent multiple processing of the same gradient if it is used by more than one selected object
Better file checking
removed pdf.cpp from the list to make 'make update-po' work again
library tweaks
New file. use for building with gtk28
Update to gtk2.10
fix circ dep check
Slight include tweak
change include to not interfere with other instances of uri.h
17 years agocleanup filter handling, fix hreffing, implement release and modified signal listenin...
cleanup filter handling, fix hreffing, implement release and modified signal listening for filters (fixes numerous crashes)
improve status msgs
tweaks
New commit. This will eventually replace the old Makefile.mingw stuff
Fix non-basenames
More compile error cleanup
Make C++ - compilable. Mostly remove pointer casting problems. Fix a few places where C++ is stricter than C.
color effects
removed obsolete -G option from main.cpp and therefore from '--help' output
redesign the dialog into 3 tabs, rewrite most texts, increase preview size
no need to list win32 stuff here?
remove debug output
patch for emf export on win32
fix another crash on exit caused by trying to do stuff when canvas is no more
fix bug which caused erroneous zoom-in after shift-middle-clicking to zoom out from max zoom with slow redraw
remove default minsize for creating bitmap
17 years agofactor out retrieving export hints from selection and document; use that for create_b...
factor out retrieving export hints from selection and document; use that for create_bitmap if no resolution/minsize specified in prefs; for default 90dpi, snap the bitmap to pixel grid; move deleting objects when clipping/masking to the end of function
Remove loudmouth, and replace -DHAVE_SSL
small type in control chars
remove warning - it's normal
ok, fix another crash caused by GTK's broken spinbuttons
Added oops...
allow union on a single object for the purpose of removing self overlaps
disable "experimental" Cairo PDF output for now
"fix" gradients; things need to be resolved on the Cairo side, of course
fix alpha compositing in PDF export
infinity end markers
jettison old PDF export
* packaging/macosx/native-gtk/build-gtk.sh: Improve the OSX native GTk
build script.
build script.
rope
Added updated bulgarian translation and about screen...
undo annotations
us spelling
o Fix a typo.
* packaging/macosx/native-gtk/builg-gtk.sh: Added some comments.
* packaging/macosx/native-gtk/build-gtk.sh: Modified version of Imendio's
GTK OS X port build script that also downloads and compiles Inkscape
and its dependencies.
GTK OS X port build script that also downloads and compiles Inkscape
and its dependencies.
spelling, view menu rearrangement, swatches moved to view
add gradient-mesh-experimental
implement select next/prev in gradient tool as well
implement select next/prev as verbs
implement select next/prev as verbs
fix key names; match above/below to select next/prev
add tab/shift-tab; fix shift for next/prev window
save a copy
save a copy
fill in more correspondences
Applied patch to disable the pressure sensitivity for those people that have
problems and added new author to our authors file:
https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308
Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc...
problems and added new author to our authors file:
https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308
Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc...
copyedit
add display mode toggle
add display mode toggle
add display mode toggle
tweaks