gtk/gdk
C. Scott Ananian 981efc90b4 Fix uninitialized digest_len field, causing WebSocket handshake to g_assert.
g_checksum_get_digest checks to ensure that the passed digest_len is long
enough to hold the digest, before setting it to the actual length of the
digest returned.  Digest_len is uninitialized in the code, so if you're
lucky it will be larger than 20 and everything will work fine.  If you're
unlucky, g_checksum_get_digest will return either -1 or some number less
than 20, and the g_assert(digest_len==20) will fail.
2011-11-14 09:55:19 +01:00
..
broadway Fix uninitialized digest_len field, causing WebSocket handshake to g_assert. 2011-11-14 09:55:19 +01:00
quartz quartz: fix a race condition when waking up the CGRunLoop 2011-11-11 23:58:43 +01:00
tests
wayland Wayland: Adapt to GdkWindowImpl api change 2011-11-05 01:12:26 -04:00
win32 win32: Make grab cursors work again 2011-11-10 21:32:50 +01:00
x11 x11: Implement GDK_WINDOW_STATE_FOCUSED on top of _NET_WM_STATE_FOCUSED 2011-11-08 19:33:22 +00:00
abicheck.sh
COPYING
gdk.c Drop references to g_thread_init() 2011-11-09 18:36:35 -05:00
gdk.h
gdk.symbols win32: Add gdk_win32_window_get_impl_hwnd 2011-11-10 17:41:08 +01:00
gdkapplaunchcontext.c
gdkapplaunchcontext.h Drop use of GDK_DISABLE_DEPRECATED guards in gdk 2011-11-09 22:01:00 -05:00
gdkapplaunchcontextprivate.h
gdkcairo.c
gdkcairo.h
gdkcolor.c
gdkcolor.h
gdkconfig.h.win32
gdkcursor.c
gdkcursor.h Drop use of GDK_DISABLE_DEPRECATED guards in gdk 2011-11-09 22:01:00 -05:00
gdkcursorprivate.h GdkCursor: Struct packing improvements 2011-04-12 12:13:55 -04:00
gdkdeprecated.c gdk: Move a bunch of deprecated code to a new file 2011-11-02 02:32:53 +01:00
gdkdevice.c GdkDevice: Remove duplicate private function 2011-04-08 16:39:45 +02:00
gdkdevice.h gdk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gdkdevicemanager.c GdkDeviceManager: some reshuffling of docs 2011-11-04 23:38:11 -04:00
gdkdevicemanager.h
gdkdevicemanagerprivate.h
gdkdeviceprivate.h GdkDevice: Remove duplicate private function 2011-04-08 16:39:45 +02:00
gdkdisplay.c gdk: Move a bunch of deprecated code to a new file 2011-11-02 02:32:53 +01:00
gdkdisplay.h Drop use of GDK_DISABLE_DEPRECATED guards in gdk 2011-11-09 22:01:00 -05:00
gdkdisplaymanager.c gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway 2011-10-07 16:19:41 +02:00
gdkdisplaymanager.h
gdkdisplaymanagerprivate.h
gdkdisplayprivate.h gdk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gdkdnd.c
gdkdnd.h
gdkdndprivate.h
gdkenumtypes.c.template
gdkenumtypes.h.template
gdkevents.c Bug 659406 - Abstract what triggers a context menu 2011-09-27 15:45:18 +02:00
gdkevents.h gdk: Add GDK_WINDOW_STATE_FOCUSED to GdkWindowState 2011-11-08 19:25:51 +00:00
gdkglobals.c
gdkinternals.h GdkWindow: Struct packing improvements 2011-04-12 12:13:55 -04:00
gdkintl.h
gdkkeynames.c
gdkkeys.c gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway 2011-10-07 16:19:41 +02:00
gdkkeys.h Bug 659602 - Provide an abstraction for the platform's use of modifier keys 2011-09-27 09:56:25 +02:00
gdkkeysprivate.h gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway 2011-10-07 16:19:41 +02:00
gdkkeysyms-compat.h
gdkkeysyms-update.pl
gdkkeysyms.h gdk: Update keysyms list from latest X.org headers 2011-06-06 21:15:53 -04:00
gdkkeyuni.c
gdkmain.h Drop use of GDK_DISABLE_DEPRECATED guards in gdk 2011-11-09 22:01:00 -05:00
gdkmarshalers.list
gdkoffscreenwindow.c Fixed bug #654125 "gdkoffscreenwindow set any impl handlers to null but adhoc gdk_window_set_* do not cope" 2011-07-08 19:27:00 -03:00
gdkpango.c Don't use deprecated Pango api 2011-11-01 21:13:35 -04:00
gdkpango.h
gdkpixbuf-drawable.c
gdkpixbuf.h
gdkprivate.h
gdkproperty.h
gdkrectangle.c
gdkrectangle.h
gdkrgba.c
gdkrgba.h
gdkscreen.c Documentation fixes 2011-09-25 21:04:49 -04:00
gdkscreen.h
gdkscreenprivate.h GdkScreen: Struct packing improvements 2011-04-12 12:13:55 -04:00
gdkselection.c
gdkselection.h
gdktestutils.h
gdkthreads.h
gdktypes.h Bug 659602 - Provide an abstraction for the platform's use of modifier keys 2011-09-27 09:56:25 +02:00
gdkvisual.c
gdkvisual.h
gdkvisualprivate.h
gdkwindow.c win32: Use right native_window for implicit grabs 2011-11-10 17:40:54 +01:00
gdkwindow.h Add device-taking variants of begin_resize/move_drag 2011-11-05 01:10:16 -04:00
gdkwindowimpl.c
gdkwindowimpl.h Add device-taking variants of begin_resize/move_drag 2011-11-05 01:10:16 -04:00
gdkx.h
gen-keyname-table.pl gdk: Make gen-keyname-table.pl work again 2011-10-26 10:36:43 +01:00
keyname-table.h
keynames-translate.txt gdk: Translate keyboard brightness keys 2011-10-26 10:36:43 +01:00
keynames.txt
Makefile.am gdk: Move a bunch of deprecated code to a new file 2011-11-02 02:32:53 +01:00
makefile.msc