summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* window: Remove GList link directlyTimm Bäder2019-02-101-1/+2
* window: Inline function into only callerTimm Bäder2019-02-051-21/+11
* window: Remove remaining icon_list handlingTimm Bäder2019-02-051-82/+5
* window: Remove default_icon_serialTimm Bäder2019-02-051-5/+0
* window: Remove default icon listTimm Bäder2019-02-051-83/+0
* window: Remove icon listTimm Bäder2019-02-051-90/+0
* window: Remove set_default_iconTimm Bäder2019-02-051-19/+0
* window: Remove icon propertyTimm Bäder2019-02-051-87/+0
* window: Remove _set_default_icon_from_fileTimm Bäder2019-02-051-58/+0
* window: Remove set_icon_from_fileTimm Bäder2019-02-051-32/+0
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-3/+3
* window: Directly find the cursor in the widget hierarchyTimm Bäder2019-01-161-12/+8
* window: Don't manually queue a draw on the new focus widgetTimm Bäder2019-01-161-25/+0
* Merge branch 'fix-corner-resize' into 'master'Carlos Garnacho2019-01-071-8/+4
|\
| * Fix resize cornersMatthias Clasen2019-01-021-8/+4