projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Stub implementation for UuidHash().
[wine]
/
controls
/
2001-08-24
Alexandre Julliard
Added WIN_ListParents function and renamed WIN_BuildWin...
tree
|
commitdiff
2001-08-18
Alexandre Julliard
Added proper support for 32-bit WM_NEXTMENU.
tree
|
commitdiff
2001-08-10
Alexandre Julliard
Removed a number of direct accesses to the WND structur...
tree
|
commitdiff
2001-08-06
Alexandre Julliard
Replaced MSG_InternalGetMessage calls by equivalent...
tree
|
commitdiff
2001-07-25
Alexandre Julliard
Removed unnecessary inclusion of heap.h.
tree
|
commitdiff
2001-07-24
Jukka Heinonen
WNDPROC handlers now check whether HWND argument is...
tree
|
commitdiff
2001-07-22
Alexandre Julliard
Got rid of HEAP_strdupW.
tree
|
commitdiff
2001-07-17
Bill Medland
As for the edit control, the style of the borders on...
tree
|
commitdiff
2001-07-17
Gerard Patel
Draw MenuBar in proper place (some cases).
tree
|
commitdiff
2001-07-11
Bill Medland
Correct the location of the style patching for the...
tree
|
commitdiff
2001-07-10
Mike McCormack
GetMenuItemID: return -1 for invalid menu items, not...
tree
|
commitdiff
2001-07-08
Marcus Meissner
Add some argument validation to SetMenuItemInfoA, so...
tree
|
commitdiff
2001-07-08
Bill Medland
Correct more colours so that DrawEdge works for more...
tree
|
commitdiff
2001-07-02
Patrik Stridvall
Documentation fixes.
tree
|
commitdiff
2001-07-02
Dmitry Timoshkov
Replace some 16-bit calls by their 32-bit equivalents.
tree
|
commitdiff
2001-06-28
Patrik Stridvall
Documentation name fixes.
tree
|
commitdiff
2001-06-28
Bill Medland
Improved handling of styles in the edit control, includ...
tree
|
commitdiff
2001-06-22
Andreas Mohr
Spelling fixes.
tree
|
commitdiff
2001-06-20
Patrik Stridvall
Documentation ordinal fixes.
tree
|
commitdiff
2001-06-06
Susan Farley
Changed the outer color of a push button frame from...
tree
|
commitdiff
2001-05-31
Susan Farley
Disable the edit box when created with WS_DISABLED.
tree
|
commitdiff
2001-05-31
Bobby Bingham
Fixed scrollbars return value to the SBM_SETRANGE and
tree
|
commitdiff
2001-05-18
Ulrich Czekalla
Fix menu behaviour when escape is pressed.
tree
|
commitdiff
2001-05-18
James Juran
Make sure we set dwOSVersionInfoSize before calling...
tree
|
commitdiff
2001-05-16
Alexandre Julliard
Create an X connection for each thread, and process...
tree
|
commitdiff
2001-05-14
Gerard Patel
Test if the menu is destroyed before displaying a menu...
tree
|
commitdiff
2001-05-11
Alexandre Julliard
Create a new window for the top popup menu on every...
tree
|
commitdiff
2001-05-11
Francois Gouget
Remove unnecessary single quoting of debugstr_xxx strings.
tree
|
commitdiff
2001-05-09
Francois Gouget
Add '\n' at the end of traces.
tree
|
commitdiff
2001-05-09
Mike McCormack
Only draw the padding area of the combo box, don't...
tree
|
commitdiff
2001-05-09
Ulrich Czekalla
Fixed a paint problem reported by Mike McCormack.
tree
|
commitdiff
2001-05-02
Marcus Meissner
Do not HeapFree() memory not allocated by us in COMBO_G...
tree
|
commitdiff
2001-04-30
Mike McCormack
Draw the padding area of a combo box.
tree
|
commitdiff
2001-04-27
Patrik Stridvall
Documentation name fixes.
tree
|
commitdiff
2001-04-17
Gerard Patel
Do not send WM_MOUSEACTIVATE for children of desktop.
tree
|
commitdiff
2001-04-17
Dmitry Timoshkov
Remove redundant sending of WM_DRAWITEM message to...
tree
|
commitdiff
2001-04-16
Dmitry Timoshkov
Slightly improve keyboard tracking in combobox.
tree
|
commitdiff
2001-04-16
Dan Engel
Set the backgound mode to opaque to paint highlighted...
tree
|
commitdiff
2001-04-12
Alexandre Julliard
Added first/last message filters to MSG_InternalGetMess...
tree
|
commitdiff
2001-04-10
Alexandre Julliard
Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
tree
|
commitdiff
2001-04-09
Dmitry Timoshkov
Really do not roll up if selection is being tracked...
tree
|
commitdiff
2001-04-04
Alexandre Julliard
Added TASK_GetPtr/TASK_GetCurrent functions to get...
tree
|
commitdiff
2001-04-02
Rein Klazes
Do not send the EN_CHANGE notification message until...
tree
|
commitdiff
2001-03-31
Ulrich Czekalla
Update format engine to reduce flicker.
tree
|
commitdiff
2001-03-20
Guy L. Albertelli
Native version seems to always re-draw the selected...
tree
|
commitdiff
2001-03-19
Gerard Patel
Fix system menu crash by ensuring that item->text is...
tree
|
commitdiff
2001-03-14
Gerard Patel
Recalculate menu sizes if WM_INITMENU has recreated...
tree
|
commitdiff
2001-03-13
Dmitry Timoshkov
Yet another attempt on fixing notifications in the...
tree
|
commitdiff
2001-03-10
Dmitry Timoshkov
Fixed notifications of the edit control.
tree
|
commitdiff
2001-03-10
Gerard Patel
Call DefWindowProc for WM_CTLCOLORSTATIC message when...
tree
|
commitdiff
2001-03-10
Francois Gouget
Fixed spelling/typos in comments.
tree
|
commitdiff
2001-03-05
Dmitry Timoshkov
Make EDIT_UnlockBuffer cope with destroyed windows.
tree
|
commitdiff
2001-02-26
Eric Pouech
Added a few missing stubs to KERNEL32 and USER32.
tree
|
commitdiff
2001-02-26
Dmitry Timoshkov
Use GetSysColorBrush(COLOR_WINDOW) when there is no...
tree
|
commitdiff
2001-02-23
Dmitry Timoshkov
Prepare background while drawing radio buttons and...
tree
|
commitdiff
2001-02-23
Alexandre Julliard
Do not allocate any USER data on the system heap.
tree
|
commitdiff
2001-02-20
Guy L. Albertelli
- Restructure PaintText code to remove FillRect from...
tree
|
commitdiff
2001-02-14
François Gouget
debugstr_xxx already does the quoting.
tree
|
commitdiff
2001-02-14
Dmitry Timoshkov
Convert menu item to seperator only when string is...
tree
|
commitdiff
2001-02-13
Marcus Meissner
Don't crash on close from window manager.
tree
|
commitdiff
2001-02-12
Dmitry Timoshkov
Fix the behaviour of EM_GETLINE message.
tree
|
commitdiff
2001-02-12
James Abbatiello
Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT...
tree
|
commitdiff
2001-01-26
Guy L. Albertelli
- When painting the text, if the control is OWNERDRAWN...
tree
|
commitdiff
2001-01-26
Dmitry Timoshkov
Do not notify parent of the Edit control on WM_SETTEXT...
tree
|
commitdiff
2001-01-25
Patrik Stridvall
Documentation ordinal fixes.
tree
|
commitdiff
2001-01-24
Alexandre Julliard
Use DrawFrameControl() instead of OEM bitmaps to paint...
tree
|
commitdiff
2001-01-22
Dmitry Timoshkov
Protect read-only edit control from modification.
tree
|
commitdiff
2001-01-22
Francois Gouget
Typo fixes in comments.
tree
|
commitdiff
2001-01-19
Josh DuBois
Specified 'signed' on chars compared to -1.
tree
|
commitdiff
2001-01-19
Dmitry Timoshkov
Solve remaining problems with scroll bars in the edit...
tree
|
commitdiff
2001-01-15
Dmitry Timoshkov
Add one missing buffer size rounding in the edit control.
tree
|
commitdiff
2001-01-15
Alexandre Julliard
Moved tweak support to USER dll. Removed tweak.h and...
tree
|
commitdiff
2001-01-12
James Hatheway
Guard against incoming string of NULL in WM_SETTEXT.
tree
|
commitdiff
2001-01-11
Dmitry Timoshkov
Fix the return value of WM_GETTEXT in the edit control.
tree
|
commitdiff
2001-01-11
Dmitry Timoshkov
Various combobox fixes.
tree
|
commitdiff
2001-01-10
Dmitry Timoshkov
Synchronize the sizes of the external and internal...
tree
|
commitdiff
2001-01-10
Gerard Patel
Fixed returned length for LB_GETTEXT.
tree
|
commitdiff
2001-01-10
James Hatheway
es->buffer_size is not always the length of the text...
tree
|
commitdiff
2001-01-09
Dmitry Timoshkov
Added unicode window proc for the listbox control.
tree
|
commitdiff
2001-01-09
Ulrich Czekalla
Ensure there is an edit control when we reset contents.
tree
|
commitdiff
2001-01-07
Dmitry Timoshkov
Combobox should clear its current selection on response to
tree
|
commitdiff
2001-01-06
François Gouget
Modify the look of bitmap menu items to match Win95...
tree
|
commitdiff
2001-01-06
Andreas Mohr
Took a stab at implementing LBS_NOSEL.
tree
|
commitdiff
2001-01-05
Dmitry Timoshkov
Added unicode window proc for combobox control.
tree
|
commitdiff
2001-01-05
Dmitry Timoshkov
Added unicode window proc for the static control.
tree
|
commitdiff
2001-01-05
Dmitry Timoshkov
Fixed some problems with scrolling in the edit control.
tree
|
commitdiff
2001-01-04
Francois Gouget
Fixed the alignment of the MF_RIGHTJUSTIFY menu items.
tree
|
commitdiff
2001-01-04
Aric Stewart
Fixed a problem where when deleting an item using index...
tree
|
commitdiff
2000-12-27
Andreas Mohr
- clarify many error messages
tree
|
commitdiff
2000-12-22
Dmitry Timoshkov
Fix remaining signed/unsigned mismatches.
tree
|
commitdiff
2000-12-22
Alexandre Julliard
Replaced WIN16_GlobalLock16 by "official" function...
tree
|
commitdiff
2000-12-21
Dmitry Timoshkov
Don't write to buffer with zero length.
tree
|
commitdiff
2000-12-20
Dmitry Timoshkov
Make new edit control allocate its buffers with granula...
tree
|
commitdiff
2000-12-19
Dmitry Timoshkov
New unicode edit control.
tree
|
commitdiff
2000-12-19
François Gouget
winuser.h now requires that we include winbase.h first.
tree
|
commitdiff
2000-12-15
Ulrich Czekalla
Only capture mouse when an item is selected.
tree
|
commitdiff
2000-12-13
Louis Philippe Gagnon
Invalidate the focus rect when a listbox is resized.
tree
|
commitdiff
2000-12-13
Alexandre Julliard
Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
tree
|
commitdiff
2000-12-12
Alexandre Julliard
Use the DRIVE_* API constants instead of the DRIVETYPE...
tree
|
commitdiff
2000-12-10
Alexandre Julliard
Moved most builtin controls structures into their respe...
tree
|
commitdiff
next