gtk3/gdk
Tor Lillqvist 8439956a9c Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by
2004-10-01  Tor Lillqvist  <tml@iki.fi>

	* gdk/win32/gdkglobals-win32.c: Set _gdk_input_ignore_wintab to
	FALSE, thus enabling tablet input by default.

	* gdk/win32/gdkmain-win32.c (_gdk_windowing_args): Accept the
	--use-wintab option again (but without effect, as this is now the
	default, see above). (#153788)

	* modules/input/gtkimcontextime.c: Numerous changes.

	Remove the ifdef UNICODE conditionals. Always use the
	wide-character Imm* API. It is present also in Windows 98 and
	Me. (Not Windows 95, but I think we don't care about that.) Using
	the multibyte API wouldn't work anyway on systems where the system
	codepage doesn't support the language the user uses an IME for, so
	for instance I wouldn't be able to test this module on my English
	Windows 2000 although I do have C, J and K IMEs available.

	Guard against IMM not being active, always check ImmGetContext()
	returning NULL. Work to some extent even without any IME. Fixes
	#153800 at least partially.

	* modules/input/imime.c (ime_info): Rename to "ime" to match the
	naming pattern of other input modules. Make it default for
	ja:ko:zh only.
2004-10-01 19:53:55 +00:00
..
linux-fb Make gtk argument parsing use goption. Add gtk_get_option_group and 2004-09-05 15:09:55 +00:00
win32 Set _gdk_input_ignore_wintab to FALSE, thus enabling tablet input by 2004-10-01 19:53:55 +00:00
x11 Warn if a UTF8_STRING or text/plain;charset=utf-8 roperty contains invalid 2004-09-17 03:23:32 +00:00
.cvsignore Shut up CVS 2004-08-18 15:38:21 +00:00
abicheck.sh 2.5.2 2004-08-25 16:21:15 +00:00
COPYING
gdk.c remove now unused arg variables. 2004-09-21 23:35:18 +00:00
gdk.h Make gtk argument parsing use goption. Add gtk_get_option_group and 2004-09-05 15:09:55 +00:00
gdk.symbols Add new functions 2004-09-05 15:14:21 +00:00
gdkcolor.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkcolor.h
gdkconfig.h.win32
gdkcursor.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkcursor.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gdkdisplay.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkdisplay.h Check for XFIXES extension. 2004-05-18 20:56:54 +00:00
gdkdisplaymanager.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkdisplaymanager.h
gdkdnd.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkdnd.h Really fix the initialization of the target list. 2004-08-06 17:03:52 +00:00
gdkdraw.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkdrawable.h Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangle 2004-07-27 21:58:09 +00:00
gdkevents.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkevents.h Check for XFIXES extension. 2004-05-18 20:56:54 +00:00
gdkfont.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkfont.h
gdkgc.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkgc.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gdkglobals.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdki18n.h
gdkimage.c Use the correct index variable. (#150941, Tommi Komulainen) 2004-08-24 14:32:15 +00:00
gdkimage.h
gdkinput.h
gdkinternals.h remove now unused arg variables. 2004-09-21 23:35:18 +00:00
gdkintl.h
gdkkeynames.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkkeys.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkkeys.h
gdkkeysyms.h
gdkkeyuni.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkmarshalers.list
gdkpango.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkpango.h
gdkpixbuf-drawable.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkpixbuf-render.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkpixbuf.h
gdkpixmap.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkpixmap.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gdkpoly-generic.h
gdkpolyreg-generic.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkprivate.h
gdkproperty.h
gdkrectangle.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkregion-generic.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkregion-generic.h
gdkregion.h
gdkrgb.c Set unused bits in pixel to 1s in case they are used as alpha; copying 2004-08-23 05:19:52 +00:00
gdkrgb.h Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkscreen.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkscreen.h GC caching, bug #125645 (based on patch by Brian Cameron) 2004-02-18 00:59:14 +00:00
gdkselection.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkselection.h
gdkspawn.h
gdktypes.h Add a comment about unused bits. 2004-05-14 13:37:07 +00:00
gdkvisual.c Add hidden aliases for exported symbols which are used internally in order 2004-08-09 20:14:43 +00:00
gdkvisual.h
gdkwindow.c Make gdk_window_process_[all]_updates() respect update_freeze_counter 2004-08-26 14:09:08 +00:00
gdkwindow.h Bug 143330, support update counter spec. 2004-07-11 13:26:57 +00:00
makeenums.pl
Makefile.am 2.5.2 2004-08-25 16:21:15 +00:00
makefile.msc
makegdkalias.pl New option --disable-visibility to disable the use of ELF visibility 2004-09-15 02:03:58 +00:00
testgdk.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00