summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Remove leftover uses/references of GtkNotebook::group-idXan Lopez2010-07-021-2/+1
* Remove deprecated notebook apiMatthias Clasen2010-06-261-41/+20
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-6/+7
* Use accessor functions to access GtkLabel variablesJavier Jardón2010-05-031-4/+4
* Remove internal GtkNotebook tab homogeneousnes and border helpersChristian Dywan2010-05-031-78/+0
* Remove deprecated GtkNotebook functionsChristian Dywan2010-05-031-192/+0
* Prevent the destruction of the menu label on page removalSjoerd Simons2010-03-221-4/+7
* Improve docs of gtk_notebook_set_tab_label_packingChristian Dywan2010-03-121-4/+6
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-061-2/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+2
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-1/+1
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-13/+14
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-3/+3
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-50/+54
* Deprecate widget flag: GTK_WIDGET_HAS_FOCUSJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_IS_SENSITIVEJavier Jardón2010-03-011-1/+1
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-8/+8
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Fix a redraw problem with action widgetsMatthias Clasen2010-01-181-1/+1
* Fix some issues with action widgetsMatthias Clasen2010-01-181-18/+27
* [docs] Use the correct GTK-doc syntax to refer to GTK+ propertiesJavier Jardón2010-01-121-4/+4
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-2/+2
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-20/+20
* Mention exact property names in notebook tab packing deprecationChristian Dywan2009-11-301-2/+4
* Make the action widgets internal children of GtkNotebookChristian Persch2009-11-281-5/+10
* Clarify documentation of gtk_notebook_set_action_widgetChristian Dywan2009-11-091-2/+3
* Add GtkBuilder support for notebook action area.Matthias Clasen2009-11-081-0/+8
* Add an 'action area' to GtkNotebookMatthias Clasen2009-11-081-45/+391
* Another property formatting fixMatthias Clasen2009-11-011-1/+1
* Work around a gtk-doc formatting problemMatthias Clasen2009-11-011-2/+2
* Deprecated GtkNotebook tab packingChristian Dywan2009-10-211-0/+4
* Bug 590959 - Set child_has_focus flag properly (second try)Benjamin Otte2009-08-121-3/+8
* Revert "Bug 590959 - Set child_has_focus flag properly"Xan Lopez2009-08-071-2/+2
* Bug 590959 - Set child_has_focus flag properlyBenjamin Otte2009-08-061-2/+2
* bgo#529908 - Sanitize handling of motion events in GtkNotebookStanislav Brabec2009-06-231-8/+11
* Improve GtkNotbook behaviour with too little spaceMatthias Clasen2009-05-171-16/+19
* Keep popups on the right screen. Pointed out by Morten WelinderMatthias Clasen2009-02-281-0/+2
* Bug 558522 – scroll arrow painted insensitive even though there areMatthias Clasen2008-10-311-0/+3
* Bug 553578 - tabs are not drawn correctlyMatthias Clasen2008-09-261-2/+19
* Bug 329593 – Entering characters on a line very cpu intensive andMatthias Clasen2008-09-171-16/+17
* Allow changing page with arrows even on non-focusable notebook. (#528091)Milan Crha2008-08-201-8/+1
* gtk/gtknotebook.c property nick and blurb should be marked with P_(), notSven Neumann2008-08-121-2/+2
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtkmenu.c gtk/gtkmenuitem.c gtk/gtkmenushell.c gtk/gtknotebook.cSven Neumann2008-08-111-23/+23
* Set drag window background to be the GtkNotebook background color. This isCarlos Garnacho2008-08-041-0/+13
* Fix make check:Michael Natterer2008-07-041-1/+0