| Commit message (Expand) | Author | Age | Files | Lines |
* | don't reduce the scroll rect size by the scroll amount | Hans Breuer | 2002-02-10 | 3 | -3/+6 |
* | Fix a double «The» typo in a string. | Kjartan Maraas | 2002-02-10 | 1 | -1/+1 |
* | Avoid segfault for selectable tab labels (even without a segfault, they | Matthias Clasen | 2002-02-09 | 3 | -12/+36 |
* | convert the iter to a child iter again, after doing _iter_children. It's | Kristian Rietveld | 2002-02-09 | 1 | -0/+6 |
* | Use == rather than = in sanity checks. Ouch! | Daniel Elstner | 2002-02-09 | 1 | -6/+6 |
* | Add missing curled braces so that it doesn't always return. Also indent | Daniel Elstner | 2002-02-09 | 1 | -2/+16 |
* | Add prototype for _gtk_binding_reset_parsed(). | Owen Taylor | 2002-02-09 | 1 | -0/+2 |
* | Add tools and images used for creating the check/radio button images in | Owen Taylor | 2002-02-09 | 7 | -1/+203 |
* | Keyboard navigation for GtkPaned F6: cycle between panes. F8: focus handle | Soeren Sandmann | 2002-02-09 | 2 | -29/+767 |
* | Fix problem with string-valued parameters (#70012, Johan Dahlin.) | Owen Taylor | 2002-02-09 | 3 | -3/+9 |
* | fix evil ref bug where the wrong row and a deleted row was unreffed. Found | Jonathan Blandford | 2002-02-09 | 3 | -8/+27 |
* | Add a function to delete all bindings add by gtk_binding_parse_binding() | Owen Taylor | 2002-02-09 | 7 | -151/+179 |
* | Remove a tiny bit more dead code. | Darin Adler | 2002-02-09 | 1 | -2/+0 |
* | Fix stale pointer bug. | Darin Adler | 2002-02-08 | 1 | -12/+7 |
* | Return FALSE if not shoing the titles. (#70959, Thomas Leonard) | Owen Taylor | 2002-02-08 | 1 | -0/+3 |
* | isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h> | Darin Adler | 2002-02-08 | 15 | -17/+2 |
* | gtk/gtkfilesel.c gtk/gtkgamma.c use stock labels for dialog action | Sven Neumann | 2002-02-08 | 3 | -8/+10 |
* | Pass the ref_node and unref_node calls through to the child model. | Darin Adler | 2002-02-08 | 1 | -0/+10 |
* | s/__FUNCTION__/G_GNUC_FUNCTION/ ditto | Laszlo Peter | 2002-02-08 | 2 | -4/+4 |
* | clean up a little | Owen Taylor | 2002-02-08 | 1 | -3/+3 |
* | add change_value virtual function, to fix build | Havoc Pennington | 2002-02-08 | 2 | -1/+5 |
* | Add ::move-focus-out signal to handle Control[-Shift]-Tab and | Owen Taylor | 2002-02-08 | 3 | -46/+142 |
* | Convert to using binding set for doing key bindings. (#62622, Requested by | Owen Taylor | 2002-02-08 | 3 | -137/+135 |
* | Fixes #70782 and some drag dest rectangle/line issues | Kristian Rietveld | 2002-02-07 | 1 | -15/+31 |
* | Use layout text (which may be affected by invisible char) to compute | Owen Taylor | 2002-02-07 | 1 | -2/+3 |
* | Change show_help signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 4 | -13/+17 |
* | Change popup_menu signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 5 | -12/+16 |
* | Fixes #70708 | Kristian Rietveld | 2002-02-06 | 1 | -10/+4 |
* | remove unused variable (gtk_text_view_get_window): add warning about how | Havoc Pennington | 2002-02-06 | 1 | -3/+5 |
* | Add warnings if you try to use a child anchor that isn't inside a buffer. | Havoc Pennington | 2002-02-06 | 1 | -0/+13 |
* | rip out all the debugging ifdefs, as modelsort seems to be stable (and | Kristian Rietveld | 2002-02-06 | 1 | -49/+0 |
* | offset area being gotten from pixmap by the align/padding offsets, so we | Havoc Pennington | 2002-02-05 | 1 | -1/+1 |
* | Remove a (now) misleading comment. | Matthias Clasen | 2002-02-05 | 1 | -6/+3 |
* | let's set the path, which we're going to pass with the emission of | Kristian Rietveld | 2002-02-05 | 1 | -1/+1 |
* | Fix leak of GdkEvent (#70519) | Padraig O'Briain | 2002-02-04 | 1 | -0/+2 |
* | Fix from Matthias Clasen to clear background appropriately for theme by | Owen Taylor | 2002-02-04 | 1 | -5/+4 |
* | rename "signal" arg to "name" to avoid compiler warnings about shadowing | Havoc Pennington | 2002-02-04 | 2 | -6/+6 |
* | Add flipping support to the expanders. | Anders Carlsson | 2002-02-03 | 1 | -5/+5 |
* | RC file lookup improvements (#68234, suggestions from Matthias Clasen.) | Owen Taylor | 2002-02-03 | 1 | -126/+91 |
* | Non-exported _gtk_menu_select_first() function that selects the first item | Owen Taylor | 2002-02-03 | 8 | -68/+63 |
* | Fix some bugs in the determination of xgrab_shell. | Owen Taylor | 2002-02-03 | 1 | -1/+1 |
* | Add a GtkSetting (gtk-entry-select-on-focus) controlling whether the | Owen Taylor | 2002-02-02 | 3 | -12/+42 |
* | To get around the fact that we may have a owner_events = FALSE grab in | Owen Taylor | 2002-02-02 | 1 | -40/+143 |
* | Install gtkrc.default from $(srcdir) for when $(builddir) is different. | Peter Williams | 2002-02-02 | 1 | -1/+1 |
* | remove TESTGTK_RCFILE define | Kristian Rietveld | 2002-02-02 | 1 | -1/+0 |
* | Remove the "select first item if popped up from keypress" hack -- was | Owen Taylor | 2002-02-02 | 3 | -22/+56 |
* | set upper member of vadjustment correct, so the vscrollbars of lists | Kristian Rietveld | 2002-02-02 | 2 | -3/+1 |
* | Support engine "" {} to mean override to the default engine. (#70205) | Owen Taylor | 2002-02-02 | 2 | -25/+59 |
* | Parse the RC string here when the first object is created rather than in | Owen Taylor | 2002-02-02 | 2 | -8/+66 |
* | use gtk_label_new_with_mnemonic for labels that actually have mnemonics | Manish Singh | 2002-02-02 | 1 | -6/+6 |