summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* GtkWidget: Fix motion event consumption detection for touch-only gesturesCarlos Garnacho2016-01-111-2/+1
* Actually deprecate GtkNotebook::has-tab-gapMatthias Clasen2016-01-111-1/+1
* notebook: Update CSS node docsMatthias Clasen2016-01-111-3/+4
* notebook: Don't reparent tab label when drag stopsBenjamin Otte2016-01-111-14/+7
* notebook: Add .dnd style class to tabs during reorderBenjamin Otte2016-01-111-0/+3
* notebook: Don't unparent tab label for dragBenjamin Otte2016-01-111-2/+3
* notebook: Don't limit motion notify framerateBenjamin Otte2016-01-111-8/+0
* notebook: Remove outdated style properties from themesBenjamin Otte2016-01-116-26/+0
* notebook: Don't store gadget allocation twiceBenjamin Otte2016-01-113-63/+85
* notebook: No need to recompute remaining spaceBenjamin Otte2016-01-111-1/+0
* notebook: Port arrows to be gadgetsBenjamin Otte2016-01-111-233/+395
* notebook: Pass full allocation instead of min and max valueBenjamin Otte2016-01-111-48/+49
* notebook: Pass allocation as argumentBenjamin Otte2016-01-111-17/+17
* notebook: Simplify allocation codeBenjamin Otte2016-01-111-14/+2
* notebook: Identify existence of arrows differentlyBenjamin Otte2016-01-111-81/+34
* notebook: Convert tab nodes to gadgetsBenjamin Otte2016-01-111-234/+195
* notebook: Assume tab allocations always changeBenjamin Otte2016-01-111-33/+6
* notebook: Remove weird hack where the current page was special-casedBenjamin Otte2016-01-111-46/+0
* boxgadget: Handle css nodesBenjamin Otte2016-01-111-2/+23
* notebook: Replace redraw_tabs() with gadget_queue_draw(tabs_gadget)Benjamin Otte2016-01-111-58/+10
* notebook: Don't queue redraw of tabs junctionBenjamin Otte2016-01-111-65/+0
* gadget: Add queue_resize/allocate/draw() functionsBenjamin Otte2016-01-112-11/+35
* notebook: Convert tabs node to a gadgetBenjamin Otte2016-01-111-218/+122
* boxgadget: AddBenjamin Otte2016-01-114-263/+658
* notebook: Remove unused function callBenjamin Otte2016-01-111-2/+0
* notebook: Simplify event window position computationBenjamin Otte2016-01-111-76/+14
* notebook: Introduce gtk_notebook_has_current_page()Benjamin Otte2016-01-111-29/+26
* notebook: Use gtk_container_class_handle_border_width()Benjamin Otte2016-01-111-50/+27
* notebook: Convert header node to a gadgetBenjamin Otte2016-01-111-271/+308
* gadget: Add helpers for modifying stateBenjamin Otte2016-01-112-0/+56
* notebook: Add a stack gadgetBenjamin Otte2016-01-111-33/+119
* notebook: Remove extra calls to gtk_notebook_pages_allocate()Benjamin Otte2016-01-111-9/+0
* notebook: Remove unnessecary gtk_widget_set_mapped()Benjamin Otte2016-01-111-2/+0
* notebook: Simplify gtk_notebook_map()Benjamin Otte2016-01-111-36/+1
* notebook: Remove irrelevant caseBenjamin Otte2016-01-111-2/+1
* notebook: No page switching in size request codeBenjamin Otte2016-01-111-36/+0
* notebook: Set the current page when none is setBenjamin Otte2016-01-111-0/+7
* notebook: Draw the same things, no matter the show-border valueBenjamin Otte2016-01-111-35/+31
* notebook: Turn the base notebook into a gadgetBenjamin Otte2016-01-111-126/+140
* notebook: Draw tab label while drawing tabBenjamin Otte2016-01-111-23/+4
* notebook: Don't translate before painting notebookBenjamin Otte2016-01-111-17/+18
* notebook: Deprecate and stop supporting has-tab-gap style propertyBenjamin Otte2016-01-117-1596/+1344
* notebook: Ignore and deprecate style propertiesBenjamin Otte2016-01-111-127/+47
* rendericon: Save and restore cairo matrixBenjamin Otte2016-01-111-1/+5
* dnd: When setting a dnd icon widget, unset old oneBenjamin Otte2016-01-111-0/+2
* Fix a small mistake in stylecontext docsKrzesimir Nowak2016-01-111-2/+2
* Update style class docsMatthias Clasen2016-01-101-86/+127
* Improve GtkStyleContext docsMatthias Clasen2016-01-101-38/+37
* Cast the return value of g_array_free to void* before casting to char**Ting-Wei Lan2016-01-111-1/+1
* Fix rendering of unsymmetric bordersMatthias Clasen2016-01-091-1/+0