| Commit message (Expand) | Author | Age | Files | Lines |
* | Added layout widget for scrolling arbitrarily big areas. Added plug/socket | Owen Taylor | 1998-11-24 | 1 | -0/+14 |
* | Bugfix from Brandon Long <blong@fiction.net> - Do the intended thing with | Jeff Garzik | 1998-11-24 | 1 | -0/+7 |
* | make a saner default adjustment (from 0 to 100) instead. I'm not sure if | Manish Singh | 1998-11-23 | 1 | -0/+7 |
* | Define this so we can check for latest GTK features. | Martin Baulig | 1998-11-23 | 1 | -0/+5 |
* | When setting relief, also affect toggle buttons. | Havoc Pennington | 1998-11-23 | 1 | -0/+6 |
* | remove extraneous comma | Manish Singh | 1998-11-23 | 1 | -0/+4 |
* | removed assertements for constructed containers again, since this | Tim Janik | 1998-11-23 | 1 | -0/+15 |
* | configure.in: require GLib 1.1.5GTK_1_1_5 | Shawn Amundson | 1998-11-23 | 1 | -2/+6 |
* | minor buglet | Tim Janik | 1998-11-23 | 1 | -0/+2 |
* | disconnect hadj & vadj, not 2 * hadj. | Tim Janik | 1998-11-23 | 1 | -0/+5 |
* | update | Tim Janik | 1998-11-23 | 1 | -0/+169 |
* | INSTALL: NEWS: README: gtk+.spec: docs/gtk-config.1: Version incremented | CST 1998 Shawn T. Amundson | 1998-11-23 | 1 | -0/+11 |
* | Fixed so it at least works with window managers other than Enlightenment, | Owen Taylor | 1998-11-22 | 1 | -0/+7 |
* | Add shadow_type and gtk_handle_box_set_shadow_type function (plus a | Andrew T. Veliath | 1998-11-21 | 1 | -0/+7 |
* | Fix for marking days from Dan Reish <dreish@izzy.net>. | CST 1998 Shawn T. Amundson | 1998-11-20 | 1 | -0/+5 |
* | return the nth GtkCTreeNode in row_list. (from Samuel Solon | Lars Hamann | 1998-11-18 | 1 | -0/+8 |
* | Bah, the ChangeLog got unsynced - Federico | Arturo Espinosa | 1998-11-18 | 1 | -0/+5 |
* | Accept drops that are sent to a toplevel but are not within the toplevels | Owen Taylor | 1998-11-18 | 1 | -2/+10 |
* | Tue Nov 17 1998 The Rasterman <raster@redhat.com> Added | Carsten Haitzler | 1998-11-18 | 1 | -0/+9 |
* | *** empty log message *** | lukka | 1998-11-18 | 1 | -0/+7 |
* | Put output files in the current directory and not in the $(srcdir) since | Martin Baulig | 1998-11-17 | 1 | -0/+6 |
* | gtk/genmarshal.pl check for unchanged autogenerated files, so we don't | Manish Singh | 1998-11-17 | 1 | -0/+6 |
* | Pixmaps now grey out when insensitive, code thanks to GNOME stock by | CST 1998 Shawn T. Amundson | 1998-11-17 | 1 | -0/+8 |
* | new flags : homogeneous; new guints : tab_hborder, tab_vborder; marked | Lars Hamann | 1998-11-16 | 1 | -0/+45 |
* | Optimizations for moving point n places. (gtk-mailund-980718-0, Thomas | Owen Taylor | 1998-11-16 | 1 | -0/+10 |
* | added shadow_type setting and gtk_menu_bar_set_shadow_type function to | Manish Singh | 1998-11-16 | 1 | -0/+9 |
* | relookup type node after class creation and parent class' object | Tim Janik | 1998-11-16 | 1 | -0/+5 |
* | Destroy the cursor after we have assigned it to the window -- there is no | Federico Mena Quintero | 1998-11-13 | 1 | -0/+9 |
* | New function gdk_pixmap_foreign_new(). (gtk-blizzard-981005-0. Christopher | Owen Taylor | 1998-11-13 | 1 | -0/+24 |
* | don't show event_window (gtk_toggle_button_map) (gtk_toggle_button_unmap): | Lars Hamann | 1998-11-13 | 1 | -0/+8 |
* | cast NULL to GtkItemFactoryCallback to ensure proper type (SunPro cc | Manish Singh | 1998-11-12 | 1 | -0/+10 |
* | use GtkPositionType defines. | Lars Hamann | 1998-11-11 | 1 | -0/+8 |
* | added ARG_WINDOW_PLACEMENT | Lars Hamann | 1998-11-11 | 1 | -0/+18 |
* | Define this so we can check for latest GTK features. | Martin Baulig | 1998-11-10 | 1 | -0/+5 |
* | new enum GtkCornerType added window_placement. new method to set | Lars Hamann | 1998-11-09 | 1 | -0/+12 |
* | check if column[i].button is valid before calling gtk_widget_intersect on | Manish Singh | 1998-11-08 | 1 | -0/+12 |
* | forward declaration for gtk_window_paint declare xid_ht static get the | Jay Cox | 1998-11-07 | 1 | -0/+6 |
* | Set background of title button window to GTK_STATE_NORMAL instead of | Stefan Jeske | 1998-11-07 | 1 | -0/+6 |
* | resize clist if adjustments are NULL and list size has changed | Lars Hamann | 1998-11-07 | 1 | -0/+14 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -0/+541 |
* | gtk/gtkclist.h (struct _GtkCListClass) removed scrollbar_spacing.pre-themes-merge | Lars Hamann | 1998-11-05 | 1 | -0/+5 |
* | removed vscrollbar, hscrollbar, vscrollbar_policy, hscrollbar_policy. | Lars Hamann | 1998-11-05 | 1 | -0/+70 |
* | fix focus_row adjustment (gtk_ctree_remove_node): select focus_row if | Lars Hamann | 1998-11-04 | 1 | -0/+6 |
* | added a bunch of checks for widget != NULL and GTK_IS_WIDGET (widget): | Tim Janik | 1998-11-04 | 1 | -0/+5 |
* | set correct focus_row after a remove_row call. | Lars Hamann | 1998-11-04 | 1 | -0/+5 |
* | gtk/gtkoptionmenu.c make option menus work when some of the menuitems are | GMT 1998 Austin Donnelly | 1998-11-01 | 1 | -0/+7 |
* | Forgot to commit ChangeLog | Raja R Harinath | 1998-11-01 | 1 | -0/+13 |
* | Released GTK+ 1.1.3 | CST 1998 Shawn T. Amundson | 1998-10-31 | 1 | -0/+22 |
* | free undo_un/selection, unselect list_item before disconnect signal | Lars Hamann | 1998-10-30 | 1 | -0/+28 |
* | cause the built sources to be rebuild when possible, even with | Tim Janik | 1998-10-30 | 1 | -0/+6 |