Re: GtkCellRendererCombo questions

2005-03-12 Thread Matthias Clasen
On Sat, 2005-03-12 at 17:12 +0100, [EMAIL PROTECTED] wrote: > > 1) Is there any way to add a "separator" item into the list? > > > > 2) Is there any better way to differentiate which item was selected in > > the combo? > > Right now, by hooking into the changed event, the callback simply > > receiv

GTK+ 2.6.4 released

2005-03-01 Thread Matthias Clasen
to GTK+ 2.6.4 = * Move a lot of const data to the .rodata section [Matthias Clasen] * Make caching of .icon files work again [Alexander Larsson] * Fix many translations of our single Q_() message to not include the prefix [Christian Persch] A

GTK+ 2.6.3 released

2005-02-28 Thread Matthias Clasen
GTK+ 2.6.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ gtk+-2.6.3.tar.bz2 md5sum: 51f3eb7eade2cc39664641de155843ed gtk+-2.6.3.tar.gzmd5sum: 57958c6e14e9c7131b1c5e4029622361 This is a bug fix release and is source and

GLib 2.6.3 released

2005-02-27 Thread Matthias Clasen
--help output [Matthias Clasen] - Accept -? [Matthias] * Win32 bug fixes [Bill Skaggs, Tor Lillqvist, J. Ali Harlow, Daniel Atallah] * Other bug fixes [Ed Avis, Manish Singh, Matthias, Nicolas Laurent, Kjartan Maraas, Bastian Nocera, Suren A. Chilingaryan, Michael Banck] * Documentation

Re: GtkCellRenderer: start editing with an initial value

2005-02-17 Thread Matthias Clasen
On Thu, 2005-02-17 at 19:56 +0100, Murray Cumming wrote: > Is there any way to make a GtkCellRendererText start editing, while also > specifying what text it should start with. > gtk_treeview_set_cursor_on_cell() can start the editing, but first it > puts the data from the tree model in the CellRen

GTK+ 2.6.2 released

2005-02-04 Thread Matthias Clasen
GTK+ 2.6.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.6/ gtk+-2.6.2.tar.bz2 md5sum: f5cbbcb82627bc6d0d186063e6109399 gtk+-2.6.2.tar.gzmd5sum: c962f88c1fae247cef502ff205d879d9 This is a bug fix release and is source and

GLib 2.6.2 released

2005-02-03 Thread Matthias Clasen
, including GLib, can be found at: http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Overview of Changes from GLib 2.6.1 to GLib 2.6.2 = * GKeyFile - Accept \r\n line ends [Bastian Nocera] - Add unit tests [Matthias Clasen] - Don't

Re: Official gtk-win32 distribution

2005-01-27 Thread Matthias Clasen
On Thu, 2005-01-27 at 11:50 +0100, Michel Van den Bergh wrote: > Hi, > > I wonder if it is not time to have an *official* gtk-win32 run-time > distribution on the gtk > website (with documented dependencies on environment variables and > registry settings). > The current situation is rather off

Re: Refdbg and GObject 2.6.x

2005-01-24 Thread Matthias Clasen
On Mon, 2005-01-24 at 20:26 -0800, Josh Green wrote: > On Mon, 2005-01-24 at 14:58 -0500, Matthias Clasen wrote: > > On Mon, 2005-01-24 at 11:44 -0800, Josh Green wrote: > > > On Mon, 2005-01-24 at 13:50 +0100, David Necas (Yeti) wrote: > > > > On Mon, Jan 24, 2005 a

Re: Refdbg and GObject 2.6.x

2005-01-24 Thread Matthias Clasen
On Mon, 2005-01-24 at 11:44 -0800, Josh Green wrote: > On Mon, 2005-01-24 at 13:50 +0100, David Necas (Yeti) wrote: > > On Mon, Jan 24, 2005 at 12:07:58AM -0800, Josh Green wrote: > > > Hello, I'm the author of refdbg (http://refdbg.sourceforge.net), a > > > GObject reference count debugger. Recen

Re: ARGB Visual Support

2005-01-13 Thread Matthias Clasen
On Thu, 2005-01-13 at 19:34 -0800, Thomas Coppi wrote: > Does anybody know if official support for ARGB Visuals in X.org is > being planned in GTK+? I really want to be able to make a GtkTextView > transparent, but the only way to do that right now is to make the > whole window transparent. That

