summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* notebook: Use gtk_widget_measureTimm Bäder2017-02-181-8/+5
* notebook: redraw arrows after closing a tabMichael Catanzaro2017-02-041-0/+2
* Revert "notebook: redraw arrows after closing a tab"Michael Catanzaro2017-01-271-2/+0
* notebook: redraw arrows after closing a tabMichael Catanzaro2017-01-241-0/+2
* Remove gtk_container_snapshot_childTimm Bäder2017-01-071-6/+6
* API: Export gtk_container_snapshot_child()Benjamin Otte2016-12-201-1/+0
* gadget: Remove gtk_css_gadget_draw()Benjamin Otte2016-12-201-3/+0
* Use Unicode in translatable stringsPiotr Drąg2016-12-191-4/+4
* notebook: Implement snapshotBenjamin Otte2016-12-191-47/+46
* notebook: Don't leak arrow gadgetsMatthias Clasen2016-11-231-0/+4
* API: Remove gtk_cairo_should_draw_window()Benjamin Otte2016-11-231-4/+2
* snapshot: Add a snapshot function to GtkCssCustomGadgetBenjamin Otte2016-11-151-0/+3
* notebook: use gesture for clicksTimm Bäder2016-11-051-45/+74
* gtk: Chain up in realize()Benjamin Otte2016-11-021-7/+2
* notebook: Use gtk_widget_queue_draw()Benjamin Otte2016-10-271-2/+3
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-72/+30
* notebook: Remove deprecated public APITimm Bäder2016-10-181-42/+0