Alex Priem
504cfe51d3
InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
2000-01-12 04:55:27 +00:00
Alexandre Julliard
74e4a28a34
Built-in DLLs resources are now specified in spec file.
...
Removed unnecessary flags in built-in DLLs tables.
2000-01-09 04:20:31 +00:00
Alex Priem
f1a3f1752d
- When processing WM_PAINT messages, the treeview might sometimes use
...
the wrong hdc. Fixed.
- Better checking for TREEVIEW_INFO *infoPtr=NULL.
Similar to code in toolbar.c
- Other small fixes (subclassed edit control).
2000-01-05 01:48:56 +00:00
Alexandre Julliard
b7c84d3b22
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented WM_SIZE message support. Optimized drawing to use
precalculated size values rather than recalculating during each call
of MONTHCAL_Refresh.
2000-01-04 00:30:21 +00:00
Francois Gouget
e73b8b84ba
Wrapped some strings in a debugstr_* call.
...
Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
Removed redundant 'L's for Unicode strings.
Tried to harmonize the traces a little bit.
1999-12-26 00:40:37 +00:00
Francois Gouget
7e5f828b12
Better support very long strings by avoiding to copy them in a fixed
...
size buffer (one exception partly remains: callback strings).
Raise the buffer size to 512 characters.
Merge the handling of item 0 and other items together in GetItemA to
reduce code duplication.
1999-12-25 22:57:17 +00:00
Huw D M Davies
f35356db11
DPA_DeletePtr was resizing the array to a too small size.
1999-12-25 22:51:53 +00:00
Ian Schmidt
c5af796977
Corrected background color and fixed leaking GDI brush.
1999-12-20 04:00:52 +00:00
Shaun Morris
271f522fa9
Implemented _TrackMouseEvent for the TME_LEAVE flag.
1999-12-20 03:48:25 +00:00
Andreas Mohr
7fb732e597
Fixed compiler warnings.
1999-12-12 00:47:51 +00:00
Dimitrie O. Paun
dd03cc19fd
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
...
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
1999-12-08 03:56:23 +00:00
Francois Gouget
42d4f30156
Whenever we do an strncpy we should make sure we put a '\0' at the end
...
of the buffer.
1999-12-05 23:11:47 +00:00
Huw D M Davies
bbe263b68b
Added stubs for several MRU list functions and documented some others.
1999-12-04 04:01:41 +00:00
Huw D M Davies
2553976309
Fixes off by one error in item insertion.
1999-12-04 03:59:33 +00:00
Alexandre Julliard
08afc1a5ed
Serge Ivanov
...
Pierre Mageau
Thy Nguyen
Don Kelly
Noomen Hamza
Lots of bug fixes and new features in property sheets.
1999-11-28 21:01:47 +00:00
Niels Kristian Bech Jensen
c69a80c31d
Compiler warnings fixed.
1999-11-28 20:31:04 +00:00
Dave Pickles
df66b90f12
Prevent a crash if messages are sent to a toolbar window before
...
WM_NCCREATE or after WM_DESTROY.
1999-11-28 20:14:49 +00:00
Alex Priem
e6e71ad4e6
- (final?) update of TreeView_* macro's.
...
- implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
- fixed some typo's
- custom draw enhancements
- implementation of state images
- implementation of TVS_CHECKBOXES
1999-11-28 19:50:01 +00:00
Eric Kohl
426e812ba0
Fixed some visual toolbar bugs.
1999-11-28 19:48:57 +00:00
Eric Kohl
69a93593b0
- first 'dummy' implementation of ImageList_Read
1999-11-23 23:40:01 +00:00
Eric Kohl
70e0969eeb
- added version messages
1999-11-23 23:38:22 +00:00
Eric Kohl
663921f97c
- implemented LBItemFromPt
1999-11-23 23:35:12 +00:00
Eric Kohl
2b51c94674
- implemented simple column order array functionality
...
- implemented some virtual listview notifications
1999-11-23 23:32:03 +00:00
Eric Kohl
33910f17ff
- minor update to mru list functions
...
- stubs for COMCTL32_411 to COMCTL32_413
1999-11-23 23:14:53 +00:00
Eric Kohl
81e314b14f
- added version messages and some simple get/set messages.
...
- added unicode messages
1999-11-23 22:33:41 +00:00
Alexandre Julliard
0bb2e5ab01
Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
...
Implemented current day circling. Fixed many bugs in the month
calender control including control spacing and alignment. Fixed
defines monthcal.h. Optimized control drawing and removed many
extranious redraws. Improved control behavior. Fixed inconsistent
formatting in both .c and .h files.
1999-11-21 02:04:09 +00:00
Eric Pouech
d183e4ac8c
Added undocumented feature to InsertButtonA.
...
Added dropdown button support.
1999-11-21 00:52:26 +00:00
Eric Pouech
331931a8ae
Fixed play back of uncompressed AVI file.
...
Fixed exiting conditions.
1999-11-21 00:51:54 +00:00
Alex Priem
07be70b456
- fixed crash when adding items with TVI_SORT and wineItem->pszText is
...
set to LPSTR_TEXTCALLBACK.
- ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
1999-11-21 00:47:43 +00:00
Juergen Schmied
111f0e35a4
- inserted markers for the bin2res tool
...
- reformated hexdump in shres.rc
1999-11-13 22:38:24 +00:00
Adrian Thurston
7d487c914f
Added validations for page index before using it.
1999-11-13 20:49:12 +00:00
Juergen Schmied
56403478c7
- unified templates for the open and the save dlg
...
- replaced buttons with a toolbar
1999-11-07 22:41:05 +00:00
David Grant
977392c4a2
- Proper initialization of cchTextMax field was added for
...
TVN_GETDISPINFO notification message.
- TVM_SETITEM should update 'mask' field to synchronize it with
current item state.
1999-11-07 05:36:44 +00:00
Eric Pouech
e72a9b65c7
Fixed SetTitleA when string resources were to be loaded.
1999-11-07 05:28:32 +00:00
Pierre Mageau
710541fa08
- Fixed an error for scrolling in Listview (sometimes a column would
...
not be visible) due to my last checkin.
- Fixed an error for the header control when the Listview is resized with WM_SIZE
- Fixed the scrolling for small and large icon (this broke because of
the use of SB_PAGE in scrollInfo)
- Added a patch made by Noomen Hamza to update the item width when
adding a new item
1999-11-07 05:25:58 +00:00
Ulrich Czekalla
d11d6e2085
Set proper item focus on DeleteItem.
...
Clean up edit label implementation.
1999-11-04 01:42:36 +00:00
Thuy Nguyen
ac514e1ad0
PSM_ADDPAGE returns TRUE or FALSE.
1999-10-31 18:29:47 +00:00
Pierre Mageau
382060dcb2
In report view mode of the listview control, implemented the
...
horizontal scrollbar functionality.
1999-10-31 17:35:47 +00:00
Thuy Nguyen
a7de24baa0
Fill in the hwndFrom field of the NMHDR structure when sending
...
notifications.
1999-10-31 17:33:50 +00:00
Thuy Nguyen
709b083824
Wizard mode property sheets have a tab control.
1999-10-31 02:24:29 +00:00
Ulrich Czekalla
dfd13e2fb6
- Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
...
- Treeview: colors returned by TVM_GET**COLOR are mixed up.
1999-10-31 01:52:42 +00:00
Noomen Hamza
8d2e0bb772
Selected button within tab control will be painted with the right
...
color brush.
1999-10-31 01:43:25 +00:00
Pierre Mageau
86c507d606
Do not send two PSN_KILLACTIVE messages.
1999-10-31 01:40:28 +00:00
Patrik Stridvall
d7da486c96
Added spec file declarations for already implemented functions.
1999-10-24 21:35:16 +00:00
Pierre Mageau
9f295f127e
Added the functionality of the thumb track.
1999-10-24 17:24:27 +00:00
Ulrich Czekalla
6966c65b87
PropertySheet didn't destroy page dialog's window while removing page.
1999-10-23 23:59:47 +00:00
Pierre Mageau
50f8e4b171
Update the item width upon a new column in the header control.
1999-10-23 23:57:42 +00:00
Joshua Thielen
0c1dea0841
Fixed tooltips positioning.
1999-10-23 19:59:55 +00:00
Adrian Thurston
a0240cad52
Proper resource support for dialog title.
1999-10-23 18:59:01 +00:00
Ulrich Czekalla
c2983025d5
Implementation of edit labels.
1999-10-23 18:53:25 +00:00