Re: Limiting gtk app to single instance,

2005-01-10 Thread Matthias Clasen
On Mon, 2005-01-10 at 04:13 +, Phillip Phirrip wrote: > > Hello All, > > Is there a way to limit the number of instances of a gtk application > to one only. If an instance of this application is already running > then can I bring it to focus. > I tried to read from the process table and fi

Re: Which signal is emitted when the arrow in GtkComboBoxEntry() is pressed?

2005-01-10 Thread Matthias Clasen
On Mon, 2005-01-10 at 01:17 -0600, Greg Breland wrote: > Did a bug ever get filed on this? I can't seem to find it if there was. > > I have a pretty good usage scenario that is quite common with database > applications. > > The combo control is the most common control used with DB apps and >

GTK+ 2.6.1 released

2005-01-08 Thread Matthias Clasen
GTK+ 2.6.1 = * GtkFileChooser - Fix some possible threading deadlocks [Matthias Clasen] - Don't return errors from the private GTK_FILE_SYSTEM_ERROR domain [Murray Cumming] - Fix some crashes with unreadable directories [Federico

GLib 2.6.1 released

2005-01-07 Thread Matthias Clasen
, including GLib, can be found at: http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Overview of Changes from GLib 2.6.0 to GLib 2.6.1 = * GOption - Make gtk_init(NULL, NULL) work again [Marcin Krzyzanowski] - Improve handling of -- [Matthias

Re: Creating GdkPixbuf from PNG data

2005-01-07 Thread Matthias Clasen
On Fri, 2005-01-07 at 02:43 -0800, Pramod Patangay wrote: > Hi, > > I have PNG data in memory which is essentially the > contents of a png file. I need to create a GdkPixbuf > from this data. How can I do this? > Use a GdkPixbufLoader Matthias ___ gt

Re: Compiling gtk demo

2004-12-22 Thread Matthias Clasen
On Wed, 2004-12-22 at 20:05 -0800, Joe Zacky wrote: > This question must have been answered before, but I can't find it on > Google or the mailing list. > > I have gtk2-2.4.0-1 on fedora core 2. I wan't to compile the > ui_manager.c demo found in /usr/share/gtk-2.0/demo/ui_manager.c but it > ha

GTK+ 2.6.0 released

2004-12-16 Thread Matthias Clasen
ex.html (the above URL contains links to 1.2->2.x porting information) http://www.gtk.org/faq/ The GTK+ 2.6 Team: Jonathan Blandford, Hans Breuer, Matthias Clasen, Tim Janik, Tor Lillqvist, Federico Mena Quintero, SÃren Sandmann, Manish Singh, and Owen Taylor Special thanks to:

GLib 2.6.0 released

2004-12-15 Thread Matthias Clasen
http://www.gtk.org/ The GLib 2.6 Team: Hans Breuer, Matthias Clasen, Tim Janik, Tor Lillqvist, Manish Singh, Owen Taylor, and Sebastian Wilhelmi Special thanks to: Anders Carlsson [GOption] Ray Strode [GKeyFile, XDG basedir support] Arjan van de Ven [PLT reduction] Thanks to all the GLi

GTK+ 2.5.5 released [unstable]

2004-11-12 Thread Matthias Clasen
question-index.html http://www.gtk.org/faq/ Overview of Changes from GTK+ 2.5.4 to GTK+ 2.5.5 = * gdk-pixbuf - Make threadsafe [Colin Walters] * GtkFileChooser - Make tooltips work better [Matthias Clasen] - Show files (grayed out) in folder modes [Nic

GLib 2.5.6 released [unstable]

2004-11-12 Thread Matthias Clasen
Jonas Jonnson, Archana Shah] - Make the very first SIGCHLD work [Gustavo Carneiro] * Bug fixes [Morten Welinder, Tor, David MacLachlan, Manish Singh, J. Ali Harlow] * Documentation improvements [Matthias Clasen, Tor] * Updated translations (da,ja,tr,zh_CN) A list of all bugs fixed in this releas

Re: GtkCellRendererCombo example?

