Re: Dropping 'fringe' pixbuf loaders

2015-09-24 Thread Petr Tomasek
On Mon, Sep 21, 2015 at 11:28:17AM -0400, Matthias Clasen wrote: > After several rounds of fixing overflow and allocation failure issues in > various loaders this cycle, I'm reconsidering following the suggestion in > https://bugzilla.gnome.org/show_bug.cgi?id=721372 > > wbmp, tga, ras, qtif,

Re: Merging libstarred into GTK+?

2011-12-15 Thread Petr Tomasek
. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Severe treeview performance regression (Gtk2 - gtk3)

2011-10-20 Thread Petr Tomasek
. Then, the TreeView became very quick. Maybe this is connected also to the gtk3 problem? (Anyway, it is a bug... :-( ) P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz EA 355:001 DU DU DU DU EA 355:002 TU TU

Re: Native Client

2011-08-16 Thread Petr Tomasek
release. P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz EA 355:001 DU DU DU DU EA 355:002 TU TU TU TU EA 355:003 NU NU NU NU NU NU NU EA 355:004 NA NA NA NA NA

Re: GTK+ 3.0.12

2011-07-30 Thread Petr Tomasek
- Update recent-files when confirming in the file chooser Hello! Is there more info about this? Does it mean a user will no more be able to choose an exact location where to save the file? Seems to me like a rather big change, not something that should go in the minor release. Petr Tomasek

recursive regex match?

2011-07-30 Thread Petr Tomasek
occurence of the string matche by (...)*. In PCRE / php, for example, such a regex is matched recursivelly (i.e. the number of matched substring is dependent on the matched string). Can something like this be done in glib or is this feature missing? Thank You! Petr Tomasek -- Petr Tomasek

Re: GTK+ 3.0.12

2011-07-28 Thread Petr Tomasek
- Update recent-files when confirming in the file chooser Hello! Is there more info about this? Does it mean a user will no more be able to choose an exact location where to save the file? Seems to me like a rather big change, not something that should go in the minor release. Petr Tomasek

Re: GTK+ 3.0.12

2011-07-28 Thread Petr Tomasek
On Thu, Jul 28, 2011 at 01:53:52PM +0200, Damien Caliste wrote: Hello, Le 28/07/2011, Petr Tomasek toma...@etf.cuni.cz a écrit : Is there more info about this? Does it mean a user will no more be able to choose an exact location where to save the file? Seems to me like a rather big

Re: GTK+ 3.0.12

2011-07-28 Thread Petr Tomasek
- Update recent-files when confirming in the file chooser Hello! Is there more info about this? Does it mean a user will no more be able to choose an exact location where to save the file? Seems to me like a rather big change, not something that should go in the minor release. Petr Tomasek

Re: Compiling a GTK application on windows

2011-05-31 Thread Petr Tomasek
/gtk-list -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz EA 355:001 DU DU DU DU EA 355:002 TU TU TU TU EA 355:003 NU NU NU NU NU NU NU EA 355:004 NA NA NA NA NA

Re: GLib 2.29.2

2011-04-15 Thread Petr Tomasek
Overview of Changes from GLib 2.28.0 to 2.29.2 == * GApplication - The documentation has been enhanced and clarified - An opt-out for uniqueness has been added: G_APPLICATION_NON_UNIQUE Thanks A LOT! :-) -- Petr Tomasek http

Re: GtkApplication and argc/arv

2011-03-25 Thread Petr Tomasek
different locales? P. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz EA 355:001 DU DU DU DU EA 355:002 TU TU TU TU EA 355:003 NU NU NU NU NU NU NU EA 355:004 NA NA NA NA NA

Re: Pointers and spawning processes with glib

2010-12-10 Thread Petr Tomasek
wouldn't make it too big? Don't get me wrong, I think that the GLib/GTK+ documentation has lots of problems, but this isn't one of them. Cheers Lex -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz EA 355:001 DU

Re: right click *in* a menu

2010-12-06 Thread Petr Tomasek
if for most users the menu is optimal way (because they select only one item most the time) and the minority may use it with the right click in a more powerfull way. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz

Re: Replacing gdk_display_open(char*)

2010-11-16 Thread Petr Tomasek
. The same for moovie player or image viewer. So this would be really needed and I think Gtk should have some way to support an application simultaneusly using more than one screens. The current bottleneck on X is however the inability of XrandR to create new screens on the fly... :-( -- Petr

Re: Replacing gdk_display_open(char*)

2010-11-16 Thread Petr Tomasek
On Tue, Nov 16, 2010 at 09:15:43PM +, Ross Burton wrote: On 16 November 2010 18:44, Petr Tomasek toma...@etf.cuni.cz wrote: So this would be really needed and I think Gtk should have some way to support an application simultaneusly using more than one screens. The current bottleneck

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: GTK+ 2.90.6

2010-08-18 Thread Petr Tomasek
Overview of Changes from GTK+ 2.90.5 to 2.90.6 == ... * Allow windows to be dragged by clicking on empty areas in menubars and toolbars Can this be disabled, please? P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber

gnomedesktop.org?

2010-03-22 Thread Petr Tomasek
High! Anyone knows, what happend to the gnomedekstop.org site? Thx! -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz SIP: but...@ekiga.net ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo

HarfBuzz in Fedora 12?

2009-12-31 Thread Petr Tomasek
previous version of pango the syriac displayed OK...) Thank You, Petr Tomasek (*) http://www.bethmardutho.org/support/meltho/download/ -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz SIP: but...@ekiga.net ___ gtk-i18n-list mailing

Re: Fwd: how to set language for non-unicode text

2009-12-29 Thread Petr Tomasek
for any help. The ENOENT error has nothing to do with iconv, but rather with opening a file from the filesystem and it says file does not exist. Petr -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz SIP: but...@ekiga.net ___ gtk-i18n

