- 25 May, 2007 1 commit
-
-
Dmitry Timoshkov authored
-
- 02 Apr, 2007 1 commit
-
-
Andrew Talbot authored
-
- 27 Mar, 2007 1 commit
-
-
Andrew Talbot authored
-
- 19 Mar, 2007 1 commit
-
-
Kanit Therdsteerasukdi authored
Reject invalid flags in DTM_SETSYSTEMTIME i.e. when the flag is neither GDT_VALID nor GDT_NONE when the style is set to DTS_SHOWNONE. Corresponding setters and message sequence tests were also added.
-
- 16 Mar, 2007 2 commits
-
-
Kanit Therdsteerasukdi authored
-
Kanit Therdsteerasukdi authored
-
- 14 Mar, 2007 1 commit
-
-
Kanit Therdsteerasukdi authored
-
- 23 Oct, 2006 1 commit
-
-
Andrew Talbot authored
-
- 14 Oct, 2006 1 commit
-
-
Michael Ploujnikov authored
-
- 23 May, 2006 1 commit
-
-
Jonathan Ernst authored
-
- 08 Nov, 2005 1 commit
-
-
Michael Kaufmann authored
Don't use SelectClipRgn in WM_PRINTCLIENT.
-
- 22 Aug, 2005 1 commit
-
-
Michael Kaufmann authored
-
- 24 May, 2005 1 commit
-
-
Hans Leidekker authored
-
- 18 Apr, 2005 1 commit
-
-
Duane Clark authored
-
- 16 Apr, 2005 1 commit
-
-
Duane Clark authored
-
- 15 Apr, 2005 2 commits
-
-
Duane Clark authored
-
Robert Shearman authored
destroying it and recreating it at the new position. - Clear the background in WM_VSCROLL to avoid problems with antialiased text drawing on top of itself multiple times.
-
- 14 Apr, 2005 1 commit
-
-
Duane Clark authored
Set day of week when a day is selected in the calender. Use fixed width fields in datetime. DTS_TIMEFORMAT is a two bit field, so test accordingly. Reposition and resize the updown control when the datetime control is resized. Respond to updown inputs.
-
- 09 Jan, 2005 1 commit
-
-
Eric Pouech authored
break, not needed vars...)
-
- 20 Dec, 2004 1 commit
-
-
Robert Shearman authored
hard coded 200px. - Use SetFocus when the control is clicked on to get the correct behaviour when another control clicked on. - Force the WS_EX_CLIENTEDGE style, instead of emulating it.
-
- 17 Dec, 2004 1 commit
-
-
Robert Shearman authored
control is disabled. - Move background drawing into WM_ERASEBKGND handler and draw the background differently when disabled. - Change WM_PAINT handler to draw text with transparent background and with the correct colour for the style. - Initialize selected field to -1 instead of 0 so that the control notices when field 0 is selected.
-
- 09 Dec, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 07 Dec, 2004 1 commit
-
-
Filip Navara authored
sets last error. - Tooltip icons must be destroyed with DestroyIcon and not with DeleteObject. - Rebar cursors must be destroyed with DestroyCursor and not with DeleteObject.
-
- 24 Nov, 2004 1 commit
-
-
Alexandre Julliard authored
-
- 06 Nov, 2004 1 commit
-
-
Robert Shearman authored
-
- 26 Oct, 2004 1 commit
-
-
Dimitrie O. Paun authored
Merge {{Inc,Dec}rement,Reset{Up,Down}}Field into one method. Fix a bunch of bugs in the process. Implement DTM_[GS]ETMCFONT. Indentation fixes, cleanups.
-
- 22 Oct, 2004 1 commit
-
-
Dimitrie O. Paun authored
Type safe functions (pass infoPtr and type safe values around). Some cleanup and indentation fixes.
-
- 02 Sep, 2004 1 commit
-
-
Hans Leidekker authored
-
- 25 Aug, 2004 1 commit
-
-
Robert Shearman authored
-
- 21 Apr, 2004 1 commit
-
-
Krzysztof Foltman authored
completely incorrect message flow) - update monthcal after date change in datetime - choose different coordinates when DTS_SHOWNONE is not used - embedded monthcal is now 200 pixels wide - selecting a day in embedded monthcal updates the datetime and hides the monthcal - changing months/years by clicking month name/year in title bar works - embedded month calendar is correctly destroyed (it used to stick on the screen long after the datetime's container was closed)
-
- 20 Nov, 2003 1 commit
-
-
Dimitrie O. Paun authored
them in CREATESTRUCT. Based on a treeview patch by Igor Grahek.
-
- 22 Sep, 2003 1 commit
-
-
Dimitrie O. Paun authored
-
- 17 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
-
- 10 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
types since they don't exist on Windows, and added typecasts everywhere instead.
-
- 05 Sep, 2003 1 commit
-
-
Alexandre Julliard authored
headers (with help from Dimitrie O. Paun).
-
- 13 May, 2003 1 commit
-
-
Huw Davies authored
Make the show/hide button actually do something. Add support for the 'yyyy' format.
-
- 02 Apr, 2003 1 commit
-
-
Vitaliy Margolen authored
-
- 08 Jan, 2003 1 commit
-
-
Dan Kegel authored
strings to use %ld for RECT elements.
-
- 02 Dec, 2002 1 commit
-
-
Francois Gouget authored
-
- 23 Oct, 2002 1 commit
-
-
Michael Stefaniuc authored
- compile the comctl32 dll with -DSTRICT
-