Re: About GTK+ 3.0 and deprecated things

2008-07-17 Thread Mikael Hallendal
Hi, Because the ABI is incompatible. Apps will need to be recompiled against the new version. Also, it is not API compatible with latest GTK+ without the flags. Cheers, Micke 17 jul 2008 kl. 05.03 skrev Paul Davis: On Thu, 2008-07-17 at 04:11 +0200, Sven Herzberg wrote: Paul, just in

Re: About GTK+ 3.0 and deprecated things

2008-07-16 Thread Mikael Hallendal
of the ABI break). Cheers, Mikael -- Mikael Hallendal Imendio AB - Expert solutions in GTK+ http://www.imendio.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: gtk-doc migration

2008-06-22 Thread Mikael Hallendal
/listinfo/gtk-devel-list -- Mikael Hallendal Imendio AB - Expert solutions in GTK+ http://www.imendio.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Steps to get to GTK+ 3.0

2008-06-07 Thread Mikael Hallendal
as painless as possible and if your code compiles with the latest 2.x with GTK_DISABLE_DEPRECATED and GSEAL_ENABLE it will also work on Gtk+ 3.x. Best Regards, Mikael Hallendal -- Mikael Hallendal Imendio AB - Expert solutions in GTK+ http://www.imendio.com

Re: glib and Xlib

2008-06-06 Thread Mikael Hallendal
meant? Cheers, Mikael Hallendal 6 jun 2008 kl. 00.38 skrev jaafar EL GONNOUNI: Hello; What is glib adding that the GTK + compared to Xlib ? All what is possible with glib with Xlib is feasible, then why create a new library. Best regards. -- EL Gonnouni JaĆ¢far. GSM : +21266682150

Re: Steps to get to GTK+ 3.0

2008-06-04 Thread Mikael Hallendal
+ for the benefit of application developers. This is also the reason we aim to make the transition from 2.x to 3.x as pain free as humanly possible (everyone is well aware of the pain involved in the transition from 1.x to 2x). Cheers, Micke -- Mikael Hallendal Imendio AB - Expert

Re: GTK+ Website Review - Final Draft

2008-03-26 Thread Mikael Hallendal
than whether they are in the GNOME bindings package. But then again, that is pretty easy to see already. Maybe just put a little marker on the bindings that are official GNOME bindings? C++ [1] C# Perl [1] ... [1] Included in the official GNOME bindings. Cheers, Mikael Hallendal

Re: GTK+ Website Review - Final Draft

2008-03-26 Thread Mikael Hallendal
26 mar 2008 kl. 11.10 skrev Murray Cumming: Hi, On Wed, 2008-03-26 at 10:18 +0100, Mikael Hallendal wrote: 25 mar 2008 kl. 08.58 skrev Murray Cumming: but it's not given and GTK+ is not only for GNOME. The GNOME bindings include (and require) a wider set of library bindings than GTK

Re: reg - USB and Ethernet performance open source utility

2008-03-18 Thread Mikael Hallendal
17 mar 2008 kl. 16.13 skrev Sarahana: Hi, This is the development mailing list for the GTK+ project, please stay on topic. Best Regards, Mikael Hallendal Dear Sir I am Sarahana, working in an embedded product concern based on linux, i wish to have an utility to check the performance

Re: Minutes: Foreign OSes BoF

2008-03-13 Thread Mikael Hallendal
13 mar 2008 kl. 10.13 skrev Alberto Ruiz: Hi Alberto, Thanks for sharing the results of the BoF! Looks like you had a good discussion. Cheers, Micke Hi, this is some sort of summary of the issues discussed in the foreign OSes BoF at the hackfest. Attendees: tml, jdahlin, rhult,

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-04 Thread Mikael Hallendal
. Much of it can be done without GL though, but some things definitely need hardware acceleration and 3D awareness. Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: OpenGL, GtkGlArea, GtkGLExt

2008-03-03 Thread Mikael Hallendal
read about in the bug tracker. Good luck, Mikael Hallendal [1] http://www.clutter-project.org/ [2] https://code.fluendo.com/pigment/trac [3] http://bugzilla.gnome.org/show_bug.cgi?id=119189 Hi, What is the currently recommended way to link GTK with OpenGL graphic areas? GtkGLarea? GtkGLext

