The directfb backend has been removed from GTK+ 2.90.6 to 2.90.7

From gtk+-2.90.7 configure --help we can see:

--with-gdktarget=[x11/win32/quartz] select non-default GDK target

There is no directfb in the gdktarget as in gtk+-2.90.6:

--with-gdktarget=[x11/win32/quartz/directfb] select non-default GDK target

We can download this directfb supported version gtk+-2.90.6 from http://ftp.acc.umu.se/pub/gnome/sources/gtk+/2.90/gtk+-2.90.6.tar.bz2

And we can see NEWS file:

Overview of Changes from GTK+ 2.90.6 to 2.90.7
==============================================

* Various deprecated APIs have been removed:
 - the GtkWidget::draw-border style property
 - the GtkEntry::state-hint style property
 - the GtkTreeView::row-ending-details style property
 - the GtkRange::trough-side-details style property
 - the GtkRange::stepper-position-details style property
 - the GtkRange::activate-slider style property
 - the GTK_CALENDAR_WEEK_START_MONDAY option
 - the GtkFrame::shadow and GtkHandleBox::shadow properties
 - the GtkTextView::page-horizontally signal
 - the GDK_WINDOW_DIALOG window type
 - the GTK_SELECTION_EXTENDED selection mode
 - the GtkProgressBarOrientation, GtkAnchorType and GtkVisibility
   enumerations
 - GtkDialog separators, including the GtkDialog::has-separator
   property, including setter/getter, the GTK_DIALOG_NO_SEPARATOR
   flag and the GtkMessageDialog::use-separator style property
 - gtk_status_icon_set/get_blinking
 - gdk_window_et_deskrelative_origin
 - The GtkItem class has been removed. Its functionality has
   been merged into is sole subclass, GtkMenuItem

* The GtkIconView::orientation property has been renamed
  to ‘item-orientation‘

* GtkProgressBar and GtkCellRendererProgress implement GtkOrientable
  now, and their ‘orientation‘ property have been split into
  a ‘orientation‘ property of type GtkOrientation and a boolean
  ‘inverted‘ property

* GDK no longer exports variables: gdk_threads_lock, gdk_threads_unlock,
  gdk_threads_mutex and gdk_display are no longer available

* GTK no longer exports variables: gtk_major_version, gtk_minor_version,
  gtk_micro_version, gtk_binary_age, gtk_interface_age have been
  converted to functions. gtk_debug_flags has a getter and a setter.
  Misc. variables that had been exported by the semi-private text
  API have been removed.

* All GDK keysym names have been changed from GDK_keysym to GDK_KEY_keysym;
  the previous names are still available in gdkkeysyms-compat.h.

* GtkWrapBox is a new container, which distributes its children
  over multiple rows/columns

* GTK+ now uses standard icon names when looking up stock icons

* More widgets and cell renderers have been converted to support
  width-for-height: GtkCellRendererText, GtkAccelLabel, GtkCellView,
  GtkComboBox, GtkMenu, GtkMenuItem

* Button boxes are now semi-homogeneous.

* The directfb backend has been removed

* Bugs fixed:
  77669 GtkWrapBox for gtk itself, not gimp?
  84188 "Dialogue" button widths should not be homogenous
 414712 gtk_container_set_focus_child leaks widget
 527499 FileFilter combo becames too wide
 528257 File selector and stock string problems
 605186 Use G_DEFINE_INTERFACE macro
 614006 File chooser crashes when creating a new folder...
 616401 Noneffective gdk_keymap_map_virtual_modifiers in early use
 626710 GailScaleButton calculates wrong value for minimum increment
 627028 Marked state of calendar day is not accessible
 627139 gtkfilechooserentry shows completion progress tooltip on first show
 627445 Removal of GtkWidget::draw-border breaks gtk_widget_queue_draw()
 627580 GtkFontSelection: don‘t notify the non-existent "font" property
 627643 gtkaboutdialog gettext problem
 627828 Drag and drop between treeviews in different window groups broken...
 627843 set_active_iter doc: remove restriction on path length
 627867 tests/testsocket is broken
 627912 misprint in the desc. of "hover-expand" and "hover-selection"...
 628160 introspection: Update to new scanner API
 628308 docs referencing non existing icons
 628656 _gdk_windowing_get_startup_notify_id memory leak
 628807 Add more "reserved for expansion" fields to GtkWidgetClass
 628808 Warn if a widget requests minimum size > natural size
 628884 Use a bitfield for Widget::private_flags, ::state, ::saved_state
 628935 add gtk_radio_button_join_group method for bindings
 629110 gtk_spinner_accessible_get_type always returns null

