| Commit message (Expand) | Author | Age | Files | Lines |
* | fix implicit branch creation, we need the *real* parent path for this and | Tim Janik | 1999-02-23 | 1 | -0/+7 |
* | You don't need to check one variable twice (trivial bugfix). | Pavel Machek | 1999-02-23 | 1 | -0/+4 |
* | When sending events to windows with a proxy, set the window field in the | Owen Taylor | 1999-02-23 | 1 | -0/+17 |
* | - Complete the ProgressBar API - Fix the CList example code | GMT 1999 Tony Gale | 1999-02-22 | 1 | -0/+9 |
* | Removed check-y/check-n backgrounds - the effect looked like a bug. | Owen Taylor | 1999-02-21 | 1 | -0/+5 |
* | Always set the max width or height to at least 1, since 0 triggers bugs in | Owen Taylor | 1999-02-21 | 1 | -0/+7 |
* | Changed warnings from g_message() to g_warning(). | Owen Taylor | 1999-02-21 | 1 | -0/+11 |
* | Account for the fact that Xlib expects format == 32 to be a long, even on | Owen Taylor | 1999-02-21 | 1 | -0/+16 |
* | removed debugging statements about embedded XID's. They could have been | Owen Taylor | 1999-02-21 | 1 | -0/+14 |
* | marked gtk_window_set_focus, gtk_window_set_default, | Tim Janik | 1999-02-21 | 1 | -0/+6 |
* | Revise algorithm for scrolling backwards. This one might actually work | Owen Taylor | 1999-02-21 | 1 | -0/+9 |
* | hm, set_modal doesn't really work with random gtk_grab_add/gtk_grab_remove | Tim Janik | 1999-02-20 | 1 | -0/+8 |
* | increment years and months by two not three on double clicks, patch | Tim Janik | 1999-02-20 | 1 | -0/+6 |
* | added ::modal argument. (gtk_window_hide): reset window->modal from the | Tim Janik | 1999-02-20 | 1 | -0/+11 |
* | Collecttion of the locale dependent gtkrc files and | Sergey I. Panov | 1999-02-19 | 1 | -0/+9 |
* | grouped function names into application-level, widget-level and | Tim Janik | 1999-02-19 | 1 | -0/+8 |
* | When queueing clears relative to widget->window, actually store | Owen Taylor | 1999-02-18 | 1 | -0/+7 |
* | Fix glib_config_args gtk_config_args confusion. (pointed out by Roland | Owen Taylor | 1999-02-18 | 1 | -0/+11 |
* | added widget arg ::titles_active. | Tim Janik | 1999-02-18 | 1 | -0/+4 |
* | only translate widget relative coordinates to window relative if the | Tim Janik | 1999-02-17 | 1 | -0/+7 |
* | version = 1.1.16GTK_1_1_16 | CST 1999 Shawn T. Amundson | 1999-02-16 | 1 | -0/+13 |
* | Use a ScrolledWindow test how Text widgets work within ScrolledWindow. | Owen Taylor | 1999-02-16 | 1 | -0/+13 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -0/+12 |
* | Updated for 1.1.16. | Owen Taylor | 1999-02-16 | 1 | -0/+4 |
* | Free label->label_wc. | Owen Taylor | 1999-02-16 | 1 | -0/+5 |
* | Some coding style fixups. | Owen Taylor | 1999-02-16 | 1 | -0/+8 |
* | When we find a match, stop searching. (Because we assume pspec != NULL in | Owen Taylor | 1999-02-15 | 1 | -0/+38 |
* | gtk/gtkwidget.c (gtk_widget_real_grab_focus): | Owen Taylor | 1999-02-15 | 1 | -0/+9 |
* | default to yes for development trees. | Tim Janik | 1999-02-15 | 1 | -0/+4 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-11 | 1 | -0/+12 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-10 | 1 | -0/+8 |
* | applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args of | Tim Janik | 1999-02-10 | 1 | -1/+10 |
* | Reverted coding style "fixups" | Owen Taylor | 1999-02-10 | 1 | -0/+4 |
* | Supplement the existing WMNormalHints, don't overwrite them. | Owen Taylor | 1999-02-10 | 1 | -0/+6 |
* | asure that ->value_buf always points to an allocated area. | Tim Janik | 1999-02-10 | 1 | -0/+22 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -0/+40 |
* | Removed extraneous line that crept in in previous commit. | Owen Taylor | 1999-02-10 | 1 | -0/+5 |
* | Moved entry->visible into editable class. (Leave it behind deprecated for | Owen Taylor | 1999-02-10 | 1 | -0/+9 |
* | If we can't find helvetica, fall back to "fixed". If we can't find | Owen Taylor | 1999-02-10 | 1 | -0/+13 |
* | Added a style_set() function so that word lengths get recomputed on style | Owen Taylor | 1999-02-09 | 1 | -0/+6 |
* | changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed) | Lars Hamann | 1999-02-08 | 1 | -0/+9 |
* | missing from the CVS for some reason | GMT 1999 Tony Gale | 1999-02-08 | 1 | -0/+4 |
* | add SpinButton example | GMT 1999 Tony Gale | 1999-02-08 | 1 | -0/+4 |
* | - Heavily edited GtkCombo section initially from Christopher T. Lansdown | GMT 1999 Tony Gale | 1999-02-08 | 1 | -0/+11 |
* | Add the entire draw_data_list back to the free list, not just the last | Owen Taylor | 1999-02-06 | 1 | -0/+6 |
* | search last visible column instead of using clist->columns. | Lars Hamann | 1999-02-06 | 1 | -0/+7 |
* | Adjust saved positions of children when resizing a guffaw_gravity = TRUE | Owen Taylor | 1999-02-05 | 1 | -6/+21 |
* | Don't assume any more that the gtkwidget.c code will queue a redraw on us | Owen Taylor | 1999-02-05 | 1 | -0/+7 |
* | change my email address | Christopher Blizzard | 1999-02-04 | 1 | -0/+4 |
* | version=1.1.15GTK_1_1_15 | CST 1999 Shawn T. Amundson | 1999-02-04 | 1 | -0/+14 |