Fixed bugs in scaleable cr-pixbuf
*** empty log message ***
release-0-6
Better -lm fix
undo accidental commit
compile problem
* crcanvas/cr-canvas.c: (cr_canvas_init), (realize): BUG FIX:
* crcanvas/cr-canvas.c: (quick_update), (on_item_request_update),
added pick-item as canvas property
* configure.in: next version # 0.17
* crcanvas/cr-vector.c: (calculate_bounds): fix invalidate when x2/y2
* Makefile.am: bug 1531209
- switch to device coordinate reporting in addition to item coordinate.
*** empty log message ***
summary of last few commits
* crcanvas/cr-pixbuf.c: (calculate_bounds), (test): fix bug: need to
* crcanvas/cr-canvas.c: (on_expose): add cairo_t back in as member
tag: release-0-3-1
* crcanvas/cr-arrow.c: documentation cleanup
*** empty log message ***
keep canvas->cairo reference around after expose-event to support geoc
tag: release-0-13
ignore files
crcanvas/cr-canvas.c: (update): change method of creating cairo_t during update to fix problem with geoc clipping.
* crcanvas/cr-canvas.c: (on_expose): move cairo context ref
Send state in motion event for canvas item
* crcanvas/cr-marshal.list: select signal for zoomer
* crcanvas/cr-item.c: (report_new_bounds), (invoke_paint): fix item
* configure.in: require pycairo 1.2
* crcanvas/cr-arrow.c: (paint): fixed to restore cairo context
Fixed update sequence for cr-inverse
* cross-build/setup.py: removed 'module' from .so name for WIN32
tag: before-scroll-device-units
* crcanvas/cr-canvas.c: (key_event): fix problem with conditional
Redesign to handle update requests. Right now scrolling is not right.
* python/crcanvas.defs: added CrDash
* crcanvas/cr-pixbuf.c: (cr_pixbuf_set_property),
* crcanvas/cr-item.c: (invoke_test): check matrix not inv
* crcanvas/Makefile.am: added cr-blit
* crcanvas/cr-canvas.c: (on_paint), (auto_scale_aspect),
- C cr_xxx_new() convenience constructors modified to be more
* configure.in: win32 compile
* NEWS:
* NEWS:
* crcanvas/cr-canvas.c: (realize): BUGFIX: clean up pick item on
* Makefile.am: use * vice i386
* crcanvas/cr-path.c: (calculate_bounds): fix for cairo 1.4 for line.
* crcanvas/cr-path.c: (cr_path_set_property),
- crinverse working but want to change it to not require "other"
* python/crcanvas.override: fix to crcanvas.set_color for long int
* crcanvas/cr-canvas.c: (on_update_idle), (update),
* crcanvas/cr-arrow.c: (calculate_bounds): reduced manipulations.
* crcanvas/cr-inverse.c: (cr_inverse_dispose),
updated to 0.20
fixes to rounding for lines < 1.0 pixels in width
Better use of ac_subst
* crcanvas/cr-canvas.c: (on_update_idle), (repaint_revert),
release 0.15
* configure.in: update for future .16 release
crcanvas/cr-zoomer.c: (set_canvas): Fix seg fault problem
Design of event mechanism - working on unit test...
* crcanvas.spec: auto-detect x86_64 and set libdir appropriately
tag: release-0-5
* crcanvas/cr-canvas.h: minor improv to API ref made struct public
* configure.ac: version .21
* crcanvas/cr-canvas.c: (motion_event), (button_event),
- added gtk-doc ref manual
* crcanvas/cr-canvas.c: (update_adjustment_factor),
* examples/item-demo.c: (on_calculate_bounds): use correct line width
tag: release-0-23
* configure.in: require gtk 2.10 to get cairo 1.2
* configure.in: remove optimization temp change
* README: viewport_changed renamed to before_paint
* crcanvas/cr-canvas.c: (cr_canvas_event): #if 0 on event-after stuff.
* crcanvas/cr-ellipse.c: (make_path), (cr_ellipse_class_init): using nw
* autogen.sh: new version (don't remember where I got it)
* NEWS: release info
* Makefile.am: setup for cross-compiling WIN32
*** empty log message ***
* crcanvas/cr-canvas.c: (on_update_idle), (update), (quick_update),
- new custom items.
Events added - needs lots of work...
tag: release-0-17
tag: release-0-9
release 0.23 - send zero state item motion
* crcanvas/cr-canvas.c: (clear_pick_item), (do_item_removed),
* crcanvas/cr-path.c: (cr_path_get_property), (cr_path_class_init):
tag 0.20
add v2 LGPL
crcanvas/cr-path.c: (calculate_bounds): fix bounds 0 for cr-ellipse
* configure.ac: Add -lm
* crcanvas/cr-canvas.c: (motion_event): fix removal of pick item
refined test signal and event - preventing circular dependency between
release 0.18
fixed to fill then stroke.
- tag: release-0-16
added
* crcanvas/cr-canvas.c: (cr_canvas_finalize), (cr_canvas_init),
* crcanvas/cr-blit.c: (on_before_paint), (create_pattern): Fixed big
redesign to connect to item events vice canvas events. allow button 1