Changeset 1282 for trunk/changelog


Ignore:
Timestamp:
Oct 14, 1999, 11:26:20 AM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1278 r1282  
    1  /* $Id: changelog,v 1.315 1999-10-14 02:46:07 bird Exp $ */
     1 /* $Id: changelog,v 1.316 1999-10-14 09:26:20 sandervl Exp $ */
    22 99-10-14: knut st. osmundsen <knut.stange.osmundsen@pmsc.no>
    33    - PE2LX:      New implementation in src\win32k\pe2lx.
     
    1616    - WIN32K:     Compiles and links. But Not Tested!
    1717
    18  99-10-13: Sander van Leeuwen <sandervl@xs4all.nl>
     18 99-10-14: Edgar Buerkle <Edgar.Buerkle@gmx.net>
     19        - USER32: lstrcmpW: check for null pointers
     20                  RemovePropA SetPropA bugfixes (wrong wnd handle)
     21
     22 99-10-14: Sander van Leeuwen <sandervl@xs4all.nl>
    1923        - USER32: Fixed shrinking listbox in shell about dialog.
    2024                  (add border size to size during window creation & SetWindowPos)
     
    2428                  -> Don't allow WM_WINDOWPOSCHANGED messages until after WM_NCCREATE.
    2529                  Removed previous OSLibMapWINDOWPOStoSWP bugfix.
    26 
     30<<<<<<< ChangeLog
    2731                  Default dialog xBaseUnit = 10, yBaseUnit = 20.
     32                  Only set FCF_TASKLIST bit when parent == desktop & window
     33                  has titlebar. (too many Opera windows in tasklist)
     34                  Clear unsupported frame styles (i.e. no titlebar & minimize/maximize button)
     35        - USER32: Rewrote window creation. All Odin windows are OS/2 frames.
     36                  2nd half of window/dialog creation carried out during OS/2
     37                  WM_CREATE message.
     38          NOTE: This isn't working correctly yet! PM does some weird things with
     39                frames that have negative coordinates.
     40
     41=======
     42
     43                  Default dialog xBaseUnit = 10, yBaseUnit = 20.
     44>>>>>>> 1.315
    2845        - COMCTL32: Check infoPtr in toolbar during WM_ERASEBKGND
     46        - KERNEL32: Added wprocess.cpp dependency for include\win\thread.h
     47                    Bugfix for loading dlls in pe loader -> increase reference count
     48                    In iLoadLibrary first check if the dll has already been loaded.
    2949
    3050 99-10-13: Patrick Haller <phaller@gmx.net>
Note: See TracChangeset for help on using the changeset viewer.