Nikolay Sivov
|
2e0ff5b780
|
comctl32: Remove unused defines.
|
2013-05-13 11:09:36 +02:00 |
Owen Rudge
|
c8c3c4be91
|
comctl32/datetime: Check dates are within range in SetSystemTime.
|
2012-03-12 10:45:47 +01:00 |
Marcus Meissner
|
98799741a2
|
comctl32: Mark internal symbols as hidden visibility.
|
2011-05-16 16:35:32 +02:00 |
Alexandre Julliard
|
2b4aeca70b
|
comctl32: Use the correct resource ids for cursors.
|
2010-10-18 19:08:37 +02:00 |
Nikolay Sivov
|
4651624d35
|
comctl32/monthcal: Simplify parameter set of day of week calculation helper.
|
2009-10-12 13:00:30 +02:00 |
Nikolay Sivov
|
c8f35a136d
|
comctl32/monthcal: Fix the way a first day of week is handled.
|
2009-10-08 12:11:24 +02:00 |
Nikolay Sivov
|
9557376138
|
comctl32/datetime: Always store a recalculated day of week instead of a value passed in (DTM_SETSYSTEMTIME).
|
2009-10-01 11:35:06 +02:00 |
Nikolay Sivov
|
b0d3db5b29
|
comctl32/monthcal: Copy SYSTEMTIME with a simple assignment.
|
2009-09-28 12:41:30 +02:00 |
Nikolay Sivov
|
2c190ab438
|
include: Move some documented DPA definitions to public header, use PSDK names.
|
2009-09-10 10:52:29 +02:00 |
Andrew Talbot
|
b898f8dd58
|
comctl32: Various const qualifier fixes.
|
2009-06-04 12:12:13 +02:00 |
Marcus Meissner
|
96412ee564
|
Annotate with allocation size attribute.
|
2008-09-05 11:22:26 +02:00 |
Mikołaj Zalewski
|
60a1e20ba8
|
comctl32: Don't print ERRs for reflected messages.
|
2008-07-22 13:25:08 +02:00 |
Mikołaj Zalewski
|
9aee00e8fa
|
comctl32: statusbar: WM_SETFONT should change the bar height.
|
2008-07-17 12:24:52 +02:00 |
Anatoly Lyutin
|
d8ab4af526
|
comctl32: Add HotTrackingColor into COMCTL32_SysColor structure.
|
2008-03-26 12:09:22 +01:00 |
Aric Stewart
|
bbc5757263
|
comctl32: Flesh out version info.
|
2007-09-10 15:29:47 +02:00 |
Mikołaj Zalewski
|
f53e314180
|
comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS_GetDispInfo[AW].
|
2007-07-20 11:36:59 +02:00 |
Mikołaj Zalewski
|
ffbf61ae55
|
comctl32: rebar: Test and fix the WM_SIZE handler and REBAR_ForceResize.
|
2007-02-20 11:43:13 +01:00 |
Mikołaj Zalewski
|
8cbca5dcfd
|
comctl32: toolbar: If wParam in TB_ADDBUTTON is large, enlarge the
bitmap before ImageList_AddMasked rather then call
ImageList_SetImagesCount after.
|
2006-09-26 11:38:35 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Saulius Krasuckas
|
ab71fada12
|
comctl32: Increase FILEVERSION up to 5.81.4704.1100.
|
2006-05-08 14:48:45 +02:00 |
Mikołaj Zalewski
|
c5b27fa97b
|
comctl32: Add Str_SetPtrWtoA analogue to Str_SetPtrAtoW.
|
2006-04-19 19:24:43 +02:00 |
Frank Richter
|
fc4b08d5fc
|
Unregister theming subclasses at comctl32 shutdown; should fix
reported re-registration errors.
|
2005-09-12 11:10:58 +00:00 |
Frank Richter
|
7d00bb387e
|
Added some generic code to allow subclassing (for the purpose of
theming) of standard controls.
|
2005-07-27 10:54:49 +00:00 |
Mike McCormack
|
882bc4d18d
|
Warning fixes for -Wmissing-declarations and -Wwrite-strings.
|
2005-06-09 09:50:56 +00:00 |
Robert Shearman
|
9cfb943561
|
Implement SetPathWordBreakProc and MirrorIcon.
|
2004-10-19 22:59:59 +00:00 |
Robert Shearman
|
e18a31eb4c
|
Add 16x16 error, info and warning icons.
|
2004-09-07 20:43:30 +00:00 |
Kevin Koltzau
|
c95959dc7f
|
Fix bug with chained messages.
|
2004-09-06 20:26:04 +00:00 |
Kevin Koltzau
|
59302aed35
|
Make SetWindowSubclass behave with SetWindowLong subclasses.
Allow unlimited number of subclasses.
Correct issue when SendMessage is called from within a subclass proc.
Add regression test.
|
2004-08-22 22:29:37 +00:00 |
Robert Shearman
|
4c1438a70e
|
- Implement insert marks.
- Rearrange TOOLBAR_INFO.
|
2004-08-19 19:58:49 +00:00 |
Filip Navara
|
c8aba95f50
|
- Let the subclassing stack grow the opposite way to make the code
more transparent.
- Remove SubclassWndProc and move its logic to DefSubclassProc.
|
2004-05-17 19:48:24 +00:00 |
Maxime Bellengé
|
d19e264640
|
Implemented PSH_WIZARD97_OLD and PSH_WIZARD97_NEW property sheet
styles.
|
2004-05-10 21:26:04 +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 |
Robert Shearman
|
dd72963949
|
- Implement the drag list control.
- Fix tabs in LBItemFromPt.
|
2004-03-09 23:26:44 +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
|
10aacbf3ef
|
Renamed the COMCTL32_* functions to use the exported name.
|
2003-09-17 22:42:04 +00:00 |
Alexandre Julliard
|
f5cb3dde17
|
Moved undocumented functions out of the exported commctrl.h.
|
2003-09-17 20:15:21 +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 |
Stefan Leichter
|
c7a539d8e1
|
Updated minor version number.
|
2003-09-04 00:04:16 +00:00 |
Dimitrie O. Paun
|
9c50730354
|
Get rid of generic notification support in comctrl32. The MS docs were
misleading in that all controls send these notifications. They don't.
|
2002-12-10 19:07:59 +00:00 |
György 'Nog' Jeney
|
f9c011193e
|
Implemented {G|S}etWindowSubClass, DefSubclassProc,
RemoveWindowSubclass.
|
2002-10-02 20:01:01 +00:00 |
Gyorgy 'Nog' Jeney
|
c2c03b022d
|
- Unicodeify control.
- use void instead of VOID.
- Pass infoPtr around instead of HWND.
- Implement most of the control.
|
2002-09-17 18:30:07 +00:00 |
Dimitrie O. Paun
|
1c628e06b9
|
Add generic notification support for the common controls.
|
2002-09-06 18:33:18 +00:00 |
Vincent Béron
|
9a62491660
|
Removed trailing whitespace.
|
2002-05-31 23:06:46 +00:00 |
Guy L. Albertelli
|
35d8e1ec0a
|
- Keep track of all system colors used by comctl32.dll.
- Provide routine to support the WM_SYSCOLORCHANGE message.
|
2002-04-05 21:14:05 +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 |
Gerard Patel
|
8b21b6b33a
|
Added version info.
|
2001-03-16 16:50:24 +00:00 |
Eric Kohl
|
7379b89185
|
Removed calls to internal (non-exported) wine functions.
|
2000-11-25 01:27:42 +00:00 |
Eric Kohl
|
b7546b6831
|
New unicode support functions.
|
2000-11-15 22:14:43 +00:00 |
Eric Kohl
|
dbbc224f11
|
Added header control cursors and drag list arrow icon.
|
2000-11-09 20:26:34 +00:00 |
Eric Kohl
|
ea9d4ce246
|
Implemented toolbar customization dialog.
|
2000-11-07 20:30:11 +00:00 |