* Translation updates
 Arabic
 Armenian
 Brazilian Portuguese
 British English
 Bulgarian
 Danish
 Estonian
 French
 Galician
 Hebrew
 Hungarian
 Indonesian
 Kazakh
 Norwegian bokmål
 Norwegian Nynorsk
 Portuguese
 Serbian
 Slovenian
 Spanish
 Telugu
 Traditional Chinese
The official ftp site is:
  ftp://ftp.gtk.org/pub/gtk

The official web site is:
  http://www.gtk.org/

Information about mailing lists can be found at
  http://www.gtk.org/mailinglists.html

The directfb backend has been removed from GTK+ 2.90.6 to 2.90.7

时间: 2024-07-30 19:08:47

The directfb backend has been removed from GTK+ 2.90.6 to 2.90.7的相关文章

The directfb backend was supported together with linux-fb backend in GTK+2.10

From gtk+-2.10.2 configure --help we can see (I just only view the 2.10.2, not know other 2.10.x): --with-gdktarget=[x11/linux-fb/win32/quartz/directfb] select non-default GDK target We can download this directfb supported version gtk+-2.10.2 from ht

Python selenium的js扩展实现

python写的数据采集,对一般有规律的页面用 urllib2 + BeautifulSoup + 正则就可以搞定. 但是有些页面的内容是通过js生成,或者通过js跳转的,甚至js中还加入几道混淆机制:对这种涉及页面脚本解析的内容,前面的方式便很无力. 这时我们需要能解析.运行js的引擎——浏览器,而python selenium能提供程序与浏览器的交互接口,再加上phantomjs这个可以后台运行的浏览器,即使用 selenium + phantomjs 便可以解决以上的问题. seleniu

[Python] RuntimeError: Invalid DISPLAY variable

1.问题:在本地用matplotlib绘图可以,但是在ssh远程绘图的时候会报错 RuntimeError: Invalid DISPLAY variable 2.原因:matplotlib的默认backend是TkAgg,而FltkAgg, GTK, GTKAgg, GTKCairo, TkAgg , Wx or WxAgg这几个backend都要求有GUI图形界面的,所以在ssh操作的时候会报错. import matplotlib.pyplot as plt Backend TkAgg i

python 安装matplotlib

Ubuntu安装Matplotlib ubuntu下安装matplotlib的复杂度远远比windows下复杂的多,相对双击就能解决问题的,现在你需要时不时的解决编译带来的各种问题. 1 sudo apt-get install python-dev 先安装numpy: 1 2 python setup.py build sudo python setup.py install --prefix=/usr/local 之后开始安装matplotlib,这下编译matplotlib就没有之前那样一

python-文件操作练习-配置文件读取、修改、删除

文件操作练习:http://www.cnblogs.com/wupeiqi/articles/4950799.html global log 127.0.0.1 local2 daemon maxconn 256 log 127.0.0.1 local2 info defaults log global mode http timeout connect 5000ms timeout client 50000ms timeout server 50000ms option dontlognull

GPUImage API 文档之GPUImageOutput类

GPUImageOutput类将静态图像纹理上传到OpenGL ES中,然后使用这些纹理去处理进程链中的下一个对象.它的子类可以获得滤镜处理后的图片功能.[本文讲的很少,由于有许多地方不清楚,以后会更新] 方法 - (void)setInputFramebufferForTarget:(id<GPUImageInput>)target atIndex:(NSInteger)inputTextureIndex 说明:用于设置指定纹理的输入帧缓冲区的尺寸 参数:target是具体的对象,它接受了G

一篇关于apache commons类库的详解

原文 http://blog.csdn.net/wiker_yong/article/details/23551209 1.1. 开篇 在Java的世界,有很多(成千上万)开源的框架,有成功的,也有不那么成功的,有声名显赫的,也有默默无闻的.在我看来,成功而默默无闻的那些框架值得我们格外的尊敬和关注,Jakarta Commons就是这样的一个框架.如果你至少参与了一个中型规模的Java项目,那么我想有超过一大半的机会你都接触和使用到了Jakarta Commons,不管你自己有没有察觉.就我所

python字符串实战

haproxy配置文件 思路:读一行,写一行 global log 127.0.0.1 local2 daemon maxconn 256 log 127.0.0.1 local2 info defaults log global mode http timeout connect 5000ms timeout client 50000ms timeout server 50000ms option dontlognull listen stats :8888 stats enable stat

(转载)Oracle AWR报告指标全解析

Oracle AWR报告指标全解析 2014-10-16 14:48:04 分类: Oracle [性能调优]Oracle AWR报告指标全解析 2013/08/31 BY MACLEAN LIU 26条评论 [性能调优]Oracle AWR报告指标全解析 开Oracle调优鹰眼,深入理解AWR性能报告:http://www.askmaclean.com/archives/awr-hawk-eyes-training.html 开Oracle调优鹰眼,深入理解AWR性能报告 第二讲: http: