| Commit message (Expand) | Author | Age | Files | Lines |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -1/+1 |
* | Don't include page->menu_label - causes various problems, including | Owen Taylor | 2003-08-25 | 1 | -2/+0 |
* | Remove leftover page_num variable (Archit Baweja) | Owen Taylor | 2003-08-07 | 1 | -3/+0 |
* | only redraw tabs on focus in/out. | Soeren Sandmann | 2003-07-19 | 1 | -1/+15 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -1/+1 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -1/+35 |
* | Back out event->window test - it wasn't needed because of the call to | Owen Taylor | 2003-06-09 | 1 | -4/+1 |
* | Ignore button presses that are not on the tab (#114534). | Noah Levitt | 2003-06-06 | 1 | -1/+2 |
* | Don't map the event window if the notebook isn't mapped. (#113980, Richard | Owen Taylor | 2003-06-02 | 1 | -1/+2 |
* | gtk/gtknotebook.c Changed guint to GtkNotebookArrow in the signature of | Matthias Clasen | 2003-05-30 | 1 | -1/+1 |
* | Add support for up to four scroll arrows. Control their display by new | Matthias Clasen | 2003-05-22 | 1 | -111/+219 |
* | Fix the previous commit. | Matthias Clasen | 2003-03-29 | 1 | -1/+1 |
* | Fixes for bug #56248: | Matthias Clasen | 2003-03-29 | 1 | -15/+40 |
* | Add C-A-PgUp and C-A-PgDown as alternatives to the A-less variants. | Matthias Clasen | 2003-03-28 | 1 | -2/+2 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -7/+16 |
* | set_state on the tab_label before unparenting it, in case the unparent | Manish Singh | 2003-02-01 | 1 | -1/+1 |
* | Patch from Soeren Sandmann to update the states of the tab label child | Owen Taylor | 2003-01-30 | 1 | -1/+27 |
* | Show/hide the notebook event window as necessary, we weren't previously | Owen Taylor | 2003-01-15 | 1 | -10/+8 |
* | new default color scheme based on the GNOME stock icon palette. (#80691, | Soeren Sandmann | 2002-12-10 | 1 | -7/+19 |
* | Document 2.2 API additions. | Matthias Clasen | 2002-11-28 | 1 | -0/+2 |
* | add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. | Manish Singh | 2002-11-20 | 1 | -40/+92 |
* | Change so that updates of selection don't take effect immediately, but | Owen Taylor | 2002-11-14 | 1 | -1/+1 |
* | When clicking on a non-active tab, focus the first widget in the tab, not | Owen Taylor | 2002-11-13 | 1 | -62/+11 |
* | Always switch to the page with the focused tab label. (#82108, Matt | Owen Taylor | 2002-10-25 | 1 | -0/+3 |
* | Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.) | Owen Taylor | 2002-10-25 | 1 | -0/+3 |
* | Documentation improvements. | Matthias Clasen | 2002-10-10 | 1 | -1/+1 |
* | deprecation cleanup | Manish Singh | 2002-10-05 | 1 | -55/+59 |
* | at Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-10-05 | 1 | -2/+1 |
* | Add a 'type' parameter, make public. | Owen Taylor | 2002-10-03 | 1 | -9/+9 |
* | Handle the case where the first page isn't visible. (#90336, bug tracked | Owen Taylor | 2002-09-27 | 1 | -5/+15 |
* | i Add gtk_notebook_get_n_pages (#73229, Havoc Pennington) | Owen Taylor | 2002-09-23 | 1 | -4/+28 |
* | Typo fix. | Matthias Clasen | 2002-05-02 | 1 | -1/+1 |
* | Correct the composite_child blurb. | Matthias Clasen | 2002-05-02 | 1 | -1/+1 |
* | Add nicks and blurbs for child properties. (#57143) | Matthias Clasen | 2002-05-02 | 1 | -6/+18 |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 1 | -1/+1 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -2/+2 |
* | relocate the remove_weak_pointer to just before we free the page, to be | Havoc Pennington | 2002-04-12 | 1 | -6/+7 |
* | Set page->last_focus_child to NULL as well as removing the weak reference, | Owen Taylor | 2002-03-27 | 1 | -1/+4 |
* | Fix problem where there were two copies of the "do an arrow step" code, | Owen Taylor | 2002-03-07 | 1 | -28/+25 |
* | Fix docs in terms of what out of range @page_num does. (#73371, Vitaly | Owen Taylor | 2002-03-04 | 1 | -2/+3 |
* | Fix signed-unsigned error that was accidentally causing negative values to | Owen Taylor | 2002-03-01 | 1 | -4/+9 |
* | gtk+/gtk/gtkitemfactory.c fixed a little type in docs for | Alexey Malyshev | 2002-03-01 | 1 | -1/+1 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -3/+0 |
* | Avoid segfault for selectable tab labels (even without a segfault, they | Matthias Clasen | 2002-02-09 | 1 | -9/+12 |
* | Add ::move-focus-out signal to handle Control[-Shift]-Tab and | Owen Taylor | 2002-02-08 | 1 | -39/+136 |
* | Convert to using binding set for doing key bindings. (#62622, Requested by | Owen Taylor | 2002-02-08 | 1 | -1/+1 |
* | Non-exported _gtk_menu_select_first() function that selects the first item | Owen Taylor | 2002-02-03 | 1 | -0/+2 |
* | ri Feb 1 12:51:20 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-01 | 1 | -1/+2 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -1/+7 |
* | Use insensitive state for insensitive arrows, not just an "etched state". | Owen Taylor | 2002-01-24 | 1 | -2/+2 |