File: NEWS

package info (click to toggle)
libgnomeuimm2.0 2.0.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,968 kB
  • ctags: 1,830
  • sloc: sh: 8,360; cpp: 2,348; makefile: 194
file content (41 lines) | stat: -rw-r--r-- 1,226 bytes parent folder | download
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
2.0.0:

* Removed libbonobouimm dependency - we now use the C type in the few 
  places that use BonoboDock in the API. This should make zero difference
  for most people, but will make packaging easier.

1.3.17:

* DateEdit:
  - Fixed the constructor so that these widgets are properly initialized.
  - Wrapped the DateEditFlags enum as C++.
  (Bryan Forbes, Murray Cumming)

1.3.16:

* Fixed XPM UI items to work with included .xpm files
  (Gergo Erdi)
* Entry::gtk_entry() is now get_gtk_entry() and returns a 
  Gtk::Entry* instead of a Gtk::Widget*. (Gergo Erdi)

1.3.15:

* libbonobouimm requirement increased.

1.3.14:

* UI::Items::fill() is now correctly defined and returns the filled-in array of
  UI::Items::Info elements so it can be used to access the underlying
  Gtk::Widgets directly. (Gergo Erdi)
* FileEntry inherits from Gtk::VBox instead of Gtk::HBox, as it does in the C API.
  (Murray Cumming)

1.3.13:

* Gnome::UI::Items API and code cleaned up. The invisible/duplicated toolbar icons bug has been solved.
  (Murray Cumming)
* Fixed memory errors detected by Valgrind
  (Matthew Tuck)
* Gnome::UI::Items::fill() properly implemented.
  (Tassos Bassoukos)
* examples fixed for gcc 3.2 (Murray Cumming)