Re: GtkTextView Vs GtkText

2008-02-22 Thread Mikael Hallendal
. Cheers, Mikael Hallendal Hi, I am little aware of these two widget. But got struck at setting font and setting style to GtkText. 1) I understand how to set font to the GtkTextView [ PangoFontDescription *font_desc; font_desc = pango_font_description_from_string

Re: GTK on Windows.

2008-02-18 Thread Mikael Hallendal
18 feb 2008 kl. 18.52 skrev animeshkbhadra: Hi, GTK+ is available for Windows and you don't need VC++ for it but can use the MinGW suite. You can read more about GTK+ for Windows here: http://www.gtk.org/download-windows.html Cheers, Mikael Hallendal hi, I have been working on GTK

Re: Strange warning when adding gtk_status_bar to gtk_hbox

2008-01-28 Thread Mikael Hallendal
. and it is issued by the following code: GtkWidget * _status_bar = gtk_statusbar_new(); ^^^- this one Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-app-devel-list mailing list gtk-app-devel-list

Re: Can I make a not aligned gtk treeview?

2007-12-17 Thread Mikael Hallendal
17 dec 2007 kl. 08.29 skrev Binary Chen: Hi, A TreeView will always align the columns. However, to achieve the behavior you look for you can pack two cell renderers into the same column. Cheers, Mikael Hallendal Hi, I have a gtktreeview with two column, the first one is pixbuf

Re: GIO API review

2007-12-14 Thread Mikael Hallendal
14 dec 2007 kl. 09.27 skrev Alexander Larsson: Hi, On Thu, 2007-12-13 at 19:19 +0100, Mikael Hallendal wrote: For example, if we plan to never use the GAsync infrastructure for anything other than GIO there is a point to put it under the GIO namespace as it shows where it belongs and what

Re: GIO API review

2007-12-13 Thread Mikael Hallendal
13 dec 2007 kl. 12.51 skrev Alexander Larsson: Hi, On Wed, 2007-12-12 at 16:48 +0100, Mikael Hallendal wrote: 12 dec 2007 kl. 14.59 skrev Alexander Larsson: Hi, On Tue, 2007-12-11 at 17:48 +0100, Michael Natterer wrote: A big issue is that GIO wastes namespaces massively: g_app

Re: GIO API review

2007-12-12 Thread Mikael Hallendal
consider it several times when introducing new namespaces. Both for future and for people trying to use the library. Best Regards, Mikael Hallendal -- Imendio AB, http://www.imendio.com/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: Help with installation library gtk in ubuntu

2007-12-06 Thread Mikael Hallendal
is that it doesn't evaluate the pkg-config command correctly. Use gcc `pkg-config --cflags...` main.c ... Ie. ` rather than ' in your command line. Good luck, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-list mailing list gtk-list

Re: GtkImage

2007-10-08 Thread Mikael Hallendal
]. You can also use the GdkPixbuf API [2] to create an in memory representation of the image and then use gtk_image_new_from_pixbuf to create the GtkImage from the pixbuf. Good luck, Mikael Hallendal [1] http://library.gnome.org/devel/gtk/stable/GtkImage.html [2] http://library.gnome.org

Re: Spontaneous background colors in treeview

2007-10-04 Thread Mikael Hallendal
a screenshot that shows the problem you are seeing? Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GnomeVFS, gvfs, and FUSE

2007-10-04 Thread Mikael Hallendal
it is released. Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: md5 in glib [was: Re: GtkFileChooser + thumbnails ... history?]

2007-10-04 Thread Mikael Hallendal
of. Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: GTK+ 2.12 released

2007-09-14 Thread Mikael Hallendal
14 sep 2007 kl. 06.53 skrev Matthias Clasen: GTK+ 2.12.0 is now available for download at: Congratulations to the GTK+ team and thanks for all the hard work you guys are putting in! Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com

Re: Check Boxes Don't Work Independently

2007-08-30 Thread Mikael Hallendal
is coming from? If you run the program you'll see what I mean. Seems like you missed the attachment. Regards, Mikael Hallendal Thanks in advance, --dhk ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman

Re: GTK+ man pages

2007-08-17 Thread Mikael Hallendal
this request. http://bugzilla.gnome.org/show_bug.cgi?id=467488 Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: comments in a key file

