summaryrefslogtreecommitdiff
path: root/modules/input
Commit message (Expand)AuthorAgeFilesLines
* Substantially rework the handling of status windows:Owen Taylor2003-08-192-201/+407
* Make the list of default languages more comprehensive. (Suggestion of Fco.Owen Taylor2003-08-161-1/+1
* Improve Cedilla handling - based on a patch from Gustavo De Nardin,Owen Taylor2003-08-152-0/+131
* New function for XIM instantiate callback. New function where call toHidetoshi Tajima2003-06-101-90/+163
* Add a 'finalizing' flag to keep preedit-[start,changed,end] signals fromHidetoshi Tajima2003-06-062-21/+27
* use GETTEXT_PACKAGE to get a translation for "Default"(#113850).Hidetoshi Tajima2003-05-301-1/+1
* make "Default" label of default input method localizable. use translationsHidetoshi Tajima2003-05-308-11/+11
* gtk settings for XIMPreeditNone and XIMStatusNone. (#105909)Hidetoshi Tajima2003-05-211-0/+4
* fix a memory leak, free input context list (#113259).Hidetoshi Tajima2003-05-211-1/+1
* use type of guint32 instead of gumake for XNFilterEvents eventHidetoshi Tajima2003-05-141-1/+1
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-12/+15
* Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and useOwen Taylor2003-04-181-1/+1
* fix a memory initialization error for selecting input style (#103549).Hidetoshi Tajima2003-01-291-0/+9
* Don't call status_window_set_text() if the status window doesn't alreadyOwen Taylor2002-12-151-4/+3
* === Released GTK+-2.1.4 ===GTK_2_1_4Owen Taylor2002-12-121-1/+0
* Fix #99593: Fix a memory leak when XmbLookupString returns XBufferOverflowHidetoshi Tajima2002-11-261-0/+5
* Fix #90661: add im_info->im switch at the top of setup_im() andHidetoshi Tajima2002-11-131-28/+33
* Don't use connect_swapped() when the function being connected has aOwen Taylor2002-10-151-2/+2
* Initialize info->ics to NULL. (Hidetoshi Tajima.)Owen Taylor2002-10-151-1/+2
* - Make GtkXIMInfo structures per-screen (they were a mix betweenOwen Taylor2002-10-141-80/+101
* Deprecation cleanupManish Singh2002-10-1311-17/+18
* Patch from Takuro Ashie to fix updating of open_ims list. (#95150)Owen Taylor2002-10-081-1/+1
* Fix memory intilization error caused by my previous checkin. #94908 aHidetoshi Tajima2002-10-041-1/+1
* Patch from J. Ali Harlow to avoid generating gtk.immodules whenOwen Taylor2002-09-271-3/+21
* - use gtk_settings_get_for_screen () instead of gtk_settings_get_defaultHidetoshi Tajima2002-09-261-132/+208
* disable/enable preedit/status in GtkIMContextXIM (#59076)Hidetoshi Tajima2002-09-241-3/+69
* Fix incorrect usage of gdk_get_default_root_window ()). (#92767)Owen Taylor2002-09-231-1/+6
* modify a warning when XSetLocaleModifiers() fails, and add a warning whenHidetoshi Tajima2002-09-102-68/+102
* Pass the actual input keycode to XIM, rather than the result ofOwen Taylor2002-09-061-1/+1
* Fix some cases where signal connection IDs where being assigned to guintOwen Taylor2002-07-101-2/+2
* Protect against reentrancy problems by emitting ::preedit_changed at theOwen Taylor2002-05-173-24/+74
* Make multihead-safe; use a different IM context per display.Alex Larsson2002-04-302-16/+26
* Fix incorrect return value, filter out returns of 0x7f for the delete key.Owen Taylor2002-03-121-4/+5
* Update version to 2.0.0Owen Taylor2002-03-051-7/+7
* Fix install location.Owen Taylor2002-03-031-1/+1
* Fixes for uninstalled operation with module suffixes other than .so and inOwen Taylor2002-03-031-4/+1
* Add ko and zh to the locales where this is the default.Owen Taylor2002-02-271-1/+1
* Add three Ethiopic input methods from Daniel Yacob.Owen Taylor2002-02-104-2/+1491
* modules/input/imhangul.c modules/input/imhangul-defs.h po/POTFILES.in. AddOwen Taylor2002-01-293-1/+2689
* 1.3.12, interface, binary age 0.Owen Taylor2001-12-231-1/+1
* Display the XIM status callbacks with a popup window. (Patch fromOwen Taylor2001-12-072-7/+195
* Use -no-undefined on Windows. Look for .dll or .so as appropriate asTor Lillqvist2001-11-021-8/+15
* Patch from HideToshi Tajima (#51922)Owen Taylor2001-11-022-4/+47
* Make GtkIMContext derive from GObject, not GtkObject. (#62621)Owen Taylor2001-10-196-13/+13
* Implement a search path for GTK+ modules.Owen Taylor2001-09-111-1/+1
* Version 1.3.7GTK_1_3_7Owen Taylor2001-09-041-3/+6
* [ Patch from Sebastian Wilhelmi, 52790 ]Owen Taylor2001-08-231-1/+0
* Skip g_convert when to_codeset and from_codeset are both 'UTF-8' (gnomeHidetoshi Tajima2001-08-061-12/+19
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+1
* Fixup some problems with text length handling in error cases.Owen Taylor2001-06-231-1/+4