summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* notebook: flip the render orderCosimo Cecchi2011-03-071-1/+37
* notebook: fixup the last commitCosimo Cecchi2011-03-061-4/+9
* notebook: make sure the label widget allocation not exceeds the overlapCosimo Cecchi2011-03-061-1/+34
* notebook: make sure the allocation keeps track of the tab curvatureCosimo Cecchi2011-03-061-2/+2
* GtkNotebooks: fix regressions from tab-pack removalMatthias Clasen2011-03-031-62/+48
* GtkNotebook: Don't let tab allocation go negativeMatthias Clasen2011-03-031-2/+2
* Silence new gcc warningsMatthias Clasen2011-01-231-35/+25
* GtkNotebook: only set/unset active flag on the tab labelCarlos Garnacho2011-01-231-2/+2
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+2
* Avoid calling gtk_widget_is_visible(NULL) in _gtk_notebook_get_tab_flags().Tristan Van Berkom2011-01-151-1/+1
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-3/+1
* Formatting fixes and whitespace cleanupsMatthias Clasen2011-01-041-2036/+2035
* Remove pack property altogetherMatthias Clasen2011-01-041-2/+0
* Remove pack consideration from tab drawingMatthias Clasen2011-01-041-72/+16
* Don't consider pack when allocating tabsMatthias Clasen2011-01-041-82/+51
* Drop pack consideration from gtk_notebook_search_pageMatthias Clasen2011-01-041-15/+3
* Drop internal function to find page positionMatthias Clasen2011-01-041-27/+2
* Remove pack consideration from tab dndMatthias Clasen2011-01-041-14/+8
* Remove pack consideration from tab reorderingMatthias Clasen2011-01-041-20/+12
* Remove pack arguments from some internal functionsMatthias Clasen2011-01-041-25/+12
* Remove the deprecated GtkNotebook:tab-pack child propertyMatthias Clasen2011-01-041-33/+1
* GtkNotebook: fix reference to no-longer-exiting function in docsMatthias Clasen2011-01-031-1/+1
* GtkNotebook: remove unneeded callCarlos Garnacho2011-01-041-2/+0
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-271-3/+2
* notebook: Use nondeprecated API to query coordinatesBenjamin Otte2010-12-271-1/+3
* Add a default handler for drag_failedMatthias Clasen2010-12-221-7/+3
* docs: gtknotebook.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-161-2/+2
* gtk/gtknotebook.c: Use accessor functions to access GtkSelectionDataJavier Jardón2010-12-151-4/+7
* GtkNotebook: Use GtkStyleContext.Carlos Garnacho2010-12-131-162/+377
* GtkNotebook: Set widget state as state flags.Carlos Garnacho2010-12-041-4/+4
* GtkStyleContext: s/set/add/ and s/unset/remove/ for classes/regions.Carlos Garnacho2010-12-041-2/+2
* GtkNotebook: invert tab drawing order so region flags are set correctly.Carlos Garnacho2010-12-041-1/+1
* s/child class/region/ everywhere.Carlos Garnacho2010-12-041-8/+8
* GtkNotebook: Set GtkChildClassFlags for tabs.Carlos Garnacho2010-12-041-9/+43
* Removed size_request from GtkNotebookTristan Van Berkom2010-10-271-1/+33
* notebook: Hi, I can't get my function prototypes rightBenjamin Otte2010-10-181-4/+4
* Support GtkWidget expand properties in GtkNotebookMatthias Clasen2010-10-131-2/+48
* docs: Move documentation to inline comments: GtkComboBoxJavier Jardón2010-10-041-3/+2
* Add missing vfuncs to gtknotebook.Ignacio Casal Quinteiro2010-10-031-12/+15
* docs: Move documentation to inline comments: GtkNotebookJavier Jardón2010-10-031-0/+69
* GTK docs: various fixupsMatthias Clasen2010-10-011-1/+2
* notebook: Fix compilation warnings - missing castBenjamin Otte2010-09-281-1/+1
* Remove GtkObject completelyMatthias Clasen2010-09-261-3/+2
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-34/+33
* notebook: Use gtk_cairo_transform_to_window()Benjamin Otte2010-09-261-5/+2
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-15/+13
* notebook: Get rid of gdk_drawable_get_size() usageBenjamin Otte2010-09-261-2/+4
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-6/+6
* notebook: Connect to draw signalBenjamin Otte2010-09-261-9/+9