| Commit message (Expand) | Author | Age | Files | Lines |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 14 | -14/+14 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 13 | -13/+13 |
* | Don't use the deprecated GTK_* GtkType macros. | Tor Lillqvist | 2008-06-17 | 1 | -5/+5 |
* | modules/input/gtkimcontextmultipress.h modules/input/gtkimcontextthai.h | Michael Natterer | 2008-06-17 | 3 | -24/+22 |
* | modules/input/gtkimcontextime.h modules/input/gtkimcontextmultipress.h | Michael Natterer | 2008-05-27 | 15 | -42/+38 |
* | examples/gtkdial/gtkdial.h use G_BEGIN/END_DECLS. | Michael Natterer | 2008-05-26 | 1 | -7/+2 |
* | use GETTEXT_PACKAGE instead of "gtk20". | Michael Natterer | 2008-05-02 | 1 | -2/+2 |
* | Register the right translation domain. | Matthias Clasen | 2008-05-01 | 1 | -1/+1 |
* | include <pango/pango.h> instead of <pango/pango-layout.h>. | Michael Natterer | 2008-04-25 | 1 | -1/+1 |
* | gtk/gtkicontheme.h include <gdk/gdk.h> instead of <gdk/gdkscreen.h>. | Michael Natterer | 2008-04-18 | 1 | -1/+0 |
* | Bug 523225 - modules/input/im*.c: MODULE_ENTRY macros make illegal code | Tor Lillqvist | 2008-03-18 | 12 | -131/+83 |
* | Bug 99192 - Add --with-include-input-modules | Tor Lillqvist | 2008-03-17 | 13 | -76/+240 |
* | Remove all .cvsignore files. | Michael Natterer | 2007-12-13 | 1 | -7/+0 |
* | call g_test_init() from gtk_test_init(). | 15:39:40 Tim Janik | 2007-11-22 | 1 | -0/+1 |
* | Fix some live cycle issues | Matthias Clasen | 2007-10-07 | 1 | -9/+32 |
* | Change input method behavior to act on key presses instead of key | Daniel Elstner | 2007-06-17 | 1 | -48/+20 |
* | Fix broken DESTDIR support | Matthias Clasen | 2007-05-24 | 1 | -2/+2 |
* | Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan) | Behdad Esfahbod | 2007-05-14 | 1 | -1/+2 |
* | Use LDADDS for im-multipress.la, too: | Tor Lillqvist | 2007-03-27 | 1 | -0/+1 |
* | Add the multipress input method. (#417446, Johannes Schmid, Murray | Matthias Clasen | 2007-03-18 | 6 | -0/+860 |
* | Don't commit modifier-adorned characters. (#331369, #335796, Lin Ma and | Matthias Clasen | 2007-03-09 | 1 | -0/+4 |
* | Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, | Matthias Clasen | 2007-03-09 | 1 | -2/+1 |
* | destroy the XIM only if it exists. While the code does look safe in | Michael Natterer | 2007-01-26 | 1 | -1/+1 |
* | Be careful to not override GTK+ translations with the translations of the | Matthias Clasen | 2006-12-23 | 1 | -2/+2 |
* | Remove the broken Thai input method and add a functional Thai and Lao | Behdad Esfahbod | 2006-11-29 | 7 | -218/+743 |
* | Cleanups | Matthias Clasen | 2006-10-08 | 1 | -1/+1 |
* | If major.minor of required and available glib versions are the same, add | Behdad Esfahbod | 2006-01-29 | 1 | -1/+0 |
* | Include <config.h>. (#317444, Kazuki Iwamoto) | Tor Lillqvist | 2005-09-28 | 1 | -0/+1 |
* | Add copyright and license information | Matthias Clasen | 2005-07-12 | 1 | -4/+20 |
* | Fix includes | Matthias Clasen | 2005-07-06 | 1 | -3/+4 |
* | Don't prematurely unregister callbacks. | Matthias Clasen | 2005-06-30 | 1 | -1/+1 |
* | Avoid a segfault. (#309054) | Matthias Clasen | 2005-06-27 | 1 | -14/+20 |
* | Unregister XIM callbacks here. (#309054) | Matthias Clasen | 2005-06-27 | 2 | -7/+20 |
* | modules/engines/Makefile.am Decide whether to build the ms-windows theme | Tor Lillqvist | 2005-06-04 | 1 | -1/+1 |
* | Use the wide character version of ImmGetCompositionString() here, too. | Tor Lillqvist | 2005-02-03 | 1 | -2/+2 |
* | Use NULL, not 0 to terminate NULL-terminated va lists. (#165683) | Matthias Clasen | 2005-01-31 | 1 | -3/+3 |
* | Prevent double commits, don't commit when Ctrl is present. (#160376, | Matthias Clasen | 2004-12-06 | 1 | -0/+4 |
* | Use the module's correct name in test. (#160122) | Tor Lillqvist | 2004-12-01 | 1 | -1/+1 |
* | modules/engines/ms-windows/msw_rc_style.c | Manish Singh | 2004-11-19 | 11 | -13/+13 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -1/+1 |
* | Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by | Tor Lillqvist | 2004-10-01 | 2 | -180/+163 |
* | Fix the spelling of Inuktitut in several places. (#154176, John Austin) | Matthias Clasen | 2004-10-01 | 1 | -2/+2 |
* | Link with -limm32. | Tor Lillqvist | 2004-08-30 | 2 | -4/+4 |
* | Build imime.la on Windows. | Matthias Clasen | 2004-08-26 | 5 | -1/+1294 |
* | Fix the recent string_conversion_callback change to work on Solaris. | Matthias Clasen | 2004-05-04 | 1 | -2/+2 |
* | Patch to add support for string conversion callbacks to | Theppitak Karoonboonyanan | 2004-04-24 | 2 | -8/+152 |
* | Clear preedit string and emit preedit_changed as needed on AIX. (#130617, | Owen Taylor | 2004-03-11 | 1 | -0/+7 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 11 | -0/+11 |
* | Interrupted commit. | Matthias Clasen | 2004-02-22 | 1 | -0/+2 |
* | only reference input method modules we've actually built. Fixes re-build | Mark McLoughlin | 2004-02-17 | 1 | -1/+1 |