Release 960528
Tue May 28 19:36:36 1996 Alexandre Julliard <julliard@lrc.epfl.ch> * [controls/combo.c] Destroy the listbox and edit control when destroying the combo. This should prevent crashes on application exit. * [misc/system.c] [if1632/system.spec] Implemented InquireSystem(). * [loader/task.c] [windows/message.c] [windows/queue.c] First attempt at inter-task SendMessage(). Still has a lot of problems. Tue May 28 14:26:04 1996 Peter Bajusz <hyp-x@inf.bme.hu> * [windows/mdi.c] Fixed MDITile with iconic children. Mon May 27 20:28:18 1996 Albrecht Kleine <kleine@ak.sax.de> * [misc/commdlg.c] ChooseFont dialog: - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc() not real available font types (e.g. "Bold") can not selected - supporting more CF_LIMITSIZE- and CF_...ONLY- flags * [objects/font.c] In FONT_MatchFont perform check if "lfFaceName" is family from X11 only if "lfFaceName" is a windows font family then do a call of FONT_TranslateName() : this results in better font selections in ChooseFont() or applications like charmap.exe or write.exe. Added a ParseFontParms() call if necessary in function FONT_MatchFont(): we need a font name as basis for GetTextFace() even if there isn't one... * [resources/TODO] Inventory of resource translations in sysres_??.rc Fri May 24 16:33:28 1996 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de> * [misc/registry.c] _w95_loadreg: use offset to determine next RGDB position too. Thu May 23 19:35:38 1996 Greg Kreider <kreider@natlab.research.philips.com> * [controls/combo.c] Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels). * [misc/main.c] Result of option "-fixedmap" is to turn flag on. Thu May 23 19:15:41 1996 Ronan Waide <root@waider.ie> * [misc/shell.c] ShellExecute and FindExecutable now both use common code to determine the required executable file.
Showing
- ANNOUNCE 7 additions, 8 deletionsANNOUNCE
- ChangeLog 58 additions, 0 deletionsChangeLog
- controls/combo.c 44 additions, 33 deletionscontrols/combo.c
- if1632/system.spec 2 additions, 2 deletionsif1632/system.spec
- if1632/user.spec 7 additions, 6 deletionsif1632/user.spec
- include/commdlg.h 0 additions, 13 deletionsinclude/commdlg.h
- include/event.h 0 additions, 8 deletionsinclude/event.h
- include/message.h 16 additions, 3 deletionsinclude/message.h
- include/queue.h 15 additions, 4 deletionsinclude/queue.h
- include/windows.h 3 additions, 1 deletioninclude/windows.h
- loader/task.c 41 additions, 26 deletionsloader/task.c
- memory/global.c 0 additions, 3 deletionsmemory/global.c
- memory/local.c 9 additions, 4 deletionsmemory/local.c
- misc/Makefile.in 1 addition, 0 deletionsmisc/Makefile.in
- misc/clipboard.c 1 addition, 1 deletionmisc/clipboard.c
- misc/commdlg.c 112 additions, 67 deletionsmisc/commdlg.c
- misc/main.c 1 addition, 1 deletionmisc/main.c
- misc/registry.c 26 additions, 6 deletionsmisc/registry.c
- misc/shell.c 81 additions, 96 deletionsmisc/shell.c
- misc/system.c 33 additions, 0 deletionsmisc/system.c
Loading
Please register or sign in to comment