Release 941122wine-941122
commitecc3712ddfe522dad4d6e96c485ec3f6613a902f
authorAlexandre Julliard <julliard@winehq.org>
Tue, 22 Nov 1994 16:31:29 +0000 (22 16:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Nov 1994 16:31:29 +0000 (22 16:31 +0000)
tree4350819bb839b31fe39804547d02013e75f43c5b
parent3ed37e0869fceba410c87e571ab6b19b645c61a9
Release 941122

Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)

* [controls/scroll.c] [include/scroll.h]
Rewritten most of scroll-bar code for better Windows look & feel.
Implemented EnableScrollBar().
Preliminary keyboard support.

* [objects/bitblt.c]
Fixed BadMatch error for BitBlt() and StretchBlt() when reading
bits from outside the visible region.

* [objects/oembitmap.c] [include/bitmaps/obm_*]
Use XPM symbolic colors to load bitmaps. This allows the colors
of the bitmaps to depend on the system colors.

* [tools/make_debug]
Made the make_debug script more robust.

* [windows/dialog.c]
Fixed CheckRadioButton().

* [windows/nonclient.c]
A few changes to scroll-bar drawing and tracking.

* [windows/winpos.c]
Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
avoid confusion, and optimized it somewhat.

Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)

* [misc/audio.c]
* [misc/mcianim.c]
more coding but nothing spectacular.

* [misc/mmaux.c]
some coding to access '/dev/mixer'.

* [misc/midi.c]
some coding to read .MID files, but it's not playing yet.

Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)

* [objects/dib.c]
Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
includes some bitmaps output by Paint Shop Pro.  Implementation is
possibly now too lax.  Please see the notes on the function about
why.

* [controls/desktop.c]
The desktop pattern should be painted if the wallpaper doesn't
cover the whole screen width OR the whole screen height.

Sun Nov 13 00:07:11 MET 1994 Erik Bos <erik@xs4all.nl>

* [objects/dib.c]
Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
now work.

* [loader/ne_resource.c] [include/resource.h]
Some cleanup.

Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)

* [Configure]
  [rc/sysres.rc]
Primitive compile-time support for multiple languages

* [rc/sysres_De.rc]
New file

* [loader/resource.c]
LoadBitmap: Recognize end of sysresbm properly

* [rc/Imakefile]
Rules to compile resources simplified, dependencies changed

* [rc/sysresbm.rc]
Don't use sysresbm if using XPM

* [windows/dialog.c]
CreateDialogIndirectParam: Reverse Z-order of controls

* [windows/message.c]
MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling

* [windows/winpos.c]
NextWindowFromPoint: New function

* [controls/button.c]
WM_NCHITTEST: Group Box is HTTRANSPARENT
BUTTON_CheckAutoRadioButton: New function
BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton

Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)

* [objects/text.c]
Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
is too long to break.

* [objects/font.c]
Don't assume helvetica if there is no font family; let the other
font attributes decide what font to use.

* [controls/widgets.c]
Listboxes and combo boxes need to be notified of double-clicks.

* [controls/listbox.c]
  [include/listbox.h]

scrolling to bottom of list box should display last item at the
bottom, not at the top.

list boxes need to allocate a separate heap for their item data,
rather than using the user heap.  Otherwise, it's very easy to run
out of memory for list box items.

removed redundant code in ListBoxAddString().  Implemented simple
version of LBS_SORT.

Don't put [.] in the list box when using DDL_DIRECTORY.

* [controls/combo.c]
Combos should pass CBS_SORT onto their list box.

* [windows/win.c]
If window creation is aborted, remove the window from the
linked lists.

* [controls/static.c]
static controls with SS_ICON were always returning 0 from
WM_NCCREATE.

Make sure static controls have text to draw before drawing it.
86 files changed:
ChangeLog
Configure
Imakefile
autoconf.h
controls/button.c
controls/combo.c
controls/desktop.c
controls/edit.c
controls/listbox.c
controls/scroll.c
controls/static.c
controls/widgets.c
debugger/break.c
debugger/info.c
debugger/readline/editline.c
if1632/relay.c
if1632/user.spec
include/bitmaps/obm_btncorners
include/bitmaps/obm_btsize
include/bitmaps/obm_check
include/bitmaps/obm_checkboxes
include/bitmaps/obm_close
include/bitmaps/obm_combo
include/bitmaps/obm_mnarrow
include/bitmaps/obm_old_close
include/bitmaps/obm_old_dnarrow
include/bitmaps/obm_old_lfarrow
include/bitmaps/obm_old_reduce
include/bitmaps/obm_old_restore
include/bitmaps/obm_old_rgarrow
include/bitmaps/obm_old_uparrow
include/bitmaps/obm_old_zoom
include/bitmaps/obm_size
include/debug.h
include/listbox.h
include/resource.h
include/scroll.h
include/stddebug.h
include/win.h
include/windows.h
loader/ne_image.c
loader/ne_resource.c
loader/resource.c
misc/Imakefile
misc/clipboard.c
misc/comm.c
misc/dos_fs.c
misc/driver.c
misc/exec.c
misc/file.c
misc/keyboard.c
misc/profile.c
miscemu/int21.c
miscemu/int31.c
multimedia/Imakefile [new file with mode: 0644]
multimedia/audio.c [moved from misc/audio.c with 97% similarity]
multimedia/mcianim.c [moved from misc/mcianim.c with 98% similarity]
multimedia/mcicda.c [moved from misc/mcicda.c with 100% similarity]
multimedia/midi.c [moved from misc/midi.c with 67% similarity]
multimedia/mmaux.c [moved from misc/mmaux.c with 73% similarity]
multimedia/mmsystem.c [moved from misc/mmsystem.c with 98% similarity]
objects/bitblt.c
objects/bitmap.c
objects/brush.c
objects/color.c
objects/dib.c
objects/font.c
objects/gdiobj.c
objects/oembitmap.c
objects/palette.c
objects/pen.c
objects/text.c
rc/Imakefile
rc/sysres.rc
rc/sysres_De.rc [copied from rc/sysres.rc with 53% similarity]
rc/sysresbm.rc
rc/winerc.c
tools/make_debug
windows/defwnd.c
windows/dialog.c
windows/graphics.c
windows/message.c
windows/nonclient.c
windows/painting.c
windows/win.c
windows/winpos.c