summaryrefslogtreecommitdiff
path: root/gtk/gtkimmulticontext.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add: - A ::retrieve_surrounding signal that asks the widget for contextOwen Taylor2001-11-011-12/+91
* Documentation updates.Matthias Clasen2001-10-281-0/+7
* to simplify parsing for exported functions: - made implementationHans Breuer2001-10-271-6/+6
* Make GtkIMContext derive from GObject, not GtkObject. (#62621)Owen Taylor2001-10-191-36/+50
* Add a direction-changed signal, and gdk_keymap_get_current_direction().Owen Taylor2001-06-081-5/+8
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-5/+0
* Add missing NULL on valist.Owen Taylor2001-03-291-3/+13
* fix warningsHavoc Pennington2001-03-241-1/+1
* rename set_cursor_pos to set_cursor_location in GtkInputContext classHideToshi Tajima2001-03-161-5/+5
* add set_cursor_pos() virtual methodHideToshi Tajima2001-03-141-0/+14
* Make parent_class static.Owen Taylor2000-11-121-6/+107
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-3/+3