| Commit message (Expand) | Author | Age | Files | Lines |
* | Substantially rework the handling of status windows: | Owen Taylor | 2003-08-19 | 2 | -201/+407 |
* | Make the list of default languages more comprehensive. (Suggestion of Fco. | Owen Taylor | 2003-08-16 | 1 | -1/+1 |
* | Improve Cedilla handling - based on a patch from Gustavo De Nardin, | Owen Taylor | 2003-08-15 | 2 | -0/+131 |
* | New function for XIM instantiate callback. New function where call to | Hidetoshi Tajima | 2003-06-10 | 1 | -90/+163 |
* | Add a 'finalizing' flag to keep preedit-[start,changed,end] signals from | Hidetoshi Tajima | 2003-06-06 | 2 | -21/+27 |
* | use GETTEXT_PACKAGE to get a translation for "Default"(#113850). | Hidetoshi Tajima | 2003-05-30 | 1 | -1/+1 |
* | make "Default" label of default input method localizable. use translations | Hidetoshi Tajima | 2003-05-30 | 8 | -11/+11 |
* | gtk settings for XIMPreeditNone and XIMStatusNone. (#105909) | Hidetoshi Tajima | 2003-05-21 | 1 | -0/+4 |
* | fix a memory leak, free input context list (#113259). | Hidetoshi Tajima | 2003-05-21 | 1 | -1/+1 |
* | use type of guint32 instead of gumake for XNFilterEvents event | Hidetoshi Tajima | 2003-05-14 | 1 | -1/+1 |
* | Patch from James Henstridge to update to automake-1.7 (#109542) | Owen Taylor | 2003-05-06 | 1 | -12/+15 |
* | Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use | Owen Taylor | 2003-04-18 | 1 | -1/+1 |
* | fix a memory initialization error for selecting input style (#103549). | Hidetoshi Tajima | 2003-01-29 | 1 | -0/+9 |
* | Don't call status_window_set_text() if the status window doesn't already | Owen Taylor | 2002-12-15 | 1 | -4/+3 |
* | === Released GTK+-2.1.4 ===GTK_2_1_4 | Owen Taylor | 2002-12-12 | 1 | -1/+0 |
* | Fix #99593: Fix a memory leak when XmbLookupString returns XBufferOverflow | Hidetoshi Tajima | 2002-11-26 | 1 | -0/+5 |
* | Fix #90661: add im_info->im switch at the top of setup_im() and | Hidetoshi Tajima | 2002-11-13 | 1 | -28/+33 |
* | Don't use connect_swapped() when the function being connected has a | Owen Taylor | 2002-10-15 | 1 | -2/+2 |
* | Initialize info->ics to NULL. (Hidetoshi Tajima.) | Owen Taylor | 2002-10-15 | 1 | -1/+2 |
* | - Make GtkXIMInfo structures per-screen (they were a mix between | Owen Taylor | 2002-10-14 | 1 | -80/+101 |
* | Deprecation cleanup | Manish Singh | 2002-10-13 | 11 | -17/+18 |
* | Patch from Takuro Ashie to fix updating of open_ims list. (#95150) | Owen Taylor | 2002-10-08 | 1 | -1/+1 |
* | Fix memory intilization error caused by my previous checkin. #94908 a | Hidetoshi Tajima | 2002-10-04 | 1 | -1/+1 |
* | Patch from J. Ali Harlow to avoid generating gtk.immodules when | Owen Taylor | 2002-09-27 | 1 | -3/+21 |
* | - use gtk_settings_get_for_screen () instead of gtk_settings_get_default | Hidetoshi Tajima | 2002-09-26 | 1 | -132/+208 |
* | disable/enable preedit/status in GtkIMContextXIM (#59076) | Hidetoshi Tajima | 2002-09-24 | 1 | -3/+69 |
* | Fix incorrect usage of gdk_get_default_root_window ()). (#92767) | Owen Taylor | 2002-09-23 | 1 | -1/+6 |
* | modify a warning when XSetLocaleModifiers() fails, and add a warning when | Hidetoshi Tajima | 2002-09-10 | 2 | -68/+102 |
* | Pass the actual input keycode to XIM, rather than the result of | Owen Taylor | 2002-09-06 | 1 | -1/+1 |
* | Fix some cases where signal connection IDs where being assigned to guint | Owen Taylor | 2002-07-10 | 1 | -2/+2 |
* | Protect against reentrancy problems by emitting ::preedit_changed at the | Owen Taylor | 2002-05-17 | 3 | -24/+74 |
* | Make multihead-safe; use a different IM context per display. | Alex Larsson | 2002-04-30 | 2 | -16/+26 |
* | Fix incorrect return value, filter out returns of 0x7f for the delete key. | Owen Taylor | 2002-03-12 | 1 | -4/+5 |
* | Update version to 2.0.0 | Owen Taylor | 2002-03-05 | 1 | -7/+7 |
* | Fix install location. | Owen Taylor | 2002-03-03 | 1 | -1/+1 |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 1 | -4/+1 |
* | Add ko and zh to the locales where this is the default. | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | Add three Ethiopic input methods from Daniel Yacob. | Owen Taylor | 2002-02-10 | 4 | -2/+1491 |
* | modules/input/imhangul.c modules/input/imhangul-defs.h po/POTFILES.in. Add | Owen Taylor | 2002-01-29 | 3 | -1/+2689 |
* | 1.3.12, interface, binary age 0. | Owen Taylor | 2001-12-23 | 1 | -1/+1 |
* | Display the XIM status callbacks with a popup window. (Patch from | Owen Taylor | 2001-12-07 | 2 | -7/+195 |
* | Use -no-undefined on Windows. Look for .dll or .so as appropriate as | Tor Lillqvist | 2001-11-02 | 1 | -8/+15 |
* | Patch from HideToshi Tajima (#51922) | Owen Taylor | 2001-11-02 | 2 | -4/+47 |
* | Make GtkIMContext derive from GObject, not GtkObject. (#62621) | Owen Taylor | 2001-10-19 | 6 | -13/+13 |
* | Implement a search path for GTK+ modules. | Owen Taylor | 2001-09-11 | 1 | -1/+1 |
* | Version 1.3.7GTK_1_3_7 | Owen Taylor | 2001-09-04 | 1 | -3/+6 |
* | [ Patch from Sebastian Wilhelmi, 52790 ] | Owen Taylor | 2001-08-23 | 1 | -1/+0 |
* | Skip g_convert when to_codeset and from_codeset are both 'UTF-8' (gnome | Hidetoshi Tajima | 2001-08-06 | 1 | -12/+19 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 1 | -1/+1 |
* | Fixup some problems with text length handling in error cases. | Owen Taylor | 2001-06-23 | 1 | -1/+4 |