summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 131920 – gtkNotebook sends incorrect switch_page valueBjörn Lindqvist2008-06-081-3/+4
* Do not call gtk_widget_set_parent_window(), using widget->window insteadCarlos Garnacho2008-04-101-1/+0
* Prevent a crash with hidden, reorderable tabs. (#513230, Mike Massonnet,Matthias Clasen2008-02-161-1/+1
* gtk/gtkcontainer.c gtk/gtkexpander.c gtk/gtkframe.c gtk/gtklabel.cMichael Natterer2008-02-061-7/+7
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Also reorder menu when reordering tabs by drag & drop (Bug #506474)Johannes Schmid2007-12-311-1/+4
* More default property value fixesMatthias Clasen2007-12-281-2/+2
* Another fix to avoid further fallout from the fix for bug 388321.Matthias Clasen2007-12-101-6/+9
* Modify the tab-label-destroy fix to not crash epiphany.Matthias Clasen2007-12-041-18/+6
* Fix up some doc comments to shut up gtk-doc.Matthias Clasen2007-11-261-9/+9
* Short-circuit on destroy. (gtk_notebook_destroy): Destroy tab_labelMatthias Clasen2007-11-261-1/+24
* Require gtk-doc 1.8Matthias Clasen2007-11-251-3/+2
* remove duplicated declaration of gtk_notebook_create_window. Patch byXan Lopez2007-10-031-4/+0
* fix wrong default value in ::tab-expand param spec constructor.Tim Janik2007-09-051-1/+1
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-6/+6
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+41
* Fix compiler warning. (#447586, Kazuki IWAMOTO)Behdad Esfahbod2007-06-141-1/+1
* Add a doc commentMatthias Clasen2007-06-071-0/+8
* Add a create-window signal that allows to override the globalMatthias Clasen2007-06-041-5/+75
* Remove g_return_if_fail checks from private functions.Xan Lopez2007-06-031-64/+0
* The page num parameter is unused is redundant and unused inXan Lopez2007-06-031-20/+18
* Small cleanup in gtk_notebook_set_current_page and fix doc typo.Xan Lopez2007-05-291-7/+4
* Document new apiMatthias Clasen2007-05-261-1/+1
* missing #include <ctype.h>.Yevgen Muntyan2007-05-231-1/+0
* Deprecate gtk_notebook_[gs]et_group_id in favour of new functionsMatthias Clasen2007-05-191-16/+81
* Allow widgets up in the hierarchy to run their DnD handlers if the targetCarlos Garnacho2007-05-181-14/+16
* Do not unset the brand new current page if there was none set previously.Carlos Garnacho2007-05-181-18/+7
* s/arrow-size/arrow-spacing in the arrow-spacing style property docs.Xan Lopez2007-04-071-1/+1
* Fix tabbed browsing in epiphany. (#413664, Christian Persch)Matthias Clasen2007-03-131-3/+4
* Set child visibility to FALSE here; it will be turned back on inMatthias Clasen2007-03-091-6/+4
* Avoid some unnecessary gtk_widget_get_style() calls.Matthias Clasen2007-01-281-21/+24
* Left-align menu labels. (#393255, Michail Crayson)Matthias Clasen2007-01-061-1/+4
* take into account both scroll arrows when calculating size request inCarlos Garnacho2007-01-051-1/+1
* Only handle key bindings for tab reordering if the tabs are shown andMatthias Clasen2007-01-021-15/+24
* return if the widget that originally received the event is a notebookCarlos Garnacho2006-12-291-1/+1
* Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.Carlos Garnacho2006-12-281-35/+53
* Return the correct value from gtk_notebook_insert_page if the page-addedChristian Persch2006-12-261-1/+2
* Fix small regressions in GtkNotebook tab detaching. Bug #378852.Carlos Garnacho2006-12-261-13/+19
* Expose improvements for GtkNotebook. Bug #383435Carlos Garnacho2006-12-261-46/+34
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-19/+7
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-4/+36
* make non-focused tabs xthickness/ythickness thinner. (#353962)Carlos Garnacho2006-11-071-7/+31
* Only reorder tabs if the focus is in the tab. (#350342, Carlos GarnachoMatthias Clasen2006-10-081-0/+3
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-3/+3
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-1/+1
* Explain some quirks of this function. (#351112,Matthias Clasen2006-08-161-2/+7
* Remove. (gtk_notebook_motion_notify): Instead, update the arrow stateMatthias Clasen2006-08-151-38/+13
* (gtk_notebook_drag_motion): Don't accept drops onMatthias Clasen2006-08-061-0/+1
* Don't allow dragging a notebook tab to one of its children. (#348626,Matthias Clasen2006-08-061-1/+3
* Improve drawing of tabsMatthias Clasen2006-07-211-10/+7