mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
fa8d31bce3
2007-12-30 (0.8.2.2) - Small bug fixes (hints by Brian Phelbs) - Corrected internal signal definition. 2007-12-20 (0.8.2.1) - Corrected configuration file for pkg-config. 2007-12-09 (0.8.2.0) - Removal of struct GtkDataboxValue - Introduction of struct GtkDataboxValueRectangle - Results: - Changed selection signal API (instead of two pairs of pixel coordinates, now one struct of "real" values is sent with the signal). Since most applications are interested in values instead of pixels, this should simplify application code. It also should eliminate signal marshaller problems. - the set/get limits functions use parameters, left, right, top and bottom instead of top_left and bottom_right (which led to much confusion in the past). - similar with the get_extrema_function - in order to transform pixel coordinates into values and vice versa, there are now four functions: gtk_databox_value_to_pixel_x gtk_databox_value_to_pixel_y gtk_databox_pixel_to_value_x gtk_databox_pixel_to_value_y 2007-12-06 (0.8.1.1) - Configure script and Makefile changes (mainly thanks to Hans Nieuwenhuis) 2007-12-04 (0.8.1.0) - Configure script now checks for pango and cairo (thanks to Brian Phelps) - Support for glade added (thanks to Hans Nieuwenhuis) 2007-11-26 (0.8.0.1) - Maintenance release (Code cleanup, based on hints from Fabian Foerg. 2007-11-25 (0.8.0.0) - Added support for logarithmic scales for drawing - Replaced original gtkruler with gtkdatabox_ruler. - GtkDataboxRuler supports logarithmic scales - Instead of HRuler and VRuler, GtkDataboxRuler has an orientation - No big changes in existing projects required, see examples - renamed the following functions: gtk_databox_get_canvas => gtk_databox_get_total_limits gtk_databox_set_canvas => gtk_databox_set_total_limits gtk_databox_get_visible_canvas => gtk_databox_get_visible_limits gtk_databox_set_visible_canvas => gtk_databox_set_visible_limits - replaced GtkDataboxCoord by GdkPoint (which is just the same) - Added example which shows linear, logarithmic and double logarithmic graphs - Added example which shows easiest way to start with GtkDatabox PR: ports/116120 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Approved by: maintainer timeout (> 5 months)
28 lines
991 B
Plaintext
28 lines
991 B
Plaintext
include/gtkdatabox/gtkdatabox.h
|
|
include/gtkdatabox/gtkdatabox_bars.h
|
|
include/gtkdatabox/gtkdatabox_canvas.h
|
|
include/gtkdatabox/gtkdatabox_cross_simple.h
|
|
include/gtkdatabox/gtkdatabox_graph.h
|
|
include/gtkdatabox/gtkdatabox_grid.h
|
|
include/gtkdatabox/gtkdatabox_lines.h
|
|
include/gtkdatabox/gtkdatabox_marker.h
|
|
include/gtkdatabox/gtkdatabox_marshal.h
|
|
include/gtkdatabox/gtkdatabox_points.h
|
|
include/gtkdatabox/gtkdatabox_ruler.h
|
|
include/gtkdatabox/gtkdatabox_scale.h
|
|
include/gtkdatabox/gtkdatabox_xyc_graph.h
|
|
%%GLADEUI%%lib/glade3/modules/libgladedatabox.a
|
|
%%GLADEUI%%lib/glade3/modules/libgladedatabox.la
|
|
%%GLADEUI%%lib/glade3/modules/libgladedatabox.so
|
|
%%GLADE%%lib/libglade/2.0/libdatabox.a
|
|
%%GLADE%%lib/libglade/2.0/libdatabox.la
|
|
%%GLADE%%lib/libglade/2.0/libdatabox.so
|
|
lib/libgtkdatabox-0.8.2.so
|
|
lib/libgtkdatabox-0.8.2.so.2
|
|
lib/libgtkdatabox.a
|
|
lib/libgtkdatabox.la
|
|
lib/libgtkdatabox.so
|
|
libdata/pkgconfig/gtkdatabox.pc
|
|
%%GLADEUI%%share/glade3/catalogs/gtkdatabox.xml
|
|
@dirrm include/gtkdatabox
|