Robert Shearman
|
e2d6529d9c
|
- Fix LButtonDown from previous change.
- Don't use BF_ADJUST flag for dropdown buttons.
- Fix LButtonDblClk.
|
2004-04-01 20:59:59 +00:00 |
Robert Shearman
|
83face5d3e
|
- TTM_TRACKACTIVATE can have NULL lParam when deactivating.
- Factor out common code from TOOLTIPS_DelTool{A,W}.
- Update all indices correctly after delete.
|
2004-04-01 20:59:31 +00:00 |
Alexandre Julliard
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +00:00 |
Francois Gouget
|
b948778660
|
Assorted spelling fixes.
|
2004-03-23 23:20:16 +00:00 |
Robert Shearman
|
f92bb4b76a
|
- Add cursor resource.
- Implement TB_MOVEBUTTON.
- Implement drag customise.
- Send TBN_TOOLBARCHANGE and TBN_DELETINGBUTTON.
|
2004-03-23 23:04:08 +00:00 |
Mike McCormack
|
052144fd7b
|
Make sure the rebar size is above a minimum.
|
2004-03-19 19:14:30 +00:00 |
Robert Shearman
|
838a1ea09d
|
- Fix SetBitmapSize.
- Fix SetButtonInfo.
|
2004-03-18 04:01:02 +00:00 |
Robert Shearman
|
a49b8a5eed
|
- Documentation update.
- Better hot item handling.
- Fix DrawMasked to always use the right image list and bitmap index.
|
2004-03-17 20:46:57 +00:00 |
Filip Navara
|
ccd428e503
|
Support for RBBS_HIDETITLE style.
|
2004-03-16 19:14:30 +00:00 |
Huw Davies
|
75a1f6d0e9
|
When setting the buddy to 0 then we must still resize the updown
control.
|
2004-03-15 20:20:41 +00:00 |
Robert Shearman
|
7d22cc16d9
|
- Document completeness.
- Finish tooltip support.
|
2004-03-15 20:20:01 +00:00 |
Huw Davies
|
831098be33
|
Added CS_HREDRAW.
|
2004-03-15 20:10:32 +00:00 |
Robert Shearman
|
bc2520b3b7
|
- Unicode notification detection should be local to each tool.
- Implement TTN_GETDISPINFOW notification.
|
2004-03-15 20:10:00 +00:00 |
Robert Shearman
|
9eb33c82f3
|
- Honour WM_SETREDRAW.
- Fix all calls of InvalidateRect.
|
2004-03-15 20:06:33 +00:00 |
Mike McCormack
|
464e59f6a4
|
Make sure to take account of hidden bands during layout.
|
2004-03-13 19:24:29 +00:00 |
Juan Lang
|
9a3647a303
|
Prevent negative coords for line, turn off redraw when initializing,
document one difference in native/builtin behavior.
|
2004-03-13 19:24:04 +00:00 |
Robert Shearman
|
39689d715c
|
- Implement TB_LOADIMAGES, TB_MAPACCELERATOR{A,W}, TB_MARKBUTTON and
undocumented message 0x460.
- Better debug output of undocumented message 0x45D.
|
2004-03-13 19:23:41 +00:00 |
Robert Shearman
|
23983b8f83
|
- Add support for a toolbar global iListGap.
- Make TOOLBAR_CalcToolbar and TOOLBAR_DrawButton not rely on "magic
numbers" and calculate sizes and positions more like native.
|
2004-03-12 20:24:05 +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 |
Ge van Geldorp
|
c11d8b00d6
|
Explicitly ask for image list with screen depth as ILC_COLOR can/will
limit the depth to 4bpp now.
|
2004-03-11 22:46:51 +00:00 |
Robert Shearman
|
cf4c3348bb
|
Fix subclassing to support nested messages.
|
2004-03-11 22:38:22 +00:00 |
Robert Shearman
|
90323a1b8a
|
Rewrite drawing code.
|
2004-03-11 03:50:10 +00:00 |
Alexandre Julliard
|
cf8a25f0d7
|
Do not kill the animation thread with TerminateThread, let it finish
properly.
Fixed a couple of races with the animation thread.
|
2004-03-11 00:41:07 +00:00 |
Robert Shearman
|
3c6956d3ea
|
Spelling fixes.
|
2004-03-11 00:39:53 +00:00 |
Robert Shearman
|
9e4771fedc
|
- Document control completeness.
- Remove unneeded include.
- Fix TEXT define.
- Fix tabs.
- Small optimisation in DrawInsert.
|
2004-03-11 00:38:44 +00:00 |
Robert Shearman
|
dd72963949
|
- Implement the drag list control.
- Fix tabs in LBItemFromPt.
|
2004-03-09 23:26:44 +00:00 |
Robert Shearman
|
490fbd84fb
|
Don't allocate space for text when nMaxTextRows = 0.
|
2004-03-07 03:13:26 +00:00 |
Robert Shearman
|
cc08578577
|
- Support custom check background.
- Reduce number of parameters needed for DrawString function.
|
2004-03-03 05:26:01 +00:00 |
Alexandre Julliard
|
589e115233
|
We no longer use the .exe.spec.c files.
|
2004-03-02 21:16:37 +00:00 |
Vitaliy Margolen
|
c03dabb2fe
|
Adjust all dimensions to match native.
Invalidate whole tab area when multi-line.
In vertical tab placement go from top to bottom.
Fix annoying visual artifacts.
|
2004-03-02 04:52:35 +00:00 |
Steve Lustbader
|
a752885c3d
|
Handle the firstVisible item being NULL in
TREEVIEW_UpdateScrollBars().
|
2004-03-01 23:10:52 +00:00 |
Robert Shearman
|
57cc6f58ba
|
Update common control function documentation.
|
2004-02-27 04:40:08 +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 |
Matt Chapman
|
c286ca06a0
|
Fix a reentrancy issue in the property sheet implementation by not
caching a pointer that can change.
|
2004-02-25 01:24:22 +00:00 |
Christian Costa
|
1fba717981
|
Accept null module instance, Loadstring can handle it.
|
2004-02-24 01:04:27 +00:00 |
Maxime Bellengé
|
820aa3762f
|
Fix a regression in ImageList_Create when creating a dibsection.
|
2004-02-24 00:58:59 +00:00 |
Alexandre Julliard
|
f310fdf3a0
|
Removed a couple of unneeded helper functions.
|
2004-02-20 19:58:39 +00:00 |
Ulrich Czekalla
|
5a864b2f70
|
Use dibsections for the images.
|
2004-02-20 19:57:09 +00:00 |
Huw Davies
|
9af2de85ea
|
If TBSTYLE_EX_HIDECLIPPEDBUTTONS is set then invalidate the area that
changes in a resize.
Don't call SWP unless we're actually adjusting anything.
|
2004-02-20 19:56:52 +00:00 |
Robert Shearman
|
64d68b106a
|
- Implement string functions in comctl32.
- Use CompareString in shlwapi wherever possible instead of ugly
helpers.
|
2004-02-20 05:16:37 +00:00 |
Dimitrie O. Paun
|
e879638d36
|
LVN_BEGINRDRAG is implemented now. Fix typo.
|
2004-02-20 05:12:49 +00:00 |
Aric Stewart
|
d240ae8d62
|
Implemented LISTVIEW_ApproximateViewRect for LVS_REPORT.
|
2004-02-20 01:05:39 +00:00 |
Fabian Cenedese
|
7142a4e0b2
|
ListView should behave in OWNERDRAW as in FULLROWSELECT. This allows
to select cells not in the first column in REPORT mode with OWNERDRAW
style set.
|
2004-02-17 22:47:51 +00:00 |
Robert Shearman
|
997ce1926e
|
Forward some wrapper functions since we don't care about compatibility
with Win98 in this case.
|
2004-02-17 22:47:21 +00:00 |
Robert Shearman
|
187c8b71ce
|
Move string functions to separate file.
|
2004-02-17 21:02:18 +00:00 |
Robert Shearman
|
41596e8031
|
- Fix some traces.
- The TBM_GET*HOTLIST functions take imagelist ID in wParam.
- Implement TBM_GETSTRING{A,W}.
- Implement undocumented 0x462 message.
|
2004-02-17 20:28:19 +00:00 |
Robert Shearman
|
524cad7413
|
Documentation update.
|
2004-02-17 20:23:05 +00:00 |
Mike Hearn
|
d04f253aa9
|
Grow the treeview control expander button by 1px in each direction to
match the native look.
|
2004-02-16 22:19:29 +00:00 |