summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused variableMatthias Clasen2011-12-051-2/+0
* gtk,notebook: Invalidate the gap side when reordering tabsCarlos Garnacho2011-12-051-0/+73
* notebook: Make the tab reordering dnd window transparentAlexander Larsson2011-12-051-13/+2
* notebook: use the current page allocation when computing the redraw areaCosimo Cecchi2011-11-211-11/+2
* notebook: properly subtract the initial_gap width from the tab spaceCosimo Cecchi2011-11-211-3/+3
* notebook: make sure to allocate the CSS border widthCosimo Cecchi2011-11-201-13/+25
* notebook: don't leak the action widgetsMichael Natterer2011-11-171-0/+12
* notebook: update tab area allocation when switching pageCosimo Cecchi2011-10-241-5/+2
* notebook: don't forget to prepare the tab style context before drawingCosimo Cecchi2011-09-291-0/+1
* notebook: Remove unused variablesBenjamin Otte2011-09-291-3/+0
* notebook: vborder/hborder deprecations are Since: 3.4, not 3.2Cosimo Cecchi2011-09-271-2/+2
* notebook: add top/bottom/left/right style classes to the tab regionCosimo Cecchi2011-09-271-35/+54
* notebook: unconditionally apply padding to the tab contentCosimo Cecchi2011-09-271-8/+4
* notebook: really deprecate tab_vborder and tab_hborderCosimo Cecchi2011-09-271-18/+14
* notebook: allow using different padding values for the active tab stateCosimo Cecchi2011-09-271-36/+29
* notebook: use the current state to get the padding valuesCosimo Cecchi2011-09-271-2/+14
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-271-1/+1
* Bug 659406 - Abstract what triggers a context menuMichael Natterer2011-09-261-1/+1
* notebook: Fix child property setters causing underallocationsBenjamin Otte2011-08-271-1/+1
* Squash two compilation warnings about possibly-uninitialzedColin Walters2011-08-251-1/+1
* Do not manually create empty labelPaolo Borelli2011-08-151-2/+0
* Make focus rectangles optionalMatthias Clasen2011-08-101-1/+1
* notebook: Remove unused private member variableBenjamin Otte2011-07-201-2/+0
* notebook: Remove the homogenous private member variableBenjamin Otte2011-07-191-26/+6
* 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