http://bugs.winehq.org/show_bug.cgi?id=9532
Summary: Month calendar control uses 0=sunday for firstDayOfWeek Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: peter@cendio.se
This bug has been transferred from bug 9490. The month calendar control displays sunday as the first day of the week, even though LOCALE_IFIRSTDAYOFWEEK=0. This is because the implementation is based uses 0=sunday, rather than 0=monday. MSDN indicates that the API (SetFirstDayOfWeek/GetFirstDayOfWeek) should use 0=monday, see http://msdn2.microsoft.com/en-us/library/ms670423.aspx.
So, either the implementation needs to be changed to use 0=monday throughout the code, or we can continue to use 0=sunday internally, but then we need to convert when we talk to the rest of the world.
http://bugs.winehq.org/show_bug.cgi?id=9532
--- Comment #1 from Peter Åstrand peter@cendio.se 2007-08-31 03:09:30 --- Created an attachment (id=7899) --> (http://bugs.winehq.org/attachment.cgi?id=7899) Patch for monthcal.c
This patch converts from 0=sunday (which is used internally) to 0=monday (which is used by the API).
http://bugs.winehq.org/show_bug.cgi?id=9532
Vijay Kamuju infyquest@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |infyquest@gmail.com
--- Comment #2 from Vijay Kamuju infyquest@gmail.com 2007-09-04 04:18:07 --- please send this to wine-patches
http://bugs.winehq.org/show_bug.cgi?id=9532
--- Comment #3 from Peter Åstrand peter@cendio.se 2007-09-04 06:26:05 --- Path has beenn sent to wine-patches.
http://bugs.winehq.org/show_bug.cgi?id=9532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #4 from Austin English austinenglish@gmail.com 2008-04-15 00:38:50 --- Patch was not committed. Could use some testcases...
http://bugs.winehq.org/show_bug.cgi?id=9532
--- Comment #5 from Peter Åstrand peter@cendio.se 2008-04-15 02:36:28 ---
Patch was not committed. Could use some testcases...
Sorry, no time for that. This project is currently halted.
http://bugs.winehq.org/show_bug.cgi?id=9532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #6 from Austin English austinenglish@gmail.com 2008-10-22 14:32:23 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=9532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Austin English austinenglish@gmail.com 2008-10-22 14:35:46 --- Closing abandoned.
http://bugs.winehq.org/show_bug.cgi?id=9532
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified
https://bugs.winehq.org/show_bug.cgi?id=9532
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|ABANDONED |FIXED Fixed by SHA1| |c8f35a136d51b949df252d932e9 | |b10c2e2f85419 Status|CLOSED |RESOLVED
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- I believe this was fixed with c8f35a136d51b949df252d932e9b10c2e2f85419.
https://bugs.winehq.org/show_bug.cgi?id=9532
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.10.