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
some more filters, fixes, rearranges
make 'marker' property work (shorthand for start, mid and end markers); inkscape now passes svg testsuite painting-marker-03-f.svg
improve cairo path drawing
fix bug in livarot where open paths are rendered as closed path when start == end point. now svg testsuite paths-data-10-t.svg is rendered correctly
Move filters into their own namespace Inkscape::Filters (from NR::)
reorder LPE list
disable test effects per default
disable test effects per default
2geomification
switch nr-filter to 2geom
remove old icon code that seems unused
remove redundant inclusion
revert 19261 partly, to fix toolbar icon loading on windows. disabled themed loading of that icon, but the 2 related icons next to it are not themed either. the themed icon does work on windows for the edit menu, so the problem lies in the differences between toolbar and menu icon loading i suppose.
fix crash when assigning a non-parseable preset filter
fix crash when ungrouping a group with set-then-unset filter
Change lcms transforms to match change of display buffer from RGB-24 to ARGB-32
Warning cleanup
switch nr-filter to 2geom
get rid of a lot of no longer needed "libnr/nr-..." includes.
get rid of a lot of no longer needed "libnr/nr-..." includes.
add possibility to change the UI language (gettext) in preferences dialogue
Remove some obsolete from_2geom() calls
Remove utest.
adjust page height to suit AutoCad
Build a single test executable on Linux to match Windows build system.
Fix bug #311736 (uninitialized variables resulted in weird snapping behaviour on windows)
added a "remove" context menu option for removing kerning pairs
fixing the upside-down glyph issue for the missing-glyph case (which I
had forgoten previously)
Also fixing a crash reported by prokoudine
had forgoten previously)
Also fixing a crash reported by prokoudine
fix crash, allow combine to work transparently on groups
add utility for recursively replacing groups with their members in a list of objects