2002-10-13 |
Uwe Bonnes | Add function to get size of in-memory resource and...
|
commit | commitdiff | tree |
2002-10-10 |
Uwe Bonnes | More stubs.
|
commit | commitdiff | tree |
2002-09-12 |
Uwe Bonnes | WCMD_parse: allow slashes in command filenames.
|
commit | commitdiff | tree |
2002-09-09 |
Uwe Bonnes | Make the scanf family recognize characters again.
|
commit | commitdiff | tree |
2002-07-25 |
Uwe Bonnes | Fill lpcbAvail for PeekNamedPipe.
|
commit | commitdiff | tree |
2002-07-24 |
Uwe Bonnes | WCMD_run_program: don't try to run an empty line.
|
commit | commitdiff | tree |
2002-07-24 |
Uwe Bonnes | More verbose output when file not found.
|
commit | commitdiff | tree |
2002-07-24 |
Uwe Bonnes | WCMD_batch: increase possible line length and warn...
|
commit | commitdiff | tree |
2002-07-23 |
Uwe Bonnes | Take a snapshot of the environment strings when building the
|
commit | commitdiff | tree |
2002-07-10 |
Uwe Bonnes | CBUpdateEdit: LB_GETTEXTLEN returns LB_ERR on error...
|
commit | commitdiff | tree |
2002-07-09 |
Uwe Bonnes | _open_osfhandle: set at least the _IOREAD flag.
|
commit | commitdiff | tree |
2002-07-08 |
Uwe Bonnes | fgets, fgetws: don't treat the possible uninitialized...
|
commit | commitdiff | tree |
2002-07-08 |
Uwe Bonnes | MSVCRT_fread: expose feof flag.
|
commit | commitdiff | tree |
2002-07-08 |
Uwe Bonnes | Added _U@YAPAXI@Z and _V@YAPAXI@Z.
|
commit | commitdiff | tree |
2002-07-08 |
Uwe Bonnes | MSVCRT_fseek: should return 0 on success.
|
commit | commitdiff | tree |
2002-07-05 |
Uwe Bonnes | MSVCRT_operator_new: Call handler only when "new" operation...
|
commit | commitdiff | tree |
2002-06-13 |
Uwe Bonnes | Display the name of the started process in the desktop...
|
commit | commitdiff | tree |
2002-04-11 |
Uwe Bonnes | SIC_GetIconIndex: start DPA_Search from index 0.
|
commit | commitdiff | tree |
2002-04-11 |
Uwe Bonnes | get_window_children: only decrement available size...
|
commit | commitdiff | tree |
2002-04-11 |
Uwe Bonnes | LISTVIEW_GetColumnT: care for the format of the string.
|
commit | commitdiff | tree |
2002-04-11 |
Uwe Bonnes | MCIWndCreateA: check for NULL filename.
|
commit | commitdiff | tree |
2002-03-28 |
Uwe Bonnes | MenuItemFromPoint: rough implementation.
|
commit | commitdiff | tree |
2002-03-26 |
Uwe Bonnes | Add stub for __lconv_init().
|
commit | commitdiff | tree |
2002-03-25 |
Uwe Bonnes | __[x|]getmainargs: Accept NULL new_mode argument.
|
commit | commitdiff | tree |
2002-01-31 |
Uwe Bonnes | Give users a hint to clean their config from comments...
|
commit | commitdiff | tree |
2002-01-29 |
Uwe Bonnes | XFONT_GetAvgCharWidth: Always round up.
|
commit | commitdiff | tree |
2002-01-22 |
Uwe Bonnes | Consistent usage of istring, use STR_[Get|Set]Ptr where...
|
commit | commitdiff | tree |
2002-01-18 |
Uwe Bonnes | Added GradientFill stub.
|
commit | commitdiff | tree |
2002-01-14 |
Uwe Bonnes | _stat: Better test for drive letter.
|
commit | commitdiff | tree |
2001-12-20 |
Uwe Bonnes | GlobalReAlloc16: If heap has GlobalPageLock set, try...
|
commit | commitdiff | tree |
2001-12-19 |
Uwe Bonnes | Use GlobalPageLock for GetVDMPointer32W16 pointers.
|
commit | commitdiff | tree |
2001-12-17 |
Uwe Bonnes | PathIsURL(A|W): Check for NULL strings.
|
commit | commitdiff | tree |
2001-11-23 |
Uwe Bonnes | MSVCRT_getenv: compare for the length of the key and...
|
commit | commitdiff | tree |
2001-11-23 |
Uwe Bonnes | _dev_t is an unsigned integer.
|
commit | commitdiff | tree |
2001-10-02 |
Uwe Bonnes | Check for NULL path argument in DeleteFile.
|
commit | commitdiff | tree |
2001-08-20 |
Uwe Bonnes | Added reference counting and delayed destruction of...
|
commit | commitdiff | tree |
2001-08-15 |
Uwe Bonnes | PathGetExtensionAW has three arguments.
|
commit | commitdiff | tree |
2001-08-15 |
Uwe Bonnes | Don't call Dosvm functions when Dosvm isn't initialized.
|
commit | commitdiff | tree |
2001-07-18 |
Uwe Bonnes | SNOOP_DoReturn: remove redundant printing of tid.
|
commit | commitdiff | tree |
2001-07-14 |
Uwe Bonnes | Don't claim the parport for exclusive access and release...
|
commit | commitdiff | tree |
2001-07-14 |
Uwe Bonnes | SNOOP_GetProcAddress: don't touch already initialized...
|
commit | commitdiff | tree |
2001-07-11 |
Uwe Bonnes | Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp...
|
commit | commitdiff | tree |
2001-06-26 |
Uwe Bonnes | Added /dev/parport support for direct port access.
|
commit | commitdiff | tree |
2001-06-22 |
Uwe Bonnes | Add RegisteredOwner and RegisteredOrganization.
|
commit | commitdiff | tree |
2001-01-15 |
Uwe Bonnes | MapViewOfFileEx: make the returned error dependent...
|
commit | commitdiff | tree |
2000-12-02 |
Uwe Bonnes | FileOpenDlgProc95: notify application of changed selection...
|
commit | commitdiff | tree |
2000-10-29 |
Uwe Bonnes | DEBUG_ProcessDBGFile: use a stack variable for the...
|
commit | commitdiff | tree |
2000-10-29 |
Uwe Bonnes | COMBOEX_DrawItem: check return value of SendMessageA...
|
commit | commitdiff | tree |
2000-10-29 |
Uwe Bonnes | DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before...
|
commit | commitdiff | tree |
2000-10-19 |
Uwe Bonnes | Pass the correct hFile to PE_CreateModule.
|
commit | commitdiff | tree |
2000-10-19 |
Uwe Bonnes | Draw text and icons, implement ordering functions,...
|
commit | commitdiff | tree |
2000-10-17 |
Uwe Bonnes | Remember owner HWND when creating and use this hwnd...
|
commit | commitdiff | tree |
2000-10-15 |
Uwe Bonnes | Draw the scrollbar beside the buddy when neither UDS_ALIGN...
|
commit | commitdiff | tree |
2000-10-15 |
Uwe Bonnes | Localization and expect leapdays when looking for the...
|
commit | commitdiff | tree |
2000-10-15 |
Uwe Bonnes | Localization and many changes to behaviour and outlook.
|
commit | commitdiff | tree |
2000-10-15 |
Uwe Bonnes | Split out resources that might be localized.
|
commit | commitdiff | tree |
2000-10-15 |
Uwe Bonnes | Added additional resource IDs.
|
commit | commitdiff | tree |
2000-10-13 |
Uwe Bonnes | Make reg the default output chanel.
|
commit | commitdiff | tree |
2000-10-02 |
Uwe Bonnes | GetDateFormatA: Check range and recalculate wDayOfWeek.
|
commit | commitdiff | tree |
2000-09-12 |
Uwe Bonnes | Use tpXXX instead of tbXXX in tagTHREADENTRY32.
|
commit | commitdiff | tree |
2000-08-21 |
Uwe Bonnes | Call WriteOutProfiles16 to make sure that last profile...
|
commit | commitdiff | tree |
2000-08-07 |
Uwe Bonnes | X11DRV_DIB_SetImageBits_RLE8: break image lines.
|
commit | commitdiff | tree |
2000-07-29 |
Uwe Bonnes | We always have strerror, so no need to ifdef HAVE_STRERROR.
|
commit | commitdiff | tree |
2000-07-15 |
Uwe Bonnes | Added "CommonFilesDir"="C:\Program Files\Common Files".
|
commit | commitdiff | tree |
2000-06-20 |
Uwe Bonnes | Make WritePrivateProfileSectionA care for "" and NULL...
|
commit | commitdiff | tree |
2000-06-15 |
Uwe Bonnes | cp_mbstowcs: check functions return zero on success.
|
commit | commitdiff | tree |
2000-06-15 |
Uwe Bonnes | GetFullPathName: get "drive" value too for absolute...
|
commit | commitdiff | tree |
2000-06-07 |
Uwe Bonnes | PathFindNextComponent: return pointer to NULL and not...
|
commit | commitdiff | tree |
2000-06-07 |
Uwe Bonnes | TOOLBAR_DrawString: catch index== -1 (but not yet handled).
|
commit | commitdiff | tree |
2000-06-07 |
Uwe Bonnes | Use "CALL" and "RET" in capital letters for distinction.
|
commit | commitdiff | tree |
2000-05-19 |
Uwe Bonnes | StgOpenStorage16: correct arguments to the CreateFile...
|
commit | commitdiff | tree |
2000-05-19 |
Uwe Bonnes | DOSFS_DoGetFullPathName: terminate string weh called...
|
commit | commitdiff | tree |
2000-05-12 |
Uwe Bonnes | GetFullPathname: add missing termination to the string.
|
commit | commitdiff | tree |
2000-05-01 |
Uwe Bonnes | COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError...
|
commit | commitdiff | tree |
2000-04-30 |
Uwe Bonnes | Use Thread pseudo handle and not Thread Id as argument...
|
commit | commitdiff | tree |
2000-04-28 |
Uwe Bonnes | DOSFS_DoGetFullPathName: rewrite to return results...
|
commit | commitdiff | tree |
2000-04-23 |
Uwe Bonnes | SNOOP_PrintArg: replaced IsBad* functions by exception...
|
commit | commitdiff | tree |
2000-04-16 |
Uwe Bonnes | Corrected WinMain.
|
commit | commitdiff | tree |
2000-04-16 |
Uwe Bonnes | fgets: Don't swallow \n, treat EOF
|
commit | commitdiff | tree |
2000-04-16 |
Uwe Bonnes | Add missing backslash in the debugger definition.
|
commit | commitdiff | tree |
2000-04-06 |
Uwe Bonnes | GetShortPathName: always erase characters at the end...
|
commit | commitdiff | tree |
2000-03-26 |
Uwe Bonnes | Use strerror in debug output.
|
commit | commitdiff | tree |
2000-03-26 |
Uwe Bonnes | SHChangeNotify[A|W]: free only items we allocated.
|
commit | commitdiff | tree |
2000-03-04 |
Uwe Bonnes | PROFILE_GetString: only accept NULL for keyname to...
|
commit | commitdiff | tree |
2000-02-27 |
Uwe Bonnes | GetComputerNameA(): added parameter check like Win95...
|
commit | commitdiff | tree |
2000-02-27 |
Uwe Bonnes | GetFullPathName fixes.
|
commit | commitdiff | tree |
2000-01-23 |
Uwe Bonnes | Check for MZ header before trying to decipher the PE...
|
commit | commitdiff | tree |
2000-01-23 |
Uwe Bonnes | Export GetLongPathName[A|W].
|
commit | commitdiff | tree |
2000-01-18 |
Uwe Bonnes | Always initialize lpWaveHdr->lpNext to NULL.
|
commit | commitdiff | tree |
1999-11-14 |
Uwe Bonnes | Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
|
commit | commitdiff | tree |
1999-10-24 |
Uwe Bonnes | Warn users to use -the -desktop option together with...
|
commit | commitdiff | tree |
1999-10-24 |
Uwe Bonnes | Return the size of the needed resource when buffer...
|
commit | commitdiff | tree |
1999-10-23 |
Uwe Bonnes | Ignore wrong hInstance.
|
commit | commitdiff | tree |
1999-10-13 |
Uwe Bonnes | Use LoadString16 for FormatMessage16 and handle
|
commit | commitdiff | tree |
1999-10-13 |
Uwe Bonnes | Account for the trailing NULL in GetLogicalDriveStringsA.
|
commit | commitdiff | tree |
1999-10-13 |
Uwe Bonnes | Use Get|SetPropA to store lParam to retrieve the OPENFILENAM...
|
commit | commitdiff | tree |
1999-09-28 |
Uwe Bonnes | Remember the allocated string to free it.
|
commit | commitdiff | tree |
1999-09-04 |
Uwe Bonnes | Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
|
commit | commitdiff | tree |
1999-09-04 |
Uwe Bonnes | Implemented StrCmpNIA like the other StrCmpXX functions.
|
commit | commitdiff | tree |
1999-08-21 |
Uwe Bonnes | Alignment fix.
|
commit | commitdiff | tree |