SHA256
1
0
forked from pool/gtkmm2
gtkmm2/gtkmm2.changes

265 lines
8.5 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Mar 17 19:55:36 CET 2008 - maw@suse.de
- Update to version 2.12.5:
+ Improved documentation
+ Build fixes
- The file hitherto known as /usr/bin/demo has been
renamed to /usr/bin/gtkmm-demo.
-------------------------------------------------------------------
Tue Jan 29 12:28:34 CST 2008 - maw@suse.de
- Update to version 2.12.4:
+ Gtk::RecentAction: Derive from RecentChooser - this class was
unusable before and we didn't want to wait for the next
major GTK+ and gtkmm versions to fix it
+ Build fix with gcc 4.3 pre-releases
- Respin gtkmm2-gcc43.patch
- Remove libtool archives.
-------------------------------------------------------------------
Mon Nov 26 10:26:40 CST 2007 - maw@suse.de
- Update to version 2.12.3:
+ Bug fixes
+ Improved documentation.
-------------------------------------------------------------------
Wed Oct 17 14:55:11 CEST 2007 - rguenther@suse.de
- Fix build with GCC 4.3.
-------------------------------------------------------------------
Mon Sep 17 17:15:19 CEST 2007 - maw@suse.de
- Update to version 2.12.0:
* RecentAction: Rearrange the constructor parameters, to match
the other Action classes; added more default parameters
- This release requires gtk+ version 2.14.0.
-------------------------------------------------------------------
Tue Sep 11 01:01:07 CEST 2007 - mauro@suse.de
- Update to version 2.11.8:
+ Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():
Deprecated the existing versions of these methods and added overloads that
take a const RefPtr& instead.
+ Deprecated Gdk::Cairo::rectangle(), replacing it with
add_rectangle_to_path(). and deprecated Gdk::Cairo::region(), replacing it
with add_region_to_path(),
because these names are clearer.
+ Documentation: Tutorial: DrawingArea: Corrected a mention of
PixBuf to Pixbuf. Bug #465961
-------------------------------------------------------------------
Fri Aug 31 19:29:22 CEST 2007 - maw@suse.de
- Update to version 2.11.7:
+ Build fixes
+ Documentation markup changes for future appearence in
library.gnome.org.
-------------------------------------------------------------------
Mon Jul 30 22:15:41 CEST 2007 - maw@suse.de
- Update to version 2.11.6
2.11.6:
Gdk:
* Pixbuf:
- Added constructors that do not take dest_x
and dest_y (which are ignored in this case).
- get_formats(): Corrected the reference counting.
Gtk:
* Builder: Removed get_type_from_name().
* IconView:
- set_tooltip_item(), set_tooltip_cell():
Use Tooltip only via a RefPtr.
(Murray Cumming)
- Added get_tooltip_context_path()
and get_tooltip_context_iter().
(Marko Anastasov)
* LinkButton: Added set_uri_hook() and unset_uri_hook().
* PrintJob: Added a const version of get_surface()
* PrintSettings: Corrected the typedef for SlotForeach -
the ustring&s should be const. I do not believe that anybody could
have been using this, so I think it is OK to change it.
* Tooltip: Added set_tip_area().
* TreeView:
- Added convert_widget_to_tree_coords(),
convert_tree_to_widget_coords(), convert_widget_to_bin_window_coords(),
convert_bin_window_to_widget_coords(), convert_tree_to_bin_window_coords(),
convert_bin_window_to_tree_coords(),
set_tooltip_row(), set_tooltip_cell(), set_tooltip_column(),
get_tooltip_column().
(Murray Cumming)
- Added get_tooltip_context_path() and get_tooltip_context_iter().
(Marko Anastasov)
* Widget: Added keynav_failed(), error_bell(),
modify_cursor(), unset_cursor(),
set_has_tooltip(), get_has_tooltip().
(Murray Cumming)
* Documentation:
- Corrected lots of API reference documentation.
(Murray Cumming, Marko Anastasov, Jonathan Jongsma)
- Added a Tooltip example. (Marko Anastasov)
2.11.5:
Pango:
* Color: Added to_string().
* Context: Added set_base_gravity(), get_base_gravity(),
get_gravity(), set_gravity_hint(), get_gravity_hint().
* FontDescription: Added set_gravity() and get_gravity().
* FontFace: Added is_synthesized().
* GlyphString: Added get_width().
* Layout: Added is_wrapped(), is_ellipsized() and
get_unknown_glyphs_count().
Gdk:
* Screen: Added is_composited(), set_font_options(),
get_font_options(), set_resolution(), get_resolution(),
get_active_window().
Gtk:
* IconView:
Added set_tooltip_item(), set_tooltip_cell(),
convert_widget_to_bin_window_coords().
* MenuToolButton.hg: Added set_arrow_tooltip_text() and
set_arrow_tooltip_markup().
* StatusIcon: Added set_screen() and get_screen().
(Murray Cumming)
* TextBuffer: Addded cursor-position property.
(Marko Anastasov)
* TreeVIew: Added is_rubber_banding_active()
(Murray Cumming)
- Use %fdupes.
-------------------------------------------------------------------
Wed Jul 11 20:43:24 CEST 2007 - mauro@suse.de
- Update to version 2.11.4
- Fixes to class documentation.
- Updated widget class - to match the new tooltips API.
- Converter from libglade's .glade files to GtkBuilder .ui files.
- Some examples were added to the documentation.
-------------------------------------------------------------------
Tue Apr 10 22:53:21 CEST 2007 - maw@suse.de
- Update to version 2.10.8
- Fixes for bugzilla.gnome.org #409102, #383340, #395572, #387708,
#371882, #366930, #369335, #358268, #358268, and #352226.
-------------------------------------------------------------------
Fri Jan 12 15:41:37 CET 2007 - sbrabec@suse.cz
- Spec file cleanup.
-------------------------------------------------------------------
Mon Dec 18 11:23:18 CST 2006 - maw@suse.de
- Move to /usr.
-------------------------------------------------------------------
Tue Oct 17 23:50:59 CEST 2006 - jhargadon@suse.de
- update to version 2.10.2
- Added --enable-atk=no option, to disable the build and use
of the atkmm API, for use in embedded environments
- Book: Added Plug and Socket chapter to book, with example
-------------------------------------------------------------------
Tue Oct 10 15:02:03 CEST 2006 - sbrabec@suse.cz
- Use Obsoletes (#211085).
-------------------------------------------------------------------
Wed Sep 27 16:48:23 CEST 2006 - sbrabec@suse.cz
- Provide old devel package name.
-------------------------------------------------------------------
Tue Sep 26 16:31:26 CEST 2006 - sbrabec@suse.cz
- Merged packaging changes from gtkmm24.
- Provide old package name.
-------------------------------------------------------------------
Sat Sep 16 00:35:44 CEST 2006 - jhargadon@suse.de
- update to version 2.10.1
- gtkmm now depends on cairomm
- AccelMap: Added lookup_entry()
- Button: Added get/set_image_position()
- many other additions
-------------------------------------------------------------------
Wed Jan 25 21:32:11 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Jan 17 17:42:27 CET 2006 - sbrabec@suse.cz
- Updated to version 2.8.2.
-------------------------------------------------------------------
Thu Dec 1 21:36:43 CET 2005 - gekker@suse.de
- Update to version 2.8.1
-------------------------------------------------------------------
Wed Sep 7 10:46:50 CEST 2005 - sbrabec@suse.cz
- Updated to version 2.8.0 (GNOME 2.12).
-------------------------------------------------------------------
Tue Aug 16 14:07:04 CEST 2005 - sbrabec@suse.cz
- Do not require devhelp.
-------------------------------------------------------------------
Thu Aug 4 15:38:28 CEST 2005 - sbrabec@suse.cz
- Updated to version 2.6.4.
-------------------------------------------------------------------
Wed Jun 1 12:35:34 CEST 2005 - sbrabec@suse.cz
- Fixed devel requirements.
-------------------------------------------------------------------
Wed Apr 13 16:46:16 CEST 2005 - sbrabec@suse.cz
- Fixed required NULL-pointer argument.
-------------------------------------------------------------------
Fri Feb 11 12:08:48 CET 2005 - sbrabec@suse.cz
- Added branch 2.4, package splitted, updated to version 2.4.7.
-------------------------------------------------------------------
Tue May 25 16:16:35 CEST 2004 - ro@suse.de
- undeprecate where needed
-------------------------------------------------------------------
Thu Mar 18 18:22:54 CET 2004 - sbrabec@suse.cz
- Removed *.o files from documentation (#36348).
-------------------------------------------------------------------
Mon Feb 23 17:53:18 CET 2004 - sbrabec@suse.cz
- Call autoreconf.
-------------------------------------------------------------------
Tue Feb 17 13:44:53 CET 2004 - sbrabec@suse.cz
- Initial SuSE package version 2.2.8.