]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.h
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtknotebook.h
2012-12-28 Matthias ClasenMove single-include guards inside include guards
2012-02-27 Javier JardónChange FSF Address
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2010-10-30 Javier JardónFix gtk-doc markup: /* <private> */ should be /*< priva...
2010-10-26 Javier JardónFix gtk-doc markup: /* <private> */ should be /*< priva...
2010-10-19 Matthias ClasenAdd padding to class structs
2010-10-03 Ignacio Casal Quin... Add missing vfuncs to gtknotebook.
2010-10-03 Javier Jardóndocs: Move documentation to inline comments: GtkNotebook
2010-09-24 Matthias ClasenGtkNotebook: replace group by group_name
2010-09-24 Matthias ClasenGtkNotebook: remove gtk_notebook_set_window_creation_hook
2010-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-08-10 Sam ThursfieldAdd missing accessors for notebook details
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Christian DywanMove definition of GtkNotebookPage out of the header
2010-07-13 Javier JardónGtkNotebook: Move public members to private structure
2010-07-13 Christian DywanChange GtkNotebookPage in switch-page into GtkWidget
2010-07-13 Christian DywanDeprecate GtkNotebookPage as used in switch-page
2010-06-26 Matthias ClasenRemove deprecated notebook api
2010-05-07 Matthias ClasenMerge branch 'gtk-2-90'
2010-05-02 Michael NattererRemove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES
2010-05-02 Christian DywanRemove deprecated GtkNotebook functions
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-09 Matthias ClasenAdd an 'action area' to GtkNotebook
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-21 Christian DywanDeprecated GtkNotebook tab packing
2008-10-30 Michael Nattererno need to include <gdk/gdk.h> in any widget header...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-20 Tim JanikSwitch to "guint GSEAL (foo) : width;" when packing...
2008-06-20 Tim JanikSeal GtkNotebook public fields
2008-05-28 Michael Nattererwhitespace cleanup: remove trailing whitespace and...
2008-05-28 Michael Nattererdefine __GTK_H_INSIDE__ around including all other...
2007-06-11 Emmanuele BassiFix declaration of GtkNotebook::create_window()
2007-06-04 Matthias ClasenAdd a create-window signal that allows to override...
2007-05-19 Matthias ClasenDeprecate gtk_notebook_[gs]et_group_id in favour of...
2007-01-02 Matthias ClasenOnly handle key bindings for tab reordering if the...
2006-06-08 Matthias ClasenAdd a destroy notify for the callback data. (#344209...
2006-03-30 Matthias ClasenFix the doc comment format.
2006-02-23 Matthias ClasenAdd a reorder_tab keynav signal and an insert_page...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-01-15 Matthias ClasenReturn the index of the newly inserted page. (#130986...
2003-05-22 Matthias ClasenAdd support for up to four scroll arrows. Control their...
2002-10-05 Manish Singhdeprecation cleanup
2002-09-23 Owen Taylori Add gtk_notebook_get_n_pages (#73229, Havoc Pennington)
2002-02-23 Owen TaylorMassive padding addition to class structures.
2002-02-08 Owen TaylorAdd ::move-focus-out signal to handle Control[-Shift...
2002-01-17 Owen TaylorSupport "optional" bindings. If a binding signal has...
2001-11-16 Owen TaylorPropagate key press events not just to focus/window...
2001-11-15 Owen TaylorCal gdk_window_invalidate_maybe_recurse() for recursion...
2001-09-24 Owen TaylorAdd a compat macro that got lost.
2001-08-23 Owen Taylor[ Patch from Sebastian Wilhelmi, 52790 ]
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-08-30 Elliot LeeUse G_GNUC_CONST.
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-02-13 Tim Janiks/refcount/ref_count/.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1998-12-02 Tim Janiks/gtk_notebook_nth_page/gtk_notebook_get_nth_page/.
1998-12-02 Lars Hamannnew class method/signal row_move. new public function...
1998-11-28 Tim Janikchanged scrolled window inheritance, it inherits from...
1998-11-23 jaycoxModified Files: gtkclist.c gtkclist.h gtkctree.c gtkctr...
1998-11-23 Tim Janikadded args ::show_text, ::text_xalign, ::text_yalign...
1998-11-16 Lars Hamannnew flags : homogeneous; new guints : tab_hborder,...
1998-10-07 Tim Janikremoved all occourances of #pragma } and #pragma {...
1998-09-03 Tim JanikGTK_MENU_DIR_CHILD: check for the existance of
1998-07-19 Tim Janikexport gtk_binary_age and gtk_interface_age.
1998-07-16 Tim Janiksigndness corrections all ove the place. implementation...
1998-06-16 Tim Janikboy! did i really modify that many files?
1998-06-10 Lars Hamannadapted clist pixmap clipping
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-03-02 Owen TaylorMiscellaneous minor fixes to remove ANSI C incompatibil...
1998-02-19 Tim Janikapplied gtk-hamann_jeske-980218-0.patch.gz, a patch...
1998-01-06 Owen TaylorAdded "switch_page" signal. (gtk-hamann_jeske-971212...
1997-11-24 Elliot LeeInitial revision