Commit Graph

3602 Commits

Author SHA1 Message Date
Alexandre Julliard 64f4c4161c comctl32: Convert dialogs to po files. 2011-12-05 20:38:21 +01:00
Nikolay Sivov dfbe664548 comctl32/listview: Create header when LVS_EX_GRIDLINES style is set. 2011-12-05 12:23:24 +01:00
Alexandre Julliard 682b03731c comctl32: Fix text wrapping in syslink when an item starts in the middle of a line. 2011-12-01 20:30:16 +01:00
Alex Henrie d8906da528 comctl32: Update Catalan translation. 2011-11-30 12:22:12 +01:00
Frédéric Delanoy 954e6eba7e comctl32: Avoid hardcoding array lengths. 2011-11-22 10:53:33 +01:00
Alexandre Julliard e6cf9fbcc2 comctl32: Merge imagelist definitions into the C file. 2011-11-21 11:47:24 +01:00
Alexandre Julliard d0b1b4c7b0 comctl32: Avoid accessing imagelist internals. 2011-11-21 11:43:06 +01:00
Alexandre Julliard ee462a7801 comctl32: Take the total bitmap size into account when reading a bottom-up image list. 2011-11-21 11:42:48 +01:00
Frédéric Delanoy eae3c2ae27 comctl32: Avoid hardcoding array lengths. 2011-11-18 15:36:53 +01:00
Alexandre Julliard 11c2150dd9 comctl32/syslink: Wrap the link text on \n characters. 2011-11-18 14:26:17 +01:00
Alexandre Julliard d8241b8db6 comctl32: Avoid losing the color masks in CreateMappedBitmap. 2011-11-16 20:26:30 +01:00
Alexandre Julliard 73b9dc98eb comctl32: Setup the alpha channel also when reading an imagelist from a stream. 2011-11-15 22:11:15 +01:00
Alexandre Julliard 4c785235d0 comctl32: Add a couple of DIB helper functions for imagelists. 2011-11-15 22:10:45 +01:00
Michael Stefaniuc 43a95a9b03 include: Fixup "long" numeric constants in commctrl.h. 2011-11-09 11:35:25 +01:00
Henri Verbeet b99a2a9ff8 comctl32: Avoid using __FUNCTION__ in ranges_check. 2011-11-07 11:32:38 +01:00
Michael Stefaniuc e443948d94 comctl32: Drop 'inline' from a function using sigsetjmp. 2011-10-31 23:53:41 +01:00
Huw Davies 66fe4e74cb comctl32: Initialise the mask's colour table. 2011-10-28 17:26:56 +02:00
Alex Henrie 83c72e874a comctl32: Add Catalan translation. 2011-10-20 11:04:59 +02:00
Nikolay Sivov 482d80cf16 comctl32/tests: Make state data accessible to caller (Valgrind). 2011-10-18 15:12:47 +02:00
Nikolay Sivov ea96417f83 comctl32/monthcal: Update pointer after reallocation (Valgrind). 2011-10-18 15:12:37 +02:00
Francois Gouget 07cfe3ea51 comctl32/tests: Make impl_from_IStream() static. 2011-10-13 19:57:19 +02:00
Peter Schellenbach 9751a946e3 comctl32/statusbar: Fixed missing icon in owner draw panels. 2011-10-08 20:22:24 +02:00
Marko Nikolic 154d088eb9 comctl32/tests: Removed sign comparison warning in datetime tests. 2011-10-06 12:27:39 -05:00
Marko Nikolic b76e2daec2 comctl32/tests: Removed sign comparison warning in dpa tests. 2011-10-06 12:26:51 -05:00
Nikolay Sivov 1bc331f31f comctl32/treeview: Free checkbox imagelist when control is about to be killed. 2011-10-03 14:39:03 -05:00
Nikolay Sivov ce6819d93d comctl32/tests: Fix a test that depends on control size. 2011-10-03 11:26:55 -05:00
Nikolay Sivov 40c783fcc1 comctl32/monthcal: After notification safely free buffer allocated on heap. 2011-10-03 09:45:33 -05:00
Nikolay Sivov 5e2ede6c4d comctl32/monthcal: Also invalidate today label while setting new today date. 2011-09-30 10:31:03 -05:00
Nikolay Sivov c28a1d019d comctl32/monthcal: Fix week numbers background color. 2011-09-30 10:30:57 -05:00
Michael Stefaniuc d8213b468a comctl32/tests: Don't accept Win95 behavior. 2011-09-27 16:24:26 +02:00
Michael Stefaniuc af27b03967 comctl32/tests: Standardize COM in imagelist.c. 2011-09-27 16:24:26 +02:00
Francois Gouget bd7b345b26 Assorted spelling fixes & co. 2011-09-27 11:00:13 +02:00
Francois Gouget 3de330db54 tests: Remove unneeded assert.h includes. 2011-09-27 10:59:56 +02:00
Francois Gouget 76b6c8f517 comctl32: Send a WM_CTLCOLORSTATIC message and erase the background while painting. 2011-09-26 22:42:02 +02:00
Francois Gouget e6368a040c comctl32/tests: Add basic tests for the SysLink control. 2011-09-26 22:42:02 +02:00
Nikolay Sivov 6766535408 comctl32/monthcal: Fix jump to today date. 2011-09-23 14:19:31 +02:00
Nikolay Sivov d3758e02b8 comctl32/monthcal: Properly adjust day of week in MCM_SETCURSEL. 2011-09-23 14:19:25 +02:00
Nikolay Sivov d6349844e6 comctl32/monthcal: Correct MCM_SETTODAY handler return value. 2011-09-23 14:19:18 +02:00
Nikolay Sivov efbb419621 comctl32/monthcal: Fix some day state problems. 2011-09-23 14:19:13 +02:00
Nikolay Sivov b11208e5f8 comctl32/monthcal: Fix MCM_GETMONTHRANGE with regard to multiple calendars and parameter handling. 2011-09-23 14:19:07 +02:00
Francois Gouget 701415f045 comctl32: Not visited links use HotTrackingColor for the text. 2011-09-22 19:51:50 +02:00
Nikolay Sivov 23dfef0d9e comctl32/monthcal: Enable multiple calendars support. 2011-09-22 19:51:50 +02:00
Nikolay Sivov 229d4e2109 comctl32/monthcal: Fix today date box painting. 2011-09-20 16:21:40 +02:00
Nikolay Sivov 57a70f4924 comctl32/monthcal: Fix today label position. 2011-09-20 16:21:40 +02:00
Nikolay Sivov 0d3b04d033 comctl32/monthcal: Implement MCM_GETCALENDARCOUNT. 2011-09-20 16:21:40 +02:00
Francois Gouget 01378c5c8e comctl32: Don't crash when getting a bad image list handle. 2011-09-19 18:32:51 +02:00
Nikolay Sivov ca533fca8c comctl32/monthcal: Fix MCM_SETSELRANGE for multiple calendars case. 2011-09-19 17:56:05 +02:00
Nikolay Sivov 2c6443ae57 comctl32/monthcal: Fix MCM_SETCURSEL for multiple calendars case. 2011-09-19 17:56:05 +02:00
Nikolay Sivov b83d9b3261 comctl32/monthcal: Fix hittesting in blank areas of multiple calendars case. 2011-09-19 17:56:05 +02:00
Nikolay Sivov fec346b36d comctl32/monthcal: Properly compute maximum date for control. 2011-09-15 15:41:41 +02:00
Nikolay Sivov e716421393 comctl32/monthcal: Store calendars matrix dimensions instead of overall count. 2011-09-15 15:41:41 +02:00
Francois Gouget 5464d5423a comctl32/tests: Use the PROPSHEETHEADERA_V1_SIZE macros for compatibility with old comctl32 versions. 2011-09-09 16:10:31 +02:00
Francois Gouget 31a24ca7af comctl32: Fix the wizard and property sheet dialog styles. 2011-09-08 20:08:06 +02:00
Francois Gouget 325275304c comctl32/tests: Check the styles of the wizard and property sheet dialogs. 2011-09-08 20:07:51 +02:00
Gerald Pfeifer a17463b1e4 comctl32: Remove dead code from MONTHCAL_HitTest. 2011-09-08 11:22:04 +02:00
Nikolay Sivov 354d41685f comctl32/monthcal: Make day drawing helpers aware of multiple calendars. 2011-09-07 18:13:29 +02:00
Francois Gouget 6deccab6c9 comctl32: Property sheets must be able to redraw themselves even if no page is selected. 2011-09-06 12:23:55 +02:00
Andrew Talbot 92c408cd66 comctl32: Remove unneeded address-of operator from function name. 2011-08-30 11:54:40 +02:00
André Hentschel 030ea68963 comctl32/tests: Fix printing a NULL string. 2011-08-30 11:53:01 +02:00
Alexandre Julliard bd3b0e4f70 comctl32: Simplify the DIB byte width computation. 2011-08-29 12:08:21 +02:00
Andrew Talbot dd5a1913ae comctl32: Fix a logical operator typo. 2011-08-29 12:08:19 +02:00
Alexandre Julliard 2ebb30633e comctl32: Create the WinSxS manifest from a resource. 2011-08-25 15:34:16 +02:00
Owen Rudge 2d8ad31e22 comctl32: Fix incorrect use of border metrics. 2011-08-22 17:16:47 +02:00
Nikolay Sivov c13bf5a58c comctl32/treeview: Set edit box text before notification and keep it after. 2011-08-22 16:14:35 +02:00
Andrew Talbot 072ca07de9 comctl32: Remove redundant function declaration. 2011-08-22 16:14:32 +02:00
Andrew Talbot 8a4b7f9f22 comctl32: void functions should not return a value. 2011-08-22 16:14:31 +02:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Florian Köberle e68b9f9fc9 comctl32/header: Don't free the imagelist in HEADER_NCDestroy. 2011-08-04 09:06:54 +02:00
Florian Köberle 9a616111da comctl32/tests: Test that headers do not free their image list. 2011-08-04 09:06:51 +02:00
Richard Bradbrook 5495b53eb1 comctl32: Make ComboBoxEx draw its contents even when disabled. 2011-08-03 17:37:55 +02:00
Richard Bradbrook f9d9720d25 comctl32: Fix to ComboBoxEx processing of WM_ENABLE message. 2011-08-03 17:37:53 +02:00
Frédéric Delanoy f932abf326 dlls: Assorted spelling fixes. 2011-08-01 18:26:27 +02:00
André Hentschel a355121414 user32: Fix for finding nested default buttons. 2011-07-28 19:54:46 +02:00
André Hentschel f931f479bc comctl32: Remove dead increments (clang). 2011-07-28 11:28:51 +02:00
Austin English fbb0e18051 comctl32/tests: Remove win9x hacks. 2011-07-27 12:17:15 +02:00
Jay Yang e98cef491c comclt32: Ensure that item data is actually sent out with notifications. 2011-07-22 12:57:21 +02:00
Jeff Latimer f669cca999 comctl32: Improve the stub of TaskDialogIndirect to display a simple message box pending a full implementation. 2011-07-21 16:30:04 +02:00
Piotr Caban c47c62a802 comctl32: Don't invalidate item in LISTVIEW_SetItemT when its state has not changed. 2011-07-21 16:28:31 +02:00
Bellengé Maxime 8a947065dc comctl32: Don't reset trackbar thumb on a WM_SIZE message. 2011-07-20 19:23:05 +02:00
Nikolay Sivov 0a92c01a57 comctl32/listview: Don't invalidate list on LVM_SETBKCOLOR. 2011-07-20 19:23:05 +02:00
Nikolay Sivov 43a199d54d comctl32/listview: Don't invalidate list on LVM_SETTEXTCOLOR. 2011-07-20 19:23:05 +02:00
Nikolay Sivov 4fc8c44bf1 comctl32/listview: Don't invalidate list on LVM_SETTEXTBKCOLOR. 2011-07-20 19:23:05 +02:00
Nikolay Sivov 328368cba2 comctl32/tests: Test that edit box is not multiline. 2011-07-20 19:23:05 +02:00
Michael Stefaniuc 11e780ea07 comctl32/tests: Don't cast NULL to an int. 2011-07-19 18:26:21 +02:00
Nikolay Sivov a3ff177d7d comctl32/tests: Simplify a workaround for old module versions, add basic PSM_ADDPAGE test. 2011-07-06 17:03:51 +02:00
Nikolay Sivov 3969416808 comctl32/tests: Test more return values in tests (Clang). 2011-07-04 13:41:13 +02:00
Nikolay Sivov 6cf25732dd comctl32/monthcal: Remove unused variable (Clang). 2011-07-04 13:41:05 +02:00
Nikolay Sivov 7445dcee05 comctl32/treeview: Remove redundant initializer (Clang). 2011-07-04 13:41:00 +02:00
Nikolay Sivov 7d31d39f00 comctl32/tab: Make WM_RBUTTONUP reach default window procedure. 2011-07-04 13:40:43 +02:00
Piotr Caban 8c42ac319a comctl32: Fixed tab elements recognition. 2011-06-29 14:23:04 -05:00
Marcus Meissner 6b90f27d8f comctl32: Fixed strncpy (Coverity). 2011-06-28 11:57:51 -05:00
Piotr Caban 8669fa7308 comctl32: Make iterator_remove_common_items working on one range iterators. 2011-06-28 10:18:57 -05:00
Piotr Caban 7e3103199c comctl32: Prevent double theme closing when WM_DESTROY is called many times. 2011-06-27 15:07:14 -05:00
Piotr Caban 7d17bc55eb comctl32: Make themed button hot when mouse is over it. 2011-06-27 15:07:04 -05:00
Piotr Caban d2c9a5cfae comctl32: Improved setting button state. 2011-06-27 15:06:57 -05:00
Piotr Caban f831f77515 comctl32: Use vssym32.h instead of tmschema.h. 2011-06-27 15:06:49 -05:00
Jay Yang 30fa4cb5d0 comctl32: Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list. 2011-06-24 13:13:24 -05:00
Piotr Caban 7366d159fc comctl32: Don't redraw whole listview in double buffering mode. 2011-06-20 19:32:05 +02:00
Piotr Caban 02c224edf9 comctl32: Refresh listview after sorting. 2011-06-20 19:32:05 +02:00
Piotr Caban 1a67903b04 comctl32: Fix area invalidated by LISTVIEW_SetItemT. 2011-06-20 19:32:05 +02:00