small cleanup in src/trace (warnings and trailing spaces)
fix the fill-end-of-month option
add calendar to makefile; move some extensions to Render where they make more sense
* Extension test dir
* test for svgcalendar
* minimal-blank.svg
* test for svgcalendar
* minimal-blank.svg
publishing calendar generator extension
force string argument to sys.stderr.write in method errormsg of inkex.py
Fix compile when lcms is disabled
updated translation from JazzyNico
Don't hold on to pointer returned from c_str(). Might help bug 307567
Fixed to not emit signals from deleted object. May fix 271621.
Fixed to no longer emit signal from deleted instance. Might fix bug 271621
Fixed to no longer emit signal from deleted instance. Might fix bug 271621
use our python from devlibs, do not assume the user has a python in path
double inclusion fix
Turn off new input dialog pending cleanup
Warning cleanup
patch 318246
Rounding errors in feComposite: patch by Preben S (bug 318134)
updated Russian translation
15 years agoimprove guide tracking: add inertia after escape, suppress initial jerk, reduce undes...
improve guide tracking: add inertia after escape, suppress initial jerk, reduce undesired flipping
- Snap to the midpoint of shapes and bboxes
- Snap to the midpoint of paths and bbox edges
- Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar
PS: icons.svg has been modified, so use "make install" if needed
- Snap to the midpoint of paths and bbox edges
- Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar
PS: icons.svg has been modified, so use "make install" if needed
snap indicator: try a diamond shaped indicator for snapping to nodes. see how we like this.
fix/revert 20519 and 20521
fix bug !
work a bit on snapindicator: added switch statement for different types
15 years agonr-filter-image now yields identical results to using <image> in most cases by making...
nr-filter-image now yields identical results to using <image> in most cases by making use of nr-compose-transform (the only exception is the case when a file is used that does not contain an alpha channel, then it still uses its own code).
trying to fix the build for debian sid. It builds OK for me on Ubuntu 8.10 but a Debian sid user has complained about it. So I am including explicitely the gtkexpander.h
header. I hope it fixes the build for him.
header. I hope it fixes the build for him.
adding a "scripting" tab to document properties dialog that allow the user to manage external javascript references.
(also only working for "Inkscape SVG")
(also only working for "Inkscape SVG")
added interactivity attributes to the object properties dialog.
If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set:
onclick to window.location="http://xkcd.com"
onmouseover to this.style.cursor="pointer"
Save as Inkscape SVG (currently not working for Plain SVG)
then open this SVG file in Firefox to see the result.
If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set:
onclick to window.location="http://xkcd.com"
onmouseover to this.style.cursor="pointer"
Save as Inkscape SVG (currently not working for Plain SVG)
then open this SVG file in Firefox to see the result.
fix include
i guess this is better but doesn't fix crash
try to fix build
Remove INKSCAPE_VERSION from menus-skeleton.h
avoiding freehand drawings with LPEs with no fill at all. Using black by default. Johan, please correct-me in case I am mistaken.
fixing the build (in Ubuntu GNU/Linux at least)
fix windows build................................
partly fix build .................
Add inkscape-version.h to libinkversion sources so it will be
distributed.
distributed.
Add missing inkscape-version.h
Snapping cusp nodes:
- rewrite the tooltip
- disable the button when snapping to cusp nodes is off
- rewrite the tooltip
- disable the button when snapping to cusp nodes is off
Do not fail when svn client is not installed and .svn directory is
present.
present.
Improved version reporting. Add SVN revision and custom status to
version string on Linux.
version string on Linux.
Latest set of tango icons (by jEsuSdA 8) )
updated Tango icon set from Jesusda
added Jesusda and Michael Grosberg to the list of contributors
added Jesusda and Michael Grosberg to the list of contributors
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs of inkscape.
copyedit
Switching tools based on tablet device now handles many devices of same type
a much improved Tango icon set from jEsuSdA
UseGlibMarshal.cmake - Don't overwrite the file if it hasn't changed
Now it is possible to clear the list of documents in
File -> Open recent
Button added to the Interface page in Inkscape preferences dialog.
File -> Open recent
Button added to the Interface page in Inkscape preferences dialog.
Add CMakeLists for the filters directory.
promote default namespace for INX extension files
* [INTL: sk] Slovak update by Ivan Masar
* [INTL: zh_TW] update by Wei-Lun Chao
added some messages to the user in the svgfonts dialog
Snap from/to midpoints of a rectangle (SPRect)
Optionally snap from/to midpoints of the edges of a bounding box
Added a new toolbar with snapping controls
Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to wrap GdkPixbuf".
* [INTL: zh_TW] update by Wei-Lun Chao
Cmake: minor fixes
Cmake: New FindGTK2
* [INTL: zh_TW] update by Wei-Lun Chao
Cmake: Corrections for mistakes
Cmake: restructure build files to be more like current build system. Should reduce linking stage command for windows.
little change to meke extensions more testables
fix build
switch to using shape_editor, instead of separate knotholders and listeners; fixes a lot of crashes, simplifies code
move shape_editor from node context to the parent class, event context
small 2geomify
update to 2geom rev.1773
mostly bugfixes
mostly bugfixes
Cmake: more fixes plus a patch for OSX paths by Henrik Gustafsson
added forgotten files, updated ru.po a bit
fix cmake version checking
Cmake: add missing file
new Croatian translation from Davorin Šego
Cmake: add missing file
Cmake: Fixed GioMM Include Directories
patch 276351, fix warning
fix crash when no glyph is selected at the svgfonts dialog
Remove utest
Warning and whitespace cleanup.
Another week coding offline...
* Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog.
* Fixed the order of some language options at the i18n preferences page.
* Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes
* Fixed a warning in helper-fns.h
* commented out unused variable in sp-font.cpp
* refactoring of nr-svgfonts.cpp
* using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height,
cap-height, x-height... I don't know. I should study this subject a bit more first.
* Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog.
* Fixed the order of some language options at the i18n preferences page.
* Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes
* Fixed a warning in helper-fns.h
* commented out unused variable in sp-font.cpp
* refactoring of nr-svgfonts.cpp
* using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height,
cap-height, x-height... I don't know. I should study this subject a bit more first.
Removed two g_warning's I had used for debugging...
minor change to prevent double translation and inconsistency
15 years agomove option: interface language from INTERNATIONALISATION to INTERFACE page on prefer...
move option: interface language from INTERNATIONALISATION to INTERFACE page on preferences dialogue
Cmake build fixes, minor
(Partial) fix to nr-filter-image + some (small) changes to nr-filter-blend and nr-filter-composite.
correctly initialize vector in spitem.
2geomify marker viewbox
a bit more cleanup
fix bbox calculation of markers
fix possible crash
clean up code a bit. especially remove obscure newing of a struct with C++ objects.
apologies for our very fine windows build system
update of sbasis-geometric.cpp (unitVector() was broken, which affects some lpe's)
rely on config file for enabling test effects
add #define LPE_ENABLE_TEST_EFFECTS to config.h for windows and cmake builds.
remove some of the lpe test define clauses. they are not needed. this in preparation for moving the define to config.h
added lpe-dynastroke, but hidden as experimental.
add labels
display filter label, if any, in filtered item description