1. 01 Jun, 2000 10 commits
  2. 31 May, 2000 1 commit
  3. 30 May, 2000 26 commits
  4. 29 May, 2000 1 commit
  5. 26 May, 2000 2 commits
    • Alexandre Julliard's avatar
      Release 20000526. · 8f65001f
      Alexandre Julliard authored
      8f65001f
    • Alexandre Julliard's avatar
      Serge Ivanov · ab2f43f9
      Alexandre Julliard authored
      - Added handling of WM_MOUSEACTIVATE message
      - Added in_focus field to internal listbox's structure. This flag is set on
        receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
        GetFocus function were replaced with checks of this flag.
      - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
        clear
      ab2f43f9