| Commit message (Expand) | Author | Age | Files | Lines |
* | remove totally broken unused, non-compiling, static function. | Matt Wilson | 2001-11-02 | 1 | -28/+0 |
* | Iterate through children of the action area, not of the vbox. (#58278, | Owen Taylor | 2001-11-02 | 1 | -1/+29 |
* | handle -1 argument in order to remove a workaround in Nautilus that forced | Havoc Pennington | 2001-11-02 | 2 | -3/+6 |
* | Patch from George Lebl to fix division by zero for full scroll bars. | Owen Taylor | 2001-11-02 | 1 | -2/+3 |
* | ref/unref around gtk_widget_event() if we are going to set a flag | Owen Taylor | 2001-11-02 | 1 | -0/+4 |
* | Actually add the missing/broken image icon as the image for the "missing | Owen Taylor | 2001-11-02 | 2 | -5/+4 |
* | Set a reasonable default height for the window. | Owen Taylor | 2001-11-02 | 1 | -3/+3 |
* | Fix reorder_fixup, #59583 | Jonathan Blandford | 2001-11-02 | 3 | -15/+35 |
* | Make GtkFunction return boolean, not gint. (Daniel Elstner). | Owen Taylor | 2001-11-01 | 1 | -1/+1 |
* | Add: - A ::retrieve_surrounding signal that asks the widget for context | Owen Taylor | 2001-11-01 | 7 | -50/+466 |
* | it's amazing how well things work sometimes, even when they're completely | Jonathan Blandford | 2001-11-01 | 2 | -11/+15 |
* | Fix crash found by Matt Wilson. | Jonathan Blandford | 2001-11-01 | 1 | -0/+1 |
* | Support Shift, Control, and Shift|Control L<->R, #63475 | Jonathan Blandford | 2001-11-01 | 1 | -0/+24 |
* | fix infinite loop noticed by yosh. | Jonathan Blandford | 2001-11-01 | 1 | -3/+11 |
* | unset the GTK_REALIZED flag so we don't re-enter when we are destroyed | Michael Meeks | 2001-10-31 | 1 | -0/+2 |
* | Add a "menu" property and notify on it. (#62798, Padraig O'Briain) | Owen Taylor | 2001-10-31 | 10 | -29/+108 |
* | fix typo to make it compile | Manish Singh | 2001-10-31 | 1 | -1/+1 |
* | don't know why this didn't commit | Jonathan Blandford | 2001-10-31 | 2 | -2/+7 |
* | Add stock items for most stock icons. (#61757) | Matthias Clasen | 2001-10-31 | 1 | -0/+21 |
* | rename gtk_selection_data_set_tree_row, #60218 | Jonathan Blandford | 2001-10-31 | 6 | -45/+57 |
* | Add a gtk_window_get_focus() getter to determine the currently focused | Owen Taylor | 2001-10-31 | 2 | -0/+21 |
* | Add GTK_SELECTION_NONE enum, #61695 | Jonathan Blandford | 2001-10-31 | 5 | -12/+42 |
* | Added a "cursor_changed" signal, #62850. | Jonathan Blandford | 2001-10-31 | 2 | -9/+22 |
* | after allocating the treedatalist, zero it to make sure the values are | Matt Wilson | 2001-10-31 | 1 | -0/+1 |
* | gchar* args of GtkCellRendererText and GtkCellRendererToggle signal handlers ... | Murray Cumming | 2001-10-31 | 6 | -14/+14 |
* | massize rewrite. Static models now totally work. I'm not 100% sure about | Jonathan Blandford | 2001-10-31 | 1 | -127/+82 |
* | Update the IM spot location here, if text was invalidated in the visible | Havoc Pennington | 2001-10-30 | 1 | -0/+2 |
* | Code cleanup. (gtk_separator_menu_item_class_init): Fix bugs in this code. | Jonathan Blandford | 2001-10-30 | 2 | -21/+21 |
* | automake doesn't support conditionalized LDFLAGS, so put win32 flags in | jacob berkman | 2001-10-29 | 1 | -2/+2 |
* | Darn. I can't believe this took this long to fix. | Jonathan Blandford | 2001-10-29 | 1 | -1/+1 |
* | fix reordered signal. | Jonathan Blandford | 2001-10-29 | 1 | -44/+24 |
* | Grab the focus to the fileop entry for create dir / rename file. | Owen Taylor | 2001-10-29 | 1 | -0/+4 |
* | Calculate the buttons size request before using it. Fixes #61696. | Anders Carlsson | 2001-10-29 | 1 | -2/+2 |
* | Updates. | Tor Lillqvist | 2001-10-29 | 9 | -90/+157 |
* | Fix build. | Anders Carlsson | 2001-10-28 | 1 | -2/+1 |
* | Documentation updates. | Matthias Clasen | 2001-10-28 | 6 | -12/+90 |
* | do not call gtk_settings_get_default() here as that requires an X | jacob berkman | 2001-10-28 | 3 | -47/+50 |
* | un Oct 28 09:15:39 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-28 | 1 | -1/+1 |
* | Call update_im_spot_location here explicitly | Havoc Pennington | 2001-10-27 | 1 | -1/+1 |
* | Fix typo in docs. This fixes #62942. | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | Clarify that we're returning a spin button in the _new function. This | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | Oct 26 20:55:57 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-10-27 | 1 | -6/+6 |
* | to simplify parsing for exported functions: - made implementation | Hans Breuer | 2001-10-27 | 18 | -59/+103 |
* | Add note about width having to be greater than 0. This fixes #55574. | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | Fix docs to say previous instead of next. | Anders Carlsson | 2001-10-27 | 1 | -2/+2 |
* | Mention that the valid width is in range 0-65535 pixels. Fixes bug #56754. | Anders Carlsson | 2001-10-27 | 1 | -2/+2 |
* | Remove a dot in the documentation. Fixes bug #62632. | Anders Carlsson | 2001-10-26 | 1 | -1/+1 |
* | Create new "indent_expander" style property. | Anders Carlsson | 2001-10-26 | 1 | -5/+26 |
* | gtk/gtkbutton.[ch] fixed inline comments | Sven Neumann | 2001-10-26 | 4 | -6/+6 |
* | sync minor clenup | Jonathan Blandford | 2001-10-26 | 1 | -46/+12 |