Uwe Bonnes
bd63880ca9
Implemented StrCmpNIA like the other StrCmpXX functions.
1999-09-04 11:04:45 +00:00
Thuy Nguyen
7c7f155be3
Resolve environment variable when enumerating values.
1999-09-04 11:03:22 +00:00
Pascal Lessard
3405f5c6cd
The format rect is recalculated for each font change. MoveEnd &
...
MoveHome improved.
1999-09-04 10:59:07 +00:00
Karl Lessard
41875795cc
Ian Ward
...
Dan Langlois
Speed up conversion between XImages and DIBSections.
1999-09-03 16:49:17 +00:00
Francois Boisvert
25eeb8f880
Some <open> features in the file dialog 95.
1999-09-03 16:46:41 +00:00
Ulrich Weigand
cebd60b33c
Removed global variable pCurrentTeb.
1999-09-03 16:45:44 +00:00
Ulrich Weigand
73bd8d2b1c
HEAP_Commit/Decommit were assuming a page size of 4KB
...
unconditionally.
1999-09-03 16:45:04 +00:00
Huw D M Davies
4e877163cf
A few more DC_ defines from Win2000.
1999-09-03 16:43:56 +00:00
Huw D M Davies
4fa52588a5
Check that lpCreate->lpszName is non-NULL.
1999-09-03 16:42:42 +00:00
Marcus Meissner
6f7797bc77
More restrictive checks, so DIALOG_IsAccelerator don't loop
...
endlessly.
1999-09-03 16:39:36 +00:00
Pascal Lessard
2eb0a302a0
Menu hides when clicked for a second time.
1999-09-03 16:38:52 +00:00
Richard Cohen
d38bcea270
- select the font into the dc before calculating the extent
...
- make buttonheight correspond to text height + width to caption
- button was "flashing" on EndDialog (must delete font AFTER EndDialog)
- #defines for DlgItemIds
- implement MB_RETRYCANCEL
1999-09-03 16:38:03 +00:00
Stephane Lussier
93805344ee
Keep the enable state in the edit structure instead of calling
...
IsWindowEnabled().
1999-09-03 16:37:00 +00:00
Noel Borthwick
2970067b14
- Implement interprocess clipboard communication.
...
- Support for the PRIMARY and CLIPBOARD selection atoms.
- Support for the TARGETS selection format.
- Expose native Windows clipboard formats through X selection targets.
1999-09-03 15:17:57 +00:00
Richard Cohen
05bf5344f0
Make stock fonts independent of mapping mode.
...
System font should only be bold for Win31.
1999-09-03 15:16:23 +00:00
Francis Beaudet
eb13dd4291
Removed truncating errors that happen when converting fom dialog units
...
to pixels.
1999-09-03 15:14:27 +00:00
Abey George
c684d8ef6f
Check new coordinates received in WM_NCCALCSIZE message.
1999-09-03 15:09:57 +00:00
Francis Beaudet
49936036e6
Slight 1 pixel adjustment on the position of the radio button bitmap.
1999-09-03 15:07:21 +00:00
Eric Pouech
5dc576b5c8
Fixed off by one allocation errors.
1999-09-03 15:06:25 +00:00
Pascal Lessard
6fe38e560e
The backspace is now handled in the WM_CHAR message.
1999-09-03 15:02:48 +00:00
Francis Beaudet
1cc0a9a2c4
Make sure that all MDI children have the WS_EX_MDICHILD style set.
1999-09-03 15:00:45 +00:00
Marcus Meissner
c37a126f65
Fixed prototype order.
1999-09-03 14:59:10 +00:00
Juergen Lock
808403fe6f
Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
1999-09-03 12:46:38 +00:00
Eric Pouech
dfd69a38e8
Fixed crash.
1999-09-03 12:44:03 +00:00
Francis Beaudet
360d089690
Fixed the support for the close button in the ShellAbout dialogs.
1999-09-03 12:42:40 +00:00
Klaas van Gend
d415c9cbf5
Added Dutch resources for PrintDlg32.
1999-09-03 12:41:54 +00:00
Klaas van Gend
7a41bea055
Completed PrintDlg32 resource stringtable.
1999-09-03 12:41:23 +00:00
Francis Beaudet
28a082f6d4
Added sanity checks in the cleanup code.
1999-09-03 12:40:34 +00:00
Guy Albertelli
5bd551756b
Completed GetKeyNameText for non-character keys.
1999-09-03 12:39:29 +00:00
Francois Boisvert
49f7643fcb
Make directories name appear in the BrowseForFolder dialog.
1999-09-03 12:38:02 +00:00
Eric Pouech
c672c00f8b
Do not remove .drv from filenames.
1999-09-03 12:36:20 +00:00
Francis Beaudet
f22ff403ac
Fixed a little positioning bug with the checkbox.
1999-09-03 12:35:18 +00:00
Abey George
48c6eb55f7
Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
...
styles.
1999-09-03 12:33:40 +00:00
Michael McCormack
7026a3d101
Changed snprintf to wsnprintfA to remove unresolved external when
...
compiling on Solaris/Sun.
1999-09-03 12:31:39 +00:00
Marcus Meissner
06c4d0e3bb
Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
...
equivalents. (WinWord 97, File Open dialog)
1999-09-03 12:29:57 +00:00
Marcus Meissner
4380621702
Use in GetClassInfoW the same hack for systemclasses as in
...
GetClassInfoA (winword 97 with native comctl32).
1999-09-03 12:28:20 +00:00
Marcus Meissner
ab7e613f81
Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
1999-09-03 12:26:33 +00:00
Gerard Patel
8e5c72e195
Implemented wParam of WM_PAINT msg for edit control.
1999-09-03 12:23:52 +00:00
Huw D M Davies
44d6fec90e
Fix off by one error in WINSPOOL_GetOpenedPrinterA.
1999-09-03 12:20:57 +00:00
Marcus Meissner
1c40562bc1
subkey_found did not search for _all_ sub keys.
1999-09-03 12:19:34 +00:00
Francois Boisvert
d083baba24
Implemented basic browsing in the file name edit of the filedlg 95.
1999-08-21 14:47:28 +00:00
Stephane Lussier
a833f63783
Avoid changing the activation state in EnableMenuItem.
1999-08-21 14:46:06 +00:00
Alexandre Julliard
016e059e80
Fixed #ifdef symbol for PowerPC.
1999-08-21 14:44:18 +00:00
Eric Pouech
cf9395af34
Only declare DateStyle in a single compilation unit.
1999-08-21 13:10:22 +00:00
Pascal Lessard
ecbf1d926d
Added the case of a user defined icon for the sysbutton hittest.
1999-08-21 13:09:16 +00:00
Rein Klazes
b101a5c6e5
Fixed typelib reading to correctly use the offset of the typelib that
...
is embedded in for example a dll file.
1999-08-21 13:08:27 +00:00
Kristian Nielsen
3e473f3e43
Fixed CreateDIBSection() called with negative height to set the height
...
positive in the created DIBSECTION, as per MS knowledgebase Q186586.
1999-08-21 13:07:27 +00:00
Stephane Lussier
e5711ebea4
The paint rectangle return in the PAINTSTRUCT in BeginPaint should
...
never be bigger than the client area of the window.
1999-08-21 13:06:24 +00:00
Rein Klazes
d35c834b77
Make sure that an empty string never matches a listbox entry in
...
LISTBOX_FindString().
1999-08-21 13:04:58 +00:00
Uwe Bonnes
c9df14d859
Alignment fix.
1999-08-21 13:03:34 +00:00