1. 30 May, 2000 4 commits
    • David Grant's avatar
      - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT. · 8a922131
      David Grant authored
      - Edit text must be selected only if CB is in focus.
      - If CB has edit control we have to call CBUpdateEdit to update its
        contents. Invalidating textRect will not force updating of child
        edit control, obviously.
      - We have to protect ourselves from changing selection in listbox when
        we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
        EN_CHANGE will not reselect item in the lisbox.
      8a922131
    • Alexandre Julliard's avatar
      Do not load wineps on startup. · 0ce13a48
      Alexandre Julliard authored
      0ce13a48
    • Gerald Pfeifer's avatar
      Fixed warning. · 093af59b
      Gerald Pfeifer authored
      093af59b
    • Alexandre Julliard's avatar
      Owen Wang · dcc175de
      Alexandre Julliard authored
      When you click on an icon to open a combo box, you would expect it to
      be enabled so you can choose something in it. In Wine this was not
      guaranteed since your default flags could get lost in the process-heap
      of the application.
      dcc175de
  2. 29 May, 2000 1 commit
  3. 26 May, 2000 8 commits
  4. 25 May, 2000 6 commits
  5. 24 May, 2000 8 commits
  6. 23 May, 2000 13 commits