change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO
restructuring whiteboard
change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
Make sure file compiles with or without HAVE_PANGO_CAIRO
Add pango-cairo compilation for win32
change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
fix build breakers
r13127@tres: ted | 2006-07-30 22:18:42 -0700
Updates from the libwpg development CVS
Updates from the libwpg development CVS
r13110@tres: ted | 2006-07-30 22:13:21 -0700
Oops, don't want to forget the build files.
Oops, don't want to forget the build files.
r13109@tres: ted | 2006-07-30 22:11:20 -0700
Making this all work with the Inkscape world view.
Making this all work with the Inkscape world view.
r13108@tres: ted | 2006-07-30 12:27:51 -0700
Builds and links. Doesn't work, but builds and links.
Builds and links. Doesn't work, but builds and links.
r13107@tres: ted | 2006-07-30 11:47:41 -0700
Getting the basic build stuff in. No we're building libwpg
Getting the basic build stuff in. No we're building libwpg
r13106@tres: ted | 2006-07-30 11:10:02 -0700
Stealing some example code from the libwpg guys to make this alot
easier.
Stealing some example code from the libwpg guys to make this alot
easier.
r13105@tres: ted | 2006-07-30 11:08:56 -0700
Copying in libwpg as it seems they have no releases.
Copying in libwpg as it seems they have no releases.
handling recieved messages
restructuring session-manager
updated with the tutorial-base
Added tutorial-basic.it
more session establishment
merged with defines
working on session establishment
Fixed dates in ChangeLog
Fix bug where deleting a node broke the symmetry of neighboring smooth nodes and failed to convert those nodes to
cusp nodes
cusp nodes
update to whiteboard, merged typedefs / defines and constants
remove GObject signals from SPObject
switch to sigc++ SPObject signals for SPSwitch
switch to sigc++ SPObject signals for SPPattern
switch to sigc++ SPObject signals for SPGradient
switch to sigc++ SPObject signals for SPDocument
switch to sigc++ SPObject signals for desktop widget
switch to sigc++ SPObject signals for SPGradientImage
switch to sigc++ SPObject signals for gradient toolbar
patch for rendering quality and speed from Jasper van de Gronde
Add Miklos's new Cairo PDF rendering
Nepali translation of GUI update
Update of czech string in NSIS installer according to changes done by Adib Taraben in english.nsh (added installable languages to the list)
switch to sigc++ SPObject signals for SPUsePathReference
switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTable
switch to sigc++ SPObject signals for SPOffset
switch to sigc++ SPObject signals for SPShape
fi default template
Update.
switch to sigc++ signals
fix typo. oops
fix bug in normalizeMatrix, add some better trace messages
switch to sigc++ "release"
import some new po files
import some new po files
update and adding finnish translation
Added renderer support for accessing background image from filters
usage
Removing extraneous file
Adding new extension for converting outlines into SVG presentations
Refactoring Session Establishment
finish switching to sigc++ SPObject signals for SPStyle
Added support for enable-background to SPStyle
added sendProtocol
whoops, missed some uses of the old GObject signals in the last commit
switch to sigc++ SPObject signals for SPGradientVectorSelector
18 years agosession can be initlialised with a current document which is copied into the inkboard...
session can be initlialised with a current document which is copied into the inkboard document
unlibtoolize the build process (yay!) -- we haven't actually used libtool for ages
remove vestigal plugin support
remove lsbcc check for now
further work on LSB build configuration
added Rune and Riku
Fix a null pointer bug I made myself. Sorry.
added finnish translation
adding fi template
updated Translators and added finnish translation in configure.ac
update and adding finnish translation
18 years agoforced redraw of canvas upon completion of zooming or upon starting rubber band selec...
forced redraw of canvas upon completion of zooming or upon starting rubber band selection events to work
around event starvation issue at high zoom levels
around event starvation issue at high zoom levels
Update pattern creation help text to reflect new menu layout.
* Makefile.am: Add files to release needed for improvements to Mac
packaging.
packaging.
* macosx/osx-dmg.sh: Added code to allow packagers to create a new
inkscape.ds_store file.
inkscape.ds_store file.
* packaging/osx-app.sh, packaging/macosx/inkscape.ds_store
packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
packaging/macosx/dmg_background.png,
packaging/macosx/dmg_set_style.scpt:
Improve the disk image layout for Mac OS X releases. This is
based on Jean-Olivier Irisson's work and patches, submitted as
#1516212.
packaging/macosx/dmg_background.svg, packaging/macosx/osx-dmg.sh,
packaging/macosx/dmg_background.png,
packaging/macosx/dmg_set_style.scpt:
Improve the disk image layout for Mac OS X releases. This is
based on Jean-Olivier Irisson's work and patches, submitted as
#1516212.
18 years agoadded SPDesktop::updateNow() and forced redraw of canvas upon completion of selection...
added SPDesktop::updateNow() and forced redraw of canvas upon completion of selection or panning to work around event starvation issue at
high zoom levels
high zoom levels
Forced redraw of canvas upon document commit to work around event starvation issue at high zoom levels
patch from John Bintz, adding pref to simplify multiple paths separately
update ChangeLog
first crack at --enable-lsb
switch to using sigc++ signals
switch to sigc++ signals and manually clean up signal connections (although it may not be strictly necessary to do so here)
switch to sigc++ signal for "release"
switch to sigc++ signals for "release"
switch to sigc++ signal for "release"
switch to sigc++ signals for "modified" and "release"
switched to using sigc++ "modified" signal
sp_object_invoke_release -> SPObject::releaseReferences, plus the introduction of sigc++ signals for "release" and "modified" which will eventually replace their GObject signal counterparts
replace two uses of hash_map with standard STL map
minor changelog note
18 years agoadd some convenience methods to inkex and allow the possiblity of replacing the marke...
add some convenience methods to inkex and allow the possiblity of replacing the markers in place.
avoid id collisions and add more error checking
fix an old bug in the style splitting routine and add to the makefile
marker refactoring work
An extension script to recolor markers to match the path stroke color
added choose desktop dialog during intialising a whiteboard session
Add property getters to FileExportDialog
update
Added a bunch of comments to filter effects rendering code