Remove comment about the gtk-1-3-win32-production branch having more

2002-02-17  Tor Lillqvist  <tml@iki.fi>

	* README.win32: Remove comment about the gtk-1-3-win32-production
	branch having more functionality.
This commit is contained in:
Tor Lillqvist 2002-02-17 00:35:41 +00:00 committed by Tor Lillqvist
parent bc1ec5c14a
commit efbdfddbf2
8 changed files with 28 additions and 14 deletions

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -1,5 +1,8 @@
2002-02-17 Tor Lillqvist <tml@iki.fi>
* README.win32: Remove comment about the gtk-1-3-win32-production
branch having more functionality.
* gdk/win32/*.c: Massive changes. Too many to list here, but I'll
try a summary:
@ -9,7 +12,7 @@
GdkImage::windowing_data is a pointer to the GdkPixmap.
This simplifies many pixmap and image related functions a lot, and
reduces duplicated code snippets. For instance, there is only one
reduces duplicated code. For instance, there is only one
place in gdk/win32 where CreateDIBSection() is called, in the
function _gdk_win32_new_pixmap(). Converting a bitmap (GdkPixmap)
to a Windows region is almost trivial, with the bitmap bits being

View File

@ -10,13 +10,6 @@ until the CVS HEAD version is useable. (But note, the Win32 backend
has never been claimed to be "production quality", although it works
surprisingly well for the GIMP.)
Note that right now (January 2002), the gtk-1-3-win32-production
branch has more functionality and somewhat cleaner code in gdk/win32.
The code that handles pixmaps and images (DIB sections) and colormaps
(palettes) has been substantially refactored and cleaned up. (For
instance, 256-color mode now work.) Those improvements have not yet
been done here.
Building GTK+ on Win32
======================