Release 960421
Sat Apr 20 23:23:16 1996 Robert Pouliot <krynos@qbc.clic.net> * [resources/sysres_Fr.rc] [resources/TODO] Made changes for Choose_Color dialog. Sat Apr 20 15:43:49 1996 Alexandre Julliard <julliard@lrc.epfl.ch> * [controls/button.c] Fixed test that got miscompiled by some old gcc versions. * [memory/local.c] Fixed the layout of handle tables so that moveable handle entries can be freed on LocalFree(). Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and GetHeapSpaces(). * [misc/main.c] [ANNOUNCE] Update the list of contributors. Please let me know if I forgot someone. Fri Apr 19 20:07:20 1996 Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl> * [controls/edit.c] [controls/EDIT.TODO] Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation. Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation. Added WM_ENABLE implementation (gray text). Fixed buffer > 32767 bug. Fixed argument types / typecasting. Faster selection (re)drawing. Thu Apr 18 13:38:26 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [misc/registry.c] [include/winreg.h] Changed savefile format again to human readable/editable (UNICODE chars >0xff are specified by \uXXXX, data by XX). Has now global / local registry databases (including merging them). HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes. HKEY_CURRENT_USER == HKEY_USERS\\<loginname>. * [misc/comm.c] Allow " " as COMx: ... spec delimiter too. (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't remember the x). Thu Apr 18 09:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu> * [windows/mdi.c] Miscellaneous changes. * [windows/winpos.c] Use BitBlt whenever possible in SetWindowPos. * [windows/painting.c] Fix incompatibilities with hrgnUpdate being 1. Wed Apr 17 19:19:22 1996 Albrecht Kleine <kleine@ak.sax.de> * [misc/commdlg.c] Many bugfixes in ChooseColor dialog. Added a user defined dialog title in FileOpen-/FileSave- dialog. * [misc/commdlg.c][include/commdlg.h] [if1632/commdlg.spec][if1632/winprocs.spec] Introduced dialog-, callback- and enum- stub functions for ChooseFont dialog Wed Apr 17 19:08:38 1996 Niels de Carpentier <niels@cindy.et.tudelft.nl> * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec] Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct. Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug fixes. * [windows/winpos.c] Don't try to hide the window if it's already hidden. * [windows/message.c] Let MSG_PeekHardwareMsg fill the message queue with events if it's empty. Wed Apr 17 17:54:04 1996 Tristan Tarrant <tst@sthinc.demon.co.uk> * [resources/sysres_It.rc] Updated to support the new CHOOSE_COLOR_DIALOG. Tue Apr 16 11:50:00 1996 Anand Kumria <akumria@ozemail.com.au> * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec] [include/w32sys.h] [include/dlls.h] [misc/Makefile] [misc/w32sys.c] W32SYS.DLL partially implemented.
Showing
- ANNOUNCE 28 additions, 21 deletionsANNOUNCE
- ChangeLog 93 additions, 0 deletionsChangeLog
- controls/EDIT.TODO 0 additions, 3 deletionscontrols/EDIT.TODO
- controls/button.c 9 additions, 4 deletionscontrols/button.c
- controls/edit.c 464 additions, 392 deletionscontrols/edit.c
- controls/menu.c 3 additions, 2 deletionscontrols/menu.c
- controls/scroll.c 46 additions, 7 deletionscontrols/scroll.c
- if1632/Makefile.in 1 addition, 0 deletionsif1632/Makefile.in
- if1632/commdlg.spec 4 additions, 4 deletionsif1632/commdlg.spec
- if1632/gdi.spec 2 additions, 2 deletionsif1632/gdi.spec
- if1632/relay.c 1 addition, 0 deletionsif1632/relay.c
- if1632/w32sys.spec 16 additions, 0 deletionsif1632/w32sys.spec
- if1632/winprocs.spec 4 additions, 1 deletionif1632/winprocs.spec
- include/commdlg.h 2 additions, 0 deletionsinclude/commdlg.h
- include/dlls.h 1 addition, 0 deletionsinclude/dlls.h
- include/local.h 1 addition, 0 deletionsinclude/local.h
- include/mdi.h 1 addition, 1 deletioninclude/mdi.h
- include/metafile.h 1 addition, 13 deletionsinclude/metafile.h
- include/options.h 2 additions, 0 deletionsinclude/options.h
- include/w32sys.h 17 additions, 0 deletionsinclude/w32sys.h
Loading
Please register or sign in to comment