summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Convert GailNotebook to GtkNotebookAccessibleMatthias Clasen2011-07-051-0/+3
* Speed up page insertionPaolo Borelli2011-06-261-4/+4
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* API: Change semantics of gtk_container_get_child_path()Benjamin Otte2011-06-021-3/+4
* notebook: Implement height_for_width and width_for_height gettersBenjamin Otte2011-06-021-0/+29
* notebook: Rewrite size request function for wfhBenjamin Otte2011-06-021-28/+74
* notebook: Split out tabs size computation into its own functionBenjamin Otte2011-06-021-183/+206
* notebook: Compute tab width in a simpler wayBenjamin Otte2011-06-011-6/+6
* notebook: Remove uneeded function declarationBenjamin Otte2011-06-011-2/+0
* notebook: Include arrow size in tab size computationBenjamin Otte2011-06-011-6/+3
* gtk/gtknotebook: gtk_misc_set_alignment replacingDiego Celix2011-05-311-2/+4
* notebook: Match horizontal and vertical code pathsBenjamin Otte2011-04-291-1/+1
* notebook: Respect left border when allocating tab widgetsBenjamin Otte2011-04-291-2/+3
* notebook: Respect padding when computing tabs for left/rightBenjamin Otte2011-04-291-3/+8
* Don't adjust for values that we have previously adjusted forBenjamin Otte2011-04-291-0/+21
* notebook: Use the right padding for inactive tabsBenjamin Otte2011-04-291-4/+6
* notebook: Warn if builder file defines multiple tab widgets per pageBenjamin Otte2011-04-281-0/+3
* Do not leak list when drawing notebook.Paolo Borelli2011-04-081-7/+5
* notebook: Only reset style on tab labels when it actually changesBenjamin Otte2011-03-271-1/+13
* notebook: don't forget to reset the style after setting show-tabsCosimo Cecchi2011-03-171-0/+1
* notebook: Don't set notebook style with hidden tabsBastien Nocera2011-03-171-0/+5
* notebook: make GtkNotebook respect the focus-padding style propertyCosimo Cecchi2011-03-141-24/+24
* notebook: add an 'initial-gap' style propertyCosimo Cecchi2011-03-091-0/+22
* 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