projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Updated PostScript glyph name data.
[wine]
/
controls
/
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
2000-12-07
Alexandre Julliard
Removed dependencies on the internals of the CLASS...
tree
|
commitdiff
2000-12-06
Louis Philippe Gagnon
Update internal controls on WM_WINDOWPOSCHANGED.
tree
|
commitdiff
2000-12-05
Aric Stewart
Fixed a problem where the string in a combo box flicker...
tree
|
commitdiff
2000-12-01
Patrik Stridvall
Added/modified documentation for function arguments.
tree
|
commitdiff
2000-11-30
Louis Philippe Gagnon
Don't update scrollbars when processing WM_DESTROY.
tree
|
commitdiff
2000-11-29
Andreas Mohr
WM_SETTEXT should return TRUE on success.
tree
|
commitdiff
2000-11-28
Dmitry Timoshkov
Made button control fully unicode aware.
tree
|
commitdiff
2000-11-28
Alexandre Julliard
Got rid of the Wine internal lstrcpy* functions and...
tree
|
commitdiff
2000-11-27
Dimitrie O. Paun
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
tree
|
commitdiff
2000-11-27
Louis Philippe Gagnon
When processing mouse messages in MENU_TrackMenu, use...
tree
|
commitdiff
2000-11-27
Alexandre Julliard
Fixed a few dependencies on 16-bit or internal function...
tree
|
commitdiff
2000-11-27
Alexandre Julliard
Changed GetProcAddress16 and 16-bit resource functions...
tree
|
commitdiff
2000-11-27
Dmitry Timoshkov
General clean up of the edit control: removed transfer...
tree
|
commitdiff
2000-11-26
Chris Morgan
Don't draw scrollbars if their client rectangle is...
tree
|
commitdiff
2000-11-25
Ove Kaaven
Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
tree
|
commitdiff
2000-11-15
Dmitry Timoshkov
Prepare switching to unicode of builtin widgets.
tree
|
commitdiff
2000-11-11
Joerg Mayer
Get rid of some warnings about unused variables, signed...
tree
|
commitdiff
2000-11-07
Francois Gouget
Fixed typos in comments.
tree
|
commitdiff
2000-11-06
Francois Gouget
Take into account the sunken border for Win98 look.
tree
|
commitdiff
2000-11-05
James Abbatiello
Don't reset MF_POPUP flag in SetMenu().
tree
|
commitdiff
2000-11-02
Dmitry Timoshkov
Do not invert "magic" bitmap menu items.
tree
|
commitdiff
2000-11-01
Alexandre Julliard
Authors: Andreas Mohr <amohr@codeweavers.com>, Dimitrie...
tree
|
commitdiff
next