summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* notebook: Fix css node orderingTimm Bäder2017-07-191-8/+11
* iconview: Remove bin_windowTimm Bäder2017-07-191-3/+8
* notebook: Remove style propertiesTimm Bäder2017-07-191-68/+4
* Remove GtkBuiltinIconTimm Bäder2017-07-191-1/+0
* notebook: Replace all gadgets with widgetsTimm Bäder2017-07-191-669/+276
* notebook: Replace tab gadget with GtkGizmoTimm Bäder2017-07-191-110/+96
* notebook: Replace tabs gadget with GtkGizmoTimm Bäder2017-07-191-63/+38
* notebook: Replace arrow gadgets with GtkIconsTimm Bäder2017-07-191-105/+103
* Slightly rework clip handlingTimm Bäder2017-07-191-3/+1
* notebook: Fix crash when dragging a tabTimm Bäder2017-07-191-0/+3
* Add nullable return annotation to gtk_notebook_get_tab_labelIñaki García Etxebarria2017-07-181-1/+1
* gtknotebook: Drop drag_windowCarlos Garnacho2017-05-251-112/+29
* gtknotebook: Remove event window on top of tabsCarlos Garnacho2017-05-251-70/+10
* gtk: Mass delete all GtkWidget event mask APICarlos Garnacho2017-05-251-7/+1
* gtknotebook: Fix coordinate translation to happen on widget-relative coordinatesCarlos Garnacho2017-05-251-40/+8
* container: Remove include_internals parameter from forallTimm Bäder2017-04-251-18/+0
* widget: Save pointer to focus childTimm Bäder2017-03-311-5/+2
* notebook: Remove dead assignmentTimm Bäder2017-03-191-1/+0