| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an obvious typo where it says LEFT instead of CENTER. | Darin Adler | 2001-11-08 | 1 | -0/+5 |
* | Add g_return_if_fail. | Darin Adler | 2001-11-07 | 1 | -0/+5 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 1 | -0/+30 |
* | wacky easter egg | Havoc Pennington | 2001-11-06 | 1 | -0/+4 |
* | Fix misplaced HAVE_XFT. | Owen Taylor | 2001-11-06 | 1 | -0/+4 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 1 | -0/+25 |
* | Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759). | Tor Lillqvist | 2001-11-06 | 1 | -0/+5 |
* | Redo Xft support to go directly to Picture objects instead of using | Owen Taylor | 2001-11-05 | 1 | -0/+11 |
* | Clamp max window width/height to 32767, not 32768 since we have to be able | Owen Taylor | 2001-11-05 | 1 | -0/+24 |
* | sigsetjmp is macroized in some places, so use AC_TRY_LINK instead of | Manish Singh | 2001-11-05 | 1 | -0/+5 |
* | Implement gdk_color_parse() in terms of pango_color_parse(). | Owen Taylor | 2001-11-05 | 1 | -0/+8 |
* | queue_resize_on_group with both the old and new mode, not just the new | Owen Taylor | 2001-11-04 | 1 | -0/+7 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -0/+44 |
* | don't free the module name until after we load the module | jacob berkman | 2001-11-04 | 1 | -0/+5 |
* | Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxed | Owen Taylor | 2001-11-04 | 1 | -0/+7 |
* | Can't include gtkprivate.h (I added the include yesterday, without really | Tor Lillqvist | 2001-11-03 | 1 | -0/+7 |
* | Use GtkWindow* as first signal argument (was GtkWidget*). | Daniel Elstner | 2001-11-03 | 1 | -0/+10 |
* | chain finalize to parent class to get removed from the toplevel_list. | Hans Breuer | 2001-11-03 | 1 | -0/+8 |
* | Correct some renamed functions. | Tor Lillqvist | 2001-11-03 | 1 | -0/+7 |
* | Use -no-undefined on Windows. Look for .dll or .so as appropriate as | Tor Lillqvist | 2001-11-02 | 1 | -1/+22 |
* | Clean up height code a bit. I don't think it's completely correct yet, but | Jonathan Blandford | 2001-11-02 | 1 | -0/+6 |
* | Remove random + 5 for width and height. If people want padding, they | Owen Taylor | 2001-11-02 | 1 | -0/+9 |
* | Pad the structure for future expansion. | Owen Taylor | 2001-11-02 | 1 | -0/+5 |
* | Patch from HideToshi Tajima (#51922) | Owen Taylor | 2001-11-02 | 1 | -0/+14 |
* | Go to the GUP proposed ordering of buttons with [OK] in the lower right | Owen Taylor | 2001-11-02 | 1 | -0/+8 |
* | remove extraneous gtk_label_clear_layout (label) | Jonathan Blandford | 2001-11-02 | 1 | -0/+5 |
* | Removed -DGTK_DISABLE_COMPAT_H. | Sebastian Wilhelmi | 2001-11-02 | 1 | -0/+10 |
* | Convert to use pkg-config rather than gtk-config. (#53375, Skip Montanaro) | Owen Taylor | 2001-11-02 | 1 | -0/+5 |
* | remove totally broken unused, non-compiling, static function. | Matt Wilson | 2001-11-02 | 1 | -0/+5 |
* | Iterate through children of the action area, not of the vbox. (#58278, | Owen Taylor | 2001-11-02 | 1 | -0/+7 |
* | handle -1 argument in order to remove a workaround in Nautilus that forced | Havoc Pennington | 2001-11-02 | 1 | -0/+8 |
* | Patch from George Lebl to fix division by zero for full scroll bars. | Owen Taylor | 2001-11-02 | 1 | -0/+5 |
* | ref/unref around gtk_widget_event() if we are going to set a flag | Owen Taylor | 2001-11-02 | 1 | -0/+6 |
* | Actually add the missing/broken image icon as the image for the "missing | Owen Taylor | 2001-11-02 | 1 | -0/+6 |
* | Set a reasonable default height for the window. | Owen Taylor | 2001-11-02 | 1 | -0/+20 |
* | Fix reorder_fixup, #59583 | Jonathan Blandford | 2001-11-02 | 1 | -0/+8 |
* | Make GtkFunction return boolean, not gint. (Daniel Elstner). | Owen Taylor | 2001-11-01 | 1 | -0/+5 |
* | Add: - A ::retrieve_surrounding signal that asks the widget for context | Owen Taylor | 2001-11-01 | 1 | -0/+22 |
* | it's amazing how well things work sometimes, even when they're completely | Jonathan Blandford | 2001-11-01 | 1 | -0/+12 |
* | Fix crash found by Matt Wilson. | Jonathan Blandford | 2001-11-01 | 1 | -0/+5 |
* | Support Shift, Control, and Shift|Control L<->R, #63475 | Jonathan Blandford | 2001-11-01 | 1 | -0/+5 |
* | fix infinite loop noticed by yosh. | Jonathan Blandford | 2001-11-01 | 1 | -0/+5 |
* | unset the GTK_REALIZED flag so we don't re-enter when we are destroyed | Michael Meeks | 2001-10-31 | 1 | -0/+6 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 1 | -0/+11 |
* | fix typo to make it compile | Manish Singh | 2001-10-31 | 1 | -0/+4 |
* | if the widget is insensitive, draw the text insensitively, #63306 | Jonathan Blandford | 2001-10-31 | 1 | -0/+5 |
* | Add stock items for most stock icons. (#61757) | Matthias Clasen | 2001-10-31 | 1 | -0/+4 |
* | rename gtk_selection_data_set_tree_row, #60218 | Jonathan Blandford | 2001-10-31 | 1 | -0/+10 |
* | these should be 31, not 3. Hooray for Xatoms (and not using the XA_* | jacob berkman | 2001-10-31 | 1 | -0/+6 |
* | Add a gtk_window_get_focus() getter to determine the currently focused | Owen Taylor | 2001-10-31 | 1 | -1/+8 |