source: trunk/src/user32/win32wbase.cpp

Revision Log Mode:


Legend:

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