ChangeSet ID: 19527
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/15 04:34:02
Modified files:
dlls/comctl32 : progress.c
Log message:
Frank Richter <frank.richter(a)gmail.com>
Instead of adding the border via WM_NCPAINT and WM_NCCALCSIZE, do what
native does: just clear WS_EX_STATICEDGE when themed and reduce the
area the actual bar is painted in to the progress bar theme part
content rect.
Patch: http://cvs.winehq.org/patch.py?id=19527
Old revision New revision Changes Path
1.41 1.42 +44 -65 wine/dlls/comctl32/progress.c
ChangeSet ID: 19524
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/14 19:25:37
Modified files:
include : comment.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Pass a default into User::getPref() when trying to retrieve the comments mode set so users with no comment mode set will default to 'threaded'. Otherwise these users won't see any comments.
Patch: http://cvs.winehq.org/patch.py?id=19524
Old revision New revision Changes Path
1.11 1.12 +2 -2 appdb/include/comment.php
ChangeSet ID: 19523
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/14 19:17:54
Modified files:
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Set defaults comments mode to threaded for new users
Patch: http://cvs.winehq.org/patch.py?id=19523
Old revision New revision Changes Path
1.46 1.47 +5 -1 appdb/include/user.php
ChangeSet ID: 19521
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/14 13:56:35
Modified files:
. : account.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Log new users in automatically if the user was successfully created
Patch: http://cvs.winehq.org/patch.py?id=19521
Old revision New revision Changes Path
1.12 1.13 +7 -2 appdb/account.php
ChangeSet ID: 19520
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/08/14 13:49:21
Modified files:
include : user.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Fix indenting. Remove use of $_SESSION[] inside of the class because we can simply use $this
Patch: http://cvs.winehq.org/patch.py?id=19520
Old revision New revision Changes Path
1.45 1.46 +8 -8 appdb/include/user.php