source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8265   24 years bird BUILD_NO_TESTACSE -> BUILD_OWN_TESTCASE_RULE.
(edit) @8263   24 years bird Moved the cdrom hot fix a bit to prevent memory leaks.
(edit) @8261   24 years bird Hot fix for 0 CDROMs. first try!
(edit) @8259   24 years bird Optimized and rearranged OSLibGetDriveType. (Removed used of static …
(edit) @8258   24 years bird Corrected call to GetDriveType. (paranoia)
(edit) @8257   24 years bird GetDriveType - made it just as strict as WinXP.
(edit) @8256   24 years bird Corrected call to GetDriveType. (missing ':')
(edit) @8251   24 years bird Initial coding.
(edit) @8226   24 years sandervl compile fixes
(edit) @8225   24 years bird Added uxtheme to CUSTOMBUILD module list.
(edit) @8223   24 years bird Updated the CUSTOMBUILD module list.
(edit) @8220   24 years bird Initial stubbing.
(edit) @8218   24 years sandervl only shared for named critical section
(edit) @8217   24 years sandervl compile fixes
(edit) @8216   24 years phaller Fixed ID string
(edit) @8212   24 years bird Moved /tools/make to /make.
(edit) @8211   24 years bird move to src.
(edit) @8210   24 years sandervl fixed double handle allocated for desktop window + made EnumWindows a …
(edit) @8203   24 years sandervl use critical sections in vmutex; change global vmutex in mmap to use a …
(edit) @8202   24 years sandervl changed vmutex usage
(edit) @8201   24 years sandervl added os2 critical section functions
(edit) @8198   24 years bird Initial coding.
(edit) @8195   24 years sandervl Do not test for write capability with CDROM drives (IOCTL_DISK_IS_WRITABLE)
(edit) @8189   24 years bird Ignore some other files.
(edit) @8188   24 years bird Moved exported stuff from options.h.
(edit) @8187   24 years bird Moved it out of the options.h file.
(edit) @8176   24 years bird Added krnlWrappers.obj.
(edit) @8175   24 years bird Moved build number, kernel flags and os version out of the option struct.
(edit) @8174   24 years bird Correctect build variable name.
(edit) @8173   24 years bird Restructured imports/exports.
(edit) @8172   24 years bird Restructured and added new exports.
(edit) @8171   24 years bird Force make on calltaba.asm. FIXME: has stupid side effect…
(edit) @8170   24 years bird Corrected some case problems. (linking is now case sensitive!)
(edit) @8169   24 years bird Removed CallTaba.asm rule.
(edit) @8168   24 years bird Added missing objects.
(edit) @8166   24 years bird Was myldrOpenPatha.asm.
(edit) @8162   24 years bird Stop complaining, just include the stupid file. (stdarg.h)
(edit) @8161   24 years bird Better not check on EXE386 but on the defines.
(edit) @8148   24 years bird Build kKrnlLibR3Tst.mak too.
(edit) @8147   24 years bird Initial coding.
(edit) @8146   24 years bird Dummy
(edit) @8145   24 years bird Renamed ProbeKrnl.c to d16ProbeKrnl.c.
(edit) @8144   24 years bird Initial coding..
(edit) @8143   24 years bird Export build number (odin build number that is).
(edit) @8140   24 years bird much stuff..
(edit) @8138   24 years bird New prefixes!
(edit) @8134   24 years sandervl disable aspi by default
(edit) @8132   24 years sandervl customization updates
(edit) @8130   24 years sandervl comment update for PostQuitMessage
(edit) @8129   24 years sandervl Gracefully handle WM_QUIT message sent by window list
(edit) @8126   24 years sandervl move process id setup to OSLibWinQueryWindowProcess
(edit) @8121   24 years sandervl all named file mappings are shared
(edit) @8119   24 years sandervl OpenFileMapping fix (fixes notes replication)
(edit) @8116   24 years sandervl PF: DosClose used without wrapper
(edit) @8115   24 years sandervl Do not use XFree driver unless fullscreen mode is enabled
(edit) @8112   24 years sandervl added LoadImageW hook
(edit) @8111   24 years sandervl removed FindResource hooks
(edit) @8109   24 years sandervl YD: EnumThreadWindows fix
(edit) @8105   24 years sandervl Changes & fixes for minimized windows
(edit) @8101   24 years sandervl PF: CloseWindow + GetWindowPlacement change/fix
(edit) @8099   24 years sandervl renamed GDI libmain
(edit) @8098   24 years sandervl PF: added function to disable ASPI
(edit) @8097   24 years sandervl PF: fix for 24 bpp bitmaps
(edit) @8096   24 years sandervl PF: Ownerdrawn listview control items have no margin
(edit) @8092   24 years sandervl report back requested version in WSAStartup
(edit) @8075   24 years bird obosolete.
(edit) @8074   24 years bird Initial coding.
(edit) @8073   24 years bird Use kLib.inc not kLib.mk.
(edit) @8071   24 years bird Moved to include\kLib (and another repository).
(edit) @8070   24 years bird now in src.
(edit) @8069   24 years bird New makefile system.
(edit) @8068   24 years bird Initial coding.
(edit) @8067   24 years bird Copyright.
(edit) @8066   24 years bird Made it compile.
(edit) @8065   24 years bird Rules for generated source.
(edit) @8064   24 years bird File header.
(edit) @8063   24 years bird Install directory is PATH_TOOL.
(edit) @8062   24 years bird Added TstFakers.c.
(edit) @8061   24 years bird Initial coding.
(edit) @8060   24 years bird Should not be here!
(edit) @8059   24 years bird Initial coding.
(edit) @8058   24 years bird Added the 16-bit stuff to this library.
(edit) @8057   24 years bird Added CC_SEG.
(edit) @8056   24 years bird Gathered all source in one directory. New make system.
(edit) @8055   24 years achimha fix compilation error
(edit) @8054   24 years sandervl PF: Menu: fix for double click on minimized window (icon)
(edit) @8052   24 years sandervl PH: Netbios updates (currently disabled)
(edit) @8051   24 years sandervl added fake version of WSAEnumProtocol()
(edit) @8049   24 years sandervl PH: moved icon extraction from shell32 to user32
(edit) @8048   24 years sandervl PH: Wine resync + OS2 integration
(edit) @8047   24 years sandervl PH: PathIsURLA/W fixes for Flask
(edit) @8042   24 years sandervl PF: CloseWindow + minimize fixes
(edit) @8038   24 years sandervl PF: Fixes for minimized dragging icon and minimized icon distortion
(edit) @8035   24 years sandervl Allow single minimize or maximize button in titlebar (os/2 appearance)
(edit) @8032   24 years sandervl PF: Fix for restoring window from minimized state
(edit) @8031   24 years sandervl YD: Fall back to english resource if time format not found for default …
(edit) @8030   24 years sandervl PF: Implemented IOCTL_DISK_IS_WRITABLE ioctl & fixes writing to floppy …
(edit) @8027   24 years sandervl Removed WindowFromPoint change
(edit) @8026   24 years sandervl Removable disk access fix
(edit) @8021   24 years sandervl fix thread id in log
Note: See TracRevisionLog for help on using the revision log.