summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* brooooooooken pipe.Kristian Rietveld2003-09-031-1/+1
* Don't include page->menu_label - causes various problems, includingOwen Taylor2003-08-251-2/+0
* Remove leftover page_num variable (Archit Baweja)Owen Taylor2003-08-071-3/+0
* only redraw tabs on focus in/out.Soeren Sandmann2003-07-191-1/+15
* remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same sameSoeren Sandmann2003-07-081-1/+1
* Document new properties as 2.4 additions.Matthias Clasen2003-06-141-1/+35
* Back out event->window test - it wasn't needed because of the call toOwen Taylor2003-06-091-4/+1
* Ignore button presses that are not on the tab (#114534).Noah Levitt2003-06-061-1/+2
* Don't map the event window if the notebook isn't mapped. (#113980, RichardOwen Taylor2003-06-021-1/+2
* gtk/gtknotebook.c Changed guint to GtkNotebookArrow in the signature ofMatthias Clasen2003-05-301-1/+1
* Add support for up to four scroll arrows. Control their display by newMatthias Clasen2003-05-221-111/+219
* Fix the previous commit.Matthias Clasen2003-03-291-1/+1
* Fixes for bug #56248:Matthias Clasen2003-03-291-15/+40
* Add C-A-PgUp and C-A-PgDown as alternatives to the A-less variants.Matthias Clasen2003-03-281-2/+2
* Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecatedMatthias Clasen2003-02-051-7/+16
* set_state on the tab_label before unparenting it, in case the unparentManish Singh2003-02-011-1/+1
* Patch from Soeren Sandmann to update the states of the tab label childOwen Taylor2003-01-301-1/+27
* Show/hide the notebook event window as necessary, we weren't previouslyOwen Taylor2003-01-151-10/+8
* new default color scheme based on the GNOME stock icon palette. (#80691,Soeren Sandmann2002-12-101-7/+19
* Document 2.2 API additions.Matthias Clasen2002-11-281-0/+2
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-40/+92
* Change so that updates of selection don't take effect immediately, butOwen Taylor2002-11-141-1/+1
* When clicking on a non-active tab, focus the first widget in the tab, notOwen Taylor2002-11-131-62/+11
* Always switch to the page with the focused tab label. (#82108, MattOwen Taylor2002-10-251-0/+3
* Don't handle button 2/3 on the tabs. (#82118, Matt Wilson.)Owen Taylor2002-10-251-0/+3
* Documentation improvements.Matthias Clasen2002-10-101-1/+1
* deprecation cleanupManish Singh2002-10-051-55/+59
* at Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-10-051-2/+1
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-9/+9
* Handle the case where the first page isn't visible. (#90336, bug trackedOwen Taylor2002-09-271-5/+15
* i Add gtk_notebook_get_n_pages (#73229, Havoc Pennington)Owen Taylor2002-09-231-4/+28
* Typo fix.Matthias Clasen2002-05-021-1/+1
* Correct the composite_child blurb.Matthias Clasen2002-05-021-1/+1
* Add nicks and blurbs for child properties. (#57143)Matthias Clasen2002-05-021-6/+18
* Improve a warning.Matthias Clasen2002-04-301-1/+1
* Integrate Erwann Chenede's multihead changes for the gtk/ directory.Alex Larsson2002-04-291-2/+2
* relocate the remove_weak_pointer to just before we free the page, to beHavoc Pennington2002-04-121-6/+7
* Set page->last_focus_child to NULL as well as removing the weak reference,Owen Taylor2002-03-271-1/+4
* Fix problem where there were two copies of the "do an arrow step" code,Owen Taylor2002-03-071-28/+25
* Fix docs in terms of what out of range @page_num does. (#73371, VitalyOwen Taylor2002-03-041-2/+3
* Fix signed-unsigned error that was accidentally causing negative values toOwen Taylor2002-03-011-4/+9
* gtk+/gtk/gtkitemfactory.c fixed a little type in docs forAlexey Malyshev2002-03-011-1/+1
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-3/+0
* Avoid segfault for selectable tab labels (even without a segfault, theyMatthias Clasen2002-02-091-9/+12
* Add ::move-focus-out signal to handle Control[-Shift]-Tab andOwen Taylor2002-02-081-39/+136
* Convert to using binding set for doing key bindings. (#62622, Requested byOwen Taylor2002-02-081-1/+1
* Non-exported _gtk_menu_select_first() function that selects the first itemOwen Taylor2002-02-031-0/+2
* ri Feb 1 12:51:20 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-011-1/+2
* General property notification cleanup.Matthias Clasen2002-01-281-1/+7
* Use insensitive state for insensitive arrows, not just an "etched state".Owen Taylor2002-01-241-2/+2