Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add fixed buffer butil APIs. | Sean Hall | 2021-07-19 | 1 | -8/+73 |
| | |||||
* | Fix more 32-bit assumptions. | Sean Hall | 2021-07-19 | 1 | -7/+5 |
| | | | | Use strutil to return value in BundleGetBundleInfo. | ||||
* | Refactor butil while cleaning up other things. | Sean Hall | 2021-07-18 | 2 | -9/+174 |
| | |||||
* | Allow access to persisted variables from related bundles. | Jacob Hoover | 2021-07-18 | 2 | -2/+17 |
| | | | | Implements #3704 | ||||
* | Add thmutil Image element to allow specifying multiple resolutions. | Sean Hall | 2021-06-04 | 1 | -0/+14 |
| | | | | | | Rename previous Image element to ImageListItem. Last partial fix for #6155 | ||||
* | Allow arbitrary strings for thmutil Font ids. | Sean Hall | 2021-06-04 | 1 | -0/+3 |
| | |||||
* | Require separate images for thmutil graphic Buttons and Progressbars. | Sean Hall | 2021-06-04 | 1 | -13/+31 |
| | |||||
* | Add THEME_IMAGE_REFERENCE to thmutil. | Sean Hall | 2021-06-04 | 1 | -6/+29 |
| | |||||
* | In thmutil when drawing images, use GDI+ and the actual dimensions. | Sean Hall | 2021-06-04 | 2 | -1/+7 |
| | | | | | Partial fix for #6155 Fixes #4106 | ||||
* | Enforce schema restrictions for numeric and image thmutil attributes. | Sean Hall | 2021-06-04 | 1 | -2/+17 |
| | |||||
* | Require children of thmutil Billboard elements to be BillboardPanel. | Sean Hall | 2021-06-04 | 2 | -0/+13 |
| | |||||
* | Add ability to suppress pfnTraceErrorCallback for the current thread. | Sean Hall | 2021-05-11 | 1 | -0/+17 |
| | | | | | | Suppress BurnTraceError while logging errors from BurnTraceError. #6378 | ||||
* | Move dutil into libs/dutil | Rob Mensching | 2021-04-29 | 58 | -0/+6652 |