]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
Clarify the docs. Pointed out by Wolfgang Oertl
[~andy/gtk] / gtk / gtknotebook.c
2008-07-04 Michael NattererFix make check:
2008-07-04 Michael NattererAllocate with GSlice:
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-20 Johan DahlinFix up deprecated markup syntax. Add version numbers...
2008-06-17 Tor LillqvistNeed to do the GTK_DISABLE_DEPRECATED #undef/#define...
2008-06-08 Björn LindqvistBug 131920 – gtkNotebook sends incorrect switch_page...
2008-04-10 Carlos GarnachoDo not call gtk_widget_set_parent_window(), using widge...
2008-02-16 Matthias ClasenPrevent a crash with hidden, reorderable tabs. (#513230...
2008-02-06 Michael Natterergtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c...
2008-01-06 Johan DahlinUse G_OBJECT_WARN_INVALID_PROPERTY_ID consistently...
2007-12-31 Johannes SchmidAlso reorder menu when reordering tabs by drag & drop...
2007-12-28 Matthias ClasenMore default property value fixes
2007-12-10 Matthias ClasenAnother fix to avoid further fallout from the fix for...
2007-12-04 Matthias ClasenModify the tab-label-destroy fix to not crash epiphany.
2007-11-26 Matthias ClasenFix up some doc comments to shut up gtk-doc.
2007-11-26 Matthias ClasenShort-circuit on destroy. (gtk_notebook_destroy): Destr...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-10-03 Xan Lopezremove duplicated declaration of gtk_notebook_create_wi...
2007-09-05 Tim Janikfix wrong default value in ::tab-expand param spec...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-06-14 Behdad EsfahbodFix compiler warning. (#447586, Kazuki IWAMOTO)
2007-06-07 Matthias ClasenAdd a doc comment
2007-06-04 Matthias ClasenAdd a create-window signal that allows to override...
2007-06-03 Xan LopezRemove g_return_if_fail checks from private functions.
2007-06-03 Xan LopezThe page num parameter is unused is redundant and unused in
2007-05-29 Xan LopezSmall cleanup in gtk_notebook_set_current_page and...
2007-05-26 Matthias ClasenDocument new api
2007-05-23 Yevgen Muntyanmissing #include <ctype.h>.
2007-05-19 Matthias ClasenDeprecate gtk_notebook_[gs]et_group_id in favour of...
2007-05-18 Carlos GarnachoAllow widgets up in the hierarchy to run their DnD...
2007-05-18 Carlos GarnachoDo not unset the brand new current page if there was...
2007-04-07 Xan Lopezs/arrow-size/arrow-spacing in the arrow-spacing style...
2007-03-13 Matthias ClasenFix tabbed browsing in epiphany. (#413664, Christian...
2007-03-09 Matthias ClasenSet child visibility to FALSE here; it will be turned...
2007-01-28 Matthias ClasenAvoid some unnecessary gtk_widget_get_style() calls.
2007-01-06 Matthias ClasenLeft-align menu labels. (#393255, Michail Crayson)
2007-01-05 Carlos Garnachotake into account both scroll arrows when calculating...
2007-01-02 Matthias ClasenOnly handle key bindings for tab reordering if the...
2006-12-29 Carlos Garnachoreturn if the widget that originally received the event...
2006-12-28 Carlos GarnachoMake GtkNotebook able to drop detached tabs anywhere...
2006-12-26 Christian PerschReturn the correct value from gtk_notebook_insert_page...
2006-12-26 Carlos GarnachoFix small regressions in GtkNotebook tab detaching...
2006-12-26 Carlos GarnachoExpose improvements for GtkNotebook. Bug #383435
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-11-07 Carlos Garnachomake non-focused tabs xthickness/ythickness thinner...
2006-10-08 Matthias ClasenOnly reorder tabs if the focus is in the tab. (#350342...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-08-16 Matthias ClasenExplain some quirks of this function. (#351112,
2006-08-15 Matthias ClasenRemove. (gtk_notebook_motion_notify): Instead, update...
2006-08-06 Matthias Clasen (gtk_notebook_drag_motion): Don't accept drops on
2006-08-06 Matthias ClasenDon't allow dragging a notebook tab to one of its child...
2006-07-21 Matthias ClasenImprove drawing of tabs
2006-07-21 Matthias ClasenUnset the during_reorder flag. (#348049, Sven Herzberg...
2006-07-17 Matthias ClasenDon't undo reordering if we haven't been reordering...
2006-07-02 Matthias ClasenRemove redundant assignments to page, which may cause...
2006-06-20 Carlos Garnachounset the pressed button here. (gtk_notebook_grab_notif...
2006-06-15 Carlos Garnachouse gdk_window_get_pointer() to get pointer coordinates...
2006-06-08 Matthias ClasenAdd a destroy notify for the callback data. (#344209...
2006-06-05 Matthias ClasenFix borderline cases in tab visibility calculation...
2006-05-19 Matthias ClasenFix a boundary case in scrolling where a tab was not...
2006-05-14 Matthias ClasenMore of the same
2006-05-13 Matthias ClasenFix some corner cases in the size allocation logic...
2006-05-13 Matthias ClasenHandle tab_label being NULL better. (#341455, William...
2006-05-10 Carlos Garnachocheck that tab_label is not NULL before checking that...
2006-05-10 Tim Janikapplied unified patch for configurable scroll arrow...
2006-05-09 Carlos Garnachocreate an independent GdkWindow to behave nicely during...
2006-05-08 Matthias ClasenFix doc typos.
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-18 Carlos Garnachoremoved wrong condition check that caused tab labels...
2006-04-12 Matthias ClasenReorganize to avoid a possible NULL dereference. (Coverity)
2006-04-12 Matthias ClasenSilently do nothing if the widget is not a child. ...
2006-03-29 Matthias ClasenEmit page-added before switch-page
2006-03-28 Matthias ClasenFix docs syntax.
2006-03-22 Matthias ClasenEmit the ::page-removed signal after removing the page...
2006-03-22 Matthias ClasenImproved DND support for GtkNotebook (#332991, Carlos...
2006-03-22 Carlos Garnachosend a GtkWidget** instead of a GtkNotebookPage* when...
2006-03-21 Matthias ClasenDon't leave page->tab_label dangling. (gtk_notebook_rea...
2006-03-08 Carlos GarnachoRename ::tab-added and ::tab-removed signals to ::page...
2006-02-23 Matthias ClasenAdd a reorder_tab keynav signal and an insert_page...
2006-02-22 Matthias ClasenApply a patch by Paolo Borelli to make the tab menu...
2006-02-20 Matthias ClasenProperly update internal state when child visibility...
2006-01-12 Matthias ClasenReplace hardcoded values for tab-overlap and tab-curvat...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-22 Michael NattererMade button-press timeouts which work like key repeat...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-27 Owen TaylorFix to be monotonic in the original size (#308145,...
2005-07-26 Owen TaylorUse >= not > in deciding whether to subtract out x...
2005-05-06 Matthias ClasenAlways initialize child-visible to FALSE, otherwise...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenStop scrolling when the widget is unmapped. (#168791...
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias Clasenx
next