| Commit message (Expand) | Author | Age | Files | Lines |
* | merging changes from owen: | Owen Taylor | 1998-04-24 | 1 | -0/+12 |
* | changed ref_count field to be of type guint. added check for ref_count>0; | Tim Janik | 1998-04-24 | 3 | -8/+91 |
* | Remember whether the widget was visible before we unparent it. | Federico Mena Quintero | 1998-04-23 | 1 | -1/+3 |
* | ts ts ts, GList structures have a ->prev field as well!!! | Tim Janik | 1998-04-22 | 1 | -2/+10 |
* | prepend the running_timeouts list with the tmp_list link itself, not with | Tim Janik | 1998-04-22 | 1 | -2/+4 |
* | new function ala gtk_radio_button_set_group. (gtk_radio_menu_item_init): | Tim Janik | 1998-04-18 | 3 | -29/+65 |
* | corrected a brace position (Damon Chaplin), which i got wrong when | Tim Janik | 1998-04-15 | 1 | -1/+1 |
* | Don't read the character past the end of the text. | Owen Taylor | 1998-04-14 | 2 | -4/+30 |
* | removed duplicate call to gtk_widget_set_policy. | Michael K. Johnson | 1998-04-13 | 1 | -2/+0 |
* | check for accelerator table to be != NULL. | Tim Janik | 1998-04-13 | 1 | -4/+8 |
* | An old allocation error. | Owen Taylor | 1998-04-13 | 2 | -2/+3 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 185 | -396/+581 |
* | Set a flag so instead of clearing the area in advance. That looked | Owen Taylor | 1998-04-13 | 7 | -30/+44 |
* | Removed incorrect part of assertion that was causing failures for | Owen Taylor | 1998-04-11 | 1 | -2/+1 |
* | Fixed a sign problem (typedef gint guint!). Added some checks to make sure | Owen Taylor | 1998-04-11 | 1 | -3/+3 |
* | don't shut down the tooltip on expose events. | Tim Janik | 1998-04-11 | 2 | -1/+7 |
* | Picky --enable-ansi cleanups. | Owen Taylor | 1998-04-10 | 6 | -22/+35 |
* | (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>) | Owen Taylor | 1998-04-09 | 3 | -8/+42 |
* | Combobulator fixes..... .... | Elliot Lee | 1998-04-09 | 10 | -0/+10 |
* | Removed unsed variables (gtk-jbuhler-980408-0) | Owen Taylor | 1998-04-09 | 1 | -1/+0 |
* | Make sure widgets get removed from the resize queue before the connection | Owen Taylor | 1998-04-08 | 1 | -4/+36 |
* | Handle border width correctly on realize after allocate. | Owen Taylor | 1998-04-08 | 1 | -16/+28 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 24 | -80/+100 |
* | don't take '\n' into account for size computation (Damon Chaplin). | Tim Janik | 1998-04-07 | 4 | -5/+17 |
* | gtk_button_remove(): When removing a child widget from a button, we don't | Elliot Lee | 1998-04-07 | 1 | -1/+4 |
* | Set the window hints on every map so that GTK_WIN_POS_MOUSE works | Owen Taylor | 1998-04-07 | 1 | -2/+1 |
* | Added function to set the homogeneous flag of the table (needed by derived | Federico Mena Quintero | 1998-04-06 | 3 | -0/+17 |
* | Take border in account properly. | Owen Taylor | 1998-04-06 | 3 | -8/+9 |
* | Make tab key move in reading order (left-to-right top to bottom) - which | Owen Taylor | 1998-04-06 | 1 | -1/+1 |
* | Fixed bug where right justified menu would overlap last left justified | Owen Taylor | 1998-04-06 | 1 | -4/+11 |
* | Fixed assignment of adjustment->value to negative values. Moved a few | Owen Taylor | 1998-04-05 | 3 | -20/+22 |
* | Reverted broken implementation of removing the current timeout/idle. | Owen Taylor | 1998-04-05 | 1 | -122/+158 |
* | take expired timeouts into account, otherwise things like e.g. | Tim Janik | 1998-04-05 | 1 | -6/+31 |
* | fixed panel allocation and stacking order, fixed the base class | Tim Janik | 1998-04-05 | 3 | -23/+92 |
* | Test for need to recompute geometry with GTK_WIDGET_REALIZED(), not | Owen Taylor | 1998-04-04 | 1 | -2/+2 |
* | New function to draw a nifty "textured metal" frame. Could be useful in | Federico Mena Quintero | 1998-04-04 | 1 | -52/+48 |
* | Call recompute_geometry() upon realization, since it can't be done in the | Owen Taylor | 1998-04-04 | 1 | -0/+2 |
* | Make debug string parsine case-insensitive | Owen Taylor | 1998-04-04 | 1 | -8/+25 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 24 | -245/+314 |
* | forgot to set the initial `0' cursor. | Tim Janik | 1998-03-31 | 1 | -3/+4 |
* | Add a "style_set" callback, so the font can be changed at run time. | Owen Taylor | 1998-03-31 | 1 | -0/+23 |
* | show the menu_label unconditionally (even if it is not a default label). | Tim Janik | 1998-03-31 | 1 | -2/+7 |
* | Improved main loop test. (Quits main loop properly, makes it more obvious | Owen Taylor | 1998-03-30 | 3 | -31/+79 |
* | removed this function, it was unneeded and not exported. | Tim Janik | 1998-03-30 | 2 | -22/+7 |
* | Added wrapping capabilities to GtkSpinButton. New function : | Tim Janik | 1998-03-29 | 3 | -43/+84 |
* | Disconnect from combo->entry, not combo. (From: Daniel Skarda | Owen Taylor | 1998-03-29 | 2 | -4/+32 |
* | Don't clear the window on an expose event. On draws, just clear the | Owen Taylor | 1998-03-28 | 4 | -4/+53 |
* | Missed one | Owen Taylor | 1998-03-27 | 1 | -0/+2 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 3 | -41/+32 |
* | make a clear distinction between key press/release events, which will be | Tim Janik | 1998-03-26 | 1 | -28/+23 |