summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Make it compileMatthias Clasen2005-04-071-9/+9
* Use canonical property names for g_object_notify() calls. (#171746, MortenMatthias Clasen2005-04-071-9/+9
* Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie)Matthias Clasen2005-03-221-0/+5
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add a missing _ to the name of the has_secondary_backward_stepperMatthias Clasen2004-09-271-1/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* s/childs/children/g.Matthias Clasen2004-08-041-4/+4
* Ignore scroll events from the content of the page. (#148409, Gabriel deMatthias Clasen2004-07-251-0/+13
* Bug 144371Soeren Sandmann2004-07-101-52/+0
* Add scroll events to the event mask, set a scroll_event handler. HandleMatthias Clasen2004-07-031-2/+27
* Fix a typo, string change. (#139503, Baris Cicek)Matthias Clasen2004-06-251-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-40/+40
* Return the index of the newly inserted page. (#130986, Olexiy Avramchenko)Matthias Clasen2004-01-151-33/+53
* Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argumentMatthias Clasen2003-12-171-2/+2
* Don't unnecessarily reserve space for arrows in RTL mode. (#129075, SemionMatthias Clasen2003-12-111-1/+1
* Actually commit RTL flipping changes for GtkNotebook which I alreadyMatthias Clasen2003-12-081-54/+135
* 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