summaryrefslogtreecommitdiff
path: root/gtk/gtkimmulticontext.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Avoid GdkDrawable usage, including needless castsBenjamin Otte2010-12-021-1/+1
* gtk: gdk_drawable_get_screen/visual => gdk_window_get_screen/visualBenjamin Otte2010-09-261-1/+1
* gtkimmulticontext: move documentation to inline commentsJavier Jardón2010-09-011-0/+8
* GtkIMMulticontext: move public members to private structureJavier Jardón2010-07-131-61/+87
* Use accessor functions to access GtkCheckMenuItemJavier Jardón2010-07-131-1/+1
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Allow running without any im contextMatthias Clasen2010-02-091-3/+37
* Don't forget to set the client window on the slaveMatthias Clasen2009-09-041-0/+3
* Rework the way IM contexts are setMatthias Clasen2009-09-041-39/+33
* Revert changes for bug 567124. Instead of trying to avoidMatthias Clasen2009-01-251-6/+2
* Bug 450716 – New API to change global IMMatthias Clasen2009-01-131-19/+41
* Use C_() instead of Q_(). String change!Matthias Clasen2008-10-271-2/+2
* Bug 553086 – hard to see current immoduleMatthias Clasen2008-09-301-3/+20
* Add a getter for the the sealed context_id field.Matthias Clasen2008-09-291-1/+18
* Bug 552837 – mem leak in gtkimmulticontextChristian Persch2008-09-191-0/+1
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-11/+11
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Bug 503071 – Application direction changes to right to left even ifBehdad Esfahbod2008-06-111-1/+1
* Bug 503071 - Application direction changes to right to left even if theres14:27:34 Tim Janik2008-05-201-1/+1
* call g_i18n_init() in gettext_initialization(). do gettext_initializationYair Hershkovitz2008-05-111-1/+1
* Add a gtk-im-module GTK settingMatthias Clasen2007-12-181-20/+65
* Proper fix for #396175:Tor Lillqvist2007-01-171-9/+1
* don't include "gtkprivate.h" to avoid differing definitions ofHans Breuer2007-01-131-1/+9
* Be careful to not override GTK+ translations with the translations of theMatthias Clasen2006-12-231-10/+55
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* Convert to use instance private data.Matthias Clasen2006-01-111-2/+3
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-1/+1
* Don't use zip -r on the etc directory, to avoid including editor backupTor Lillqvist2003-09-201-4/+3
* Replace client_window field with 'priv' pointer, retaining binaryOwen Taylor2003-08-191-5/+42
* Improve Cedilla handling - based on a patch from Gustavo De Nardin,Owen Taylor2003-08-151-4/+1
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-201-0/+1
* make "Default" label of default input method localizable. use translationsHidetoshi Tajima2003-05-301-2/+30
* Include config.h (#96441, Morten Welinder)Owen Taylor2002-10-221-0/+2
* Deprecation cleanupManish Singh2002-10-101-17/+16
* Add a note that yes, we do know what () means and we can't change it.Owen Taylor2002-08-051-1/+1
* Fix memory leak. (Patch from Matthias Clasen, #84926)Owen Taylor2002-06-121-0/+2
* Protect against reentrancy problems by emitting ::preedit_changed at theOwen Taylor2002-05-171-1/+6
* Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC,Owen Taylor2002-03-201-4/+4
* Patch from Yao Zhang fixing reference count leak.Owen Taylor2002-03-181-1/+6
* Fix bug where we called get_surrounding on the context,. not the slave.Owen Taylor2002-02-141-1/+1
* Reset the existing slave before removing it to give it a chance to commitOwen Taylor2001-12-121-7/+16
* Patch from HideToshi Tajima (#51922)Owen Taylor2001-11-021-0/+14