summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gtkwindow: Remove internal popover APICarlos Garnacho2020-03-201-403/+0
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-120/+739
* window: Name the the controllersMatthias Clasen2020-03-181-0/+2
* accels: Remove GtkAccelGroupBenjamin Otte2020-03-181-349/+2
* application: Replace accelerator handling with shortcutsBenjamin Otte2020-03-181-32/+12
* shortcut: Change the API for creating shortcutsBenjamin Otte2020-03-181-9/+7
* shortcut: Add GtkShortcutActionBenjamin Otte2020-03-181-2/+2
* window: Remove all old mnemonic handling APIEmmanuele Bassi2020-03-181-223/+26
* Add GtkShortcutManagerEmmanuele Bassi2020-03-181-0/+9
* window: Put F10 accelerator into its own shortcut controllerBenjamin Otte2020-03-181-54/+44
* window: Get rid of public APIs that shouldn't beBenjamin Otte2020-03-181-62/+2
* trigger: Add an alternative triggerBenjamin Otte2020-03-181-10/+14
* window: Port bindings to use shortcutsBenjamin Otte2020-03-181-51/+53
* window: Set min size properlyMatthias Clasen2020-03-171-12/+1
* Drop focus-related propertiesMatthias Clasen2020-03-141-142/+0
* window: Drop keep above/belowMatthias Clasen2020-03-141-93/+0
* window: Drop stickyMatthias Clasen2020-03-141-60/+0
* window: Drop gtk_window_set_attached_toMatthias Clasen2020-03-141-96/+0
* Move edge-constraints to GdkToplevelMatthias Clasen2020-03-121-1/+1
* gtk: use toplevel state getterMatthias Clasen2020-03-121-4/+4
* window: Use GdkToplevelMatthias Clasen2020-03-121-124/+129
* window: Drop type hintsMatthias Clasen2020-03-111-80/+5
* surface: Rename gdk_surface_input_shape_combine_regionMatthias Clasen2020-03-111-1/+1
* Simplify surface move/drag apiMatthias Clasen2020-03-111-11/+13
* Drop gtk_window_begin_move/resize_dragMatthias Clasen2020-03-111-59/+7
* droptarget: RedoBenjamin Otte2020-03-021-14/+18
* Drop device grabsMatthias Clasen2020-02-281-4/+2
* window: Carry an extra input regionTimm Bäder2020-02-251-0/+17
* widget: Remove set_csd_input_shapeTimm Bäder2020-02-251-1/+2
* popover: Drop ::relative-toMatthias Clasen2020-02-241-1/+2
* Ensure all natives request at least a 1px wide surfaceBenjamin Otte2020-02-221-2/+2
* motion controller: Match focus event propagationMatthias Clasen2020-02-211-1/+3
* Split off GtkEventControllerFocusMatthias Clasen2020-02-211-24/+30
* wip: Add more information to crossing eventsMatthias Clasen2020-02-211-6/+86
* events: reorganize gettersMatthias Clasen2020-02-211-14/+22
* Strip const from GdkEventMatthias Clasen2020-02-211-2/+2
* Stop using gdk_event_get_targetMatthias Clasen2020-02-211-2/+1
* Explicitly pass the target to handle_eventMatthias Clasen2020-02-211-2/+4
* Make crossing events handled the same wayMatthias Clasen2020-02-211-1/+1
* New focus change handlingMatthias Clasen2020-02-211-35/+84
* Stop using gtk_get_event_targetMatthias Clasen2020-02-211-1/+1
* Stop using g_object_ref/unref on eventsMatthias Clasen2020-02-211-1/+1
* window: Use event constructorsMatthias Clasen2020-02-211-6/+1
* dragdest: Make gtk_drop_target_new() args be transfer fullBenjamin Otte2020-02-171-4/+1
* window: Remove GtkWindowType and window->typeBenjamin Otte2020-02-141-147/+50
* window: Remove type argument from gtk_window_new()Benjamin Otte2020-02-141-21/+7
* profiler: Add _end_mark() version of _add_mark()Alexander Larsson2020-02-121-4/+1
* profiler: Make profiler-is-running a macroAlexander Larsson2020-02-121-1/+1
* Convert all profiler times from nsec to usecAlexander Larsson2020-02-121-1/+1
* Merge branch 'icon-theme-api-rework' into 'master'Alexander Larsson2020-02-101-8/+36
|\