source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10519   22 years sandervl GetSystemMetrics: corrected SM_CXICONSPACING & SM_CYICONSPACING
(edit) @10517   22 years sandervl GetKeyboardLayoutNameA; use only the low word returned by …
(edit) @10515   22 years sandervl Log current focus&active hwnds before setting focus.
(edit) @10513   22 years sandervl SetDIBitsToDevice/StretchDIBits; set coloruse to DIB_RGB_COLORS for …
(edit) @10511   22 years sandervl WM_EXITSIZEMOVE should be sent after the window position and/or size …
(edit) @10509   22 years sandervl SPI_GETNONCLIENTMETRICS: corrected caption width and height
(edit) @10507   22 years sandervl Disabled Shell_NotifyIconA
(edit) @10505   22 years sandervl More WH_MOUSE changes
(edit) @10501   22 years sandervl Added support for WH_MOUSE hook
(edit) @10497   22 years sandervl SetDIBitsToDevice: fixes for xSrc offset
(edit) @10496   22 years sandervl added stress test case for drawing; more logging
(edit) @10495   22 years sandervl VP: Fixes for partial blits in SetDIBitsToDevice
(edit) @10492   22 years sandervl Removed all OS/2 Netbios dependencies
(edit) @10488   22 years sandervl Fixed mono mouse cursors:
(edit) @10486   22 years sandervl SetDIBitsToDevice & StretchDIBits fixes + cleanup
(edit) @10485   22 years sandervl Reassert open DC transformation and y-inversion after SetWindowPos is …
(edit) @10481   22 years sandervl DT: CreateProcess fix
(edit) @10479   22 years sandervl Edit: wrong ScrollWindowEx call; must include SW_ERASE
(edit) @10477   22 years sandervl Backed out RedrawWindow change
(edit) @10475   22 years sandervl Default CPU is a Pentium when the one in the system isn't recognized
(edit) @10473   22 years sandervl RedrawWindow; wrong check for update region when clearing …
(edit) @10471   22 years sandervl DBCS fixes for console & resource functions
(edit) @10469   22 years sandervl CreateDCA: special handling of FILE and FILE: ports
(edit) @10467   22 years sandervl DIB Section: flush used the wrong RGB conversion
(edit) @10465   22 years sandervl Another region leak in GdiCombineVisRgnClipRgn fixed
(edit) @10463   22 years sandervl KOM: Edit control: DBCS related fixes
(edit) @10461   22 years sandervl EndPaint; fixed region handle leaks
(edit) @10459   22 years sandervl Allocate memory for the map during CreateFileMapping and free it when …
(edit) @10455   22 years sandervl Added HlinkNavigateString, CreateAsyncBindCtx & IsAsyncMoniker stubs
(edit) @10453   22 years sandervl PathToRegion failure bugfix + leak fixed; SelectClipPath can fail in …
(edit) @10451   22 years sandervl removed obsolete comments
(edit) @10450   22 years sandervl HODIN_PREWINDOWCREATEDA extension added|
(edit) @10448   22 years sandervl KSO: synced listview with current wine code.
(edit) @10445   22 years sandervl Added ODIN_SetProcessDword function to change the startup information …
(edit) @10443   22 years sandervl Rewrote keyboard hook handler to post messages and swallow the one it …
(edit) @10442   22 years sandervl Wrong GdiCopyClipRgn return value; Implemented SelectClipPath
(edit) @10439   22 years bird Urg! if (); isn't such a good idea.
(edit) @10437   22 years bird #682: Drag & Drop fixes.
(edit) @10435   22 years bird #682: Drag & Drop fixes.
(edit) @10434   22 years bird #682: Test for DEBUG_LOGGING not DEBUG.
(edit) @10433   22 years bird #682: Test for DEBUG_LOGGING not DEBUG. dprintf may be used in release.
(edit) @10432   22 years bird #682: Drag & Drop fixes. Some Wine resync.
(edit) @10431   22 years bird #682: Test for DEBUG_LOGGING not DEBUG. dprintf may be used in release.
(edit) @10430   22 years bird #682: Drag & Drop - AttachThreadInput().
(edit) @10428   22 years bird #682: Test for DEBUG_LOGGING not DEBUG. dprintf may be used in release.
(edit) @10423   22 years bird #776: Corrected Id which were previously defined with wrong names in …
(edit) @10422   22 years bird #776: Use LANG variable to get Language Id.
(edit) @10416   22 years sandervl DrawIconEx: handle cyWidth == 0 case correctly
(edit) @10414   22 years sandervl update
(edit) @10410   22 years sandervl MCI updates from Wine
(edit) @10409   22 years sandervl Assembly wrapper for clearing the direction flag before calling our real
(edit) @10406   22 years sandervl Allocate DC for windows with CS_CLASSDC style (one per window)
(edit) @10404   22 years sandervl compile fix
(edit) @10403   22 years sandervl comment fix
(edit) @10402   22 years sandervl logging update
(edit) @10400   22 years sandervl KOM: Cleanup of text functions
(edit) @10398   22 years sandervl Updates
(edit) @10397   22 years sandervl Loader updates
(edit) @10396   22 years sandervl KSO: Removed duplicate (and dangerous) checks on framewindows in a …
(edit) @10394   22 years sandervl KSO: Updates
(edit) @10392   22 years sandervl logging fix
(edit) @10391   22 years sandervl KOM: Misc DBCS related text fixes
(edit) @10390   22 years sandervl KOM: Misc DBCS related text fixes
(edit) @10386   22 years sandervl compile fix
(edit) @10384   22 years sandervl update
(edit) @10382   22 years sandervl updates
(edit) @10380   22 years sandervl update
(edit) @10379   22 years sandervl Update
(edit) @10378   22 years sandervl update
(edit) @10377   22 years sandervl memory map functions for dib section code
(edit) @10376   22 years sandervl memory map functions for dib section code
(edit) @10374   22 years sandervl Update
(edit) @10373   22 years sandervl Update
(edit) @10372   22 years sandervl KOM: Fixed FONT_mbtowc(). If charset is 0, CP must not be 1252 in DBCS …
(edit) @10369   22 years sandervl fix
(edit) @10368   22 years sandervl bug fix
(edit) @10367   22 years sandervl bug fix
(edit) @10365   22 years sandervl KOM: GetTextExtentPointW fix; GetTextExtentExPointA fix for DBCS leadbytes
(edit) @10363   22 years sandervl DT: GetTextExtentPointW fix
(edit) @10359   22 years sandervl Fix for memory map offset
(edit) @10357   22 years sandervl DT: Fix for memory map offset
(edit) @10352   22 years sandervl KOM: Listbox: added index and length conversion between ANSI and UNICODE
(edit) @10350   22 years sandervl KOM: Use Warpsans Combined in DBCS environments
(edit) @10349   22 years sandervl Updates
(edit) @10348   22 years sandervl KOM: wvsnprintfA/W: fixed ascii and unicode conversion
(edit) @10347   22 years sandervl DT: Fixed memory leak
(edit) @10340   22 years sandervl Ukrainian resources added
(edit) @10339   22 years sandervl DF: Ukrainian support added
(edit) @10334   22 years sandervl Destroy icon cache imagelists in SIC_Destroy
(edit) @10332   22 years sandervl Destroy switch entry before hiding window in DestroyWindow.
(edit) @10329   22 years sandervl update
(edit) @10328   22 years sandervl compile error
(edit) @10326   22 years sandervl compile & link errors
(edit) @10322   22 years sandervl compile fix
(edit) @10321   22 years sandervl compile fix
(edit) @10319   22 years sandervl Updates
(edit) @10316   22 years sandervl Visible & Clip region changes
(edit) @10314   22 years sandervl DT: Resource updates ; Shell file operations updates
(edit) @10308   22 years sandervl Wrong if statement in recent SHAddToRecentDocs patch
(edit) @10306   22 years sandervl * empty log message *
Note: See TracRevisionLog for help on using the revision log.