2004-11-08 Thread Matthias Clasen
On Sun, 2004-11-07 at 15:00, Murray Cumming wrote: > 2. I can't bind a GtkTreeModel* model column to the cell renderer's > "model" property, maybe because the base type is reported as > G_TYPE_INTERFACE instead of G_TYPE_OBJECT, in > _gtk_tree_data_list_value_to_node(). Maybe we could assuming tha

Re: GtkCellRendererCombo example?

2004-11-08 Thread Matthias Clasen
On Mon, 2004-11-08 at 08:44, Diego Zuccato wrote: > Murray Cumming wrote: > > 3. There's no way to have a Combo cell renderer that has multiple columns, > > such as the choice and a description of the choice. But I guess this would > > require access to the whole GtkComboBox API. > IMVHO GtkComboBo

Re: GtkCellRendererCombo example?

2004-11-08 Thread Matthias Clasen
On Sun, 2004-11-07 at 15:00, Murray Cumming wrote: > Matthias wrote: > > What problem are you seeing ? > > I have it working now, > http://cvs.gnome.org/viewcvs/gtkmm/examples/book/treeview/combo_renderer/ > > and I really like it's simplicity compared to the hacky thing that I've > been using so

Re: What's the purpose of GtkArg?

2004-11-08 Thread Matthias Clasen
On Sun, 2004-11-07 at 23:32, [EMAIL PROTECTED] wrote: > Hi, > > I'm a beginner in GTK+ and Linux programming. > I'm reading the GGAD (GTK+/Gnome Application > Development) book now, but I can not understand the > section about GtkArg. What's GtkArg for? > I mean what's the purpose of GtkArg struct

Re: GtkCellRendererCombo example?

2004-11-05 Thread Matthias Clasen
On Fri, 2004-11-05 at 06:12, Murray Cumming wrote: > > I see, it is implemented in GTK, and GtkCellRendererProgress > > , > > too! Great! > > So are they going to be wrapped in gtkmm? > > Yes, that's why I asked about it. It

GLib 2.5.5 released [unstable]

2004-11-02 Thread Matthias Clasen
strings [Mark McLoughlin] * GOption - Document GOption [Matthias Clasen] - Better support for rest arguments [Owen Taylor, Matthias] - Handle conflicts between groups [Matthias] * Add g_lstat() to the stdio wrappers [Tor Lillqvist] * Add g_filename_display_name() to convert filenames in display

Re: List of gtkrc-2.0 options?

2004-11-02 Thread Matthias Clasen
On Tue, 2004-11-02 at 18:26 +0100, Manuel Op de Coul wrote: > I could use the "gtk-button-images" setting. The stock buttons > are sensitive to this setting, but I have my own buttons with > a custom pixmap and label inside. > Getting the properties from the settings object using g_object_get() w

Re: List of gtkrc-2.0 options?

2004-11-01 Thread Matthias Clasen
On Mon, 2004-11-01 at 09:43, [EMAIL PROTECTED] wrote: > Hello, > > Could someone point me to a list of valid gtkrc-2.0 options? They > seem to be kept secret, although the following ones were accidently > disclosed in some older release notes: > > gtk-can-change-accels = 1 > gtk-font

GTK+ 2.5.4 released [unstable]

2004-10-27 Thread Matthias Clasen
/API/2.0/gtk/gtk-question-index.html http://www.gtk.org/faq/ Overview of Changes from GTK+ 2.5.3 to GTK+ 2.5.4 = * GtkFileChooser - Make path bar arrows larger [Matthias Clasen] - Make SELECT_FOLDER mode work [Matthias] - Speed up the completion popup,

GLib 2.5.4 released [unstable]

2004-10-27 Thread Matthias Clasen
ng] - Accept backslashes in filenames on Win32 [Tor Lillqvist] * Strip the internal aliasing prefix IA__ from function names in assertions [Matthias Clasen] * Add a function to split uri lists. [Matthias] * Win32 bug fixes - Don't open console windows [Tor] * Other bug fixes [Philippe Blai

Re: GTK+ CVS HEAD compile error

