]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
Replace a lot of idle and timeout calls by the new gdk_threads api.
[~andy/gtk] / gtk / gtknotebook.c
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
2004-09-27 Matthias ClasenAdd a missing _ to the name of the has_secondary_backwa...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias Clasens/childs/children/g.
2004-07-25 Matthias ClasenIgnore scroll events from the content of the page....
2004-07-10 Soeren SandmannBug 144371
2004-07-03 Matthias ClasenAdd scroll events to the event mask, set a scroll_event...
2004-06-25 Matthias ClasenFix a typo, string change. (#139503, Baris Cicek)
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-15 Matthias ClasenReturn the index of the newly inserted page. (#130986...
2003-12-17 Matthias ClasenAdd missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(...
2003-12-11 Matthias ClasenDon't unnecessarily reserve space for arrows in RTL...
2003-12-08 Matthias ClasenActually commit RTL flipping changes for GtkNotebook...
2003-09-03 Kristian Rietveldbrooooooooken pipe.
2003-08-25 Owen TaylorDon't include page->menu_label - causes various problem...
2003-08-07 Owen TaylorRemove leftover page_num variable (Archit Baweja)
2003-07-19 Soeren Sandmannonly redraw tabs on focus in/out.
2003-07-08 Soeren Sandmannremove GDK_EXPOSURE_MASK for INPUT_ONLY window same...
2003-06-14 Matthias ClasenDocument new properties as 2.4 additions.
2003-06-09 Owen TaylorBack out event->window test - it wasn't needed because...
2003-06-06 Noah LevittIgnore button presses that are not on the tab (#114534).
2003-06-02 Owen TaylorDon't map the event window if the notebook isn't mapped...
2003-05-30 Matthias Clasengtk/gtknotebook.c Changed guint to GtkNotebookArrow...
2003-05-22 Matthias ClasenAdd support for up to four scroll arrows. Control their...
2003-03-29 Matthias ClasenFix the previous commit.
2003-03-29 Matthias ClasenFixes for bug #56248:
2003-03-28 Matthias ClasenAdd C-A-PgUp and C-A-PgDown as alternatives to the...
2003-02-05 Matthias ClasenReplace uses of gtk_timeout_* and gtk_idle_* by their...
2003-02-01 Manish Singhset_state on the tab_label before unparenting it, in...
2003-01-30 Owen TaylorPatch from Soeren Sandmann to update the states of...
2003-01-15 Owen TaylorShow/hide the notebook event window as necessary, we...
2002-12-10 Soeren Sandmannnew default color scheme based on the GNOME stock icon...
2002-11-28 Matthias ClasenDocument 2.2 API additions.
2002-11-20 Manish Singhadd -DGTK_DISABLE_DEPRECATED. #undef it at the top...
2002-11-14 Owen TaylorChange so that updates of selection don't take effect...
2002-11-13 Owen TaylorWhen clicking on a non-active tab, focus the first...
2002-10-25 Owen TaylorAlways switch to the page with the focused tab label...
2002-10-25 Owen TaylorDon't handle button 2/3 on the tabs. (#82118, Matt...
2002-10-10 Matthias ClasenDocumentation improvements.
2002-10-05 Manish Singhdeprecation cleanup
2002-10-05 Owen Taylorat Oct 5 18:25:11 2002 Owen Taylor <otaylor@redhat...
2002-10-03 Owen TaylorAdd a 'type' parameter, make public.
2002-09-27 Owen TaylorHandle the case where the first page isn't visible...
2002-09-23 Owen Taylori Add gtk_notebook_get_n_pages (#73229, Havoc Pennington)
2002-05-02 Matthias ClasenTypo fix.
2002-05-02 Matthias ClasenCorrect the composite_child blurb.
next