summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkim-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Start of integration of Erwann Chenede's multihead work from theOwen Taylor2002-04-251-5/+22
* Register all stock icons "unscaled" so that we don't have icons onlyOwen Taylor2002-02-271-1/+1
* isspace -> g_ascii_isspace Remove gdki8n.h include. Remove <ctype.h>Darin Adler2002-02-081-1/+1
* Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed aOwen Taylor2001-10-161-1/+1
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-25/+24
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-1/+1
* removedSven Neumann2001-03-151-1/+0
* Remove old XIM code.Owen Taylor2001-03-091-1372/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-3/+3
* Merge no-flicker branch into HEADOwen Taylor2000-03-281-2/+2
* Merges from gtk-1-2Owen Taylor2000-03-141-1/+1
* Fix a reference to window_private->destroyed.Owen Taylor1999-10-031-3/+3
* StartedOwen Taylor1999-10-011-1/+4
* [ Merges from gtk-1-2 ]Federico Mena Quintero1999-09-281-11/+19
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+7
* Changed warnings from g_message() to g_warning().Owen Taylor1999-02-211-8/+8
* If we can't find helvetica, fall back to "fixed". If we can't findOwen Taylor1999-02-101-6/+7
* s/XIM_INSTANTIATE_IS_MISSING_OR_STRANGE/XIM_INST_IS_MISSING_OR_STRANGE/Sebastian Wilhelmi1999-01-281-4/+4
* [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ]Owen Taylor1999-01-281-19/+44
* Fixed off-by-one error when computing length.Owen Taylor1998-12-291-2/+2
* x Pull in string.h for various mem*() and str*() functions, in anJeff Garzik1998-12-241-0/+8
* removed unused var 64-bit cast point to const data Made const-correct.Jeff Garzik1998-12-241-1/+1
* Use setlocale (LC_ALL, NULL), not (LC_ALL, "") to query current locale.Owen Taylor1998-12-171-2/+2
* Define gdk_use_mb outside USE_XIM guard. Removed unnecessary USE_XIM guardSebastian Wilhelmi1998-12-171-8/+8
* Check for broken glibc 2.0 mb functions, and avoid them.Owen Taylor1998-12-171-47/+148
* Commented out testthreads from the build process, since we won't have anyOwen Taylor1998-12-151-5/+3
* Fixed argument list and return type for non-XIM fallback.Sebastian Wilhelmi1998-12-091-8/+8
* New file that holds code for dealing with X Input Methods.Owen Taylor1998-12-091-0/+1447