summaryrefslogtreecommitdiff
path: root/modules/input
Commit message (Expand)AuthorAgeFilesLines
* CJK Windows: Silence gtk_style_context_set_state() warningsChun-wei Fan2016-01-081-1/+8
* Bug 753992 - im-quartz discard_preedit segmentation faultJohn Ralls2015-10-031-12/+7
* multipress: Only emit preedit signals if neededMatthias Clasen2015-08-181-3/+6
* Make gtk-im-context-none workMatthias Clasen2015-02-2314-15/+15
* Properly check result of g_utf8_get_char_validated()Maks Naumov2015-01-111-1/+1
* Prevent double-free after 8b5d30d43.John Ralls2014-12-241-3/+0
* imcontextxim: Remove broken custom drawing codeBenjamin Otte2014-10-031-32/+0
* build: Set no_undefined in Makefile.declРуслан Ижбулатов2014-09-151-4/+0
* Fix various warnings about unused thingsРуслан Ижбулатов2014-08-131-6/+2
* Changed obsolete FSF portal addresses to web addressAndika Triwidada2014-01-122-6/+2
* broadway: Support ipad on-screen keyboardAlexander Larsson2013-11-132-0/+178
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* Fix missing return from quartz_filter_keypressEk Kato2013-08-291-2/+2
* Bug 705750 Quartz input method doesn't work correctly for Chinese charactersEk Kato2013-08-161-37/+66
* Fix a crasher that was introduced by 9ca802161ec6387419d160f21fe477008a567477Cody Russell2013-08-151-1/+1
* Bug 705182 Reset Cocoa IME state when immodule is resetMichael Hutchison2013-08-151-0/+34
* GTK-Win32: Avoid Using Deprecated APIChun-wei Fan2013-08-141-5/+10
* ime: Add builtin handling of dead keysCarlos Garnacho2013-07-291-5/+92
* imquartz: Fallback to slave IM context if no NSEvent exists.Takuro Ashie2013-07-271-4/+7
* Deprecate and ignore gtk-im-status-style and gtk-im-preedit-styleWilliam Jon McCann2013-06-301-55/+4
* modules/input: Only build quartz module if we're targeting quartzColin Walters2013-05-201-0/+2
* Bug 694273 - Patch to support NSTextInputClient in text widgetsE. K. Kato2013-05-202-0/+406
* imcontexts: Include config.h firstBenjamin Otte2013-05-072-2/+4
* Add missing $(EXEEXT) for gtk-query-immodules-3.0Kouhei Sutou2013-01-201-3/+3
* Bug 668239 - texts disappear when notebook switch page at zh_CN locateChun-wei Fan2012-12-131-14/+14
* Avoid infinite recursion in the ime input moduleMatthias Clasen2012-11-191-4/+7
* XIM: Don't force random windows to become nativeMatthias Clasen2012-10-011-4/+7
* gtkimcontexttime.c: Check context_ime->client_window is not NULLChun-wei Fan2012-09-031-0/+4
* modules: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-302-2/+3
* Unbreak win32 buildAlexander Larsson2012-03-161-0/+2
* Drop support for pre-R6 XMatthias Clasen2012-03-101-2/+0
* Change FSF AddressJavier Jardón2012-02-2722-66/+22
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* XIM: gracefully deal with non-X backendsMatthias Clasen2011-12-291-0/+2
* Drop DISABLE_DEPRECATED guards here, tooMatthias Clasen2011-11-011-4/+2
* Avoid a crash in gtk_im_context_ime_resetKazuki Iwamoto2011-06-061-0/+3
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-1/+1
* Bump the version to 3.0.0Matthias Clasen2011-02-101-2/+2
* Fix win32 buildFridrich Štrba2011-01-111-0/+4
* Rename gtk-update-icon-cache and gtk-builder-convert backMatthias Clasen2011-01-031-2/+2
* Merge libgdk and libgtkMatthias Clasen2010-12-211-4/+2
* xim: Fix for new style codeBenjamin Otte2010-12-151-26/+9
* im-xim: Use window macros instead of drawable macrosBenjamin Otte2010-12-021-5/+5
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-19/+0
* build: Distribute README.multipressVincent Untz2010-10-111-0/+2
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-1/+1
* imcontextxim: Connect to draw signalBenjamin Otte2010-09-261-14/+7
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-2/+2
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+3
* Use accessor functions in Win32-only codeTor Lillqvist2010-09-091-2/+2