gtk/gdk/win32
Owen Taylor 485fd85179 Fill in unused bits so they can be used for the depth-32 target case.
2005-05-09  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br):
        Fill in unused bits so they can be used for the depth-32 target case.
        Rewrite so that that gives a marginal speedup rather than a
        marginal slowdown. (on x86)

        * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c:
        Add gdk_screen_get_rgba_colormap/visual to get a visual for
        windows with an alpha channel, if one exists.

        * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c:
        Stub out gdk_screen_get_rgba_colormap/visual.

        * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of
        "unused" wasn't right for depth == 32, since it depended on
        shifting by 32.

        * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from
        Keith Packard,
        http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html)

        * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
        Implement again, without using Xft.

        * tests/testgtk.c: Add a test for windows with an alpha channel.
2005-05-09 22:54:10 +00:00
..
rc Use correct DLL and import library names, with GTK_API_VERSION in name, 2003-01-05 02:24:15 +00:00
.cvsignore Remove conftest* after use along the lines of AC_TRY_COMPILE. 2000-09-05 14:07:55 +00:00
bdfcursor.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkcolor-win32.c Print debugging output only if asked for, not always. 2005-03-16 01:38:57 +00:00
gdkcursor-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkdisplay-win32.c New debugging function, to log a clipboard format name symbolically. 2005-04-04 00:12:26 +00:00
gdkdnd-win32.c Take multi-monitor offset into account. (#302525) 2005-04-30 17:50:00 +00:00
gdkdrawable-win32.c gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixes 2005-05-04 11:43:44 +00:00
gdkdrawable-win32.h Use cairo_set_device_offset(). 2005-03-18 01:23:23 +00:00
gdkevents-win32.c New debugging function, to log a clipboard format name symbolically. 2005-04-04 00:12:26 +00:00
gdkfont-win32.c Match character height instead of cell height. Fix #301228. 2005-04-21 10:39:39 +00:00
gdkgc-win32.c gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) Minor fixes 2005-05-04 11:43:44 +00:00
gdkgeometry-win32.c Print debugging output only if asked for, not always. 2005-03-16 01:38:57 +00:00
gdkglobals-win32.c New debugging function, to log a clipboard format name symbolically. 2005-04-04 00:12:26 +00:00
gdkim-win32.c On WM_MOUSEMOVE, don't check if this process owns the active window. This 2005-03-18 10:21:51 +00:00
gdkimage-win32.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkinput-win32.c gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just 2005-03-16 02:21:14 +00:00
gdkinput-win32.h Implement better handling of Wintab tablet context overlap on Win32. 2005-02-25 00:12:32 +00:00
gdkinput.c Implement lazy extended input initialization on Win32, by Robert Ögren. 2005-02-02 18:11:17 +00:00
gdkkeys-win32.c Print debugging output only if asked for, not always. 2005-03-16 01:38:57 +00:00
gdkmain-win32.c New debugging function, to log a clipboard format name symbolically. 2005-04-04 00:12:26 +00:00
gdkpixmap-win32.c Use cairo_set_device_offset(). 2005-03-18 01:23:23 +00:00
gdkpixmap-win32.h Fix for #111028, thanks to J. Ali Harlow, who writes: I found that the 2003-06-28 01:12:51 +00:00
gdkprivate-win32.h Add a draw-border style property to allow themes to draw outside the 2005-05-02 23:29:24 +00:00
gdkproperty-win32.c New debugging function, to log a clipboard format name symbolically. 2005-04-04 00:12:26 +00:00
gdkscreen-win32.c Fill in unused bits so they can be used for the depth-32 target case. 2005-05-09 22:54:10 +00:00
gdkselection-win32.c Fix #300218: 2005-04-11 18:59:05 +00:00
gdkspawn-win32.c workaround for bug #137496, the real fix would involve just another small 2004-04-11 15:25:06 +00:00
gdkvisual-win32.c Handle 16 colour display mode. For some reason, in this mode 2005-04-05 01:46:59 +00:00
gdkwin32.h New debugging function, to log a clipboard format name symbolically. 2005-04-04 00:12:26 +00:00
gdkwin32id.c Fixes #136082 and #135265, patch by Morten Welinder. 2004-03-06 03:38:59 +00:00
gdkwindow-win32.c [merged from gtk-2-6 branch] let dash_offset shift the start of the line 2005-04-03 21:03:08 +00:00
gdkwindow-win32.h gdk/win32/gdkprivate-win32.h Drop global variable _gdk_root_window, just 2005-03-16 02:21:14 +00:00
libie55uuid.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
libwntab32x.la Add headers. Add section about ActiveIMM. 2001-11-08 20:57:18 +00:00
Makefile.am Use cairo_set_device_offset(). 2005-03-18 01:23:23 +00:00
makefile.msc [merged from gtk-2-6 branch] let dash_offset shift the start of the line 2005-04-03 21:03:08 +00:00
xcursors.h Update. Mention the gtk-1-3-win32-production branch. 2001-02-23 03:51:41 +00:00