How can I render long lines

2010-08-20 Thread Jaakko Seppälä
I have found tree text editors which uses gtk+. None of them can show correctly the characters on a particular text file which contains a huge number of characters on one line. Is it possible to write a text editor which uses GTK+ and shows correctly the file which is created by the following

Is it possible to inherit from GtkTreeRowReference ?

2010-08-20 Thread gwr
So I can store data in the tree model while keeping GtkTreeStore as model. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GLib 2.24.2 released

2010-08-20 Thread Sergei Steshenko
--- On Sun, 8/8/10, Ryan Lortie de...@desrt.ca wrote: From: Ryan Lortie de...@desrt.ca Subject: GLib 2.24.2 released To: gnome-announce-l...@gnome.org, gtk-devel-l...@gnome.org, gtk-app-devel-list@gnome.org, gtk-l...@gnome.org Date: Sunday, August 8, 2010, 12:12 PM Glib 2.24.2 is out:

horizontal rule in GtkTextView?

2010-08-20 Thread Petr Tomasek
Hello! Is it possible to insert an horizontal rule into the GtkTextView? I tried to search the Google but found nothing. Thank You! Petr Tomasek -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz ___ gtk-app-devel-list mailing

Re: porting gdk - cairo

2010-08-20 Thread Dov Grobgeld
I took the bait and coded my solution that I (in lack of anything better called) dovtk-lasso . I'm including it below including a test program. I think this solution is even simpler than your old xor solution. All you need to do is to create the draw_callback fuction that uses whatever cairo

RE: GLib 2.25.14

2010-08-20 Thread Zhang, Qiang Z
Hi developers, I am from MeeGo distribution team. We have planned to use glib 2.26 in MeeGo 1.1, and I want to know when the new stable glib 2.26 will be released. Is there any webpage for special gnome projects' detail release plan? Thanks in advance. -Thanks Regards -Qiang

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Mon, Aug 16, 2010 at 8:48 PM, Matthias Clasen mcla...@redhat.com wrote: GTK+ 2.21.6 is now available for download at: is this really a correct description of 2.21: Overview of Changes from GTK+ 2.21.5 to 2.21.6 == * Most drawing done by GTK+

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:04 PM, Bastien Nocera had...@hadess.net wrote: On Wed, 2010-08-18 at 11:52 -0400, Paul Davis wrote: On Mon, Aug 16, 2010 at 8:48 PM, Matthias Clasen mcla...@redhat.com wrote: GTK+ 2.21.6 is now available for download at: is this really a correct description of

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:21 PM, Bastien Nocera had...@hadess.net wrote: New functionality is available in both when it makes sense to do so, and deprecated functionality is marked as much. You shouldn't see any difference in usage if you don't use the new functionality. We distribute a

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 12:57 PM, Behdad Esfahbod behdad.esfah...@gmail.com wrote: On 08/18/10 12:50, Paul Davis wrote: On Wed, Aug 18, 2010 at 12:44 PM, Matthias Clasen matthias.cla...@gmail.com wrote: I don't see how that follows. All that is happening in 2.22 is that some things are

Re: GTK+ 2.21.6

2010-08-20 Thread Jose Aliste
Hi, On Wed, Aug 18, 2010 at 1:12 PM, Paul Davis p...@linuxaudiosystems.com wrote: On Wed, Aug 18, 2010 at 12:57 PM, Behdad Esfahbod behdad.esfah...@gmail.com wrote: On 08/18/10 12:50, Paul Davis wrote: On Wed, Aug 18, 2010 at 12:44 PM, Matthias Clasen matthias.cla...@gmail.com wrote: I

Re: GTK+ 2.21.6

2010-08-20 Thread Paul Davis
On Wed, Aug 18, 2010 at 2:01 PM, Jose Aliste jose.ali...@gmail.com wrote: After looking at the git log, you interpret correctly, but  I fail to see why do you perceive this as being bad. So, some GDK API is marked as deprecated, it seems fair to me that Gtk+ maintainers ensure the deprecated

Re: GTK+ 2.21.6

2010-08-20 Thread Jose Aliste
On Wed, Aug 18, 2010 at 4:15 PM, Paul Davis p...@linuxaudiosystems.com wrote: On Wed, Aug 18, 2010 at 2:01 PM, Jose Aliste jose.ali...@gmail.com wrote: After looking at the git log, you interpret correctly, but  I fail to see why do you perceive this as being bad. So, some GDK API is marked

Re: How can I render long lines

2010-08-20 Thread Tor Lillqvist
The short answer to the question in the subject is: You don't. Is it possible to write a text editor which uses GTK+ and shows correctly the file which is created by the following code: [ code that writes some hundreds of thousands printable ASCII characters without newlines to a file ]

Re: horizontal rule in GtkTextView?

2010-08-20 Thread Mike Massonnet
Hi Petr, 2010/8/12 Petr Tomasek toma...@etf.cuni.cz: Hello! Is it possible to insert an horizontal rule into the GtkTextView? I tried to search the Google but found nothing. I think the solution is to use a pixbuf, those can be inserted inside GtkTextView (gtk_text_buffer_insert_pixbuf),