|
1 | 1 | /*************************************************************************** |
2 | | - * Copyright (c) 2024 Microsoft Corporation |
3 | | - * |
| 2 | + * Copyright (c) 2024 Microsoft Corporation |
| 3 | + * Copyright (c) 2026-present Eclipse ThreadX contributors |
| 4 | + * |
4 | 5 | * This program and the accompanying materials are made available under the |
5 | 6 | * terms of the MIT License which is available at |
6 | 7 | * https://opensource.org/licenses/MIT. |
7 | | - * |
| 8 | + * |
8 | 9 | * SPDX-License-Identifier: MIT |
9 | 10 | **************************************************************************/ |
10 | 11 |
|
|
36 | 37 | /* Please note that basic data type definitions and other architecture-*/ |
37 | 38 | /* specific information is contained in the file gx_port.h. */ |
38 | 39 | /* */ |
39 | | -/* RELEASE HISTORY */ |
40 | | -/* */ |
41 | | -/* DATE NAME DESCRIPTION */ |
42 | | -/* */ |
43 | | -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ |
44 | | -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ |
45 | | -/* added line break status, */ |
46 | | -/* updated product constants, */ |
47 | | -/* modified controls blocks, */ |
48 | | -/* added new APIs, */ |
49 | | -/* resulting in version 6.1 */ |
50 | | -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ |
51 | | -/* display rotation support, */ |
52 | | -/* declare new APIs, */ |
53 | | -/* defined new status, */ |
54 | | -/* resulting in version 6.1.3 */ |
55 | | -/* 03-02-2021 Kenneth Maxwell Modified comment(s), */ |
56 | | -/* change scroll_wheel style */ |
57 | | -/* flag to status flag, */ |
58 | | -/* renamed */ |
59 | | -/* GX_STATUS_TRACKING_START to */ |
60 | | -/* GX_STATUS_TRACKING_PEN, */ |
61 | | -/* added rotation angle */ |
62 | | -/* definitions, changed */ |
63 | | -/* pixelmap rotation flag */ |
64 | | -/* definitions, */ |
65 | | -/* resulting in version 6.1.5 */ |
66 | | -/* 06-02-2021 Ting Zhu Modified comment(s), */ |
67 | | -/* added new widget type */ |
68 | | -/* GX_GENERIC_SCROLL_WHEEL, */ |
69 | | -/* added animation delete API, */ |
70 | | -/* added generic Dave2D */ |
71 | | -/* graphics accelerator */ |
72 | | -/* support, */ |
73 | | -/* resulting in version 6.1.7 */ |
74 | | -/* 08-02-2021 Ting Zhu Modified comment(s), added */ |
75 | | -/* GX_TICKS_SECOND definition */ |
76 | | -/* resulting in version 6.1.8 */ |
77 | | -/* 10-15-2021 Ting Zhu Modified comment(s), */ |
78 | | -/* updated patch number, */ |
79 | | -/* resulting in version 6.1.9 */ |
80 | | -/* 01-31-2022 Kenneth Maxwell Modified comment(s), */ |
81 | | -/* removed errant semicolons, */ |
82 | | -/* added new member to struct */ |
83 | | -/* GX_RADIAL_SLIDER_INFO, */ |
84 | | -/* added new member to */ |
85 | | -/* vertical and horizontal */ |
86 | | -/* list control blocks, */ |
87 | | -/* resulting in version 6.1.10 */ |
88 | | -/* 04-25-2022 Ting Zhu Modified comment(s), */ |
89 | | -/* added new member to struct */ |
90 | | -/* GX_DISPLAY_LAYER_SERVICES, */ |
91 | | -/* added new animation flag */ |
92 | | -/* GX_ANIMATION_BLOCK_MOVE, */ |
93 | | -/* resulting in version 6.1.11 */ |
94 | | -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ |
95 | | -/* added new style */ |
96 | | -/* GX_STYLE_REPEAT_SELECT, */ |
97 | | -/* resulting in version 6.1.12 */ |
98 | | -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ |
99 | | -/* removed unused style flag */ |
100 | | -/* GX_SCROLLBAR_BACKGROUND_ */ |
101 | | -/* TILE, */ |
102 | | -/* resulting in version 6.2.0 */ |
103 | | -/* 03-08-2023 Ting Zhu Modified comment(s), */ |
104 | | -/* updated patch version, */ |
105 | | -/* resulting in version 6.2.1 */ |
106 | | -/* 10-31-2023 Ting Zhu Modified comment(s), */ |
107 | | -/* added new APIs for loading */ |
108 | | -/* pixelmap and font from */ |
109 | | -/* standalone binary, */ |
110 | | -/* removed unused defines, */ |
111 | | -/* added partial canvas buffer */ |
112 | | -/* support, */ |
113 | | -/* resulting in version 6.3.0 */ |
114 | | -/* 12-31-2023 Ting Zhu Modified comment(s), */ |
115 | | -/* updated patch version, */ |
116 | | -/* resulting in version 6.4.0 */ |
117 | | -/* 03-01-2024 Ting Zhu Modified comment(s), */ |
118 | | -/* updated patch version, */ |
119 | | -/* resulting in version 6.4.1 */ |
120 | | -/* 02-19-2025 Fr�d�ric Desbiens Modified comment(s), */ |
121 | | -/* update version number, */ |
122 | | -/* resulting in version 6.4.2 */ |
123 | | -/* */ |
124 | 40 | /**************************************************************************/ |
125 | 41 |
|
126 | 42 | #ifndef GX_API_H |
@@ -1402,7 +1318,7 @@ typedef struct GX_PROGRESS_BAR_INFO_STRUCT |
1402 | 1318 | GX_RESOURCE_ID gx_progress_bar_fill_pixelmap; |
1403 | 1319 | } GX_PROGRESS_BAR_INFO; |
1404 | 1320 |
|
1405 | | -/* Define circular gauge information structure, this structure is used to |
| 1321 | +/* Define circular gauge information structure, this structure is used to |
1406 | 1322 | define the appearance of the circular gauge widget. */ |
1407 | 1323 | typedef struct GX_CIRCULAR_GAUGE_INFO_STRUCT |
1408 | 1324 | { |
|
0 commit comments