[gtkmm] Minor fix to NEWS
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Minor fix to NEWS
- Date: Sun, 3 Oct 2010 17:49:16 +0000 (UTC)
commit db89f0678aa560bbf1db0c2a096a93a9aac17ad7
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Oct 3 19:49:03 2010 +0200
Minor fix to NEWS
NEWS | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 06449a8..fe50d5d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,13 @@
Gdk:
* Drawable: Removed get_size(), get_depth(), set_colormap(),
- get_colormap(), get_visual(), get_screen() and get_display().
-* Window: Added get_visual(), get_screen(), get_display(),
+ get_colormap(), get_visual(), get_screen() and get_display().
+* Window:
+ - Added get_visual(), get_screen(), get_display(),
set_backround_pattern(), get_offscreen_surface(), get_width(), get_height().
- Remove redirect_to_drawable(), remove_redirection, clear(),
- clear_area_a().
+ - Remove redirect_to_drawable(), remove_redirection, clear(),
+ clear_area_a().
+ (Murray Cumming)
Gtk:
* Adjustment, FileFilter and RecentFilter must now be used via RefPtr.
@@ -14,9 +16,11 @@ Gtk:
CellRenderer instead.
* Widget::on_expose_event() (the expose_event signal) is now on_draw(),
which takes a pre-clipped Cairo::Context.
+ (Murray Cumming)
Build:
* Adapted to the latest GTK+ 3, which has no GtkObject.
+ (Murray Cumming)
* Added support for MSVC 2010 and 64 bit.
(Armin Burgmeier)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]