summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* notebook: Stop using gtk_drag_get_sourceMatthias Clasen2020-01-081-5/+4
* notebook: Stop using gtk_drag_source_get_originMatthias Clasen2020-01-081-4/+4
* notebook: Use gtk_widget_add_controller for drag sourceMatthias Clasen2020-01-081-0/+1
* notebook: Use gdk_drag_beginMatthias Clasen2020-01-081-58/+37
* dragsource: Reshuffle api a bitMatthias Clasen2020-01-081-1/+3
* dragsource: Tweak api, update all callersMatthias Clasen2020-01-081-3/+11
* Remove gtk_drop_target_get_targetMatthias Clasen2020-01-081-3/+3
* Replace gtk_drop_target_attach/detachMatthias Clasen2020-01-081-1/+2
* droptarget: Drop the track-motion propertyMatthias Clasen2020-01-081-1/+0
* droptarget: Drop defaults flagsMatthias Clasen2020-01-081-1/+1
* Remove gtkdnd.hMatthias Clasen2020-01-081-1/+0
* notebook: Convert to GtkDropTargetMatthias Clasen2020-01-081-101/+76
* notebook: Port to GtkDragSourceMatthias Clasen2020-01-081-62/+89