-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
93 lines (57 loc) · 1.69 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
2.26.0:
* Updated version number to match GNOME version.
2.23.1:
* CanvasAA: Added a CanvasAA(GnomeCanvas*) constructor,
to allow use with libglademm or Gtk::Builder.
(Murray Cumming)
Bug #541007 (Federico Poloni)
2.22.0:
* Increased version number for GNOME 2.22
2.20.0:
* Increased version number for GNOME 2.20
2.16.0:
* Increased version number for GNOME 2.16
2.14.0:
* Increased version number for GNOME 2.14
2.12.0:
API additions compared to 2.10:
* Added Item::get_parent_group() convenience method.
(Murray Cumming)
2.11.1:
* Added Item::get_parent_group() convenience method.
(Murray Cumming)
2.10.0:
* Increased version for GNOME 2.10 release version.
* WIN32 build fixes. (Cedric Gustin, Michael Hofmann)
* Alpha build fix (Bradley Bell)
2.8.0:
* Increased version for GNOME 2.8 release version.
2.6.1:
* Build fixes for gcc 3.4 and for the Intel compiler.
(Takashi Takekawa)
2.6.0:
Increased version.
2.5.2:
* Canvas: set_dither(), get_dither(): Use C++ enum instead of C enum.
* Item: draw(): Use C++ Gdk::Drawable instead of C type.
* Text: Changed all C Pango properties to their C++
counterparts.
(Bryan Forbes)
2.5.1:
* Use new libsigc++ 2 syntax.
* Canvas::Widget: Use a Gtk::Widget* for the "widget" property,
instead of Gtk::Widget, so that it is usable.
(Murray Cumming)
* Spec file dependency fix. (Eric Bourque)
2.5.0:
This is the new unstable branch of the parallel-installable
libgnomevanvasmm 2.6, for use with gtkmm 2.4.
2.0.1:
* Corrected segfault in CanvasAA destructor.
The AA Canvas was probably useless before this.
(Murray Cumming)
2.0.0:
Documentation:
* Reuses C documentation.
* examples separated into individual directories.
1.3.11: