summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Change the private export handle apiMatthias Clasen2023-05-141-1/+12
* gtk: Change the private export handle apiMatthias Clasen2023-05-141-1/+2
* Add missing va marshallersMatthias Clasen2023-05-131-0/+3
* Avoid generic marshallersMatthias Clasen2023-05-131-1/+5
* gtk: Don't drop too many referencesMatthias Clasen2023-05-111-2/+1
* Handle the opposite case tooMatthias Clasen2023-05-051-0/+2
* Fix a corner-case in window statesMatthias Clasen2023-05-051-0/+5
* window: Don't mark widget prematurely as has-focusMatthias Clasen2023-04-151-1/+1
* Merge branch 'warn-show-destoyed-window' into 'main'Matthias Clasen2023-04-091-0/+3
|\
| * Tweak the wording of the message.Matthias Clasen2023-04-081-3/+2
| * Show a warning when a destroyed window is shownAaron Erhardt2022-10-161-0/+4
* | Make widget property setters behaveMatthias Clasen2023-03-301-1/+4
* | gtk: Stop using g_sliceMatthias Clasen2023-03-141-2/+2
* | window: Disconnect the ::compute-size handlerMatthias Clasen2023-03-071-0/+1
* | window: Clarify docs for default-sizeBenjamin Otte2023-03-011-8/+15
* | Drop some unnecessary includesMatthias Clasen2023-02-181-5/+0
* | Escape GtkBuilder XML tag in comment with backticksunce2023-01-151-1/+1
* | docs: Improve gtk_window_present descriptionMarco Melorio2023-01-081-18/+8
* | wip: Split off GdkWaylandPopupMatthias Clasen2023-01-061-0/+1
* | gdkdisplay: Deprecate gdk_display_notify_startup_complete()Carlos Garnacho2023-01-031-1/+1
* | gtkwindow: Shuffle gdk_toplevel_set_startup_id() callsCarlos Garnacho2023-01-031-8/+8
* | gtkwindow: Minor refactorCarlos Garnacho2023-01-031-15/+23
* | window: Deprecate the ::keys-changed signalMatthias Clasen2022-12-091-1/+4
* | gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-5/+4
* | Documentation fix: Various spelling mistakes (and one use of the wrong verb) ...Cam Cook2022-11-131-6/+6
* | Merge branch 'focus-no-parent' into 'main'Matthias Clasen2022-11-111-0/+3
|\ \
| * | focus: fall back to old behaviour if we didn't focus anythingAdam Williamson2022-11-021-0/+3
* | | window: fixupsMatthias Clasen2022-11-091-5/+10
* | | window: Use gdk_toplevel_export_handleMatthias Clasen2022-11-091-98/+43
|/ /
* | Deprecate GtkDialogMatthias Clasen2022-10-291-1/+1
* | Deprecate GtkMessageDialogMatthias Clasen2022-10-291-1/+3
* | window: Keep a reference to move_focus_widgetMatthias Clasen2022-10-181-3/+13
* | window: Don't focus invisible widgetsMatthias Clasen2022-10-181-3/+7
* | window: Fix focus updatesMatthias Clasen2022-10-171-2/+21
|/
* Add more names to sourcesMatthias Clasen2022-09-281-1/+4
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+1
* Use gtk_event_controller_set_static_nameMatthias Clasen2022-08-271-3/+3
* gtkwindow: Use pointer-oriented function to deal with crossing eventsCarlos Garnacho2022-08-091-1/+6
* gtkwindow: Synthesize pointer crossing events on state changesCarlos Garnacho2022-08-051-0/+8
* Add stub gtk_window_export_handle implementation for some backendsLuca Bacci2022-06-211-0/+37
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-72/+24
* window: Update has-focus propertyMatthias Clasen2022-03-081-23/+29
* window: Make sure we call gdk_wayland_surface_focusGuido Günther2022-02-281-2/+3
* Remove unnecessary warningEmmanuele Bassi2022-02-241-0/+4
* window: use GtkNative API to update opaque regionChristian Hergert2022-02-111-98/+19
* docs: Add missing star to block commentHofer-Julian2021-12-291-1/+1
* doc: Fix docs of window.minimizeHofer-Julian2021-12-291-1/+1
* docs: Document built-in actions on GtkWindowHofer-Julian2021-12-291-1/+9
* Merge branch 'update_focus_indicators_in_popovers' into 'main'Matthias Clasen2021-12-011-7/+7
|\
| * update focus indicators in popoversCaolán McNamara2021-11-051-7/+7