Release 941107wine-941107
commit3ed37e0869fceba410c87e571ab6b19b645c61a9
authorAlexandre Julliard <julliard@winehq.org>
Mon, 7 Nov 1994 18:20:42 +0000 (7 18:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Nov 1994 18:20:42 +0000 (7 18:20 +0000)
tree551d3f82dfa2ced04276634f3312247c9aeb50f8
parent3a405baf3847f45425b21e263792b4c092de9189
Release 941107

Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)

* [objects/oembitmap.c]  (New file)
Added possibility to use .xpm files for OEM bitmaps.

* [include/bitmaps/obm*]  (New files)
Redrawn all OEM bitmaps in xpm format.

* [objects/font.c]
Add space for internal leading when using a negative font height.
Stubs for AddFontResource() and RemoveFontResource().
Fix in FONT_Init() for uninitialised default font.

* [windows/dialog.c]
Make font height negative as it is really a point size and not a
pixel size; dialogs using 8-point fonts look better now.

* [windows/graphics.c]
Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.

* [windows/nonclient.c]
A few changes for new OEM bitmaps.

Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>

* [windows/class.c]
The names of local classes have to be stored using GlobalAtom*.
Otherwise they couldn't be accessed from other modules (e.g. BWCC)

* [if1632/call.S]
CallTo16(cx): It's possible to set the contents of the cx-register.

* [loader/ne_image.c]
InitNEDLL(): The size of the local heap is now passed in the cx-
register when initializing a DLL.

* [memory/heap.c]
LocalInit(): The case start==0 is now handled in the way it should.

* [windows/win.c]
GetWindowLong(): If the adress of the windows function is requested
it's no longer returned if it's within the Wine code (and therefore
unreachable by a windows program). This makes Borland's OWL happy.

* [controls/edit.c]
EDIT_GetStr(): Added handling for off<0.

Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>

* [loader/library.c]
Fixed infinite loop bug when two DLLs refer to each other (fixes
hangup of Quicken during loading).

Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)

* [misc/dos_fs.c]
Bug fix: The size of a disk an the available space
is now returned in bytes instead of (incorrectly)
KBytes.

Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)

* [windows/graphics.c]
Bug fix: Pie segments are now filled with correct brush.

Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)

        * [Imakefile]
        generate rc.o before loader.o

        * [controls/menu.c]
        CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu

        * [include/resource.h]
        Add struct ResourceTable

        * [loader/bitmap.h]
        Load system bitmaps from sysresbmTable

        * [misc/clipboard.c]
          [windows/event.c]
        IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes

        * [rc/Imakefile]
        generate rc.o from sysres.o and sysresbm.o. Added -lfl

        * [rc/rc.y]
        change style handling to allow ( S1 | S2 ) | S3

        * [rc/sysres.rc]
          [rc/sysresbm.rc]
        Put bitmaps and icons to sysresbm, everything else to sysres

        * [rc/winerc.c]
          [rc/winerc.h]
        Added -o, -c flags. New function set_out_file. Output to files.

        * [windows/dialog.c]
        DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions

        * [windows/nonclient.c]
        Create AboutWine dialog from template pointer
93 files changed:
ChangeLog
Configure
Imakefile
autoconf.h
controls/combo.c
controls/edit.c
controls/listbox.c
controls/menu.c
if1632/call.S
if1632/callback.c
if1632/gdi.spec
include/bitmaps/obm_btncorners [new file with mode: 0644]
include/bitmaps/obm_btsize [new file with mode: 0644]
include/bitmaps/obm_check [new file with mode: 0644]
include/bitmaps/obm_checkboxes [new file with mode: 0644]
include/bitmaps/obm_close [new file with mode: 0644]
include/bitmaps/obm_combo [new file with mode: 0644]
include/bitmaps/obm_dnarrow [new file with mode: 0644]
include/bitmaps/obm_dnarrowd [new file with mode: 0644]
include/bitmaps/obm_dnarrowi [new file with mode: 0644]
include/bitmaps/obm_lfarrow [new file with mode: 0644]
include/bitmaps/obm_lfarrowd [new file with mode: 0644]
include/bitmaps/obm_lfarrowi [new file with mode: 0644]
include/bitmaps/obm_mnarrow [new file with mode: 0644]
include/bitmaps/obm_old_close [new file with mode: 0644]
include/bitmaps/obm_old_dnarrow [new file with mode: 0644]
include/bitmaps/obm_old_lfarrow [new file with mode: 0644]
include/bitmaps/obm_old_reduce [new file with mode: 0644]
include/bitmaps/obm_old_restore [new file with mode: 0644]
include/bitmaps/obm_old_rgarrow [new file with mode: 0644]
include/bitmaps/obm_old_uparrow [new file with mode: 0644]
include/bitmaps/obm_old_zoom [new file with mode: 0644]
include/bitmaps/obm_reduce [new file with mode: 0644]
include/bitmaps/obm_reduced [new file with mode: 0644]
include/bitmaps/obm_restore [new file with mode: 0644]
include/bitmaps/obm_restored [new file with mode: 0644]
include/bitmaps/obm_rgarrow [new file with mode: 0644]
include/bitmaps/obm_rgarrowd [new file with mode: 0644]
include/bitmaps/obm_rgarrowi [new file with mode: 0644]
include/bitmaps/obm_size [new file with mode: 0644]
include/bitmaps/obm_uparrow [new file with mode: 0644]
include/bitmaps/obm_uparrowd [new file with mode: 0644]
include/bitmaps/obm_uparrowi [new file with mode: 0644]
include/bitmaps/obm_zoom [new file with mode: 0644]
include/bitmaps/obm_zoomd [new file with mode: 0644]
include/class.h
include/dialog.h
include/gdi.h
include/prototypes.h
include/registers.h
include/resource.h
include/segmem.h
include/windows.h
include/wine.h
loader/ldt.c
loader/ldtlib.c
loader/library.c
loader/ne_image.c
loader/resource.c
loader/selector.c
loader/signal.c
loader/task.c
memory/heap.c
misc/atom.c
misc/clipboard.c
misc/dos_fs.c
misc/message.c
objects/Imakefile
objects/bitblt.c
objects/bitmap.c
objects/brush.c
objects/font.c
objects/oembitmap.c [new file with mode: 0644]
rc/Imakefile
rc/rc.h
rc/rc.y
rc/sysres.h [new file with mode: 0644]
rc/sysres.rc
rc/sysresbm.h [new file with mode: 0644]
rc/sysresbm.rc [new file with mode: 0644]
rc/winerc.c
tools/build.c
windows/caret.c
windows/class.c
windows/cursor.c
windows/defdlg.c
windows/dialog.c
windows/event.c
windows/graphics.c
windows/mdi.c
windows/nonclient.c
windows/scroll.c
windows/win.c