summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* window: Avoid rising the window of already shown popoversCarlos Garnacho2015-06-121-8/+3
* window: Allow more space at edges for popoversCarlos Garnacho2015-06-111-2/+2
* window: Check if we can use CSD before enabling themEmmanuele Bassi2015-06-031-19/+31
* GtkWindow: Don't assume no shadow width even when not supportedJonas Ådahl2015-05-181-3/+6
* gtkwindow: Fix a memory leakKjell Ahlstedt2015-05-151-0/+3
* GtkWindow: Manually set CSD should enable shadow width calculationJonas Ådahl2015-05-071-1/+1
* GtkWindow: Get the correct shadow width even before window is realizedJonas Ådahl2015-05-061-2/+4
* Enable RGBA windows on W32Руслан Ижбулатов2015-04-291-0/+3
* GtkWindow: Use _gtk_builder_lookup_objectMatthias Clasen2015-04-271-13/+40
* GtkWindow: Use the new helpersMatthias Clasen2015-04-271-43/+80
* window: fix initial shadow width for maximized/fullscreen windowsCosimo Cecchi2015-04-161-1/+7
* csd: Fix an oversight for popupsMatthias Clasen2015-03-231-1/+2