- 29 Feb, 2000 8 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Niels Kristian Bech Jensen authored
-
Serge Ivanov authored
message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
-
Pascal Lessard authored
WM_RBUTTONUP.
-
Alexandre Julliard authored
This is the patch for the OleConvertOLESTREAMToIStorage wine API. This API calls another function called OLECONVERT_LoadOLE10 which basically read the OLE stream from the file through the callback function (this is passed by the application). The reading format was wrong. Still I am not very sure this is 100 % correct format. I did some reverse engineering and found the format. I have tried with different OLE object and its worked in paradox. I haven't tested with any other apps.
-
Patrik Stridvall authored
and checklink happy.
-
Patrik Stridvall authored
local files.
-
- 27 Feb, 2000 11 commits
-
-
Alexandre Julliard authored
-
Uwe Bonnes authored
-
Patrik Stridvall authored
- Fixed some missing .type @function (helps debugging with dbx) - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers - Fixed use of zero width arrays (ANSI C violation) - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Patrik Stridvall authored
-
Steven Elliott authored
wine-patches@winehq.com.
-
Alexandre Julliard authored
-
Pierre Mageau authored
Ulrich Czekalla <ulrichc@corel.ca> Set the font on the edit label control to that used by the listview control. It also uses text metrics to set a more reasonable initial edit control size. Pierre Mageau <pierre@macadamian.com> Handle M_SETREDRAW in ListView. Fix to EnsureVisible to handle small and large icon correctly. Add edit label functionnality to the listview and the file open dialog. Ulrich Czekalla <ulrichc@corel.ca> RelaseDC in CreateEditLabel. Pierre Mageau <pierre@macadamian.com> Add functionnality to create new folder in the open dialog. Add support for right click menu in common file dialog. LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items. Serge Ivanov <sergei@corel.ca> LISTVIEW_GetColumnA fix (do not copy string, pass pointers). Luc Tourangeau <luc@macadamian.com> Preventing a divide by zero when handling LVW_ENSUREVISIBLE message. Don Kelly -Implemented the sorting on insert of items into a ListView control with either LVS_SORTASCENDING or LVS_SORTDESCENDING set. -(helping evil applications): sometimes not so well structured apps (PFPI90, in this case) will not fully initialize structs. In the case of the LVM_GETITEM message the app may have only initialized the mask and iItem members of the struct. Added processing of the LVIF_PARAM mask in the case that iSubItem was set but is invalid/uninitialized. Pierre Mageau <pierre@macadamian.com> Fix for handling correctly the cancelling mode of the Edit label. Fix width calculation of the edit label. Pascal Lessard <pascal@macadamian.com> Implemented the behavior of sending WM_CONTEXTMENU when receiving a WM_RBUTTONUP. Ulrich Czekalla <ulrichc@corel.ca> Fixed a painting problem with listview when the view changes and an edit label is active. Ulrich Czekalla <ulrichc@corel.ca> Fixed a notification problem with listview. On creation if the user specifies an item with focus and/or selection we should send the proper notification. Insert was preventing LISTVIEW_SetItem from seeing the changes and sending the notification. Make the draw item rectangle consistent with the selection rectangle. This allows us to click on the folders and icons in the file open dialog box and the item actually gets selected.
-
Petr Tomasek authored
- DRIVE_ReadSuperblock: better checking for the FAT fs.
-
Uwe Bonnes authored
-
- 26 Feb, 2000 21 commits
-
-
Juergen Schmied authored
for Winelib, use real functions for exports from ntdll.
-
Juergen Schmied authored
-
Hidenori Takeshima authored
-
Ulrich Czekalla authored
-
Yuxi Zhang authored
appeared in the window. Sheri Steeves <sheri@macadamian.com> In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL style it would just return. This left the horizontal scroll bar uninitialized and it was appearing at the bottom of the listbox when it did not have to. Serge Ivanov <sergei@corel.com> LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width (it says it is for column margins). Obviously it is wrong, because margins must be internal.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Juergen Schmied authored
New SHELL_DeleteDirectoryA Use shell notifications. Enabled file manipulation functions.
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Juergen Schmied authored
-
Patrik Stridvall authored
-
Abey George authored
-
Alexandre Julliard authored
In Windows Property Sheet can have any mix of icon-less tabs and tabs with icons. Adds a check to see if the icon we're adding is non-NULL (otherwise random junk from memory can be rendered) when the application has specified the PSP_USEICONID flag is set. Changes to the Tab control to only render icons for tabs that have the TCIF_IMAGE flag set (previously, if the flag was set the entire image list of icons was rendered). Stephane Lussier <stephane@macadamian.com> Fixes for some tab control bugs Henning Hoffmann Fixed some width problem with OWNERDRAW tab. Luc Tourangeau <luc@macadamian.com> TCM_ADJUSTRECT is now returning consistant compare to Windows. Serge Ivanov <sergei@corel.ca> Fixed problem with tab selection. When you select tab it becames first visible tab. Now leftmost visible tab is calculated properly. - Added code for correct handling of updown control. - Forced recalculation of tabs' coordinates when: a) all items are deleted, b) window style is canged
-
Ian Schmidt authored
MFC 6.0 headers. Fixed typo in TCM_SETMINTABWIDTH constant.
-
Bill Jin authored
-
Jim Aston authored
-