summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
* gtknotebook: Move away from grab_notifyCarlos Garnacho2020-06-241-19/+13
* Revert "notebook: Don't capture clicks"Matthias Clasen2020-06-191-0/+1
* notebook: Don't capture clicksMatthias Clasen2020-06-151-1/+0
* a11y: Simplify GtkNotebookAccessibleEmmanuele Bassi2020-06-051-3/+7
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-15/+16
* notebook: Derive from GtkWidgetMatthias Clasen2020-05-111-58/+8
* Stop using container api on GtkNotebookMatthias Clasen2020-05-111-6/+4
* Don't use container api on GtkStackMatthias Clasen2020-05-111-2/+2
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-3/+3
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-0/+2
* notebook: Use dispose instead of destroyMatthias Clasen2020-05-051-13/+3
* Use gtk_button_set_child throughoutMatthias Clasen2020-05-041-3/+2
* Use gtk_popover_set_child throughoutMatthias Clasen2020-05-041-2/+4
* Annotate more functions returning GListModelEmmanuele Bassi2020-04-281-1/+2
* Move set_focus_child to GtkWidgetMatthias Clasen2020-04-201-11/+11
* button: Drop reliefMatthias Clasen2020-04-171-1/+1
* gtk: Port widgets away from gtk_get_current_ apisMatthias Clasen2020-04-111-3/+2
* Document actionsMatthias Clasen2020-04-111-0/+5
* Reinstate expected focus behaviorMatthias Clasen2020-04-091-0/+13
* Change the default value of GtkWidget:can-focusMatthias Clasen2020-04-091-5/+0
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-7/+9
* notbook: Fix a bug in focus handlingMatthias Clasen2020-04-091-0/+2
* Rename GDK_MOD1_MASK to GDK_ALT_MASKMatthias Clasen2020-04-061-4/+4
* notebook: Drop the Private structMatthias Clasen2020-03-291-752/+588
* Use an action for the context menu keybindingMatthias Clasen2020-03-251-11/+19
* notebook: Port bindings to use shortcutsBenjamin Otte2020-03-251-86/+87
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-106/+97
* Use an action for the context menu keybindingMatthias Clasen2020-03-181-11/+19
* notebook: Port bindings to use shortcutsBenjamin Otte2020-03-181-86/+87
* notebook: Don't crash on drags not coming from a notebookBenjamin Otte2020-03-051-1/+1
* droptarget: RedoBenjamin Otte2020-03-021-96/+64
* notebook: Make dnd page switching a drop controllerBenjamin Otte2020-03-021-69/+52
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+2
* selection: Remove GtkSelectionDataBenjamin Otte2020-02-231-1/+0
* Port simple cases to GtkDropControllerMotionBenjamin Otte2020-02-221-8/+9
* Strip const from GdkEventMatthias Clasen2020-02-211-2/+2
* notebook: Use proper DNDBenjamin Otte2020-02-171-74/+111
* notebook: Move dnd scrolling via arrows to own drop targetBenjamin Otte2020-02-171-13/+35
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-4/+1
* Add a notify function to GdkContentProviderEmmanuele Bassi2020-02-131-1/+2
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-12/+12
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-22/+13
* notebook: Update arrows when text direction changesMatthias Clasen2020-02-061-1/+16
* notebook: Don't trigger criticals in disposeMatthias Clasen2020-02-051-1/+2
* Rename GtkIcon widget to GtkBuiltinIconAlexander Larsson2020-01-301-1/+1
* Remove gtkwidgetpath.h include where no longer neededBenjamin Otte2020-01-281-1/+0
* Update all callersMatthias Clasen2020-01-111-11/+4
* Update all usersMatthias Clasen2020-01-081-1/+1
* Update all callersMatthias Clasen2020-01-081-2/+4
* notebook: Receive tab dnd on the tabsMatthias Clasen2020-01-081-14/+16