projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add stub implementation of RtlAddAuditAccessAce.
[wine]
/
dlls
/
comctl32
/
2005-06-21
Stefan Huehner
Fix some more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-20
Stefan Huehner
Fix more -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-16
Stefan Huehner
Fix some -Wstrict-prototypes warnings.
tree
|
commitdiff
2005-06-15
Huw Davies
For modal propsheets we should run our own message...
tree
|
commitdiff
2005-06-13
Krzysztof Foltman
Test when TVN_SELCHANGING and TVN_SELCHANGED are really...
tree
|
commitdiff
2005-06-13
Krzysztof Foltman
Don't send TVN_SELCHANGING nor TVN_SELCHANGED if the...
tree
|
commitdiff
2005-06-09
Mike McCormack
Warning fixes for -Wmissing-declarations and -Wwrite...
tree
|
commitdiff
2005-06-09
Alex Zorach
Fixed SetFocus behavior.
tree
|
commitdiff
2005-06-06
James Hawkins
Audit the Tab control.
tree
|
commitdiff
2005-06-04
Felix Nawothnig
Fix some missed invalidations after column resize.
tree
|
commitdiff
2005-06-04
James Hawkins
- Factor out common text shifting logic.
tree
|
commitdiff
2005-05-30
Kouji Sasaki
Added the feature to change row height in owner draw...
tree
|
commitdiff
2005-05-30
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-05-29
Felix Nawothnig
Pass the right hwnd to ReleaseDC().
tree
|
commitdiff
2005-05-26
Kouji Sasaki
Added the callback item processing for LISTVIEW_EndEdit...
tree
|
commitdiff
2005-05-25
Kouji Sasaki
Corrected the priority of operators for LISTVIEW_GetNex...
tree
|
commitdiff
2005-05-24
Hans Leidekker
Fix uninitialized warnings.
tree
|
commitdiff
2005-05-24
Kouji Sasaki
Added handling of WM_ENABLE message.
tree
|
commitdiff
2005-05-24
James Hawkins
Audit the List-View control.
tree
|
commitdiff
2005-05-20
James Hawkins
Select the item under the point (x,y) in MouseHover.
tree
|
commitdiff
2005-05-19
Dimi Paun
Do not compute the hit test if we don't really need it.
tree
|
commitdiff
2005-05-18
James Hawkins
- Store the click point in LISTVIEW_INFO.
tree
|
commitdiff
2005-05-18
Felix Nawothnig
Resize listview column to autofit on a doubleclick...
tree
|
commitdiff
2005-05-17
James Hawkins
Fixed centering of tab text.
tree
|
commitdiff
2005-05-14
Felix Nawothnig
Rewrote item layouting - new code fixes bitmap/image...
tree
|
commitdiff
2005-05-12
Aric Stewart
Handle WM_NCCALCSIZE in the tab control.
tree
|
commitdiff
2005-05-11
Dimi Paun
Make it more explicit how we deal with WS_DISABLED.
tree
|
commitdiff
2005-05-09
Alexandre Julliard
Added rules for building import libraries in the indivi...
tree
|
commitdiff
2005-05-09
Felix Nawothnig
Implemented WM_ENABLE.
tree
|
commitdiff
2005-05-07
Alexandre Julliard
Added rules to build import libraries in the individual...
tree
|
commitdiff
2005-05-06
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-05-04
Felix Nawothnig
Set iItem to index before notifying callback items.
tree
|
commitdiff
2005-04-22
Stefan Leichter
Import DPA_Search by ordinal like other DPA functions.
tree
|
commitdiff
2005-04-20
Duane Clark
Misc rectangle fixes.
tree
|
commitdiff
2005-04-18
Peter Berg Larsen
Replace strncpy with memcpy or lstrcpyn.
tree
|
commitdiff
2005-04-18
Vitaliy Margolen
Don't redraw if no information has changed.
tree
|
commitdiff
2005-04-18
Duane Clark
The datetime should be initialized with local time.
tree
|
commitdiff
2005-04-16
Duane Clark
Add support for direct keyboard input to numeric fields.
tree
|
commitdiff
2005-04-15
Duane Clark
Hour '0' corresponds to 12AM.
tree
|
commitdiff
2005-04-15
Robert Shearman
Fix TB_GETBUTTONSIZE to return the correct width/height...
tree
|
commitdiff
2005-04-15
Robert Shearman
- Use SetWindowPos to move the buddy window into positi...
tree
|
commitdiff
2005-04-14
Dimitrie O. Paun
Keep track of WS_DISABLED explicitely, as it doesn...
tree
|
commitdiff
2005-04-14
Dimitrie O. Paun
Add support for LVN_ODSTATECHANGED.
tree
|
commitdiff
2005-04-14
Vitaliy Margolen
Send notifies after invalidating changed areas.
tree
|
commitdiff
2005-04-14
Duane Clark
Monday is day number '1'.
tree
|
commitdiff
2005-04-13
Vitaliy Margolen
Draw only visible tabs.
tree
|
commitdiff
2005-04-13
Andreas Bjerkeholt
Swedish translation.
tree
|
commitdiff
2005-04-12
Robert Shearman
Use ES_AUTOHSCROLL for edit box.
tree
|
commitdiff
2005-04-11
Dimitrie O. Paun
Tab unicodification.
tree
|
commitdiff
2005-04-11
Dimitrie O. Paun
MonthCal unicodification.
tree
|
commitdiff
2005-04-11
Dimitrie O. Paun
Audit the code against Comctl32.dll version 6.0.
tree
|
commitdiff
2005-04-11
Ulrich Czekalla
Clear systemtime struct so we don't return garbage...
tree
|
commitdiff
2005-03-30
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-03-27
Robert Shearman
Fix size passed to SPI_NONCLIENTMETRICS.
tree
|
commitdiff
2005-03-25
Dimitrie O. Paun
Use {Alloc,ReAlloc,Free}() instead of Heap{Alloc,ReAllo...
tree
|
commitdiff
2005-03-25
Dimitrie O. Paun
Proper handling for GWL_STYLE.
tree
|
commitdiff
2005-03-25
Dimitrie O. Paun
Fix a memory leak in toolbar. Avoid casts.
tree
|
commitdiff
2005-03-25
Dimitrie O. Paun
Handle wParam in WM_PAINT properly: if non-null, it...
tree
|
commitdiff
2005-03-25
Dimitrie O. Paun
Add Robert Shearman's explanation about WM_NCPAINT.
tree
|
commitdiff
2005-03-24
Jakob Eriksson
Get rid of HeapAlloc casts.
tree
|
commitdiff
2005-03-24
Huw Davies
The depth of the colour bitmap needs to match that...
tree
|
commitdiff
2005-03-24
Dimitrie O. Paun
Complete the unicodification of comctl32undoc.
tree
|
commitdiff
2005-03-23
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-03-23
Jason Edmeades
Make the treeview correctly search when the top index...
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the treeview common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the tooltips common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the toolbar common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the rebar common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the propsheet common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the header common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification of the flatsb common control.
tree
|
commitdiff
2005-03-23
Dimitrie O. Paun
Complete unicodification.
tree
|
commitdiff
2005-03-22
Jakob Eriksson
Eliminate HeapAlloc casts.
tree
|
commitdiff
2005-03-21
Dimitrie O. Paun
Pull the WM_TIMER handling into its own function.
tree
|
commitdiff
2005-03-21
Robert Shearman
iSelectedImage is allowed to be 0.
tree
|
commitdiff
2005-03-21
Dimitrie O. Paun
Complete unicodification.
tree
|
commitdiff
2005-03-21
Dimitrie O. Paun
Proper handling for GWL_STYLE.
tree
|
commitdiff
2005-03-21
Dimitrie O. Paun
Delete the critical section when freeing up the infoPtr.
tree
|
commitdiff
2005-03-18
C. Scott Ananian
UPDOWN_GetBuddyInt should not fail when the control...
tree
|
commitdiff
2005-03-18
Alexandre Julliard
Revert changes to the painting code, the WM_CTLCOLORSTA...
tree
|
commitdiff
2005-03-16
C. Scott Ananian
Started a unit test case for the updown control.
tree
|
commitdiff
2005-03-16
Dimitrie O. Paun
Audit the control against Comctl32.dll version 6.0.
tree
|
commitdiff
2005-03-15
Dimitrie O. Paun
Cleanup and simplify the painting code.
tree
|
commitdiff
2005-03-14
Evan Deaubl
TREEVIEW_DoSelectItem should not do any of the TVGN_FIR...
tree
|
commitdiff
2005-03-14
Jon Griffiths
Comment out a test that crashes on early versions.
tree
|
commitdiff
2005-03-14
Dimitrie O. Paun
Unicodification and typesafe interfaces.
tree
|
commitdiff
2005-03-03
Dimitrie O. Paun
Unicodification. Small cleanups.
tree
|
commitdiff
2005-03-02
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2005-03-02
Robert Shearman
- Fix one more place where the code assumes row indices are
tree
|
commitdiff
2005-03-02
Dimitrie O. Paun
Fix indentation for consistency with the rest of the...
tree
|
commitdiff
2005-03-01
Filip Navara
Implement SB_SETBORDERS.
tree
|
commitdiff
2005-03-01
Robert Shearman
- Make row number be zero-based.
tree
|
commitdiff
2005-02-25
Jon Griffiths
Remove unneeded calls to TAB_GetInfoPtr(), const fixes...
tree
|
commitdiff
2005-02-25
Jon Griffiths
Documentation spelling fixes.
tree
|
commitdiff
2005-02-24
Michael Stefaniuc
- ImageList_LoadImage{A,W} were basicaly a cut'n'paste...
tree
|
commitdiff
2005-02-23
Francois Gouget
Add the -noname flag to match the Platform SDK.
tree
|
commitdiff
2005-02-23
Maxime Bellengé
Correctly displays the text with ellipsis when there...
tree
|
commitdiff
2005-02-22
Martijn Vernooij
Scroll instead of repainting when expanding/collapsing...
tree
|
commitdiff
2005-02-21
Maxime Bellengé
Take into account the new size of a column when the...
tree
|
commitdiff
2005-02-21
Maxime Bellengé
Fix SetItem so that items don't get wrongly re-ordered.
tree
|
commitdiff
next