summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some unnecessary snapshot implementationsTimm Bäder2018-06-201-13/+0
* widget: Remove time argument from drag_data_get() vfuncBenjamin Otte2018-06-181-4/+2
* dnd: Make drag-motion and drag-drop signals use GdkDropBenjamin Otte2018-06-181-23/+19
* dnd: Make drag-data-received use a GdkDropBenjamin Otte2018-06-181-9/+10
* widget: Make GtkWidgetClass::drag_leave() take a GdkDropBenjamin Otte2018-06-181-5/+3
* dnd: Get rid of gtk_drag_finish()Benjamin Otte2018-06-181-2/+2
* notebook: Stop reversing tabs based on text directionTimm Bäder2018-06-181-43/+0
* widget: Directly notify gestures of grabTimm Bäder2018-05-191-0/+2
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-5/+4
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-7/+7
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-21/+32
* notebook: Fetch directly current event state/deviceCarlos Garnacho2018-04-251-5/+2
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-9/+10
* notebook: Use compute_boundsTimm Bäder2018-04-101-62/+56
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-25/+18
* GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-2/+2
* GdkSurface: Rename various functions and variablesAlexander Larsson2018-03-201-17/+17
* Notebook: Don’t show raw underline/markup in popupDaniel Boles2018-03-161-2/+2
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-15/+22
* notebook: Remove another event type checkTimm Bäder2018-02-061-3/+0
* The big versioning cleanupMatthias Clasen2018-02-061-30/+0
* notebook: Handle touch events for tabsTimm Bäder2018-02-031-1/+1
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-11/+9
* notebook: some cleanupMatthias Clasen2018-01-161-4/+0
* notebook: Use a motion event controllerMatthias Clasen2018-01-161-16/+23
* notebook: Fix wrong tab widgets allocationTimm Bäder2018-01-041-0/+1
* notebook: Make a code snippet compileTimm Bäder2018-01-031-1/+2
* Drop gdk_atom_internMatthias Clasen2017-12-131-5/+5
* dnd: Pass device, not eventBenjamin Otte2017-12-121-2/+3
* dnd: Remove button argument from drag_begin()Benjamin Otte2017-12-121-1/+1
* dnd: Remove "delete" argument from gtk_drag_finish()Benjamin Otte2017-12-101-2/+2
* dnd: Remove x/y coordinates from drag-data-receivedBenjamin Otte2017-12-051-20/+10
* contentformats: Rename GtkTargetListBenjamin Otte2017-11-201-6/+6
* dnd: Remove GtkTargetEntry and GtkTargetFlagsBenjamin Otte2017-11-201-5/+5
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* selection: Remove the info uintBenjamin Otte2017-11-161-8/+3
* dnd: Make GtkDragDest and GtkDragSource use GtkTargetListBenjamin Otte2017-11-151-1/+4
* notebook: Fix setting show-tabsTimm Bäder2017-11-031-2/+2
* notebook: Remove useless call to gtk_widget_reset_styleTimm Bäder2017-11-031-1/+0
* Drop GdkScreen from GdkDevice apisMatthias Clasen2017-10-311-4/+2
* notebook: Don't steal right-clicks from contentMatthias Clasen2017-10-071-1/+15
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-14/+68
* notebook: Update to using GdkEvent APICarlos Garnacho2017-09-191-6/+10
* gtknotebook: Simplify some if-conditionsPhilip Withnall2017-09-121-4/+2
* widget: Remove gtk_widget_get_border_allocationTimm Bäder2017-08-141-1/+1
* widget: Remove gtk_widget_get_margin_allocationTimm Bäder2017-08-141-1/+1
* Notebook: Remove null check after dereferenceDaniel Boles2017-08-011-2/+1
* notebook: Set tabs child visible before allocating a sizeTimm Bäder2017-07-221-4/+4
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-28/+25
* notebook: Allocate unmapped tabsTimm Bäder2017-07-191-4/+5