gtk/gdk/win32
Marc-André Lureau c486c0983f gdk/win32: remove extra allocation for \r removal
Although I can't find explicit documentation for clipboard pointer, it
seems to be possible to modify clibpoard memory without side-effects.

According to MSDN,
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366596%28v=vs.85%29.aspx

"The global and local functions are supported for porting from 16-bit
code, or for maintaining source code compatibility with 16-bit
Windows. Starting with 32-bit Windows, the global and local functions
are implemented as wrapper functions that call the corresponding heap
functions using a handle to the process's default heap."

"Memory objects allocated by GlobalAlloc and LocalAlloc are in private,
committed pages with read/write access that cannot be accessed by other
processes. Memory allocated by using GlobalAlloc with GMEM_DDESHARE is
not actually shared globally as it is in 16-bit Windows. This value has
no effect and is available only for compatibility. "

https://bugzilla.gnome.org/show_bug.cgi?id=711553
2013-11-09 11:58:03 -05:00
..
rc
bdfcursor.c
cursor.bdf
gdkcursor-win32.c GDK/GTK on Windows: Fix build 2013-08-26 10:29:23 +08:00
gdkdevice-virtual.c gdk/win32/gdkdevice-virtual.c: Various fixes 2013-08-26 10:30:13 +08:00
gdkdevice-virtual.h
gdkdevice-win32.c Win32 : fixes Bug 679019 (Popup menu misplaced in dual monitor) 2013-11-01 17:59:05 +01:00
gdkdevice-win32.h
gdkdevice-wintab.c GDK/GTK on Windows: Fix build 2013-08-26 10:29:23 +08:00
gdkdevice-wintab.h
gdkdevicemanager-win32.c GdkWin32: Avoid Using Deprecated API 2013-08-14 08:03:19 +08:00
gdkdevicemanager-win32.h
gdkdisplay-win32.c GDK/GTK on Windows: Fix build 2013-08-26 10:29:23 +08:00
gdkdisplaymanager-win32.c win32: Call windowing init from display_class_init() 2013-05-02 15:36:41 +02:00
gdkdnd-win32.c Define INITGUID only for mingw.org compiler 2013-06-02 10:42:26 +02:00
gdkevents-win32.c Win32: Honor the geometry when GDK_HINT_MAX_SIZE is set. 2013-10-31 15:54:28 -05:00
gdkgeometry-win32.c
gdkglobals-win32.c
gdkinput.c
gdkkeys-win32.c GDK-Win32: Avoid Redefinition of _GDK_EXTERN 2013-05-31 12:01:26 +08:00
gdkmain-win32.c
gdkprivate-win32.h GDK/GTK on Windows: Fix build 2013-08-26 10:29:23 +08:00
gdkproperty-win32.c Revert "Deprecate and ignore the cursor blink settings" 2013-08-16 22:45:13 -04:00
gdkscreen-win32.c gdk: Remove unused function 2013-04-15 15:43:27 +02:00
gdkselection-win32.c gdk/win32: remove extra allocation for \r removal 2013-11-09 11:58:03 -05:00
gdktestutils-win32.c GDK-Win32: Avoid Redefinition of _GDK_EXTERN 2013-05-31 12:01:26 +08:00
gdkvisual-win32.c Pass screen to visual init (no default screen is available yet) 2013-06-11 11:16:04 +02:00
gdkwin32.h Bug 702144: Make gdkwin32.h a pure include-only header 2013-08-14 08:13:32 +08:00
gdkwin32cursor.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32display.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32displaymanager.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32dnd.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32id.c
gdkwin32keys.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32misc.h GDK/GTK on Windows: Fix build 2013-08-26 10:29:23 +08:00
gdkwin32screen.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwin32window.h Add GDK_AVAILABLE_IN_ALL annotations in gdk 2013-05-05 15:38:46 -04:00
gdkwindow-win32.c GdkWin32: Avoid Using Deprecated API 2013-08-14 08:03:19 +08:00
gdkwindow-win32.h
libwntab32x.la
Makefile.am Bug 702144: Make gdkwin32.h a pure include-only header 2013-08-14 08:13:32 +08:00
makefile.msc
pktdef.h
wintab.h
xcursors.h