| Commit message (Expand) | Author | Age | Files | Lines |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -19/+17 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -34/+0 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -2/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -2/+2 |
* | Fix to prepend not append. (Pointed out by Brett Hall.)GDK_OBJECT_WITH_PANGO_BRANCHPOINT | Owen Taylor | 2000-06-06 | 1 | -1/+1 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -7/+8 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -1/+1 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -16/+100 |
* | This is an implementation of Idea #13 from | ÉRDI Gergo | 1999-10-02 | 1 | -7/+92 |
* | Add gdk_threads_mutex. | Tor Lillqvist | 1999-09-17 | 1 | -2/+2 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -14/+18 |
* | Functions to test the toolbar space style. | Andrew T. Veliath | 1998-12-08 | 1 | -9/+103 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | Include radio buttons when setting relief for button items. | Andrew T. Veliath | 1998-11-24 | 1 | -0/+2 |
* | When setting relief, also affect toggle buttons. | Havoc Pennington | 1998-11-23 | 1 | -1/+3 |
* | Test whether type is not equal to GTK_TOOLBAR_CHILD_RADIOBUTTON before | Federico Mena Quintero | 1998-09-16 | 1 | -1/+1 |
* | GTK_MENU_DIR_CHILD: check for the existance of | Tim Janik | 1998-09-03 | 1 | -7/+21 |
* | Added gdk_text/string_extents() - too calculate all the metrics at once of | Owen Taylor | 1998-08-12 | 1 | -0/+2 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -25/+2 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) | Owen Taylor | 1998-05-12 | 1 | -1/+39 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | changed packing in toolbar elements, so texts are always at the bottom | Radek Doulik | 1998-03-21 | 1 | -9/+9 |
* | Moved the gtk_signal_connect of the specified callback into the big | Federico Mena Quintero | 1998-03-14 | 1 | -193/+205 |
* | refuse to allocate with a greater height than requested. | Tim Janik | 1998-03-14 | 1 | -5/+9 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |
* | Added gtk_toolbar_*_element() functions. Rewrote others | rhlabs | 1998-02-23 | 1 | -132/+181 |
* | api changes to GtkToolBar to support the private tooltips text also. | Tim Janik | 1998-02-21 | 1 | -13/+19 |
* | fixed destroy handler, so it doesn't segfault with the new refcounting | Tim Janik | 1998-02-02 | 1 | -6/+12 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -1/+1 |
* | make toolbar Child structure accesible from apps | Radek Doulik | 1998-01-30 | 1 | -50/+33 |
* | Set container_class->focus to NULL. Widgets in the toolbar should not get | Federico Mena | 1998-01-19 | 1 | -0/+1 |
* | Removed the GTK_PIXMAP casts to match Eckehard's new prototypes. | Federico Mena | 1998-01-19 | 1 | -8/+9 |
* | changed gtk_toolbar_{append,prepend,inser]_item to accept any GtkWidget as | MET Eckehard Berns | 1998-01-18 | 1 | -3/+3 |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 1 | -1/+2 |
* | Re-indented to GNU style to be consistent with the rest of Gtk - Federico | Arturo Espinosa | 1998-01-13 | 1 | -591/+616 |
* | Fixed child->icon and child->label == NULL bugs. | Federico Mena Quintero | 1998-01-13 | 1 | -112/+341 |
* | Added "orientation_changed" and "style_changed" signals to GtkToolbar. | Arturo Espinosa | 1997-12-23 | 1 | -17/+186 |
* | Demo works fine. I have to add the missing functions for setting the toolbar's | Arturo Espinosa | 1997-12-23 | 1 | -4/+47 |
* | It compiles. Now I will add the toolbar example to testgtk.c - Federico | Arturo Espinosa | 1997-12-22 | 1 | -21/+25 |
* | Very basic functionality seems to be complete; I'll try compiling it | Arturo Espinosa | 1997-12-22 | 1 | -17/+151 |
* | Started work on a GtkToolbar widget. The idea is to eventually dump a | Arturo Espinosa | 1997-12-19 | 1 | -0/+300 |