projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
- removed copying of HKEY_USERS to HKEY_CURRENT_USER
[wine]
/
windows
/
1999-09-03
Francis Beaudet
Make sure that all MDI children have the WS_EX_MDICHILD...
tree
|
commitdiff
1999-09-03
Guy Albertelli
Completed GetKeyNameText for non-character keys.
tree
|
commitdiff
1999-09-03
Abey George
Fixed resizing bugs for windows with WS_THICKFRAME...
tree
|
commitdiff
1999-09-03
Marcus Meissner
Use in GetClassInfoW the same hack for systemclasses...
tree
|
commitdiff
1999-08-21
Pascal Lessard
Added the case of a user defined icon for the sysbutton...
tree
|
commitdiff
1999-08-21
Stephane Lussier
The paint rectangle return in the PAINTSTRUCT in BeginP...
tree
|
commitdiff
1999-08-15
Francis Beaudet
Ensure that the WM_ENTERIDLE message is not sent if...
tree
|
commitdiff
1999-08-15
Thuy Nguyen
Implemented the WM_SETICON and WM_GETICON messages.
tree
|
commitdiff
1999-08-15
Ulrich Weigand
Adapted to new-style Wine thunks.
tree
|
commitdiff
1999-08-07
Francis Beaudet
If the window is already the topmost window in ShowWind...
tree
|
commitdiff
1999-08-07
Stephane Lussier
WM_SYSCOMMAND message (for SC_CLOSE) should be posted...
tree
|
commitdiff
1999-08-07
Stephane Lussier
X11drv SetDrawable function modifies the DC origin...
tree
|
commitdiff
1999-08-07
Abey George
Set focus to the dialog in EndDialog.
tree
|
commitdiff
1999-08-07
Ove Kaaven
Made hardware_event use win32-conformant parameters.
tree
|
commitdiff
1999-08-07
Thuy Nguyen
WS_EX_DLGMODALFRAME alone does not mean title bar,...
tree
|
commitdiff
1999-08-04
Marcus Meissner
Implemented DirectInput Joystick support (tested with...
tree
|
commitdiff
1999-08-04
Ivan De Saedeleer
Minor fix to the French Canadian keyboard.
tree
|
commitdiff
1999-08-04
Alexandre Julliard
Got rid of dsprintf and related macros.
tree
|
commitdiff
1999-07-31
Noomen Hamza
Close the right window when clicking on a non active...
tree
|
commitdiff
1999-07-31
Patrik Stridvall
Various ANSI C compability fixes.
tree
|
commitdiff
1999-07-31
Ulrich Weigand
Implemented KERNEL.447 (WIN32_OldYield16).
tree
|
commitdiff
1999-07-31
Ulrich Weigand
Suspend WND lock before EVENT_Synchronize.
tree
|
commitdiff
1999-07-31
Pascal Lessard
Implemented the system button behavior and associated...
tree
|
commitdiff
1999-07-31
Dan Langlois
Removed an inappropriate if statement from MDI_ChildAct...
tree
|
commitdiff
1999-07-31
Abey George
Bug fix for updating the clipping region in nested...
tree
|
commitdiff
1999-07-31
Yuxi Zhang
Tried to fix the code for SetWindowPos to erase the...
tree
|
commitdiff
1999-07-30
Francis Beaudet
Fixed a memory leak that occurs when we maximize/minimi...
tree
|
commitdiff
1999-07-27
Ulrich Weigand
Added FinalUserInit16/FinalGdiInit16 stubs.
tree
|
commitdiff
1999-07-27
Abey George
Send normal mouse messages to WM_SETCURSOR when non...
tree
|
commitdiff
1999-07-27
Thuy Nguyen
Check if the window has the WS_CLIPSIBLINGS style befor...
tree
|
commitdiff
1999-07-27
Marcus Meissner
Actually return the number of events in Mouse_GetDevice...
tree
|
commitdiff
1999-07-25
Francis Beaudet
Retrieve the clipping region before setting the drawabl...
tree
|
commitdiff
1999-07-25
Lionel Ulmer
Implementation of SetEventNotification for the mouse...
tree
|
commitdiff
1999-07-24
Noel Borthwick
Fix bug with pasting Wine clipboard content to external...
tree
|
commitdiff
1999-07-24
Achim Kaiser
Draw an additional white bit for each invert bit of...
tree
|
commitdiff
1999-07-24
Noel Borthwick
While handling the X FocusIn message in managed mode...
tree
|
commitdiff
1999-07-24
Sylvain St-Germain
Fixed inconsistency in conditions that determines if...
tree
|
commitdiff
1999-07-24
Stephane Lussier
Re-enable the owner window in the EndDialog().
tree
|
commitdiff
1999-07-24
Abey George
Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
tree
|
commitdiff
1999-07-24
Huw D M Davies
Fixed compiler warning.
tree
|
commitdiff
1999-07-23
Eric Pouech
Fixed some bad ptr occurrence in this class WndProc.
tree
|
commitdiff
1999-07-23
Lionel Ulmer
- Added a new option 'noxshm'
tree
|
commitdiff
1999-07-23
Gerard Patel
Change color gray text to 128 128 128 for win9x look.
tree
|
commitdiff
1999-07-20
Noomen Hamza
MDIDestroyChild: MDI window menu item was deleted only...
tree
|
commitdiff
1999-07-18
Eric Pouech
In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region...
tree
|
commitdiff
1999-07-18
Lawson Whitney
Stop DCE_GetVisRect dereferencing a null wndPtr.
tree
|
commitdiff
1999-07-18
Abey George
Validate the parent with the child window client rectan...
tree
|
commitdiff
1999-07-18
Francis Beaudet
Delay WM_NCPAINT message until the "painter's algorithm...
tree
|
commitdiff
1999-07-18
Ove Kaaven
CreateDialogParamA should not call CreateDialogParamW...
tree
|
commitdiff
1999-07-11
Alexandre Julliard
Take advantage of the new registers saved in the STACK1...
tree
|
commitdiff
1999-07-11
Marcus Meissner
Removed the old, historical and no longer working IPC...
tree
|
commitdiff
1999-07-11
Gerard Patel
Revert last change in window activation on mouse click.
tree
|
commitdiff
1999-07-10
Howard Abrams
Added checks for sys/errno.h, sys/signal.h and sys...
tree
|
commitdiff
1999-07-10
Ulrich Weigand
Create dialog window using CreateWindowEx16/W depending...
tree
|
commitdiff
1999-07-10
Ulrich Weigand
Removed all EVENT_Synchronize( FALSE ) calls; use a...
tree
|
commitdiff
1999-07-04
Alexandre Julliard
Converted to the new debug interface, using script...
tree
|
commitdiff
1999-07-04
Noomen Hamza
Windows should be activated in these cases:
tree
|
commitdiff
1999-07-04
Patrik Stridvall
Moved code to the X11 driver.
tree
|
commitdiff
1999-07-04
Uwe Bonnes
WIN_FindWindow: use GetExeptr(pWnd->hInstance) for...
tree
|
commitdiff
1999-07-04
Per Ångström
Fixed a problem with apps that override the default...
tree
|
commitdiff
1999-07-04
Yuxi Zhang
Fix a bug in SetWindowPos to prevent parent from erasin...
tree
|
commitdiff
1999-07-04
Yuxi Zhang
Make defwndproc erase the correct location.
tree
|
commitdiff
1999-07-03
Marcus Meissner
some small include fixes, some checks for NULL ptrs,
tree
|
commitdiff
1999-07-03
Ove Kaaven
Reworked nonclient drawing code. Win31 look now works...
tree
|
commitdiff
1999-07-03
Ove Kaaven
SM_C[XY]FRAME is BorderWidth + 1.
tree
|
commitdiff
1999-06-27
Gerard Patel
Remove the validated child area from the update region...
tree
|
commitdiff
1999-06-26
Alexandre Julliard
Changed CONTEXT into CONTEXT86 everywhere we really...
tree
|
commitdiff
1999-06-26
Patrik Stridvall
ANSI C fixes.
tree
|
commitdiff
1999-06-26
Lars Heete
Prevent bad window X error.
tree
|
commitdiff
1999-06-26
Abey George
The system menu icon on a MDI child window was corrupte...
tree
|
commitdiff
1999-06-26
Slava Monich
In case if scrollbar has the same background color...
tree
|
commitdiff
1999-06-26
Noomen Hamza
SetCursorPos() function was called with a window coordi...
tree
|
commitdiff
1999-06-26
Pascal Lessard
EnableWindow doesn't release the capture of a child...
tree
|
commitdiff
1999-06-22
Ulrich Weigand
Use separate service for each windows timer.
tree
|
commitdiff
1999-06-22
Eric Pouech
Moved to new trace interface.
tree
|
commitdiff
1999-06-22
Philippe Froidevaux
Added Swiss french keyboard layout.
tree
|
commitdiff
1999-06-22
Alexandre Julliard
Merged THDB and TEB structures.
tree
|
commitdiff
1999-06-18
Alexandre Julliard
Added DebugBreak.
tree
|
commitdiff
1999-06-18
Ulrich Weigand
- Do not call XConfigureWindow if SetWindowPos was...
tree
|
commitdiff
1999-06-13
Ulrich Weigand
Bugfix: DISPLAY_SetCursor should not use USER-internals...
tree
|
commitdiff
1999-06-12
Noomen Hamza
Avoid painting destroyed windows.
tree
|
commitdiff
1999-06-12
Patrik Stridvall
Added missing/wrong includes.
tree
|
commitdiff
1999-06-12
Patrik Stridvall
Removed direct references to CLASS internals.
tree
|
commitdiff
1999-06-12
Gerard Patel
Draws a border around windows with old win31 style...
tree
|
commitdiff
1999-06-12
Pavel Roskin
DIALOG_ParseTemplate16() supported up to 127 controls...
tree
|
commitdiff
1999-06-12
Noomen Hamza
Fixed imprecision in the MDI tiling functionality.
tree
|
commitdiff
1999-06-12
Slava Monich
dwDataSize needs to be reset before each RegQueryValueE...
tree
|
commitdiff
1999-06-12
Ulrich Weigand
Better implementation of [GS]etForegroundWindow.
tree
|
commitdiff
1999-06-07
Eric Pouech
Fixed order for entering critical sections (X11 vs...
tree
|
commitdiff
1999-06-06
Ron Cemer
Fixes for Win9x and WinNT look and feel.
tree
|
commitdiff
1999-06-06
Ulrich Weigand
Release WND lock before calling PostEvent16().
tree
|
commitdiff
1999-06-06
Slava Monich
Implemented dialog units -> pixels conversion very...
tree
|
commitdiff
1999-06-05
Uwe Bonnes
Add back lost treatment of HWND_TOPMOST.
tree
|
commitdiff
1999-06-05
Ulrich Weigand
Try to improve ConfigureNotify event processing.
tree
|
commitdiff
1999-06-05
Ulrich Weigand
Fixed potential memory corruption in EVENT_QueryZOrder.
tree
|
commitdiff
1999-06-05
Slava Monich
o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
tree
|
commitdiff
1999-06-05
Ulrich Weigand
Removed DummyMotionNotify EVENT driver routine.
tree
|
commitdiff
1999-05-29
Alexandre Julliard
Got rid of THREAD_InitDone.
tree
|
commitdiff
1999-05-29
Luc Tourangeau
Reimplemented the CheckRadioButton function.
tree
|
commitdiff
1999-05-29
Francis Beaudet
Fixed a behavior of the focus when a parent window...
tree
|
commitdiff
next