2004-10-18 Thread Matthias Clasen
On Tue, 2004-10-19 at 10:09 +0700, Theppitak Karoonboonyanan wrote: > Hello, > > Recently, I've failed compiling GTK+ from CVS HEAD using jhbuild. > It seems to be about undeclared identifier in gtk-pixbuf/gdk-pixbuf-loader.c. > Here's the error message: > > - > gcc -DHAVE_CONFIG_H -I. -I. -

Re: 2.4.13 fails to build on solaris 2.6

2004-10-17 Thread Matthias Clasen
On Sun, 2004-10-17 at 21:58 +0200, Riccardo Mottola wrote: > Hello, > > I fail to build gtk 2.4.13 on solaris 2.6 (as was also the case of > 2.4.9) the problem is always the same, a missing symbol: > > (yes, I have gnu gettext installed in /usr/local) > > /bin/ksh ../libtool --mode=link gcc -g

Re: Changing the shortcut text for menus

2004-10-14 Thread Matthias Clasen
On Thu, 2004-10-14 at 09:49, Pramod Patangay wrote: > Hi, > > I have to change the text of the default shortcut > generated by GTK when I add an accelerator to the menu > item. Is there any way to do it? > > Like if I add '+' as the accelerator, a '+' is shown > as the shortcut but I want to it b

GTK+ 2.4.13 released

2004-10-12 Thread Matthias Clasen
GTK+ 2.4.13 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.4/ gtk+-2.4.13.tar.bz2 md5sum: 3a438e1010704b11acaf060c9ba0fd7b gtk+-2.4.13.tar.gzmd5sum: ef1bcc1a159054d1392c71f794e0d2d2 This is a bug fix release and is source a

GTK+ 2.4.11 released

2004-10-08 Thread Matthias Clasen
-index.html http://www.gtk.org/faq/ Overview of Changes from GTK+ 2.4.10 to GTK+ 2.4.11 === * GtkFileChooser - Make path bar arrows larger [Matthias Clasen] - Make SELECT_FOLDER mode work [Matthias] - Speed up the completion popup [Matthias] - Update

GLib 2.4.7 released

2004-10-08 Thread Matthias Clasen
= * Win32 bug fixes - Fix Unicode collation [Tor Lillqvist] - Fix a thread leak [Peter Zelezny] - Fix build with newer mingw headers [Tor] - Convert messages to UTF-8 [Kazuki Iwamoto] - Don't open console windows [Tor] * Other bug fixes [Manish Singh, Matthias Clasen, Morten Welinder, Tim Janik

GTK+ 2.5.3 released [unstable]

2004-09-18 Thread Matthias Clasen
GOption for commandline argument parsing [Anders Carlsson] * Default theme - Improve drawing of expanders [Matthias Clasen] * Add a configure option to disable the use of ELF visibility attributes for PLT reduction * Make selection handling robust against invalid UTF-8 [Owen] * gdk-pixbuf - Add a var

GLib-2.5.3 released [unstable]

2004-09-18 Thread Matthias Clasen
time and make make check check the list of exported symbols. [Matthias Clasen] * Add API to get ISO 8601 week numbers [Niklas Lundell] * Add API to install an alternate default log handler [Darin Adler] * Add API to obtain a list of applicable locale names [Hidetoshi Tajima] * Reduce code size

GTK+-2.4.10 released

