Add code for printf() to allow %#s as xml-escaped string (cool, eh?)
Add code for printf() to allow %#s as xml-escaped string (cool, eh?)
Small bugfix. Also 'translate' everything so that people stop
complaining why de.po is not at 100%.
complaining why de.po is not at 100%.
Promote std::string to Glib::ustring. Start processing output strings for XML entities.
minor change to svgtoeps
added protocol documents to jabber_whiteboard
18 years agoreplace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes compile...
replace #ifdef PANGO_WEIGHT_SEMIBOLD with #if GTK_CHECK_VERSION(2,6,0), fixes compiler warnings and is the correct way to check for glib-2.4
Fix image transform when there is no rotate or scale
Add metadata
restored pedro/work and added it to make.exclude
added inkboard-session.cpp to make.exclude
removed scratchpad work from pedro
Change comments
Fix <path> output. Apparently ODF is more picky about floats than SVG. They do not like .nnn . Must be 0.nnn
Fix <path> output. Apparently ODF is more picky about floats than SVG. They do not like .nnn . Must be 0.nnn
glib-2.4 system fixes: some includes to get prototypes, some version checks
radial gradients faster by about 10%
one more of declarations to make glib-2.4 work with glibmm/i18n.h
more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.h
patch reported by ylai a reader of the german ct-magazin; needed before #include <glibmm/i18n.h> if linking against glib-2.4
check Context before doing shortcuts
small changes to allow compilation on windows
Add missing tutorial, update.
added make files for pedro
added an empty.cpp to pedro, required for build
manually merging the INKBOARD_PEDRO branch into trunk
quick g_message UndoStackObserver for tracing calls to the undo system
about 0.44
credits to mental, Andy and bbyak
credits to mental, Andy and bbyak
a CompositeUndoStackObserver is still an UndoStackObserver -- forgot about that
Added virtual destructors for filter primitives. Corrected
attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation
are now recognized.
attributes-test: filterRes, filterUnits, primitiveUnits and stdDeviation
are now recognized.
remove 'non virtual destructor' warning
updated calligraphy.fr
added British English
added British English
converted to British English by Kingsley Turner
svg-filters branch merged back to head
it seems we don't have "required" anymore
Disabled Inkboard for time being
Some small wording changes.
add alternate xml output to dep file
add xml version of ref file
update of Spanish translation
updated keys.fr
updated keys.fr
switch to deptool
switch from mkdep to deptool
add HAVE_LIBINTL_H
* packaging/macosx/Resources/script,
packaging/macosx/Resources/bin/inkscape:
Improve quoting of shell variables.
* packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
Xcode 2 project file for the OS X launcher. This will build a
Universal version of the launcher by default. The project files for
different versions are named differently, so this will be picked up and
used if the package builder has a sufficiently new version of Xcode.
* packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
Remove unnecessary user preference files.
* Makefile.am:
Update the Xcode project files included when creating releases.
packaging/macosx/Resources/bin/inkscape:
Improve quoting of shell variables.
* packaging/macosx/ScriptExec/ScriptExec.xcodeproj/project.pbxproj:
Xcode 2 project file for the OS X launcher. This will build a
Universal version of the launcher by default. The project files for
different versions are named differently, so this will be picked up and
used if the package builder has a sufficiently new version of Xcode.
* packaging/macosx/ScriptExec/ScriptExec.xcode/sveinbjornt.pbxuser,
packaging/macosx/ScriptExec/ScriptExec.xcode/voisine.pbxuser:
Remove unnecessary user preference files.
* Makefile.am:
Update the Xcode project files included when creating releases.
update from wiki
Remove every <br> and replace it by ; (unless there was a : before it).
Fix messed up header.
new file
add config
expanding/contracting node selection by pgup/pgdn
revert previous change
#include "config.h" too
18 years agoadd -Wno-invalid-offsetof, removes standard-conform but bizarre warnings: "The restri...
add -Wno-invalid-offsetof, removes standard-conform but bizarre warnings: "The restrictions on offsetof may be relaxed in a future version of the standard." (man gcc)
enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H
initial color cursor implementation (reads from pixbufs, will work on reading from svg instead)
added vietnamese as translation package
added Vietnamese
added Vietnamese
new translation by Clytie
updated nb translation
welcome to 0.44+devel
updated sl.po for 0.44
update from wiki
Enable tutorial-shapes.de.svg.
updates of nb, pl, ru
update from wiki
version back down to 0.43+devel
version to 0.44pre4
remove the extreme dash pattern which may become too slow to be useful
updated catalan and basque translations
updates from Aleksandar
update
extend saturation range to cover less saturated tones
updates from Aleksandar
minor fix to allow Pedro to build on OS X