summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk: Remove unused argument parsing structsBenjamin Otte2016-10-161-30/+0
* gdk: Remove leftover structs from ClientMessage daysBenjamin Otte2016-10-162-26/+0
* gdk: Remove unused structs from ColorMap daysBenjamin Otte2016-10-162-25/+0
* API: Remove gdk_window_set_background()Benjamin Otte2016-10-1612-396/+5
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-166-28/+9
* API: Remove gdk_window_set_composited()Benjamin Otte2016-10-1618-305/+4
* screen: Remove unused vfuncBenjamin Otte2016-10-167-35/+0
* API: screen: Stop storing font optionsBenjamin Otte2016-10-164-92/+0
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-164-21/+7
* API: window: Remove suppport for changing wmclass_name/groupBenjamin Otte2016-10-163-22/+9
* API: screen: Remove gdk_screen_make_display_name()Benjamin Otte2016-10-169-88/+0
* API: screen: Remove gdk_screen_get_active_window()Benjamin Otte2016-10-169-238/+0
* API: gdk: Remove gdk_screen_get_number()Benjamin Otte2016-10-1612-74/+5
* API: Remove gdk_screen_get_width() and gdk_screen_get_height()Benjamin Otte2016-10-1612-453/+42
* display: Insist that backends implement the monitor vfuncsBenjamin Otte2016-10-161-29/+0
* gdk: Insist axis.min_value < axis.max_valueBenjamin Otte2016-10-161-15/+2
* gdk: Require passing screen size to translate_screen_coord()Benjamin Otte2016-10-164-4/+16
* API: gdk: Remove monitor APIs on GdkScreenBenjamin Otte2016-10-162-362/+0
* applaunchcontext: Ignore screen nameBenjamin Otte2016-10-161-3/+0
* wayland: Use GdkMonitor APIsBenjamin Otte2016-10-161-9/+9
* x11: Use GdkMonitor APIsBenjamin Otte2016-10-161-2/+2
* gdk: Use GdkMonitor APIsBenjamin Otte2016-10-161-2/+2
* display: Don't return NULL in get_primary_monitor()Benjamin Otte2016-10-161-6/+16
* gdk: Fix docs typoBenjamin Otte2016-10-161-1/+1
* gdk: Get rid of unused variablesBenjamin Otte2016-10-161-5/+0
* gdkwindow: configure native windows in move_native_children()Olivier Fourdan2016-10-131-3/+23
* Use eglGetPlatformDisplay{,EXT} if availableAdam Jackson2016-10-101-1/+36
* Fix some EGLDisplay * abuseAdam Jackson2016-10-101-1/+1
* Rename Makefile references from 3.0 to 4.0Matthias Clasen2016-10-077-84/+84
* wayland: Only 'moved-to-rect' if move_to_rect() was usedJonas Ådahl2016-09-301-0/+3
* Add GDK_AVAILABLE_IN_3_90Richard Hughes2016-09-291-0/+16
* wayland: always sync state after a frame is paintedGustavo Noronha Silva2016-09-281-4/+4
* wayland: Avoid negative size constraintsOlivier Fourdan2016-09-281-4/+4
* Do not filter out small scroll event fractionsAndreas Pokorny2016-09-261-2/+2
* Add some missing (nullable) annotationsRico Tzschichholz2016-09-224-10/+10
* GDK W32: Ignore autorepeated key presses on modifier keysJeremy Tan2016-09-191-0/+8
* GDK W32: Always process all available messagesJeremy Tan2016-09-191-2/+1
* GDK W32: Set is_modifier field in GdkKeyEventРуслан Ижбулатов2016-09-171-0/+3
* Implement gdk_screen_get_monitor_scale_factor genericallyMatthias Clasen2016-09-141-5/+4
* wayland: Move and resize popup after it was configuredJonas Ådahl2016-09-141-2/+16
* wayland: Transform moved_to_rect result properlyJonas Ådahl2016-09-141-11/+22
* wayland: Use helper to translate to real parent window geometryJonas Ådahl2016-09-141-6/+18
* wayland: Don't pass parent when creating dynamic positionerJonas Ådahl2016-09-141-3/+3
* wayland: Don't pass transient-for when getting real parentJonas Ådahl2016-09-141-5/+6
* wayland: Fix south-west anchor rect calculationJonas Ådahl2016-09-141-1/+1
* wayland: Don't pass non-changing state when calculating popup rectsJonas Ådahl2016-09-141-14/+10
* wayland: Move move_to_rect related code closer togetherJonas Ådahl2016-09-141-126/+157
* wayland: unmap popup along with its toplevelOlivier Fourdan2016-09-121-0/+26
* gdkscreen-x11: Enable RandR on VirtualBoxTakao Fujiwara2016-09-091-33/+2
* gdkdisplay: Unref seats in finalizeTimm Bäder2016-09-081-0/+1