GTK+中文社区(gtk.awaysoft.com)

 找回密码
 马上加入

QQ登录

只需一步,快速开始

查看: 3460|回复: 0

GTK+ 3.3.4 released

[复制链接]
  • TA的每日心情
    奋斗
    2016-10-11 09:20
  • 签到天数: 271 天

    连续签到: 1 天

    [LV.8]以坛为家I

    发表于 2011-11-24 22:04:48 | 显示全部楼层 |阅读模式
    GTK+ 3.3.4 is now available for download at:

    ftp://ftp.gtk.org/pub/gtk/3.3/
    http://download.gnome.org/sources/gtk+/3.3/

    bca709da29aecda87421eadd6762a0aac05fa5422b983b4a798957089a23a2e6  gtk
    +-3.3.4.tar.xz
    76f08e8aae8ab18865593163c2ee0b694b9618a81536fd56c76ddf124a0df669  gtk
    +-3.3.4.tar.bz2

    A development snapshot in the 3.3 cycle. If you are wondering
    where 3.3.3 went, we're using odd-micro versions exclusively for
    git nowadays.

    ============

    GTK+ is a multi-platform toolkit for creating graphical user
    interfaces. Offering a complete set of widgets, GTK+ is suitable for
    projects ranging from small one-off tools to complete application
    suites.

    GTK+ has been designed from the ground up to support a range of
    languages, not only C/C++. Using GTK+ from languages such as Perl and
    Python (especially in combination with the Glade GUI builder) provides
    an effective method of rapid application development.

    GTK+ is free software and part of the GNU Project. However, the
    licensing terms for GTK+, the GNU LGPL, allow it to be used by all
    developers, including those developing proprietary software, without
    any license fees or royalties.


    Overview of Changes in GTK+ 3.3.4
    =================================

    * The beagle search backend has been dropped

    * Stop using GDK/GTK_DISABLE_DEPRECATED guards for deprecated
      functions; instead use function attributes

    * Make GtkCellRendererAccel support naked keyvals, so it can
      be used in gnome-control-center

    * GDK changes
    - Make the Mod1 == Alt assumption official
    - The Broadway backend has initial support for V7+ websockets

    * GtkApplication no longer uses gtk_main internally

    * GtkNotebook now destroys its action widgets, instead of leaking them

    * Theming improvements:
    - Background images can now be tiled instead of stretched,
       using the background-repeat CSS property
    - Unfocused windows can be themed differently, using
       the 'window-unfocused' state flag

    * Accessibility improvements:
    - Much better treeview performance
    - Completely ignore invisible columns in treeviews
    - Many a11y/treeview-related crashes fixed
    - Combo box keybindings are reported again
    - Textview respects display lines again

    * OS X improvements:
    - Improved handling of motion events and event state
    - Handle recursive CFRunLoops
    - More fixes to accel handling

    * Win32 improvements:
    - Many fixes, making this the first version of GTK+ 3 that
       works well on Windows

    * Bugs fixed:
      84314 gdk_display_sync() and gdk_flush()
    142874 use of SetWindowLong in gdkwindow-win32.c causes incorrect...
    169811 configure_event and window-state-event are not emitted con...
    171456 "Keep Above" option in Gimp broken on Win32
    324254 Realizing a top-level window widget early positions it at 0,0
    516822 gtk_window_fullscreen does not resize correctly if removing...
    542777 Scroll-Wheel doesn't scroll (Win)
    552041 Windows' System Menu from taskbar is buggy
    603559 gtk should handle missing immodules better
    604156 gtk_window_set_modal() freezes application completely
    606727 Can't bind keys on numerical keypad with numlock on
    612359 Dialog positioning hints fail on Windows 7
    616544 win32 drag and drop (DnD) broken for GTK+ 3
    628049 Native windows don't work very well
    631384 Images pasted from clipboard are shifted/wrapped
    647460 typo in msw_style.c?
    652239 win32: resurect Windows clipboard selection notification
    658841 Ensure native window in gdk_win32_drawable_get_handle()...
    658842 Fix win32 _gdk_windowing_window_at_pointer - port to gtk3
    659151 Cannot obtain accessible keybinding for comboboxes
    659257 Gtk-WARNING **: GtkRecentChooserWidget 0x80da890 is mapped...
    661858 Add annotations for some GtkRadio* constructors
    661859 Add annotations for some GtkSymbolicColor constructors
    661997 Gtk crashes when changing the TreeView model while rubber...
    662160 gtk_print_operation_cancel fails
    662628 Add keyboard brightness to keyname-table.h
    662670 Pressing "Enter" in print dialog box will not cause printing
    662691 menuitem: Always treat submenus as popup
    662755 Keycode support in GtkCellRendererAccel broken
    662839 Fix XIGrabKeycode usage
    662870 Fix introspection annotations for GtkRadioToolButton
    662953 x11: Fix window manager change detection
    663073 gtk_dialog_new_with_buttons should be G_GNUC_NULL_TERMINATED
    663138 iconview: layout items immediately when setting a GtkTreeModel
    663182 Dragging any item on OS X crashes Banshee
    663345 'from gi.repository import Gtk' fails in jhbuild
    663396 With multiple master devices, right clicking may show popup...
    663522 css: start background-repeat
    663605 Fix event->state of many event types on quartz
    663694 GtkTreeViewAccessibleCellInfo are leaked
    663761 gtk: Fix GtkCellRenderer ignoring keycodes
    663825 calling gtk_progress_bar_set_fraction with a fraction > 1.0...
    663856 Make option-foo accelerators use the right symbol
    663994 GtkTextView no longer reports the correct line text to ATs...
    664021 GtkSpinButton: Clarify clamping behavior in gtk_spin_button...
    664027 Build fails with undefined reference to `gdk_keymap_get_mod...
    664132 gdk_cairo_region_create_from_surface broken on PPC...

    Thanks to our contributors:
    Michael Natterer
    Bastien Nocera
    Emmanuele Bassi
    Cosimo Cecchi
    Benjamin Otte
    Alexander Larsson
    Colin Walters
    Benjamin Moody
    Rui Matos
    Torsten Schönfeld
    Akira Tagoh
    Florian Müllner
    Kristian Rietveld
    Morten Welinder
    John Ralls
    Marc-André Lureau
    Ryan Lortie
    Michael Meeks
    Neil Roberts
    Guillaume Desmottes
    Hans Breuer
    Chun-wei Fan
    Peter Clifton
    Dieter Verfaillie
    Arnaud Charlet
    C. Scott Ananian
    Rico Tzschichholz
    Martin Pitt
    Yuri Kozlov
    Stef Walter
    Kjell Ahlstedt
    Xan Lopez
    Murray Cumming
    Michel Dänzer
    Javier Jardón

    November 21, 2011
    Matthias Clasen
    *滑块验证:
    您需要登录后才可以回帖 登录 | 马上加入

    本版积分规则

    申请友链|Archiver|小黑屋|手机版|GTK+中文社区 ( 粤ICP备13080851号 )

    我要啦免费统计

    GMT+8, 2024-4-17 02:00 , Processed in 0.027179 second(s), 7 queries , Redis On.

    Powered by Discuz! X3.4

    Copyright © 2001-2021, Tencent Cloud.

    快速回复 返回顶部 返回列表