projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
- Make MTA dynamically allocated so that proxies and other resources
[wine]
/
windows
/
dialog.c
2004-12-21
Ulrich Czekalla
If a dialog with the DS_CONTROL style is not visible...
blob
|
commitdiff
|
raw
2004-12-08
Alexandre Julliard
Moved private USER definitions to a new user_private...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-06
Eric Pouech
Another round of const correctness fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-21
Eric Frias
Fixed dialogex resource loading on sparc.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-11
Dimitrie O. Paun
Unicodify DIALOG_DlgDirSelect. Use SendMessageW wheneve...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-22
Robert Shearman
GetWindowLong -> GetWindowLongPtr.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-10
Zach Gorman
The initial dialog focus should be established by the...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-10
Zach Gorman
Modal dialogs should not be shown via ShowWindow until...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-24
Ulrich Czekalla
Set WS_EX_CONTROLPARENT when dialog has DS_CONTROL.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-14
Alexandre Julliard
Allocate the dialog info in DIALOG_CreateIndirect if...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-18
Alexandre Julliard
Activate another window when the dialog gets hidden...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-20
Santosh Siddheshwar
Allocate DIALOGINFO structure in DefDlgProc instead...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-20
Dmitry Timoshkov
Change order of EnableWindow/DestroyWindow in the case...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-12
Bill Medland
Added the automatic tabbing in IsDialogMessage.
blob
|
commitdiff
|
raw
|
diff to current
2004-01-06
Alexandre Julliard
Converted DlgDirList to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-10
Alexandre Julliard
System classes must not have the CS_GLOBALCLASS style.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-10
Andreas Rosenberg
Point size in DLG_TEMPLATE may be negative.
blob
|
commitdiff
|
raw
|
diff to current
2003-11-09
Rein Klazes
If GetNextDlgTabItem() cannot find any next control...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-06
Daniel Marmier
Fixed warnings with gcc option "-Wwrite-strings".
blob
|
commitdiff
|
raw
|
diff to current
2003-09-12
Kevin Groeneveld
Modify CheckRadioButton function to be more consistent...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-10
Alexandre Julliard
Removed the A/W constants for builtin cursors, icons...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-20
Alexandre Julliard
winnls.h must not include winbase.h.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-18
Mike McCormack
Strip WS_CAPTION and WS_SYSMENU for child dialogs.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Alexandre Julliard
Only compute dialog base units once we need them.
blob
|
commitdiff
|
raw
|
diff to current
2003-05-11
Dmitry Timoshkov
Windows treats dialog control class ids 0-5 same way...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-28
Alexandre Julliard
Moved 16-bit dialog routines to a separate dialog16...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-14
Tony Lambregts
Replace DPRINTF with TRACE.
blob
|
commitdiff
|
raw
|
diff to current
2002-12-02
Francois Gouget
Removed unnecessary HANDLE typecasts.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-25
Alexandre Julliard
Added CS_DBLCLKS style to dialog window class.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-22
Alexandre Julliard
Made user compile with -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-11-22
Alexandre Julliard
Fixed more -DSTRICT issues.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-31
Dmitry Timoshkov
Fix some types and function prototypes according to...
blob
|
commitdiff
|
raw
|
diff to current
2002-10-17
Alexandre Julliard
Fixed wownt32.h to make it usable from inside Wine...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-24
Patrik Stridvall
Fixed some issues found by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-16
Michael Stefaniuc
Convert HRSRC to a void*.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-04
Michael Stefaniuc
- Rename WIN_Handle16 to HWDN_16 and make it a macro.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-05
Alexandre Julliard
Tried to make IsDialogMessageW more compatible. Changed
blob
|
commitdiff
|
raw
|
diff to current
2002-05-31
Vincent Béron
Removed trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-17
Alexandre Julliard
Export the debugging API from libwine instead of ntdll.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Huw D M Davies
The horizontal dialog base unit is calculated as the...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-22
Alexandre Julliard
Removed no longer used average width calculation.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-20
Alexandre Julliard
Use MapLS/UnMapLS instead of SEGPTR_* macros.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-06
Dave Hawkes
DIALOG_CreateIndirect can incorrectly kill the current...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-06
François Gouget
Fix the #include order for config.h.
blob
|
commitdiff
|
raw
|
diff to current
2001-10-15
Alexandre Julliard
Renamed WIN_GetWndPtr into WIN_GetPtr and added corresp...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-14
Francois Gouget
When including 'wine/port.h', include it first.
blob
|
commitdiff
|
raw
|
diff to current
2001-09-19
Alexandre Julliard
Made all 16<->32 HWND conversions use explicit function...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-14
Alexandre Julliard
Make sure that HWND comparisons are always done with...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-12
Alexandre Julliard
Make sure that functions returning an HWND always retur...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Alexandre Julliard
Added WIN_ListParents function and renamed WIN_BuildWin...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Alexandre Julliard
Implemented GetAncestor and removed WIN_GetTopParent.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-08
Alexandre Julliard
Replace SendMessage16 by SendMessageW where possible.
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Alexandre Julliard
Replaced MSG_InternalGetMessage calls by equivalent...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-11
Bill Medland
Correct the location of the style patching for the...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-02
Patrik Stridvall
Documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-28
Patrik Stridvall
Documentation name fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-06-07
Alexandre Julliard
Removed unneeded inclusion of queue.h.
blob
|
commitdiff
|
raw
|
diff to current
2001-04-12
Alexandre Julliard
Added first/last message filters to MSG_InternalGetMess...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-21
Alexandre Julliard
Cleaned up assumptions about WS_CHILD flag so that...
blob
|
commitdiff
|
raw
|
diff to current
2001-03-05
Gerard Patel
Unblock the dialog message loop with a WM_NULL message.
blob
|
commitdiff
|
raw
|
diff to current
2001-01-25
Patrik Stridvall
Documentation ordinal fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-27
Ulrich Weigand
Added check whether unaligned memory access is allowed.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-22
Patrik Stridvall
Various documentation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-19
François Gouget
winuser.h now requires that we include winbase.h first.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-18
Gerard Patel
Allow for the dialog font size to be set directly in...
blob
|
commitdiff
|
raw
|
diff to current
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
blob
|
commitdiff
|
raw
|
diff to current
2000-12-10
Alexandre Julliard
Moved most builtin controls structures into their respe...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-28
Alexandre Julliard
Got rid of the Wine internal lstrcpy* functions and...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-27
Alexandre Julliard
Changed GetProcAddress16 and 16-bit resource functions...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Dmitry Timoshkov
Add support for national characters as accelerators...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-01
Alexandre Julliard
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
blob
|
commitdiff
|
raw
|
diff to current
2000-10-31
Dmitry Timoshkov
Display an ERR on errors while initializing USER.
blob
|
commitdiff
|
raw
|
diff to current
2000-09-25
Alexandre Julliard
Removed inclusion of wine/winestring.h from winbase...
blob
|
commitdiff
|
raw
|
diff to current
2000-09-24
Gerald Pfeifer
Fixed format strings.
blob
|
commitdiff
|
raw
|
diff to current
2000-08-21
Gerard Patel
Disable the owner of a modal dialog box just before...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-18
Gerard Patel
Turns the handling to pure 16 bits, remove references...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-14
Alexandre Julliard
Replaced all lstr* calls from inside Wine code by their...
blob
|
commitdiff
|
raw
|
diff to current
2000-08-04
Alexandre Julliard
Removed a few dependencies on GDI internals from USER...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-28
Stephane Lussier
- UpdateWindow should refresh all children that have...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-10
Dmitry Timoshkov
Convert WND.text field to Unicode.
blob
|
commitdiff
|
raw
|
diff to current
2000-07-08
Slava Monich
Check the value returned by DIALOG_GetCharSize.
blob
|
commitdiff
|
raw
|
diff to current
2000-06-15
Sheri Steeves
Check again for GetNextDlgTabItem after return from...
blob
|
commitdiff
|
raw
|
diff to current
2000-05-11
Bernd Herd
Pass CTLDATA as SEGPTR for 16-bit programs.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-23
Gerard Patel
Check if dialog is visible before setting the focus.
blob
|
commitdiff
|
raw
|
diff to current
2000-04-06
Patrik Stridvall
Fixed some issues reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-28
Patrik Stridvall
Added/fixed some documentation reported by winapi_check.
blob
|
commitdiff
|
raw
|
diff to current
2000-03-19
Andrew Lewycky
Propagate IsDialogMessage to the parent if the dialog...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Patrik Stridvall
Removed a lot of unnecessary includes and fixed the...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-20
Andreas Mohr
- fixed my slightly incorrect EndDialog patch
blob
|
commitdiff
|
raw
|
diff to current
2000-02-12
Andreas Mohr
Protect EndDialog() from invalid window handles.
blob
|
commitdiff
|
raw
|
diff to current
2000-02-10
Jeremy White
Removed #include of wingdi.h and windef.h from winuser...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-29
Dmitry Timoshkov
Correct the behaviour of the accelerator keys in dialog...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-04
Juergen Schmied
Corrected parameter count for DialogBoxIndirectParamAorW.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-25
Dmitry Timoshkov
Restore erroneously deleted lines.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-12
Alexandre Julliard
Murali Pattathe
blob
|
commitdiff
|
raw
|
diff to current
1999-12-10
Ulrich Weigand
Perform 16/32A/32W message mapping for posted messages.
blob
|
commitdiff
|
raw
|
diff to current
1999-12-05
Dmitry Timoshkov
Remove hack for keyboard messages in dialogs.
blob
|
commitdiff
|
raw
|
diff to current
1999-11-07
David Grant
Windows sends WM_GETDLGCODE only in response to keyboar...
blob
|
commitdiff
|
raw
|
diff to current
next