Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdk: Drop some unused cursor apis | Matthias Clasen | 2018-01-16 | 9 | -239/+0 |
* | vulkan: use GDK_DISPLAY_NOTE | Matthias Clasen | 2018-01-15 | 1 | -2/+2 |
* | vulkan: Fix build | Timm Bäder | 2018-01-15 | 1 | -1/+1 |
* | wayland: Use g_message for logging | Matthias Clasen | 2018-01-14 | 5 | -23/+23 |
* | Drop the cairo-recording debug flag | Matthias Clasen | 2018-01-14 | 3 | -11/+3 |
* | Drop the gl-always debug option | Matthias Clasen | 2018-01-14 | 3 | -21/+8 |
* | Make gdk logging per-display | Matthias Clasen | 2018-01-14 | 31 | -353/+407 |
* | gdk: Reorganize env vars | Matthias Clasen | 2018-01-14 | 12 | -172/+87 |
* | Add a display property to keymaps | Matthias Clasen | 2018-01-14 | 2 | -2/+66 |
* | GdkMonitor: Fix link to nonexistent Display method | Daniel Boles | 2018-01-13 | 1 | -2/+2 |
* | gdk: Remove unused GdkStatus enum | Timm Bäder | 2018-01-12 | 1 | -9/+0 |
* | x11: Only set the keymap display once | Matthias Clasen | 2018-01-12 | 1 | -3/+4 |
* | wayland: Set display on keymaps | Matthias Clasen | 2018-01-12 | 4 | -4/+5 |
* | Quiet a compiler warning | Matthias Clasen | 2018-01-10 | 1 | -1/+1 |
* | Revert "Quiet a compiler warning" | Matthias Clasen | 2018-01-10 | 1 | -1/+0 |
* | GDK W32: Remove non-managed DnD code | Руслан Ижбулатов | 2018-01-10 | 2 | -107/+83 |
* | GDK W32: stop using the OWNERCHANGE event | Руслан Ижбулатов | 2018-01-10 | 2 | -2/+4 |
* | GdkDrawingContext: Add missing nullable annotation | Timm Bäder | 2018-01-10 | 1 | -1/+1 |
* | Drop unused GDK_GL values | Matthias Clasen | 2018-01-10 | 3 | -9/+6 |
* | Drop unused debug keys | Matthias Clasen | 2018-01-09 | 2 | -16/+10 |
* | vulkan: Add a way to specify a device | Matthias Clasen | 2018-01-09 | 1 | -20/+87 |
* | Quiet a compiler warning | Matthias Clasen | 2018-01-09 | 1 | -0/+1 |
* | wayland: Plug memory leaks | Matthias Clasen | 2018-01-04 | 2 | -0/+2 |
* | Plug a memory leak | Matthias Clasen | 2018-01-04 | 1 | -2/+2 |
* | Remove a dead macro | Matthias Clasen | 2018-01-04 | 1 | -1/+0 |
* | gdk: Drop invalid "transfer" g-i annotations | Rico Tzschichholz | 2018-01-03 | 2 | -2/+2 |
* | dnd: Add g-i annotations for gdk_drop_read_async/finish | Rico Tzschichholz | 2018-01-03 | 1 | -0/+22 |
* | GdkTexture: Add a missing (array) annotation | Timm Bäder | 2018-01-02 | 1 | -1/+1 |
* | Remove a duplicate doc comment | Matthias Clasen | 2017-12-26 | 1 | -6/+0 |
* | gdk: Cosmetic rewording of draw context docs | Matthias Clasen | 2017-12-26 | 3 | -6/+6 |
* | window: Remove GtkButton reference from docs | Matthias Clasen | 2017-12-26 | 1 | -2/+1 |
* | display: Cosmetic doc changes | Matthias Clasen | 2017-12-26 | 1 | -9/+6 |
* | cursor docs: Point to gtk_widget_set_cursor | Matthias Clasen | 2017-12-26 | 1 | -2/+4 |
* | Add documentation for content (de)serializers | Matthias Clasen | 2017-12-26 | 4 | -4/+145 |
* | Document GdkClipboard::changed | Matthias Clasen | 2017-12-26 | 3 | -0/+178 |
* | Document more structs | Matthias Clasen | 2017-12-26 | 15 | -1/+111 |
* | Document GDK_DISPLAY_XDISPLAY | Matthias Clasen | 2017-12-26 | 1 | -0/+8 |
* | gdk: Document GdkVulkanContext | Matthias Clasen | 2017-12-26 | 1 | -0/+98 |
* | gdk: Move GdkWindowState enum around | Matthias Clasen | 2017-12-26 | 2 | -45/+46 |
* | More documentation additions | Matthias Clasen | 2017-12-26 | 2 | -14/+21 |
* | Some GdkMonitor documentation additions | Matthias Clasen | 2017-12-26 | 1 | -0/+14 |
* | Remove leftover API from headers | Matthias Clasen | 2017-12-26 | 1 | -5/+0 |
* | Document new event getters | Matthias Clasen | 2017-12-26 | 1 | -69/+112 |
* | Try to make the docs build more quiet | Matthias Clasen | 2017-12-26 | 2 | -19/+27 |
* | gdk: Remove the event structs from the documentation | Matthias Clasen | 2017-12-26 | 2 | -22/+6 |
* | Document gdk_display_get_setting | Matthias Clasen | 2017-12-26 | 1 | -0/+14 |
* | Remove leftover gdk_event_request_motions from headers | Matthias Clasen | 2017-12-26 | 1 | -2/+0 |
* | gdk: Document GdkDisplay::setting-changed | Matthias Clasen | 2017-12-26 | 1 | -0/+10 |
* | gdk: Reshuffle docs slightly | Matthias Clasen | 2017-12-25 | 1 | -1/+1 |
* | gdk/broadway/toarray.pl: Don't hard-code the path of perl | Ting-Wei Lan | 2017-12-25 | 1 | -1/+3 |