summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* window: Prevent resize cursors from stickingMatthias Clasen2019-04-301-1/+4
* window: Set cursor on the right surfaceMatthias Clasen2019-04-291-2/+4
* Drop the can-default propertyMatthias Clasen2019-04-281-6/+1
* Stop using gtk_widget_grab_defaultMatthias Clasen2019-04-281-4/+2
* Drop gtk_window_activate_defaultMatthias Clasen2019-04-281-26/+5
* window: Add a default.activate actionMatthias Clasen2019-04-281-0/+27
* Rename gtk_window_set_defaultMatthias Clasen2019-04-281-5/+5
* window: Add a default-widget propertyMatthias Clasen2019-04-281-2/+19
* Drop gtk_window_activate_focusMatthias Clasen2019-04-281-29/+0
* window: Fix up the buildable implementationMatthias Clasen2019-04-281-1/+3
* window: Check whether the new focus widget is the old oneTimm Bäder2019-04-281-0/+3
* window: Drop some x11-specific apisMatthias Clasen2019-04-201-198/+0
* window: Fix an oversightMatthias Clasen2019-04-181-1/+3
* window: Stop juggling cursorsMatthias Clasen2019-04-181-7/+1
* Convert fallthrough comments to G_GNUC_FALLTHROUGHBenjamin Otte2019-04-151-1/+1
* Add a flags argument to gtk_widget_pickMatthias Clasen2019-04-071-4/+5
* window: Stop implementing pickMatthias Clasen2019-04-071-8/+6
* Rename all settings schemas to avoid conflictMatthias Clasen2019-04-021-2/+2
* Rename debug settings to org.gtk.Settings.Debug4Matthias Clasen2019-04-021-2/+2
* Remove GtkWindow::roleMatthias Clasen2019-03-271-81/+0
* Rename gdk_device_get_position_doubleMatthias Clasen2019-03-261-2/+2
* gtk: Stop using gdk_device_get_positionMatthias Clasen2019-03-261-8/+8
* Remove GtkWindow::gravityMatthias Clasen2019-03-261-160/+3
* Drop gtk_window_move and gtk_window_get_positionMatthias Clasen2019-03-261-273/+1
* Avoid root coordinates in begin_drag/move apisMatthias Clasen2019-03-261-40/+23
* window: Update state flagsMatthias Clasen2019-03-191-0/+12
* Use root in gdk_synthesize_crossing_eventsMatthias Clasen2019-03-161-1/+1
* Move maintaining the focus chainMatthias Clasen2019-03-161-8/+0
* window: Use gtk_synthesize_crossing_eventsMatthias Clasen2019-03-161-68/+51
* window: Remove initial-focus builder supportMatthias Clasen2019-03-161-85/+0
* window: Remove ::set-focusMatthias Clasen2019-03-161-46/+17
* Drop gtk_widget_send_focus_changeMatthias Clasen2019-03-161-2/+3
* Move a check to gtk_window_set_focusMatthias Clasen2019-03-161-0/+3
* window: Implement the root focus apiMatthias Clasen2019-03-161-0/+9
* Redo focus handlingMatthias Clasen2019-03-161-106/+33
* window: Return no item for no item nameBenjamin Otte2019-02-271-0/+2
* window: Undo the deprection of gtk_window_presentMatthias Clasen2019-02-261-13/+1
* window: Warn when gtk_window_present_with_time() is passed 0Bastien Nocera2019-02-251-0/+10
* all: Don't warn about deprecated gtk_window_present usageBastien Nocera2019-02-251-0/+2
* window: Deprecate gtk_window_present()Bastien Nocera2019-02-251-19/+22
* Drop the anchored fieldMatthias Clasen2019-02-231-1/+0
* window: Rename GTK+ Inspector in user-visible stringsPiotr Drąg2019-02-211-3/+3
* widget: Make width, height and transform be widget-relativeBenjamin Otte2019-02-151-8/+8
* widget: Store the render node in the widget's coordinate systemBenjamin Otte2019-02-151-2/+11
* root: Move the renderer to the rootBenjamin Otte2019-02-151-8/+10
* root: Add gtk_root_get_surface_transform()Benjamin Otte2019-02-151-0/+10
* root: Add GtkRoot:get_display vfuncBenjamin Otte2019-02-151-8/+10
* widget: Remove toplevel flagBenjamin Otte2019-02-151-2/+12
* container: Drop gtk_container_check_resize()Benjamin Otte2019-02-151-10/+9
* window: Properly detect if size allocation is neededBenjamin Otte2019-02-151-9/+3