summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve CSD decorations without a compositorOlivier Fourdan2015-03-221-40/+47
* cssnode: Remove timestamp from gtk_css_node_validate()Benjamin Otte2015-03-181-2/+1
* cssnode: Make parent style change part of GtkCssNodeBenjamin Otte2015-03-181-2/+1
* cssnode: Only pass a boolean for parent changesBenjamin Otte2015-03-181-4/+1
* widget: Add gtk_widget_get_css_node()Benjamin Otte2015-03-181-1/+1
* cssnode: Refactor invalidation propagationBenjamin Otte2015-03-181-1/+0
* stylecontext: Move validation into GtkCssNodeBenjamin Otte2015-03-181-4/+4
* window: Protect against popover destruction on ::unmapCarlos Garnacho2015-03-161-6/+6
* window: reset both press/drag gestures when move/resize drag startsCarlos Garnacho2015-03-101-0/+7
* Revert "csd: Drop the GTK_FRAME_EXTENTS requirement"Matthias Clasen2015-03-091-0/+3
* window: Add comment documenting the target widget checks during window dragCarlos Garnacho2015-03-051-0/+9
* widget: Improve hack to ignore drags from widgets using motion eventsCarlos Garnacho2015-03-041-12/+17
* gtkwindow: Do not show subsurface windows for hidden popover widgetsCarlos Garnacho2015-03-021-8/+4
* gtkwindow: Move window dragging to a standalone drag gestureCarlos Garnacho2015-03-021-36/+80
* Avoid a crash in the inspector under waylandMatthias Clasen2015-02-171-1/+1
* gtkwindow: Don't set the background if the window is app-paintableJasper St. Pierre2015-02-131-1/+1
* csd: Always raise on primary titlebar clickMatthias Clasen2015-02-131-0/+3
* window: Unparent popover before unmapping/unrealizingCarlos Garnacho2015-02-051-0/+6
* window: call gtk_widget_unmap() on popover widgets unconditionallyCarlos Garnacho2015-02-051-2/+1
* window: Only claim the sequence if keeping the grabCarlos Garnacho2015-01-281-2/+3
* window: Use subsurfaces for popovers on waylandCarlos Garnacho2014-12-231-2/+24
* window: fallback to window muxer if no widget has focusChristian Hergert2014-12-081-4/+10
* gtkwindow: Use actions from focused widget to activate accelCarlos Soriano2014-12-081-1/+6
* Render shadows for half-tiled windowsMatthias Clasen2014-11-271-3/+1
* gtkwindow: Optimize GtkStyleContext usageJasper St. Pierre2014-11-251-1/+2
* Keep gtk_window_set_hide_titlebar_when_maximized workingMatthias Clasen2014-11-241-13/+18
* window: GtkPlug is conditionally supported on X11 onlyEmmanuele Bassi2014-11-101-1/+8
* Hide GdkWindow libgtk_only API in the private vtableEmmanuele Bassi2014-11-081-2/+6
* gtkwindow: claim the press sequence when clicking on the titlebarCarlos Garnacho2014-11-071-0/+3
* mir: enable csdWilliam Hua2014-11-061-0/+9
* gtkwindow: Resort to regular event bubbling by all means on non-toplevelsCarlos Garnacho2014-11-041-0/+6
* gtkwindow: Do not create the multipress gesture for plugsCarlos Garnacho2014-11-041-1/+1
* csd: Improve appearance inside gladeMatthias Clasen2014-11-011-0/+3
* Fix toplevel input shape for csd windowsMatthias Clasen2014-10-281-1/+1
* wayland: Make window opacity workMatthias Clasen2014-10-281-0/+3
* gtkwindow: Use gdk_cursor_new_for_displayJasper St. Pierre2014-10-271-1/+1
* Fix a mixup in popover realizationMatthias Clasen2014-10-241-1/+1
* Fix a problem with screen changes and csdMatthias Clasen2014-10-241-0/+16