- 25 Feb, 2000 29 commits
-
-
Andreas Mohr authored
-
Hidenori Takeshima authored
-
Steven Elliott authored
order to allow Windows 9x Perl to start.
-
Ulrich Czekalla authored
zeros. This prevents buffer overruns caused by accessing garbage data. Some improvements to the NULL check patch. Gautam Jain EnumPrinters is not returning the number of printers found in case the parameter dwLevel is 1.
-
Dmitry Timoshkov authored
Perform case insensitive comparison for the registry paths.
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
Add definition of CPINFOEX structure to winnls.h
-
Dmitry Timoshkov authored
-
Hidenori Takeshima authored
-
Hidenori Takeshima authored
-
James Abbatiello authored
-
Pierre Mageau authored
Thuy Nguyen <thuy@macadamian.com> Don't allow to resize stream open in read only mode Allow write access for stream/storage open with STGM_READWRITE. StgOpenStorage return values are now more detailed. Don't rely on STGM_CREATE flag in the Storage constructor. Preventing to write out of date property. Owen Wang <owenw@corel.ca> Allow both positive & negative 32-bit integers as with MFC assumption. This patch improves the 32bit limit on IStream::*_Seek operations. John Li <johnl@corel.ca> When WP opens a linked file, the malloc function in OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine crash. The actual problem is the function reading a large data length.
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Patrik Stridvall authored
files.
-
James Abbatiello authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Ove Kaaven authored
necessary.
-
Serge Ivanov authored
-
Serge Ivanov authored
patch adds similar behaviour to Wine. It also adds some NULL checks. <yuxi@corel.com> Fix property sheet initialization bugs. Matthew Robertson The template was calling GetActiveIndex which was not being set in the propsheet code, and the call was moved before we call SetActive - because that's where we query for the Active Index. Noomen Hamza Resize property sheet to the largest dialog size. Don Kelly In the WM_INITDIALOG handler for the prop sheet, there is a call to PROPSHEET_IsTooSmall() which, if it returns TRUE, calls PROPSHEET_AdjustSize(). Contrary to its comment, .._AdjustSize() actually aligns the sizes of the "largest" prop. sheet dialog template and the tab control. The IsTooSmall() call doesn't properly catch this mismatch. Modified the function to return TRUE if the sizes mismatch and renamed it to PROPSHEET_SizeMismatch() to reflect its proper use.
-
Marcus Meissner authored
-
Serge Ivanov authored
fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads to improper display of overlay images.
-
Alexandre Julliard authored
pointers in FindWindow.
-
Serge Ivanov authored
region state.
-
Eric Williams authored
-
Juergen Schmied authored
-
- 20 Feb, 2000 11 commits
-
-
Andreas Mohr authored
-
Andreas Mohr authored
- spelling fixes
-
Andreas Mohr authored
- cleaned up win.c
-
Andreas Mohr authored
-
Marcus Meissner authored
-
Andreas Mohr authored
to return long or short paths, not GetModuleFileNameA.
-
Gerard Patel authored
dialog.
-
Petr Tomasek authored
-
Alexandre Julliard authored
Pierre Mageau Don't update the combo box selection when closing the dialog only when clicking on OK button. Adjust file dialog size when help button isn't present. Don Kelly. Fixes problems with open dialog box filters. Ulrich Czekalla Prevents the help button from displaying on OpenFile dialogs unless the proper flag is set in the OPENFILENAME struct. Yuxi Zhang Fixed memory leak. Jean-Claude Batista Add tooltips to the file Dialog toolbar. Sylvain Bouchard, Bill Jin Three new functions EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections Instead of passing in a copy of ofn, passing in the pointer of ofn. David Golding A "!" was missing in a check against lpstrInitialDir. Rick Mutzke Fixed crash: if dialog has no filetypes appearing in the dropdown list. Matt Robertson, Ulrich Czekalla Fixed problems occurring with selection of files inside openfiledlg.
-
Juergen Schmied authored
- moved the creating of new folders to the shellview
-
Juergen Schmied authored
drag&drop).
-