source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2164   26 years cbratschi separator fix for customize dialog
(edit) @2163   26 years achimha put back Christoph's customize dialog
(edit) @2162   26 years achimha dirty workaround for crash in customize dialog
(edit) @2161   26 years cbratschi * empty log message *
(edit) @2160   26 years cbratschi some icon bug fixes
(edit) @2159   26 years sandervl Added qsort, ftol, CIpow, ltoa, ultoa
(edit) @2157   26 years sandervl copy msvcrt dlls to bin dir
(edit) @2156   26 years sandervl Added bsearch from EMX and corrected it's calling convention
(edit) @2155   26 years sandervl copy msvcrt again
(edit) @2153   26 years sandervl JW: Added stubs
(edit) @2152   26 years sandervl Event log changes
(edit) @2150   26 years sandervl Implemented some service apis
(edit) @2147   26 years sandervl FormatMessageA/W bugfix (wrong calling convention for WVSPRINTFAPROC)
(edit) @2146   26 years sandervl added missing dependencies (not complete yet though)
(edit) @2145   26 years sandervl SendMessageW bugfix
(edit) @2144   26 years sandervl FindResourceExA/W implemented, CreateProcessW bugfix
(edit) @2143   26 years sandervl Moved Service apis into separate sourcefile
(edit) @2141   26 years sandervl EB's GetThreadContext update
(edit) @2140   26 years cbratschi removed CS_SIZEREDRAW
(edit) @2138   26 years sandervl Fix for loading images (RSRC_LOAD)
(edit) @2134   26 years sandervl Forward SID apis to NTDLL & move some sid apis from advapi32 to ntdll
(edit) @2133   26 years sandervl Forward SID apis to NTDLL
(edit) @2131   26 years achimha updated to WINE 991212 level
(edit) @2129   26 years sandervl Added token handlemanager class + HMHandleGetUserData export
(edit) @2128   26 years sandervl Token api update
(edit) @2126   26 years achimha WINE 991212 updates - treeview missing
(edit) @2123   26 years sandervl * empty log message *
(edit) @2122   26 years sandervl Partially implemented some Token & SID apis
(edit) @2115   26 years sandervl EB's changes for GetThreadContext + Read/WriteProcessMemory
(edit) @2114   26 years cbratschi MDI fixes, ChildWindowFromPointEx
(edit) @2111   26 years sandervl partly implemented GetCurrencyFormatA/W
(edit) @2109   26 years sandervl JW: updated with the latest code from Wine 991212
(edit) @2107   26 years sandervl JW: Removed the ERRNO Defs from CRTINC.H and included ERRNO.H
(edit) @2106   26 years sandervl SetMenuItemInfoA bugfix
(edit) @2105   26 years sandervl compile fixes
(edit) @2103   26 years sandervl JW's update (wine 991212)
(edit) @2101   26 years cbratschi * empty log message *
(edit) @2100   26 years sandervl compile fixes
(edit) @2099   26 years cbratschi MDI cascade/tile, WM_PARENTNOTIFY cursor pos mapping, free timers …
(edit) @2097   26 years sandervl hook removal bugfix
(edit) @2096   26 years sandervl remove THDB structure from list when thread ends
(edit) @2093   26 years cbratschi text output changes, desktop WM_GETTEXT fixed, scrollbar DC changes
(edit) @2092   26 years cbratschi text output API changes, line speed improvements
(edit) @2090   26 years sandervl InterlockedExchange again
(edit) @2089   26 years sandervl Fix for crash during destruction of window with children
(edit) @2088   26 years sandervl Put back old Wine interlocked code + InterlockedExchange fix
(edit) @2085   26 years sandervl Added GetTHDBFromThreadId + link THDB structures
(edit) @2084   26 years sandervl sendmessage + hook updates + misc fixes
(edit) @2083   26 years sandervl extra logging
(edit) @2077   26 years sandervl cmd line fix, mmap fix + EB's string fixes
(edit) @2076   26 years sandervl MDI changes + WM_INITMENU support added + disabled experimental …
(edit) @2072   26 years sandervl memory map fixes
(edit) @2071   26 years sandervl Removed odincrt dependency
(edit) @2069   26 years sandervl dll unload fix
(edit) @2066   26 years sandervl Fixes for the on-demand page loader; disabled by default for debugging
(edit) @2062   26 years phaller Fix: HandleManager: create file from template
(edit) @2061   26 years sandervl added support for private logfiles
(edit) @2056   26 years sandervl JW's GetMainArgs fix
(edit) @2053   26 years sandervl Memory map fixes
(edit) @2052   26 years achimha added more logging
(edit) @2050   26 years sandervl Read/WriteFile return value type changes
(edit) @2049   26 years cbratschi fixed TextOut, ExtTextOut bugs
(edit) @2044   26 years sandervl create reg keys for CSD version
(edit) @2042   26 years sandervl Ported ExpandEnvironmentStringsA/W (Wine: 991114)
(edit) @2041   26 years sandervl replaced strncpy with lstrcpynA
(edit) @2040   26 years sandervl replaced strncpy with lstrcpynA
(edit) @2039   26 years sandervl strncpy changes
(edit) @2038   26 years sandervl link with odincrt.lib
(edit) @2036   26 years bird Corrected import library creation.
(edit) @2035   26 years bird Corrected importlibrary creation.
(edit) @2033   26 years sandervl Unicode <-> Ascii translation changes + fixes for window procedures
(edit) @2032   26 years sandervl code heap added + changed back winres fix (breaks Notes) + heapstring fixes
(edit) @2028   26 years bird * empty log message *
(edit) @2025   26 years davidr Replaced by itypelib.h
(edit) @2024   26 years davidr New files (itypelib, itypeinfo) added
(edit) @2023   26 years davidr moved LoadTypeLibEx to typelib.cpp
(edit) @2022   26 years davidr New parser for typelibs
(edit) @2021   26 years davidr Private header for typelibs
(edit) @2020   26 years davidr Implementation of the ITypeInfo interface
(edit) @2019   26 years davidr Implementation of the ITypeLib interface
(edit) @2018   26 years davidr Typesafe list management class.
(edit) @2016   26 years sandervl Owndc changes
(edit) @2014   26 years achimha promoted new wsock32 as default
(edit) @2013   26 years achimha promoted new wsock32 as default
(edit) @2012   26 years achimha safe old wsock32
(edit) @2010   26 years sandervl Removed all remove/selectClientArea calls
(edit) @2009   26 years sandervl InterlockExchange bugfix
(edit) @2007   26 years sandervl memory map + string resource fixes
(edit) @2006   26 years sandervl Misc fixes for repaint problems
(edit) @2005   26 years bird Added oleaut32 to the lie list.
(edit) @2003   26 years bird Makefile helpers.
(edit) @2001   26 years sandervl Memory map fixes
(edit) @2000   26 years sandervl Changes for OLEAUT32 renaming
(edit) @1998   26 years sandervl PD: Ported MMIO from Wine (v991031)
(edit) @1997   26 years sandervl EB: Hack for GetFullPathNameA + Fixed dprintf in lstrcmpW
(edit) @1994   26 years achimha cleanup
(edit) @1991   26 years dengert set returned memory to zero for debug functions
(edit) @1989   26 years bird Corrected kargncpy to match new argument style.
(edit) @1987   26 years phaller Fix: implemented Interlocked APIs according to NT4
(edit) @1986   26 years sandervl CB: Only convert the string and not everything in UnicodeToAsciiStringN
Note: See TracRevisionLog for help on using the revision log.