| Commit message (Expand) | Author | Age | Files | Lines |
* | increment years and months by two not three on double clicks, patch | Tim Janik | 1999-02-20 | 1 | -3/+6 |
* | added ::modal argument. (gtk_window_hide): reset window->modal from the | Tim Janik | 1999-02-20 | 2 | -21/+42 |
* | Collecttion of the locale dependent gtkrc files and | Sergey I. Panov | 1999-02-19 | 5 | -0/+21 |
* | grouped function names into application-level, widget-level and | Tim Janik | 1999-02-19 | 2 | -38/+45 |
* | When queueing clears relative to widget->window, actually store | Owen Taylor | 1999-02-18 | 1 | -1/+1 |
* | Fix glib_config_args gtk_config_args confusion. (pointed out by Roland | Owen Taylor | 1999-02-18 | 3 | -29/+27 |
* | added widget arg ::titles_active. | Tim Janik | 1999-02-18 | 1 | -0/+23 |
* | only translate widget relative coordinates to window relative if the | Tim Janik | 1999-02-17 | 1 | -19/+22 |
* | Use a ScrolledWindow test how Text widgets work within ScrolledWindow. | Owen Taylor | 1999-02-16 | 2 | -21/+10 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 10 | -50/+18 |
* | Free label->label_wc. | Owen Taylor | 1999-02-16 | 1 | -0/+2 |
* | Some coding style fixups. | Owen Taylor | 1999-02-16 | 1 | -78/+118 |
* | When we find a match, stop searching. (Because we assume pspec != NULL in | Owen Taylor | 1999-02-15 | 4 | -194/+315 |
* | gtk/gtkwidget.c (gtk_widget_real_grab_focus): | Owen Taylor | 1999-02-15 | 2 | -2/+12 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-11 | 5 | -471/+342 |
* | don't autoselect focus_row in case of GTK_SELECTION_EXTENDED | Lars Hamann | 1999-02-10 | 3 | -279/+149 |
* | applied patch from Paolo Molaro to fix GTK_TYPE_POINTER args of | Tim Janik | 1999-02-10 | 2 | -2/+2 |
* | Reverted coding style "fixups" | Owen Taylor | 1999-02-10 | 1 | -416/+401 |
* | asure that ->value_buf always points to an allocated area. | Tim Janik | 1999-02-10 | 2 | -415/+450 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 35 | -219/+437 |
* | Moved entry->visible into editable class. (Leave it behind deprecated for | Owen Taylor | 1999-02-10 | 4 | -14/+49 |
* | If we can't find helvetica, fall back to "fixed". If we can't find | Owen Taylor | 1999-02-10 | 1 | -2/+8 |
* | Added a style_set() function so that word lengths get recomputed on style | Owen Taylor | 1999-02-09 | 1 | -11/+44 |
* | changed to 64 (gtk_clist_draw_focus) (hadjustment_value_changed) | Lars Hamann | 1999-02-08 | 2 | -9/+12 |
* | Add the entire draw_data_list back to the free list, not just the last | Owen Taylor | 1999-02-06 | 1 | -5/+8 |
* | fix comment | Tim Janik | 1999-02-06 | 1 | -1/+1 |
* | search last visible column instead of using clist->columns. | Lars Hamann | 1999-02-06 | 2 | -15/+51 |
* | Adjust saved positions of children when resizing a guffaw_gravity = TRUE | Owen Taylor | 1999-02-05 | 1 | -44/+89 |
* | Don't assume any more that the gtkwidget.c code will queue a redraw on us | Owen Taylor | 1999-02-05 | 2 | -18/+42 |
* | Fixes to account for the changed structure of the windows of range | Owen Taylor | 1999-02-04 | 1 | -20/+9 |
* | spelling fix in comment from joey@kuolema.Infodrom.North.DE (Martin | Manish Singh | 1999-02-04 | 1 | -2/+2 |
* | Make sure we set the icon window position before it is shown to prevent | Owen Taylor | 1999-02-02 | 1 | -22/+31 |
* | in case of GTK_SELECTION_BROWSE select first inserted row. | Lars Hamann | 1999-02-02 | 3 | -52/+162 |
* | Fixed problem with uints resulting in huge child allocations. | Owen Taylor | 1999-02-01 | 1 | -5/+5 |
* | Cast uints to ints in geometry calculations. This should prevent FP | Owen Taylor | 1999-02-01 | 1 | -8/+10 |
* | When translating N_() strings, use _(), not gettext(), since we really | Owen Taylor | 1999-01-28 | 2 | -3/+3 |
* | Move gravity_works back to a static global variable, since it is a global | Owen Taylor | 1999-01-28 | 2 | -7/+10 |
* | Move gtkintl.h from $source_headers to $static_sources since it should not | Owen Taylor | 1999-01-28 | 1 | -1/+1 |
* | [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ] | Owen Taylor | 1999-01-28 | 1 | -0/+5 |
* | remove another g_print("\n"); | Stuart Parmenter | 1999-01-28 | 1 | -1/+0 |
* | Patch from Sebastian Wilhelmi <wilhelmi@ira.uka.de> to use | Owen Taylor | 1999-01-28 | 1 | -28/+5 |
* | Change signatures for gdk_drag_begin() and gdk_drag_motion() so that the | Owen Taylor | 1999-01-28 | 1 | -38/+79 |
* | Removed some g_print()'s | Owen Taylor | 1999-01-28 | 1 | -3/+0 |
* | Hack scrollwheel support into the eventloop, by treating button 4-5 | Owen Taylor | 1999-01-28 | 2 | -6/+48 |
* | Separate out GLIB_LIBS and GLIB_DEPLIBS. This may fix the --with-glib | Owen Taylor | 1999-01-27 | 1 | -1/+1 |
* | add GTK_HAVE_FEATURES_1_1_14 | Stuart Parmenter | 1999-01-27 | 1 | -0/+5 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 6 | -293/+281 |
* | New functions to set the colormap or visual of an existing widget. These | Owen Taylor | 1999-01-26 | 1 | -0/+13 |
* | New functions to set the colormap or visual of an existing widget. These | Owen Taylor | 1999-01-26 | 2 | -16/+64 |
* | Queue a redraw on the tab area when a tab changes size. (Includes | Owen Taylor | 1999-01-26 | 1 | -3/+53 |