summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* GtkWindow: Don't needlessly resize popoversTimm Bäder2015-09-291-8/+21
* Add a few more inlined gettersMatthias Clasen2015-09-281-74/+74
* GtkWindow: Check for popover realized-ness before unrealizingTimm Bäder2015-09-231-1/+1
* window: cancel unclaimed sequences after GtkEventController::handle_event.Carlos Garnacho2015-09-211-12/+26
* window: Reset on unhandled gestures right awayCarlos Garnacho2015-09-181-0/+9
* window: Use gtk_widget_queue_resize()Benjamin Otte2015-09-141-2/+2
* Revert "Avoid type checking overhead for resize-mode"Benjamin Otte2015-09-121-2/+2
* Avoid type checking overhead for resize-modeMatthias Clasen2015-09-121-2/+2
* window: Avoid unnecessary detoursMatthias Clasen2015-09-121-31/+36
* window: Use internal more internal gettersMatthias Clasen2015-09-081-28/+23
* widget: Add more inline gettersMatthias Clasen2015-09-071-14/+14
* Move GtkWidgetPrivate to gtkwidgetprivate.hMatthias Clasen2015-09-071-44/+44
* window: Convert to g_object_notify_by_pspecMatthias Clasen2015-09-061-306/+272
* window: Only update the inspector onceBenjamin Otte2015-08-261-4/+7
* window: Set name on idleMatthias Clasen2015-08-151-1/+5
* Revert "Revert "Revert "gtkwindow: Reset maximize / fullscreen_initially on s...Matthias Clasen2015-08-121-2/+0
* Revert "Revert "Revert "window: fix initial shadow width for maximized/fullsc...Matthias Clasen2015-08-121-7/+1
* Revert "Revert "gtkwindow: Reset maximize / fullscreen_initially on state cha...Matthias Clasen2015-08-121-0/+2
* Revert "Revert "window: fix initial shadow width for maximized/fullscreen win...Jasper St. Pierre2015-08-121-1/+7
* gtkwindow: bail out on WM operations in the presence of grabsCarlos Garnacho2015-08-041-0/+7
* Remove a redundant assignmentMatthias Clasen2015-07-271-2/+1
* Fix a warningMatthias Clasen2015-07-261-1/+1
* Use standard cursor namesMatthias Clasen2015-07-261-10/+5
* Added api to set a window to fullscreen on a given monitor.Jeremy Whiting2015-07-251-1/+61
* inspector: Rescan toplevels when they changeMatthias Clasen2015-07-231-1/+18
* Another fix for unmapped window statesMatthias Clasen2015-07-231-89/+30
* GtkWindow: Rework the _initially variablesMatthias Clasen2015-07-221-24/+30
* Revert "window: fix initial shadow width for maximized/fullscreen windows"Matthias Clasen2015-07-221-7/+1
* Revert "gtkwindow: Reset maximize / fullscreen_initially on state changes"Matthias Clasen2015-07-221-2/+0
* window: Set the type hint when it changes, not just on map()Benjamin Otte2015-07-191-16/+4
* window: g_object_notify() on type-hint changeBenjamin Otte2015-07-191-0/+2
* window: Don't update type hint when it didn't changeBenjamin Otte2015-07-191-0/+3
* window: Allow setting type hint on mapped windowsBenjamin Otte2015-07-191-2/+4
* window: Don't keep 2 type hintsBenjamin Otte2015-07-191-9/+3
* GtkWindow: Fix a use-after-freeMatthias Clasen2015-07-171-2/+4
* gtkwindow: Only allow unrestricted positioning to text handle popoversCarlos Garnacho2015-07-061-5/+31
* ignore size inc when maximized/fullscreenOlivier Fourdan2015-07-031-1/+10
* gtkwindow: Reset maximize / fullscreen_initially on state changesJasper St. Pierre2015-07-011-0/+2
* window: don't override background every style_updated()Cosimo Cecchi2015-07-011-17/+0
* window: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-6/+0
* GtkWindow: don't increase the preferred size for empty windows if there is a ...Christoph Reiter2015-07-011-8/+16
* window: Don't send startup notifications for offscreen / popup windowsJasper St. Pierre2015-06-291-1/+3
* GtkWindow: some min/nat size corrections.Christoph Reiter2015-06-241-14/+16
* GtkWindow: fix default empty window size with CSDChristoph Reiter2015-06-231-13/+32
* Fix calculation of edge input window size in case the real window is too small.Christoph Reiter2015-06-221-28/+31
* Revert "window: Check if we can use CSD before enabling them"Emmanuele Bassi2015-06-221-31/+19
* Revert "window: Reinstate logic for should_use_csd()"Emmanuele Bassi2015-06-181-1/+2
* window: Reinstate logic for should_use_csd()Emmanuele Bassi2015-06-181-2/+1
* Fix return value error in _gtk_window_get_popover_parentTing-Wei Lan2015-06-181-2/+2
* window: Add concept of popover "parent"Carlos Garnacho2015-06-171-1/+52