gtk3/gtk
Tor Lillqvist 00c5e83871 Add new keysyms from X11R6.4 (including EuroSign).
1999-10-31  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
EuroSign).

* gdk/gdktypes.h: Add note about wchar_t not necessarily being the
same type as GdkWChar, especially on Win32.

* gdk/win32/*.c: Change gdk_root_parent to be a pointer.

* gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
before passing to Windows GDI for drawing etc. Convert to the
system default codepage before passing to Windows as window
titles.

* gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
support changing input locale on the fly.

* gdk/win32/gdkevent.c: Support input language (keyboard locale)
on-the-fly changes. Convert incoming characters from the current
codepage to Unicode (and then to a UTF-8 multi-byte string) based
on the current input language. Use keysym<->Unicode mapping tables
and functions borrowed from xterm sources.

Support IMEs (Input Method Editors) for CJK languages. On non-CJK
editions of Win9x, use the ActiveX-based Active IMM (Input Method
Manager) if available. IMEs and the Active IMM are available under
the disguise of Chinese, Korean and Japanese support for IE and
Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
support is present in all editions (as long as you install it).

Call DispatchMessage from gdk_events_queue() (and thus
gdk_WindowProc()), instead of duplicating the code in
gdk_WindowProc().

Reworked the grab handling and propagation code, factored out
duplicated code snippets into separate functions. Other cleanups,
too.

* gdk/win32/surrogate-dimm.h: Provide just the bits we need from
the <dimm.h> header describing the Active IMM.

* gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
just do the same as for "single" fonts.

* gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
the new keysyms from gdkkeysyms.h.

* gtk/gtkfontsel.c (Win32): Load the font for the preview as a
fontset, so that gtkentry uses wide characters.

* gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
GTk+'s system directory "gtk+", not "gtk".
1999-10-31 21:35:39 +00:00
..
.cvsignore build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from 1999-03-17 02:43:20 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c s/G_HAVE_CYGWIN/G_WITH_CYGWIN/ 1999-10-06 19:47:24 +00:00
fnmatch.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gdk-pixbuf-loader.c Actually load the image handler when we determine the image type. 1999-10-29 19:27:51 +00:00
gdk-pixbuf-loader.h Return a GdkPixbufLoader, not a GtkObject. 1999-10-27 17:31:07 +00:00
genmarshal.pl Put output files in the current directory and not in the $(srcdir) since 1998-11-17 20:47:33 +00:00
gtk-boxed.defs define GtkCTreeNode as boxed type use GTK_CTREE_NODE_TYPE instead of 1998-11-26 18:47:58 +00:00
gtk.def Use G_OS_WIN32. 1999-10-19 21:52:55 +00:00
gtk.h build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from 1999-03-17 02:43:20 +00:00
gtkaccelgroup.c Actually change <strings.h> to <string.h> as I already said in the 1999-03-15 17:48:28 +00:00
gtkaccelgroup.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkaccellabel.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkaccellabel.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkadjustment.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkadjustment.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkalignment.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkalignment.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkarg.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkarg.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkargcollector.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkarrow.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkarrow.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkaspectframe.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkaspectframe.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbbox.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbin.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbin.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbindings.c Actually change <strings.h> to <string.h> as I already said in the 1999-03-15 17:48:28 +00:00
gtkbindings.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbox.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkbutton.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcalendar.c This might seem like a large patch, but it isn't that bad, and nothing 1999-03-15 00:03:37 +00:00
gtkcalendar.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcheckbutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcheckbutton.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcheckmenuitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcheckmenuitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkclist.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkclist.h Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkcolorsel.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkcolorsel.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkcombo.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkcombo.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkcompat.h.in build gtkcompat.h from gtkcompat.h.in instead of gtkfeatures.h from 1999-03-17 02:43:20 +00:00
gtkcompat.h.win32 Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common 1999-03-18 18:44:04 +00:00
gtkcontainer.c Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkcontainer.h Incremented version to 1.2.0. -Shawn <amundson@gtk.org> 1999-02-25 21:39:14 +00:00
gtkctree.c merges from gtk-1-2 1999-04-30 11:48:42 +00:00
gtkctree.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcurve.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkcurve.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdata.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdata.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdebug.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdialog.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdialog.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdnd.c Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef 1999-09-29 23:47:22 +00:00
gtkdnd.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkdrawingarea.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkdrawingarea.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkeditable.c Merge in Win32 version: Define macro GDKVAR for declaring gdk variables 1999-03-17 23:02:10 +00:00
gtkeditable.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkentry.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkentry.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkenums.h This is an implementation of Idea #13 from 1999-10-02 17:13:09 +00:00
gtkeventbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkeventbox.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkfeatures.h.in [ Merges from gtk-1-2 ] 1999-09-28 20:19:13 +00:00
gtkfilesel.c s/G_HAVE_CYGWIN/G_WITH_CYGWIN/ 1999-10-06 19:47:24 +00:00
gtkfilesel.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkfixed.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkfixed.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkfontsel.c Add new keysyms from X11R6.4 (including EuroSign). 1999-10-31 21:35:39 +00:00
gtkfontsel.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkframe.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkframe.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkgamma.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkgamma.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkgc.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkgc.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhandlebox.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkhandlebox.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkhbbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhbbox.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhbox.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhpaned.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkhpaned.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkhruler.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkhruler.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkhscale.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhscale.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhscrollbar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhscrollbar.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhseparator.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkhseparator.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkimage.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkimage.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkinputdialog.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkinputdialog.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkintl.h Added gettext-10.35 1998-12-14 17:39:58 +00:00
gtkinvisible.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkinvisible.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkitemfactory.c correct checking for BeOS check 1999-10-04 19:03:05 +00:00
gtkitemfactory.h Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtklabel.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtklabel.h gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was 1999-09-13 22:06:11 +00:00
gtklayout.c Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef 1999-09-29 23:47:22 +00:00
gtklayout.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtklist.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtklist.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtklistitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtklistitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmain.c Add new keysyms from X11R6.4 (including EuroSign). 1999-10-31 21:35:39 +00:00
gtkmain.h correct checking for BeOS check 1999-10-04 19:03:05 +00:00
gtkmarshal.list Change signal for drag_data_get to match the use that was being made of it 1998-10-19 00:51:21 +00:00
gtkmarshalers.list Change signal for drag_data_get to match the use that was being made of it 1998-10-19 00:51:21 +00:00
gtkmenu.c Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkmenu.h Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkmenubar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenubar.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenufactory.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkmenufactory.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenuitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenuitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmenushell.c Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkmenushell.h Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkmisc.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkmisc.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtknotebook.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtknotebook.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkobject.c warn about &widget->requisition, even for toplevels. 1999-02-24 16:29:47 +00:00
gtkobject.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkoptionmenu.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkoptionmenu.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpacker.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpacker.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpaned.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpaned.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpixmap.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkpixmap.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkplug.c Fix a reference to window_private->destroyed. 1999-10-03 22:12:41 +00:00
gtkplug.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkpreview.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkpreview.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkprivate.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkprogress.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkprogress.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkprogressbar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkprogressbar.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkradiobutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkradiobutton.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkradiomenuitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkradiomenuitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkrange.c This might seem like a large patch, but it isn't that bad, and nothing 1999-03-15 00:03:37 +00:00
gtkrange.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkrc Collecttion of the locale dependent gtkrc files and 1999-02-19 20:09:53 +00:00
gtkrc.bg added new gtkrc.* files for new encodings 1999-10-04 14:23:50 +00:00
gtkrc.c Add new keysyms from X11R6.4 (including EuroSign). 1999-10-31 21:35:39 +00:00
gtkrc.el added gtkrc.?? files for various iso-8859-2 languages, 1999-04-23 04:24:41 +00:00
gtkrc.eo added gtkrc.?? files for various iso-8859-2 languages, 1999-04-23 04:24:41 +00:00
gtkrc.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkrc.he added gtkrc.?? files for various iso-8859-2 languages, 1999-04-23 04:24:41 +00:00
gtkrc.hy added gtkrc.?? files for various iso-8859-2 languages, 1999-04-23 04:24:41 +00:00
gtkrc.iso88592 - retrived last changes. This bad ide fixing this kind problems on gtk+ 1999-09-25 07:27:10 +00:00
gtkrc.iso88595 added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.iso885913 added new gtkrc.* files for new encodings 1999-10-04 14:23:50 +00:00
gtkrc.iso885914 added new gtkrc.* files for new encodings 1999-10-04 14:23:50 +00:00
gtkrc.iso885915 added new gtkrc.* files for new encodings 1999-10-04 14:23:50 +00:00
gtkrc.ja Collecttion of the locale dependent gtkrc files and 1999-02-19 20:09:53 +00:00
gtkrc.ka_GE.georgianacademy added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.ka_GE.georgianps added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.ko Collecttion of the locale dependent gtkrc files and 1999-02-19 20:09:53 +00:00
gtkrc.ru added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.sl added gtkrc.?? files for various iso-8859-2 languages, 1999-04-23 04:24:41 +00:00
gtkrc.th added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.tr added gtkrc.?? files for various iso-8859-2 languages, 1999-04-23 04:24:41 +00:00
gtkrc.uk added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.vi_VN.tcvn added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.vi_VN.viscii added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.zh_CN added gtkrc.* files for all encodings I know 1999-06-23 10:50:31 +00:00
gtkrc.zh_TW.Big5 moved gtkrc.zh_TW to gtkrc.zh_TW.Big5 1999-06-25 22:21:15 +00:00
gtkruler.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkruler.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkscale.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkscale.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkscrollbar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkscrollbar.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkscrolledwindow.c still request the extra width or height if the corresponding scrollbar is 1999-02-25 14:08:50 +00:00
gtkscrolledwindow.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkselection.c Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef 1999-09-29 23:47:22 +00:00
gtkselection.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkseparator.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkseparator.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtksignal.c Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtksignal.h added function to check if a specific signal handler connection exists 1999-02-24 23:34:14 +00:00
gtksocket.c Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef 1999-09-29 23:47:22 +00:00
gtksocket.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkspinbutton.c Added two new signals to GtkSpinButton, "input" and "output", to make the 1999-02-28 16:04:47 +00:00
gtkspinbutton.h Added two new signals to GtkSpinButton, "input" and "output", to make the 1999-02-28 16:04:47 +00:00
gtkstatusbar.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkstatusbar.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkstyle.c Merge in Win32 version: Define macro GDKVAR for declaring gdk variables 1999-03-17 23:02:10 +00:00
gtkstyle.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktable.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktable.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktearoffmenuitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktearoffmenuitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktext.c if the widget is not editable, don't silently eat up GDK_Return, GDK_Home 1999-02-24 18:47:49 +00:00
gtktext.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkthemes.c Update gcc build instructions. Mention gettext is GPL. 1999-07-21 19:27:25 +00:00
gtkthemes.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktipsquery.c gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was 1999-09-13 22:06:11 +00:00
gtktipsquery.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktogglebutton.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktogglebutton.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktoolbar.c This is an implementation of Idea #13 from 1999-10-02 17:13:09 +00:00
gtktoolbar.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtktooltips.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktooltips.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktree.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktree.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktreeitem.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktreeitem.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktypebuiltins_evals.c Allow button 2 to act as GDK_ACTION_ASK. Also, allow MOD1 to specify 1999-01-20 23:53:29 +00:00
gtktypeutils.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtktypeutils.h gdk/gdkcolor.c (gdk_colormap_new) Fix memory leak: colormap->colors was 1999-09-13 22:06:11 +00:00
gtkvbbox.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkvbbox.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkvbox.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvbox.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkviewport.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkviewport.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvpaned.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkvpaned.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkvruler.c Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkvruler.h Add gdk_threads_mutex. 1999-09-17 18:17:20 +00:00
gtkvscale.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvscale.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvscrollbar.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvscrollbar.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvseparator.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkvseparator.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
gtkwidget.c Fix a reference to window_private->destroyed. 1999-10-03 22:12:41 +00:00
gtkwidget.h Tue Mar 16 17:43:33 1999 Tim Janik <timj@gtk.org> 1999-03-17 01:39:42 +00:00
gtkwindow.c Merge in Win32 version: Define macro GDKVAR for declaring gdk variables 1999-03-17 23:02:10 +00:00
gtkwindow.h Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common 1999-03-18 18:44:04 +00:00
makeenums.pl I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
Makefile.am added new gtkrc.* files for new encodings 1999-10-04 14:23:50 +00:00
makefile.cygwin Use G_OS_WIN32. 1999-10-19 21:52:55 +00:00
makefile.msc Use G_OS_WIN32. 1999-10-19 21:52:55 +00:00
maketypes.awk Use G_OS_WIN32. 1999-10-19 21:52:55 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
simple.c Include gdkprivate.h withouh gdk/ path, as it shouldn't be in the common 1999-03-18 18:44:04 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testdnd.c X expects longs, not uint32 for XChangeProperty, when format == 32. 1999-01-23 20:32:20 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c This is an implementation of Idea #13 from 1999-10-02 17:13:09 +00:00
testgtkrc Add (commented out) Windows-style theme include line. 1999-05-25 04:03:14 +00:00
testgtkrc2 fixed lookup order for rc styles. the latest defined rc set pattern is 1998-06-30 12:34:36 +00:00
testinput.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
testrgb.c This might seem like a large patch, but it isn't that bad, and nothing 1999-03-15 00:03:37 +00:00
testselection.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
testthreads.c Added notice to look in AUTHORS and ChangeLog files for a list of changes. 1999-02-24 07:37:18 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00