Robert Shearman
|
8d28e0314c
|
Remove unnecessary WNDPROC casts.
|
2004-11-06 03:49:03 +00:00 |
Robert Shearman
|
5e6e9fb120
|
Correct the date of the completeness audit.
|
2004-10-21 19:56:32 +00:00 |
Robert Shearman
|
5d0c01c4e0
|
Rebar completeness audit.
|
2004-10-19 22:59:14 +00:00 |
Vitaliy Margolen
|
477aa4501b
|
Don't loose last band on insert.
|
2004-10-04 19:07:24 +00:00 |
Hans Leidekker
|
411fc5f164
|
Fix signed/unsigned comparison warnings.
|
2004-09-02 23:00:53 +00:00 |
Robert Shearman
|
cdb263e588
|
Replace GetWindowLong by GetWindowLongPtr.
|
2004-08-25 17:33:01 +00:00 |
Ge van Geldorp
|
73d8c97f12
|
Always reset AUTO_RESIZE flag on exit from REBAR_ForceResize.
|
2004-05-02 04:21:48 +00:00 |
Filip Navara
|
0c954aebbd
|
Force resize before calling RBN_HEIGHTCHANGE notification.
|
2004-04-14 04:27:16 +00:00 |
Francois Gouget
|
b948778660
|
Assorted spelling fixes.
|
2004-03-23 23:20:16 +00:00 |
Mike McCormack
|
052144fd7b
|
Make sure the rebar size is above a minimum.
|
2004-03-19 19:14:30 +00:00 |
Filip Navara
|
ccd428e503
|
Support for RBBS_HIDETITLE style.
|
2004-03-16 19:14:30 +00:00 |
Mike McCormack
|
464e59f6a4
|
Make sure to take account of hidden bands during layout.
|
2004-03-13 19:24:29 +00:00 |
Mike McCormack
|
18eda48e59
|
Don't calculate the redundant and unused REBAR_ROW structures.
|
2004-03-12 20:23:39 +00:00 |
Ulrich Czekalla
|
9b83d4d4dc
|
Fix rebar band insertion and non-client calculation in pager control.
|
2004-03-12 19:29:51 +00:00 |
Matt Chapman
|
766fc7cc9c
|
REBAR_Layout should respect the minimum size of bands even when
RBBS_FIXEDSIZE is not set.
|
2004-02-27 04:32:54 +00:00 |
Matt Chapman
|
cc5d49f8cb
|
REBAR_ShowBand needs to force layout of the rebar after a band is
hidden/unhidden.
|
2004-02-27 00:43:04 +00:00 |
Francois Gouget
|
ad5ff7ceeb
|
Assorted spelling and case fixes.
|
2004-02-09 22:07:42 +00:00 |
Alexandre Julliard
|
d07c1004e3
|
Moved a few remaining 16-bit definitions out of the standard headers.
|
2004-01-23 22:51:41 +00:00 |
Mike McCormack
|
2de64d4b08
|
On a RB_SETBANDINFO message only redraw the rebar if something
changed.
|
2004-01-02 20:46:05 +00:00 |
Robert Shearman
|
fc58ef8119
|
Added chevron support.
|
2003-11-09 00:28:24 +00:00 |
Robert Shearman
|
fad1e1108e
|
Don't store band text if "" is passed into SetBandInfo.
|
2003-10-24 04:18:42 +00:00 |
Daniel Marmier
|
ee1eb63b31
|
Fixed warnings with gcc option "-Wwrite-strings".
|
2003-10-07 03:30:47 +00:00 |
Dimitrie O. Paun
|
7de279a73a
|
Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc,Free}.
|
2003-09-22 21:32:33 +00:00 |
Alexandre Julliard
|
f5cb3dde17
|
Moved undocumented functions out of the exported commctrl.h.
|
2003-09-17 20:15:21 +00:00 |
Filip Navara
|
2773106058
|
Fixed definitions of TTTOOLINFOA/W_V1_SIZE and
REBARBANDINFOA/W_V3_SIZE.
|
2003-09-16 01:17:25 +00:00 |
Alexandre Julliard
|
cf52644a1c
|
Removed the A/W constants for builtin cursors, icons and resource
types since they don't exist on Windows, and added typecasts
everywhere instead.
|
2003-09-10 03:56:47 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Tony Lambregts
|
7ce3a5ad63
|
Replace DPRINTF with TRACE.
|
2003-03-14 04:11:17 +00:00 |
Michael Stefaniuc
|
745a78f490
|
Remove some unreachable code.
|
2003-02-24 20:48:45 +00:00 |
Dan Kegel
|
0fd521fee3
|
Change RECT to use LONG to match win32 standard headers and fix format
strings to use %ld for RECT elements.
|
2003-01-08 21:09:25 +00:00 |
Rolf Kalbermatter
|
6c79930413
|
Add config.h/port.h to allow compilation/linking in MSVC.
Fix some unsigned/signed warnings.
|
2002-12-16 22:43:58 +00:00 |
Alexandre Julliard
|
18d029722f
|
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their
contents to user.h.
Moved message.h and winproc.h to dlls/user.
|
2002-12-03 23:34:52 +00:00 |
Francois Gouget
|
d2667a4ce3
|
Removed unnecessary HANDLE typecasts.
|
2002-12-02 18:10:57 +00:00 |
Michael Stefaniuc
|
353529b2c8
|
- fix the "int format, HANDLE arg" type of warnings for comctl32
- compile the comctl32 dll with -DSTRICT
|
2002-10-23 22:19:10 +00:00 |
Patrik Stridvall
|
1a4db3e72a
|
Cleaned up the code so it would be easier to parse with the new C
parser.
|
2002-09-23 20:45:57 +00:00 |
Michael Stefaniuc
|
025c0b716b
|
Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32,twain,winmm} for
the conversion of HWND to a void*.
|
2002-09-06 19:41:17 +00:00 |
Guy L. Albertelli
|
23739a339a
|
Don't issue error message if message number in application range.
|
2002-07-16 01:23:59 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Guy L. Albertelli
|
71e4b98f5a
|
Adjust the child offset x value based on band style RBBS_CHILDEDGE.
|
2002-04-05 21:13:32 +00:00 |
Guy L. Albertelli
|
6db25faed2
|
- Correct RBN_CHILDSIZE rect value for CCS_VERT rebar.
- Do UpdateWindow only if doing redraws when doing layout.
|
2002-03-20 00:49:06 +00:00 |
Guy L. Albertelli
|
8a8457e25a
|
Add support for WM_WINDOWPOSCHANGED to save new origin of window.
|
2002-03-11 01:16:02 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Andreas Mohr
|
8bc7f16caa
|
Spelling/alignment fixes.
|
2002-02-27 01:34:08 +00:00 |
Guy L. Albertelli
|
9ce993206d
|
Fix another bad test. Caused regression in IE 4.
|
2002-02-26 00:34:48 +00:00 |
Guy L. Albertelli
|
d2ace6addd
|
Fix regression in some programs due to CLR_DEFAULT fix. Noticed in
control-spy rebar.exe.
|
2002-02-12 18:43:24 +00:00 |
Guy L. Albertelli
|
75c2df8ede
|
Fix problem exposed by the improvements in version 8b. Demonstrated by
OE 4.
|
2002-02-04 18:30:13 +00:00 |
Andreas Mohr
|
2295e87be8
|
Fixed some more missing parenthesis issues.
|
2002-02-02 18:06:03 +00:00 |
Guy Albertelli
|
390c6dfb93
|
Text/Bkgnd color fixes.
|
2002-01-29 16:52:24 +00:00 |
Guy Albertelli
|
935331f6da
|
Fix a gripper issue and the adjustment of bands when RBBS_FIXEDSIZE
specified.
|
2002-01-14 18:32:42 +00:00 |
Sander van Leeuwen
|
fcc148b283
|
Never delete the font object received by WM_SETFONT.
|
2002-01-04 21:50:01 +00:00 |