]> Pileus Git - ~andy/gtk/history - gtk/gtknotebook.c
Document 2.2 API additions.
[~andy/gtk] / gtk / gtknotebook.c
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...
2001-03-09 Alexander LarssonDocument expose event->region change and that gtk_widge...
2001-02-28 Havoc PenningtonRemove draw_focus and draw_default (gtk_widget_draw_foc...
2001-02-02 Owen TaylorGet rid of a bunch of g_strdup_printf("%s%s") in favor...
2001-01-09 Owen TaylorDoc fixups.
2000-12-13 Tim Janikdoh, this was broken beyond believe.
2000-12-11 Owen TaylorAdd a function to determine if a window is the focus...
2000-12-04 Havoc Penningtonfix this to be sane
2000-12-04 Havoc PenningtonRemove "draw" virtual method and signal
2000-11-08 Alexander LarssonAdd note about GtkMenuPositionFunc API changes.
2000-10-25 Tim Janikurg, removed implementation of gtk_marshal_VOID__INT_IN...
2000-09-07 Owen TaylorDoc comment fixing. (Mostly non-matching parameter...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
2000-06-20 Havoc PenningtonMake this compile without framebuffer enabled
2000-05-12 Tim Janikdocumented necessary changes for 1.4 transition.
2000-03-14 Owen TaylorMerges from gtk-1-2
1999-11-22 Raja R HarinathAdapt cast macros to standard.
1999-09-17 Tor LillqvistAdd gdk_threads_mutex.
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1999-02-16 Owen TaylorWhen setting styles, remove unecessary explicits draws...
1999-02-10 Owen TaylorFixed some bugs with set_default_size.
1999-01-26 Owen TaylorQueue a redraw on the tab area when a tab changes size...
1999-01-23 Lars Hamannremoved extra gtk_spin_button_update calls again. unblo...
1999-01-21 Lars Hamannfew cleanups. (gtk_notebook_key_press): call select...
1999-01-15 Owen Taylornparams for selection_get should be 3, not 2. [ From...
1999-01-14 Owen Taylorgtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk...
1999-01-12 Tim Janikreworked the redrawing heuristics somewhat, this fixed...
1999-01-11 Tim Janikonly pass key events to the focus widget if it is sensi...
1999-01-02 Manish Singhgdk/gdk.c gdk/gdkinputnone.h casts to get rid of const...
1998-12-18 Owen TaylorAdd @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier
1998-12-16 Owen TaylorMove main thread lock back to GDK - we need it there...
1998-12-16 Tim Janikversion bump to 1.1.8, binary age 0, interface age...
1998-12-15 Owen TaylorAdded gdk_text_extents_wc()
1998-12-15 Owen TaylorCommented out testthreads from the build process, since...
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-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
next