|  |  | @10134 | 22 years | sandervl | Don't search for keyboard accelerators in the default WM_SYSKEYDOWN … | 
            
              |  |  | @10091 | 22 years | sandervl | Window creation: updated the coordinate fix code with the latest … | 
            
              |  |  | @10089 | 22 years | sandervl | Do not send any SetWindowPos related messages if the state of the … | 
            
              |  |  | @10076 | 23 years | sandervl | ReleaseDC check if hwnd parameter is correct (WindowFromDC(hdc)); … | 
            
              |  |  | @10061 | 23 years | sandervl | PF: WM_PARENTNOTIFY bugfix; minimize & titlebar (de)activation corrections | 
            
              |  |  | @10060 | 23 years | sandervl | Keep track of all open DCs and query the visible region during … | 
            
              |  |  | @10045 | 23 years | sandervl | PF: Correctly finish PM restore procedure from minimized state; Use … | 
            
              |  |  | @10033 | 23 years | sandervl | EndDialog: Enable owner window regardless of whether it was enabled … | 
            
              |  |  | @10031 | 23 years | sandervl | KSO: Properties allocated from shared memory & Fake window updates & … | 
            
              |  |  | @10013 | 23 years | sandervl | Tool windows don't have minimize or maximize buttons; always draw tool … | 
            
              |  |  | @9953 | 23 years | sandervl | some minor updates | 
            
              |  |  | @9941 | 23 years | sandervl | Don't change focus when processing mouse button message if the top … | 
            
              |  |  | @9933 | 23 years | sandervl | Changes for applications that don't validate the update region of a … | 
            
              |  |  | @9930 | 23 years | sandervl | Changes for fake windows. Moved them into a seperate C++ class and … | 
            
              |  |  | @9871 | 23 years | sandervl | PF: Wrong checks on restoration point remembering. Maximizing window … | 
            
              |  |  | @9866 | 23 years | sandervl | PF: Illegal PM sequence of maximizing from icon state corrected. … | 
            
              |  |  | @9818 | 23 years | sandervl | Single Alt down + up always generates WM_SYSKEYUP; reset iMenuSysKey … | 
            
              |  |  | @9791 | 23 years | sandervl | Handle SetFocus(0) correctly: keystrokes are converted into … | 
            
              |  |  | @9785 | 23 years | sandervl | When a window is activated by a mouse click, we must set focus to the … | 
            
              |  |  | @9783 | 23 years | sandervl | EnumThreadWindows: must return windows in Z-order (experiments show … | 
            
              |  |  | @9778 | 23 years | sandervl | Don't save position (for restore) in SetWindowPos if window is minimized | 
            
              |  |  | @9765 | 23 years | sandervl | Send WM_QUERYNEWPALETTE when a window receives focus; translate … | 
            
              |  |  | @9637 | 23 years | sandervl | Fixed icon leak in IconForWindow method | 
            
              |  |  | @9635 | 23 years | sandervl | Invalidate window when it's resized and SWP_NOCOPYBITS is specified … | 
            
              |  |  | @9607 | 23 years | sandervl | fix for alt key & menu activation; fixed color of highlighted menubar item | 
            
              |  |  | @9590 | 23 years | sandervl | corrected regressions caused by previous setfocus fix; make sure owner … | 
            
              |  |  | @9575 | 23 years | sandervl | Fixes for windows with an iconless class and WS_EX_DLGMODALFRAME … | 
            
              |  |  | @9572 | 23 years | sandervl | Removed wrong cx & cy check during window creation | 
            
              |  |  | @9550 | 23 years | sandervl | changed default WM_MOUSEACTIVATE handler; support SWP_ASYNCWINDOWPOS flag | 
            
              |  |  | @9523 | 23 years | sandervl | removed obsolete files | 
            
              |  |  | @9466 | 23 years | sandervl | PF: Support the standard system menu hotkeys in OS/2 GUI mode | 
            
              |  |  | @9463 | 23 years | sandervl | extra logging + support for postponed ddraw resize | 
            
              |  |  | @9418 | 23 years | sandervl | Ignore size changes when a window is minimized; save them for restore | 
            
              |  |  | @9345 | 23 years | sandervl | PF: Disable close button & close item in system menu for windows with … | 
            
              |  |  | @9342 | 23 years | sandervl | SetParent bugfix; don't clear window id if parent is set to 0 | 
            
              |  |  | @9265 | 23 years | sandervl | PF: Put window on top of owner if owner is not in the foreground | 
            
              |  |  | @9259 | 23 years | sandervl | Pass WM_MOUSEWHEEL on to parent in DefWindowProc | 
            
              |  |  | @9217 | 23 years | sandervl | fixed caret bug in edit control; removed obsolete code in createcaret | 
            
              |  |  | @9143 | 23 years | sandervl | PF: Added support for WS_EX_TOPMOST | 
            
              |  |  | @9101 | 23 years | sandervl | Ugly hack added to work around crash in PM when child window calls … | 
            
              |  |  | @9001 | 23 years | sandervl | CUSTOM_TRACKFRAME code is the default now. removed old code;RMB on … | 
            
              |  |  | @8999 | 23 years | sandervl | Enable owner of window destroyed by DestroyWindow. Disabled owners … | 
            
              |  |  | @8993 | 23 years | sandervl | YD: Resync WM_RBUTTONUP & WM_CONTEXTMENU default window handlers | 
            
              |  |  | @8945 | 23 years | achimha | adding documentation | 
            
              |  |  | @8944 | 23 years | achimha | adding documentation | 
            
              |  |  | @8943 | 23 years | achimha | adding documentation | 
            
              |  |  | @8942 | 23 years | achimha | adding documentation | 
            
              |  |  | @8624 | 23 years | sandervl | WS_CHILD style change in SetWindowLong (GWL_STYLE) *is* allowed | 
            
              |  |  | @8553 | 23 years | sandervl | added ole drag and drop (wps -> odin app) support | 
            
              |  |  | @8542 | 23 years | sandervl | moved drag 'n drop code to seperate file; minor updates | 
            
              |  |  | @8541 | 23 years | sandervl | implemented simple drag & drop with WM_DROPFILES | 
            
              |  |  | @8377 | 24 years | sandervl | PF: SetParent mustn't change WS_CHILD; experimental getParent change; … | 
            
              |  |  | @8301 | 24 years | sandervl | PF: listbox fix when button clicked outside control (rollup dropdown); … | 
            
              |  |  | @8210 | 24 years | sandervl | fixed double handle allocated for desktop window + made EnumWindows a … | 
            
              |  |  | @8132 | 24 years | sandervl | customization updates | 
            
              |  |  | @8126 | 24 years | sandervl | move process id setup to OSLibWinQueryWindowProcess | 
            
              |  |  | @8109 | 24 years | sandervl | YD: EnumThreadWindows fix | 
            
              |  |  | @8105 | 24 years | sandervl | Changes & fixes for minimized windows | 
            
              |  |  | @8101 | 24 years | sandervl | PF: CloseWindow + GetWindowPlacement change/fix | 
            
              |  |  | @8042 | 24 years | sandervl | PF: CloseWindow + minimize fixes | 
            
              |  |  | @8032 | 24 years | sandervl | PF: Fix for restoring window from minimized state | 
            
              |  |  | @7890 | 24 years | sandervl | Fixed reference count leaks | 
            
              |  |  | @7801 | 24 years | sandervl | message handling changes | 
            
              |  |  | @7780 | 24 years | sandervl | VP: fix for position of fake window | 
            
              |  |  | @7765 | 24 years | sandervl | CreateFakeWindowEx changes + added DestroyFakeWindow | 
            
              |  |  | @7762 | 24 years | sandervl | CreateFakeWindowEx change | 
            
              |  |  | @7734 | 24 years | sandervl | fixed restoring of minimized or maximized window | 
            
              |  |  | @7708 | 24 years | sandervl | enforce WS_EX_WINDOWEDGE | 
            
              |  |  | @7703 | 24 years | sandervl | don't send WM_SETCURSOR if mouse is captured | 
            
              |  |  | @7683 | 24 years | sandervl | WM_CTLCOLOR fix for buttonsbutton.cpp | 
            
              |  |  | @7620 | 24 years | sandervl | SendInput fix + handle Alt-F4 in default window handler | 
            
              |  |  | @7525 | 24 years | sandervl | don't send WM_SIZE to dialog windows before they receive WM_INITDIALOG | 
            
              |  |  | @7464 | 24 years | sandervl | EnumChildWindow fix | 
            
              |  |  | @7446 | 24 years | sandervl | minor updates | 
            
              |  |  | @7409 | 24 years | sandervl | menu + groupbox fixes | 
            
              |  |  | @7371 | 24 years | sandervl | YD: WM_SETTEXT (unicode) fix for Opera | 
            
              |  |  | @7338 | 24 years | phaller | optimized set/get window text, heap pressure reduced | 
            
              |  |  | @7294 | 24 years | sandervl | EndDialog fix | 
            
              |  |  | @7241 | 24 years | sandervl | setwindowlong fix for dialogs | 
            
              |  |  | @7200 | 24 years | sandervl | WM_ACTIVATEAPP fix | 
            
              |  |  | @7195 | 24 years | sandervl | double click fix + double click on system menu now works | 
            
              |  |  | @7183 | 24 years | sandervl | IsWindowVisible fix for window with invisible owner | 
            
              |  |  | @7107 | 24 years | sandervl | OSLibWinCreatePointer fix for cursors | 
            
              |  |  | @7097 | 24 years | phaller | Minor performance enhancement for window mgmt functions … | 
            
              |  |  | @7095 | 24 years | sandervl | SetFocus fix | 
            
              |  |  | @7090 | 24 years | phaller | Minor optimization for micro functions | 
            
              |  |  | @6972 | 24 years | phaller | enabled low-level keyboard hook | 
            
              |  |  | @6928 | 24 years | sandervl | small updates for frame tracking | 
            
              |  |  | @6927 | 24 years | sandervl | GetNextDlgGroupItem fix | 
            
              |  |  | @6902 | 24 years | sandervl | added visible region callback function | 
            
              |  |  | @6791 | 24 years | sandervl | minor update | 
            
              |  |  | @6783 | 24 years | sandervl | focus/activation fixes | 
            
              |  |  | @6773 | 24 years | sandervl | WM_MOUSEACTIVATE & WM_NEXTMENU fixes | 
            
              |  |  | @6762 | 24 years | sandervl | ported the Wine MDI control + some menu fixes | 
            
              |  |  | @6718 | 24 years | sandervl | SC_CLOSE translation fix + activation changes | 
            
              |  |  | @6706 | 24 years | sandervl | focus/activation changes | 
            
              |  |  | @6439 | 24 years | sandervl | some minor log msg updates | 
            
              |  |  | @6394 | 24 years | sandervl | set/getwindowword additions | 
            
              |  |  | @6375 | 24 years | sandervl | initterm update | 
            
              |  |  | @6317 | 24 years | sandervl | remove wrong check for negative x & y coordinates during window creation | 
            
              |  |  |