Question about vte and directfb.

2008-08-29 Thread Magicloud Magiclouds
Hi, I wanted to make a simple terminal using framebuffer. I compiled all things that needed, and used gtk-demo to test. It seems that the screen was lazy update, I chose one thing after another , the old highlight only disappeared when I moved the mouse on it again. Then I used vte.

A memory leak problem in GtkTextView

2008-08-29 Thread ustc.chip
Hi, I'm facing a problem in the use of GtkTextView. When I insert a image into the GtkTextView, there is an explicit memory leak problem. Some source code is as follow: // image=gtk_image_new_from_file(path); gtk_widget_show(image); anchor = gtk_text_buffer_create_child_anchor

gtk_volume_button

2008-08-29 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Is there a way to get the GTK Volume Button to use the 16x16 icon? It seems to prefer to use the 22x22 icon, but I would like to have it use the smaller set. Kevin - -- Get my public GnuPG key from

how to enable reorder in gnomeDbRawGrid?

2008-08-29 Thread paragasu
we can reorder the row of the gtktreeview by clicking on the gtktreeview header. is it possible to do so in gnomedbrawgrid? how? thank you ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Theming API Hackfest

2008-08-29 Thread Alberto Ruiz
2008/8/29 Brian Cameron [EMAIL PROTECTED]: Alberto: I give a +1, but I think there should be another goal. To invest some attention to the accessibility themes, like HighContrast and perhaps helping to develop an effort to resolve the issues there. How can we take things to the next level

FWD: Specifying thumbnailers as a service

2008-08-29 Thread Philip Van Hoof
I started a discussion on a specification for thumbnailers here: http://lists.freedesktop.org/archives/xdg/2008-August/009834.html -- Philip Van Hoof, freelance software developer home: me at pvanhoof dot be gnome: pvanhoof at gnome dot org http://pvanhoof.be/blog http://codeminded.be

Re: Theming API Hackfest

2008-08-29 Thread Benjamin Berg
Hello, On Thu, 2008-08-28 at 21:33 +0200, Robert Staudinger wrote: While working on the gtk-css-engine for the last couple of weeks I've had some discussions with Benjamin Berg regarding the theming issues. Well, lets argue some more ;-) Here's what I learned so far: - The biggest issue is

[RFC] API addition for GSequence

2008-08-29 Thread Rob Taylor
Hi all, I'd be interested in hearing some opinions on the patch I logged in http://bugzilla.gnome.org/show_bug.cgi?id=548666 It adds the functions g_sequence_find and g_sequence_find_iter. These allow you to search for a given data in the sequence, returning NULL if that data isn't there.

gtkstyle.c: gtk_draw_slider and gtk_draw_layout not deprecated?

2008-08-29 Thread Alberto Ruiz
Hi all messing around with gtkstyle.c I've found that most gtk_draw operations were deprecated for their gtk_paint_ equivalent. Now, gtk_draw_slider and gtk_draw_layout are undocumented and no deprecated info is attached, however they also have a gtk_paint_ equivalent. I wonder if these functions

Re: Theming API Hackfest

2008-08-29 Thread Brian Cameron
Alberto: That's actually a good point. The idea is that we will bring people from other toolkits to have a few feedback days/sessions and then concentrate our work taking their input into account. Adding a11y to the agenda makes a lot of sense to me. However, any of the people willing to

Re: gtkstyle.c: gtk_draw_slider and gtk_draw_layout not deprecated?

2008-08-29 Thread Christian Dywan
Am Fri, 29 Aug 2008 19:10:20 +0100 schrieb Alberto Ruiz [EMAIL PROTECTED]: Hi all messing around with gtkstyle.c I've found that most gtk_draw operations were deprecated for their gtk_paint_ equivalent. Now, gtk_draw_slider and gtk_draw_layout are undocumented and no deprecated info is

Re: gtkstyle.c: gtk_draw_slider and gtk_draw_layout not deprecated?

2008-08-29 Thread Christian Dywan
Am Fri, 29 Aug 2008 20:28:02 +0200 schrieb Christian Dywan [EMAIL PROTECTED]: Am Fri, 29 Aug 2008 19:10:20 +0100 schrieb Alberto Ruiz [EMAIL PROTECTED]: Hi all messing around with gtkstyle.c I've found that most gtk_draw operations were deprecated for their gtk_paint_ equivalent.

pyjamas-desktop / webkit / pywebkitgtk - running AJAX web apps... as a desktop app!

2008-08-29 Thread Luke Kenneth Casson Leighton
code references and patches: [EMAIL PROTECTED]:lkcl/pyjamas-desktop.git https://bugs.webkit.org/show_bug.cgi?id=16401 http://code.google.com/p/pywebkitgtk/issues/detail?id=13 first things first: thank you to everyone on the gtk and webkit mailing lists and irc over the past week for