summaryrefslogtreecommitdiff
path: root/modules/input
Commit message (Expand)AuthorAgeFilesLines
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
* Include <config.h>. (#317444, Kazuki Iwamoto)Tor Lillqvist2005-09-281-0/+1
* Add copyright and license informationMatthias Clasen2005-07-121-4/+20
* Fix includesMatthias Clasen2005-07-061-3/+4
* Don't prematurely unregister callbacks.Matthias Clasen2005-06-301-1/+1
* Avoid a segfault. (#309054)Matthias Clasen2005-06-271-14/+20
* Unregister XIM callbacks here. (#309054)Matthias Clasen2005-06-272-7/+20
* modules/engines/Makefile.am Decide whether to build the ms-windows themeTor Lillqvist2005-06-041-1/+1
* Use the wide character version of ImmGetCompositionString() here, too.Tor Lillqvist2005-02-031-2/+2
* Use NULL, not 0 to terminate NULL-terminated va lists. (#165683)Matthias Clasen2005-01-311-3/+3
* Prevent double commits, don't commit when Ctrl is present. (#160376,Matthias Clasen2004-12-061-0/+4
* Use the module's correct name in test. (#160122)Tor Lillqvist2004-12-011-1/+1
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-1911-13/+13
* Fix many sparse warnings.Matthias Clasen2004-10-281-1/+1
* Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input byTor Lillqvist2004-10-012-180/+163
* Fix the spelling of Inuktitut in several places. (#154176, John Austin)Matthias Clasen2004-10-011-2/+2
* Link with -limm32.Tor Lillqvist2004-08-302-4/+4
* Build imime.la on Windows.Matthias Clasen2004-08-265-1/+1294
* Fix the recent string_conversion_callback change to work on Solaris.Matthias Clasen2004-05-041-2/+2
* Patch to add support for string conversion callbacks toTheppitak Karoonboonyanan2004-04-242-8/+152
* Clear preedit string and emit preedit_changed as needed on AIX. (#130617,Owen Taylor2004-03-111-0/+7
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0611-0/+11
* Interrupted commit.Matthias Clasen2004-02-221-0/+2
* only reference input method modules we've actually built. Fixes re-buildMark McLoughlin2004-02-171-1/+1
* gtk/gtktextlayout.c (line_display_iter_to_index) Only adjust the preeditOwen Taylor2004-01-291-2/+4
* Remove broken hangul input module.Changwoo Ryu2004-01-273-2689/+0
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders andManish Singh2003-11-181-1/+5
* === Released 2.3.0 ===GTK_2_3_0Owen Taylor2003-10-241-1/+1
* 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