Re: RFC: GtkPreview library

2015-01-24 Thread Carlos Garcia Campos
Cosimo Cecchi cosi...@gnome.org writes: On Tue, Jan 20, 2015 at 10:24 AM, Carlos Garcia Campos carlo...@gnome.org wrote: One important thing is that preview providers should be out of process, since unfortunately it's very easy to make things crash with buggy files (which are very common

Re: Commercial support page on gtk.org

2012-03-21 Thread Carlos Garcia Campos
Excerpts from Martyn Russell's message of mar mar 20 11:50:52 +0100 2012: On 19/03/12 15:30, Carlos Garcia Campos wrote: Comments welcome, It looks pretty good :-) Attached is a patch to add Igalia to the list of companies. Committed, should be on the test server now. Sorry, Igalia

Re: Commercial support page on gtk.org

2012-03-19 Thread Carlos Garcia Campos
there is no bias about ordering here. If there are no major objections, I will push this by Friday this week or shortly after. Comments welcome, It looks pretty good :-) Attached is a patch to add Igalia to the list of companies. Regards, -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks

Re: Multitouch review 2: press-and-hold

2012-02-01 Thread Carlos Garcia Campos
it be something the theme chooses to implement (so that the Windows theme would use the Windows animation for that for example)? Yes I think I added a style class for press and hold animation, so it's themable. Cheers -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch

Re: GtkApplication and argc/arv

2011-02-25 Thread Carlos Garcia Campos
seems like a good thing to have). Regards, -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x523E6462 signature.asc Description: PGP signature ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: _gtk_window_group_get_current_grab()

2010-06-06 Thread Carlos Garcia Campos
_gtk_window_group_get_current_grab() gives me exactly what I want. So, can't we just get rid of that underscore and make this symbol public? (Doing a recursive grep in gtk+ tree seems nobody is using this 'internal' symbol anyway) Cheers, Regards, -- Carlos Garcia Campos PGP key: http://pgp.mit.edu:11371/pks/lookup

Re: GTK+ print preview

2009-05-19 Thread Carlos Garcia Campos
El mar, 19-05-2009 a las 07:46 +0200, Sven Neumann escribió: Hi, On Mon, 2009-05-18 at 15:06 +0200, Carlos Garcia Campos wrote: I've realized that print preview doesn't work as I thought, and I'm bit confused. An application open the print dialog by using GtkPrintOperation

Warnings compiling with glib svn trunk

2008-05-14 Thread Carlos Garcia Campos
by default. is it an intentional change? or is it a compatibility issue that should be fixed in glib? -- Carlos Garcia Campos [EMAIL PROTECTED] [EMAIL PROTECTED] http://carlosgc.linups.org PGP key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x523E6462 signature.asc Description

Re: Warnings compiling with glib svn trunk

2008-05-14 Thread Carlos Garcia Campos
El mié, 14-05-2008 a las 11:37 +0100, Emmanuele Bassi escribió: On Wed, 2008-05-14 at 12:25 +0200, Carlos Garcia Campos wrote: This change in glib: http://svn.gnome.org/viewvc/glib/trunk/glib/gi18n.h?r1=6713r2=6882 changes the prototype of _() returning now a const char

Re: Moving Open with to the platform

2008-03-19 Thread Carlos Garcia Campos
http://mail.gnome.org/mailman/listinfo/gtk-devel-list -- Carlos Garcia Campos [EMAIL PROTECTED] [EMAIL PROTECTED] http://carlosgc.linups.org PGP key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x523E6462 signature.asc Description: Esta parte del mensaje está firmada digitalmente

Re: Gtk Printing and evince

2006-07-19 Thread Carlos Garcia Campos
= gtk_print_context_get_cairo(context) for page in document.pages: poppler_page_render(page, cairo_t) Yes, I thought in something like this too, but it will only work with pdf and evince is not only a pdf viewer. Best, Dom Thanks, -- Carlos Garcia Campos (KaL) [EMAIL PROTECTED

Evince preview mode

2006-06-07 Thread Carlos Garcia Campos
is an screenshot: http://carlosgc.linups.org/files/evince-preview-mode.png Any other thing expected by a previewer? -- Carlos Garcia Campos (KaL) [EMAIL PROTECTED] [EMAIL PROTECTED] http://carlosgc.linups.org PGP key: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x523E6462

Re: Evince preview mode

2006-06-07 Thread Carlos Garcia Campos
El mié, 07-06-2006 a las 09:13 -0400, Matthias Clasen escribió: On 6/7/06, Carlos Garcia Campos [EMAIL PROTECTED] wrote: Hi, since gtk+ is using evince as an external printing previewer, I'm implementing a preview mode in evince, available through the command line (--preview). It's