2004-09-18 Thread Matthias Clasen
save mode [Owen Taylor] * Default theme - Improve drawing of expanders [Matthias Clasen] * GtkEntryCompletion - Improve positioning of popups [Matthias] * Make selection handling robust against invalid UTF-8 [Owen Taylor] * gdk-pixbuf - Fix saving of pixbufs with alpha-channel as jpeg [Emmanuel

Re: glib.h

2004-09-15 Thread Matthias Clasen
Am Mittwoch, den 15.09.2004, 21:24 -0700 schrieb Kermit Tensmeyer: > Heck, I've use glib, gtk, pango, atk to build other software. And I _know_ > that it compiles clean. At this point (after digging thru the include files) > I'm not sure I know how it could compile at all. > > Big changes betwee

Re: [gtkmm] Problems with setting toolbar icon size

2004-09-12 Thread Matthias Clasen
Am Sonntag, den 12.09.2004, 16:59 +0200 schrieb Murray Cumming: > On Thu, 2004-09-09 at 14:55 +0200, Jaroslaw Mroczek wrote: > > > I found yesterday (after posting this e-mail) that this function in GTK+ > > 2.2 was deprecated. > [snip] > > how can I set the icon size of whole toolbar. > > This

Re: how to get reference to GtkLabel part of the GtkImageMenuItem

2004-09-07 Thread Matthias Clasen
On Mon, 2004-09-06 at 15:46, Saulius Menkevicius wrote: > Hi, > > I'm wondering if it is possible to get/change the GtkLabel child widget > of GtkImageMenuItem as I would like use the gtk_label_set_markup() > method to embold the text contained in the label. GTK_BIN(item)->child > Essentially, w

GTK+ 2.4.9 released [stable]

2004-08-25 Thread Matthias Clasen
GTK+-2.4.9 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.4/ gtk+-2.4.9.tar.bz2 md5sum: bfe3b960d334e81d8f91c3509f70868d gtk+-2.4.9.tar.gzmd5sum: 4f08d602f221e0ce83726f21852f7f89 This is a respin of 2.4.8 to fix a mixup wit

GTK+ 2.4.8 released [stable]

2004-08-25 Thread Matthias Clasen
[Christoph Fergeau] - Avoid segfaults in gdk-pixbuf-csource [Matthias Clasen] * Win32 bug fixes [Tim Evans, Tor Lillqvist] * Other bug fixes [Gustavo, Torsten Schoenfeld, Manish, Tomislav Jonjic, Soeren Sandmann, Tommi Komulainen, Philip Langdale, Jon-Kare Hellan] * Documentation improvements [Matthias

GTK+ 2.5.2 released [unstable]

2004-08-25 Thread Matthias Clasen
separator in bookmarks pane unselectable [Matthias Clasen] - Improve activation on focus [Federico] - Avoid warnings when opened on non-default screens [Abel Daniel] - Fix some memory leaks [Federico] * GtkEntryCompletion - Warn if text column has wrong type [Fernando San Martin Woerner, Gus

GLib 2.5.2 released [unstable]

2004-08-24 Thread Matthias Clasen
Zelezny] * Documentation improvements [Matthias Clasen, Vincent Untz, Christian Persch] * New and updated translations (bs,eu,fi,gu,ne,pa) A list of all bugs fixed in this release can be found at http://bugzilla.gnom

GTK+ 2.4.6 released

2004-08-13 Thread Matthias Clasen
cator for empty tree views [Federico] - Make column dragging more robust [Matthias Clasen, Christian Biere] - Prevent DND on non-sources [Pawel Salek] * GtkUIManager - Accept paths with a leading / [David Malcolm] * Gdk - Fix handling of keep-above and keep-below state [Matthew Garret]

GLib 2.4.6 released

2004-08-13 Thread Matthias Clasen
fixes [Matthias Clasen, Ray Strode] * New and updated translations (mn,nb) 13 August 2004 ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GTK+ 2.5.1 released [unstable]

2004-07-31 Thread Matthias Clasen
.html http://www.gtk.org/faq/ Overview of Changes from GTK+ 2.5.0 to GTK+ 2.5.1 = * GtkTreeView - Support ellipsisation in GtkCellRendererText [Vincent Untz, Jonathan Blandford, Anders Carlsson] - Add a GtkCellRenderer::editing-started signal [Matt

GLib 2.5.1 released [unstable]

2004-07-31 Thread Matthias Clasen
GLib 2.5.0 to GLib 2.5.1 = * Bug fixes [Oliver Guntermann, Sven Neumann, James Henstridge, Hiroyuki Ikezoe, Matthias Clasen, Robert Ãgren, Tommi Komulainen] * Documentation improvements [Soeren Sandmann, Christophe Fergeau, Danek Duvall] * New and up

GLib 2.4.5 released

2004-07-30 Thread Matthias Clasen
-building.html Overview of Changes from GLib 2.4.4 to GLib 2.4.5 = * Fix g_filename_from_uri() to work with non-UTF-8 filenames [Robert Ãgren, Matthias Clasen] * Make GMarkup parser handle of whitespace inside tags according to XML 1.1 [Hiroyuki

Re: GtkComboBoxEntry alignment

2004-07-30 Thread Matthias Clasen
On Fri, 2004-07-30 at 03:29, Ian King [ES] wrote: > Hi Matthias, > > I did try this but there seems to be no way to set the internal field > used for text rendering to my new text renderer. This needs to be set > otherwise you get error messages printed to the console. I couldn't > find a way

Re: GtkComboBoxEntry alignment

2004-07-29 Thread Matthias Clasen
Am Donnerstag, den 29.07.2004, 18:17 -0700 schrieb Ian King [ES]: > Hi, > > Is there anyway to access the GtkCellRenderer used for displaying the > text of a GtkComboBoxEntry, by default the text is center aligned which > is not what I want. > > Thanks for your time > Have you tried to call g

GTK+ 2.4.4 released

2004-07-09 Thread Matthias Clasen
Biggs, Matthias Clasen, Oliver Andrieu] * Other bug fixes [Federico, Michael, Matthias, Philip Kendall, Jean-FranÃois Wauthy, John Finlay, Jeff Franks, Tim Janik, Nickolay V. Shmyrev, Sampo Nurmentaus, William Jon McCann, Jan-Marek Glogowski, Yevgen Muntyan, Pawel Salek, Jonathan Blandford,

GLib 2.4.4 released

2004-07-09 Thread Matthias Clasen
, including GLib, can be found at: http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html Overview of Changes from GLib 2.4.2 to GLib 2.4.4 = * Win32 bug fixes (John Ehresman) * Other bug fixes (Manish Singh, Matthias Clasen, Federico Mena Quintero

Re: _NET_WM_STATE and gdk_property_change

2004-06-22 Thread Matthias Clasen
On Tue, 2004-06-22 at 12:48, Leonardo Quijano Vincenzi wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello. > > I'm using GTK 2.2, and I need to make an 'always on top' app. I checked > out the doc and I found out the gtk_window_set_keep_above() function, > but that's only for GTK

Re: "watermarking" a treeview

2004-06-22 Thread Matthias Clasen
On Tue, 2004-06-22 at 00:48, Chris Kuethe wrote: > I've got an app where I have a treeview to display a bunch of things. > Click the things and they expand to show their members. That all works > wonderfully. What I'd like to be able to do is toss a PNG or JPG or > whatever behind/over this tree to

GTK+-2.4.3 released

2004-06-11 Thread Matthias Clasen
of !CAN_FOCUS buttons [Matthias Clasen] * GtkFileChooser - Make DND work when the dialog is modal [Federico Mena Quintero] * GtkToolbar - Don't show empty overflow menu [Soeren Sandmann] - Don't show initial separator in overflow menu [Soeren] - Handle dynamic changes to overflow me

GTK+-2.4.2 released

2004-06-04 Thread Matthias Clasen
of gtk_ui_manager_get_ui() parsable. [Michael] - Add a way to suppress stock accelerators. [David A Knight] * GtkClipboard - Fix INCRemental transfer of MULTIPLE targets [Matthias Clasen] - Increase the chunk size for INCRemental transfers [Matthias] * GtkFileChooser - Hide the combo box when

GLib-2.4.2 released

2004-06-04 Thread Matthias Clasen
an absolute path an exists [Tor] * Other bug fixes (Steve Lhomme, Tor, Hans Breuer, Manish Singh, Owen Taylor, Matthias Clasen, Nikolai Weibull, BenoÃt Carpentier, Morten Welinder) * New and updated translations (de,it,ja,ko,no,pt_BR,sq,wa,zh_CN) 4 June 2004

Re: Galaxy Theme fails to load in GTK+ 2.4

2004-05-05 Thread Matthias Clasen
On Mon, 2004-05-03 at 14:02, HP Nadig wrote: > hi all, > > I've had problems with the GTK theme recently... > The theme fails to load with Gtk+ 2.4. I was told that this might be a > problem with older theme with newer GTK version... > > I get this with all the GTK apps.. > > Gtk-WARNING *

GTK+-2.4.1 released

2004-04-30 Thread Matthias Clasen
GTK+-2.4.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.4/ This is a bug fix release and is source and binary compatible with 2.4.0. There are a considerable number of fixes in this release as compared to 2.4.0, especially in the areas of GtkFileChooser, GtkComboBox and GtkEn

GLib-2.4.1 released

2004-04-30 Thread Matthias Clasen
[Owen Taylor, Matthias Clasen, Jonas Jonsson, Christian Krause, Nickolay V. Shmyrev, Christophe Saout, Philippe Blain, Piotr Klaban] * Documentation updates [Matthias] * New and updated translations (ca,cs,cy,el,en_CA,en_GB,es,eu,fi, fr,gu,he,id,nl,pt,pl,ru,sr,[EMAIL PROTECTED],[EMAIL PROTECTED

Re: compiling gtk 2.4 problems

2004-04-13 Thread Matthias Clasen
On Tue, 2004-04-13 at 02:18, Conrad Gittins wrote: > While trying to compile gtk 2.4 I get the following problem: > > ./.libs/libgtk-x11-2.0.so: undefined reference to > `g_type_instance_get_private' > ./.libs/libgtk-x11-2.0.so: undefined reference to > `g_completion_complete_utf8' > ./.libs/libgt

Re: Scroll to the end of a TextView

2004-03-04 Thread Matthias Clasen
This is covered in the GTK+ documentation: http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html#id2517993 -- +++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++ 100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz ___

Re: Announce: GtkGrid 0.0.1

2004-02-23 Thread Matthias Clasen
Lorenzo, that sounds interesting. You would be welcome to discuss this on [EMAIL PROTECTED] Don't be disappointed if you don't get immediate responses though, we're currently hard at work to get 2.4 out of the door. It would also be a good idea to add a note pointing to your work or an attachme

Re: what are gtk-critical errors?

2004-02-15 Thread Matthias Clasen
> i often see errors that look like: > > Gtk-CRITICAL **: file gtkpixmap.c: line 97 (gtk_pixmap_new): assertion > `val != NULL' failed. > > at this point, i realize they're harmless. but i'm still curious about > what causes them. what's the usual cause for errors like this? No, they're not

Re: TinyX & Gtk

2003-10-22 Thread Matthias Clasen
> But there's no way you are ever going to be able to have GTK+ > running on X without a libX11 dependency... ) Well, we can still hope for xcb... Matthias ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Display streaming JPGs

2003-06-25 Thread Matthias Clasen
> I'd need to display some (256x256) JPG files retrieved from a database > (text-encoded). > Encoding to/from text is not the issue. The issue is making gdk-pixbuf > load'em whithout having to write a file. Is it possible? Yes. See http://developer.gnome.org/doc/API/2.0/gdk-pixbuf/GdkPixbufLoader

Re: GtkTextView and anchors and scrolling

2003-06-06 Thread Matthias Clasen
On Fri, 2003-06-06 at 23:18, Havoc Pennington wrote: > > Doing these changes (see first attachment) already helps a lot, > > but there seem to be some problems with embedded widgets and scrolling, > > causing the the textview to end up scrolled some way down, > > but not to the very bottom. Doing >

Re: GtkTextView and anchors and scrolling

2003-06-06 Thread Matthias Clasen
There are some problems with your code: a) you don't need to add_with_viewport, since the textview handles scrolling itself b) you should set up the widget hierarchy before filling and scrolling Doing these changes (see first attachment) already helps a lot, but there seem to be some problems wi

Re: glib-2.2.1: g_print() with UTF-8 characters

2003-03-02 Thread Matthias Clasen
> Hi, > > I'm trying to print strings containing swedish characters in columns > by doing > > g_print("%-16s%-16s\n", "Hallå", "Världen"); > > The problem seems to be that vasprintf isn't UTF-8-aware and counts > the swedish UTF-8 character as two characters and thus only adds 10 > white

Re: Is there a canvas widget

2002-05-16 Thread Matthias Clasen
See http://bugzilla.gnome.org/show_bug.cgi?id=79286 ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: g_signal_connect_swapped

2002-02-23 Thread Matthias Clasen
The tutorial and examples in CVS head should be pure GTK+ 2.0. The title even expresses this ("GTK+ 2.0 tutorial") - it is a bit unfortunate that the online version at www.gtk.org/tutorial tracks CVS head. Maybe Shawn Amundson (cc'ed) can be convinced to set things up so that the GTK+ 1.2 versio

<    1   2   3   4   5