summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.c
Commit message (Expand)AuthorAgeFilesLines
* imcontext: Fix typo on ctrl+shift+u hex sequences handlingCarlos Garnacho2017-10-021-1/+1
* im context simple: Use GdkEvent APIMatthias Clasen2017-09-191-1/+1
* imcontext: Update to using GdkEvent APICarlos Garnacho2017-09-191-39/+55
* Fix a corner-case for emoji inputMatthias Clasen2017-09-111-1/+1
* Don't consume too many key releasesMatthias Clasen2017-08-221-4/+7
* Enough with the beeping!Matthias Clasen2017-08-051-5/+11
* Add support for entering emoji by nameMatthias Clasen2017-08-041-36/+238
* imcontext: Remove API dependency on GdkWindowCarlos Garnacho2017-05-251-8/+8
* Add a since tagMatthias Clasen2016-11-191-1/+3
* gtk: Update path references from gtk-3.0 to gtk-4.0Rico Tzschichholz2016-10-231-2/+2
* gtk: Use appropriate constness for variablesEmmanuele Bassi2016-10-171-2/+2
* gtk: Mark internal functions as staticEmmanuele Bassi2016-10-171-1/+1
* W32: Prefer the deadkey combinations that the OS usesРуслан Ижбулатов2016-08-041-0/+29
* Take a reference on the im context for async opsMatthias Clasen2016-03-011-6/+2
* Drop some unused debug printfsMatthias Clasen2016-02-281-31/+3
* imcontextsimple: Remove unused variable on win32Benjamin Otte2016-02-111-5/+2
* Don't include the builtin sequence table in multiple placesMatthias Clasen2016-01-301-0/+1
* im context simple: Protect shared data structuresMatthias Clasen2016-01-181-2/+23
* Avoid an unused variable warningMatthias Clasen2015-11-161-4/+1
* gtkimcontextsimple.c: Use X11_DATA_PREFIX only on X11/WaylandChun-wei Fan2015-11-131-4/+20
* im context simple: Add documentationMatthias Clasen2015-10-091-0/+15
* GtkIMContextSimple: Load locale compose tables dynamically.Takao Fujiwara2015-10-091-18/+171
* GtkIMContextSimple: Change guint to guint16 in gtkimcontextsimple.cTakao Fujiwara2015-10-081-5/+5
* GtkIMContextSimple: export _gtk_check_compact_table() and GtkComposeTableTakao Fujiwara2015-10-081-57/+87
* cleanup: do not set members to null in finalizePaolo Borelli2015-08-011-1/+0
* Code cleanupMatthias Clasen2015-07-311-7/+2
* im context: Fix compiler warningsMatthias Clasen2015-06-021-3/+0
* Silence a compiler warningMatthias Clasen2015-02-221-0/+1
* Update gtk_compose_seqs_compact[] table for French layout bepo variant.Takao Fujiwara2014-09-101-2/+2
* gtk: port missing array annotations from Vala bindingsEvan Nemerson2014-05-271-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
* GtkIMContextSimple: Update compose tableTakao Fujiwara2013-12-141-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-6/+2
* gtk: convert keyvals to unicode before committing to the imcontextMichael Natterer2012-11-301-4/+5
* gtk: add more OSX special casing for the deadacute and deaddoubleacute keysMichael Natterer2012-11-301-12/+37
* Fix a typo in the the commentsWilliam Jon McCann2012-08-261-1/+1
* quartz: add a special case to GtkIMContextSimply for entering '"'Michael Natterer2012-05-101-0/+39
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Remove leftover debug spewMatthias Clasen2012-02-141-1/+0
* GtkImContextSimple: fix tentative match handlingMatthias Clasen2011-12-291-30/+37
* Cosmetic changes to commentsMatthias Clasen2011-12-291-13/+13
* gtk: use the new modifier API instead of GTK_DEFAULT_ACCEL_MOD_MASKMichael Natterer2011-10-071-2/+7
* gtk: remove the private GTK_NO_TEXT_INPUT_MOD_MASKMichael Natterer2011-09-271-1/+10
* gtk: fix entering of Option-foo symbols on the MacMichael Natterer2011-09-261-1/+1
* Don't only use ch != 0 to check if a character is a control char.Jasper St. Pierre2011-03-161-1/+1
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+1
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-40/+40
* gtk: Avoid GdkDrawable usage, including needless castsBenjamin Otte2010-12-021-1/+1
* GtkIMContextSimple: avoid gdk_window_get_user_dataRyan Lortie2010-10-201-18/+7