Re: Off-screen drawing of GTK widgets

2007-07-30 Thread Behdad Esfahbod
On Mon, 2007-07-30 at 18:54 +0530, Varun Khaneja wrote: Hello, I have been trying to find out about the support of off-screen drawing of GTK widgets using Cairo (or any other library), but haven't been much successful. What I really need to do is to be able to capture the image of the

Subtitle extraction via OCR

2007-07-30 Thread Mathias Brodala
Hi everyone. Since I’m currently working on extracting hardcoded subtitles from some video files, I needed an application to do this. I quickly found SubRip[0], but it is, unfortunately, only available for Windows. I think it would be awesome if there was a seamlessly integrated GTK pendant

Re: Subtitle extraction via OCR

2007-07-30 Thread Liam R E Quin
On Tue, 2007-07-31 at 00:32 +0200, Mathias Brodala wrote: Since I’m currently working on extracting hardcoded subtitles from some video files, I needed an application to do this. I quickly found SubRip[0], but it is, unfortunately, only available for Windows. Check that there's no

Re: Subtitle extraction via OCR

2007-07-30 Thread Mathias Brodala
Hi Liam. (You don’t need to CC me, I’m subscribed.) Liam R E Quin, 31.07.2007 00:52: On Tue, 2007-07-31 at 00:32 +0200, Mathias Brodala wrote: Since I’m currently working on extracting hardcoded subtitles from some video files, I needed an application to do this. I quickly found SubRip[0],

Re: Subtitle extraction via OCR

2007-07-30 Thread Liam R E Quin
On Tue, 2007-07-31 at 01:13 +0200, Mathias Brodala wrote: Hi Liam. (You don’t need to CC me, I’m subscribed.) evolution really needs a swap To and Cc fields button. I've yet to use any open source OCR package that has been less effort than rekeying -- commercial OCR software is workable

Re: GtkRecentChooser API glitch

2007-07-30 Thread Emmanuele Bassi
On Sun, 2007-07-29 at 18:49 +0200, Murray Cumming wrote: These functions will be marked as deprecated as soon as GTK+ will branch off for the 2.11/2.12 cycle, While reviewing this change for gtkmm, I noticed that you didn't use the Deprecated: syntax so these don't show up in the list of

Re: GtkRecentChooser API glitch

2007-07-30 Thread Emmanuele Bassi
On Sun, 2007-07-29 at 18:49 +0200, Murray Cumming wrote: gtk_recent_chooser_menu_set_show_numbers() gtk_recent_chooser_menu_get_show_numbers() Language binding authors should not bind those functions, but bind the GtkRecentChooserMenu functions instead. These functions will

Re: gtk_widget_set_has_tooltip()

2007-07-30 Thread Kristian Rietveld
On Sat, Jul 28, 2007 at 03:22:29PM +0200, Murray Cumming wrote: I don't understand why gtk_widget_set_has_tooltip() exists. This is set automatically when calling gtk_widget_set_tooltip_text(). Yes it is, but only because gtk_widget_set_tooltip_text() is really a convenience function, which

Multiple GdkScreens?

2007-07-30 Thread Pascal Schoenhardt
Hi everyone, I am working on the Gnome SOC project for RandR 1.2 in Gnome. I just have a quick question about GdkScreens. In what scenario is there ever more than one GdkScreen? If I understand things correctly, a GdkScreen is the same as a screen in X: one large virtual canvas which can consist

Re: Multiple GdkScreens?

2007-07-30 Thread Matthias Clasen
On 7/30/07, Pascal Schoenhardt [EMAIL PROTECTED] wrote: Hi everyone, I am working on the Gnome SOC project for RandR 1.2 in Gnome. I just have a quick question about GdkScreens. In what scenario is there ever more than one GdkScreen? If I understand things correctly, a GdkScreen is the same

Re: Multiple GdkScreens?

2007-07-30 Thread Havoc Pennington
Hi, Pascal Schoenhardt wrote: As far as I know, the number of screens in X is hard coded to 1, and always will be (hence xinerama, and now RandR 1.2). It isn't hardcoded to 1 in X, there can be multiple. There's no real reason to have multiple and few people do it anymore, but in the days

Re: Multiple GdkScreens?

2007-07-30 Thread Pascal Schoenhardt
ok, thanks, that answers my questions. Pascal On 7/30/07, Havoc Pennington [EMAIL PROTECTED] wrote: Hi, Pascal Schoenhardt wrote: As far as I know, the number of screens in X is hard coded to 1, and always will be (hence xinerama, and now RandR 1.2). It isn't hardcoded to 1 in X,

Re: Multiple GdkScreens?

2007-07-30 Thread Morten Welinder
Are there other platforms on which Gdk may have more than one screen? Or if multiple X servers are running, with multiple copies of Gnome, do they still share the same gdk? Gnumeric under X can use multiple screens (or displays for that matter). It's quite useful to have multiple screens if