summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Set the monitor's connector under X11Emmanuele Bassi2019-06-241-0/+1
* Relay the xdg_output.name to GdkMonitorEmmanuele Bassi2019-06-244-1/+35
* Add getter for a monitor connectorEmmanuele Bassi2019-06-243-0/+43
* x11: Actually call the finished func when finishingBenjamin Otte2019-06-181-1/+1
* contentformats: Fix doc typoBenjamin Otte2019-06-181-1/+1
* wayland: Explicitly require RGBA8888Matthias Clasen2019-06-171-4/+4
* profiler: add profiler marks for surface event deliveryChristian Hergert2019-06-131-0/+119
* wayland: Fix the popover race workaroundMatthias Clasen2019-06-121-2/+6
* gdk: Always deliver key events to toplevelsMatthias Clasen2019-06-091-0/+28
* Merge branch 'wip/matthiasc/shared-glyph-cache' into 'master'Matthias Clasen2019-06-054-5/+52
|\
| * gdk: Create a global shared GL contextMatthias Clasen2019-06-044-5/+52
* | surface: Use surface->display directlyMatthias Clasen2019-06-051-47/+21
|/
* GDK W32: Ensure correct stacking of popup windowsРуслан Ижбулатов2019-06-011-5/+63
* Drop gdk_event_get_root_coordsMatthias Clasen2019-05-312-79/+0
* win32: Stop using gdk_event_get_root_coordsMatthias Clasen2019-05-311-3/+3
* Add a gtk-overlay-scrolling settingMatthias Clasen2019-05-312-1/+3
* gtk: rely on default marshallersChristian Hergert2019-05-305-12/+12
* Fix some GObject introspection annotationsNiels De Graef2019-05-301-0/+8
* profiler: port GdkProfiler to sysprof-3Christian Hergert2019-05-298-1627/+40
* marshallers: add missing g_cclosure_marshal_VOID__VOID fixesChristian Hergert2019-05-291-1/+1
* marshallers: ensure g_cclosure_marshal_VOID__VOIDv is usedChristian Hergert2019-05-298-26/+19
* CosmeticsMatthias Clasen2019-05-291-1/+1
* CosmeticsMatthias Clasen2019-05-291-2/+0
* Fix the win32 buildMatthias Clasen2019-05-291-1/+69
* Drop gdk_surface_moveMatthias Clasen2019-05-293-17/+12
* Drop gdk_device_get_positionMatthias Clasen2019-05-293-23/+11
* Make gdk_surface_get_origin internalMatthias Clasen2019-05-294-24/+16
* Drop gdk_display_get_monitor_at_pointMatthias Clasen2019-05-293-79/+2
* Drop gdk_surface_get_frame_extentsMatthias Clasen2019-05-296-127/+23
* x11: Set surface position correctlyMatthias Clasen2019-05-292-15/+25
* Clarify gdk_surface_get_positionMatthias Clasen2019-05-291-16/+15
* surface: Add coordinate translationMatthias Clasen2019-05-292-0/+44
* css: Use %f, not %.17fBenjamin Otte2019-05-291-1/+1
* css: Don't print numbers with exponentBenjamin Otte2019-05-291-1/+1
* GDK W32: Fix indentation and placate GCCРуслан Ижбулатов2019-05-281-55/+52
* GDK W32: Correctly log popupsРуслан Ижбулатов2019-05-281-1/+2
* GDK W32: Only use owner windows for popupsРуслан Ижбулатов2019-05-281-27/+17
* GDK W32: No more child windowsРуслан Ижбулатов2019-05-284-187/+1
* GDK W32: Don't handle WM_ACTIVATE for popup windowsРуслан Ижбулатов2019-05-281-0/+10
* GDK W32: Adjust to new popup surfacesРуслан Ижбулатов2019-05-281-5/+9
* surface: CosmeticsMatthias Clasen2019-05-281-15/+8
* wayland: Disconnect the frame clockMatthias Clasen2019-05-281-0/+5
* win32: Disconnect the frame clockMatthias Clasen2019-05-281-0/+4
* x11: Disconnect from the frame clockMatthias Clasen2019-05-281-0/+20
* broadway: Disconnect from the frame clockMatthias Clasen2019-05-281-0/+13
* surface: Give backends a chance to disconnectMatthias Clasen2019-05-281-2/+2
* surface: Fix the fallback move-to-rect implementationMatthias Clasen2019-05-281-0/+7
* win32: Set surface type early enoughMatthias Clasen2019-05-281-1/+1
* surface: Make only toplevels control eventsMatthias Clasen2019-05-281-27/+35
* gdk: Maintain popup tree in the frontendMatthias Clasen2019-05-286-37/+11