summaryrefslogtreecommitdiff
path: root/gtk/gtkwindowhandle.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-3/+1
* windowhandle: Quiet a compiler warningMatthias Clasen2021-08-221-1/+1
* gtk/windowhandle: Delegate titlebar action to the compositor if possibleFlorian Müllner2021-07-291-10/+42
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-1/+1
* windowhandle: Convert docsMatthias Clasen2021-03-111-16/+19
* windowhandle: Use drag threshold instead of double click thresholdwip/exalm/consumes-motionAlexander Mikhaylenko2021-01-291-10/+2
* windowhandle: Don't drag on capture phaseAlexander Mikhaylenko2021-01-291-47/+4
* docs: Add "Accessibility" section to various widgetsEmmanuele Bassi2020-11-121-1/+5
* a11y: Mark more containers as structural elementsEmmanuele Bassi2020-11-111-0/+1
* CosmeticsMatthias Clasen2020-09-121-1/+1
* gtkwindowhandle: Avoid gdk_device_get_associated_device()Carlos Garnacho2020-07-301-2/+4
* Replace "gchar" with "char"Benjamin Otte2020-07-251-2/+2
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
* actionmuxer: Port internal usersMatthias Clasen2020-07-201-0/+2
* windowhandle: Don't use an action muxer needlesslyMatthias Clasen2020-07-191-9/+6
* gtkwindowhandle: Only claim gesture on actionCarlos Garnacho2020-07-131-4/+5
* gtkwindowhandle: Drop has-grab checksCarlos Garnacho2020-06-241-6/+2
* Drop gtknativeprivate.hMatthias Clasen2020-06-071-1/+1
* windowhandle: Drop Move and Resize from the fallback menuMatthias Clasen2020-05-211-45/+0
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-7/+7
* Merge branch 'toplevel-move-resize' into 'master'Matthias Clasen2020-05-171-16/+20
|\
| * window: Use toplevel begin_move/resize apiMatthias Clasen2020-05-171-16/+20
* | windowhandle: Apply surface transform before passing coords to GDKTimm Bäder2020-05-171-1/+6
|/
* windowhandle: Take surface transform into accountMatthias Clasen2020-05-171-4/+8
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-7/+7
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-2/+2
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-2/+0
* Add GtkWindowHandleAlexander Mikhaylenko2020-05-071-0/+687