Mike McCormack
|
f7cf32eb4d
|
Make the tab order in msi dialogs right.
|
2005-06-30 10:20:40 +00:00 |
Mike McCormack
|
6b68532ccf
|
Repaint the area behind the "transparent" text control when it
changes.
|
2005-06-27 18:46:22 +00:00 |
Mike McCormack
|
2250fce60f
|
Implement transparency in the text control.
|
2005-06-24 11:34:43 +00:00 |
Mike McCormack
|
7e3918d53e
|
Make the MSI icon control work.
|
2005-06-23 16:43:38 +00:00 |
Mike McCormack
|
9251b2c6b5
|
Make tabs work in msi dialogs.
|
2005-06-20 14:11:43 +00:00 |
Marcus Meissner
|
7ac39aa44b
|
Use a simpler expression for the "RichEdit20W" string to workaround
compiler bug.
|
2005-06-17 20:54:42 +00:00 |
Mike McCormack
|
a677ac554f
|
Added support for the MSI MaskEdit control.
|
2005-06-16 20:37:53 +00:00 |
Mike McCormack
|
f5ae644fc2
|
Use a richedit control for license text.
|
2005-06-07 20:30:02 +00:00 |
Mike McCormack
|
454dff6fb4
|
Fix radio button groups. Don't add the WS_GROUP style to every
window.
|
2005-06-07 20:04:21 +00:00 |
Mike McCormack
|
b402f04851
|
Use standard lists in the event subscription code.
|
2005-06-06 15:40:15 +00:00 |
Alexandre Julliard
|
4ca26536a9
|
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Allow dialog controls to subscribe to installer events.
|
2005-06-04 09:48:47 +00:00 |
Mike McCormack
|
a6c8e4e498
|
Take the dialog frame into account when calculating the dialog size.
|
2005-06-04 09:35:37 +00:00 |
Mike McCormack
|
07b19112e5
|
Use MSI_QueryGetRecord in one more place.
|
2005-06-02 19:40:45 +00:00 |
Mike McCormack
|
6309892499
|
Create a helper function to fetch a single record from a query.
|
2005-06-02 10:29:28 +00:00 |
Alexandre Julliard
|
955e589ed0
|
Authors: Aric Stewart <aric@codeweavers.com>, Mike McCormack <mike@codeweavers.com>
Fix handling of checkbox properties.
|
2005-06-01 19:48:48 +00:00 |
Mike McCormack
|
64de949cdd
|
More -Wmissing-declarations and -Wwrite-strings warning fixes.
|
2005-05-31 09:30:28 +00:00 |
Aric Stewart
|
fa468e64d5
|
Fix a few leaking object handles.
|
2005-05-09 19:33:50 +00:00 |
Mike McCormack
|
07c74d07f3
|
Make sure that dialogs are only created and destroyed in a single
thread.
|
2005-04-27 10:16:57 +00:00 |
Mike McCormack
|
499a887d0f
|
Load and display bitmaps in the dialogs.
|
2005-04-11 12:47:20 +00:00 |
Francois Gouget
|
6b10c324c5
|
Assorted spelling fixes.
|
2005-03-30 17:08:31 +00:00 |
Peter Berg Larsen
|
e732fc023d
|
Janitorial: Get rid of strncpy/strncpyW.
|
2005-03-28 14:17:51 +00:00 |
Mike McCormack
|
bf0f6a22d2
|
Make sure there's only one place we allocate dialog controls.
|
2005-03-24 15:09:31 +00:00 |
Mike McCormack
|
95dea4969a
|
- Rename dupstrW to strdupW, and remove duplicate definition.
- Move definition of string manipulation functions to msipriv.h.
|
2005-03-16 11:31:35 +00:00 |
Ulrich Czekalla
|
64db533173
|
Add support for radio buttons.
|
2005-03-04 12:32:08 +00:00 |
Mike McCormack
|
3988d9c53b
|
Add a border to the edit control, add some more controls.
|
2005-02-16 16:25:36 +00:00 |
Mike McCormack
|
34d4a02bc5
|
- add support for Edit boxes in MSI dialogs
- run the message loop when waiting for threads or processes
|
2005-02-09 13:24:31 +00:00 |
Mike McCormack
|
e7488b8f79
|
- fix the dialog font
- allow waiting on a handle while running the message loop
|
2005-02-08 12:55:47 +00:00 |
Mike McCormack
|
fe0f128d06
|
- implement checkboxes in dialogs
- use TextStyle enumeration instead of numbers
- fix MSI_IterateRecords to return the correct count
|
2005-02-03 10:41:59 +00:00 |
Mike McCormack
|
fd91013b46
|
Add more dialog controls, do something when they're clicked on.
|
2005-02-02 09:55:51 +00:00 |
Mike McCormack
|
479213c455
|
Implement MsiPreviewDialog.
|
2005-01-28 12:39:57 +00:00 |