Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix egregiously bad comments that were frustrating | Bob Arnson | 2024-07-15 | 1 | -1/+1 |
| | |||||
* | Prevent unnecessary refreshes that move focus. | Bob Arnson | 2024-07-12 | 1 | -6/+9 |
| | | | | | | | | | | | Spillover from having more interactive controls. In WiX v3, showing a page moved the focus as a typical person might expect. When WiX v4 added interactivity, the same code was used to update controls (e.g., when checking a checkbox set a property used in a `VisibleCondition` or `EnableCondition` for another control on the same page). This change prevents the focus-setting behavior if the same page is being shown. Fixes https://github.com/wixtoolset/issues/issues/8144 | ||||
* | Move the BootstrapperApplication out of proc | Rob Mensching | 2024-03-06 | 1 | -2/+2 |
| | |||||
* | Fix double-free bugs in thmutil. | Sean Hall | 2023-02-19 | 1 | -3/+3 |
| | | | | Fixes 7231 | ||||
* | Stop Richedit control from scrolling during load. | Bob Arnson | 2023-01-10 | 1 | -1/+1 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/7113. | ||||
* | Disallow attributes in Billboard/Panel. | Bob Arnson | 2022-09-15 | 1 | -0/+14 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6893. | ||||
* | Add more burn E2E tests. | Sean Hall | 2022-09-15 | 1 | -2/+0 |
| | | | | | | | | Fix bug where first splash screen wasn't closed. Fix bug where billboard only started the first time. Fix bug where the restart status was lost when the exit code was an error. Fix bug where the hash byte array length was compared to the hash string length (string is twice as long). Fix bug where Burn didn't give update hash if the first byte was 0. | ||||
* | Restrict panels to static controls. | Bob Arnson | 2022-08-29 | 1 | -52/+57 |
| | | | | Fixes https://github.com/wixtoolset/issues/issues/6635. | ||||
* | Allow wixstdba special controls to have declarative text. | Sean Hall | 2022-08-10 | 1 | -80/+87 |
| | | | | Fixes 6855 | ||||
* | Use IFileOpenDialog instead of SHBrowseForFolder and GetOpenFileName. | Sean Hall | 2022-08-10 | 1 | -37/+30 |
| | | | | It is the recommended option since Vista and has better long path support. | ||||
* | Add MemSizeChecked. | Sean Hall | 2022-05-31 | 1 | -3/+8 |
| | |||||
* | Fix themes to account for UnsafeUninstall action. | Sean Hall | 2022-03-16 | 1 | -4/+2 |
| | |||||
* | ListView controls can have a different image list for different modes. | Sean Hall | 2021-11-10 | 1 | -3/+3 |
| | |||||
* | Move ImageList element back under Theme since it's not a control. | Sean Hall | 2021-11-10 | 1 | -4/+4 |
| | |||||
* | Go back to thmutil not interfering with wixstdba controls. | Sean Hall | 2021-11-10 | 1 | -20/+18 |
| | |||||
* | Use DefDlgProc in thmutil. | Sean Hall | 2021-11-01 | 1 | -9/+25 |
| | | | | #5927 | ||||
* | Avoid using control ids inside of thmutil. | Sean Hall | 2021-11-01 | 1 | -375/+275 |
| | |||||
* | Add CS_HREDRAW and CS_VREDRAW to fix painting issues when resizing. | Sean Hall | 2021-11-01 | 1 | -0/+20 |
| | |||||
* | Make thmutil automatically load controls during window creation. | Sean Hall | 2021-11-01 | 1 | -42/+95 |
| | | | | Add control loaded event. | ||||
* | Add more thmutil window messages to simplify handling control events. | Sean Hall | 2021-11-01 | 1 | -89/+213 |
| | |||||
* | Allow more customization of control ids in thmutil. | Sean Hall | 2021-11-01 | 1 | -24/+51 |
| | | | | | Allow BAFunctions to set control ids. Make sure control ids don't collide. | ||||
* | Fix bug where theme window didn't enlarge client area for default DPI. | Sean Hall | 2021-06-04 | 1 | -9/+33 |
| | |||||
* | Support multiple thmutil in same process. | Sean Hall | 2021-06-04 | 1 | -15/+30 |
| | |||||
* | Add thmutil Image element to allow specifying multiple resolutions. | Sean Hall | 2021-06-04 | 1 | -25/+357 |
| | | | | | | Rename previous Image element to ImageListItem. Last partial fix for #6155 | ||||
* | Allow arbitrary strings for thmutil Font ids. | Sean Hall | 2021-06-04 | 1 | -16/+36 |
| | |||||
* | Require separate images for thmutil graphic Buttons and Progressbars. | Sean Hall | 2021-06-04 | 1 | -174/+358 |
| | |||||
* | Add THEME_IMAGE_REFERENCE to thmutil. | Sean Hall | 2021-06-04 | 1 | -64/+264 |
| | |||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 1 | -94/+213 |
| | | | | | Partial fix for #6155 Fixes #4106 | ||||
* | Enforce schema restrictions for numeric and image thmutil attributes. | Sean Hall | 2021-06-04 | 1 | -431/+562 |
| | |||||
* | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 2021-06-04 | 1 | -101/+144 |
| | |||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 1 | -0/+5709 |