| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk: Stop using GdkEventKey | Matthias Clasen | 2020-02-21 | 1 | -6/+6 |
* | events: reorganize getters | Matthias Clasen | 2020-02-21 | 1 | -3/+4 |
* | Remove unused includes | Matthias Clasen | 2019-09-16 | 1 | -2/+0 |
* | Fix a crash | Matthias Clasen | 2019-04-12 | 1 | -0/+1 |
* | immodule: Pass a GdkDisplay for default context ID | Benjamin Otte | 2019-01-08 | 1 | -1/+7 |
* | immulticontext: Don't have a global_context_id | Benjamin Otte | 2019-01-08 | 1 | -29/+25 |
* | GdkSurface: Rename lots of stuff from window->surface | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | GdkWindow -> GdkSurface initial type rename | Alexander Larsson | 2018-03-20 | 1 | -1/+1 |
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -4/+0 |
* | Replace gdk_keymap_get_for_display by gdk_display_get_keymap | Matthias Clasen | 2017-12-15 | 1 | -1/+1 |
* | immulticontext: Remove unused variable | Benjamin Otte | 2017-10-31 | 1 | -1/+0 |
* | immulticontext: Avoid GdkScreen api | Matthias Clasen | 2017-10-30 | 1 | -2/+1 |
* | imcontext: Update to using GdkEvent API | Carlos Garnacho | 2017-09-19 | 1 | -5/+7 |
* | imcontext: Remove API dependency on GdkWindow | Carlos Garnacho | 2017-05-25 | 1 | -12/+12 |
* | Remove deprecated gtk_im_multicontext_append_menuitems | Rico Tzschichholz | 2016-10-23 | 1 | -156/+0 |
* | immodule: Remove unused parameter | Benjamin Otte | 2015-08-20 | 1 | -2/+2 |
* | Fix the previous commit | Matthias Clasen | 2015-02-23 | 1 | -2/+2 |
* | Make gtk-im-context-none work | Matthias Clasen | 2015-02-23 | 1 | -27/+11 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -4/+2 |
* | im: Deprecate gtk_im_multicontext_append_menuitems | Christian Persch | 2013-06-09 | 1 | -0/+5 |
* | gkimmulticontext: Remove left over debug print | Adel Gadllah | 2012-08-26 | 1 | -2/+0 |
* | GtkIMMultcontext: Propagate input purpose and hints | Matthias Clasen | 2012-08-25 | 1 | -3/+36 |
* | immulticontext: Always check if the global context id changed | Rui Matos | 2012-05-08 | 1 | -12/+9 |
* | types: Clean up gtkwidget.h includes | Benjamin Otte | 2012-03-03 | 1 | -2/+3 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | gtk: Empty gtkimmodule.h | Benjamin Otte | 2011-11-08 | 1 | -1/+0 |
* | immodule: Move private functions to a private header | Benjamin Otte | 2011-11-08 | 1 | -0/+1 |
* | immodule: Fix includes | Benjamin Otte | 2011-11-08 | 1 | -0/+2 |
* | gtk: clean up the private horror | Michael Natterer | 2011-10-22 | 1 | -2/+2 |
* | gtk: remove the private GTK_NO_TEXT_INPUT_MOD_MASK | Michael Natterer | 2011-09-27 | 1 | -12/+26 |
* | gtk: fix entering of Option-foo symbols on the Mac | Michael Natterer | 2011-09-26 | 1 | -1/+1 |
* | Don't only use ch != 0 to check if a character is a control char. | Jasper St. Pierre | 2011-03-16 | 1 | -1/+1 |
* | gtk: Avoid GdkDrawable usage, including needless casts | Benjamin Otte | 2010-12-02 | 1 | -1/+1 |
* | gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visual | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |
* | gtkimmulticontext: move documentation to inline comments | Javier Jardón | 2010-09-01 | 1 | -0/+8 |
* | GtkIMMulticontext: move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -61/+87 |
* | Use accessor functions to access GtkCheckMenuItem | Javier Jardón | 2010-07-13 | 1 | -1/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | Allow running without any im context | Matthias Clasen | 2010-02-09 | 1 | -3/+37 |
* | Don't forget to set the client window on the slave | Matthias Clasen | 2009-09-04 | 1 | -0/+3 |
* | Rework the way IM contexts are set | Matthias Clasen | 2009-09-04 | 1 | -39/+33 |
* | Revert changes for bug 567124. Instead of trying to avoid | Matthias Clasen | 2009-01-25 | 1 | -6/+2 |
* | Bug 450716 – New API to change global IM | Matthias Clasen | 2009-01-13 | 1 | -19/+41 |
* | Use C_() instead of Q_(). String change! | Matthias Clasen | 2008-10-27 | 1 | -2/+2 |
* | Bug 553086 – hard to see current immodule | Matthias Clasen | 2008-09-30 | 1 | -3/+20 |
* | Add a getter for the the sealed context_id field. | Matthias Clasen | 2008-09-29 | 1 | -1/+18 |
* | Bug 552837 – mem leak in gtkimmulticontext | Christian Persch | 2008-09-19 | 1 | -0/+1 |
* | gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.c | Sven Neumann | 2008-08-11 | 1 | -11/+11 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |