11/***************************************************************************
2- * Copyright (c) 2024 Microsoft Corporation
3- *
2+ * Copyright (c) 2024 Microsoft Corporation
3+ * Copyright (c) 2026-present Eclipse ThreadX contributors
4+ *
45 * This program and the accompanying materials are made available under the
56 * terms of the MIT License which is available at
67 * https://opensource.org/licenses/MIT.
7- *
8+ *
89 * SPDX-License-Identifier: MIT
910 **************************************************************************/
1011
3637/* Please note that basic data type definitions and other architecture-*/
3738/* specific information is contained in the file gx_port.h. */
3839/* */
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- /* */
12440/**************************************************************************/
12541
12642#ifndef GX_API_H
@@ -142,9 +58,9 @@ extern "C" {
14258
14359#define AZURE_RTOS_GUIX
14460#define GUIX_MAJOR_VERSION 6
145- #define GUIX_MINOR_VERSION 4
146- #define GUIX_PATCH_VERSION 5
147- #define GUIX_BUILD_VERSION 202504
61+ #define GUIX_MINOR_VERSION 5
62+ #define GUIX_PATCH_VERSION 0
63+ #define GUIX_BUILD_VERSION 202601
14864#define GUIX_HOTFIX_VERSION ' '
14965
15066/* The following symbols are defined for backward compatibility reasons.*/
@@ -1402,7 +1318,7 @@ typedef struct GX_PROGRESS_BAR_INFO_STRUCT
14021318 GX_RESOURCE_ID gx_progress_bar_fill_pixelmap ;
14031319} GX_PROGRESS_BAR_INFO ;
14041320
1405- /* Define circular gauge information structure, this structure is used to
1321+ /* Define circular gauge information structure, this structure is used to
14061322 define the appearance of the circular gauge widget. */
14071323typedef struct GX_CIRCULAR_GAUGE_INFO_STRUCT
14081324{
0 commit comments