summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* notebook: return TRUE for drag-motion event when over tabsCosimo Cecchi2012-10-221-11/+28
* notebook: consolidate code to remove the switch tab timerCosimo Cecchi2012-10-221-17/+16
* notebook: restore previous behaviour wrt. unparenting of tab labelsCosimo Cecchi2012-07-311-0/+6
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-1/+1
* Fix a compiler warningMatthias Clasen2012-06-231-1/+1
* GtkNotebook: Fix reverse tab orderMatthias Clasen2012-06-231-1/+1
* GtkNotebook: Maintain invariants during tab dndMatthias Clasen2012-06-231-6/+13
* notebook: fix size requisition for the initial_gap style propertyCosimo Cecchi2012-05-301-2/+4
* Revert "WIP: make GtkNotebook window-draggable"Matthias Clasen2012-04-281-26/+0
* WIP: make GtkNotebook window-draggableDiego Escalante Urrelo2012-04-281-0/+26
* gtk: Make widget only invalidate widget positionsBenjamin Otte2012-04-171-1/+2
* gtk: Get gtkwidgetpath.h includes out of the public headersBenjamin Otte2012-03-191-0/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkNotebook: and another fixClaudio Saavedra2012-02-161-1/+1
* GtkNotebook: fix one child-notify emissionClaudio Saavedra2012-02-161-1/+1
* GtkNotebook: emit child-notify::position on drag 'n drop reorderClaudio Saavedra2012-02-151-4/+11
* GtkNotebook: emit child-notify::position on page add/removalClaudio Saavedra2012-02-151-2/+17
* GtkNotebook: emit child-notify::position a few more timesClaudio Saavedra2012-02-101-1/+7
* gtknotebook: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-4/+4
* notebook: fixup previous commitCosimo Cecchi2012-01-181-7/+0
* notebook: don't force ACTIVE state flag on the label for active tabCosimo Cecchi2012-01-181-0/+2
* Revert "GtkNotebook: fix crash when DnD tabs between windows"Matthias Clasen2012-01-151-4/+1
* GtkNotebook: fix crash when DnD tabs between windowsXan Lopez2012-01-041-1/+4
* notebook: Use the widget state flags as a base for drawingRui Matos2011-12-191-10/+10
* 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