2007-08-14 Thread Mikael Hallendal
be better phrased as No keys are allowed before the first group name, only comments. Agreed, the string is a bit confusing, added a bug with proposed update: http://bugzilla.gnome.org/show_bug.cgi?id=466768 Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com

Re: Support for a new scripting language.

2007-08-05 Thread Mikael Hallendal
PROTECTED] [1] mailing list. Good luck! Best Regards, Mikael Hallendal [1] http://mail.gnome.org/archives/language-bindings/ Hello to the list readers. Sorry for being impolite and jumping in, but it seems there is no other mean to contact GTK developers. I lead a project for a new

Re: GTK+ Website Review

2007-05-29 Thread Mikael Hallendal
already mentioned on the About page. This is true, and I would have gone for just GTK+ but it is awfully short for a title. Perhaps something like The GTK+ Project? The GTK+ Project sounds good and much better than GTK+, Gimp Toolkit in my opinion. Cheers, Mikael Hallendal -- Imendio AB

Re: using ImageViewer in GTK C program

2007-04-26 Thread Mikael Hallendal
/mailman/listinfo/gtk-app-devel-list Thanks, Mikael Hallendal Hi I have a requirement like this. In my Gtk C program, i will load a image on a Gtk Form and now I should able to preview the image, and crop the image and save the cropped image. How can i achieve this functionality. Do i

Re: GTK+ Web site overhaul

2007-04-23 Thread Mikael Hallendal
solution to suggest? I can't compare with Moinmoin as I haven't run it for quite a bit of time but I'm very happy with Drupal for developer.imendio.com and two other sites I'm setting up with it. Keep it up, wonderful to see this being picked up! Cheers, Mikael Hallendal -- Imendio AB, http

Re: Build failure current head

2006-12-28 Thread Mikael Hallendal
'gtk_status_icon_get_property': gtkstatusicon.c:672: error: 'struct _GtkStatusIconPrivate' has no member named 'tray_icon' Took the liberty of reopening #387215 and add you to the CC-list. http://bugzilla.gnome.org/show_bug.cgi?id=387215 Best Regards, Mikael Hallendal -- Imendio AB, http://www.imendio.com

Re: GTK+ Cocoa Native Port

2006-05-21 Thread Mikael Hallendal
on stabilizing that and to work on features than to backport to an old version of Mac OS X. Best Regards, Mikael Hallendal -- Imendio AB, http://www.imendio.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: MacOSX gtk-doc installation problems...

2005-12-23 Thread Mikael Hallendal
amir wrote: Hi, Hi, Are you sure that you run autogen.sh with the correct path so that you use the manually installed auto* tools? Best Regards, Mikael Hallendal I'm having difficulties installing the gtk-doc on MacOSX 10.4.3. I have followed the instruction listed on: http

Imendio AB announces the GTK+ on Mac OS X port project

2005-11-22 Thread Mikael Hallendal
Imendio AB announces the GTK+ on Mac OS X port project Tue Nov 22 12:06:00 CET 2005 The GIMP toolkit (GTK+) matures to include yet another platform. This project aims to bring native GTK+ support to the Apple Mac OS X platform. The basic implementation is sponsored by Imendio AB and the work so

Re: GTK+ on Mac OS X

2005-10-28 Thread Mikael Hallendal
of Gtk+ itself. Best Regards, Mikael Hallendal -- Imendio AB, http://www.imendio.com/ ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Usage of GTK+ headers

2005-10-13 Thread Mikael Hallendal
. That time can of course be used to improve you application so, in a way it can effect the quality of a code but not necessary. So I would say that's a good reason for not doing it. Cheers, Mikael Hallendal -- Imendio AB, http://www.imendio.com/ ___ gtk

Re: Watching filedescriptors

2005-09-19 Thread Mikael Hallendal
in my opinion be more confusing. Best Regards, Mikael Hallendal -- Imendio AB, http://www.imendio.com/ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

How to get the text from a GtkSelectionData?

2004-03-19 Thread Mikael Hallendal
, but gtk_selection_data_get_text doesn't seem to think of it as text. (Is the gtk_selection_data_get_text only for internal drag'n'drops within an application and not between two applications?) Regards, Mikael Hallendal -- Mikael Hallendal [EMAIL PROTECTED] Imendio HB http