Huw Davies <[email protected]>
- Add English neutral version of IDS_COLOR_GRAY.
Eugeny Gorelov <[email protected]>
- Implement most functionality of PageSetupDlg function.
Michael Jung <[email protected]>
- Don't expand MyComputer in the file dialogs without user interaction,
if unixfs is rooted at desktop.
Henning Gerhardt <[email protected]>
- Update German resource files.
Vincent Beron <[email protected]>
- Remove multiple declarations of the same function, keeping the public
one as reference.
Mike McCormack <[email protected]>
- gcc 4.0 -Wpointer-sign fixes.
- Fix declarations.
svn path=/trunk/; revision=17327
Vitaliy Margolen <[email protected]>
- Send CDDS_ITEMPOSTERASE | CDDS_PREPAINT notify.
Felix Nawothnig <[email protected]>
- Move DPA and DSA functions out of comctl32undoc.c as they are
documented by now.
- Fix some DPA functions so they pass the new tests.
- Don't invalidate the whole propsheet when the page is switched.
Dimi Paun <[email protected]>
- Silence uninitialized warnings.
Robert Shearman <[email protected]>
- Call SetBkMode with the correct value from the NMTBCUSTOMDRAW
structure.
- Don't fill the NMTBCUSTOMDRAW structure in again for
CDDS_POSTPAINT.
- Remove redundant bBtnTransprnt value.
- Height is now calculated based on the number of rows, not on the
bounding rect.
- Only call CalcToolbar in AutoSize if it has TBSTYLE_WRAPABLE or
TBSTYLE_EX_UNDOC1 set.
- Remove a bad test in SetButtonWidth that fixes a regression from the
above change in IE.
- Remove unnecessary nHeight data.
- Remove duplicated code in Size by calling AutoSize.
- Remove unnecessary bAutoSize value because SetWindowPos doesn't
generate WM_SIZE when there is nothing to do on both Windows and
Wine.
- TBSTATE_INDETERMINATE only takes effect if the button is enabled,
otherwise it should just appear like any other disabled button.
- Native autosizes on inserting/adding buttons, so we should too.
- The IsValidImageList test is not needed because if it isn't a valid
image list we will have set the bitmap width and height to 1 and it
does the wrong thing when no buttons are present.
- The calculated button height should include the text height when no
buttons are present.
- Handle CopyImage and other functions failing by not adding the icon
and notifying the caller.
Thomas Weidenmueller <[email protected]>
- Support PSH_WIZARDHASFINISH in wizards.
- Correct tab order of the wizard buttons.
- Support PSM_IDTOINDEX.
Aric Stewart <[email protected]>
- When adding an image copy the full previous buffer.
- Implement replacing an icon with one from a resource.
Kevin Koltzau <[email protected]>
- Forward some header notifications to parent of listview.
Frank Richter <[email protected]>
- Enabled "tab" dialog texture for property sheet pages.
- Add theming support for header controls.
- Use theming for the ListView non-client area.
- Let property sheets update the cached system colors upon receiving
WM_SYSCOLORCHANGE.
- Add theming for the up/down control.
svn path=/trunk/; revision=17326
- almost do-nothing base source code for new CSR server DLLs host
- base source code for the core CSR server DLL 'csrsrv.dll' (server 0)
- base source code for the base WIN server DLL 'basesrv.dll' (server 1)
- base source code for the console+user WIN server DLL 'winsrv.dll' (servers 3 and 2)
NOTES
- At present, nothing works, but compilation is OK, sorry.
- The program is temporarily named 'csr.exe' to coexist with current monolithic 'csrss.exe'.
- Code, hints, suggestions, and migration plans welcome! (post 0.3)
svn path=/trunk/; revision=17323
- Allocate short blocks in one page.
- Split the used and free header. It makes it easier to implement a red zone check.
svn path=/trunk/; revision=17306
Francois Gouget <[email protected]>
- Assorted spelling fixes.
Gerold Jens Wucherpfennig <[email protected]>
- Support for big-endian systems.
- The fci_get_little_endian... and fci_set_little_endian... functions
don't really set and unset little endianes, they do the same thing:
merely swapping bytes from one endianes to the other.
Stefan Huehner <[email protected]>
- Make some function static.
- Fix some more -Wmissing-declarations warnings.
svn path=/trunk/; revision=17290
- Added support for HTML resource type.
Mike McCormack <[email protected]>
- gcc 4.0 -Wpointer-sign fixes.
Stefan Huehner <[email protected]>
- Fix some -Wsign-compare warnings.
Jacek Caban <[email protected]>
- '.' is a valid char of tIDENT.
Marcus Meissner <[email protected]>
- Fixed signedness warnings.
svn path=/trunk/; revision=17286