summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* headerbar: Show title buttons by defaultAlexander Mikhaylenko2020-07-021-1/+0
* gtkwidget: Drop _gtk_widget_[gs]et_shadowed()Carlos Garnacho2020-06-241-2/+0
* gtkmain: Make grab-notify notifications more targetedCarlos Garnacho2020-06-241-0/+103
* gtkwidget: Avoid poking surfaces and events in gtk_widget_list_devices()Carlos Garnacho2020-06-241-0/+26
* window: Add automatic titlebar before content widgetTimm Bäder2020-06-191-1/+1
* window: Don't add class to css node directlyTimm Bäder2020-06-191-3/+1
* window: Stop adding css nodes manuallyTimm Bäder2020-06-191-6/+1
* window: Remove dead codeTimm Bäder2020-06-191-6/+0
* Drop gtknativeprivate.hMatthias Clasen2020-06-071-1/+1
* Fix minor typosYuri Chornoivan2020-05-281-1/+1
* window: Drop an unused fieldMatthias Clasen2020-05-261-5/+2
* window: Remove private _get_shadow_width()Timm Bäder2020-05-241-7/+0
* window: Fix tiled style class namesAlexander Mikhaylenko2020-05-201-5/+5
* window: Use GtkNative's check_resize everywhereTimm Bäder2020-05-201-17/+11
* window: Create default titlebar directly in realizeTimm Bäder2020-05-201-34/+21
* update documentation for new style classes and node namesTimm Bäder2020-05-201-3/+8
* window: Fix the surface coordinates everywhereTimm Bäder2020-05-201-174/+86
* window: Inline gtk_window_configure() into only callerTimm Bäder2020-05-201-62/+34
* window: Rewrite edge region detectionTimm Bäder2020-05-201-189/+157
* window: Fix computing the opaque regionTimm Bäder2020-05-201-25/+24
* window: Avoid using GtkStyleContext in subtract_decoration_cornersTimm Bäder2020-05-201-9/+5
* window: Fix get_surface_transform()Timm Bäder2020-05-201-2/+6
* window: Set overflow to HIDDENTimm Bäder2020-05-201-0/+2
* Window: Remove extra_input_region APITimm Bäder2020-05-201-3/+0
* window: Remove decoration nodeTimm Bäder2020-05-201-90/+65
* window: Don't care about shadow in measure()Timm Bäder2020-05-201-15/+2
* window: Don't care about shadow in size_allocate()Timm Bäder2020-05-201-12/+11
* window: Remove custom snapshot() implementationTimm Bäder2020-05-201-93/+0
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-2/+2
* Merge branch 'toplevel-move-resize' into 'master'Matthias Clasen2020-05-171-8/+9
|\
| * window: Use toplevel begin_move/resize apiMatthias Clasen2020-05-171-8/+9
* | Merge branch 'wip/otte/monitors' into 'master'Benjamin Otte2020-05-171-4/+17
|\ \
| * | display: Remove unneeded gettersBenjamin Otte2020-05-171-4/+17
* | | window: Use TRUE/FALSE for boolean valuesTimm Bäder2020-05-171-6/+2
| |/ |/|
* | gtk: Handle seatless displaysMatthias Clasen2020-05-151-5/+7
* | window: Restructure gtk_window_destroy()Timm Bäder2020-05-131-12/+8
* | window: Create constraint solver on demandTimm Bäder2020-05-131-3/+6
|/
* window: Hide windows on destroyMatthias Clasen2020-05-121-0/+1
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-1/+2
* window: Fix accessible implementationMatthias Clasen2020-05-111-1/+0
* Merge branch 'wip/tintou/doc-fixes' into 'master'Matthias Clasen2020-05-111-7/+7
|\
| * docs: Fix several missing references in the documentationCorentin Noël2020-05-111-7/+7
* | Unset tooltip window earlierMatthias Clasen2020-05-111-0/+2
* | window: Remove _set_has_user_ref_countMatthias Clasen2020-05-111-26/+0
* | window: Implement gtk_window_destroyMatthias Clasen2020-05-111-20/+17
* | Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-2/+1
* | Use gtk_window_destroyMatthias Clasen2020-05-111-3/+3
* | window: Add gtk_window_destroyMatthias Clasen2020-05-111-0/+14
* | Stop using gtk_widget_destroyedMatthias Clasen2020-05-111-83/+41
|/
* Remove lots of focus vfuncsMatthias Clasen2020-05-111-1/+0