- 11 May, 2022 1 commit
-
-
Sophie Herold authored
Those property features don't seem to be in use anywhere. They are redundant since the docs cover the same information and more. They also created unnecessary translation work. Closes #4904
-
- 24 Sep, 2021 1 commit
-
-
Benjamin Otte authored
-
- 18 Aug, 2021 1 commit
-
-
Matthias Clasen authored
Add some more docs around GtkIMContext.
-
- 22 May, 2021 1 commit
-
-
Matthias Clasen authored
Replace leftover gtk-doc syntax (#Type) with backquotes.
-
- 20 May, 2021 2 commits
-
-
Matthias Clasen authored
allow-none has been deprecated for a long time already. Instead use optional and nullable everywhere.
-
Matthias Clasen authored
Mostly fixing up indentation of continuation lines, and other small cleanups.
-
- 18 Mar, 2021 1 commit
-
-
Bilal Elmoussaoui authored
-
- 11 Mar, 2021 1 commit
-
-
- 07 Mar, 2021 1 commit
-
-
Matthias Clasen authored
-
- 04 Mar, 2021 1 commit
-
-
Matthias Clasen authored
The Wayland text protocol expects to get both ends of the selection with its surrounding call, so make that available via GtkIMContext. We add this as new api and vfuncs, and fall back, so that existing implementations keep working.
-
- 12 Sep, 2020 1 commit
-
-
Matthias Clasen authored
Replace most remaining uses of GTK+ in the docs and user-visible strings by GTK. Also remove some leftover "Was added in 3.x" sentences from the docs.
-
- 30 Jul, 2020 1 commit
-
-
Carlos Garnacho authored
Query the seat for that.
-
- 28 Jul, 2020 1 commit
-
-
Carlos Garnacho authored
Make GdkEvents hold a single GdkDevice. This device is closer to the logical device conceptually, although it must be sufficient for device checks (i.e. GdkInputSource), which makes it similar to the physical devices. Make the logical devices have a more accurate GdkInputSource where needed, and conflate the event devices altogether.
-
- 24 Jul, 2020 2 commits
-
-
Benjamin Otte authored
-
Benjamin Otte authored
-
- 18 Jun, 2020 1 commit
-
-
Emmanuele Bassi authored
We already use the "logical/virtual" and "physical" names in the documentation, there's no reason to use loaded terms just because X11 uses them.
-
- 28 May, 2020 2 commits
-
-
Matthias Clasen authored
An event-less variant of the filtering api.
-
Yuri Chornoivan authored
-
- 21 Feb, 2020 1 commit
-
-
Matthias Clasen authored
We should just use GdkEvent, instead of taking a GdkEventKey, and then cast it everywhere.
-
- 06 Jun, 2019 1 commit
-
-
Christian Hergert authored
We don't need to cover every case with a va_marshaller, but there are a number of them that are useful because they will often only be connected to by a single signal handler. Generally speaking, if I opened into a file to add a va_marshaller, I just set all of them.
-
- 25 May, 2017 1 commit
-
-
Carlos Garnacho authored
There is now a set_client_widget() to hint the IM about positioning and whatnot.
-
- 29 Aug, 2016 1 commit
-
-
Benjamin Otte authored
glib will use the correct marshaller automatically. And as a side effect, we also get all glib optimizations, like a va marshaller.
-
- 24 Feb, 2016 1 commit
-
-
Ben authored
-
- 09 Jun, 2014 1 commit
-
-
Matthias Clasen authored
-
- 19 Feb, 2014 1 commit
-
-
William Jon McCann authored
Instead of Return value:
-
- 07 Feb, 2014 4 commits
-
-
William Jon McCann authored
-
-
William Jon McCann authored
-
William Jon McCann authored
-
- 05 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 04 Feb, 2014 1 commit
-
-
William Jon McCann authored
-
- 29 Jan, 2014 2 commits
-
-
- 09 Jul, 2013 1 commit
-
-
- 21 Jun, 2013 1 commit
-
-
William Jon McCann authored
They are no longer used.
-
- 20 Aug, 2012 1 commit
-
-
Matthias Clasen authored
Add input-purpose and input-hints properties to GtkIMContext. https://bugzilla.gnome.org/show_bug.cgi?id=651244
-
- 26 May, 2012 1 commit
-
-
Matthias Clasen authored
The introspection annotation for gtk_im_context_get_surrounding was missing a :.
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 22 Oct, 2011 1 commit
-
-
Michael Natterer authored
- add gtkmodulesprivate.h and move stuff there from gtkprivate.h - add gtkprivate.c and move stuff there from gtkmain.c - add gtkwin32.c and move stuff there from gtkmain.c - don't redefine GTK_DATADIR and friends in gtkprivate.h - have _gtk_get_datadir() and friends on all platforms - remove the horrid hacks where gtkprivate.h can't be included, or must be included later due to redefinition of the compile-time directories
-
- 20 Jan, 2011 1 commit
-
-
Pavel Holejsovsky authored
-