summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* fixup: warn about nothing eventsMatthias Clasen2019-02-231-1/+4
* Quietly ignore GDK_NOTHING eventsMatthias Clasen2019-02-231-0/+3
* gdk: Document surface signalsMatthias Clasen2019-02-231-0/+26
* Drop gdk_event_handler_setMatthias Clasen2019-02-232-53/+1
* Drop some dead codeMatthias Clasen2019-02-232-16/+0
* surface: Introduce an ::event signalMatthias Clasen2019-02-231-2/+20
* Merge branch 'wip/fanc999/meson.msvc' into 'master'Chun-wei Fan2019-02-231-0/+1
|\
| * meson: Build .rc files for WindowsChun-wei Fan2018-12-061-0/+1
* | GdkDisplay: Use a GQueue for the events queueTimm Bäder2019-02-104-48/+26
* | docs: Fix references to pkg-config filesEmmanuele Bassi2019-02-062-4/+2
* | docs: Fix GTK links and locationsEmmanuele Bassi2019-02-063-10/+10
* | Rename more GSources to use `gtk`Emmanuele Bassi2019-02-068-12/+12
* | Merge branch 'master' into 'master'Alexander Larsson2019-02-051-1/+1
|\ \
| * | Issue #1633 - Ensure focus on clickMickael Istria2019-02-041-1/+1
* | | gdk: Stop using deprecated pango apiMatthias Clasen2019-02-042-3/+5
* | | gdk: Add a copy of some deprecated pango apiMatthias Clasen2019-02-043-1/+48
* | | Add an explicit fribidi depMatthias Clasen2019-02-041-0/+1
|/ /
* | Use @basename@ in enumeration type templatesEmmanuele Bassi2019-02-042-2/+2
* | docs: Remove <ulink> elementsEmmanuele Bassi2019-02-041-4/+3
* | gl texture: fix a typoMatthias Clasen2019-01-231-1/+1
* | build: Reintroduce warning flags from autotoolsBenjamin Otte2019-01-227-22/+23
* | GdkEvent: Make gdk_event_set_user_data privateTimm Bäder2019-01-182-4/+4
* | GdkEvent: Remove unused structTimm Bäder2019-01-181-8/+0
* | GdkEvent: Add a proper user_data member to GdkEventAnyTimm Bäder2019-01-182-17/+6
* | g-i: Add transfer none annotations for frame clock timings gettersTomasz Miąsko2019-01-171-6/+6
* | Fix XChangeProperty callsMatthias Clasen2019-01-022-2/+2
* | Annotate values of PRIORITY constantsTomasz Miąsko2018-12-221-1/+1
* | x11: make the tool lookup dependent on the hw id as wellPeter Hutterer2018-12-184-9/+12
* | x11: don't add unknown tools to our listPeter Hutterer2018-12-181-2/+5
* | x11: get the tool type from the wacom driver propertiesPeter Hutterer2018-12-181-2/+81
* | RGBA: tiny grammar improvements in to_string docDaniel Boles2018-12-171-2/+2
* | RGBA: Consistently use “” around inline arg namesDaniel Boles2018-12-171-4/+4
* | RGBA: Fix example to_string output for reality/CSSDaniel Boles2018-12-171-2/+2
* | Merge branch 'win32-honest-clipboard-gtk4' into 'master'LRN2018-12-111-44/+8
|\ \
| * | GDK W32: Be honest about supported clipboard formatsРуслан Ижбулатов2018-10-311-44/+8
* | | GDK W32: Always set gtk-font-name to the active UI font. Fixes #1484Christoph Reiter2018-12-102-49/+46
* | | win32: Don't multiply the scroll event deltas by the Windows scroll lines set...Christoph Reiter2018-12-081-14/+0
* | | GDK W32: set default settings for fontconfig.Christoph Reiter2018-12-081-0/+36
| |/ |/|
* | GdkGLContext: Fix damage computation with buffer_ageTimm Bäder2018-12-022-30/+49
* | Merge branch 'akitouni/gdkvulkan-doc-typo' into 'master'Timm Bäder2018-11-191-2/+2
|\ \
| * | vulkancontext: fix typos in documentationAbderrahim Kitouni2018-11-171-2/+2
* | | g-i: Add some nullable annotationsChristoph Reiter2018-11-182-3/+3
|/ /
* | vulkancontext: Add missing error switchTimm Bäder2018-11-131-0/+5
* | wayland: Adapt to settings portal api changeMatthias Clasen2018-11-121-1/+2
* | wayland: Fix a thinko in settings portal supportMatthias Clasen2018-11-051-10/+16
* | wayland: Support the settings portalMatthias Clasen2018-11-042-40/+311
* | Move the should_use_portal helper to gdkMatthias Clasen2018-11-042-0/+21
* | Use a simpler sandbox checkMatthias Clasen2018-11-041-8/+1
* | wayland: Remove GNOME Classic-specific workaroundFlorian Müllner2018-11-021-17/+3
* | GdkQuartz: Handle NULL from [NSGraphicsContext currentContext].John Ralls2018-11-011-7/+9