summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | window: Fix state_flags_changed impl nameTimm Bäder2019-01-031-4/+4
|/
* window: Don't try to size-allocate unmapped popoversTimm Bäder2018-12-021-0/+3
* window: Actually emit notify::transient-forZander Brown2018-11-191-0/+2
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-16/+14
* inspector: Turn object tree into a GtkListBoxBenjamin Otte2018-09-161-1/+0
* window: Add gtk_window_get_toplevels()Benjamin Otte2018-09-161-6/+49
* Drop gtk_window_set_use_subsurfaceMatthias Clasen2018-08-181-30/+4
* window: Fix memory leakYi-Soo An2018-08-131-0/+1
* gtkwindow: Replace captured event handler with motion controllerCarlos Garnacho2018-07-301-12/+12
* window: Fallback to CSD titlebar in focus-chainAndrea Azzarone2018-07-301-0/+5
* window: Don't queue an allocate if the css clip changesTimm Bäder2018-07-171-1/+1
* Handle configure events in gdkMatthias Clasen2018-07-151-0/+4
* Revert "gdk: Drop configure events"Matthias Clasen2018-07-151-4/+0
* Drop gdk_surface_withdrawMatthias Clasen2018-07-151-1/+1
* gdk: Drop configure eventsMatthias Clasen2018-07-151-0/+4
* window: Update opaque region if background-color changesBenjamin Otte2018-07-131-2/+15
* Remove a lot of Since annotationsMatthias Clasen2018-06-251-2/+0
* gtkwindow: Queue popover resize on set_popover_position()Carlos Garnacho2018-06-211-0/+1
* gtkwindow: Move map/delete/configure event management to gtkmainCarlos Garnacho2018-06-211-55/+7
* gtkwindow: Simplify WM drag/resize handlingCarlos Garnacho2018-06-211-103/+42
* gtkwindow: Handle focus in/out through key controllerCarlos Garnacho2018-06-211-13/+10
* window: Remove priv pointerTimm Bäder2018-06-201-287/+312
* surface: Kill event masksBenjamin Otte2018-06-181-6/+0
* Remove unused variables (mostly in W32 code)Руслан Ижбулатов2018-06-101-0/+2
* GtkWindow: Handle non-square icons with height > width correctlyChristian Stadelmann2018-05-311-1/+2
* draggesture: Port to new API modelBenjamin Otte2018-04-261-4/+2
* multipressgesture: Port to new API modelBenjamin Otte2018-04-261-4/+2
* widget: Allow adding event controllers in ui filesBenjamin Otte2018-04-261-3/+1
* gtk: Chain up in toplevels' realizeBenjamin Otte2018-04-111-1/+2
* window: Don't queue resize handlerBenjamin Otte2018-04-111-1/+0
* gtkwindow: Perform key activation in gtk_main_do_event()Carlos Garnacho2018-04-051-21/+0
* gtkmain: Don't use special paths for key event propagationCarlos Garnacho2018-04-051-25/+0
* gtkwindow: Unset focus grab_widget if it ends up unmappedCarlos Garnacho2018-04-051-0/+5
* a11y: Fix headersBenjamin Otte2018-04-051-1/+1
* Merge branch 'window-activate' into 'master'Benjamin Otte2018-04-051-0/+1
|\