]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie)
[~andy/gtk] / gtk / gtknotebook.c
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.
2002-05-02 Matthias ClasenAdd nicks and blurbs for child properties. (#57143)
2002-04-30 Matthias ClasenImprove a warning.
2002-04-29 Alex LarssonIntegrate Erwann Chenede's multihead changes for the...
2002-04-12 Havoc Penningtonrelocate the remove_weak_pointer to just before we...
2002-03-27 Owen TaylorSet page->last_focus_child to NULL as well as removing...
2002-03-07 Owen TaylorFix problem where there were two copies of the "do...
2002-03-04 Owen TaylorFix docs in terms of what out of range @page_num does...
2002-03-01 Owen TaylorFix signed-unsigned error that was accidentally causing...
2002-03-01 Alexey Malyshevgtk+/gtk/gtkitemfactory.c fixed a little type in docs for
2002-02-21 Owen TaylorImplement "fuzzy" key binding lookups; allow matches...
2002-02-09 Matthias ClasenAvoid segfault for selectable tab labels (even without...
2002-02-08 Owen TaylorAdd ::move-focus-out signal to handle Control[-Shift...
2002-02-08 Owen TaylorConvert to using binding set for doing key bindings...
2002-02-03 Owen TaylorNon-exported _gtk_menu_select_first() function that...
2002-02-01 Owen Taylorri Feb 1 12:51:20 2002 Owen Taylor <otaylor@redhat...
2002-01-28 Matthias ClasenGeneral property notification cleanup.
2002-01-24 Owen TaylorUse insensitive state for insensitive arrows, not just...
2002-01-18 Owen TaylorFix missing allocation.x/y offsets. (#68962, Jacob...
2002-01-17 Owen TaylorSupport "optional" bindings. If a binding signal has...
2002-01-15 Owen Taylorfocus the activated tab, not the page. (#53612)
2001-12-12 Jonathan Blandfordkeep in sync with insert_page_menu. Code duplication...
2001-12-04 Owen TaylorPatch from Bill Haneman (with many modifications) to...
2001-11-30 jacob berkmanset the signal id to 0 after we disconnect from it
2001-11-24 Owen TaylorHandle events in windows other than widget->event_windo...
2001-11-20 Owen TaylorFix problem where notebook gap was double shifted by...
2001-11-19 Michael Natterershow notebook->event_window with gdk_window_show_unrais...
2001-11-17 Owen TaylorMake gtkmarshal.list/gtkmarshal.h only for compatibilit...
2001-11-16 Owen TaylorPropagate key press events not just to focus/window...
2001-11-16 Owen TaylorFix child allocations to be relative to widget position...
2001-11-15 Owen TaylorSome small drawing fixes for scroll arrows.
2001-11-15 Owen TaylorCal gdk_window_invalidate_maybe_recurse() for recursion...
2001-11-14 Matthias ClasenRearrange docs (#64566)
2001-11-13 Tim Janikadded gtkaccelmap.sgml. other updates.
2001-11-10 Matthias ClasenMass fixing of trivial doc bugs. (#63544, #57007, ...
2001-09-26 Owen TaylorFix problem where menmonic wasn't removed properly...
2001-07-31 Tim Janikfix finding of child's page, since we have to validly...
2001-07-19 Owen TaylorEnforce the widget/child realization/mapping invariants.
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-06-29 Havoc Penningtonfixes to compile with G_DISABLE_COMPAT
2001-06-29 Havoc PenningtonClip the retrieved image data to the screen, using...
2001-06-24 Owen TaylorFix stupid error introduced last night that was making...
2001-06-19 Tim Janikfix PROP_EVENTS.
2001-06-08 Havoc Penningtongeez, don't call g_list funcs on GSList
2001-05-17 Alexander LarssonAdd properties, based on patch by Lee Mallabone.
2001-04-28 Havoc Penningtonvoc Pennington <hp@redhat.com>
2001-04-24 Alexander Larssoni2001-04-24 Alexander Larsson <alexl@redhat.com>
2001-04-01 Tim Janikgot rid of gtk_widget_popup(), a function that bad...
2001-03-24 Havoc Penningtonmake this somewhat key-navigable
2001-03-22 Tim Janiksome cleanups, fixed mnemonic_widget handling, added...
2001-03-21 Alexander LarssonRenamed gtk_button_new_stock() to gtk_button_new_from_s...
next