| Commit message (Expand) | Author | Age | Files | Lines |
* | Port tracing to the sysprof collector api | Matthias Clasen | 2020-08-21 | 1 | -6/+0 |
* | docs: Clean up dangling links in gdk docs | Matthias Clasen | 2020-08-05 | 1 | -3/+2 |
* | Replace "gchar" with "char" | Benjamin Otte | 2020-07-25 | 1 | -6/+6 |
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
* | gdk: Better help for GDK_DEBUG | Matthias Clasen | 2020-06-28 | 1 | -29/+117 |
* | gdk: Drop no-longer-used documentation | Matthias Clasen | 2020-05-26 | 1 | -51/+0 |
* | Don't use xsettings or xft defaults in testsuite | Alexander Larsson | 2020-02-03 | 1 | -1/+2 |
* | gdk: Make profiler support unconditional | Matthias Clasen | 2020-01-21 | 1 | -5/+5 |
* | profiler: port GdkProfiler to sysprof-3 | Christian Hergert | 2019-05-29 | 1 | -2/+2 |
* | Add a way to start the profiler | Matthias Clasen | 2019-05-07 | 1 | -0/+6 |
* | gdkglcontext: Only emit opengl debug calls if GDK_DEBUG=gl-debug | Alexander Larsson | 2019-04-25 | 1 | -0/+1 |
* | gdk: Include copy of glib/gconstructor.h | Carlos Garnacho | 2019-03-17 | 1 | -0/+2 |
* | docs: Its just GTK now | Matthias Clasen | 2019-02-24 | 1 | -4/+4 |
* | Drop some dead code | Matthias Clasen | 2019-02-23 | 1 | -8/+0 |
* | gdk: Add a copy of some deprecated pango api | Matthias Clasen | 2019-02-04 | 1 | -0/+44 |
* | Move the should_use_portal helper to gdk | Matthias Clasen | 2018-11-04 | 1 | -0/+20 |
* | Use a simpler sandbox check | Matthias Clasen | 2018-11-04 | 1 | -8/+1 |
* | Merge branch 'master' into 'issue1084' | Matthias Clasen | 2018-06-20 | 1 | -0/+14 |
|\ |
|
| * | gdk: Add a private api to find sandboxes | Matthias Clasen | 2018-05-29 | 1 | -0/+14 |
* | | display: Avoid unsetting the DESKTOP_STARTUP_ID variable too late | Mario Sanchez Prada | 2018-06-11 | 1 | -0/+50 |
|/ |
|
* | gdk: Remove GDK_DEBUG=cairo-image | Benjamin Otte | 2018-04-24 | 1 | -2/+1 |
* | Remove all gdk_threads_* entry points | Emmanuele Bassi | 2018-02-03 | 1 | -398/+2 |
* | Drop the cairo-recording debug flag | Matthias Clasen | 2018-01-14 | 1 | -2/+1 |
* | Drop the gl-always debug option | Matthias Clasen | 2018-01-14 | 1 | -1/+0 |
* | gdk: Reorganize env vars | Matthias Clasen | 2018-01-14 | 1 | -53/+22 |
* | Drop unused GDK_GL values | Matthias Clasen | 2018-01-10 | 1 | -3/+1 |
* | Drop unused debug keys | Matthias Clasen | 2018-01-09 | 1 | -3/+0 |
* | x11: Add an initial clipboard implementation | Benjamin Otte | 2017-12-03 | 1 | -1/+3 |
* | Stop including gdkmain.h | Matthias Clasen | 2017-11-17 | 1 | -1/+0 |
* | Drop an unused variable | Matthias Clasen | 2017-11-16 | 1 | -3/+0 |
* | Drop gdk_set_program_class | Matthias Clasen | 2017-11-16 | 1 | -48/+0 |
* | Move some code around | Matthias Clasen | 2017-11-16 | 1 | -23/+0 |
* | gdk: Remove gdk_get_display_arg_name() | Benjamin Otte | 2017-11-01 | 1 | -22/+1 |
* | docs: Remove mentions of gtk_init_with_args(). | Murray Cumming | 2017-03-17 | 1 | -1/+1 |
* | Never return NULL from gdk_get_program_class | Timm Bäder | 2017-02-05 | 1 | -1/+4 |
* | Drop gdk init api | Matthias Clasen | 2017-01-19 | 1 | -187/+0 |
* | gdk: Remove unused debug category | Benjamin Otte | 2017-01-08 | 1 | -1/+0 |
* | gdk: Drop support for native (and thus foreign) subwindows | Alexander Larsson | 2016-12-16 | 1 | -7/+0 |
* | gdk: Add GDK_VULKAN env variable | Benjamin Otte | 2016-12-09 | 1 | -1/+12 |
* | vulkan: Initial support | Benjamin Otte | 2016-12-09 | 1 | -1/+2 |
* | Remove deprecated gdk_display_open_default_libgtk_only | Rico Tzschichholz | 2016-10-26 | 1 | -21/+0 |
* | gdk: Remove deprecated gdk_add_option_entries_libgtk_only and gdk_pre_parse_l... | Rico Tzschichholz | 2016-10-24 | 1 | -31/+0 |
* | gdk: Remove deprecated gdk_threads_set_lock_functions | Rico Tzschichholz | 2016-10-24 | 1 | -43/+0 |
* | gdk: Remove deprecated gdk_get_display | Rico Tzschichholz | 2016-10-24 | 1 | -18/+0 |
* | gdk: actually fix the previous commit | Ignacio Casal Quinteiro | 2016-06-29 | 1 | -1/+1 |
* | gdk: do not provide display command line argument on windows | Ignacio Casal Quinteiro | 2016-06-29 | 1 | -0/+2 |
* | gdk: Ensure resources registration happens once | Emmanuele Bassi | 2016-04-26 | 1 | -1/+17 |
* | gdk: Add 'GDK_GL=gles' flag | Emmanuele Bassi | 2016-04-25 | 1 | -1/+2 |
* | gdk: Move GLSL shaders into GResource | Emmanuele Bassi | 2016-04-25 | 1 | -0/+4 |
* | Trivial formatting fix | Matthias Clasen | 2016-03-11 | 1 | -21/+21 |