Re: Speeding up thumbnail generation (like multi threaded). Thoughts please.

2009-10-01 Thread Petr Tomasek
(no seeking in HTTP) just to HTTP_RANGE? -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: but...@jabbim.cz SIP: but...@ekiga.net ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

FYI: Last resort characters...

2008-04-02 Thread Petr Tomasek
http://www.evertype.com/standards/iso10646/pdf/n3412-last-resort.pdf Would be interresting to implement in Pango instead of just displaying the code of an unknown character... P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek Jabber: [EMAIL PROTECTED] SIP: [EMAIL PROTECTED

Re: GtkCanvas use cases

2007-05-12 Thread Petr Tomasek
wouldn't be bad... P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Hebrew text rendering problem

2007-01-24 Thread Petr Tomasek
as this bug: http://bugzilla.gnome.org/show_bug.cgi?id=344856 ? How does the site behave with the Ezra SIL font? -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: gtk+-2.9.2 bug or not ???

2006-06-05 Thread Petr Tomasek
or not ??? Did you also update the gtk2-engines? -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Print preview api

2006-06-02 Thread Petr Tomasek
unfortunate. Many people will not want to use the external viewer (for reasons discused earlier), so everyone will write his own preview widget? Why not just have official internal preview widget like gnome-print has and support it by deafult? P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek

Re: Callback based tooltips (Re: New tooltips API, continued)

2006-04-25 Thread Petr Tomasek
. |\ ___ | | tooltip | not centered below the cursor. sounds like a good default, but should be configurable/customizable by the theme engine. What about RTL locales? P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk

Re: improvement of font selection

2006-03-29 Thread Petr Tomasek
an example of a font, that has _only_ persian glyphs? P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Re: Usability of the GTK+ 2 file open dialog

2006-03-07 Thread Petr Tomasek
is actually not that bad, but it has number of terrible usability bugs... P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Usability of the GTK+ 2 file open dialog

2006-03-07 Thread Petr Tomasek
On Tue, Mar 07, 2006 at 08:27:16PM +0100, Sven Neumann wrote: Hi, Petr Tomasek [EMAIL PROTECTED] writes: If you started to use the bookmarks feature, it is likely that you will not need to use the folders list for about 95% of your file dialog usage. That is my experience at least

Re: Rich Text copy and paste (bug #324177)

2006-02-14 Thread Petr Tomasek
) without the need for the application to interfere (since you don't have to have any styles or more sophisticated features). Of course, you should be able to let the application override this... P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk

Re: Highlevel printing API - proposal

2006-01-25 Thread Petr Tomasek
applications will force us europeans to us this Us-shit(TM) instead of the standard A4 paper size... P.T. -- Petr Tomasek http://www.etf.cuni.cz/~tomasek ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Re: so, is this claim about pango still true? or does nobody actually care?

2005-10-25 Thread Petr Tomasek
, but with the Nokia 770 VKB implementation we measured roughly 50% reduction in the time it takes to redraw the whole layout (buttons with single-character labels) It's sad, You're creating crapy applications, that cannot be used with arabic or hebrew, etc. :-( -- Petr Tomasek http://www.etf.cuni.cz/~tomasek

CellRenderer for colors?

2004-05-02 Thread Petr Tomasek
Hello! Does anybody knows if there does exist some cell-renderer, that would show/let edit colors? Thanx PT. -- Petr Tomasek, http://www.etf.cuni.cz/~tomasek/ ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk

Re: Installing GTK+ 2.4.0 on Fedora Core 1

2004-03-22 Thread Petr Tomasek
. What I have to do? Thank you in advance. try (re)installing recent librsvg. -- Petr Tomasek, http://www.etf.cuni.cz/~tomasek/ ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Solved: Re: 2.4 binaries for RH9?

2004-03-18 Thread Petr Tomasek
On Thu, Mar 18, 2004 at 09:08:15AM +0100, Nils O. Sel?sdal wrote: On Wed, 2004-03-17 at 22:08, Petr Tomasek wrote: Hello! Do binary packages for RH9 of the gtk/glib/pango 2.4 release? I tried to recompile srpm from rawhide (it was 2.3.6), but I ran out of disk space, since compiling

2.4 binaries for RH9?

2004-03-17 Thread Petr Tomasek
Hello! Do binary packages for RH9 of the gtk/glib/pango 2.4 release? I tried to recompile srpm from rawhide (it was 2.3.6), but I ran out of disk space, since compiling gtk took more than 1.5GB! Any help? Thanks! Petr Tomasek -- Petr Tomasek, http://www.etf.cuni.cz/~tomasek

Re: radio_button behavior with toggle_button style ?

2004-01-10 Thread Petr Tomasek
it, but i didn't know how... If sb have some clue on that... ;-) Thx. AlaiN. WHY would you need that? You're just confusing users PT -- Petr Tomasek, http://www.etf.cuni.cz/~tomasek/ ___ gtk-list mailing list [EMAIL PROTECTED] http

Dynamic list?

2002-07-08 Thread Petr Tomasek
Hello! I just want to ask, if it is possible with GtkListView to have a list without having to allocate any structure in the memory (the data would be read directly from the database - for performance reasons). Thank you! Petr Tomasek -- Petr Tomasek, http://www.etf.cuni.cz/~tomasek

gtk-demo (Re: Please Document GtkTreeView)

2002-07-07 Thread Petr Tomasek
On Sat, Jul 06, 2002 at 06:41:33PM -0400, Havoc Pennington wrote: A useful resource is gtk-demo. It has sample source code for this I believe. BTW, I just wonder, why isn't the gtk-demo included within the standart gtk+ packages (at least with gtk+-devel). PT -- Petr Tomasek, http