Sign in
goma
/
wine
/
e75902a5554ea0bfa7a3687e49dcf7642c68af00
/
windows
9c2370b
Added exception handling wrapper to a number of server requests.
by Alexandre Julliard
· 25 years ago
5e7fa02
- fix one locking ignorant return 0; in MSG_SendMessageInterThread()
by Andreas Mohr
· 25 years ago
bd1908f
Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
by Francois Methot
· 25 years ago
3496556
- made the MIDI sequencer error message much better for confused users
by Andreas Mohr
· 25 years ago
f681cd0
Fixed RegisterClass last error code on atom creation failure.
by Alexandre Julliard
· 25 years ago
f314e5e
Disable the owner of a modal dialog box just before creating the dialog window.
by Gerard Patel
· 25 years ago
eaa28e5
Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
by Gerard Patel
· 25 years ago
7d0968e
Enables showing of hidden windows when the app ask *only* to maximize it.
by Gerard Patel
· 25 years ago
06057e7
- Separate application calls to ShowOwnedPopups from Wine calls (in
by Louis Philippe Gagnon
· 25 years ago
2a2321b
Authors: Alexandre Julliard <julliard@codeweavers.com> (for Corel), Albert den Haan <albertd@corel.com>
by Alexandre Julliard
· 25 years ago
e3bd8d0
Turns the handling to pure 16 bits, remove references to dialog.h.
by Gerard Patel
· 25 years ago
553e3c9
Threads without active or focus window should not receive keyboard messages.
by Peter Ganten
· 25 years ago
9b1e1dc
Add "FullWindowDrag" feature for not managed windows.
by Dmitry Timoshkov
· 25 years ago
c7e7df8
Replaced all lstr* calls from inside Wine code by their str* equivalent.
by Alexandre Julliard
· 25 years ago
d586dc9
Replaced VERSION_* calls by exported API equivalents.
by Alexandre Julliard
· 25 years ago
a509af8
Removed to allow CVS to remove the directory.
by Alexandre Julliard
· 25 years ago
1a1bd1a
Instead of not doing the Z ordering when the application asks to place
by Stephane Lussier
· 25 years ago
42d20f9
Merged clipboard driver into USER driver.
by Alexandre Julliard
· 25 years ago
5ab9d86
Removed some unnecessary #includes and dll dependencies.
by Alexandre Julliard
· 25 years ago
6113975
Moved struct32.c to windows directory.
by Alexandre Julliard
· 25 years ago
b00c012
WINPOS_WindowFromPoint should respect hrgnWnd.
by Huw D M Davies
· 25 years ago
64c86ffe
Removed local variable shadows warnings.
by Marcus Meissner
· 25 years ago
3b6c5dc
Top level windows with 0 width or height are created with a size of 1x1 in
by Stephane Lussier
· 25 years ago
cb10fda
Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
by Alexandre Julliard
· 25 years ago
93652e1
Moved a bunch of functions out of libwine/kernel/gdi into USER.
by Alexandre Julliard
· 25 years ago
b0efe28
Removed a few dependencies on GDI internals from USER dll.
by Alexandre Julliard
· 25 years ago
083a28f
Provide position hints for window managers.
by Jean-Claude Batista
· 25 years ago
646c562
Cleaned up some more USER dependencies.
by Alexandre Julliard
· 25 years ago
6b14117
Moved toolhelp implementation into kernel32 dll.
by Alexandre Julliard
· 25 years ago
946a444
Cleaned up a few USER dependencies.
by Alexandre Julliard
· 25 years ago
a14ca86
Initialize hrgnWnd.
by Huw D M Davies
· 25 years ago
5538ec4
NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
by Francois Boisvert
· 25 years ago
5b6879c
- implementation of SetWindowsRgn and GetWindowRgn
by Francois Jacques
· 25 years ago
09be9d0
Now the service thread is no more in charge of erasing the background
by Stephane Lussier
· 25 years ago
d650c46
Do not crash if window was not found.
by Dmitry Timoshkov
· 25 years ago
52146f6
- UpdateWindow should refresh all children that have an update region.
by Stephane Lussier
· 25 years ago
a5bb5ea
Always get a hardware message from the system queue in PeekMessage,
by Ove Kaaven
· 25 years ago
731e9f5
- removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
by Eric Pouech
· 25 years ago
f2355e0
Don't destroy the caret on SWP_HIDEWINDOW.
by Susan Farley
· 25 years ago
c27b6cf
DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
by Ove Kaaven
· 25 years ago
d51ee84
Added assembly wrapper for calling window procedures.
by Alexandre Julliard
· 25 years ago
2caee71
Spelling fixes.
by Andreas Mohr
· 25 years ago
9ed48c6
Added Brazilian keyboard.
by Raul Fernandes
· 25 years ago
278b3bc
We also have to validate the frame to avoid an infinite loop when the
by John R . Sheets
· 25 years ago
69d39ab
Ensure the validity of hOldFocus before calling WIN_GetTopParent.
by Jean-Claude Batista
· 25 years ago
72b93d4
Allow SetWindowLong(... GWL_STYLE) to change visible bit.
by Gerard Patel
· 25 years ago
ae3716d
Stubs for CreateDesktopA and EnumDesktopWindows.
by Peter Ganten
· 25 years ago
04da8b8
Convert WND.text field to Unicode.
by Dmitry Timoshkov
· 25 years ago
521c0e4
Stub for RegisterDeviceNotificationA.
by Marcus Meissner
· 25 years ago
1040eaf
GetClassInfo should return global classes even if the hInstance
by Noomen Hamza
· 25 years ago
dbb6ab2
GetIconInfo did no correctly identify icons from cursors.
by Dave Hawkes
· 25 years ago
fa861c2
Under Windows 95/98/NT, message boxes do not have a default icon.
by Haithem Hmida
· 25 years ago
b3f8a63
Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
by Susan Farley
· 25 years ago
e6dd5d1
Check the value returned by DIALOG_GetCharSize.
by Slava Monich
· 25 years ago
a1491de
Implemented a large number of the msvideo dll routines.
by Bradley Baetz
· 25 years ago
cdbe644
BeginDeferWindowPos should allow zero count.
by Slava Monich
· 25 years ago
68dd679
Moved zero-sized window hack to x11drv.
by Lawson Whitney
· 25 years ago
1f0c216
Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
by Andreas Mohr
· 25 years ago
326e2ba
Added some missing prototypes. Define the HDRAWDIB handle type.
by Francois Gouget
· 25 years ago
9fa09e7
We must return the atom of the class in GetClassInfoEx instead of just TRUE.
by James Hatheway
· 25 years ago
f58d80d
Implemented the More Windows... menu item for MDI.
by David Lassonde
· 25 years ago
a4b73d4
Check again for GetNextDlgTabItem after return from WM_INITDIALOG
by Sheri Steeves
· 25 years ago
fbd0d25
Added a NULL pointer check within DCE_AddClipRects function.
by Noomen Hamza
· 25 years ago
bd59d23
Added setting of cursor postition to MSG_PostToQueue.
by Sheri Steeves
· 25 years ago
6effb23
Made SetWindowPos handle the case when inserting a window after itself
by Noomen Hamza
· 25 years ago
e908fd3
Do not change the WS_CHILD style in SetParent.
by Gerard Patel
· 25 years ago
d0018bd
DGA compile fix.
by Turchanov Sergei
· 25 years ago
2b5d564
Merged mouse dll into USER.
by Alexandre Julliard
· 25 years ago
6aa2843
Yet another attempt at fixing CW_USEDEFAULT handling.
by Alexandre Julliard
· 25 years ago
b4c6872
Louis-Philippe Gagnon (of Macadamian for Corel)
by Alexandre Julliard
· 25 years ago
71b1246
Well, SetParent doesn't work properly at all, but at least it must preserve
by Serge Ivanov
· 25 years ago
5e9dab5
The window dimensions have to be initialized before sending the
by Alexandre Julliard
· 25 years ago
eac0e18
Removed MSG_WineStartTicks (does not work for multiple address spaces anyway).
by Alexandre Julliard
· 25 years ago
a660c79
Moved DIB_FixColorsToLoadflags to cursoricon.c.
by Alexandre Julliard
· 25 years ago
2d8cf50
Merged display.dll into USER.
by Alexandre Julliard
· 25 years ago
8037389
Preserve WM hints that were set during window creation by calling
by Susan Farley
· 25 years ago
2e011a5
Lots of spelling fixes that accumulated in my tree again, made several
by Andreas Mohr
· 25 years ago
78f52b5
Set a default size for windows when CW_USEDEFAULT is used.
by Gerard Patel
· 25 years ago
846880b
Basic Croatian language support.
by Zoran Dzelajlija
· 25 years ago
c5e433a
Moved idle event handling to the server.
by Alexandre Julliard
· 25 years ago
9baa51e
Use GetStartupInfoA() instead of accessing process structure directly.
by Alexandre Julliard
· 25 years ago
b8774f9
Serge Ivanov SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
by Alexandre Julliard
· 25 years ago
c192ba2
Exec a separate wine binary for every win32 process so that they run
by Alexandre Julliard
· 25 years ago
557d8af
Send a normal mouse message code in WM_PARENTNOTIFY, even if the
by Alexandre Julliard
· 25 years ago
9ce8382
Set and retrieve the window icon that is drawn under managed mode
by Susan Farley
· 25 years ago
16e9237
Francois Boisvert
by Alexandre Julliard
· 25 years ago
3621964
Fixed borders of windows while dragging or sizing to match
by Chris Morgan
· 25 years ago
b905023
Fixed some debug messages.
by Patrik Stridvall
· 25 years ago
fc63491
Scroll off-screen controls when scroll rectangle is NULL.
by Ove Kaaven
· 25 years ago
38db098
Clear menu handle after destroying menu.
by Guy Albertelli
· 25 years ago
5b60bf0
Pass CTLDATA as SEGPTR for 16-bit programs.
by Bernd Herd
· 25 years ago
c0504ca
Verify the menu handle is non-zero prior to use.
by Guy L. Albertelli
· 25 years ago
8c8237b
Specify the service thread timers in ms instead of us.
by Alexandre Julliard
· 25 years ago
2de84c9
Do not send WM_SIZING to 16-bit windows.
by Alexandre Julliard
· 25 years ago
680919c
Moved Load/FreeLibrary16 definition to winbase16.h.
by Alexandre Julliard
· 25 years ago
a2e1b41
Always calls SetMenu in MDISetMenu.
by Gerard Patel
· 25 years ago
4467550
Added WM_SIZING message support.
by Aric Stewart
· 25 years ago
5b4f3e8
Rewrote Unix process launching to allow passing startup information to
by Alexandre Julliard
· 25 years ago
32bf62e
X11DRV_SetFocus: really don't mess with focus for managed windows.
by Gerard Patel
· 25 years ago
4d48dd3
Removed HEAP_xalloc.
by Dimitrie O. Paun
· 25 years ago
Next »