diff --git a/common/inc/gx_animation.h b/common/inc/gx_animation.h index f54cac42e..d304be7bc 100644 --- a/common/inc/gx_animation.h +++ b/common/inc/gx_animation.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,22 +37,12 @@ /* types and external references. It is assumed that gx_api.h and */ /* gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* added animation delete API, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ #ifndef GX_ANIMATION_H #define GX_ANIMATION_H +#if (GX_ANIMATION_POOL_SIZE > 0) #define GX_ANIMATION_SLIDE_LEFT 0x0001 #define GX_ANIMATION_SLIDE_RIGHT 0x0002 #define GX_ANIMATION_SLIDE_UP 0x0040 @@ -92,4 +83,5 @@ UINT _gxe_animation_stop(GX_ANIMATION *animation); UINT _gxe_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_step); #endif +#endif diff --git a/common/inc/gx_api.h b/common/inc/gx_api.h index b3d90d82e..49cbf7b3d 100644 --- a/common/inc/gx_api.h +++ b/common/inc/gx_api.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,91 +37,6 @@ /* Please note that basic data type definitions and other architecture-*/ /* specific information is contained in the file gx_port.h. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added line break status, */ -/* updated product constants, */ -/* modified controls blocks, */ -/* added new APIs, */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* declare new APIs, */ -/* defined new status, */ -/* resulting in version 6.1.3 */ -/* 03-02-2021 Kenneth Maxwell Modified comment(s), */ -/* change scroll_wheel style */ -/* flag to status flag, */ -/* renamed */ -/* GX_STATUS_TRACKING_START to */ -/* GX_STATUS_TRACKING_PEN, */ -/* added rotation angle */ -/* definitions, changed */ -/* pixelmap rotation flag */ -/* definitions, */ -/* resulting in version 6.1.5 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* added new widget type */ -/* GX_GENERIC_SCROLL_WHEEL, */ -/* added animation delete API, */ -/* added generic Dave2D */ -/* graphics accelerator */ -/* support, */ -/* resulting in version 6.1.7 */ -/* 08-02-2021 Ting Zhu Modified comment(s), added */ -/* GX_TICKS_SECOND definition */ -/* resulting in version 6.1.8 */ -/* 10-15-2021 Ting Zhu Modified comment(s), */ -/* updated patch number, */ -/* resulting in version 6.1.9 */ -/* 01-31-2022 Kenneth Maxwell Modified comment(s), */ -/* removed errant semicolons, */ -/* added new member to struct */ -/* GX_RADIAL_SLIDER_INFO, */ -/* added new member to */ -/* vertical and horizontal */ -/* list control blocks, */ -/* resulting in version 6.1.10 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added new member to struct */ -/* GX_DISPLAY_LAYER_SERVICES, */ -/* added new animation flag */ -/* GX_ANIMATION_BLOCK_MOVE, */ -/* resulting in version 6.1.11 */ -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ -/* added new style */ -/* GX_STYLE_REPEAT_SELECT, */ -/* resulting in version 6.1.12 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* removed unused style flag */ -/* GX_SCROLLBAR_BACKGROUND_ */ -/* TILE, */ -/* resulting in version 6.2.0 */ -/* 03-08-2023 Ting Zhu Modified comment(s), */ -/* updated patch version, */ -/* resulting in version 6.2.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added new APIs for loading */ -/* pixelmap and font from */ -/* standalone binary, */ -/* removed unused defines, */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* 12-31-2023 Ting Zhu Modified comment(s), */ -/* updated patch version, */ -/* resulting in version 6.4.0 */ -/* 03-01-2024 Ting Zhu Modified comment(s), */ -/* updated patch version, */ -/* resulting in version 6.4.1 */ -/* 02-19-2025 Fr�d�ric Desbiens Modified comment(s), */ -/* update version number, */ -/* resulting in version 6.4.2 */ -/* */ /**************************************************************************/ #ifndef GX_API_H @@ -142,9 +58,9 @@ extern "C" { #define AZURE_RTOS_GUIX #define GUIX_MAJOR_VERSION 6 -#define GUIX_MINOR_VERSION 4 -#define GUIX_PATCH_VERSION 5 -#define GUIX_BUILD_VERSION 202504 +#define GUIX_MINOR_VERSION 5 +#define GUIX_PATCH_VERSION 0 +#define GUIX_BUILD_VERSION 202601 #define GUIX_HOTFIX_VERSION ' ' /* The following symbols are defined for backward compatibility reasons.*/ @@ -1402,7 +1318,7 @@ typedef struct GX_PROGRESS_BAR_INFO_STRUCT GX_RESOURCE_ID gx_progress_bar_fill_pixelmap; } GX_PROGRESS_BAR_INFO; -/* Define circular gauge information structure, this structure is used to +/* Define circular gauge information structure, this structure is used to define the appearance of the circular gauge widget. */ typedef struct GX_CIRCULAR_GAUGE_INFO_STRUCT { @@ -5714,8 +5630,10 @@ UINT _gxe_string_scroll_wheel_string_list_set_ext(GX_STRING_SCROLL_WHEEL *wheel, INT string_count); UINT _gxe_system_active_language_set(GX_UBYTE language); +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_system_animation_get(GX_ANIMATION **animation); UINT _gxe_system_animation_free(GX_ANIMATION *animation); +#endif #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gx_system_bidi_text_enable(VOID); UINT _gx_system_bidi_text_disable(VOID); diff --git a/common/inc/gx_binres_loader.h b/common/inc/gx_binres_loader.h index d02ac1dde..78028e888 100644 --- a/common/inc/gx_binres_loader.h +++ b/common/inc/gx_binres_loader.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,19 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* defined macros to read */ -/* integer value, */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* declared new prototypes, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifndef GX_BINRES_LOADER_H diff --git a/common/inc/gx_button.h b/common/inc/gx_button.h index 62d833099..3a2631596 100644 --- a/common/inc/gx_button.h +++ b/common/inc/gx_button.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,15 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added new prototypes, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_BUTTON_H diff --git a/common/inc/gx_canvas.h b/common/inc/gx_canvas.h index 46b168b74..7bbba8d29 100644 --- a/common/inc/gx_canvas.h +++ b/common/inc/gx_canvas.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,17 +37,6 @@ /* types and external references. It is assumed that gx_api.h and */ /* gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added new declarations, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ #ifndef GX_CANVAS_H diff --git a/common/inc/gx_circular_gauge.h b/common/inc/gx_circular_gauge.h index ef451443b..4e0b4ad2c 100644 --- a/common/inc/gx_circular_gauge.h +++ b/common/inc/gx_circular_gauge.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_CIRCULAR_GAUGE_H diff --git a/common/inc/gx_context.h b/common/inc/gx_context.h index f1509bfd1..c9d461766 100644 --- a/common/inc/gx_context.h +++ b/common/inc/gx_context.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* data types and external references. It is assumed that gx_api.h */ /* and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_DRAW_CONTEXT_H diff --git a/common/inc/gx_display.h b/common/inc/gx_display.h index 31c7e6453..8ea01d9f6 100644 --- a/common/inc/gx_display.h +++ b/common/inc/gx_display.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,35 +37,6 @@ /* types and external references. It is assumed that gx_api.h and */ /* gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added rotated display */ -/* driver declarations, */ -/* resulting in version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* added 8bpp/32bpp rotated */ -/* display driver declarations,*/ -/* resulting in version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* added macro */ -/* GX_SET_32BPP_BLEND_FUNCTION,*/ -/* resulting in version 6.1.5 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* added language direction */ -/* table set declarations, */ -/* resulting in version 6.1.10 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* removed unused prototypes, */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifndef GX_DISPLAY_H diff --git a/common/inc/gx_drop_list.h b/common/inc/gx_drop_list.h index d5c414b44..ed0601216 100644 --- a/common/inc/gx_drop_list.h +++ b/common/inc/gx_drop_list.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_DROP_LIST_H diff --git a/common/inc/gx_icon.h b/common/inc/gx_icon.h index dce82db8a..9e32198f2 100644 --- a/common/inc/gx_icon.h +++ b/common/inc/gx_icon.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_ICON_H diff --git a/common/inc/gx_image_reader.h b/common/inc/gx_image_reader.h index c1ca719e4..11caaa972 100644 --- a/common/inc/gx_image_reader.h +++ b/common/inc/gx_image_reader.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,27 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), and */ -/* improved png decoding */ -/* performance, */ -/* resulting in version 6.1.7 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added definitions for fixed */ -/* size table dimensions, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), added */ -/* support for ARM Helium, */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) #ifndef GX_IMAGE_READER_H diff --git a/common/inc/gx_line_chart.h b/common/inc/gx_line_chart.h index 5d38085e5..2526f97d1 100644 --- a/common/inc/gx_line_chart.h +++ b/common/inc/gx_line_chart.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* types and external references. It is assumed that gx_api.h and */ /* gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_LINE_CHART_H diff --git a/common/inc/gx_menu.h b/common/inc/gx_menu.h index 5ee8a9c8c..3aec57af0 100644 --- a/common/inc/gx_menu.h +++ b/common/inc/gx_menu.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,17 +37,6 @@ /* and external references. It is assumed that gx_api.h and gx_port.h */ /* have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* declare menu event process, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ #ifndef GX_MENU_H diff --git a/common/inc/gx_multi_line_text_input.h b/common/inc/gx_multi_line_text_input.h index af1449865..cbcaa18d3 100644 --- a/common/inc/gx_multi_line_text_input.h +++ b/common/inc/gx_multi_line_text_input.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* component, including all data types and external references. It is */ /* assumed that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #define ID_TEXT_INPUT_TIMER 2 #define GX_MARK_TIMER 3 diff --git a/common/inc/gx_multi_line_text_view.h b/common/inc/gx_multi_line_text_view.h index 36738ec00..5908b3446 100644 --- a/common/inc/gx_multi_line_text_view.h +++ b/common/inc/gx_multi_line_text_view.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,16 +37,11 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#ifndef GX_MULTI_LINE_TEXT_VIEW_H +#define GX_MULTI_LINE_TEXT_VIEW_H + /* Define multi-line text view management function prototypes. */ UINT _gx_multi_line_text_view_create(GX_MULTI_LINE_TEXT_VIEW *text_view_ptr, GX_CONST GX_CHAR *name_ptr, @@ -110,3 +106,4 @@ UINT _gxe_rich_text_view_create(GX_RICH_TEXT_VIEW *rich_view, UINT control_block_size); UINT _gxe_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *rich_view, GX_RICH_TEXT_FONTS *fonts); +#endif diff --git a/common/inc/gx_numeric_pixelmap_prompt.h b/common/inc/gx_numeric_pixelmap_prompt.h index a19835bc5..951509202 100644 --- a/common/inc/gx_numeric_pixelmap_prompt.h +++ b/common/inc/gx_numeric_pixelmap_prompt.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* component, including all data types and external references. It is */ /* assumed that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_NUMERIC_PIXELMAP_PROMPT_H diff --git a/common/inc/gx_numeric_prompt.h b/common/inc/gx_numeric_prompt.h index 0f54641cb..3e8c73208 100644 --- a/common/inc/gx_numeric_prompt.h +++ b/common/inc/gx_numeric_prompt.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_NUMERIC_PROMPT_H diff --git a/common/inc/gx_pixelmap_prompt.h b/common/inc/gx_pixelmap_prompt.h index 68f62def5..db7075ce4 100644 --- a/common/inc/gx_pixelmap_prompt.h +++ b/common/inc/gx_pixelmap_prompt.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_PIXELMAP_PROMPT_H diff --git a/common/inc/gx_progress_bar.h b/common/inc/gx_progress_bar.h index 1c4ec36fd..b0f3ce23f 100644 --- a/common/inc/gx_progress_bar.h +++ b/common/inc/gx_progress_bar.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_PROGRESS_BAR_H diff --git a/common/inc/gx_prompt.h b/common/inc/gx_prompt.h index 057bcca87..cea2fe4fb 100644 --- a/common/inc/gx_prompt.h +++ b/common/inc/gx_prompt.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,15 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added new prototypes, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_PROMPT_H diff --git a/common/inc/gx_radial_progress_bar.h b/common/inc/gx_radial_progress_bar.h index ae1360784..0c46a9a8e 100644 --- a/common/inc/gx_radial_progress_bar.h +++ b/common/inc/gx_radial_progress_bar.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_RADIAL_PROGRESS_BAR_H diff --git a/common/inc/gx_radial_slider.h b/common/inc/gx_radial_slider.h index 3568a3402..20736f87b 100644 --- a/common/inc/gx_radial_slider.h +++ b/common/inc/gx_radial_slider.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_RADIAL_SLIDER_H diff --git a/common/inc/gx_rich_text_view.h b/common/inc/gx_rich_text_view.h index 4891982c5..bc5c7b1fa 100644 --- a/common/inc/gx_rich_text_view.h +++ b/common/inc/gx_rich_text_view.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,12 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_RICH_TEXT_VIEW_H #define GX_RICH_TEXT_VIEW_H @@ -59,11 +54,11 @@ typedef struct GX_RICH_TEXT_LINE_INFO_STRUCT /* Define rich text view management function prototypes. */ UINT _gx_rich_text_view_context_peek(GX_RICH_TEXT_CONTEXT *context); -UINT _gx_rich_text_view_context_pop(); +UINT _gx_rich_text_view_context_pop(VOID); UINT _gx_rich_text_view_context_push(GX_RICH_TEXT_CONTEXT *context); -UINT _gx_rich_text_view_context_save(); -UINT _gx_rich_text_view_context_reset(); -UINT _gx_rich_text_view_context_restore(); +UINT _gx_rich_text_view_context_save(VOID); +UINT _gx_rich_text_view_context_reset(VOID); +UINT _gx_rich_text_view_context_restore(VOID); UINT _gx_rich_text_view_create(GX_RICH_TEXT_VIEW *text_view, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/inc/gx_screen_stack.h b/common/inc/gx_screen_stack.h index 50b759dfc..5dae1537d 100644 --- a/common/inc/gx_screen_stack.h +++ b/common/inc/gx_screen_stack.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* data types and external references. It is assumed that gx_api.h */ /* and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_SCREEN_STACK_H diff --git a/common/inc/gx_scroll_wheel.h b/common/inc/gx_scroll_wheel.h index 126a42606..6f993c94e 100644 --- a/common/inc/gx_scroll_wheel.h +++ b/common/inc/gx_scroll_wheel.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,27 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added new prototypes, */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* added prototypes for */ -/* generic scroll wheel, */ -/* resulting in version 6.1.7 */ -/* */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* changed prototype for */ -/* generic_scroll_wheel_scroll,*/ -/* resulting in version 6.2.0 */ -/* 03-08-2023 Ting Zhu Modified comment(s), */ -/* changed return type, */ -/* resulting in version 6.2.1 */ -/* */ /**************************************************************************/ #ifndef GX_SCROLL_WHEEL_H diff --git a/common/inc/gx_scrollbar.h b/common/inc/gx_scrollbar.h index 3d7dd6a78..785039887 100644 --- a/common/inc/gx_scrollbar.h +++ b/common/inc/gx_scrollbar.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_SCROLLBAR_H diff --git a/common/inc/gx_single_line_text_input.h b/common/inc/gx_single_line_text_input.h index 92c0ca8ad..493879b31 100644 --- a/common/inc/gx_single_line_text_input.h +++ b/common/inc/gx_single_line_text_input.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_SINGLE_LINE_TEXT_INPUT_H diff --git a/common/inc/gx_slider.h b/common/inc/gx_slider.h index 2a52db8f8..651dd9682 100644 --- a/common/inc/gx_slider.h +++ b/common/inc/gx_slider.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_SLIDER_H diff --git a/common/inc/gx_sprite.h b/common/inc/gx_sprite.h index 0c489a341..6b97a0ae3 100644 --- a/common/inc/gx_sprite.h +++ b/common/inc/gx_sprite.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* types and external references. It is assumed that gx_api.h and */ /* gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_SPRITE_H diff --git a/common/inc/gx_system.h b/common/inc/gx_system.h index 1193ca1fb..de056ad15 100644 --- a/common/inc/gx_system.h +++ b/common/inc/gx_system.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,24 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed private string */ -/* delete declaration, */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added new parameter to */ -/* _gx_system_pen_flick_test, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ #ifndef GX_SYSTEM_H diff --git a/common/inc/gx_system_rtos_bind.h b/common/inc/gx_system_rtos_bind.h index 4cc28602d..39d3ae12b 100644 --- a/common/inc/gx_system_rtos_bind.h +++ b/common/inc/gx_system_rtos_bind.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,14 +56,6 @@ /* */ /* GUIX system serives */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_DISABLE_THREADX_BINDING diff --git a/common/inc/gx_text_input_cursor.h b/common/inc/gx_text_input_cursor.h index cda1c92a9..a43358de0 100644 --- a/common/inc/gx_text_input_cursor.h +++ b/common/inc/gx_text_input_cursor.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_CURSOR_H diff --git a/common/inc/gx_tree_view.h b/common/inc/gx_tree_view.h index 6f0070764..0fe03b1aa 100644 --- a/common/inc/gx_tree_view.h +++ b/common/inc/gx_tree_view.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -35,14 +36,6 @@ /* types and external references. It is assumed that gx_api.h and */ /* gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_TREE_VIEW_H diff --git a/common/inc/gx_user_sample.h b/common/inc/gx_user_sample.h index 37cdb4517..d035ee480 100644 --- a/common/inc/gx_user_sample.h +++ b/common/inc/gx_user_sample.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -34,22 +35,6 @@ /* GUIX features by commenting out or including the definitions below */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Kenneth Maxwell Modified comment(s), */ -/* fixed typo, */ -/* resulting in version 6.1.10 */ -/* 10-31-2023 Ting Zhu Modified comment(s), added */ -/* GX_ENABLE_ARM_HELIUM and */ -/* partial canvas frame buffer */ -/* support configurations, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifndef GX_USER_H @@ -69,11 +54,11 @@ change GUIX System Timer value. */ /* #define GX_SYSTEM_TIMER_MS 20 */ -/* This can be defined to insert an application specific data +/* This can be defined to insert an application specific data field into the GX_WIDGET control block */ /* #define GX_WIDGET_USER_DATA */ -/* This can be defined to enable the use of ARM Helium intrinsics for +/* This can be defined to enable the use of ARM Helium intrinsics for JPEG decoding. */ /* #define GX_ENABLE_ARM_HELIUM */ diff --git a/common/inc/gx_utility.h b/common/inc/gx_utility.h index 94903af28..0be1f74b8 100644 --- a/common/inc/gx_utility.h +++ b/common/inc/gx_utility.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,26 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added new prototype, */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* bidi test reordering APIs, */ -/* resulting in version 6.1.3 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* rename RENESAS_DAVE2D */ -/* support conditional, */ -/* resulting in version 6.1.7 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* added new bidi text */ -/* reordering API, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ #ifndef GX_UTILITY_H diff --git a/common/inc/gx_widget.h b/common/inc/gx_widget.h index 21b77878b..c0f745a3d 100644 --- a/common/inc/gx_widget.h +++ b/common/inc/gx_widget.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,18 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* added new child widget */ -/* search prototypes, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ #ifndef GX_WIDGET_H diff --git a/common/inc/gx_window.h b/common/inc/gx_window.h index 35a05162e..8af5e120e 100644 --- a/common/inc/gx_window.h +++ b/common/inc/gx_window.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -36,14 +37,6 @@ /* including all data types and external references. It is assumed */ /* that gx_api.h and gx_port.h have already been included. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_WINDOW_H diff --git a/common/src/gx_accordion_menu_create.c b/common/src/gx_accordion_menu_create.c index f03ea075d..8d16b622f 100644 --- a/common/src/gx_accordion_menu_create.c +++ b/common/src/gx_accordion_menu_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_accordion_menu_create(GX_ACCORDION_MENU *accordion, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT accordion_menu_id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_accordion_menu_draw.c b/common/src/gx_accordion_menu_draw.c index eb5728309..8bc6e0944 100644 --- a/common/src/gx_accordion_menu_draw.c +++ b/common/src/gx_accordion_menu_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_accordion_menu_draw(GX_ACCORDION_MENU *accordion) { diff --git a/common/src/gx_accordion_menu_event_process.c b/common/src/gx_accordion_menu_event_process.c index d005bfeb9..d50e0e85f 100644 --- a/common/src/gx_accordion_menu_event_process.c +++ b/common/src/gx_accordion_menu_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_accordion_menu_shift_helper */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_accordion_menu_shift_helper(GX_ACCORDION_MENU *accordion, GX_WIDGET *animation_target, INT shift) { @@ -161,14 +154,6 @@ GX_RECTANGLE size; /* _gx_accordion_menu_close_animation_update */ /* _gx_accordion_menu_open_animation_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_accordion_menu_shift(GX_ACCORDION_MENU *accordion, GX_WIDGET *animation_target, INT shift) { @@ -268,17 +253,6 @@ GX_WIDGET *child; /* */ /* _gx_accordion_menu_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added NULL pointer check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_accordion_menu_close_animation_update(GX_ACCORDION_MENU *accordion) { @@ -370,17 +344,6 @@ GX_WIDGET *child; /* */ /* _gx_accordion_menu_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added NULL pointer check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_accordion_menu_open_animation_update(GX_ACCORDION_MENU *accordion) { @@ -473,14 +436,6 @@ GX_WIDGET *child; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_accordion_menu_pen_down_event_process(GX_ACCORDION_MENU *accordion, GX_EVENT *event_ptr) { @@ -561,14 +516,6 @@ GX_WIDGET *child = GX_NULL; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_accordion_menu_pen_up_event_process(GX_ACCORDION_MENU *accordion, GX_EVENT *event_ptr) { @@ -663,14 +610,6 @@ GX_VALUE y_shift; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_accordion_menu_event_process(GX_ACCORDION_MENU *accordion, GX_EVENT *event_ptr) { diff --git a/common/src/gx_accordion_menu_position.c b/common/src/gx_accordion_menu_position.c index 5b43f9620..8b909aa5b 100644 --- a/common/src/gx_accordion_menu_position.c +++ b/common/src/gx_accordion_menu_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_accordion_menu_position */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_accordion_menu_one_level_position(GX_ACCORDION_MENU *accordion) { @@ -194,14 +187,6 @@ GX_MENU_LIST *list; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_accordion_menu_position(GX_ACCORDION_MENU *accordion) { diff --git a/common/src/gx_animation_canvas_define.c b/common/src/gx_animation_canvas_define.c index 17ee03405..8b54193d5 100644 --- a/common/src/gx_animation_canvas_define.c +++ b/common/src/gx_animation_canvas_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,15 +65,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_canvas_define(GX_ANIMATION *animation, GX_CANVAS *canvas) { if (animation -> gx_animation_status != GX_ANIMATION_IDLE) @@ -85,4 +79,4 @@ UINT _gx_animation_canvas_define(GX_ANIMATION *animation, GX_CANVAS *canvas) /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_complete.c b/common/src/gx_animation_complete.c index 047354aef..9acaac219 100644 --- a/common/src/gx_animation_complete.c +++ b/common/src/gx_animation_complete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,15 +63,8 @@ /* _gx_animation_complete */ /* _gx_animation_slide_landing */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) VOID _gx_animation_complete_event_send(GX_ANIMATION *animation) { GX_EVENT complete_event; @@ -93,7 +87,7 @@ GX_EVENT complete_event; _gx_system_event_send(&complete_event); } } - +#endif /**************************************************************************/ @@ -134,19 +128,8 @@ GX_EVENT complete_event; /* */ /* _gx_animation_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ - +#if (GX_ANIMATION_POOL_SIZE > 0) VOID _gx_animation_complete(GX_ANIMATION *animation) { GX_WIDGET *target; @@ -255,4 +238,4 @@ GX_VALUE yshift; _gx_system_animation_free(animation); } } - +#endif diff --git a/common/src/gx_animation_create.c b/common/src/gx_animation_create.c index 01f39fcd7..7b098de8c 100644 --- a/common/src/gx_animation_create.c +++ b/common/src/gx_animation_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,15 +62,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_create(GX_ANIMATION *animation) { memset(animation, 0, sizeof(GX_ANIMATION)); @@ -79,4 +73,4 @@ UINT _gx_animation_create(GX_ANIMATION *animation) /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_delete.c b/common/src/gx_animation_delete.c index d433a573a..9d3dcd3bb 100644 --- a/common/src/gx_animation_delete.c +++ b/common/src/gx_animation_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,8 @@ /* GUIX Internal Code */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ - +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_delete(GX_ANIMATION *target, GX_WIDGET *parent) { GX_ANIMATION *animation; @@ -122,4 +117,4 @@ GX_ANIMATION *next; return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_drag_disable.c b/common/src/gx_animation_drag_disable.c index 543e3f112..e35cfbc9e 100644 --- a/common/src/gx_animation_drag_disable.c +++ b/common/src/gx_animation_drag_disable.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,15 +62,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_drag_disable(GX_ANIMATION *animation, GX_WIDGET *widget) { UINT status; @@ -82,4 +76,4 @@ UINT status; status = _gx_animation_stop(animation); return status; } - +#endif diff --git a/common/src/gx_animation_drag_enable.c b/common/src/gx_animation_drag_enable.c index 1961ec52f..28164b4b8 100644 --- a/common/src/gx_animation_drag_enable.c +++ b/common/src/gx_animation_drag_enable.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,15 +63,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_drag_enable(GX_ANIMATION *animation, GX_WIDGET *widget, GX_ANIMATION_INFO *info) { /* Test invalid animation status. */ @@ -93,4 +87,4 @@ UINT _gx_animation_drag_enable(GX_ANIMATION *animation, GX_WIDGET *widget, GX_A /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_drag_event_process.c b/common/src/gx_animation_drag_event_process.c index 921240617..b61469d5a 100644 --- a/common/src/gx_animation_drag_event_process.c +++ b/common/src/gx_animation_drag_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,18 +74,8 @@ /* */ /* _gx_animation_drag_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), */ -/* replaced abs with GX_ABS, */ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) static UINT _gx_animation_drag_event_check(GX_ANIMATION *animation, GX_EVENT *event_ptr) { GX_ANIMATION_INFO *info = &animation -> gx_animation_info; @@ -277,6 +268,7 @@ INT shift; return GX_SUCCESS; } +#endif /**************************************************************************/ /* */ @@ -311,15 +303,8 @@ INT shift; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_drag_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) { GX_ANIMATION *animation; @@ -342,4 +327,4 @@ GX_ANIMATION *animation; return GX_SUCCESS; } - +#endif diff --git a/common/src/gx_animation_drag_tracking.c b/common/src/gx_animation_drag_tracking.c index 601535597..399f79697 100644 --- a/common/src/gx_animation_drag_tracking.c +++ b/common/src/gx_animation_drag_tracking.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,19 +66,8 @@ /* */ /* _gx_animation_drag_event_check */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added canvas and block move */ -/* support, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_drag_tracking(GX_ANIMATION *animation, GX_POINT penpos) { GX_VALUE delta_x = 0; @@ -221,4 +211,4 @@ GX_VALUE border_width; /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_drag_tracking_start.c b/common/src/gx_animation_drag_tracking_start.c index 4f8aa955e..e1684d215 100644 --- a/common/src/gx_animation_drag_tracking_start.c +++ b/common/src/gx_animation_drag_tracking_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,8 @@ /* */ /* _gx_animation_drag_event_check */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added canvas support, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_drag_tracking_start(GX_ANIMATION *animation, GX_POINT penpos) { GX_ANIMATION_INFO *info; @@ -305,4 +296,4 @@ VOID (*active_display_area_set)(INT layer, GX_RECTANGLE *size); /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_landing_speed_set.c b/common/src/gx_animation_landing_speed_set.c index fe8684f1f..c1642d32e 100644 --- a/common/src/gx_animation_landing_speed_set.c +++ b/common/src/gx_animation_landing_speed_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,15 +62,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_step) { animation -> gx_animation_landing_speed = shift_per_step; @@ -77,4 +71,4 @@ UINT _gx_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_ /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_slide_landing.c b/common/src/gx_animation_slide_landing.c index 2247b583c..3adad8052 100644 --- a/common/src/gx_animation_slide_landing.c +++ b/common/src/gx_animation_slide_landing.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,19 +67,8 @@ /* */ /* _gx_animation_drag_event_check */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added canvas and block move */ -/* support, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_slide_landing(GX_ANIMATION *animation) { GX_ANIMATION_INFO *info = &animation -> gx_animation_info; @@ -296,4 +286,4 @@ GX_VALUE border_width; /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_slide_landing_start.c b/common/src/gx_animation_slide_landing_start.c index 9fb7f525a..249636a83 100644 --- a/common/src/gx_animation_slide_landing_start.c +++ b/common/src/gx_animation_slide_landing_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added canvas support, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_slide_landing_start(GX_ANIMATION *animation) { GX_ANIMATION_INFO *info; @@ -119,4 +110,4 @@ GX_RECTANGLE *target_size; /* Return completion status code. */ return(GX_SUCCESS); } - +#endif diff --git a/common/src/gx_animation_start.c b/common/src/gx_animation_start.c index f4965fee0..1880e214e 100644 --- a/common/src/gx_animation_start.c +++ b/common/src/gx_animation_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,19 +73,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_start(GX_ANIMATION *animation, GX_ANIMATION_INFO *info) { UINT status = GX_SUCCESS; @@ -207,4 +197,4 @@ GX_VALUE top; return(status); } - +#endif diff --git a/common/src/gx_animation_stop.c b/common/src/gx_animation_stop.c index 0ecbfd7a3..5a41162b9 100644 --- a/common/src/gx_animation_stop.c +++ b/common/src/gx_animation_stop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,19 +64,8 @@ /* _gx_animation_complete */ /* _gx_animation_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_animation_stop(GX_ANIMATION *animation) { UINT status = GX_SUCCESS; @@ -106,7 +96,7 @@ GX_ANIMATION *previous; } else { - /* the animation is not the first, find the previous and + /* the animation is not the first, find the previous and adjust linked list */ previous = _gx_system_animation_list; @@ -123,4 +113,4 @@ GX_ANIMATION *previous; GX_EXIT_CRITICAL return(status); } - +#endif diff --git a/common/src/gx_animation_update.c b/common/src/gx_animation_update.c index 14ebf137b..057467e30 100644 --- a/common/src/gx_animation_update.c +++ b/common/src/gx_animation_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,21 +67,8 @@ /* */ /* _gx_system_timer_update Update active system timers */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), improve */ -/* linear animation accuracy, */ -/* resulting in version 6.1.3 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added block move support, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) VOID _gx_animation_update(VOID) { GX_ANIMATION *animation; @@ -245,4 +233,4 @@ GX_RECTANGLE block; animation = next; } } - +#endif diff --git a/common/src/gx_binres_font_load.c b/common/src/gx_binres_font_load.c index b1c4a19ab..11a596ad5 100644 --- a/common/src/gx_binres_font_load.c +++ b/common/src/gx_binres_font_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,13 +71,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ +#ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_font_load(GX_UBYTE *root_address, UINT font_index, GX_UBYTE *buffer, ULONG *buffer_size) { UINT status = GX_SUCCESS; @@ -136,4 +132,4 @@ UINT required_size; return status; } - +#endif diff --git a/common/src/gx_binres_language_count_get.c b/common/src/gx_binres_language_count_get.c index bfd7b35d3..360557998 100644 --- a/common/src/gx_binres_language_count_get.c +++ b/common/src/gx_binres_language_count_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_language_count_get(GX_UBYTE *root_address, GX_VALUE *put_count) diff --git a/common/src/gx_binres_language_info_load.c b/common/src/gx_binres_language_info_load.c index f25eb4e77..db1f62f13 100644 --- a/common/src/gx_binres_language_info_load.c +++ b/common/src/gx_binres_language_info_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_language_info_load(GX_UBYTE *root_address, GX_LANGUAGE_HEADER *put_info) diff --git a/common/src/gx_binres_language_table_load.c b/common/src/gx_binres_language_table_load.c index 66dd9c103..85c1b7cb9 100644 --- a/common/src/gx_binres_language_table_load.c +++ b/common/src/gx_binres_language_table_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,15 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_resource_header_load(GX_BINRES_DATA_INFO *info, GX_RESOURCE_HEADER *header) @@ -128,15 +120,6 @@ UINT _gx_binres_resource_header_load(GX_BINRES_DATA_INFO *info, GX_RESOURCE_HEAD /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_string_header_load(GX_BINRES_DATA_INFO *info, GX_STRING_HEADER *header) @@ -188,15 +171,6 @@ UINT _gx_binres_string_header_load(GX_BINRES_DATA_INFO *info, GX_STRING_HEADER * /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_language_header_load(GX_BINRES_DATA_INFO *info, GX_LANGUAGE_HEADER *header) @@ -253,17 +227,6 @@ UINT _gx_binres_language_header_load(GX_BINRES_DATA_INFO *info, GX_LANGUAGE_HEAD /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* test for langauge_count == 0*/ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_language_table_buffer_allocate(GX_BINRES_DATA_INFO *info, GX_UBYTE language_table_type_size, GX_UBYTE string_table_type_size) @@ -366,15 +329,6 @@ UINT string_table_size; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT #ifdef GX_ENABLE_DEPRECATED_STRING_API @@ -547,14 +501,6 @@ GX_CHAR get_char; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_language_table_load_ext(GX_UBYTE *root_address, GX_STRING ***returned_language_table) diff --git a/common/src/gx_binres_pixelmap_load.c b/common/src/gx_binres_pixelmap_load.c index 1c9726846..2e2d884f3 100644 --- a/common/src/gx_binres_pixelmap_load.c +++ b/common/src/gx_binres_pixelmap_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,13 +60,8 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ +#ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_standalone_resource_seek(GX_BINRES_DATA_INFO *info, UINT res_index) { USHORT type; @@ -97,6 +93,7 @@ ULONG count; return GX_SUCCESS; } +#endif /**************************************************************************/ /* */ @@ -134,13 +131,8 @@ ULONG count; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ +#ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_pixelmap_load(GX_UBYTE *root_address, UINT map_index, GX_PIXELMAP *pixelmap) { UINT status = GX_SUCCESS; @@ -184,4 +176,4 @@ GX_BINRES_DATA_INFO info; return status; } - +#endif diff --git a/common/src/gx_binres_theme_load.c b/common/src/gx_binres_theme_load.c index 5c63ebd11..ece102803 100644 --- a/common/src/gx_binres_theme_load.c +++ b/common/src/gx_binres_theme_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,15 +64,6 @@ extern GX_CONST GX_FONT _gx_system_font_8bpp; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -223,15 +215,6 @@ static UINT _gx_binres_theme_header_load(GX_BINRES_DATA_INFO *info, GX_THEME_HEA /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_color_header_load(GX_BINRES_DATA_INFO *info, GX_COLOR_HEADER *header) @@ -280,15 +263,6 @@ static UINT _gx_binres_color_header_load(GX_BINRES_DATA_INFO *info, GX_COLOR_HEA /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_palette_header_load(GX_BINRES_DATA_INFO *info, GX_PALETTE_HEADER *header) @@ -337,18 +311,6 @@ static UINT _gx_binres_palette_header_load(GX_BINRES_DATA_INFO *info, GX_PALETTE /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* made the function public, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_font_header_load(GX_BINRES_DATA_INFO *info, GX_FONT_HEADER *header) @@ -414,15 +376,6 @@ UINT _gx_binres_font_header_load(GX_BINRES_DATA_INFO *info, GX_FONT_HEADER *head /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_page_header_load(GX_BINRES_DATA_INFO *info, GX_PAGE_HEADER *header) @@ -503,17 +456,6 @@ ULONG read_data = 0; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, and */ -/* updated with binary */ -/* resource layout change, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_GLYPH_HEADER *header) @@ -587,15 +529,6 @@ static UINT _gx_binres_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_GLYPH_HEA /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_FONT_KERNING_SUPPORT #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -642,18 +575,6 @@ static UINT _gx_binres_kerning_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_K /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added magic number check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_pixelmap_header_load(GX_BINRES_DATA_INFO *info, GX_PIXELMAP_HEADER *header) @@ -739,12 +660,6 @@ static UINT _gx_binres_pixelmap_header_load(GX_BINRES_DATA_INFO *info, GX_PIXELM /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_font_buffer_size_get(GX_BINRES_DATA_INFO *info, UINT *buffer_size, GX_BOOL reset_read_offset) @@ -885,17 +800,6 @@ UINT old_offset; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_theme_buffer_allocate(GX_BINRES_DATA_INFO *info, INT theme_id) @@ -1034,16 +938,6 @@ UINT temp; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* updated with binary */ -/* resource layout change, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_glyphs_address_get(GX_BINRES_DATA_INFO *info, USHORT glyph_count, GX_CONST GX_GLYPH **returned_glyphs) @@ -1124,16 +1018,6 @@ USHORT index = 0; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* updated with binary */ -/* resource layout change, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_FONT_KERNING_SUPPORT #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -1223,16 +1107,6 @@ USHORT index = 0; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* updated with binary */ -/* resource layout change, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_compressed_glyphs_address_get(GX_BINRES_DATA_INFO *info, USHORT glyph_count, @@ -1314,12 +1188,6 @@ USHORT index = 0; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_one_font_load(GX_BINRES_DATA_INFO *info, GX_FONT **return_font) @@ -1484,14 +1352,6 @@ UINT read_offset = 0; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_color_table_load(GX_BINRES_DATA_INFO *info, USHORT color_count, GX_COLOR **returned_color_table) @@ -1553,14 +1413,6 @@ GX_COLOR *color_table = GX_NULL; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_palette_table_load(GX_BINRES_DATA_INFO *info, USHORT color_count, GX_COLOR **returned_palette_table) @@ -1622,17 +1474,6 @@ GX_COLOR *palette_table = GX_NULL; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT static UINT _gx_binres_font_table_load(GX_BINRES_DATA_INFO *info, USHORT table_size, GX_FONT ***returned_font_table) @@ -1692,12 +1533,6 @@ USHORT index; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_one_pixelmap_load(GX_BINRES_DATA_INFO *info, GX_PIXELMAP **returned_pixelmap, USHORT *map_id) @@ -1819,17 +1654,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_binres_pixelmap_table_load(GX_BINRES_DATA_INFO *info, USHORT table_size, GX_PIXELMAP **pixelmap_table) { @@ -1900,14 +1724,6 @@ GX_PIXELMAP *pixelmap; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gx_binres_theme_load(GX_UBYTE *root_address, INT theme_id, GX_THEME **returned_theme) diff --git a/common/src/gx_brush_default.c b/common/src/gx_brush_default.c index 6a4f56aed..1ee7b749a 100644 --- a/common/src/gx_brush_default.c +++ b/common/src/gx_brush_default.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* _gx_context_brush_default */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_brush_default(GX_BRUSH *brush) { diff --git a/common/src/gx_brush_define.c b/common/src/gx_brush_define.c index 1a829e174..291129daa 100644 --- a/common/src/gx_brush_define.c +++ b/common/src/gx_brush_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* _gx_context_brush_define Define the brush for context */ /* _gx_context_raw_brush_define Define the brush for context */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style) { diff --git a/common/src/gx_button_background_draw.c b/common/src/gx_button_background_draw.c index db5c385cd..e6d0601f4 100644 --- a/common/src/gx_button_background_draw.c +++ b/common/src/gx_button_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* _gx_icon_button_draw */ /* _gx_text_button_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_button_background_draw(GX_BUTTON *button) { diff --git a/common/src/gx_button_create.c b/common/src/gx_button_create.c index 774a2f622..472885e6d 100644 --- a/common/src/gx_button_create.c +++ b/common/src/gx_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,15 +78,6 @@ /* _gx_scroll_thumb_create */ /* _gx_text_button_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT button_id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_button_deselect.c b/common/src/gx_button_deselect.c index 83190462b..a163a9626 100644 --- a/common/src/gx_button_deselect.c +++ b/common/src/gx_button_deselect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_button_deselect(GX_BUTTON *button, GX_BOOL generate_event) { diff --git a/common/src/gx_button_draw.c b/common/src/gx_button_draw.c index c30340b7c..a31449ccc 100644 --- a/common/src/gx_button_draw.c +++ b/common/src/gx_button_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_button_draw(GX_BUTTON *button) { diff --git a/common/src/gx_button_event_process.c b/common/src/gx_button_event_process.c index 7ffa5d95c..c169d2d16 100644 --- a/common/src/gx_button_event_process.c +++ b/common/src/gx_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_button_event_process(GX_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gx_button_select.c b/common/src/gx_button_select.c index ba82892e9..62882638d 100644 --- a/common/src/gx_button_select.c +++ b/common/src/gx_button_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_button_select(GX_BUTTON *button) { diff --git a/common/src/gx_button_siblings_deselect.c b/common/src/gx_button_siblings_deselect.c index b3a8a12d0..e4a302d3b 100644 --- a/common/src/gx_button_siblings_deselect.c +++ b/common/src/gx_button_siblings_deselect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* _gx_button_select */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_button_siblings_deselect(GX_BUTTON *button) { diff --git a/common/src/gx_canvas_alpha_set.c b/common/src/gx_canvas_alpha_set.c index d9ee8f7db..ce5a76541 100644 --- a/common/src/gx_canvas_alpha_set.c +++ b/common/src/gx_canvas_alpha_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* _gx_animation_start */ /* _gx_animation_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_alpha_set(GX_CANVAS *canvas, GX_UBYTE alpha) { diff --git a/common/src/gx_canvas_arc_draw.c b/common/src/gx_canvas_arc_draw.c index ba9d2cf2e..f36c6a70f 100644 --- a/common/src/gx_canvas_arc_draw.c +++ b/common/src/gx_canvas_arc_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) UINT _gx_canvas_arc_draw(INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) diff --git a/common/src/gx_canvas_block_move.c b/common/src/gx_canvas_block_move.c index 7048f4f6e..1d71a55b5 100644 --- a/common/src/gx_canvas_block_move.c +++ b/common/src/gx_canvas_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,17 +71,6 @@ /* Application Code */ /* _gx_window_client_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added canvas status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_canvas_block_move(GX_RECTANGLE *block, GX_VALUE x_shift, GX_VALUE y_shift, GX_RECTANGLE *dirty) { diff --git a/common/src/gx_canvas_circle_draw.c b/common/src/gx_canvas_circle_draw.c index c018a8db6..070c1c603 100644 --- a/common/src/gx_canvas_circle_draw.c +++ b/common/src/gx_canvas_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) UINT _gx_canvas_circle_draw(INT xcenter, INT ycenter, UINT r) diff --git a/common/src/gx_canvas_composite_create.c b/common/src/gx_canvas_composite_create.c index a4a9173ce..fb4849b97 100644 --- a/common/src/gx_canvas_composite_create.c +++ b/common/src/gx_canvas_composite_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_system_canvas_refresh */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_canvas_composite_create(GX_CANVAS **return_composite) { diff --git a/common/src/gx_canvas_create.c b/common/src/gx_canvas_create.c index 19ff6613e..feb3e5ae1 100644 --- a/common/src/gx_canvas_create.c +++ b/common/src/gx_canvas_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,20 +72,6 @@ /* Application Code */ /* _gx_animation_canvas_define */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.3 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added initilization to the */ -/* canvas members, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_canvas_create(GX_CANVAS *canvas, GX_CONST GX_CHAR *name, GX_DISPLAY *display, UINT type, UINT width, UINT height, GX_COLOR *memory_area, ULONG memory_size) diff --git a/common/src/gx_canvas_delete.c b/common/src/gx_canvas_delete.c index 39ee3919e..d47b8f267 100644 --- a/common/src/gx_canvas_delete.c +++ b/common/src/gx_canvas_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_delete(GX_CANVAS *canvas) { diff --git a/common/src/gx_canvas_dirty_mark.c b/common/src/gx_canvas_dirty_mark.c index 7c10ffc68..51a7009fb 100644 --- a/common/src/gx_canvas_dirty_mark.c +++ b/common/src/gx_canvas_dirty_mark.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_canvas_dirty_mark(GX_CANVAS *canvas, GX_RECTANGLE *area) { diff --git a/common/src/gx_canvas_drawing_complete.c b/common/src/gx_canvas_drawing_complete.c index de28165cf..31a207a1e 100644 --- a/common/src/gx_canvas_drawing_complete.c +++ b/common/src/gx_canvas_drawing_complete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_drawing_complete(GX_CANVAS *canvas, GX_BOOL flush) { diff --git a/common/src/gx_canvas_drawing_initiate.c b/common/src/gx_canvas_drawing_initiate.c index 787a9b2fe..cc08e4a87 100644 --- a/common/src/gx_canvas_drawing_initiate.c +++ b/common/src/gx_canvas_drawing_initiate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,24 +73,6 @@ /* _gx_widget_children_draw */ /* _gx_window_client_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* 03-02-2021 Kenneth Maxwell Modified comment(s), added */ -/* flip rotation support, */ -/* resulting in version 6.1.5 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_canvas_drawing_initiate(GX_CANVAS *canvas, GX_WIDGET *who, GX_RECTANGLE *dirty_area) { diff --git a/common/src/gx_canvas_ellipse_draw.c b/common/src/gx_canvas_ellipse_draw.c index df18be701..b03567823 100644 --- a/common/src/gx_canvas_ellipse_draw.c +++ b/common/src/gx_canvas_ellipse_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) UINT _gx_canvas_ellipse_draw(INT xcenter, INT ycenter, INT a, INT b) diff --git a/common/src/gx_canvas_glyphs_draw.c b/common/src/gx_canvas_glyphs_draw.c index 125f3ee8c..60e778972 100644 --- a/common/src/gx_canvas_glyphs_draw.c +++ b/common/src/gx_canvas_glyphs_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* _gx_canvas_glyph_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_canvas_kerning_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST GX_STRING *string, GX_RECTANGLE *view, VOID (*draw_glyph)(GX_DRAW_CONTEXT *, GX_RECTANGLE *, GX_POINT *, GX_CONST GX_GLYPH *)) @@ -252,14 +245,6 @@ UINT ret; /* */ /* _gx_canvas_glyph_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_canvas_compressed_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST GX_STRING *string, GX_RECTANGLE *view, VOID (*draw_glyph)(GX_DRAW_CONTEXT *, GX_RECTANGLE *, GX_POINT *, GX_CONST GX_GLYPH *)) @@ -433,14 +418,6 @@ UINT index = 0; /* */ /* _gx_canvas_glyph_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_canvas_generic_glyphs_draw(GX_DRAW_CONTEXT *context, GX_FONT *font, GX_POINT *draw_position, GX_CONST GX_STRING *string, GX_RECTANGLE *view, VOID (*draw_glyph)(GX_DRAW_CONTEXT *, GX_RECTANGLE *, GX_POINT *, GX_CONST GX_GLYPH *)) @@ -621,14 +598,6 @@ UINT index = 0; /* _gx_canvas_kerning_glyphs_draw */ /* _gx_canvas_generic_glyphs_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_canvas_glyphs_draw(GX_DRAW_CONTEXT *context, GX_POINT *draw_position, GX_CONST GX_STRING *string, GX_RECTANGLE *view, diff --git a/common/src/gx_canvas_hardware_layer_bind.c b/common/src/gx_canvas_hardware_layer_bind.c index 8fc413813..5c68f217c 100644 --- a/common/src/gx_canvas_hardware_layer_bind.c +++ b/common/src/gx_canvas_hardware_layer_bind.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_hardware_layer_bind(GX_CANVAS *canvas, INT layer) { diff --git a/common/src/gx_canvas_hide.c b/common/src/gx_canvas_hide.c index f45325d6f..93c5d9631 100644 --- a/common/src/gx_canvas_hide.c +++ b/common/src/gx_canvas_hide.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,17 +60,6 @@ /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* modified canvas dirty logic,*/ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_canvas_hide(GX_CANVAS *canvas) { diff --git a/common/src/gx_canvas_line_draw.c b/common/src/gx_canvas_line_draw.c index d871bbdf1..6eec0062d 100644 --- a/common/src/gx_canvas_line_draw.c +++ b/common/src/gx_canvas_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -79,17 +80,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), fixed a */ -/* pattern line draw issue, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_canvas_line_draw(GX_VALUE x_start, GX_VALUE y_start, GX_VALUE x_end, GX_VALUE y_end) { diff --git a/common/src/gx_canvas_memory_define.c b/common/src/gx_canvas_memory_define.c index 1bceed27f..74272a239 100644 --- a/common/src/gx_canvas_memory_define.c +++ b/common/src/gx_canvas_memory_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,18 +60,6 @@ /* */ /* Application software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_canvas_memory_define(GX_CANVAS *canvas, GX_COLOR *memory, ULONG memsize) { diff --git a/common/src/gx_canvas_mouse_define.c b/common/src/gx_canvas_mouse_define.c index dff94a1b3..4ccdf3556 100644 --- a/common/src/gx_canvas_mouse_define.c +++ b/common/src/gx_canvas_mouse_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) UINT _gx_canvas_mouse_define(GX_CANVAS *canvas, GX_MOUSE_CURSOR_INFO *info) diff --git a/common/src/gx_canvas_mouse_hide.c b/common/src/gx_canvas_mouse_hide.c index 680566a0d..0cd6c459f 100644 --- a/common/src/gx_canvas_mouse_hide.c +++ b/common/src/gx_canvas_mouse_hide.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) UINT _gx_canvas_mouse_hide(GX_CANVAS *canvas) diff --git a/common/src/gx_canvas_mouse_show.c b/common/src/gx_canvas_mouse_show.c index f3cd5f447..7fe6a5361 100644 --- a/common/src/gx_canvas_mouse_show.c +++ b/common/src/gx_canvas_mouse_show.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,17 +58,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added canvas status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) UINT _gx_canvas_mouse_show(GX_CANVAS *canvas) diff --git a/common/src/gx_canvas_offset_set.c b/common/src/gx_canvas_offset_set.c index b6d1a1286..a668ee5c6 100644 --- a/common/src/gx_canvas_offset_set.c +++ b/common/src/gx_canvas_offset_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,17 +63,6 @@ /* _gx_animation_start */ /* _gx_animation_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), fixed */ -/* canvas dirty mark logic, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ UINT _gx_canvas_offset_set(GX_CANVAS *canvas, GX_VALUE xoffset, GX_VALUE yoffset) { diff --git a/common/src/gx_canvas_pie_draw.c b/common/src/gx_canvas_pie_draw.c index 168da75cd..56ace066c 100644 --- a/common/src/gx_canvas_pie_draw.c +++ b/common/src/gx_canvas_pie_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,14 +76,6 @@ /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) UINT _gx_canvas_pie_draw(INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) diff --git a/common/src/gx_canvas_pixel_draw.c b/common/src/gx_canvas_pixel_draw.c index 7d52ef9bb..c2f82063f 100644 --- a/common/src/gx_canvas_pixel_draw.c +++ b/common/src/gx_canvas_pixel_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* _gx_widget_border_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_pixel_draw(GX_POINT position) { @@ -77,7 +70,9 @@ GX_DRAW_CONTEXT *context; GX_DISPLAY *display; GX_VIEW *view; GX_COLOR pixcolor; +#if defined(GX_BRUSH_ALPHA_SUPPORT) GX_UBYTE brush_alpha; +#endif /* pick up the current drawing context */ context = _gx_system_current_draw_context; @@ -92,7 +87,9 @@ GX_UBYTE brush_alpha; /* pick up current display driver */ display = context -> gx_draw_context_display; +#if defined(GX_BRUSH_ALPHA_SUPPORT) brush_alpha = context -> gx_draw_context_brush.gx_brush_alpha; +#endif /* pick up the pixel color */ pixcolor = context -> gx_draw_context_brush.gx_brush_line_color; diff --git a/common/src/gx_canvas_pixelmap_blend.c b/common/src/gx_canvas_pixelmap_blend.c index 82b94ae75..fb41f9e37 100644 --- a/common/src/gx_canvas_pixelmap_blend.c +++ b/common/src/gx_canvas_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* Application Code */ /* _gx_sprite_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_pixelmap_blend(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_canvas_pixelmap_draw.c b/common/src/gx_canvas_pixelmap_draw.c index 1f026fc1a..bc77af3f9 100644 --- a/common/src/gx_canvas_pixelmap_draw.c +++ b/common/src/gx_canvas_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -83,14 +84,6 @@ /* _gx_window_draw */ /* _gx_scroll_thumb_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_pixelmap_draw(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap) { diff --git a/common/src/gx_canvas_pixelmap_get.c b/common/src/gx_canvas_pixelmap_get.c index 0e5b40e5c..c948e79e8 100644 --- a/common/src/gx_canvas_pixelmap_get.c +++ b/common/src/gx_canvas_pixelmap_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_pixelmap_get(GX_PIXELMAP *pixelmap) { diff --git a/common/src/gx_canvas_pixelmap_rotate.c b/common/src/gx_canvas_pixelmap_rotate.c index 1c2b1bae3..046a956d6 100644 --- a/common/src/gx_canvas_pixelmap_rotate.c +++ b/common/src/gx_canvas_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_canvas_rotated_pixelmap_bound_calculate(GX_RECTANGLE *rect, INT angle, INT rot_cx, INT rot_cy) { @@ -208,18 +201,6 @@ INT y; /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed duplicate variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_canvas_pixelmap_rotate(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_canvas_pixelmap_tile.c b/common/src/gx_canvas_pixelmap_tile.c index 61fb47d8d..9b1aa6d56 100644 --- a/common/src/gx_canvas_pixelmap_tile.c +++ b/common/src/gx_canvas_pixelmap_tile.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_pixelmap_tile(GX_RECTANGLE *fill, GX_PIXELMAP *pixelmap) { diff --git a/common/src/gx_canvas_polygon_draw.c b/common/src/gx_canvas_polygon_draw.c index 30c733758..7e635face 100644 --- a/common/src/gx_canvas_polygon_draw.c +++ b/common/src/gx_canvas_polygon_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_polygon_draw(GX_POINT *point_array, INT number_of_points) { diff --git a/common/src/gx_canvas_rectangle_draw.c b/common/src/gx_canvas_rectangle_draw.c index 68651d4c9..481e50a5e 100644 --- a/common/src/gx_canvas_rectangle_draw.c +++ b/common/src/gx_canvas_rectangle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* _gx_canvas_rectangle_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_canvas_rectangle_fill(GX_RECTANGLE *rectangle, GX_COLOR fill_color) { @@ -160,14 +153,6 @@ GX_VALUE rectangle_height; /* _gx_slider_needle_draw */ /* _gx_widget_border_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_rectangle_draw(GX_RECTANGLE *rectangle) { diff --git a/common/src/gx_canvas_rotated_text_draw.c b/common/src/gx_canvas_rotated_text_draw.c index 9fccedb20..4d5c7d84d 100644 --- a/common/src/gx_canvas_rotated_text_draw.c +++ b/common/src/gx_canvas_rotated_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_canvas_rotated_text_draw(GX_CONST GX_CHAR *text, @@ -136,18 +129,6 @@ UINT status; /* */ /* Application Software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* rename RENESAS_DAVE2D */ -/* support conditional, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_canvas_rotated_text_draw_ext(GX_CONST GX_STRING *text, GX_VALUE xcenter, diff --git a/common/src/gx_canvas_shift.c b/common/src/gx_canvas_shift.c index ff7c83dd9..2da1f6326 100644 --- a/common/src/gx_canvas_shift.c +++ b/common/src/gx_canvas_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* _gx_window_root_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_shift(GX_CANVAS *canvas, GX_VALUE x, GX_VALUE y) { diff --git a/common/src/gx_canvas_show.c b/common/src/gx_canvas_show.c index 8c39564e6..0290d2db9 100644 --- a/common/src/gx_canvas_show.c +++ b/common/src/gx_canvas_show.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_canvas_show(GX_CANVAS *canvas) { diff --git a/common/src/gx_canvas_text_draw.c b/common/src/gx_canvas_text_draw.c index 44f705d7b..067ea2398 100644 --- a/common/src/gx_canvas_text_draw.c +++ b/common/src/gx_canvas_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_single_line_text_input_draw */ /* _gx_widget_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_canvas_text_draw(GX_VALUE x_start, GX_VALUE y_start, GX_CONST GX_CHAR *text, INT length) @@ -143,18 +136,6 @@ UINT status; /* _gx_single_line_text_input_draw */ /* _gx_widget_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* replaced font format value */ -/* with macro defines, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_canvas_text_draw_ext(GX_VALUE x_start, GX_VALUE y_start, GX_CONST GX_STRING *string) { @@ -323,12 +304,6 @@ GX_FONT *font = context -> gx_draw_context_brush.gx_brush_font; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 04-25-2022 Ting Zhu Initial Version 6.1.11 */ -/* */ /**************************************************************************/ UINT _gx_canvas_aligned_text_draw(GX_CONST GX_STRING *string, GX_RECTANGLE *rectangle, ULONG alignment) { diff --git a/common/src/gx_checkbox_create.c b/common/src/gx_checkbox_create.c index c0676fef3..7890f4b21 100644 --- a/common/src/gx_checkbox_create.c +++ b/common/src/gx_checkbox_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,15 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_checkbox_create(GX_CHECKBOX *checkbox, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT checkbox_id, diff --git a/common/src/gx_checkbox_draw.c b/common/src/gx_checkbox_draw.c index c67e5bf08..cb582647d 100644 --- a/common/src/gx_checkbox_draw.c +++ b/common/src/gx_checkbox_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,15 +69,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_checkbox_draw(GX_CHECKBOX *checkbox) { diff --git a/common/src/gx_checkbox_event_process.c b/common/src/gx_checkbox_event_process.c index f2f8dd347..e02ccfefd 100644 --- a/common/src/gx_checkbox_event_process.c +++ b/common/src/gx_checkbox_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,15 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* updated default call, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_checkbox_event_process(GX_CHECKBOX *checkbox, GX_EVENT *event_ptr) { diff --git a/common/src/gx_checkbox_pixelmap_set.c b/common/src/gx_checkbox_pixelmap_set.c index 16b79dfa4..f7aa3fe8e 100644 --- a/common/src/gx_checkbox_pixelmap_set.c +++ b/common/src/gx_checkbox_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_checkbox_pixelmap_set(GX_CHECKBOX *checkbox, GX_RESOURCE_ID unchecked_id, diff --git a/common/src/gx_checkbox_select.c b/common/src/gx_checkbox_select.c index eeb3c5a8e..54d61aa12 100644 --- a/common/src/gx_checkbox_select.c +++ b/common/src/gx_checkbox_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_checkbox_select(GX_CHECKBOX *checkbox) { diff --git a/common/src/gx_circular_gauge_angle_get.c b/common/src/gx_circular_gauge_angle_get.c index a8e4d8a28..fce9ca892 100644 --- a/common/src/gx_circular_gauge_angle_get.c +++ b/common/src/gx_circular_gauge_angle_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_angle_get(GX_CIRCULAR_GAUGE *gauge, INT *angle) diff --git a/common/src/gx_circular_gauge_angle_increment_calculate.c b/common/src/gx_circular_gauge_angle_increment_calculate.c index e8016f9f1..913a0d7cd 100644 --- a/common/src/gx_circular_gauge_angle_increment_calculate.c +++ b/common/src/gx_circular_gauge_angle_increment_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_angle_increment_calculate(GX_CIRCULAR_GAUGE *gauge) diff --git a/common/src/gx_circular_gauge_angle_set.c b/common/src/gx_circular_gauge_angle_set.c index e1ceae156..99af86ef1 100644 --- a/common/src/gx_circular_gauge_angle_set.c +++ b/common/src/gx_circular_gauge_angle_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_angle_set(GX_CIRCULAR_GAUGE *gauge, INT angle) diff --git a/common/src/gx_circular_gauge_animation_set.c b/common/src/gx_circular_gauge_animation_set.c index f6c84d932..55afea119 100644 --- a/common/src/gx_circular_gauge_animation_set.c +++ b/common/src/gx_circular_gauge_animation_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *gauge, INT steps, INT delay) { diff --git a/common/src/gx_circular_gauge_background_draw.c b/common/src/gx_circular_gauge_background_draw.c index bac1263c5..133602a58 100644 --- a/common/src/gx_circular_gauge_background_draw.c +++ b/common/src/gx_circular_gauge_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,19 +73,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-15-2021 Kenneth Maxwell Modified comment(s), */ -/* fixed the order of setting */ -/* the display driver callback */ -/* and drawing the background, */ -/* resulting in version 6.1.9 */ -/* */ /**************************************************************************/ VOID _gx_circular_gauge_background_draw(GX_CIRCULAR_GAUGE *gauge) { diff --git a/common/src/gx_circular_gauge_create.c b/common/src/gx_circular_gauge_create.c index 95f6143f1..db5a479a8 100644 --- a/common/src/gx_circular_gauge_create.c +++ b/common/src/gx_circular_gauge_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -78,17 +79,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* added resize notify status, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_create(GX_CIRCULAR_GAUGE *gauge, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_circular_gauge_draw.c b/common/src/gx_circular_gauge_draw.c index b5e4cee36..3c4b5e21c 100644 --- a/common/src/gx_circular_gauge_draw.c +++ b/common/src/gx_circular_gauge_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_circular_gauge_draw(GX_CIRCULAR_GAUGE *gauge) diff --git a/common/src/gx_circular_gauge_event_process.c b/common/src/gx_circular_gauge_event_process.c index 211031044..40ad7d63a 100644 --- a/common/src/gx_circular_gauge_event_process.c +++ b/common/src/gx_circular_gauge_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,18 +72,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), improved */ -/* logic to recalculate needle */ -/* rectangle on resize event, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_event_process(GX_CIRCULAR_GAUGE *gauge, GX_EVENT *event_ptr) { diff --git a/common/src/gx_circular_gauge_needle_dirty_mark.c b/common/src/gx_circular_gauge_needle_dirty_mark.c index a2111b530..975e6369c 100644 --- a/common/src/gx_circular_gauge_needle_dirty_mark.c +++ b/common/src/gx_circular_gauge_needle_dirty_mark.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_needle_dirty_mark(GX_CIRCULAR_GAUGE *gauge) { diff --git a/common/src/gx_circular_gauge_needle_rectangle_calculate.c b/common/src/gx_circular_gauge_needle_rectangle_calculate.c index 987dd9c04..90daaa342 100644 --- a/common/src/gx_circular_gauge_needle_rectangle_calculate.c +++ b/common/src/gx_circular_gauge_needle_rectangle_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,17 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Kenneth Maxwell Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_needle_rectangle_calculate(GX_CIRCULAR_GAUGE *gauge, INT angle, GX_RECTANGLE *rect) { diff --git a/common/src/gx_circular_gauge_needle_rotate.c b/common/src/gx_circular_gauge_needle_rotate.c index ba042d3e9..1e692eb03 100644 --- a/common/src/gx_circular_gauge_needle_rotate.c +++ b/common/src/gx_circular_gauge_needle_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_circular_gauge_needle_rotate(GX_CIRCULAR_GAUGE *gauge) { diff --git a/common/src/gx_context_brush_default.c b/common/src/gx_context_brush_default.c index 79e2908d6..9a439a579 100644 --- a/common/src/gx_context_brush_default.c +++ b/common/src/gx_context_brush_default.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* _gx_canvas_drawing_initiate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_default(GX_DRAW_CONTEXT *context) diff --git a/common/src/gx_context_brush_define.c b/common/src/gx_context_brush_define.c index 3796d9c5d..e49589a9b 100644 --- a/common/src/gx_context_brush_define.c +++ b/common/src/gx_context_brush_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* _gx_slider_needle_draw */ /* _gx_widget_border_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT style) { diff --git a/common/src/gx_context_brush_get.c b/common/src/gx_context_brush_get.c index 095c84504..7b064500e 100644 --- a/common/src/gx_context_brush_get.c +++ b/common/src/gx_context_brush_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* _gx_single_line_text_input_draw */ /* _gx_widget_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_get(GX_BRUSH **return_brush) { diff --git a/common/src/gx_context_brush_pattern_set.c b/common/src/gx_context_brush_pattern_set.c index 4b12abf9b..7bb87ca2e 100644 --- a/common/src/gx_context_brush_pattern_set.c +++ b/common/src/gx_context_brush_pattern_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_pattern_set(ULONG pattern) { diff --git a/common/src/gx_context_brush_set.c b/common/src/gx_context_brush_set.c index 6385d994e..cc986234b 100644 --- a/common/src/gx_context_brush_set.c +++ b/common/src/gx_context_brush_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_set(GX_BRUSH *brush) { diff --git a/common/src/gx_context_brush_style_set.c b/common/src/gx_context_brush_style_set.c index a580a868e..4e9ea7377 100644 --- a/common/src/gx_context_brush_style_set.c +++ b/common/src/gx_context_brush_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_style_set(UINT style) { diff --git a/common/src/gx_context_brush_width_set.c b/common/src/gx_context_brush_width_set.c index 4e6d374a8..3760b107b 100644 --- a/common/src/gx_context_brush_width_set.c +++ b/common/src/gx_context_brush_width_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_brush_width_set(UINT width) { diff --git a/common/src/gx_context_color_get.c b/common/src/gx_context_color_get.c index a7b338d5e..9958fdb5f 100644 --- a/common/src/gx_context_color_get.c +++ b/common/src/gx_context_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* _gx_context_fill_color_set */ /* _gx_context_line_color_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_color_get(GX_RESOURCE_ID color_id, GX_COLOR *return_color) { diff --git a/common/src/gx_context_fill_color_set.c b/common/src/gx_context_fill_color_set.c index d5b904237..045ccda54 100644 --- a/common/src/gx_context_fill_color_set.c +++ b/common/src/gx_context_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* _gx_widget_border_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_fill_color_set(GX_RESOURCE_ID fill_color_id) { diff --git a/common/src/gx_context_font_get.c b/common/src/gx_context_font_get.c index e70db574d..ab0bf6ad6 100644 --- a/common/src/gx_context_font_get.c +++ b/common/src/gx_context_font_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* _gx_context_font_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_font_get(GX_RESOURCE_ID resource_id, GX_FONT **return_font) { diff --git a/common/src/gx_context_font_set.c b/common/src/gx_context_font_set.c index 58850d1e4..8a3fa7be6 100644 --- a/common/src/gx_context_font_set.c +++ b/common/src/gx_context_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* _gx_single_line_text_input_draw */ /* _gx_widget_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_font_set(GX_RESOURCE_ID font_id) { diff --git a/common/src/gx_context_line_color_set.c b/common/src/gx_context_line_color_set.c index 5ae53b797..f8b0cd2ec 100644 --- a/common/src/gx_context_line_color_set.c +++ b/common/src/gx_context_line_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* _gx_widget_border_draw */ /* _gx_widget_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_line_color_set(GX_RESOURCE_ID line_color_id) { diff --git a/common/src/gx_context_pixelmap_get.c b/common/src/gx_context_pixelmap_get.c index 57137084f..8aafc1383 100644 --- a/common/src/gx_context_pixelmap_get.c +++ b/common/src/gx_context_pixelmap_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* _gx_scrollbar_thumb_position_calculate */ /* _gx_window_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_pixelmap_get(GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) { diff --git a/common/src/gx_context_pixelmap_set.c b/common/src/gx_context_pixelmap_set.c index d819a81c6..f9c994752 100644 --- a/common/src/gx_context_pixelmap_set.c +++ b/common/src/gx_context_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_pixelmap_set(GX_RESOURCE_ID pixelmap_id) { diff --git a/common/src/gx_context_raw_brush_define.c b/common/src/gx_context_raw_brush_define.c index c3e1d5aba..80276d006 100644 --- a/common/src/gx_context_raw_brush_define.c +++ b/common/src/gx_context_raw_brush_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style) { diff --git a/common/src/gx_context_raw_fill_color_set.c b/common/src/gx_context_raw_fill_color_set.c index 31439c0fb..212d03fbd 100644 --- a/common/src/gx_context_raw_fill_color_set.c +++ b/common/src/gx_context_raw_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_raw_fill_color_set(GX_COLOR line_color) { diff --git a/common/src/gx_context_raw_line_color_set.c b/common/src/gx_context_raw_line_color_set.c index 99d5f859f..f566f043a 100644 --- a/common/src/gx_context_raw_line_color_set.c +++ b/common/src/gx_context_raw_line_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_raw_line_color_set(GX_COLOR line_color) { diff --git a/common/src/gx_context_string_get.c b/common/src/gx_context_string_get.c index 0d669394d..09213ebb2 100644 --- a/common/src/gx_context_string_get.c +++ b/common/src/gx_context_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_widget_text_id_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) @@ -117,14 +110,6 @@ GX_DISPLAY *display; /* */ /* _gx_widget_text_id_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_context_string_get_ext(GX_RESOURCE_ID resource_id, GX_STRING *return_string) { diff --git a/common/src/gx_display_active_language_set.c b/common/src/gx_display_active_language_set.c index 9675bbe99..b3e432f3a 100644 --- a/common/src/gx_display_active_language_set.c +++ b/common/src/gx_display_active_language_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_active_language_set(GX_DISPLAY *display, GX_UBYTE language) { diff --git a/common/src/gx_display_canvas_dirty.c b/common/src/gx_display_canvas_dirty.c index 8fddec1ab..519b0f75a 100644 --- a/common/src/gx_display_canvas_dirty.c +++ b/common/src/gx_display_canvas_dirty.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* _gx_display_font_table_set */ /* _gx_display_pixelmap_table_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_canvas_dirty(GX_DISPLAY *display) { diff --git a/common/src/gx_display_color_set.c b/common/src/gx_display_color_set.c index f40fc402a..4e8637bb6 100644 --- a/common/src/gx_display_color_set.c +++ b/common/src/gx_display_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_color_set(GX_DISPLAY *display, GX_RESOURCE_ID resource_id, GX_COLOR new_color) { diff --git a/common/src/gx_display_color_table_set.c b/common/src/gx_display_color_table_set.c index 93e1f1957..114addaac 100644 --- a/common/src/gx_display_color_table_set.c +++ b/common/src/gx_display_color_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors) { diff --git a/common/src/gx_display_create.c b/common/src/gx_display_create.c index f4e2181e4..b37fa59f9 100644 --- a/common/src/gx_display_create.c +++ b/common/src/gx_display_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_create(GX_DISPLAY *display, GX_CONST GX_CHAR *name, UINT (*display_driver_setup)(GX_DISPLAY *), diff --git a/common/src/gx_display_delete.c b/common/src/gx_display_delete.c index 09d56a52d..47a35d403 100644 --- a/common/src/gx_display_delete.c +++ b/common/src/gx_display_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_delete(GX_DISPLAY *display, VOID (*display_driver_cleanup)(GX_DISPLAY *)) { diff --git a/common/src/gx_display_driver_1555xrgb_canvas_blend.c b/common/src/gx_display_driver_1555xrgb_canvas_blend.c index d30d9e09f..97734de24 100644 --- a/common/src/gx_display_driver_1555xrgb_canvas_blend.c +++ b/common/src/gx_display_driver_1555xrgb_canvas_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,14 +78,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1555xrgb_canvas_blend(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_1555xrgb_jpeg_draw.c b/common/src/gx_display_driver_1555xrgb_jpeg_draw.c index 9dfba1b3e..6e532c6ad 100644 --- a/common/src/gx_display_driver_1555xrgb_jpeg_draw.c +++ b/common/src/gx_display_driver_1555xrgb_jpeg_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,18 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* removed a parameter from */ -/* jpeg mcu decode function, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_1555xrgb_jpeg_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_1555xrgb_native_color_get.c b/common/src/gx_display_driver_1555xrgb_native_color_get.c index 4659f96ba..01a1edf6a 100644 --- a/common/src/gx_display_driver_1555xrgb_native_color_get.c +++ b/common/src/gx_display_driver_1555xrgb_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_1555xrgb_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_1555xrgb_pixel_blend.c b/common/src/gx_display_driver_1555xrgb_pixel_blend.c index 6b6629a71..844fc6028 100644 --- a/common/src/gx_display_driver_1555xrgb_pixel_blend.c +++ b/common/src/gx_display_driver_1555xrgb_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,14 +76,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1555xrgb_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_1555xrgb_pixelmap_rotate.c b/common/src/gx_display_driver_1555xrgb_pixelmap_rotate.c index 94cf67c0c..af75d5d84 100644 --- a/common/src/gx_display_driver_1555xrgb_pixelmap_rotate.c +++ b/common/src/gx_display_driver_1555xrgb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,17 +78,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1555xrgb_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -330,17 +320,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1555xrgb_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -617,14 +596,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1555xrgb_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_1555xrgb_png_draw.c b/common/src/gx_display_driver_1555xrgb_png_draw.c index 315e621d7..03bd10ae5 100644 --- a/common/src/gx_display_driver_1555xrgb_png_draw.c +++ b/common/src/gx_display_driver_1555xrgb_png_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_1555xrgb_png_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_1555xrgb_setup.c b/common/src/gx_display_driver_1555xrgb_setup.c index 52cc7d5b3..1f5d81a7a 100644 --- a/common/src/gx_display_driver_1555xrgb_setup.c +++ b/common/src/gx_display_driver_1555xrgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1555xrgb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_16bpp_block_move.c b/common/src/gx_display_driver_16bpp_block_move.c index dc91725c8..d2d867e31 100644 --- a/common/src/gx_display_driver_16bpp_block_move.c +++ b/common/src/gx_display_driver_16bpp_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,17 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added canvas status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_16bpp_canvas_copy.c b/common/src/gx_display_driver_16bpp_canvas_copy.c index b61ae8e0c..8b387b107 100644 --- a/common/src/gx_display_driver_16bpp_canvas_copy.c +++ b/common/src/gx_display_driver_16bpp_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,17 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added canvas status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_16bpp_horizontal_line_draw.c b/common/src/gx_display_driver_16bpp_horizontal_line_draw.c index b36fc4fdf..9053438c1 100644 --- a/common/src/gx_display_driver_16bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_16bpp_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,18 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_16bpp_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_16bpp_horizontal_pattern_line_draw.c index 960db2001..0dab7abd3 100644 --- a/common/src/gx_display_driver_16bpp_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_16bpp_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_16bpp_mouse_capture.c b/common/src/gx_display_driver_16bpp_mouse_capture.c index 5ed27c608..d526520ac 100644 --- a/common/src/gx_display_driver_16bpp_mouse_capture.c +++ b/common/src/gx_display_driver_16bpp_mouse_capture.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_16bpp_mouse_restore.c b/common/src/gx_display_driver_16bpp_mouse_restore.c index 977911508..84640dcb8 100644 --- a/common/src/gx_display_driver_16bpp_mouse_restore.c +++ b/common/src/gx_display_driver_16bpp_mouse_restore.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_16bpp_pixel_write.c b/common/src/gx_display_driver_16bpp_pixel_write.c index 0faf9a107..6790b8595 100644 --- a/common/src/gx_display_driver_16bpp_pixel_write.c +++ b/common/src/gx_display_driver_16bpp_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,18 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_16bpp_pixelmap_blend.c b/common/src/gx_display_driver_16bpp_pixelmap_blend.c index 5a96d32c3..fdb7dc7ad 100644 --- a/common/src/gx_display_driver_16bpp_pixelmap_blend.c +++ b/common/src/gx_display_driver_16bpp_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -139,14 +132,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -240,14 +225,6 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_pixelmap_compressed_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -375,14 +352,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_palette_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -458,14 +427,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_palette_pixelmap_transparent_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -546,14 +507,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_4444argb_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -637,14 +590,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -739,14 +684,6 @@ VOID _gx_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context, /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1555xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -812,14 +749,6 @@ VOID _gx_display_driver_1555xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context, /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_display_driver_16bpp_pixelmap_draw.c b/common/src/gx_display_driver_16bpp_pixelmap_draw.c index 3f2b79fbd..3b2e73c3c 100644 --- a/common/src/gx_display_driver_16bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_16bpp_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -146,14 +135,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -233,18 +214,6 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -375,14 +344,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -570,18 +531,6 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_palette_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -664,18 +613,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_palette_pixelmap_transparent_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -764,18 +701,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_palette_pixelmap_transparent_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -969,18 +894,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_palette_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1159,14 +1072,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_4444argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1252,14 +1157,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_4444argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1476,14 +1373,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1655,14 +1544,6 @@ GX_UBYTE brush_alpha = context -> gx_draw_context_brush.gx_brush_alpha; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1555xrgb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_16bpp_pixelmap_rotate.c b/common/src/gx_display_driver_16bpp_pixelmap_rotate.c index 6e5e8f7ec..4bac3d93e 100644 --- a/common/src/gx_display_driver_16bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_16bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,17 +78,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -330,17 +320,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -611,21 +590,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* remove unused assignment, */ -/* resulting in version 6.1.7 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -759,17 +723,6 @@ INT newypos; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* remove unused assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_pixelmap_simple_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -908,15 +861,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added 565bgr format support,*/ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_16bpp_rotated_block_move.c b/common/src/gx_display_driver_16bpp_rotated_block_move.c index 75c937fc4..32e30426f 100644 --- a/common/src/gx_display_driver_16bpp_rotated_block_move.c +++ b/common/src/gx_display_driver_16bpp_rotated_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_16bpp_rotated_canvas_copy.c b/common/src/gx_display_driver_16bpp_rotated_canvas_copy.c index 25ccd8052..e9384ef2f 100644 --- a/common/src/gx_display_driver_16bpp_rotated_canvas_copy.c +++ b/common/src/gx_display_driver_16bpp_rotated_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_16bpp_rotated_horizontal_line_draw.c b/common/src/gx_display_driver_16bpp_rotated_horizontal_line_draw.c index 8f6c7e07d..07272b4c6 100644 --- a/common/src/gx_display_driver_16bpp_rotated_horizontal_line_draw.c +++ b/common/src/gx_display_driver_16bpp_rotated_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw.c index 004221fd3..66ba7bccd 100644 --- a/common/src/gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_16bpp_rotated_pixel_write.c b/common/src/gx_display_driver_16bpp_rotated_pixel_write.c index 3803e290f..6fb83a7e2 100644 --- a/common/src/gx_display_driver_16bpp_rotated_pixel_write.c +++ b/common/src/gx_display_driver_16bpp_rotated_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_16bpp_rotated_pixelmap_blend.c b/common/src/gx_display_driver_16bpp_rotated_pixelmap_blend.c index a38c35f08..da1e8f8dd 100644 --- a/common/src/gx_display_driver_16bpp_rotated_pixelmap_blend.c +++ b/common/src/gx_display_driver_16bpp_rotated_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_rotated_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -153,12 +148,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -264,12 +253,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_rotated_pixelmap_compressed_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -416,12 +399,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_palette_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -517,12 +494,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -622,12 +593,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_4444argb_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -731,12 +696,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_display_driver_16bpp_rotated_pixelmap_draw.c b/common/src/gx_display_driver_16bpp_rotated_pixelmap_draw.c index 765c9ad43..554204ee5 100644 --- a/common/src/gx_display_driver_16bpp_rotated_pixelmap_draw.c +++ b/common/src/gx_display_driver_16bpp_rotated_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -150,12 +145,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -251,11 +240,6 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -410,12 +394,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -619,12 +597,6 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_palette_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -725,12 +697,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -837,11 +803,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_palette_pixelmap_transparent_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1057,11 +1018,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_palette_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1262,12 +1218,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_rotated_4444argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1373,11 +1323,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_rotated_4444argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1613,12 +1558,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_16bpp_rotated_pixelmap_rotate.c b/common/src/gx_display_driver_16bpp_rotated_pixelmap_rotate.c index e4f83e57f..d59e78bba 100644 --- a/common/src/gx_display_driver_16bpp_rotated_pixelmap_rotate.c +++ b/common/src/gx_display_driver_16bpp_rotated_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -78,12 +79,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -352,12 +347,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -657,12 +646,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_16bpp_rotated_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -829,12 +812,6 @@ INT newypos; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_pixelmap_simple_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -993,12 +970,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_16bpp_rotated_simple_line_draw.c b/common/src/gx_display_driver_16bpp_rotated_simple_line_draw.c index 33f63fd6d..cfcd2b41d 100644 --- a/common/src/gx_display_driver_16bpp_rotated_simple_line_draw.c +++ b/common/src/gx_display_driver_16bpp_rotated_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_16bpp_rotated_vertical_line_draw.c b/common/src/gx_display_driver_16bpp_rotated_vertical_line_draw.c index d6180bb9a..ee99855b8 100644 --- a/common/src/gx_display_driver_16bpp_rotated_vertical_line_draw.c +++ b/common/src/gx_display_driver_16bpp_rotated_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_16bpp_rotated_vertical_pattern_line_draw.c b/common/src/gx_display_driver_16bpp_rotated_vertical_pattern_line_draw.c index 0d5290107..cce4ddd6f 100644 --- a/common/src/gx_display_driver_16bpp_rotated_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_16bpp_rotated_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,12 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_rotated_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_16bpp_row_pitch_get.c b/common/src/gx_display_driver_16bpp_row_pitch_get.c index 834a70939..42b125754 100644 --- a/common/src/gx_display_driver_16bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_16bpp_row_pitch_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ USHORT _gx_display_driver_16bpp_row_pitch_get(USHORT width) { diff --git a/common/src/gx_display_driver_16bpp_simple_line_draw.c b/common/src/gx_display_driver_16bpp_simple_line_draw.c index 368cd257b..0ec90d868 100644 --- a/common/src/gx_display_driver_16bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_16bpp_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,18 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_16bpp_vertical_line_draw.c b/common/src/gx_display_driver_16bpp_vertical_line_draw.c index 93097c32f..d2bdbb4ca 100644 --- a/common/src/gx_display_driver_16bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_16bpp_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,18 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_16bpp_vertical_pattern_line_draw.c b/common/src/gx_display_driver_16bpp_vertical_pattern_line_draw.c index 728af21e7..c23b740bc 100644 --- a/common/src/gx_display_driver_16bpp_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_16bpp_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,18 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_1bpp_block_move.c b/common/src/gx_display_driver_1bpp_block_move.c index 2949e9b34..2abb0f50d 100644 --- a/common/src/gx_display_driver_1bpp_block_move.c +++ b/common/src/gx_display_driver_1bpp_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_1bpp_canvas_copy.c b/common/src/gx_display_driver_1bpp_canvas_copy.c index 33c770663..97a5dd0ea 100644 --- a/common/src/gx_display_driver_1bpp_canvas_copy.c +++ b/common/src/gx_display_driver_1bpp_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_1bpp_glyph_1bpp_draw.c b/common/src/gx_display_driver_1bpp_glyph_1bpp_draw.c index ff0ac6c24..9ad826c45 100644 --- a/common/src/gx_display_driver_1bpp_glyph_1bpp_draw.c +++ b/common/src/gx_display_driver_1bpp_glyph_1bpp_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_canvas_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ /* Draw area defines where the glyph is drawn. The draw area is not larger than the glyph. If it is smaller than diff --git a/common/src/gx_display_driver_1bpp_horizontal_line_draw.c b/common/src/gx_display_driver_1bpp_horizontal_line_draw.c index 4a5b26bee..3fe60cdae 100644 --- a/common/src/gx_display_driver_1bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_1bpp_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_1bpp_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_1bpp_horizontal_pattern_line_draw.c index 090dee08a..1afa21f79 100644 --- a/common/src/gx_display_driver_1bpp_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_1bpp_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_1bpp_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_1bpp_horizontal_pixelmap_line_draw.c index 94af905e2..fbf32db7c 100644 --- a/common/src/gx_display_driver_1bpp_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_1bpp_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -174,14 +167,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_horizontal_pixelmap_line_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -288,14 +273,6 @@ GX_PIXELMAP *pixelmap = info -> pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -451,14 +428,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -629,14 +598,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) { diff --git a/common/src/gx_display_driver_1bpp_mouse_capture.c b/common/src/gx_display_driver_1bpp_mouse_capture.c index f209e279f..2b55c8c71 100644 --- a/common/src/gx_display_driver_1bpp_mouse_capture.c +++ b/common/src/gx_display_driver_1bpp_mouse_capture.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_1bpp_mouse_restore.c b/common/src/gx_display_driver_1bpp_mouse_restore.c index 7f46f1879..fbd62240c 100644 --- a/common/src/gx_display_driver_1bpp_mouse_restore.c +++ b/common/src/gx_display_driver_1bpp_mouse_restore.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_1bpp_native_color_get.c b/common/src/gx_display_driver_1bpp_native_color_get.c index 64b549829..313e3119b 100644 --- a/common/src/gx_display_driver_1bpp_native_color_get.c +++ b/common/src/gx_display_driver_1bpp_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_1bpp_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_1bpp_pixel_write.c b/common/src/gx_display_driver_1bpp_pixel_write.c index b42dcd57a..5cc5ad625 100644 --- a/common/src/gx_display_driver_1bpp_pixel_write.c +++ b/common/src/gx_display_driver_1bpp_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_1bpp_pixelmap_draw.c b/common/src/gx_display_driver_1bpp_pixelmap_draw.c index 1d6f967bb..ad15f19da 100644 --- a/common/src/gx_display_driver_1bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_1bpp_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* _gx_display_driver_1bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -168,14 +161,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_1bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -288,14 +273,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_1bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) { @@ -440,14 +417,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_1bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) { @@ -632,14 +601,6 @@ GX_RECTANGLE *clip = context->gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_1bpp_pixelmap_rotate.c b/common/src/gx_display_driver_1bpp_pixelmap_rotate.c index ec321cbd5..246630d4f 100644 --- a/common/src/gx_display_driver_1bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_1bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,17 +66,6 @@ /* */ /* _gx_display_driver_1bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -218,17 +208,6 @@ INT getstride; /* */ /* _gx_display_driver_1bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -372,18 +351,6 @@ INT newypos; /* */ /* _gx_display_driver_1bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -568,18 +535,6 @@ INT newypos; /* */ /* _gx_display_driver_1bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_1bpp_pixelmap_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -793,14 +748,6 @@ GX_UBYTE getmask; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_1bpp_row_pitch_get.c b/common/src/gx_display_driver_1bpp_row_pitch_get.c index 595a125ad..7bee6356e 100644 --- a/common/src/gx_display_driver_1bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_1bpp_row_pitch_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ USHORT _gx_display_driver_1bpp_row_pitch_get(USHORT width) { diff --git a/common/src/gx_display_driver_1bpp_simple_line_draw.c b/common/src/gx_display_driver_1bpp_simple_line_draw.c index b3ceb7ee0..a21f49837 100644 --- a/common/src/gx_display_driver_1bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_1bpp_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_1bpp_vertical_line_draw.c b/common/src/gx_display_driver_1bpp_vertical_line_draw.c index b10c405ae..887fcd5b2 100644 --- a/common/src/gx_display_driver_1bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_1bpp_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_1bpp_vertical_pattern_line_draw.c b/common/src/gx_display_driver_1bpp_vertical_pattern_line_draw.c index fb98f7e43..fe8d2363d 100644 --- a/common/src/gx_display_driver_1bpp_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_1bpp_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_1bpp_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_24xrgb_canvas_blend.c b/common/src/gx_display_driver_24xrgb_canvas_blend.c index d901f48d9..879c55942 100644 --- a/common/src/gx_display_driver_24xrgb_canvas_blend.c +++ b/common/src/gx_display_driver_24xrgb_canvas_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,14 +77,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_canvas_blend(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_24xrgb_jpeg_draw.c b/common/src/gx_display_driver_24xrgb_jpeg_draw.c index c0c2aea78..6ed713a1a 100644 --- a/common/src/gx_display_driver_24xrgb_jpeg_draw.c +++ b/common/src/gx_display_driver_24xrgb_jpeg_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,18 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* removed a parameter from */ -/* jpeg mcu decode function, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_24xrgb_jpeg_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_24xrgb_mouse_capture.c b/common/src/gx_display_driver_24xrgb_mouse_capture.c index fe3d7a1ec..0f43192a3 100644 --- a/common/src/gx_display_driver_24xrgb_mouse_capture.c +++ b/common/src/gx_display_driver_24xrgb_mouse_capture.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_24xrgb_mouse_restore.c b/common/src/gx_display_driver_24xrgb_mouse_restore.c index e71bb1112..e8c7b4093 100644 --- a/common/src/gx_display_driver_24xrgb_mouse_restore.c +++ b/common/src/gx_display_driver_24xrgb_mouse_restore.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_24xrgb_native_color_get.c b/common/src/gx_display_driver_24xrgb_native_color_get.c index 628ff4efa..3750927fa 100644 --- a/common/src/gx_display_driver_24xrgb_native_color_get.c +++ b/common/src/gx_display_driver_24xrgb_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_24xrgb_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_24xrgb_pixel_blend.c b/common/src/gx_display_driver_24xrgb_pixel_blend.c index 8c26fed92..4271bf198 100644 --- a/common/src/gx_display_driver_24xrgb_pixel_blend.c +++ b/common/src/gx_display_driver_24xrgb_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,17 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* set alpha value as 0xff, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_24xrgb_pixelmap_blend.c b/common/src/gx_display_driver_24xrgb_pixelmap_blend.c index fb726af0d..caba75a5e 100644 --- a/common/src/gx_display_driver_24xrgb_pixelmap_blend.c +++ b/common/src/gx_display_driver_24xrgb_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) { @@ -137,18 +126,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -228,18 +205,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_palette_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -317,18 +282,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_palette_pixelmap_transparent_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -407,14 +360,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_4444argb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) { @@ -494,14 +439,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_565rgb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -590,14 +527,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_565rgb_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) { @@ -677,14 +606,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_display_driver_24xrgb_png_draw.c b/common/src/gx_display_driver_24xrgb_png_draw.c index a3fbd7146..d4871ee05 100644 --- a/common/src/gx_display_driver_24xrgb_png_draw.c +++ b/common/src/gx_display_driver_24xrgb_png_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_24xrgb_png_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_24xrgb_rotated_canvas_blend.c b/common/src/gx_display_driver_24xrgb_rotated_canvas_blend.c index 8d0631512..136a5ffa7 100644 --- a/common/src/gx_display_driver_24xrgb_rotated_canvas_blend.c +++ b/common/src/gx_display_driver_24xrgb_rotated_canvas_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_rotated_canvas_blend(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_24xrgb_rotated_jpeg_draw.c b/common/src/gx_display_driver_24xrgb_rotated_jpeg_draw.c index 0f7ed7136..f7d51472e 100644 --- a/common/src/gx_display_driver_24xrgb_rotated_jpeg_draw.c +++ b/common/src/gx_display_driver_24xrgb_rotated_jpeg_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,16 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* removed a parameter from */ -/* jpeg mcu decode function, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_24xrgb_rotated_jpeg_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_24xrgb_rotated_pixel_blend.c b/common/src/gx_display_driver_24xrgb_rotated_pixel_blend.c index 07ec9b097..3e89fd32c 100644 --- a/common/src/gx_display_driver_24xrgb_rotated_pixel_blend.c +++ b/common/src/gx_display_driver_24xrgb_rotated_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_rotated_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_24xrgb_rotated_png_draw.c b/common/src/gx_display_driver_24xrgb_rotated_png_draw.c index 1679cb9ba..00302ee15 100644 --- a/common/src/gx_display_driver_24xrgb_rotated_png_draw.c +++ b/common/src/gx_display_driver_24xrgb_rotated_png_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_24xrgb_rotated_png_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_24xrgb_rotated_setup.c b/common/src/gx_display_driver_24xrgb_rotated_setup.c index 0257e1dfa..ed20386ba 100644 --- a/common/src/gx_display_driver_24xrgb_rotated_setup.c +++ b/common/src/gx_display_driver_24xrgb_rotated_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_24xrgb_setup.c b/common/src/gx_display_driver_24xrgb_setup.c index 2bc2a63aa..0943cee56 100644 --- a/common/src/gx_display_driver_24xrgb_setup.c +++ b/common/src/gx_display_driver_24xrgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,18 +61,6 @@ static GX_COLOR mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added rotation angle */ -/* initialization, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_32argb_native_color_get.c b/common/src/gx_display_driver_32argb_native_color_get.c index 86cd0ba8e..0f665242f 100644 --- a/common/src/gx_display_driver_32argb_native_color_get.c +++ b/common/src/gx_display_driver_32argb_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_32argb_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_32argb_pixel_blend.c b/common/src/gx_display_driver_32argb_pixel_blend.c index 329ebc75d..c721e6d86 100644 --- a/common/src/gx_display_driver_32argb_pixel_blend.c +++ b/common/src/gx_display_driver_32argb_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,17 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* fix pixel blend logic, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32argb_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_32argb_pixelmap_blend.c b/common/src/gx_display_driver_32argb_pixelmap_blend.c index 7c168da06..394720071 100644 --- a/common/src/gx_display_driver_32argb_pixelmap_blend.c +++ b/common/src/gx_display_driver_32argb_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,18 +63,6 @@ /* */ /* _gx_display_driver_32argb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32argb_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, @@ -142,18 +131,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_32argb_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32argb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -220,14 +197,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32argb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_display_driver_32argb_pixelmap_draw.c b/common/src/gx_display_driver_32argb_pixelmap_draw.c index 9643ce079..afe59d0de 100644 --- a/common/src/gx_display_driver_32argb_pixelmap_draw.c +++ b/common/src/gx_display_driver_32argb_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,18 +67,6 @@ /* */ /* _gx_display_driver_32argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32argb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -153,16 +142,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.12 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -301,14 +280,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_32argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -473,14 +444,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_32argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -562,14 +525,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32argb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_32argb_rotated_pixel_blend.c b/common/src/gx_display_driver_32argb_rotated_pixel_blend.c index 0648493f2..ffc01bb13 100644 --- a/common/src/gx_display_driver_32argb_rotated_pixel_blend.c +++ b/common/src/gx_display_driver_32argb_rotated_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32argb_rotated_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_32argb_rotated_setup.c b/common/src/gx_display_driver_32argb_rotated_setup.c index 2d544e936..41b7b07cb 100644 --- a/common/src/gx_display_driver_32argb_rotated_setup.c +++ b/common/src/gx_display_driver_32argb_rotated_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32argb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_32argb_setup.c b/common/src/gx_display_driver_32argb_setup.c index 653ea388e..60ac08e97 100644 --- a/common/src/gx_display_driver_32argb_setup.c +++ b/common/src/gx_display_driver_32argb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,17 +61,6 @@ static GX_COLOR mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32argb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_32bpp_block_move.c b/common/src/gx_display_driver_32bpp_block_move.c index 0e97d3fbb..6a0760d40 100644 --- a/common/src/gx_display_driver_32bpp_block_move.c +++ b/common/src/gx_display_driver_32bpp_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_32bpp_canvas_copy.c b/common/src/gx_display_driver_32bpp_canvas_copy.c index 662e50956..57bac1a0c 100644 --- a/common/src/gx_display_driver_32bpp_canvas_copy.c +++ b/common/src/gx_display_driver_32bpp_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_32bpp_glyph_1bit_draw.c b/common/src/gx_display_driver_32bpp_glyph_1bit_draw.c index 13519ebbc..74bbe09c7 100644 --- a/common/src/gx_display_driver_32bpp_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_32bpp_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -81,17 +82,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* fixed access violation bug, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_32bpp_horizontal_line_draw.c b/common/src/gx_display_driver_32bpp_horizontal_line_draw.c index 236cb2bdb..8403f5c8c 100644 --- a/common/src/gx_display_driver_32bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_32bpp_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_32bpp_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_32bpp_horizontal_pattern_line_draw.c index d89b304da..3a3d30468 100644 --- a/common/src/gx_display_driver_32bpp_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_32bpp_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_32bpp_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_32bpp_horizontal_pixelmap_line_draw.c index 18919ea7b..0fb1c84cb 100644 --- a/common/src/gx_display_driver_32bpp_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_32bpp_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -155,14 +148,6 @@ GX_VALUE offset; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_raw_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -240,14 +225,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -377,14 +354,6 @@ GX_CONST GX_UBYTE *get_count = GX_NULL; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -520,14 +489,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -615,14 +576,6 @@ GX_VALUE offset; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -699,14 +652,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -842,14 +787,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1014,14 +951,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_32bpp_pixel_write.c b/common/src/gx_display_driver_32bpp_pixel_write.c index c8fe5993f..81aa1ee1c 100644 --- a/common/src/gx_display_driver_32bpp_pixel_write.c +++ b/common/src/gx_display_driver_32bpp_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_32bpp_pixelmap_draw.c b/common/src/gx_display_driver_32bpp_pixelmap_draw.c index 613a1d4a3..52a56151c 100644 --- a/common/src/gx_display_driver_32bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_32bpp_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -147,17 +140,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused assignments, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -235,14 +217,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -410,14 +384,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -560,14 +526,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_palette_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -750,17 +708,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused assignments, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_palette_pixelmap_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -853,17 +800,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused assignments, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_palette_pixelmap_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -948,14 +884,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_palette_pixelmap_transparent_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1147,14 +1075,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_565rgb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1233,14 +1153,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1422,14 +1334,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_565rgb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1665,14 +1569,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_565rgb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1770,14 +1666,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_4444argb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1862,14 +1750,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -2102,14 +1982,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_24xrgb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_32bpp_pixelmap_rotate.c b/common/src/gx_display_driver_32bpp_pixelmap_rotate.c index b163cb6f5..157a1413b 100644 --- a/common/src/gx_display_driver_32bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_32bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -81,17 +82,6 @@ /* */ /* _gx_display_driver_32bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -351,17 +341,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* _gx_display_driver_32bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -598,17 +577,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused assignments, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_24xrgb_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -782,17 +750,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-15-2021 Ting Zhu Modified comment(s), */ -/* corrected format type, */ -/* resulting in version 6.1.9 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_32bpp_rotated_block_move.c b/common/src/gx_display_driver_32bpp_rotated_block_move.c index 3a37412d8..2c5a35b48 100644 --- a/common/src/gx_display_driver_32bpp_rotated_block_move.c +++ b/common/src/gx_display_driver_32bpp_rotated_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_32bpp_rotated_canvas_copy.c b/common/src/gx_display_driver_32bpp_rotated_canvas_copy.c index dda00a4d9..6b74c7b6a 100644 --- a/common/src/gx_display_driver_32bpp_rotated_canvas_copy.c +++ b/common/src/gx_display_driver_32bpp_rotated_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_32bpp_rotated_glyph_1bit_draw.c b/common/src/gx_display_driver_32bpp_rotated_glyph_1bit_draw.c index f612cf722..668ac41de 100644 --- a/common/src/gx_display_driver_32bpp_rotated_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -80,15 +81,6 @@ /* */ /* GUIX Internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_32bpp_rotated_horizontal_line_draw.c b/common/src/gx_display_driver_32bpp_rotated_horizontal_line_draw.c index 7f403a911..6843d3f24 100644 --- a/common/src/gx_display_driver_32bpp_rotated_horizontal_line_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,12 +65,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw.c index 2341ea25f..221b41144 100644 --- a/common/src/gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c index f721af0c5..0fbbd84a6 100644 --- a/common/src/gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -157,12 +152,6 @@ GX_VALUE offset; /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_raw_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -243,12 +232,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -380,12 +363,6 @@ GX_CONST GX_UBYTE *get_count = GX_NULL; /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -521,12 +498,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -615,12 +586,6 @@ GX_VALUE offset; /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -699,12 +664,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -840,12 +799,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -998,12 +951,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_32bpp_rotated_pixel_write.c b/common/src/gx_display_driver_32bpp_rotated_pixel_write.c index 8dda99910..11bb09556 100644 --- a/common/src/gx_display_driver_32bpp_rotated_pixel_write.c +++ b/common/src/gx_display_driver_32bpp_rotated_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_32bpp_rotated_pixelmap_blend.c b/common/src/gx_display_driver_32bpp_rotated_pixelmap_blend.c index 5e94be1f7..a63b2ed67 100644 --- a/common/src/gx_display_driver_32bpp_rotated_pixelmap_blend.c +++ b/common/src/gx_display_driver_32bpp_rotated_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,15 +64,6 @@ /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) { @@ -156,15 +148,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -269,15 +252,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_palette_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -369,15 +343,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -470,15 +435,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_4444argb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) { @@ -589,15 +545,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_565rgb_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -712,15 +659,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_565rgb_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) { @@ -819,12 +757,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_display_driver_32bpp_rotated_pixelmap_draw.c b/common/src/gx_display_driver_32bpp_rotated_pixelmap_draw.c index efa9ad928..66182cce0 100644 --- a/common/src/gx_display_driver_32bpp_rotated_pixelmap_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -160,15 +155,6 @@ GX_RECTANGLE rotated_clip; /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -270,15 +256,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -472,15 +449,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -649,17 +617,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* moved NULL pointer check to */ -/* caller function, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_palette_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -855,12 +812,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR f /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_palette_pixelmap_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -956,12 +907,6 @@ GX_RECTANGLE rotated_clip; /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1053,15 +998,6 @@ GX_RECTANGLE rotated_clip; /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_palette_pixelmap_transparent_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1267,12 +1203,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR f /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_565rgb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1368,15 +1298,6 @@ GX_RECTANGLE rotated_clip; /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1584,15 +1505,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_565rgb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1853,15 +1765,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_565rgb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1978,15 +1881,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_4444argb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -2095,15 +1989,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -2334,16 +2219,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* added 8bit palette table */ -/* NULL pointer check, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_32bpp_rotated_pixelmap_rotate.c b/common/src/gx_display_driver_32bpp_rotated_pixelmap_rotate.c index ba833e6bf..c4f71a874 100644 --- a/common/src/gx_display_driver_32bpp_rotated_pixelmap_rotate.c +++ b/common/src/gx_display_driver_32bpp_rotated_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,15 +74,6 @@ /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -364,15 +356,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_32bpp_rotated_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -633,15 +616,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), changed */ -/* blend function set macro, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_32bpp_rotated_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -831,12 +805,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_32bpp_rotated_simple_line_draw.c b/common/src/gx_display_driver_32bpp_rotated_simple_line_draw.c index da6884433..413d24d41 100644 --- a/common/src/gx_display_driver_32bpp_rotated_simple_line_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_32bpp_rotated_vertical_line_draw.c b/common/src/gx_display_driver_32bpp_rotated_vertical_line_draw.c index d30c533cd..8369db939 100644 --- a/common/src/gx_display_driver_32bpp_rotated_vertical_line_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_32bpp_rotated_vertical_pattern_line_draw.c b/common/src/gx_display_driver_32bpp_rotated_vertical_pattern_line_draw.c index 01f767fb2..8bbcbd556 100644 --- a/common/src/gx_display_driver_32bpp_rotated_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_32bpp_rotated_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_rotated_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_32bpp_row_pitch_get.c b/common/src/gx_display_driver_32bpp_row_pitch_get.c index c15f81024..67ae91ca4 100644 --- a/common/src/gx_display_driver_32bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_32bpp_row_pitch_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ USHORT _gx_display_driver_32bpp_row_pitch_get(USHORT width) { diff --git a/common/src/gx_display_driver_32bpp_simple_line_draw.c b/common/src/gx_display_driver_32bpp_simple_line_draw.c index 114272c91..e253423d5 100644 --- a/common/src/gx_display_driver_32bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_32bpp_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_32bpp_vertical_line_draw.c b/common/src/gx_display_driver_32bpp_vertical_line_draw.c index e73c9e1f8..bcc9fcea3 100644 --- a/common/src/gx_display_driver_32bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_32bpp_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_32bpp_vertical_pattern_line_draw.c b/common/src/gx_display_driver_32bpp_vertical_pattern_line_draw.c index 0935d715f..1394a8d7d 100644 --- a/common/src/gx_display_driver_32bpp_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_32bpp_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_32bpp_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_332rgb_native_color_get.c b/common/src/gx_display_driver_332rgb_native_color_get.c index db9bc00bf..24980c98f 100644 --- a/common/src/gx_display_driver_332rgb_native_color_get.c +++ b/common/src/gx_display_driver_332rgb_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_332rgb_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_332rgb_pixel_blend.c b/common/src/gx_display_driver_332rgb_pixel_blend.c index 2fbcd00d0..055d624ba 100644 --- a/common/src/gx_display_driver_332rgb_pixel_blend.c +++ b/common/src/gx_display_driver_332rgb_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_332rgb_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_332rgb_pixelmap_draw.c b/common/src/gx_display_driver_332rgb_pixelmap_draw.c index 599839f2e..8542aa3ec 100644 --- a/common/src/gx_display_driver_332rgb_pixelmap_draw.c +++ b/common/src/gx_display_driver_332rgb_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_display_driver_332rgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -142,14 +135,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_332rgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -314,14 +299,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_332rgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -393,14 +370,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_332rgb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -569,14 +538,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_332rgb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_332rgb_pixelmap_rotate.c b/common/src/gx_display_driver_332rgb_pixelmap_rotate.c index 85e531690..2eb82213b 100644 --- a/common/src/gx_display_driver_332rgb_pixelmap_rotate.c +++ b/common/src/gx_display_driver_332rgb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,18 +76,6 @@ /* */ /* _gx_display_driver_332rgb_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -221,17 +210,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -505,17 +483,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* */ /* _gx_display_driver_332rgb_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_332rgb_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -763,14 +730,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_332rgb_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_332rgb_setup.c b/common/src/gx_display_driver_332rgb_setup.c index 61f77d296..92184d06e 100644 --- a/common/src/gx_display_driver_332rgb_setup.c +++ b/common/src/gx_display_driver_332rgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_332rgb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_4444argb_canvas_blend.c b/common/src/gx_display_driver_4444argb_canvas_blend.c index 1ba2ccd31..8fa1ece73 100644 --- a/common/src/gx_display_driver_4444argb_canvas_blend.c +++ b/common/src/gx_display_driver_4444argb_canvas_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,14 +76,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_canvas_blend(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_4444argb_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_4444argb_horizontal_pixelmap_line_draw.c index ffab043a3..6fb21dd51 100644 --- a/common/src/gx_display_driver_4444argb_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_4444argb_horizontal_pixelmap_line_draw.c @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at @@ -66,14 +67,6 @@ /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -162,14 +155,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -253,14 +238,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -403,14 +380,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -538,14 +507,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -633,14 +594,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -719,14 +672,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -863,14 +808,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1020,14 +957,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_4444argb_native_color_get.c b/common/src/gx_display_driver_4444argb_native_color_get.c index 5c7c89e93..f1ff51c6e 100644 --- a/common/src/gx_display_driver_4444argb_native_color_get.c +++ b/common/src/gx_display_driver_4444argb_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_4444argb_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_4444argb_pixel_blend.c b/common/src/gx_display_driver_4444argb_pixel_blend.c index 5b3c7f5fd..938cd17eb 100644 --- a/common/src/gx_display_driver_4444argb_pixel_blend.c +++ b/common/src/gx_display_driver_4444argb_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -79,14 +80,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_4444argb_pixelmap_draw.c b/common/src/gx_display_driver_4444argb_pixelmap_draw.c index 6e83ce8ad..172965585 100644 --- a/common/src/gx_display_driver_4444argb_pixelmap_draw.c +++ b/common/src/gx_display_driver_4444argb_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* _gx_display_driver_4444argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_pixelmap_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -150,14 +143,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4444argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -233,14 +218,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4444argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -376,14 +353,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4444argb_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -523,14 +492,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_4444argb_pixelmap_rotate.c b/common/src/gx_display_driver_4444argb_pixelmap_rotate.c index 1e57824b4..8b36545b5 100644 --- a/common/src/gx_display_driver_4444argb_pixelmap_rotate.c +++ b/common/src/gx_display_driver_4444argb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -80,17 +81,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_pixelmap_general_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -355,18 +345,6 @@ USHORT alpha[4] = {0}; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4444argb_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -489,14 +467,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x1, INT y1, GX_COLOR c /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_4444argb_setup.c b/common/src/gx_display_driver_4444argb_setup.c index d551ea7e2..e92acc698 100644 --- a/common/src/gx_display_driver_4444argb_setup.c +++ b/common/src/gx_display_driver_4444argb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4444argb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_4bpp_block_move.c b/common/src/gx_display_driver_4bpp_block_move.c index 47c1edd4a..046d48c92 100644 --- a/common/src/gx_display_driver_4bpp_block_move.c +++ b/common/src/gx_display_driver_4bpp_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_4bpp_canvas_copy.c b/common/src/gx_display_driver_4bpp_canvas_copy.c index a605bb929..29d86da3b 100644 --- a/common/src/gx_display_driver_4bpp_canvas_copy.c +++ b/common/src/gx_display_driver_4bpp_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_4bpp_glyph_1bit_draw.c b/common/src/gx_display_driver_4bpp_glyph_1bit_draw.c index 480f57a9f..dfe36cf4d 100644 --- a/common/src/gx_display_driver_4bpp_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_4bpp_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #define WRITE_PIXEL if (alpha & mask) \ diff --git a/common/src/gx_display_driver_4bpp_glyph_4bit_draw.c b/common/src/gx_display_driver_4bpp_glyph_4bit_draw.c index 3fc012f58..4adfb7552 100644 --- a/common/src/gx_display_driver_4bpp_glyph_4bit_draw.c +++ b/common/src/gx_display_driver_4bpp_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_canvas_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, const GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_4bpp_grayscale_setup.c b/common/src/gx_display_driver_4bpp_grayscale_setup.c index 807c8d164..97b064597 100644 --- a/common/src/gx_display_driver_4bpp_grayscale_setup.c +++ b/common/src/gx_display_driver_4bpp_grayscale_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,18 +63,6 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added rotation angle */ -/* initialization, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_grayscale_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_4bpp_horizontal_line_draw.c b/common/src/gx_display_driver_4bpp_horizontal_line_draw.c index f82185b7c..86167ca8a 100644 --- a/common/src/gx_display_driver_4bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_4bpp_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_4bpp_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_4bpp_horizontal_pattern_line_draw.c index 3374093a2..518b66a4c 100644 --- a/common/src/gx_display_driver_4bpp_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_4bpp_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_4bpp_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_4bpp_horizontal_pixelmap_line_draw.c index 1af887029..df74c4b93 100644 --- a/common/src/gx_display_driver_4bpp_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_4bpp_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -184,14 +177,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_horizontal_pixelmap_line_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -312,14 +297,6 @@ GX_PIXELMAP *pixelmap = info -> pixelmap; /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -526,14 +503,6 @@ GX_UBYTE getmask = 0; /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -722,14 +691,6 @@ GX_UBYTE putmask; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_4bpp_mouse_capture.c b/common/src/gx_display_driver_4bpp_mouse_capture.c index 34af67c5a..82ed1f25d 100644 --- a/common/src/gx_display_driver_4bpp_mouse_capture.c +++ b/common/src/gx_display_driver_4bpp_mouse_capture.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_4bpp_mouse_restore.c b/common/src/gx_display_driver_4bpp_mouse_restore.c index 1f92d5104..b566fc185 100644 --- a/common/src/gx_display_driver_4bpp_mouse_restore.c +++ b/common/src/gx_display_driver_4bpp_mouse_restore.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_4bpp_native_color_get.c b/common/src/gx_display_driver_4bpp_native_color_get.c index 9ccb1d7ce..48982dcf6 100644 --- a/common/src/gx_display_driver_4bpp_native_color_get.c +++ b/common/src/gx_display_driver_4bpp_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_4bpp_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_4bpp_pixel_write.c b/common/src/gx_display_driver_4bpp_pixel_write.c index 9f0c9c84a..c679795d5 100644 --- a/common/src/gx_display_driver_4bpp_pixel_write.c +++ b/common/src/gx_display_driver_4bpp_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_4bpp_pixelmap_draw.c b/common/src/gx_display_driver_4bpp_pixelmap_draw.c index 391bf74d5..fe5b5ac59 100644 --- a/common/src/gx_display_driver_4bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_4bpp_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* _gx_display_driver_4bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -171,14 +164,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -296,14 +281,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -500,14 +477,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4bpp_pixelmap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -683,14 +652,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_4bpp_pixelmap_rotate.c b/common/src/gx_display_driver_4bpp_pixelmap_rotate.c index 4b2cf4417..aa84d7bcb 100644 --- a/common/src/gx_display_driver_4bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_4bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,17 +66,6 @@ /* */ /* _gx_display_driver_4bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -225,17 +215,6 @@ GX_UBYTE color; /* */ /* _gx_display_driver_4bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -399,18 +378,6 @@ INT newypos; /* */ /* _gx_display_driver_4bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -624,18 +591,6 @@ GX_UBYTE color; /* */ /* _gx_display_driver_4bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_4bpp_pixelmap_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -894,14 +849,6 @@ GX_UBYTE pixel; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_4bpp_row_pitch_get.c b/common/src/gx_display_driver_4bpp_row_pitch_get.c index 1bf58d294..8f2755ce6 100644 --- a/common/src/gx_display_driver_4bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_4bpp_row_pitch_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* _gx_display_driver_4bpp_pixel_write */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ USHORT _gx_display_driver_4bpp_row_pitch_get(USHORT width) { diff --git a/common/src/gx_display_driver_4bpp_simple_line_draw.c b/common/src/gx_display_driver_4bpp_simple_line_draw.c index bc04d823a..5ac1ec396 100644 --- a/common/src/gx_display_driver_4bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_4bpp_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_4bpp_vertical_line_draw.c b/common/src/gx_display_driver_4bpp_vertical_line_draw.c index 6eee48269..9dacb20b7 100644 --- a/common/src/gx_display_driver_4bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_4bpp_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_4bpp_vertical_pattern_line_draw.c b/common/src/gx_display_driver_4bpp_vertical_pattern_line_draw.c index d7f5554c6..d3dcaa816 100644 --- a/common/src/gx_display_driver_4bpp_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_4bpp_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,18 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_4bpp_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_565rgb_canvas_blend.c b/common/src/gx_display_driver_565rgb_canvas_blend.c index 191090e00..4157e3e3a 100644 --- a/common/src/gx_display_driver_565rgb_canvas_blend.c +++ b/common/src/gx_display_driver_565rgb_canvas_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,16 +77,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added canvas status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_canvas_blend(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_565rgb_glyph_1bit_draw.c b/common/src/gx_display_driver_565rgb_glyph_1bit_draw.c index 918b20ff9..346e20108 100644 --- a/common/src/gx_display_driver_565rgb_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_565rgb_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -81,21 +82,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* fixed access violation bug, */ -/* resulting in version 6.1.11 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_565rgb_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_565rgb_horizontal_pixelmap_line_draw.c index acaf7db1b..83b6ca9aa 100644 --- a/common/src/gx_display_driver_565rgb_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_565rgb_horizontal_pixelmap_line_draw.c @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at @@ -67,14 +68,6 @@ /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -160,14 +153,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -266,14 +251,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) { @@ -400,14 +377,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -563,18 +532,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -657,14 +614,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -753,18 +702,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -892,14 +829,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1066,14 +995,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_565rgb_jpeg_draw.c b/common/src/gx_display_driver_565rgb_jpeg_draw.c index 30c4f1cdd..f0ecb5b50 100644 --- a/common/src/gx_display_driver_565rgb_jpeg_draw.c +++ b/common/src/gx_display_driver_565rgb_jpeg_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,18 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* removed a parameter from */ -/* jpeg mcu decode function, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_565rgb_jpeg_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_565rgb_native_color_get.c b/common/src/gx_display_driver_565rgb_native_color_get.c index caa42478f..d37572728 100644 --- a/common/src/gx_display_driver_565rgb_native_color_get.c +++ b/common/src/gx_display_driver_565rgb_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_565rgb_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_565rgb_pixel_blend.c b/common/src/gx_display_driver_565rgb_pixel_blend.c index fc0df3168..958c9e43d 100644 --- a/common/src/gx_display_driver_565rgb_pixel_blend.c +++ b/common/src/gx_display_driver_565rgb_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,18 +76,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_565rgb_png_draw.c b/common/src/gx_display_driver_565rgb_png_draw.c index b0e2994f2..960ed429a 100644 --- a/common/src/gx_display_driver_565rgb_png_draw.c +++ b/common/src/gx_display_driver_565rgb_png_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_565rgb_png_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_565rgb_rotated_canvas_blend.c b/common/src/gx_display_driver_565rgb_rotated_canvas_blend.c index d5d295876..ffdff0df7 100644 --- a/common/src/gx_display_driver_565rgb_rotated_canvas_blend.c +++ b/common/src/gx_display_driver_565rgb_rotated_canvas_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,12 +77,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_canvas_blend(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_565rgb_rotated_glyph_1bit_draw.c b/common/src/gx_display_driver_565rgb_rotated_glyph_1bit_draw.c index 8223f4156..0f752a76e 100644 --- a/common/src/gx_display_driver_565rgb_rotated_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_565rgb_rotated_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -81,12 +82,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c index 006e97005..915dfb4b0 100644 --- a/common/src/gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c @@ -1,5 +1,6 @@ /*************************************************************************** * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at @@ -67,12 +68,6 @@ /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_raw_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -152,12 +147,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -250,12 +239,6 @@ INT offset; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) { @@ -378,12 +361,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -534,12 +511,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, @@ -624,12 +595,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -712,12 +677,6 @@ INT offset; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -845,12 +804,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1012,12 +965,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_565rgb_rotated_jpeg_draw.c b/common/src/gx_display_driver_565rgb_rotated_jpeg_draw.c index 843d317f8..5ed74f1fe 100644 --- a/common/src/gx_display_driver_565rgb_rotated_jpeg_draw.c +++ b/common/src/gx_display_driver_565rgb_rotated_jpeg_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,16 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* removed a parameter from */ -/* jpeg mcu decode function, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_565rgb_rotated_jpeg_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_565rgb_rotated_pixel_blend.c b/common/src/gx_display_driver_565rgb_rotated_pixel_blend.c index b5ebcb5f9..e70dd1c6c 100644 --- a/common/src/gx_display_driver_565rgb_rotated_pixel_blend.c +++ b/common/src/gx_display_driver_565rgb_rotated_pixel_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,12 +76,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_pixel_blend(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fcolor, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_565rgb_rotated_png_draw.c b/common/src/gx_display_driver_565rgb_rotated_png_draw.c index e75759728..5caf88152 100644 --- a/common/src/gx_display_driver_565rgb_rotated_png_draw.c +++ b/common/src/gx_display_driver_565rgb_rotated_png_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) VOID _gx_display_driver_565rgb_rotated_png_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_565rgb_rotated_setup.c b/common/src/gx_display_driver_565rgb_rotated_setup.c index 76355c244..08b7a3412 100644 --- a/common/src/gx_display_driver_565rgb_rotated_setup.c +++ b/common/src/gx_display_driver_565rgb_rotated_setup.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,12 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_565rgb_setup.c b/common/src/gx_display_driver_565rgb_setup.c index 061a6bc12..876b8c27f 100644 --- a/common/src/gx_display_driver_565rgb_setup.c +++ b/common/src/gx_display_driver_565rgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ static USHORT mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESOLU /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added rotation angle */ -/* initialization, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_565rgb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_8bit_palette_native_color_get.c b/common/src/gx_display_driver_8bit_palette_native_color_get.c index f338c4e91..c638c39fc 100644 --- a/common/src/gx_display_driver_8bit_palette_native_color_get.c +++ b/common/src/gx_display_driver_8bit_palette_native_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_COLOR _gx_display_driver_8bit_palette_native_color_get(GX_DISPLAY *display, GX_COLOR rawcolor) { diff --git a/common/src/gx_display_driver_8bit_palette_rotated_setup.c b/common/src/gx_display_driver_8bit_palette_rotated_setup.c index 2e993f08d..37330869a 100644 --- a/common/src/gx_display_driver_8bit_palette_rotated_setup.c +++ b/common/src/gx_display_driver_8bit_palette_rotated_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bit_palette_rotated_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_8bit_palette_setup.c b/common/src/gx_display_driver_8bit_palette_setup.c index 98ac111d3..e14971833 100644 --- a/common/src/gx_display_driver_8bit_palette_setup.c +++ b/common/src/gx_display_driver_8bit_palette_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,18 +65,6 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added rotation angle */ -/* initialization, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bit_palette_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_8bpp_block_move.c b/common/src/gx_display_driver_8bpp_block_move.c index 29d044a50..93db92821 100644 --- a/common/src/gx_display_driver_8bpp_block_move.c +++ b/common/src/gx_display_driver_8bpp_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_8bpp_canvas_copy.c b/common/src/gx_display_driver_8bpp_canvas_copy.c index a53c1102d..c699d6d78 100644 --- a/common/src/gx_display_driver_8bpp_canvas_copy.c +++ b/common/src/gx_display_driver_8bpp_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_8bpp_glyph_1bit_draw.c b/common/src/gx_display_driver_8bpp_glyph_1bit_draw.c index 2b678dde4..101f9ffc2 100644 --- a/common/src/gx_display_driver_8bpp_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_8bpp_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -82,17 +83,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* fixed access violation bug, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_8bpp_glyph_3bit_draw.c b/common/src/gx_display_driver_8bpp_glyph_3bit_draw.c index 950d2e7cb..86eaf785d 100644 --- a/common/src/gx_display_driver_8bpp_glyph_3bit_draw.c +++ b/common/src/gx_display_driver_8bpp_glyph_3bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_canvas_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_glyph_3bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_8bpp_glyph_4bit_draw.c b/common/src/gx_display_driver_8bpp_glyph_4bit_draw.c index d85710e76..c790c749e 100644 --- a/common/src/gx_display_driver_8bpp_glyph_4bit_draw.c +++ b/common/src/gx_display_driver_8bpp_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_canvas_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_8bpp_horizontal_line_draw.c b/common/src/gx_display_driver_8bpp_horizontal_line_draw.c index 6e1403da9..01b59c735 100644 --- a/common/src/gx_display_driver_8bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_8bpp_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_8bpp_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_8bpp_horizontal_pattern_line_draw.c index ae7f43964..53d41e6cd 100644 --- a/common/src/gx_display_driver_8bpp_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_8bpp_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_8bpp_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_8bpp_horizontal_pixelmap_line_draw.c index 8d3865a79..15e5c9a82 100644 --- a/common/src/gx_display_driver_8bpp_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_8bpp_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -157,14 +150,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -294,14 +279,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -397,14 +374,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info, GX_UBYTE alpha) @@ -545,14 +514,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE); /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -629,14 +590,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -763,14 +716,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -854,14 +799,6 @@ GX_UBYTE pixel; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1005,14 +942,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1102,14 +1031,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1264,14 +1185,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -1376,14 +1289,6 @@ VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *cont /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_332rgb_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_8bpp_mouse_capture.c b/common/src/gx_display_driver_8bpp_mouse_capture.c index a05c2eacc..56e17954f 100644 --- a/common/src/gx_display_driver_8bpp_mouse_capture.c +++ b/common/src/gx_display_driver_8bpp_mouse_capture.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_8bpp_mouse_restore.c b/common/src/gx_display_driver_8bpp_mouse_restore.c index b367e8dbf..21eed9bf8 100644 --- a/common/src/gx_display_driver_8bpp_mouse_restore.c +++ b/common/src/gx_display_driver_8bpp_mouse_restore.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,14 +55,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_8bpp_pixel_write.c b/common/src/gx_display_driver_8bpp_pixel_write.c index dd7f55dc7..712ec801f 100644 --- a/common/src/gx_display_driver_8bpp_pixel_write.c +++ b/common/src/gx_display_driver_8bpp_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_8bpp_pixelmap_blend.c b/common/src/gx_display_driver_8bpp_pixelmap_blend.c index 0c6b9eef3..6c7978491 100644 --- a/common/src/gx_display_driver_8bpp_pixelmap_blend.c +++ b/common/src/gx_display_driver_8bpp_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_display_driver_8bpp_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_raw_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -141,14 +134,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_8bpp_pixelmap_blend */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -243,14 +228,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gx_display_driver_8bpp_pixelmap_draw.c b/common/src/gx_display_driver_8bpp_pixelmap_draw.c index 60d043a6e..bc5bb65ac 100644 --- a/common/src/gx_display_driver_8bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_8bpp_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -139,18 +132,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -307,14 +288,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -397,18 +370,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -580,14 +541,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_8bpp_pixelmap_rotate.c b/common/src/gx_display_driver_8bpp_pixelmap_rotate.c index 0a2703c08..9b7bf79fe 100644 --- a/common/src/gx_display_driver_8bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_8bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,17 +66,6 @@ /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -195,17 +185,6 @@ INT newypos; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -329,18 +308,6 @@ INT newypos; /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -481,18 +448,6 @@ INT newypos; /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_pixelmap_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -654,14 +609,6 @@ INT newypos; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_8bpp_rotated_block_move.c b/common/src/gx_display_driver_8bpp_rotated_block_move.c index cc5fee4b7..987b5681f 100644 --- a/common/src/gx_display_driver_8bpp_rotated_block_move.c +++ b/common/src/gx_display_driver_8bpp_rotated_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_block_move(GX_DRAW_CONTEXT *context, GX_RECTANGLE *block, INT xshift, INT yshift) diff --git a/common/src/gx_display_driver_8bpp_rotated_canvas_copy.c b/common/src/gx_display_driver_8bpp_rotated_canvas_copy.c index 226a8ff48..078056d4c 100644 --- a/common/src/gx_display_driver_8bpp_rotated_canvas_copy.c +++ b/common/src/gx_display_driver_8bpp_rotated_canvas_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_canvas_copy(GX_CANVAS *canvas, GX_CANVAS *composite) { diff --git a/common/src/gx_display_driver_8bpp_rotated_glyph_1bit_draw.c b/common/src/gx_display_driver_8bpp_rotated_glyph_1bit_draw.c index e1cde3580..c99ddde07 100644 --- a/common/src/gx_display_driver_8bpp_rotated_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -82,12 +83,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_8bpp_rotated_glyph_3bit_draw.c b/common/src/gx_display_driver_8bpp_rotated_glyph_3bit_draw.c index 891c703e5..052edbf45 100644 --- a/common/src/gx_display_driver_8bpp_rotated_glyph_3bit_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_glyph_3bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* _gx_canvas_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_glyph_3bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_8bpp_rotated_glyph_4bit_draw.c b/common/src/gx_display_driver_8bpp_rotated_glyph_4bit_draw.c index 381d10245..cc6d76d04 100644 --- a/common/src/gx_display_driver_8bpp_rotated_glyph_4bit_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* _gx_canvas_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_8bpp_rotated_horizontal_line_draw.c b/common/src/gx_display_driver_8bpp_rotated_horizontal_line_draw.c index 7b4024dcd..667f6e734 100644 --- a/common/src/gx_display_driver_8bpp_rotated_horizontal_line_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_horizontal_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_horizontal_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw.c b/common/src/gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw.c index 362f0e62f..67e92104b 100644 --- a/common/src/gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos) { diff --git a/common/src/gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c b/common/src/gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c index 18860127a..a91ad3276 100644 --- a/common/src/gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_raw_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -143,12 +138,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -277,12 +266,6 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -367,12 +350,6 @@ GX_UBYTE pixel; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -517,15 +494,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* removed redundant code, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) diff --git a/common/src/gx_display_driver_8bpp_rotated_pixel_write.c b/common/src/gx_display_driver_8bpp_rotated_pixel_write.c index 8be45f118..9e32c3f29 100644 --- a/common/src/gx_display_driver_8bpp_rotated_pixel_write.c +++ b/common/src/gx_display_driver_8bpp_rotated_pixel_write.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,12 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_pixel_write(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR color) { diff --git a/common/src/gx_display_driver_8bpp_rotated_pixelmap_draw.c b/common/src/gx_display_driver_8bpp_rotated_pixelmap_draw.c index 59d18862b..589611198 100644 --- a/common/src/gx_display_driver_8bpp_rotated_pixelmap_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -155,12 +150,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -315,12 +304,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -421,12 +404,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_compressed_transparent_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -592,12 +569,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/common/src/gx_display_driver_8bpp_rotated_pixelmap_rotate.c b/common/src/gx_display_driver_8bpp_rotated_pixelmap_rotate.c index 038aa76b1..7612dae24 100644 --- a/common/src/gx_display_driver_8bpp_rotated_pixelmap_rotate.c +++ b/common/src/gx_display_driver_8bpp_rotated_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -226,12 +221,6 @@ INT newypos; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -388,12 +377,6 @@ INT newypos; /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -559,12 +542,6 @@ else /* */ /* _gx_display_driver_8bpp_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_8bpp_rotated_pixelmap_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT cx, INT cy) @@ -743,12 +720,6 @@ INT newypos; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gx_display_driver_8bpp_rotated_simple_line_draw.c b/common/src/gx_display_driver_8bpp_rotated_simple_line_draw.c index d0d27d159..c22a39b60 100644 --- a/common/src/gx_display_driver_8bpp_rotated_simple_line_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_8bpp_rotated_vertical_line_draw.c b/common/src/gx_display_driver_8bpp_rotated_vertical_line_draw.c index 6d901f3c4..5d2f773ac 100644 --- a/common/src/gx_display_driver_8bpp_rotated_vertical_line_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_8bpp_rotated_vertical_pattern_line_draw.c b/common/src/gx_display_driver_8bpp_rotated_vertical_pattern_line_draw.c index 8fcd0ec00..65199cae7 100644 --- a/common/src/gx_display_driver_8bpp_rotated_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_8bpp_rotated_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,12 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_rotated_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_8bpp_row_pitch_get.c b/common/src/gx_display_driver_8bpp_row_pitch_get.c index 52b616884..1632c0d71 100644 --- a/common/src/gx_display_driver_8bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_8bpp_row_pitch_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ USHORT _gx_display_driver_8bpp_row_pitch_get(USHORT width) { diff --git a/common/src/gx_display_driver_8bpp_simple_line_draw.c b/common/src/gx_display_driver_8bpp_simple_line_draw.c index 044172944..97e535fa5 100644 --- a/common/src/gx_display_driver_8bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_8bpp_simple_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_simple_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_8bpp_vertical_line_draw.c b/common/src/gx_display_driver_8bpp_vertical_line_draw.c index 9f979d8ec..de65e54e0 100644 --- a/common/src/gx_display_driver_8bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_8bpp_vertical_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_vertical_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color) { diff --git a/common/src/gx_display_driver_8bpp_vertical_pattern_line_draw.c b/common/src/gx_display_driver_8bpp_vertical_pattern_line_draw.c index 3b4101ad2..26103746e 100644 --- a/common/src/gx_display_driver_8bpp_vertical_pattern_line_draw.c +++ b/common/src/gx_display_driver_8bpp_vertical_pattern_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_8bpp_vertical_pattern_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos) { diff --git a/common/src/gx_display_driver_arc_clipping_get.c b/common/src/gx_display_driver_arc_clipping_get.c index a0870998a..2c03a389f 100644 --- a/common/src/gx_display_driver_arc_clipping_get.c +++ b/common/src/gx_display_driver_arc_clipping_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) VOID _gx_display_driver_arc_clipping_get(INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle, diff --git a/common/src/gx_display_driver_generic_aliased_arc_draw.c b/common/src/gx_display_driver_generic_aliased_arc_draw.c index c20d123a3..b153d128b 100644 --- a/common/src/gx_display_driver_generic_aliased_arc_draw.c +++ b/common/src/gx_display_driver_generic_aliased_arc_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) VOID _gx_display_driver_generic_aliased_arc_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) diff --git a/common/src/gx_display_driver_generic_aliased_circle_draw.c b/common/src/gx_display_driver_generic_aliased_circle_draw.c index 885e0ce96..c2fcf8220 100644 --- a/common/src/gx_display_driver_generic_aliased_circle_draw.c +++ b/common/src/gx_display_driver_generic_aliased_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) diff --git a/common/src/gx_display_driver_generic_aliased_ellipse_draw.c b/common/src/gx_display_driver_generic_aliased_ellipse_draw.c index 5aba3c317..908d9cf8c 100644 --- a/common/src/gx_display_driver_generic_aliased_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_aliased_ellipse_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_ellipse_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gx_display_driver_generic_aliased_filled_circle_draw.c b/common/src/gx_display_driver_generic_aliased_filled_circle_draw.c index d10c5bcda..dd669ce07 100644 --- a/common/src/gx_display_driver_generic_aliased_filled_circle_draw.c +++ b/common/src/gx_display_driver_generic_aliased_filled_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,18 +65,6 @@ /* */ /* _gx_display_driver_generic_aliased_wide_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_filled_circle_draw(GX_DRAW_CONTEXT *context, GX_FIXED_VAL xcenter, GX_FIXED_VAL ycenter, GX_FIXED_VAL r) { diff --git a/common/src/gx_display_driver_generic_aliased_fixed_point_line_draw.c b/common/src/gx_display_driver_generic_aliased_fixed_point_line_draw.c index cf3b388ae..c233f9e60 100644 --- a/common/src/gx_display_driver_generic_aliased_fixed_point_line_draw.c +++ b/common/src/gx_display_driver_generic_aliased_fixed_point_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,17 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* fixed compile warnings, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_fixed_point_line_draw(GX_DRAW_CONTEXT *context, GX_FIXED_VAL xstart, GX_FIXED_VAL ystart, diff --git a/common/src/gx_display_driver_generic_aliased_line_draw.c b/common/src/gx_display_driver_generic_aliased_line_draw.c index bc7df3718..6b343a4be 100644 --- a/common/src/gx_display_driver_generic_aliased_line_draw.c +++ b/common/src/gx_display_driver_generic_aliased_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) { diff --git a/common/src/gx_display_driver_generic_aliased_wide_arc_draw.c b/common/src/gx_display_driver_generic_aliased_wide_arc_draw.c index 5c4d0c906..70f13afc5 100644 --- a/common/src/gx_display_driver_generic_aliased_wide_arc_draw.c +++ b/common/src/gx_display_driver_generic_aliased_wide_arc_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* */ /* _gx_display_driver_generic_aliased_wide_arc_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_simple_aliased_wide_arc_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { @@ -692,14 +685,6 @@ INT next_shift; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_wide_arc_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { diff --git a/common/src/gx_display_driver_generic_aliased_wide_circle_draw.c b/common/src/gx_display_driver_generic_aliased_wide_circle_draw.c index 7a62cdc85..9e5d76126 100644 --- a/common/src/gx_display_driver_generic_aliased_wide_circle_draw.c +++ b/common/src/gx_display_driver_generic_aliased_wide_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,17 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* fixed compile warnings, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) VOID _gx_display_driver_generic_aliased_wide_circle_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r) diff --git a/common/src/gx_display_driver_generic_aliased_wide_ellipse_draw.c b/common/src/gx_display_driver_generic_aliased_wide_ellipse_draw.c index 58d8c005e..6c29e596e 100644 --- a/common/src/gx_display_driver_generic_aliased_wide_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_aliased_wide_ellipse_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_wide_ellipse_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gx_display_driver_generic_aliased_wide_line_draw.c b/common/src/gx_display_driver_generic_aliased_wide_line_draw.c index 1b95d173f..a1b5be164 100644 --- a/common/src/gx_display_driver_generic_aliased_wide_line_draw.c +++ b/common/src/gx_display_driver_generic_aliased_wide_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,17 +73,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* supported display rotation, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_aliased_wide_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) diff --git a/common/src/gx_display_driver_generic_alphamap_draw.c b/common/src/gx_display_driver_generic_alphamap_draw.c index adf6b3da7..ed3aadb53 100644 --- a/common/src/gx_display_driver_generic_alphamap_draw.c +++ b/common/src/gx_display_driver_generic_alphamap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_alphamap_raw_alpha_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp, GX_UBYTE alpha) { @@ -152,14 +145,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_alphamap_compressed_alpha_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp, GX_UBYTE alpha) { @@ -298,14 +283,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_alphamap_raw_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp) { @@ -382,14 +359,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_alphamap_compressed_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp) { @@ -535,14 +504,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_alphamap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp) { diff --git a/common/src/gx_display_driver_generic_arc_draw.c b/common/src/gx_display_driver_generic_arc_draw.c index 39de2f8fa..5c02a6c74 100644 --- a/common/src/gx_display_driver_generic_arc_draw.c +++ b/common/src/gx_display_driver_generic_arc_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) VOID _gx_display_driver_generic_arc_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) diff --git a/common/src/gx_display_driver_generic_arc_fill.c b/common/src/gx_display_driver_generic_arc_fill.c index baaffe412..158cc8b97 100644 --- a/common/src/gx_display_driver_generic_arc_fill.c +++ b/common/src/gx_display_driver_generic_arc_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* */ /* _gx_display_driver_generic_arc_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) diff --git a/common/src/gx_display_driver_generic_circle_draw.c b/common/src/gx_display_driver_generic_circle_draw.c index 16af7fcac..2a0f4c110 100644 --- a/common/src/gx_display_driver_generic_circle_draw.c +++ b/common/src/gx_display_driver_generic_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) diff --git a/common/src/gx_display_driver_generic_circle_fill.c b/common/src/gx_display_driver_generic_circle_fill.c index 159d46ae1..33b134912 100644 --- a/common/src/gx_display_driver_generic_circle_fill.c +++ b/common/src/gx_display_driver_generic_circle_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_circle_fill(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r) { diff --git a/common/src/gx_display_driver_generic_drawing_complete.c b/common/src/gx_display_driver_generic_drawing_complete.c index ceb8829d2..b13570dfe 100644 --- a/common/src/gx_display_driver_generic_drawing_complete.c +++ b/common/src/gx_display_driver_generic_drawing_complete.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if !defined (GX_HARDWARE_MOUSE_SUPPORT) VOID _gx_display_driver_generic_drawing_complete(GX_DISPLAY *display, GX_CANVAS *canvas) diff --git a/common/src/gx_display_driver_generic_drawing_initiate.c b/common/src/gx_display_driver_generic_drawing_initiate.c index 37135f676..e8f9ada2a 100644 --- a/common/src/gx_display_driver_generic_drawing_initiate.c +++ b/common/src/gx_display_driver_generic_drawing_initiate.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if !defined (GX_HARDWARE_MOUSE_SUPPORT) VOID _gx_display_driver_generic_drawing_initiate(GX_DISPLAY *display, GX_CANVAS *canvas) diff --git a/common/src/gx_display_driver_generic_ellipse_draw.c b/common/src/gx_display_driver_generic_ellipse_draw.c index 092a703cc..88824c164 100644 --- a/common/src/gx_display_driver_generic_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_ellipse_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,17 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* improved precision, */ -/* resulting in version 6.1.6 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_ellipse_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gx_display_driver_generic_ellipse_fill.c b/common/src/gx_display_driver_generic_ellipse_fill.c index b23c1c25e..ef3653f1c 100644 --- a/common/src/gx_display_driver_generic_ellipse_fill.c +++ b/common/src/gx_display_driver_generic_ellipse_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,19 +71,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* modified algorithm to make */ -/* it fit one-width antialiaed */ -/* ellipse outline, */ -/* resulting in version 6.1.6 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_ellipse_fill(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gx_display_driver_generic_filled_circle_draw.c b/common/src/gx_display_driver_generic_filled_circle_draw.c index 4ca982032..567a811c4 100644 --- a/common/src/gx_display_driver_generic_filled_circle_draw.c +++ b/common/src/gx_display_driver_generic_filled_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_display_driver_generic_simple_wide_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_filled_circle_draw(GX_DRAW_CONTEXT *context, GX_FIXED_VAL xcenter, GX_FIXED_VAL ycenter, GX_FIXED_VAL r) { diff --git a/common/src/gx_display_driver_generic_glyph_4bpp_draw.c b/common/src/gx_display_driver_generic_glyph_4bpp_draw.c index aed868164..283b4958a 100644 --- a/common/src/gx_display_driver_generic_glyph_4bpp_draw.c +++ b/common/src/gx_display_driver_generic_glyph_4bpp_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_generic_glyph_8bpp_draw.c b/common/src/gx_display_driver_generic_glyph_8bpp_draw.c index ccdc6a357..77ab11138 100644 --- a/common/src/gx_display_driver_generic_glyph_8bpp_draw.c +++ b/common/src/gx_display_driver_generic_glyph_8bpp_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_generic_mouse_cursor_define.c b/common/src/gx_display_driver_generic_mouse_cursor_define.c index 96a840e65..d916f628f 100644 --- a/common/src/gx_display_driver_generic_mouse_cursor_define.c +++ b/common/src/gx_display_driver_generic_mouse_cursor_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_mouse_define(GX_DISPLAY *display, GX_CANVAS *canvas, GX_MOUSE_CURSOR_INFO *info) { diff --git a/common/src/gx_display_driver_generic_mouse_draw.c b/common/src/gx_display_driver_generic_mouse_draw.c index a3303efb3..1b5db49da 100644 --- a/common/src/gx_display_driver_generic_mouse_draw.c +++ b/common/src/gx_display_driver_generic_mouse_draw.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) #if !defined(GX_HARDWARE_MOUSE_SUPPORT) diff --git a/common/src/gx_display_driver_generic_mouse_enable.c b/common/src/gx_display_driver_generic_mouse_enable.c index b21bb73c9..1955c7f83 100644 --- a/common/src/gx_display_driver_generic_mouse_enable.c +++ b/common/src/gx_display_driver_generic_mouse_enable.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_mouse_enable(GX_DISPLAY *display, GX_BOOL enable) { diff --git a/common/src/gx_display_driver_generic_mouse_position_set.c b/common/src/gx_display_driver_generic_mouse_position_set.c index 8b8a05108..82f2f0c3c 100644 --- a/common/src/gx_display_driver_generic_mouse_position_set.c +++ b/common/src/gx_display_driver_generic_mouse_position_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_mouse_position_set(GX_DISPLAY *display, GX_POINT *pos) { diff --git a/common/src/gx_display_driver_generic_pie_fill.c b/common/src/gx_display_driver_generic_pie_fill.c index cf8d8bc6f..8307011c5 100644 --- a/common/src/gx_display_driver_generic_pie_fill.c +++ b/common/src/gx_display_driver_generic_pie_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* _gx_canvas_pie_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) @@ -90,7 +83,7 @@ VOID _gx_display_driver_generic_pie_fill(GX_DRAW_CONTEXT *context, INT xcenter, } else if (end_angle < 360) { - /* Skip-end parameter should only be set when drawing the above area. + /* Skip-end parameter should only be set when drawing the above area. It would be set to GX_TRUE to skip the bottom line to avoid case that this line will be drawn twice, which is not correct, when brush alpha is set. */ _gx_display_driver_generic_simple_pie_fill(context, xcenter, ycenter, r, start_angle, 180, GX_TRUE); diff --git a/common/src/gx_display_driver_generic_polygon_draw.c b/common/src/gx_display_driver_generic_polygon_draw.c index a3d02878b..79f00f403 100644 --- a/common/src/gx_display_driver_generic_polygon_draw.c +++ b/common/src/gx_display_driver_generic_polygon_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_polygon_draw(GX_DRAW_CONTEXT *context, GX_POINT *vertex, INT num) { diff --git a/common/src/gx_display_driver_generic_polygon_fill.c b/common/src/gx_display_driver_generic_polygon_fill.c index 637bc90b8..7303f698e 100644 --- a/common/src/gx_display_driver_generic_polygon_fill.c +++ b/common/src/gx_display_driver_generic_polygon_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_min_max_get(GX_POINT *vertex, INT num, INT *ymin, INT *ymax, INT *xmin) { @@ -143,14 +136,6 @@ INT x_min; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_new_edge_table_init(GX_DRAW_CONTEXT *context, GX_POINT *vertex, INT num, GX_POLYGON_EDGE *net, INT *net_size) { @@ -273,14 +258,6 @@ GX_VALUE net_index = 0; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_active_edge_insert(GX_POLYGON_EDGE *aet, GX_POLYGON_EDGE *net, INT y, INT net_size, INT *aet_size) { @@ -341,14 +318,6 @@ INT active_edge_table_size = *aet_size; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_non_active_edge_remove(GX_POLYGON_EDGE *aet, INT y, INT *aet_size) { @@ -407,14 +376,6 @@ INT j; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_scan_line_draw(GX_DRAW_CONTEXT *context, GX_POLYGON_EDGE *aet, INT y, INT aet_size) { @@ -506,15 +467,6 @@ GX_COLOR fill_color; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed use of memcpy, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_pixelmap_scan_line_draw(GX_DRAW_CONTEXT *context, GX_POLYGON_EDGE *aet, INT aet_size, INT xpos, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -618,14 +570,6 @@ GX_BOOL is_drawn = GX_FALSE; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_display_driver_polygon_active_edge_table_update_and_restore(GX_POLYGON_EDGE *aet, INT aet_size) { @@ -701,14 +645,6 @@ GX_POLYGON_EDGE temp; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_polygon_fill(GX_DRAW_CONTEXT *context, GX_POINT *vertex, INT num) { diff --git a/common/src/gx_display_driver_generic_rotated_alphamap_draw.c b/common/src/gx_display_driver_generic_rotated_alphamap_draw.c index fb3fc657f..58440d883 100644 --- a/common/src/gx_display_driver_generic_rotated_alphamap_draw.c +++ b/common/src/gx_display_driver_generic_rotated_alphamap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_rotated_alphamap_raw_alpha_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp, GX_UBYTE alpha) { @@ -167,12 +162,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_rotated_alphamap_compressed_alpha_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp, GX_UBYTE alpha) { @@ -327,12 +316,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_rotated_alphamap_raw_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp) { @@ -425,12 +408,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_generic_alphamap_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_rotated_alphamap_compressed_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp) { @@ -591,12 +568,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_alphamap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pmp) { diff --git a/common/src/gx_display_driver_generic_rotated_arc_fill.c b/common/src/gx_display_driver_generic_rotated_arc_fill.c index 7801e740e..74af228cb 100644 --- a/common/src/gx_display_driver_generic_rotated_arc_fill.c +++ b/common/src/gx_display_driver_generic_rotated_arc_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,12 +75,6 @@ /* */ /* _gx_display_driver_generic_arc_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) VOID _gx_display_driver_generic_rotated_arc_fill(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) diff --git a/common/src/gx_display_driver_generic_rotated_circle_fill.c b/common/src/gx_display_driver_generic_rotated_circle_fill.c index 7794e364b..2970afb86 100644 --- a/common/src/gx_display_driver_generic_rotated_circle_fill.c +++ b/common/src/gx_display_driver_generic_rotated_circle_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_circle_fill(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r) { diff --git a/common/src/gx_display_driver_generic_rotated_ellipse_fill.c b/common/src/gx_display_driver_generic_rotated_ellipse_fill.c index 090aab805..a613d15b1 100644 --- a/common/src/gx_display_driver_generic_rotated_ellipse_fill.c +++ b/common/src/gx_display_driver_generic_rotated_ellipse_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,17 +71,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 04-02-2021 Ting Zhu Modified comment(s), */ -/* modified algorithm to make */ -/* it fit one-width antialiaed */ -/* ellipse outline, */ -/* resulting in version 6.1.6 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_ellipse_fill(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gx_display_driver_generic_rotated_glyph_4bit_draw.c b/common/src/gx_display_driver_generic_rotated_glyph_4bit_draw.c index 76ff1fb24..2606ed4a2 100644 --- a/common/src/gx_display_driver_generic_rotated_glyph_4bit_draw.c +++ b/common/src/gx_display_driver_generic_rotated_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,12 +65,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_generic_rotated_glyph_8bit_draw.c b/common/src/gx_display_driver_generic_rotated_glyph_8bit_draw.c index 2781b68a9..065c172bc 100644 --- a/common/src/gx_display_driver_generic_rotated_glyph_8bit_draw.c +++ b/common/src/gx_display_driver_generic_rotated_glyph_8bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/common/src/gx_display_driver_generic_rotated_pie_fill.c b/common/src/gx_display_driver_generic_rotated_pie_fill.c index eddcbff8e..38e8cbee3 100644 --- a/common/src/gx_display_driver_generic_rotated_pie_fill.c +++ b/common/src/gx_display_driver_generic_rotated_pie_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,15 +75,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) @@ -574,12 +566,6 @@ GX_FILL_PIXELMAP_INFO info; /* */ /* _gx_canvas_pie_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_pie_fill(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { diff --git a/common/src/gx_display_driver_generic_rotated_polygon_fill.c b/common/src/gx_display_driver_generic_rotated_polygon_fill.c index c8b559529..44fca7d56 100644 --- a/common/src/gx_display_driver_generic_rotated_polygon_fill.c +++ b/common/src/gx_display_driver_generic_rotated_polygon_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_min_max_get(GX_POINT *vertex, INT num, INT *xmin, INT *xmax, INT *ymin) { @@ -140,12 +135,6 @@ INT y_min; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_new_edge_table_init_90(GX_POINT *vertex, INT num, GX_POLYGON_EDGE *net, INT *net_size) { @@ -258,12 +247,6 @@ GX_VALUE net_index = 0; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_new_edge_table_init_270(GX_POINT *vertex, INT num, GX_POLYGON_EDGE *net, INT *net_size) { @@ -376,12 +359,6 @@ GX_VALUE net_index = 0; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_active_edge_insert(GX_POLYGON_EDGE *aet, GX_POLYGON_EDGE *net, INT x, INT net_size, INT *aet_size) { @@ -442,12 +419,6 @@ INT active_edge_table_size = *aet_size; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_non_active_edge_remove(GX_POLYGON_EDGE *aet, INT x, INT *aet_size) { @@ -506,12 +477,6 @@ INT j; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_scan_line_draw(GX_DRAW_CONTEXT *context, GX_POLYGON_EDGE *aet, INT x, INT aet_size) { @@ -608,12 +573,6 @@ GX_COLOR fill_color; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_polygon_pixelmap_scan_line_draw(GX_DRAW_CONTEXT *context, GX_POLYGON_EDGE *aet, INT aet_size, INT ypos, INT x, GX_FILL_PIXELMAP_INFO *info) @@ -723,12 +682,6 @@ GX_BOOL is_drawn = GX_FALSE; /* */ /* _gx_display_driver_generic_polygon_fill */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static UINT _gx_display_driver_polygon_active_edge_table_update_and_restore(GX_POLYGON_EDGE *aet, INT aet_size) { @@ -804,12 +757,6 @@ GX_POLYGON_EDGE temp; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_polygon_fill(GX_DRAW_CONTEXT *context, GX_POINT *vertex, INT num) { diff --git a/common/src/gx_display_driver_generic_rotated_wide_line_fill.c b/common/src/gx_display_driver_generic_rotated_wide_line_fill.c index f7c32de16..28cb8625d 100644 --- a/common/src/gx_display_driver_generic_rotated_wide_line_fill.c +++ b/common/src/gx_display_driver_generic_rotated_wide_line_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* _gx_display_driver_generic_simple_wide_line_draw */ /* _gx_display_driver_generic_aliased_wide_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_rotated_wide_line_fill(GX_DRAW_CONTEXT *context, GX_FIXED_POINT *pPoints) { diff --git a/common/src/gx_display_driver_generic_simple_pie_fill.c b/common/src/gx_display_driver_generic_simple_pie_fill.c index 7c89329fb..aeb7ae51f 100644 --- a/common/src/gx_display_driver_generic_simple_pie_fill.c +++ b/common/src/gx_display_driver_generic_simple_pie_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ARC_DRAWING_SUPPORT) diff --git a/common/src/gx_display_driver_generic_simple_wide_line_draw.c b/common/src/gx_display_driver_generic_simple_wide_line_draw.c index 8c9f6bed1..8213241a7 100644 --- a/common/src/gx_display_driver_generic_simple_wide_line_draw.c +++ b/common/src/gx_display_driver_generic_simple_wide_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,17 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* supported display rotation, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_simple_wide_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend) diff --git a/common/src/gx_display_driver_generic_wide_arc_draw.c b/common/src/gx_display_driver_generic_wide_arc_draw.c index f69dd4bbc..29d071298 100644 --- a/common/src/gx_display_driver_generic_wide_arc_draw.c +++ b/common/src/gx_display_driver_generic_wide_arc_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* _gx_display_driver_generic_wide_arc_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_display_driver_generic_simple_wide_arc_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { @@ -499,14 +492,6 @@ VOID (*line_draw)(GX_DRAW_CONTEXT *context, INT x1, INT x2, INT ypos, I /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_wide_arc_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { diff --git a/common/src/gx_display_driver_generic_wide_circle_draw.c b/common/src/gx_display_driver_generic_wide_circle_draw.c index d3e1f1e4c..1751d264c 100644 --- a/common/src/gx_display_driver_generic_wide_circle_draw.c +++ b/common/src/gx_display_driver_generic_wide_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_wide_circle_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, UINT r) { diff --git a/common/src/gx_display_driver_generic_wide_ellipse_draw.c b/common/src/gx_display_driver_generic_wide_ellipse_draw.c index 6e82ebcea..516e93f66 100644 --- a/common/src/gx_display_driver_generic_wide_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_wide_ellipse_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_wide_ellipse_draw(GX_DRAW_CONTEXT *context, INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gx_display_driver_generic_wide_line_fill.c b/common/src/gx_display_driver_generic_wide_line_fill.c index 1070bb01b..c5deff276 100644 --- a/common/src/gx_display_driver_generic_wide_line_fill.c +++ b/common/src/gx_display_driver_generic_wide_line_fill.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* _gx_display_driver_generic_simple_wide_line_draw */ /* _gx_display_driver_generic_aliased_wide_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_generic_wide_line_fill(GX_DRAW_CONTEXT *context, GX_FIXED_POINT *pPoints) { diff --git a/common/src/gx_display_driver_generic_wide_line_points_calculate.c b/common/src/gx_display_driver_generic_wide_line_points_calculate.c index 472e1a0c8..42397b98c 100644 --- a/common/src/gx_display_driver_generic_wide_line_points_calculate.c +++ b/common/src/gx_display_driver_generic_wide_line_points_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -79,14 +80,6 @@ static GX_FIXED_POINT LinePoints[5]; /* _gx_display_driver_generic_simple_wide_line_draw */ /* _gx_display_driver_generic_aliased_wide_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_FIXED_POINT *_gx_display_driver_generic_wide_line_points_calculate(GX_DRAW_CONTEXT *context, INT xStart, INT yStart, INT xEnd, INT yEnd, INT brush_width, GX_BOOL outline) diff --git a/common/src/gx_display_driver_horizontal_line_alpha_draw.c b/common/src/gx_display_driver_horizontal_line_alpha_draw.c index b7320910c..9bb8ca26e 100644 --- a/common/src/gx_display_driver_horizontal_line_alpha_draw.c +++ b/common/src/gx_display_driver_horizontal_line_alpha_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* _gx_display_driver_16bpp_horizontal_line_draw */ /* _gx_display_driver_32bpp_horizontal_line_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_horizontal_line_alpha_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT ypos, INT width, GX_COLOR color, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_monochrome_setup.c b/common/src/gx_display_driver_monochrome_setup.c index 5f1be63fb..0575c0c60 100644 --- a/common/src/gx_display_driver_monochrome_setup.c +++ b/common/src/gx_display_driver_monochrome_setup.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,18 +61,6 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added rotation angle */ -/* initialization, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_monochrome_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/common/src/gx_display_driver_simple_line_alpha_draw.c b/common/src/gx_display_driver_simple_line_alpha_draw.c index aefb4d891..3338dd545 100644 --- a/common/src/gx_display_driver_simple_line_alpha_draw.c +++ b/common/src/gx_display_driver_simple_line_alpha_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_simple_line_alpha_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, INT xend, INT yend, GX_UBYTE alpha) { diff --git a/common/src/gx_display_driver_vertical_line_alpha_draw.c b/common/src/gx_display_driver_vertical_line_alpha_draw.c index 03c7002c8..71c2c611e 100644 --- a/common/src/gx_display_driver_vertical_line_alpha_draw.c +++ b/common/src/gx_display_driver_vertical_line_alpha_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_display_driver_16bpp_vertical_line_alpha_draw */ /* _gx_display_driver_8bpp_vertical_line_alpha_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_display_driver_vertical_line_alpha_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT xpos, INT width, GX_COLOR color, GX_UBYTE alpha) { diff --git a/common/src/gx_display_font_table_set.c b/common/src/gx_display_font_table_set.c index 0c2eb3822..dfe77c96b 100644 --- a/common/src/gx_display_font_table_set.c +++ b/common/src/gx_display_font_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts) { diff --git a/common/src/gx_display_language_table_get.c b/common/src/gx_display_language_table_get.c index dc780698b..a9c0d03c1 100644 --- a/common/src/gx_display_language_table_get.c +++ b/common/src/gx_display_language_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_display_language_table_get(GX_DISPLAY *display, @@ -128,14 +121,6 @@ UINT _gx_display_language_table_get(GX_DISPLAY *display, /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_language_table_get_ext(GX_DISPLAY *display, GX_STRING ***language_table, GX_UBYTE *language_count, UINT *string_count) diff --git a/common/src/gx_display_language_table_set.c b/common/src/gx_display_language_table_set.c index 52474d8cb..593fdd752 100644 --- a/common/src/gx_display_language_table_set.c +++ b/common/src/gx_display_language_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_display_language_table_set(GX_DISPLAY *display, GX_CHAR ***language_table, @@ -151,14 +144,6 @@ GX_CONST GX_CHAR ***old_table = display -> gx_display_language_table_deprecated; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_language_table_set_ext(GX_DISPLAY *display, GX_CONST GX_STRING **language_table, GX_UBYTE num_languages, UINT number_of_strings) @@ -240,14 +225,6 @@ GX_CONST GX_STRING **old_table = display -> gx_display_language_table; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gx_display_language_direction_table_set(GX_DISPLAY *display, GX_CONST GX_UBYTE *language_direction_table, GX_UBYTE num_languages) diff --git a/common/src/gx_display_pixelmap_table_set.c b/common/src/gx_display_pixelmap_table_set.c index 5808caefa..7e6bfb052 100644 --- a/common/src/gx_display_pixelmap_table_set.c +++ b/common/src/gx_display_pixelmap_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_pixelmap_table_set(GX_DISPLAY *display, GX_PIXELMAP **pixelmap_table, UINT number_of_pixelmaps) { diff --git a/common/src/gx_display_string_get.c b/common/src/gx_display_string_get.c index 3ed9970f9..92bec2ecb 100644 --- a/common/src/gx_display_string_get.c +++ b/common/src/gx_display_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_context_string_get */ /* _gx_widget_string_get Drew the text onto the wdiget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_display_string_get(GX_DISPLAY *display, GX_RESOURCE_ID string_id, GX_CONST GX_CHAR **return_string) @@ -159,14 +152,6 @@ INT language; /* _gx_context_string_get */ /* _gx_widget_string_get Drew the text onto the wdiget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_string_get_ext(GX_DISPLAY *display, GX_RESOURCE_ID string_id, GX_STRING *return_string) { diff --git a/common/src/gx_display_string_table_get.c b/common/src/gx_display_string_table_get.c index 3aac327b8..7700a630b 100644 --- a/common/src/gx_display_string_table_get.c +++ b/common/src/gx_display_string_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_display_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) @@ -127,14 +120,6 @@ UINT _gx_display_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHA /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_string_table_get_ext(GX_DISPLAY *display, GX_UBYTE language, GX_STRING **put_table, UINT *put_size) { diff --git a/common/src/gx_display_theme_install.c b/common/src/gx_display_theme_install.c index b07fb718b..186617f61 100644 --- a/common/src/gx_display_theme_install.c +++ b/common/src/gx_display_theme_install.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_display_theme_install(GX_DISPLAY *display, GX_CONST GX_THEME *theme_ptr) { diff --git a/common/src/gx_drop_list_background_draw.c b/common/src/gx_drop_list_background_draw.c index 3731339bf..4d432fb67 100644 --- a/common/src/gx_drop_list_background_draw.c +++ b/common/src/gx_drop_list_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* _gx_drop_list_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_drop_list_background_draw(GX_DROP_LIST *drop_list) { diff --git a/common/src/gx_drop_list_close.c b/common/src/gx_drop_list_close.c index 45ea61b7a..a56480b48 100644 --- a/common/src/gx_drop_list_close.c +++ b/common/src/gx_drop_list_close.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* _gx_drop_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_drop_list_close(GX_DROP_LIST *drop_list) { diff --git a/common/src/gx_drop_list_create.c b/common/src/gx_drop_list_create.c index 1b05026ac..8efdf65b5 100644 --- a/common/src/gx_drop_list_create.c +++ b/common/src/gx_drop_list_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,14 +76,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_drop_list_create(GX_DROP_LIST *drop_list, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, INT open_height, diff --git a/common/src/gx_drop_list_draw.c b/common/src/gx_drop_list_draw.c index a685c1101..cb4b6b0ad 100644 --- a/common/src/gx_drop_list_draw.c +++ b/common/src/gx_drop_list_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* _gx_drop_list_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_drop_list_selected_children_draw(GX_DROP_LIST *drop_list, GX_WIDGET *widget, GX_VALUE xshift, GX_VALUE yshift) { @@ -170,18 +165,6 @@ ULONG old_style; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved drawing of the */ -/* selected item, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_drop_list_draw(GX_DROP_LIST *drop_list) { diff --git a/common/src/gx_drop_list_event_process.c b/common/src/gx_drop_list_event_process.c index e3c261be4..8ea0ca1d4 100644 --- a/common/src/gx_drop_list_event_process.c +++ b/common/src/gx_drop_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_drop_list_event_process(GX_DROP_LIST *drop_list, GX_EVENT *event_ptr) diff --git a/common/src/gx_drop_list_open.c b/common/src/gx_drop_list_open.c index 770da11ab..736d185f2 100644 --- a/common/src/gx_drop_list_open.c +++ b/common/src/gx_drop_list_open.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_drop_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_drop_list_open(GX_DROP_LIST *drop_list) { diff --git a/common/src/gx_drop_list_pixelmap_set.c b/common/src/gx_drop_list_pixelmap_set.c index 3bb45d140..6422627a0 100644 --- a/common/src/gx_drop_list_pixelmap_set.c +++ b/common/src/gx_drop_list_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID id) { diff --git a/common/src/gx_drop_list_popup_get.c b/common/src/gx_drop_list_popup_get.c index a91b0ed6c..5cf12f048 100644 --- a/common/src/gx_drop_list_popup_get.c +++ b/common/src/gx_drop_list_popup_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_drop_list_popup_get(GX_DROP_LIST *drop_list, GX_VERTICAL_LIST **return_list) { diff --git a/common/src/gx_generic_scroll_wheel_children_position.c b/common/src/gx_generic_scroll_wheel_children_position.c index bc75cb214..2b65198e4 100644 --- a/common/src/gx_generic_scroll_wheel_children_position.c +++ b/common/src/gx_generic_scroll_wheel_children_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_generic_scroll_wheel_children_position(GX_GENERIC_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_generic_scroll_wheel_create.c b/common/src/gx_generic_scroll_wheel_create.c index 7ac49d6aa..8cb27d767 100644 --- a/common/src/gx_generic_scroll_wheel_create.c +++ b/common/src/gx_generic_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,12 +70,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_generic_scroll_wheel_create(GX_GENERIC_SCROLL_WHEEL *wheel, diff --git a/common/src/gx_generic_scroll_wheel_down_wrap.c b/common/src/gx_generic_scroll_wheel_down_wrap.c index f48eb7673..3f1851461 100644 --- a/common/src/gx_generic_scroll_wheel_down_wrap.c +++ b/common/src/gx_generic_scroll_wheel_down_wrap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,12 +70,6 @@ /* _gx_generic_scroll_wheel_scroll Generic scroll wheel scroll */ /* function */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_generic_scroll_wheel_down_wrap(GX_GENERIC_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_generic_scroll_wheel_draw.c b/common/src/gx_generic_scroll_wheel_draw.c index 4cab7fe6b..582499e81 100644 --- a/common/src/gx_generic_scroll_wheel_draw.c +++ b/common/src/gx_generic_scroll_wheel_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,12 +73,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_generic_scroll_wheel_draw(GX_GENERIC_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_generic_scroll_wheel_event_process.c b/common/src/gx_generic_scroll_wheel_event_process.c index 271c40255..7c3e7840f 100644 --- a/common/src/gx_generic_scroll_wheel_event_process.c +++ b/common/src/gx_generic_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_generic_scroll_wheel_event_process(GX_GENERIC_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gx_generic_scroll_wheel_row_height_set.c b/common/src/gx_generic_scroll_wheel_row_height_set.c index 83be079f4..80819c7ee 100644 --- a/common/src/gx_generic_scroll_wheel_row_height_set.c +++ b/common/src/gx_generic_scroll_wheel_row_height_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,12 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_generic_scroll_wheel_row_height_set(GX_GENERIC_SCROLL_WHEEL *wheel, GX_VALUE row_height) { diff --git a/common/src/gx_generic_scroll_wheel_scroll.c b/common/src/gx_generic_scroll_wheel_scroll.c index e130aaa06..c35edf0a2 100644 --- a/common/src/gx_generic_scroll_wheel_scroll.c +++ b/common/src/gx_generic_scroll_wheel_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,18 +72,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* changed return type, */ -/* resulting in version 6.2.0 */ -/* 03-08-2023 Ting Zhu Modified comment(s), */ -/* changed return type, */ -/* resulting in version 6.2.1 */ -/* */ /**************************************************************************/ UINT _gx_generic_scroll_wheel_scroll(GX_GENERIC_SCROLL_WHEEL *wheel, GX_VALUE shift) { diff --git a/common/src/gx_generic_scroll_wheel_total_rows_set.c b/common/src/gx_generic_scroll_wheel_total_rows_set.c index 8096d207e..85f46681f 100644 --- a/common/src/gx_generic_scroll_wheel_total_rows_set.c +++ b/common/src/gx_generic_scroll_wheel_total_rows_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,12 +71,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_generic_scroll_wheel_total_rows_set(GX_GENERIC_SCROLL_WHEEL *wheel, INT count) { diff --git a/common/src/gx_generic_scroll_wheel_up_wrap.c b/common/src/gx_generic_scroll_wheel_up_wrap.c index f09817a25..5403de730 100644 --- a/common/src/gx_generic_scroll_wheel_up_wrap.c +++ b/common/src/gx_generic_scroll_wheel_up_wrap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,12 +68,6 @@ /* _gx_generic_scroll_wheel_scroll Generic scroll wheel scroll */ /* function */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_generic_scroll_wheel_up_wrap(GX_GENERIC_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_generic_scroll_wheel_wrap_style_check.c b/common/src/gx_generic_scroll_wheel_wrap_style_check.c index 6768f9f44..ee434747f 100644 --- a/common/src/gx_generic_scroll_wheel_wrap_style_check.c +++ b/common/src/gx_generic_scroll_wheel_wrap_style_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ GX_BOOL _gx_generic_scroll_wheel_wrap_style_check(GX_GENERIC_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_horizontal_list_children_position.c b/common/src/gx_horizontal_list_children_position.c index 733671d6d..0b298a9e2 100644 --- a/common/src/gx_horizontal_list_children_position.c +++ b/common/src/gx_horizontal_list_children_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_horizontal_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_children_position(GX_HORIZONTAL_LIST *horizontal_list) { diff --git a/common/src/gx_horizontal_list_create.c b/common/src/gx_horizontal_list_create.c index 740b1da26..8aaed540c 100644 --- a/common/src/gx_horizontal_list_create.c +++ b/common/src/gx_horizontal_list_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,18 +73,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* initialized new horizontal */ -/* list control block member, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_create(GX_HORIZONTAL_LIST *horizontal_list, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_horizontal_list_event_process.c b/common/src/gx_horizontal_list_event_process.c index f2f03cd70..c0a7d1ad8 100644 --- a/common/src/gx_horizontal_list_event_process.c +++ b/common/src/gx_horizontal_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -82,18 +83,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ -/* fixed bug in EVENT_PEN_DRAG */ -/* handler, */ -/* resulting in version 6.1.12 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_event_process(GX_HORIZONTAL_LIST *list, GX_EVENT *event_ptr) { diff --git a/common/src/gx_horizontal_list_left_wrap.c b/common/src/gx_horizontal_list_left_wrap.c index d4e2798a9..28053dbc8 100644 --- a/common/src/gx_horizontal_list_left_wrap.c +++ b/common/src/gx_horizontal_list_left_wrap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_horizontal_list_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_horizontal_list_left_wrap(GX_HORIZONTAL_LIST *list) { diff --git a/common/src/gx_horizontal_list_page_index_set.c b/common/src/gx_horizontal_list_page_index_set.c index e996b259d..92ada1684 100644 --- a/common/src/gx_horizontal_list_page_index_set.c +++ b/common/src/gx_horizontal_list_page_index_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_horizontal_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_page_index_set(GX_HORIZONTAL_LIST *list, INT index) { diff --git a/common/src/gx_horizontal_list_right_wrap.c b/common/src/gx_horizontal_list_right_wrap.c index a504b8a48..9d7a45f3c 100644 --- a/common/src/gx_horizontal_list_right_wrap.c +++ b/common/src/gx_horizontal_list_right_wrap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_horizontal_list_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_horizontal_list_right_wrap(GX_HORIZONTAL_LIST *list) { diff --git a/common/src/gx_horizontal_list_scroll.c b/common/src/gx_horizontal_list_scroll.c index 67fd801e0..01d34d2c2 100644 --- a/common/src/gx_horizontal_list_scroll.c +++ b/common/src/gx_horizontal_list_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* _gx_horizontal_list_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 08-02-2021 Ting Zhu Initial Version 6.1.8 */ -/* */ /**************************************************************************/ static VOID _gx_horizontal_list_invisible_page_scroll(GX_HORIZONTAL_LIST *list, INT num_pages) { @@ -178,17 +173,6 @@ INT maximum_scroll_pages; /* */ /* _gx_horizontal_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 08-02-2021 Ting Zhu Modified comment(s), */ -/* fixed scroll overflow issue,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ VOID _gx_horizontal_list_scroll(GX_HORIZONTAL_LIST *list, INT amount) { diff --git a/common/src/gx_horizontal_list_scroll_info_get.c b/common/src/gx_horizontal_list_scroll_info_get.c index 7b5982fec..a5a27e66e 100644 --- a/common/src/gx_horizontal_list_scroll_info_get.c +++ b/common/src/gx_horizontal_list_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2023 Ting Zhu Modified comments(s), */ -/* improved the calculation of */ -/* the maximum scrolling value.*/ -/* resulting in version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_horizontal_list_scroll_info_get(GX_WINDOW *win, ULONG style, GX_SCROLL_INFO *info) { diff --git a/common/src/gx_horizontal_list_selected_index_get.c b/common/src/gx_horizontal_list_selected_index_get.c index dbb7632b5..0affb0c36 100644 --- a/common/src/gx_horizontal_list_selected_index_get.c +++ b/common/src/gx_horizontal_list_selected_index_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_selected_index_get(GX_HORIZONTAL_LIST *horizontal_list, INT *return_index) diff --git a/common/src/gx_horizontal_list_selected_set.c b/common/src/gx_horizontal_list_selected_set.c index 0edc2e813..5a3f27219 100644 --- a/common/src/gx_horizontal_list_selected_set.c +++ b/common/src/gx_horizontal_list_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,18 +67,6 @@ /* */ /* _gx_horizontal_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ -/* added support for */ -/* GX_STYLE_REPEAT_SELECT, */ -/* resulting in version 6.1.12 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_selected_set(GX_HORIZONTAL_LIST *horizontal_list, INT index) diff --git a/common/src/gx_horizontal_list_selected_visible.c b/common/src/gx_horizontal_list_selected_visible.c index 21272a6c7..9520988c0 100644 --- a/common/src/gx_horizontal_list_selected_visible.c +++ b/common/src/gx_horizontal_list_selected_visible.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_horizontal_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_horizontal_list_selected_visible(GX_HORIZONTAL_LIST *list, GX_WIDGET *child) { diff --git a/common/src/gx_horizontal_list_selected_widget_get.c b/common/src/gx_horizontal_list_selected_widget_get.c index 06c00f914..d9993a698 100644 --- a/common/src/gx_horizontal_list_selected_widget_get.c +++ b/common/src/gx_horizontal_list_selected_widget_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_selected_widget_get(GX_HORIZONTAL_LIST *horizontal_list, GX_WIDGET **return_list_entry) diff --git a/common/src/gx_horizontal_list_slide_back_check.c b/common/src/gx_horizontal_list_slide_back_check.c index f8c7850a4..8625f9a18 100644 --- a/common/src/gx_horizontal_list_slide_back_check.c +++ b/common/src/gx_horizontal_list_slide_back_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* _gx_horizontal_list_event_process */ /* sw_horizontal_list_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_horizontal_list_slide_back_check(GX_HORIZONTAL_LIST *list) { diff --git a/common/src/gx_horizontal_list_total_columns_set.c b/common/src/gx_horizontal_list_total_columns_set.c index 45a62b4a2..bdda92ae9 100644 --- a/common/src/gx_horizontal_list_total_columns_set.c +++ b/common/src/gx_horizontal_list_total_columns_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,8 +56,8 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Obtain GUIX system lock */ -/* _gx_system_unlock Release GUIX system lock */ +/* GX_ENTER_CRITICAL Obtain GUIX system lock */ +/* GX_EXIT_CRITICAL Release GUIX system lock */ /* _gx_first_client_child_get Get the first client child */ /* _gx_window_scrollbar_find Find the scrollbar */ /* _gx_scrollbar_reset Reset the schollbar */ @@ -66,17 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_list_total_columns_set(GX_HORIZONTAL_LIST *list, INT count) { @@ -85,7 +75,7 @@ INT index; GX_WIDGET *test; GX_SCROLLBAR *pScroll; - _gx_system_lock(); + GX_ENTER_CRITICAL /* Update total count of rows. */ list -> gx_horizontal_list_total_columns = count; @@ -183,7 +173,7 @@ GX_SCROLLBAR *pScroll; _gx_scrollbar_reset(pScroll, GX_NULL); } - _gx_system_unlock(); + GX_EXIT_CRITICAL /* Refresh screen. */ if (list -> gx_widget_status & GX_STATUS_VISIBLE) diff --git a/common/src/gx_horizontal_scrollbar_create.c b/common/src/gx_horizontal_scrollbar_create.c index 7f3bdc661..93567958e 100644 --- a/common/src/gx_horizontal_scrollbar_create.c +++ b/common/src/gx_horizontal_scrollbar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_horizontal_scrollbar_create(GX_SCROLLBAR *scrollbar, GX_CONST GX_CHAR *name, GX_WINDOW *parent, GX_SCROLLBAR_APPEARANCE *appearance, ULONG style) diff --git a/common/src/gx_icon_background_draw.c b/common/src/gx_icon_background_draw.c index 58e952dba..e12f81af7 100644 --- a/common/src/gx_icon_background_draw.c +++ b/common/src/gx_icon_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_icon_background_draw(GX_ICON *icon) { diff --git a/common/src/gx_icon_button_create.c b/common/src/gx_icon_button_create.c index 40b78e1b3..408b7bd39 100644 --- a/common/src/gx_icon_button_create.c +++ b/common/src/gx_icon_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_icon_button_create(GX_ICON_BUTTON *button, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_icon_button_draw.c b/common/src/gx_icon_button_draw.c index ba70a9374..4dd26ec2b 100644 --- a/common/src/gx_icon_button_draw.c +++ b/common/src/gx_icon_button_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,17 +68,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-15-2021 Ting Zhu Modified comment(s), */ -/* fixed pixelmap draw offset, */ -/* resulting in version 6.1.9 */ -/* */ /**************************************************************************/ VOID _gx_icon_button_draw(GX_ICON_BUTTON *button) { diff --git a/common/src/gx_icon_button_pixelmap_set.c b/common/src/gx_icon_button_pixelmap_set.c index a799e4e43..97e3290e4 100644 --- a/common/src/gx_icon_button_pixelmap_set.c +++ b/common/src/gx_icon_button_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* _gx_drop_list_pixelmap_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_icon_button_pixelmap_set(GX_ICON_BUTTON *button, GX_RESOURCE_ID pixelmap_id) diff --git a/common/src/gx_icon_create.c b/common/src/gx_icon_create.c index a6ef914c1..c17878c78 100644 --- a/common/src/gx_icon_create.c +++ b/common/src/gx_icon_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_icon_create(GX_ICON *icon, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID pixelmap_id, ULONG style, USHORT icon_id, diff --git a/common/src/gx_icon_draw.c b/common/src/gx_icon_draw.c index 3bc41b409..f629c8183 100644 --- a/common/src/gx_icon_draw.c +++ b/common/src/gx_icon_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_icon_draw(GX_ICON *icon) { diff --git a/common/src/gx_icon_event_process.c b/common/src/gx_icon_event_process.c index 28c26c24a..b9dbdbaf4 100644 --- a/common/src/gx_icon_event_process.c +++ b/common/src/gx_icon_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_icon_event_process(GX_ICON *icon, GX_EVENT *event_ptr) { diff --git a/common/src/gx_icon_pixelmap_set.c b/common/src/gx_icon_pixelmap_set.c index 8c77112a9..f882658eb 100644 --- a/common/src/gx_icon_pixelmap_set.c +++ b/common/src/gx_icon_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_icon_pixelmap_set(GX_ICON *icon, GX_RESOURCE_ID normal_pixelmap_id, diff --git a/common/src/gx_icon_pixelmap_update.c b/common/src/gx_icon_pixelmap_update.c index d58a31e47..419634cb2 100644 --- a/common/src/gx_icon_pixelmap_update.c +++ b/common/src/gx_icon_pixelmap_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_icon_event_process */ /* _gx_icon_pixelmap_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_icon_pixelmap_update(GX_ICON *icon) { diff --git a/common/src/gx_image_reader_colorspace_convert.c b/common/src/gx_image_reader_colorspace_convert.c index 4663cd637..050621ec2 100644 --- a/common/src/gx_image_reader_colorspace_convert.c +++ b/common/src/gx_image_reader_colorspace_convert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* _gx_image_reader_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) static VOID _gx_image_reader_one_row_dither(GX_IMAGE_READER *image_reader, INT *error_ptr) @@ -236,14 +229,6 @@ INT *cur_err; /* */ /* _gx_image_reader_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) static VOID _gx_image_reader_one_row_convert(GX_IMAGE_READER *image_reader, INT *width) @@ -293,12 +278,6 @@ GX_PIXEL pixel; /* */ /* _gx_image_reader_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) static VOID _gx_image_reader_one_row_rotated_convert(GX_IMAGE_READER *image_reader, INT *width) @@ -354,14 +333,6 @@ GX_PIXEL pixel; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gx_image_reader_colorspace_convert(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) diff --git a/common/src/gx_image_reader_create.c b/common/src/gx_image_reader_create.c index 2f7a895ef..aff476872 100644 --- a/common/src/gx_image_reader_create.c +++ b/common/src/gx_image_reader_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gx_image_reader_create(GX_IMAGE_READER *image_reader, diff --git a/common/src/gx_image_reader_image_decode.c b/common/src/gx_image_reader_image_decode.c index c87b7ad77..5571f8a6c 100644 --- a/common/src/gx_image_reader_image_decode.c +++ b/common/src/gx_image_reader_image_decode.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) static UINT _gx_image_reader_image_type_get(GX_IMAGE_READER *image_reader) @@ -135,18 +128,6 @@ GX_CONST GX_UBYTE *buffer; /* */ /* _gx_image_reader_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* modified jpeg decode */ -/* function parameter list, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gx_image_reader_image_decode(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) diff --git a/common/src/gx_image_reader_jpeg_decode.c b/common/src/gx_image_reader_jpeg_decode.c index 85ee2b477..7b97df900 100644 --- a/common/src/gx_image_reader_jpeg_decode.c +++ b/common/src/gx_image_reader_jpeg_decode.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -120,18 +121,6 @@ /* */ /* _gx_image_reader_jpeg_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* prevented underflow from */ -/* bad input data, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_quantization_table_set(GX_JPEG_INFO *jpeg_info, UINT segment_len) { @@ -209,21 +198,6 @@ INT index; /* _gx_image_reader_jpeg_dc_decode */ /* _gx_image_reader_jpeg_ac_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* changed bit_count to */ -/* GX_VALUE data type, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_huffcode_find(GX_JPEG_INFO *jpeg_info, UINT table_class, @@ -291,21 +265,6 @@ GX_HUFFCODE_INFO *code_info; /* */ /* _gx_image_reader_jpeg_decode_blocks */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added range test to prevent */ -/* underflow, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_huffman_table_set(GX_JPEG_INFO *jpeg_info, UINT segment_len) { @@ -411,14 +370,6 @@ USHORT code = 0; /* */ /* _gx_image_reader_jpeg_decode_blocks */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_frame_header_read(GX_JPEG_INFO *jpeg_info, UINT segment_len) { @@ -507,14 +458,6 @@ INT i_component; /* */ /* _gx_image_reader_jpeg_decode_blocks */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_scan_header_read(GX_JPEG_INFO *jpeg_info, UINT segment_len) { @@ -584,20 +527,6 @@ INT index; /* */ /* _gx_image_reader_jpeg_one_block_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added range test, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_dc_decode(GX_JPEG_INFO *jpeg_info, UINT i_component) { @@ -684,20 +613,6 @@ GX_BOOL negative; /* */ /* _gx_image_reader_jpeg_one_block_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added range test, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_ac_decode(GX_JPEG_INFO *jpeg_info, UINT i_component) { @@ -886,12 +801,6 @@ INT negative; /* */ /* _gx_image_reader_jpeg_one_block_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_dequantize_idct(INT *block, INT *quant_table, GX_BYTE *out, INT stride) { @@ -1127,17 +1036,6 @@ int16_t const *base; /* */ /* _gx_image_reader_jpeg_2d_idct */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_1d_idct(INT *input_data, INT *output_data, INT post_scale, INT round) { @@ -1220,23 +1118,6 @@ INT t; /* */ /* _gx_image_reader_jpeg_one_block_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added range check for */ -/* stride, changed return val, */ -/* added range check for */ -/* table_index, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_dequantize_idct(INT *block, INT *quant_table, GX_BYTE *out, INT stride) { @@ -1320,21 +1201,6 @@ INT row; /* */ /* _gx_image_reader_jpeg_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* returned result of */ -/* dequantize_idct, */ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_one_block_decode(GX_JPEG_INFO *jpeg_info, UINT i_component, GX_BYTE *block_data) { @@ -1418,12 +1284,6 @@ INT stride; /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_24xrgb_pixel_write_helium(GX_JPEG_INFO *jpeg_info, uint8x16_t vred, uint8x16_t vgreen, uint8x16_t vblue, INT size) { @@ -1471,12 +1331,6 @@ INT index; /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_24xrgb_pixel_write(GX_JPEG_INFO *jpeg_info, GX_UBYTE red, GX_UBYTE green, GX_UBYTE blue) { @@ -1526,12 +1380,6 @@ static VOID _gx_image_reader_jpeg_24xrgb_pixel_write(GX_JPEG_INFO *jpeg_info, GX /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_24bpp_pixel_write_helium(GX_JPEG_INFO *jpeg_info, uint8x16_t vred, uint8x16_t vgreen, uint8x16_t vblue, INT size) { @@ -1590,12 +1438,6 @@ mve_pred16_t p; /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_24bpp_pixel_write(GX_JPEG_INFO *jpeg_info, GX_UBYTE red, GX_UBYTE green, GX_UBYTE blue) { @@ -1651,12 +1493,6 @@ static VOID _gx_image_reader_jpeg_24bpp_pixel_write(GX_JPEG_INFO *jpeg_info, GX_ /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_565rgb_pixel_write_helium(GX_JPEG_INFO *jpeg_info, uint8x16_t vred, uint8x16_t vgreen, uint8x16_t vblue, INT size) { @@ -1741,12 +1577,6 @@ GX_UBYTE blue[16]; /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_565rgb_pixel_write(GX_JPEG_INFO *jpeg_info, GX_UBYTE red, GX_UBYTE green, GX_UBYTE blue) { @@ -1806,12 +1636,6 @@ static VOID _gx_image_reader_jpeg_565rgb_pixel_write(GX_JPEG_INFO *jpeg_info, GX /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_1555xrgb_pixel_write_helium(GX_JPEG_INFO *jpeg_info, uint8x16_t vred, uint8x16_t vgreen, uint8x16_t vblue, INT size) { @@ -1896,12 +1720,6 @@ GX_UBYTE blue[16]; /* _gx_image_reader_jpeg_one_mcu_write */ /* _gx_image_reader_jpeg_one_mcu_rotated_write */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_jpeg_1555xrgb_pixel_write(GX_JPEG_INFO *jpeg_info, GX_UBYTE red, GX_UBYTE green, GX_UBYTE blue) { @@ -1958,12 +1776,6 @@ static VOID _gx_image_reader_jpeg_1555xrgb_pixel_write(GX_JPEG_INFO *jpeg_info, /* */ /* _gx_image_reader_jpeg_decompress */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_pixel_write_info_set(GX_JPEG_INFO *jpeg_info) { @@ -2079,19 +1891,6 @@ static UINT _gx_image_reader_jpeg_pixel_write_info_set(GX_JPEG_INFO *jpeg_info) /* */ /* _gx_image_reader_jpeg_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added Helium support, */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_one_mcu_write(GX_JPEG_INFO *jpeg_info, INT xpos, INT ypos, INT h, INT v) { @@ -2247,12 +2046,6 @@ INT blue; /* */ /* _gx_image_reader_jpeg_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_one_mcu_rotated_write(GX_JPEG_INFO *jpeg_info, INT xpos, INT ypos, INT h, INT v) { @@ -2445,20 +2238,6 @@ GX_BYTE sign = 1; /* */ /* _gx_image_reader_jpeg_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* abort if block decode fails,*/ -/* resulting in version 6.2.0 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_decompress(GX_JPEG_INFO *jpeg_info) { @@ -2567,17 +2346,6 @@ UINT (*one_mcu_write)(GX_JPEG_INFO *jpeg_info, INT xpos, INT ypos, INT h, INT v) /* _gx_image_reader_jpeg_decode */ /* _gx_image_reader_jpeg_mcu_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), removed */ -/* huffman table free logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_jpeg_decode_blocks(GX_JPEG_INFO *jpeg_info) { @@ -2707,17 +2475,6 @@ UINT status = GX_SUCCESS; /* */ /* _gx_image_reader_image_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_jpeg_decode(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) { @@ -2816,17 +2573,6 @@ GX_JPEG_INFO *jpeg_info; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_jpeg_mcu_decode(GX_CONST GX_UBYTE *read_data, ULONG data_size, GX_DRAW_CONTEXT *context, INT xpos, INT ypos) diff --git a/common/src/gx_image_reader_nearest_palette_color_get.c b/common/src/gx_image_reader_nearest_palette_color_get.c index cdc7af17e..1b95c6b3b 100644 --- a/common/src/gx_image_reader_nearest_palette_color_get.c +++ b/common/src/gx_image_reader_nearest_palette_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gx_image_reader_nearest_palette_color_get(GX_IMAGE_READER *image_reader, GX_PIXEL *want_color, INT *index) diff --git a/common/src/gx_image_reader_palette_set.c b/common/src/gx_image_reader_palette_set.c index 43111468f..e963ebb50 100644 --- a/common/src/gx_image_reader_palette_set.c +++ b/common/src/gx_image_reader_palette_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gx_image_reader_palette_set(GX_IMAGE_READER *image_reader, GX_COLOR *pal, UINT palsize) diff --git a/common/src/gx_image_reader_pixel_read_callback_set.c b/common/src/gx_image_reader_pixel_read_callback_set.c index 2a5d2633b..066832905 100644 --- a/common/src/gx_image_reader_pixel_read_callback_set.c +++ b/common/src/gx_image_reader_pixel_read_callback_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_8bit_alpha_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -116,14 +109,6 @@ GX_UBYTE *pLine; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_1bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -212,14 +197,6 @@ UINT palindex; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_2bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -309,14 +286,6 @@ UINT palindex; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -405,14 +374,6 @@ UINT palindex; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_8bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -496,14 +457,6 @@ UINT palindex; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_8bit_palette_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -571,14 +524,6 @@ UINT palindex; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_16bit_gray_alpha_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -629,14 +574,6 @@ GX_UBYTE *pLine; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_32bit_gray_alpha_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -686,14 +623,6 @@ GX_UBYTE *pLine; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_24bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -754,14 +683,6 @@ GX_COLOR *pTrans = image_reader -> gx_image_reader_png_trans; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_48bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -824,14 +745,6 @@ GX_COLOR *pTrans = image_reader -> gx_image_reader_png_trans; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_64bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -883,14 +796,6 @@ GX_UBYTE *pLine; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_32argb_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -939,14 +844,6 @@ GX_COLOR *pLine; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_32bit_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -995,14 +892,6 @@ GX_UBYTE *pget; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_16bit_gray_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1062,14 +951,6 @@ GX_UBYTE *pget; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_565rgb_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1131,14 +1012,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_1555xrgb_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1200,14 +1073,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4444argb_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1257,14 +1122,6 @@ const USHORT *data = (USHORT *)(image_reader -> gx_image_reader_getdata); /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4bit_grayscale_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1324,14 +1181,6 @@ GX_UBYTE color; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4bit_grayscale_transparent_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1405,14 +1254,6 @@ GX_UBYTE transparency = *(auxdata + aux_index); /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_1bpp_pixel_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1470,14 +1311,6 @@ GX_UBYTE color; /* */ /* _gx_image_reader_pixel_read_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_1bpp_transparent_read(GX_IMAGE_READER *image_reader, INT index, GX_PIXEL *pixel) { @@ -1590,14 +1423,6 @@ GX_UBYTE color; /* */ /* gx_image_reader_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_pixel_read_callback_set(GX_IMAGE_READER *image_reader, GX_PIXELMAP *inmap) { diff --git a/common/src/gx_image_reader_pixel_write_callback_set.c b/common/src/gx_image_reader_pixel_write_callback_set.c index 82bf89df5..1c6c3674a 100644 --- a/common/src/gx_image_reader_pixel_write_callback_set.c +++ b/common/src/gx_image_reader_pixel_write_callback_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ extern VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray); /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_8bit_alpha_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -119,14 +112,6 @@ GX_UBYTE *palpha; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_8bit_palette_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -186,14 +171,6 @@ INT palindex; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_24xrgb_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -246,12 +223,6 @@ GX_COLOR *pLine; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_24xrgb_rotated_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -310,14 +281,6 @@ GX_COLOR *pLine; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_32argb_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -369,14 +332,6 @@ GX_COLOR *pLine; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_565rgb_rle_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -450,14 +405,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_565rgb_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -518,15 +465,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_565rgb_rotated_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -599,14 +537,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_1555xrgb_rle_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -681,14 +611,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_1555xrgb_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -750,14 +672,6 @@ GX_UBYTE *pAlpha; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4444argb_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -815,14 +729,6 @@ USHORT *pLine; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4444argb_transparent_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -880,14 +786,6 @@ USHORT *pLine; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4bit_grayscale_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -960,14 +858,6 @@ GX_UBYTE color; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_4bit_grayscale_transparent_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -1086,14 +976,6 @@ GX_UBYTE color; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_monochrome_pixel_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -1184,14 +1066,6 @@ GX_UBYTE color; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_monochrome_transparent_write(GX_IMAGE_READER *image_reader, GX_PIXEL *pixel) { @@ -1309,15 +1183,6 @@ GX_UBYTE color; /* */ /* _gx_image_reader_pixel_write_callback_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* added 24xrgb format support,*/ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_pixel_rotated_write_callback_set(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) { @@ -1453,17 +1318,6 @@ static UINT _gx_image_reader_pixel_rotated_write_callback_set(GX_IMAGE_READER *i /* */ /* _gx_image_reader_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* supported rotation mode, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_pixel_write_callback_set(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) { diff --git a/common/src/gx_image_reader_png_decode.c b/common/src/gx_image_reader_png_decode.c index 70cea29bd..f328de896 100644 --- a/common/src/gx_image_reader_png_decode.c +++ b/common/src/gx_image_reader_png_decode.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ static UINT _bit_count; /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_png_crc_table_make(GX_PNG *png) { @@ -130,14 +123,6 @@ UINT k; /* _gx_image_reader_png_decode */ /* _gx_image_reader_png_bits_get */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_png_crc_get(GX_PNG *png, UINT *crc, UINT len) { @@ -187,14 +172,6 @@ UINT crc_cal = (*crc); /* _gx_image_reader_png_IHDR_chunk_read */ /* _gx_image_reader_png_gAMA_chunk_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_png_4bytes_read(GX_PNG *png, INT *value) { @@ -247,14 +224,6 @@ INT get_value; /* _gx_image_reader_png_bits_get */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_png_chunk_type_read(GX_PNG *png, CHAR *chunk_type) { @@ -304,14 +273,6 @@ static VOID _gx_image_reader_png_chunk_type_read(GX_PNG *png, CHAR *chunk_type) /* _gx_image_reader_png_huffcode_decode */ /* _gx_image_reader_png_IDAT_chunk_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_bits_get(GX_PNG *png, UINT num_of_bits, UINT *return_value) { @@ -396,14 +357,6 @@ INT index = png -> gx_png_trunk_end_index; /* _gx_image_reader_png_fixed_ll_huffman_code_find */ /* _gx_image_reader_png_huffcode_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static void _gx_image_reader_png_bits_revert(UINT *bits, UINT bits_len) { @@ -452,14 +405,6 @@ UINT i; /* _gx_image_reader_png_tRNS_chunk_read */ /* _gx_image_reader_png_IDAT_chunk_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_png_bits_skip(UINT num_of_skip_bits) { @@ -499,18 +444,6 @@ static VOID _gx_image_reader_png_bits_skip(UINT num_of_skip_bits) /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added data boundary check, */ -/* resulting in version 6.1 */ -/* 10-31-2022 Ting Zhu Modified comment(s), */ -/* added invalid value check, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_IHDR_chunk_read(GX_PNG *png) { @@ -648,14 +581,6 @@ static UINT _gx_image_reader_png_IHDR_chunk_read(GX_PNG *png) /* _gx_image_reader_png_huffcode_decode */ /* _gx_image_reader_png_ll_huffman_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_dynamic_huffman_code_find(INT *huffman_table, UINT *huffman_bits_count, @@ -735,14 +660,6 @@ UINT code_index = 0; /* */ /* _gx_image_reader_png_huffcode_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_fixed_ll_huffman_code_find(UINT scan_buffer, UINT *bit_len, @@ -828,14 +745,6 @@ UINT code; /* */ /* _gx_image_reader_png_IDAT_chunk_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_clen_huffman_read(GX_PNG *png, UINT hclen) { @@ -924,20 +833,6 @@ INT pos[16]; /* */ /* _gx_image_reader_png_IDAT_chunk_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* added invalid value check, */ -/* resulting in version 6.1.7 */ -/* 10-31-2022 Ting Zhu Modified comment(s), */ -/* added invalid value check, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_ll_huffman_read(GX_PNG *png, UINT hlit, UINT hdist) { @@ -1162,16 +1057,6 @@ INT index; /* */ /* _gx_image_reader_png_IDAT_chunk_read */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added data boundary check, */ -/* fixed gcc compile warning, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_huffcode_decode(GX_PNG *png, GX_BOOL dynamic, UINT decoded_data_size) { @@ -1359,14 +1244,6 @@ UINT copy_len; /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_tRNS_chunk_read(GX_PNG *png) { @@ -1461,15 +1338,6 @@ INT index; /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added data boundary check, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_IDAT_chunk_read(GX_PNG *png) { @@ -1708,15 +1576,6 @@ INT nlen; /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added data boundary check, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_gAMA_chunk_read(GX_PNG *png) { @@ -1763,14 +1622,6 @@ static UINT _gx_image_reader_png_gAMA_chunk_read(GX_PNG *png) /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_PLTE_chunk_read(GX_PNG *png) { @@ -1831,17 +1682,6 @@ GX_UBYTE blue; /* */ /* _gx_image_reader_png_unfilter */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), */ -/* replaced abs with GX_ABS, */ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ static GX_UBYTE _gx_image_reader_png_paeth_predictor(GX_UBYTE a, GX_UBYTE b, GX_UBYTE c) { @@ -1900,17 +1740,6 @@ INT pa, pb, pc; /* */ /* _gx_image_reader_png_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added null pointer check, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_png_unfilter(GX_PNG *png) { @@ -2065,22 +1894,6 @@ INT y; /* */ /* _gx_image_reader_image_decode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added data boundary check, */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), and */ -/* improved png decoding */ -/* performance, */ -/* resulting in version 6.1.7 */ -/* 10-31-2022 Ting Zhu Modified comment(s), and */ -/* added invalid value check, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_png_decode(GX_CONST GX_UBYTE *read_data, ULONG data_size, GX_PIXELMAP *outmap) { diff --git a/common/src/gx_image_reader_rle_encode.c b/common/src/gx_image_reader_rle_encode.c index 4e2beaca9..b48571897 100644 --- a/common/src/gx_image_reader_rle_encode.c +++ b/common/src/gx_image_reader_rle_encode.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* _gx_image_reader_rle_one_row_encode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_rle_count_location_get(GX_IMAGE_READER *image_reader, GX_UBYTE **put_count) { @@ -159,14 +152,6 @@ static UINT _gx_image_reader_rle_count_location_get(GX_IMAGE_READER *image_reade /* */ /* _gx_image_reader_rle_one_row_encode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_rle_count_write(GX_IMAGE_READER *image_reader, INT *count, GX_UBYTE *put_count, GX_BOOL repeat) @@ -322,14 +307,6 @@ INT write_count; /* */ /* _gx_image_reader_rle_one_row_encode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_rle_duplicates_count(GX_IMAGE_READER *image_reader, INT index, INT *repeat_counts) { @@ -400,14 +377,6 @@ GX_PIXEL cur_pixel; /* */ /* _gx_image_reader_rle_encode */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_rle_one_row_encode(GX_IMAGE_READER *image_reader) { @@ -518,14 +487,6 @@ GX_PIXEL pixel; /* */ /* _gx_image_reader_rle_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_rle_encode_size_get(GX_IMAGE_READER *image_reader, UINT *data_size, UINT *aux_size) { @@ -615,14 +576,6 @@ UINT aux_stride; /* */ /* _gx_image_reader_rle_colorspace_convert */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_rle_encode(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) { diff --git a/common/src/gx_image_reader_start.c b/common/src/gx_image_reader_start.c index 2bda068ac..0488fd8a4 100644 --- a/common/src/gx_image_reader_start.c +++ b/common/src/gx_image_reader_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray) { @@ -109,14 +102,6 @@ VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray) /* */ /* _gx_image_reader_start */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_image_reader_gray_threshold_calculate(GX_IMAGE_READER *image_reader) { @@ -196,14 +181,6 @@ GX_UBYTE gray; /* */ /* _gx_image_reader_start */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_image_reader_pixelmap_info_set(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) { @@ -332,17 +309,6 @@ static UINT _gx_image_reader_pixelmap_info_set(GX_IMAGE_READER *image_reader, GX /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_image_reader_start(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) { diff --git a/common/src/gx_line_chart_axis_draw.c b/common/src/gx_line_chart_axis_draw.c index c5cedbc47..2ddff39d7 100644 --- a/common/src/gx_line_chart_axis_draw.c +++ b/common/src/gx_line_chart_axis_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_line_chart_axis_draw(GX_LINE_CHART *chart) { diff --git a/common/src/gx_line_chart_create.c b/common/src/gx_line_chart_create.c index 528057626..657bceaa0 100644 --- a/common/src/gx_line_chart_create.c +++ b/common/src/gx_line_chart_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_line_chart_create(GX_LINE_CHART *chart, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_line_chart_data_draw.c b/common/src/gx_line_chart_data_draw.c index 0b9534d5e..3ff04cbfe 100644 --- a/common/src/gx_line_chart_data_draw.c +++ b/common/src/gx_line_chart_data_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_line_chart_data_draw(GX_LINE_CHART *chart) { diff --git a/common/src/gx_line_chart_draw.c b/common/src/gx_line_chart_draw.c index dc7d744db..1ab418117 100644 --- a/common/src/gx_line_chart_draw.c +++ b/common/src/gx_line_chart_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_line_chart_draw(GX_LINE_CHART *chart) { diff --git a/common/src/gx_line_chart_update.c b/common/src/gx_line_chart_update.c index 73f18f714..e30f041c5 100644 --- a/common/src/gx_line_chart_update.c +++ b/common/src/gx_line_chart_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_line_chart_update(GX_LINE_CHART *chart, INT *data, INT data_count) { diff --git a/common/src/gx_line_chart_y_scale_calculate.c b/common/src/gx_line_chart_y_scale_calculate.c index 118aad118..473cbd2ea 100644 --- a/common/src/gx_line_chart_y_scale_calculate.c +++ b/common/src/gx_line_chart_y_scale_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_line_chart_y_scale_calculate(GX_LINE_CHART *chart, INT *return_value) { diff --git a/common/src/gx_menu_create.c b/common/src/gx_menu_create.c index e6e84c3b0..515065827 100644 --- a/common/src/gx_menu_create.c +++ b/common/src/gx_menu_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,17 +71,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* set menu event process, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_menu_create(GX_MENU *menu, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, GX_RESOURCE_ID fill_id, diff --git a/common/src/gx_menu_draw.c b/common/src/gx_menu_draw.c index 9c74ff22f..dc20fee82 100644 --- a/common/src/gx_menu_draw.c +++ b/common/src/gx_menu_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_menu_draw(GX_MENU *menu) { diff --git a/common/src/gx_menu_event_process.c b/common/src/gx_menu_event_process.c index 333fbaeac..68bf3f9c3 100644 --- a/common/src/gx_menu_event_process.c +++ b/common/src/gx_menu_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_menu_event_process(GX_MENU *menu, GX_EVENT *event_ptr) { diff --git a/common/src/gx_menu_insert.c b/common/src/gx_menu_insert.c index 6a22c9af7..758963f2b 100644 --- a/common/src/gx_menu_insert.c +++ b/common/src/gx_menu_insert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_menu_insert(GX_MENU *menu, GX_WIDGET *widget) { diff --git a/common/src/gx_menu_position.c b/common/src/gx_menu_position.c index 7fcd91639..51b7be291 100644 --- a/common/src/gx_menu_position.c +++ b/common/src/gx_menu_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_menu_one_level_position(GX_MENU *menu, GX_VALUE indentation) { @@ -200,14 +193,6 @@ GX_MENU_LIST *item_list; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_menu_position(GX_MENU *menu, GX_VALUE indentation) { diff --git a/common/src/gx_menu_remove.c b/common/src/gx_menu_remove.c index c91a0e446..9ea13fad5 100644 --- a/common/src/gx_menu_remove.c +++ b/common/src/gx_menu_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_menu_remove(GX_MENU *menu, GX_WIDGET *widget) { diff --git a/common/src/gx_menu_text_draw.c b/common/src/gx_menu_text_draw.c index e18d0c9b6..ce19236b0 100644 --- a/common/src/gx_menu_text_draw.c +++ b/common/src/gx_menu_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_menu_text_draw(GX_MENU *menu) { diff --git a/common/src/gx_menu_text_offset_set.c b/common/src/gx_menu_text_offset_set.c index c95bcf700..3364905ef 100644 --- a/common/src/gx_menu_text_offset_set.c +++ b/common/src/gx_menu_text_offset_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_menu_text_offset_set(GX_MENU *menu, GX_VALUE x_offset, GX_VALUE y_offset) { diff --git a/common/src/gx_monochrome_driver_disabled_button_line_draw.c b/common/src/gx_monochrome_driver_disabled_button_line_draw.c index e86e00149..05db590be 100644 --- a/common/src/gx_monochrome_driver_disabled_button_line_draw.c +++ b/common/src/gx_monochrome_driver_disabled_button_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* _gx_text_button_draw */ /* _gx_multi_line_text_button_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_monochrome_driver_disabled_button_line_draw(GX_BUTTON *button) { diff --git a/common/src/gx_multi_line_text_button_create.c b/common/src/gx_multi_line_text_button_create.c index 6623907d4..3423fe293 100644 --- a/common/src/gx_multi_line_text_button_create.c +++ b/common/src/gx_multi_line_text_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_button_create(GX_MULTI_LINE_TEXT_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT Id, diff --git a/common/src/gx_multi_line_text_button_draw.c b/common/src/gx_multi_line_text_button_draw.c index 7e7fce480..0a44b8c8e 100644 --- a/common/src/gx_multi_line_text_button_draw.c +++ b/common/src/gx_multi_line_text_button_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* System and Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_button_draw(GX_MULTI_LINE_TEXT_BUTTON *button) { diff --git a/common/src/gx_multi_line_text_button_event_process.c b/common/src/gx_multi_line_text_button_event_process.c index cfa07a43c..73cc9738d 100644 --- a/common/src/gx_multi_line_text_button_event_process.c +++ b/common/src/gx_multi_line_text_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,17 +65,6 @@ /* */ /* System and Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* updated default call, */ -/* added logic to handle new */ -/* events, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_button_event_process(GX_MULTI_LINE_TEXT_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gx_multi_line_text_button_line_pointers_set.c b/common/src/gx_multi_line_text_button_line_pointers_set.c index d0406099c..664b4db48 100644 --- a/common/src/gx_multi_line_text_button_line_pointers_set.c +++ b/common/src/gx_multi_line_text_button_line_pointers_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,20 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added line pointers set */ -/* loigc for dynamic bidi text,*/ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* updated with new bidi text */ -/* reorder function call, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_button_line_pointers_set(GX_MULTI_LINE_TEXT_BUTTON *button) { diff --git a/common/src/gx_multi_line_text_button_text_draw.c b/common/src/gx_multi_line_text_button_text_draw.c index 057c9799a..da7fd124a 100644 --- a/common/src/gx_multi_line_text_button_text_draw.c +++ b/common/src/gx_multi_line_text_button_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,16 +66,6 @@ /* */ /* System and Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed dynamic bidi text */ -/* processing logic, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_button_text_draw(GX_MULTI_LINE_TEXT_BUTTON *button) { diff --git a/common/src/gx_multi_line_text_button_text_id_set.c b/common/src/gx_multi_line_text_button_text_id_set.c index ed6cfa1e0..436745dbd 100644 --- a/common/src/gx_multi_line_text_button_text_id_set.c +++ b/common/src/gx_multi_line_text_button_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_button_text_id_set(GX_MULTI_LINE_TEXT_BUTTON *button, GX_RESOURCE_ID string_id) { diff --git a/common/src/gx_multi_line_text_button_text_set.c b/common/src/gx_multi_line_text_button_text_set.c index 1e75743ad..2e036a8e7 100644 --- a/common/src/gx_multi_line_text_button_text_set.c +++ b/common/src/gx_multi_line_text_button_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,17 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added return status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_multi_line_text_button_text_set(GX_MULTI_LINE_TEXT_BUTTON *button, GX_CONST GX_CHAR *text) @@ -119,17 +109,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added return status check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_button_text_set_ext(GX_MULTI_LINE_TEXT_BUTTON *button, GX_CONST GX_STRING *text) { diff --git a/common/src/gx_multi_line_text_input_backspace.c b/common/src/gx_multi_line_text_input_backspace.c index c793d878f..dcbd173e0 100644 --- a/common/src/gx_multi_line_text_input_backspace.c +++ b/common/src/gx_multi_line_text_input_backspace.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -85,18 +86,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_backspace(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_buffer_clear.c b/common/src/gx_multi_line_text_input_buffer_clear.c index 7da5a64b6..81e461833 100644 --- a/common/src/gx_multi_line_text_input_buffer_clear.c +++ b/common/src/gx_multi_line_text_input_buffer_clear.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_buffer_clear(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_buffer_get.c b/common/src/gx_multi_line_text_input_buffer_get.c index fbb0fe87f..df362738c 100644 --- a/common/src/gx_multi_line_text_input_buffer_get.c +++ b/common/src/gx_multi_line_text_input_buffer_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_buffer_get(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_CHAR **buffer_address, UINT *content_size, UINT *buffer_size) diff --git a/common/src/gx_multi_line_text_input_char_insert.c b/common/src/gx_multi_line_text_input_char_insert.c index 345788c6d..315638e35 100644 --- a/common/src/gx_multi_line_text_input_char_insert.c +++ b/common/src/gx_multi_line_text_input_char_insert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_multi_line_text_input_char_insert(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_UBYTE *str, UINT str_size) @@ -136,14 +129,6 @@ GX_STRING string; /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_char_insert_ext(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_CONST GX_STRING *str) { diff --git a/common/src/gx_multi_line_text_input_char_remove.c b/common/src/gx_multi_line_text_input_char_remove.c index a26f02ee7..76a1dd9cb 100644 --- a/common/src/gx_multi_line_text_input_char_remove.c +++ b/common/src/gx_multi_line_text_input_char_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* _gx_multi_line_text_input_backspace */ /* _gx_multi_line_text_input_delete */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_char_remove(GX_MULTI_LINE_TEXT_INPUT *text_input, UINT start_pos, UINT del_bytes) { diff --git a/common/src/gx_multi_line_text_input_copy.c b/common/src/gx_multi_line_text_input_copy.c index f32debb4e..a356f0c68 100644 --- a/common/src/gx_multi_line_text_input_copy.c +++ b/common/src/gx_multi_line_text_input_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_copy(GX_MULTI_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_multi_line_text_input_create.c b/common/src/gx_multi_line_text_input_create.c index 183b264b8..044d133bc 100644 --- a/common/src/gx_multi_line_text_input_create.c +++ b/common/src/gx_multi_line_text_input_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,17 +75,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* supported dynamic buffer, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_create(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_multi_line_text_input_cursor_pos_calculate.c b/common/src/gx_multi_line_text_input_cursor_pos_calculate.c index 67ac282a6..dca61bbb0 100644 --- a/common/src/gx_multi_line_text_input_cursor_pos_calculate.c +++ b/common/src/gx_multi_line_text_input_cursor_pos_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -78,14 +79,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_cursor_pos_calculate(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_POINT click_pos) diff --git a/common/src/gx_multi_line_text_input_cursor_pos_get.c b/common/src/gx_multi_line_text_input_cursor_pos_get.c index 2ec25dda7..906c34b11 100644 --- a/common/src/gx_multi_line_text_input_cursor_pos_get.c +++ b/common/src/gx_multi_line_text_input_cursor_pos_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_cursor_pos_get(GX_MULTI_LINE_TEXT_INPUT *input, GX_POINT *cursor_pos) { diff --git a/common/src/gx_multi_line_text_input_cursor_pos_update.c b/common/src/gx_multi_line_text_input_cursor_pos_update.c index 01a520149..66394c995 100644 --- a/common/src/gx_multi_line_text_input_cursor_pos_update.c +++ b/common/src/gx_multi_line_text_input_cursor_pos_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* GUIX Intercal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_cursor_pos_update(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_BOOL make_cursor_visible) diff --git a/common/src/gx_multi_line_text_input_cursor_visible.c b/common/src/gx_multi_line_text_input_cursor_visible.c index 2a02318ff..472435a8d 100644 --- a/common/src/gx_multi_line_text_input_cursor_visible.c +++ b/common/src/gx_multi_line_text_input_cursor_visible.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* GUIX Intercal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_cursor_visible(GX_MULTI_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gx_multi_line_text_input_cut.c b/common/src/gx_multi_line_text_input_cut.c index f864186e4..b497aef75 100644 --- a/common/src/gx_multi_line_text_input_cut.c +++ b/common/src/gx_multi_line_text_input_cut.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_cut(GX_MULTI_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_multi_line_text_input_delete.c b/common/src/gx_multi_line_text_input_delete.c index 0894e40d7..f65ad022d 100644 --- a/common/src/gx_multi_line_text_input_delete.c +++ b/common/src/gx_multi_line_text_input_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -85,14 +86,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_delete(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_down_arrow.c b/common/src/gx_multi_line_text_input_down_arrow.c index c15c18d70..e3325cd93 100644 --- a/common/src/gx_multi_line_text_input_down_arrow.c +++ b/common/src/gx_multi_line_text_input_down_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_down_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_draw.c b/common/src/gx_multi_line_text_input_draw.c index 88d18b8d5..461977400 100644 --- a/common/src/gx_multi_line_text_input_draw.c +++ b/common/src/gx_multi_line_text_input_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_input_draw(GX_MULTI_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_multi_line_text_input_end.c b/common/src/gx_multi_line_text_input_end.c index c6c44fd7d..de42ef096 100644 --- a/common/src/gx_multi_line_text_input_end.c +++ b/common/src/gx_multi_line_text_input_end.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_end(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_event_process.c b/common/src/gx_multi_line_text_input_event_process.c index 445d5e8e9..ddbe47261 100644 --- a/common/src/gx_multi_line_text_input_event_process.c +++ b/common/src/gx_multi_line_text_input_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,14 +77,6 @@ /* */ /* _gx_multi_line_text_input_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_multi_line_text_input_pen_down_process(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { @@ -184,14 +177,6 @@ UINT end_mark = text_input -> gx_multi_line_text_input_end_mark /* */ /* _gx_multi_line_text_input_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_multi_line_text_input_pen_drag_process(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { @@ -349,18 +334,6 @@ GX_VALUE click_y; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to release */ -/* dynamic input buffer, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_event_process(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { diff --git a/common/src/gx_multi_line_text_input_fill_color_set.c b/common/src/gx_multi_line_text_input_fill_color_set.c index 0a2a46fe9..a6392d086 100644 --- a/common/src/gx_multi_line_text_input_fill_color_set.c +++ b/common/src/gx_multi_line_text_input_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_fill_color_set(GX_MULTI_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_fill_color_id, diff --git a/common/src/gx_multi_line_text_input_highlight_rectangle_get.c b/common/src/gx_multi_line_text_input_highlight_rectangle_get.c index 1a36bf1e8..83f621fb2 100644 --- a/common/src/gx_multi_line_text_input_highlight_rectangle_get.c +++ b/common/src/gx_multi_line_text_input_highlight_rectangle_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* _gx_system_dirty_mark Mark widget as drity */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_highlight_rectangle_get(GX_MULTI_LINE_TEXT_INPUT *input, GX_RECTANGLE *rect) { diff --git a/common/src/gx_multi_line_text_input_home.c b/common/src/gx_multi_line_text_input_home.c index 804f60dce..78a849bb9 100644 --- a/common/src/gx_multi_line_text_input_home.c +++ b/common/src/gx_multi_line_text_input_home.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_home(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_keydown_process.c b/common/src/gx_multi_line_text_input_keydown_process.c index 2e092a38a..d09cd9734 100644 --- a/common/src/gx_multi_line_text_input_keydown_process.c +++ b/common/src/gx_multi_line_text_input_keydown_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* */ /* _gx_multi_line_text_input_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_keydown_process(GX_MULTI_LINE_TEXT_INPUT *input, GX_EVENT *event_ptr) { diff --git a/common/src/gx_multi_line_text_input_left_arrow.c b/common/src/gx_multi_line_text_input_left_arrow.c index 80f6e60c2..cd5d04a3d 100644 --- a/common/src/gx_multi_line_text_input_left_arrow.c +++ b/common/src/gx_multi_line_text_input_left_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,14 +78,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_left_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_mark_down.c b/common/src/gx_multi_line_text_input_mark_down.c index 6869bc955..8c52d12f4 100644 --- a/common/src/gx_multi_line_text_input_mark_down.c +++ b/common/src/gx_multi_line_text_input_mark_down.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_mark_down(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_mark_end.c b/common/src/gx_multi_line_text_input_mark_end.c index cddfb8e90..d7dcc5eba 100644 --- a/common/src/gx_multi_line_text_input_mark_end.c +++ b/common/src/gx_multi_line_text_input_mark_end.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_mark_end(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_mark_home.c b/common/src/gx_multi_line_text_input_mark_home.c index c6d14f20b..bdb47a3b0 100644 --- a/common/src/gx_multi_line_text_input_mark_home.c +++ b/common/src/gx_multi_line_text_input_mark_home.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_mark_home(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_mark_next.c b/common/src/gx_multi_line_text_input_mark_next.c index b396fd771..70e32cf29 100644 --- a/common/src/gx_multi_line_text_input_mark_next.c +++ b/common/src/gx_multi_line_text_input_mark_next.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_mark_next(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_mark_previous.c b/common/src/gx_multi_line_text_input_mark_previous.c index 9d8922268..511160ef8 100644 --- a/common/src/gx_multi_line_text_input_mark_previous.c +++ b/common/src/gx_multi_line_text_input_mark_previous.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,18 +75,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_mark_previous(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_mark_up.c b/common/src/gx_multi_line_text_input_mark_up.c index a770c092f..53f17aed8 100644 --- a/common/src/gx_multi_line_text_input_mark_up.c +++ b/common/src/gx_multi_line_text_input_mark_up.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_mark_up(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_paste.c b/common/src/gx_multi_line_text_input_paste.c index b107c1892..891aaafe6 100644 --- a/common/src/gx_multi_line_text_input_paste.c +++ b/common/src/gx_multi_line_text_input_paste.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_paste(GX_MULTI_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_multi_line_text_input_right_arrow.c b/common/src/gx_multi_line_text_input_right_arrow.c index bed64a8b1..531da193e 100644 --- a/common/src/gx_multi_line_text_input_right_arrow.c +++ b/common/src/gx_multi_line_text_input_right_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_right_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_input_style_add.c b/common/src/gx_multi_line_text_input_style_add.c index 91e4e4665..3d54336dd 100644 --- a/common/src/gx_multi_line_text_input_style_add.c +++ b/common/src/gx_multi_line_text_input_style_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_style_add(GX_MULTI_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gx_multi_line_text_input_style_remove.c b/common/src/gx_multi_line_text_input_style_remove.c index 1bbb183a0..219eaa288 100644 --- a/common/src/gx_multi_line_text_input_style_remove.c +++ b/common/src/gx_multi_line_text_input_style_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_style_remove(GX_MULTI_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gx_multi_line_text_input_style_set.c b/common/src/gx_multi_line_text_input_style_set.c index 6804c8249..39c25eebe 100644 --- a/common/src/gx_multi_line_text_input_style_set.c +++ b/common/src/gx_multi_line_text_input_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_style_set(GX_MULTI_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gx_multi_line_text_input_text_color_set.c b/common/src/gx_multi_line_text_input_text_color_set.c index afddea85c..83a4ba905 100644 --- a/common/src/gx_multi_line_text_input_text_color_set.c +++ b/common/src/gx_multi_line_text_input_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_text_color_set(GX_MULTI_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_multi_line_text_input_text_rectangle_get.c b/common/src/gx_multi_line_text_input_text_rectangle_get.c index a2d4a18d3..5346dd8cf 100644 --- a/common/src/gx_multi_line_text_input_text_rectangle_get.c +++ b/common/src/gx_multi_line_text_input_text_rectangle_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* _gx_system_dirty_mark Mark widget as drity */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_text_rectangle_get(GX_MULTI_LINE_TEXT_INPUT *input, GX_POINT start_cursor_pos, GX_POINT end_cursor_pos, GX_RECTANGLE *rect) { diff --git a/common/src/gx_multi_line_text_input_text_select.c b/common/src/gx_multi_line_text_input_text_select.c index a434af6a5..8d4244f7f 100644 --- a/common/src/gx_multi_line_text_input_text_select.c +++ b/common/src/gx_multi_line_text_input_text_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_text_select(GX_MULTI_LINE_TEXT_INPUT *input, UINT start_index, UINT end_index) { diff --git a/common/src/gx_multi_line_text_input_text_set.c b/common/src/gx_multi_line_text_input_text_set.c index 245ec989f..3f68bfbbc 100644 --- a/common/src/gx_multi_line_text_input_text_set.c +++ b/common/src/gx_multi_line_text_input_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* _gx_multi_line_text_input_text_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_multi_line_text_input_new_line_character_get(GX_MULTI_LINE_TEXT_INPUT *text_input) { @@ -156,14 +149,6 @@ UINT glyph_len; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_multi_line_text_input_text_set(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_CONST GX_CHAR *text) @@ -226,14 +211,6 @@ GX_STRING new_string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_text_set_ext(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_CONST GX_STRING *text) { diff --git a/common/src/gx_multi_line_text_input_up_arrow.c b/common/src/gx_multi_line_text_input_up_arrow.c index 555ebd9f4..6a61d33f0 100644 --- a/common/src/gx_multi_line_text_input_up_arrow.c +++ b/common/src/gx_multi_line_text_input_up_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* _gx_multi_line_text_input_keydown_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_input_up_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_multi_line_text_view_create.c b/common/src/gx_multi_line_text_view_create.c index c197f5054..e05d6a0ab 100644 --- a/common/src/gx_multi_line_text_view_create.c +++ b/common/src/gx_multi_line_text_view_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,18 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to init new */ -/* structure member for */ -/* dynamic bidi text support, */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_create(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_multi_line_text_view_display_info_get.c b/common/src/gx_multi_line_text_view_display_info_get.c index 2d81e8b84..d1d0539c4 100644 --- a/common/src/gx_multi_line_text_view_display_info_get.c +++ b/common/src/gx_multi_line_text_view_display_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,15 +76,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* support line break status, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_view_display_info_get(GX_MULTI_LINE_TEXT_VIEW *text_view, UINT start_index, UINT end_index, GX_MULTI_LINE_TEXT_INFO *text_info, GX_VALUE available_width) diff --git a/common/src/gx_multi_line_text_view_draw.c b/common/src/gx_multi_line_text_view_draw.c index 0c867a477..1bbc85f2a 100644 --- a/common/src/gx_multi_line_text_view_draw.c +++ b/common/src/gx_multi_line_text_view_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_view_draw(GX_MULTI_LINE_TEXT_VIEW *text_view) { diff --git a/common/src/gx_multi_line_text_view_event_process.c b/common/src/gx_multi_line_text_view_event_process.c index dd85b3355..9ba725763 100644 --- a/common/src/gx_multi_line_text_view_event_process.c +++ b/common/src/gx_multi_line_text_view_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,17 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added delete event handle, */ -/* added logic to handle new */ -/* events, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_event_process(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_EVENT *event_ptr) diff --git a/common/src/gx_multi_line_text_view_font_set.c b/common/src/gx_multi_line_text_view_font_set.c index d69474ffd..1891184c6 100644 --- a/common/src/gx_multi_line_text_view_font_set.c +++ b/common/src/gx_multi_line_text_view_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_font_set(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_RESOURCE_ID font_id) { diff --git a/common/src/gx_multi_line_text_view_line_cache_update.c b/common/src/gx_multi_line_text_view_line_cache_update.c index ac249af6b..8a0abcab3 100644 --- a/common/src/gx_multi_line_text_view_line_cache_update.c +++ b/common/src/gx_multi_line_text_view_line_cache_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* _gx_multi_line_text_view_line_start_cache_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_multi_line_text_view_line_index_find(GX_MULTI_LINE_TEXT_VIEW *view, UINT start_line, UINT start_index, UINT search_line, UINT *return_index) { @@ -142,14 +135,6 @@ GX_MULTI_LINE_TEXT_INFO text_info; /* */ /* _gx_multi_line_text_view_line_start_cache_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_multi_line_text_view_line_start_cache_create(GX_MULTI_LINE_TEXT_VIEW *view, UINT first_line, UINT updated_size) { @@ -228,14 +213,6 @@ UINT loop; /* */ /* _gx_multi_line_text_view_line_tail_cache_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_multi_line_text_view_line_tail_cache_create(GX_MULTI_LINE_TEXT_VIEW *view, UINT start_index, UINT start_line, UINT first_line, UINT updated_size) { @@ -302,14 +279,6 @@ UINT loop; /* */ /* _gx_multi_line_text_view_line_cache_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_multi_line_text_view_line_start_cache_update(GX_MULTI_LINE_TEXT_VIEW *view, UINT new_first_cache_line) { @@ -382,14 +351,6 @@ UINT updated_size; /* */ /* _gx_multi_line_text_view_line_cache_update */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_multi_line_text_view_line_tail_cache_update(GX_MULTI_LINE_TEXT_VIEW *view, UINT new_first_cache_line) { @@ -463,20 +424,6 @@ UINT last_cache_line; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to disable line */ -/* cache process while dynamic */ -/* bidi text is enabled, */ -/* resulting in version 6.1 */ -/* 03-02-2021 Ting Zhu Modified comment(s), fixed */ -/* line height calculation, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_line_cache_update(GX_MULTI_LINE_TEXT_VIEW *view) { diff --git a/common/src/gx_multi_line_text_view_line_space_set.c b/common/src/gx_multi_line_text_view_line_space_set.c index 0f2adc139..1c9a1aded 100644 --- a/common/src/gx_multi_line_text_view_line_space_set.c +++ b/common/src/gx_multi_line_text_view_line_space_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_line_space_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_BYTE line_space) { diff --git a/common/src/gx_multi_line_text_view_scroll.c b/common/src/gx_multi_line_text_view_scroll.c index edf81e7b3..d309adbf9 100644 --- a/common/src/gx_multi_line_text_view_scroll.c +++ b/common/src/gx_multi_line_text_view_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* Multi line text view */ /* event process routine */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_scroll(GX_MULTI_LINE_TEXT_VIEW *view, GX_VALUE amount_to_scroll) { @@ -117,7 +110,7 @@ GX_SCROLLBAR *scroll; block.gx_rectangle_left = (GX_VALUE)(block.gx_rectangle_left + 1); - /* If the text view has a thin (rounded) border with no + /* If the text view has a thin (rounded) border with no whitespace between border and text, we cannot use block move to scroll because we will capture pixels from the rounded corner. In that case just use dirty_mark, otherwise diff --git a/common/src/gx_multi_line_text_view_scroll_info_get.c b/common/src/gx_multi_line_text_view_scroll_info_get.c index 88b691b7b..588025976 100644 --- a/common/src/gx_multi_line_text_view_scroll_info_get.c +++ b/common/src/gx_multi_line_text_view_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_scroll_info_get(GX_MULTI_LINE_TEXT_VIEW *text_view, ULONG style, GX_SCROLL_INFO *info) { diff --git a/common/src/gx_multi_line_text_view_string_total_rows_compute.c b/common/src/gx_multi_line_text_view_string_total_rows_compute.c index e4a2a09ae..18d9417a9 100644 --- a/common/src/gx_multi_line_text_view_string_total_rows_compute.c +++ b/common/src/gx_multi_line_text_view_string_total_rows_compute.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,21 +72,6 @@ /* _gx_multi_line_text_view_text_id_set */ /* _gx_multi_line_text_view_text_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to calculate */ -/* total lines for dynamic */ -/* bidi text, */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* updated with new bidi text */ -/* reorder function call, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_string_total_rows_compute(GX_MULTI_LINE_TEXT_VIEW *text_view) { diff --git a/common/src/gx_multi_line_text_view_text_color_set.c b/common/src/gx_multi_line_text_view_text_color_set.c index 005df7c46..d5c2f6c26 100644 --- a/common/src/gx_multi_line_text_view_text_color_set.c +++ b/common/src/gx_multi_line_text_view_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_text_color_set(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_multi_line_text_view_text_draw.c b/common/src/gx_multi_line_text_view_text_draw.c index 38e5f8d76..9579120f1 100644 --- a/common/src/gx_multi_line_text_view_text_draw.c +++ b/common/src/gx_multi_line_text_view_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -90,18 +91,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* support runtime Arabic */ -/* line breaking, */ -/* modified logic of dynamic */ -/* bidi text draw, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_multi_line_text_view_text_draw(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_RESOURCE_ID text_color) { diff --git a/common/src/gx_multi_line_text_view_text_id_set.c b/common/src/gx_multi_line_text_view_text_id_set.c index dfd814a02..13df8ed2c 100644 --- a/common/src/gx_multi_line_text_view_text_id_set.c +++ b/common/src/gx_multi_line_text_view_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,16 +78,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_text_id_set(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_RESOURCE_ID text_id) diff --git a/common/src/gx_multi_line_text_view_text_set.c b/common/src/gx_multi_line_text_view_text_set.c index e7758daae..6e1d68d3a 100644 --- a/common/src/gx_multi_line_text_view_text_set.c +++ b/common/src/gx_multi_line_text_view_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_multi_line_text_view_text_set(GX_MULTI_LINE_TEXT_VIEW *text_view, @@ -134,16 +127,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_text_set_ext(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_CONST GX_STRING *text) { diff --git a/common/src/gx_multi_line_text_view_visible_rows_compute.c b/common/src/gx_multi_line_text_view_visible_rows_compute.c index 4f98cb77b..f7f2eaeab 100644 --- a/common/src/gx_multi_line_text_view_visible_rows_compute.c +++ b/common/src/gx_multi_line_text_view_visible_rows_compute.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* _gx_multi_line_text_view_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_visible_rows_compute(GX_MULTI_LINE_TEXT_VIEW *view) { diff --git a/common/src/gx_multi_line_text_view_whitespace_set.c b/common/src/gx_multi_line_text_view_whitespace_set.c index 92881fa74..6070693b6 100644 --- a/common/src/gx_multi_line_text_view_whitespace_set.c +++ b/common/src/gx_multi_line_text_view_whitespace_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_multi_line_text_view_whitespace_set(GX_MULTI_LINE_TEXT_VIEW *text_view, GX_UBYTE whitespace) { diff --git a/common/src/gx_numeric_pixelmap_prompt_create.c b/common/src/gx_numeric_pixelmap_prompt_create.c index 1f7d62c8c..88685d625 100644 --- a/common/src/gx_numeric_pixelmap_prompt_create.c +++ b/common/src/gx_numeric_pixelmap_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_pixelmap_prompt_create(GX_NUMERIC_PIXELMAP_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/src/gx_numeric_pixelmap_prompt_format.c b/common/src/gx_numeric_pixelmap_prompt_format.c index 14e940577..0587c2831 100644 --- a/common/src/gx_numeric_pixelmap_prompt_format.c +++ b/common/src/gx_numeric_pixelmap_prompt_format.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_numeric_pixelmap_prompt_format(GX_NUMERIC_PIXELMAP_PROMPT *prompt, INT value) { diff --git a/common/src/gx_numeric_pixelmap_prompt_format_function_set.c b/common/src/gx_numeric_pixelmap_prompt_format_function_set.c index eebaea751..43fca6e06 100644 --- a/common/src/gx_numeric_pixelmap_prompt_format_function_set.c +++ b/common/src/gx_numeric_pixelmap_prompt_format_function_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_pixelmap_prompt_format_function_set(GX_NUMERIC_PIXELMAP_PROMPT *prompt, VOID (*format_func)(GX_NUMERIC_PIXELMAP_PROMPT *, INT)) { diff --git a/common/src/gx_numeric_pixelmap_prompt_value_set.c b/common/src/gx_numeric_pixelmap_prompt_value_set.c index 355e33d19..b08a31bc3 100644 --- a/common/src/gx_numeric_pixelmap_prompt_value_set.c +++ b/common/src/gx_numeric_pixelmap_prompt_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,16 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_pixelmap_prompt_value_set(GX_NUMERIC_PIXELMAP_PROMPT *prompt, INT value) { diff --git a/common/src/gx_numeric_prompt_create.c b/common/src/gx_numeric_prompt_create.c index 3883d4c7c..95f10e420 100644 --- a/common/src/gx_numeric_prompt_create.c +++ b/common/src/gx_numeric_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_prompt_create(GX_NUMERIC_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_numeric_prompt_format.c b/common/src/gx_numeric_prompt_format.c index fa98b1f47..5ce8ff8f9 100644 --- a/common/src/gx_numeric_prompt_format.c +++ b/common/src/gx_numeric_prompt_format.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_numeric_prompt_format(GX_NUMERIC_PROMPT *prompt, INT value) { diff --git a/common/src/gx_numeric_prompt_format_function_set.c b/common/src/gx_numeric_prompt_format_function_set.c index c5cd8a3a1..35637cab4 100644 --- a/common/src/gx_numeric_prompt_format_function_set.c +++ b/common/src/gx_numeric_prompt_format_function_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_prompt_format_function_set(GX_NUMERIC_PROMPT *prompt, VOID (*format_func)(GX_NUMERIC_PROMPT *, INT)) { diff --git a/common/src/gx_numeric_prompt_value_set.c b/common/src/gx_numeric_prompt_value_set.c index 3f3018e4b..d3947289e 100644 --- a/common/src/gx_numeric_prompt_value_set.c +++ b/common/src/gx_numeric_prompt_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,20 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* 10-31-2022 Kenneth Maxwell Modified comment(s), */ -/* added line to insure */ -/* TEXT_COPY style is not set, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ UINT _gx_numeric_prompt_value_set(GX_NUMERIC_PROMPT *prompt, INT value) { diff --git a/common/src/gx_numeric_scroll_wheel_create.c b/common/src/gx_numeric_scroll_wheel_create.c index 7952f7ef5..2732d69e3 100644 --- a/common/src/gx_numeric_scroll_wheel_create.c +++ b/common/src/gx_numeric_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,17 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* replace usage of abs(), */ -/* resulting in version 6.1.6 */ -/* */ /**************************************************************************/ UINT _gx_numeric_scroll_wheel_create(GX_NUMERIC_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_numeric_scroll_wheel_range_set.c b/common/src/gx_numeric_scroll_wheel_range_set.c index 9ad46eba5..85da23baf 100644 --- a/common/src/gx_numeric_scroll_wheel_range_set.c +++ b/common/src/gx_numeric_scroll_wheel_range_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,16 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_scroll_wheel_range_set(GX_NUMERIC_SCROLL_WHEEL *wheel, INT start_val, INT end_val) { diff --git a/common/src/gx_numeric_scroll_wheel_text_get.c b/common/src/gx_numeric_scroll_wheel_text_get.c index 6a3971b4d..cd2c00455 100644 --- a/common/src/gx_numeric_scroll_wheel_text_get.c +++ b/common/src/gx_numeric_scroll_wheel_text_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* _gx_text_scroll_wheel_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_numeric_scroll_wheel_text_get(GX_NUMERIC_SCROLL_WHEEL *wheel, INT row, GX_STRING *string) { diff --git a/common/src/gx_pixelmap_button_create.c b/common/src/gx_pixelmap_button_create.c index 69e17107f..730a728e5 100644 --- a/common/src/gx_pixelmap_button_create.c +++ b/common/src/gx_pixelmap_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_button_create(GX_PIXELMAP_BUTTON *button, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_pixelmap_button_draw.c b/common/src/gx_pixelmap_button_draw.c index 5634059ab..d63320e7b 100644 --- a/common/src/gx_pixelmap_button_draw.c +++ b/common/src/gx_pixelmap_button_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_pixelmap_button_draw(GX_PIXELMAP_BUTTON *button) { diff --git a/common/src/gx_pixelmap_button_event_process.c b/common/src/gx_pixelmap_button_event_process.c index b021c271f..3aff4f08d 100644 --- a/common/src/gx_pixelmap_button_event_process.c +++ b/common/src/gx_pixelmap_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_button_event_process(GX_PIXELMAP_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gx_pixelmap_button_pixelmap_set.c b/common/src/gx_pixelmap_button_pixelmap_set.c index d8ee35942..c239cb78b 100644 --- a/common/src/gx_pixelmap_button_pixelmap_set.c +++ b/common/src/gx_pixelmap_button_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_button_pixelmap_set(GX_PIXELMAP_BUTTON *button, GX_RESOURCE_ID normal_id, diff --git a/common/src/gx_pixelmap_button_transparent_detect.c b/common/src/gx_pixelmap_button_transparent_detect.c index 12aa392b5..20a2277a7 100644 --- a/common/src/gx_pixelmap_button_transparent_detect.c +++ b/common/src/gx_pixelmap_button_transparent_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* _gx_pixelmap_event_process */ /* _gx_pixelmap_button_pixelmap_set Assigns pixelmap to button */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_pixelmap_button_transparent_detect(GX_PIXELMAP_BUTTON *button) { diff --git a/common/src/gx_pixelmap_prompt_background_draw.c b/common/src/gx_pixelmap_prompt_background_draw.c index d2629e713..3a8f8cf8b 100644 --- a/common/src/gx_pixelmap_prompt_background_draw.c +++ b/common/src/gx_pixelmap_prompt_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_pixelmap_prompt_background_draw(GX_PIXELMAP_PROMPT *prompt) { diff --git a/common/src/gx_pixelmap_prompt_create.c b/common/src/gx_pixelmap_prompt_create.c index d395770ad..799c8b957 100644 --- a/common/src/gx_pixelmap_prompt_create.c +++ b/common/src/gx_pixelmap_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_prompt_create(GX_PIXELMAP_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/src/gx_pixelmap_prompt_draw.c b/common/src/gx_pixelmap_prompt_draw.c index 6b0995909..3429fdd0d 100644 --- a/common/src/gx_pixelmap_prompt_draw.c +++ b/common/src/gx_pixelmap_prompt_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_pixelmap_prompt_draw(GX_PIXELMAP_PROMPT *prompt) { diff --git a/common/src/gx_pixelmap_prompt_pixelmap_set.c b/common/src/gx_pixelmap_prompt_pixelmap_set.c index 04829b39d..0968426ee 100644 --- a/common/src/gx_pixelmap_prompt_pixelmap_set.c +++ b/common/src/gx_pixelmap_prompt_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_prompt_pixelmap_set(GX_PIXELMAP_PROMPT *prompt, GX_RESOURCE_ID normal_left_id, diff --git a/common/src/gx_pixelmap_slider_create.c b/common/src/gx_pixelmap_slider_create.c index c2f90c500..d47767f54 100644 --- a/common/src/gx_pixelmap_slider_create.c +++ b/common/src/gx_pixelmap_slider_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_slider_create(GX_PIXELMAP_SLIDER *slider, diff --git a/common/src/gx_pixelmap_slider_draw.c b/common/src/gx_pixelmap_slider_draw.c index e11791ee9..cf0af5ad8 100644 --- a/common/src/gx_pixelmap_slider_draw.c +++ b/common/src/gx_pixelmap_slider_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_pixelmap_slider_draw(GX_PIXELMAP_SLIDER *slider) { diff --git a/common/src/gx_pixelmap_slider_event_process.c b/common/src/gx_pixelmap_slider_event_process.c index ac11e13bc..e04c0943b 100644 --- a/common/src/gx_pixelmap_slider_event_process.c +++ b/common/src/gx_pixelmap_slider_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_slider_event_process(GX_PIXELMAP_SLIDER *slider, GX_EVENT *event_ptr) { diff --git a/common/src/gx_pixelmap_slider_pixelmap_set.c b/common/src/gx_pixelmap_slider_pixelmap_set.c index 3a5cfc5fa..76848e9f2 100644 --- a/common/src/gx_pixelmap_slider_pixelmap_set.c +++ b/common/src/gx_pixelmap_slider_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_pixelmap_slider_pixelmap_set(GX_PIXELMAP_SLIDER *slider, GX_PIXELMAP_SLIDER_INFO *pixinfo) diff --git a/common/src/gx_pixelmap_slider_pixelmap_update.c b/common/src/gx_pixelmap_slider_pixelmap_update.c index 3aea92649..e201db1c4 100644 --- a/common/src/gx_pixelmap_slider_pixelmap_update.c +++ b/common/src/gx_pixelmap_slider_pixelmap_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_pixelmap_slider_pixelmap_set Assign pixelmap to the */ /* pixelmap slider widget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_pixelmap_slider_pixelmap_update(GX_PIXELMAP_SLIDER *slider) { diff --git a/common/src/gx_popup_list_event_process.c b/common/src/gx_popup_list_event_process.c index 34cb2fcdc..f434d4372 100644 --- a/common/src/gx_popup_list_event_process.c +++ b/common/src/gx_popup_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_popup_list_event_process(GX_POPUP_LIST *popup_list, GX_EVENT *event_ptr) diff --git a/common/src/gx_progress_bar_background_draw.c b/common/src/gx_progress_bar_background_draw.c index 37485dee1..d5d00fd55 100644 --- a/common/src/gx_progress_bar_background_draw.c +++ b/common/src/gx_progress_bar_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_progress_bar_background_draw(GX_PROGRESS_BAR *progress_bar) { diff --git a/common/src/gx_progress_bar_create.c b/common/src/gx_progress_bar_create.c index 87c9e6d12..1c558ee1d 100644 --- a/common/src/gx_progress_bar_create.c +++ b/common/src/gx_progress_bar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_create(GX_PROGRESS_BAR *progress_bar, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/src/gx_progress_bar_draw.c b/common/src/gx_progress_bar_draw.c index cf0f54530..410160069 100644 --- a/common/src/gx_progress_bar_draw.c +++ b/common/src/gx_progress_bar_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_progress_bar_draw(GX_PROGRESS_BAR *progress_bar) { diff --git a/common/src/gx_progress_bar_event_process.c b/common/src/gx_progress_bar_event_process.c index 242f91715..c3e1a4f44 100644 --- a/common/src/gx_progress_bar_event_process.c +++ b/common/src/gx_progress_bar_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_event_process(GX_PROGRESS_BAR *progress_bar, GX_EVENT *event_ptr) { diff --git a/common/src/gx_progress_bar_font_set.c b/common/src/gx_progress_bar_font_set.c index fdf162256..89d80950d 100644 --- a/common/src/gx_progress_bar_font_set.c +++ b/common/src/gx_progress_bar_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_font_set(GX_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID font_id) { diff --git a/common/src/gx_progress_bar_info_set.c b/common/src/gx_progress_bar_info_set.c index dcefae9ff..5021e0e70 100644 --- a/common/src/gx_progress_bar_info_set.c +++ b/common/src/gx_progress_bar_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_info_set(GX_PROGRESS_BAR *bar, GX_PROGRESS_BAR_INFO *info) { diff --git a/common/src/gx_progress_bar_pixelmap_set.c b/common/src/gx_progress_bar_pixelmap_set.c index 7d92a2c3a..84a6e2185 100644 --- a/common/src/gx_progress_bar_pixelmap_set.c +++ b/common/src/gx_progress_bar_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_pixelmap_set(GX_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID pixelmap) { diff --git a/common/src/gx_progress_bar_range_set.c b/common/src/gx_progress_bar_range_set.c index 71b1d9622..69fd95fca 100644 --- a/common/src/gx_progress_bar_range_set.c +++ b/common/src/gx_progress_bar_range_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value) { diff --git a/common/src/gx_progress_bar_text_color_set.c b/common/src/gx_progress_bar_text_color_set.c index 7854971ee..fbf27ecf2 100644 --- a/common/src/gx_progress_bar_text_color_set.c +++ b/common/src/gx_progress_bar_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_text_color_set(GX_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_progress_bar_text_draw.c b/common/src/gx_progress_bar_text_draw.c index f9935da73..ec7b332bc 100644 --- a/common/src/gx_progress_bar_text_draw.c +++ b/common/src/gx_progress_bar_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_progress_bar_text_draw(GX_PROGRESS_BAR *progress_bar) { diff --git a/common/src/gx_progress_bar_value_set.c b/common/src/gx_progress_bar_value_set.c index 1c29a4fa5..165b2328d 100644 --- a/common/src/gx_progress_bar_value_set.c +++ b/common/src/gx_progress_bar_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_progress_bar_value_set(GX_PROGRESS_BAR *progress_bar, INT new_value) { diff --git a/common/src/gx_prompt_create.c b/common/src/gx_prompt_create.c index 1db25fc42..68f02bce0 100644 --- a/common/src/gx_prompt_create.c +++ b/common/src/gx_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,19 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* set new event process, */ -/* added logic to init new */ -/* structure member for */ -/* dynamic bidi text support, */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_prompt_create(GX_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, diff --git a/common/src/gx_prompt_draw.c b/common/src/gx_prompt_draw.c index e37bbcfc6..22787110d 100644 --- a/common/src/gx_prompt_draw.c +++ b/common/src/gx_prompt_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_prompt_draw(GX_PROMPT *prompt) { diff --git a/common/src/gx_prompt_event_process.c b/common/src/gx_prompt_event_process.c index 137c7d3eb..17f480686 100644 --- a/common/src/gx_prompt_event_process.c +++ b/common/src/gx_prompt_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_prompt_event_process(GX_PROMPT *prompt, GX_EVENT *event_ptr) { diff --git a/common/src/gx_prompt_font_set.c b/common/src/gx_prompt_font_set.c index 53e3ce2d1..91ab74555 100644 --- a/common/src/gx_prompt_font_set.c +++ b/common/src/gx_prompt_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_prompt_font_set(GX_PROMPT *prompt, GX_RESOURCE_ID font_id) { diff --git a/common/src/gx_prompt_text_color_set.c b/common/src/gx_prompt_text_color_set.c index 98fb246ee..9ab907123 100644 --- a/common/src/gx_prompt_text_color_set.c +++ b/common/src/gx_prompt_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_prompt_text_color_set(GX_PROMPT *prompt, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_prompt_text_draw.c b/common/src/gx_prompt_text_draw.c index 5903e5571..5e3c05d14 100644 --- a/common/src/gx_prompt_text_draw.c +++ b/common/src/gx_prompt_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_prompt_text_draw(GX_PROMPT *prompt) { diff --git a/common/src/gx_prompt_text_get.c b/common/src/gx_prompt_text_get.c index 500c5038e..d0b6a4117 100644 --- a/common/src/gx_prompt_text_get.c +++ b/common/src/gx_prompt_text_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_prompt_text_get(GX_PROMPT *prompt, GX_CONST GX_CHAR **return_text) @@ -127,20 +120,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to retrieve */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* updated with new bidi text */ -/* reorder function call, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_prompt_text_get_ext(GX_PROMPT *prompt, GX_STRING *return_string) { diff --git a/common/src/gx_prompt_text_id_set.c b/common/src/gx_prompt_text_id_set.c index c3e8cda5f..07fa620d8 100644 --- a/common/src/gx_prompt_text_id_set.c +++ b/common/src/gx_prompt_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,16 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_prompt_text_id_set(GX_PROMPT *prompt, GX_RESOURCE_ID string_id) { diff --git a/common/src/gx_prompt_text_set.c b/common/src/gx_prompt_text_set.c index f34d8523b..ee3d97aca 100644 --- a/common/src/gx_prompt_text_set.c +++ b/common/src/gx_prompt_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_prompt_text_set(GX_PROMPT *prompt, GX_CONST GX_CHAR *text) @@ -128,16 +121,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_prompt_text_set_ext(GX_PROMPT *prompt, GX_CONST GX_STRING *string) { diff --git a/common/src/gx_radial_progress_bar_anchor_set.c b/common/src/gx_radial_progress_bar_anchor_set.c index 001229e9e..807329116 100644 --- a/common/src/gx_radial_progress_bar_anchor_set.c +++ b/common/src/gx_radial_progress_bar_anchor_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_anchor_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_VALUE angle) { diff --git a/common/src/gx_radial_progress_bar_background_draw.c b/common/src/gx_radial_progress_bar_background_draw.c index b3299fbae..099869975 100644 --- a/common/src/gx_radial_progress_bar_background_draw.c +++ b/common/src/gx_radial_progress_bar_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,18 +68,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 08-02-2021 Ting Zhu Modified comment(s), */ -/* supported no background */ -/* radial track mode, */ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ VOID _gx_radial_progress_bar_background_draw(GX_RADIAL_PROGRESS_BAR *progress_bar) { diff --git a/common/src/gx_radial_progress_bar_create.c b/common/src/gx_radial_progress_bar_create.c index 0cfd38ac1..3f1ca269a 100644 --- a/common/src/gx_radial_progress_bar_create.c +++ b/common/src/gx_radial_progress_bar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_create(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_radial_progress_bar_draw.c b/common/src/gx_radial_progress_bar_draw.c index e123e72f6..ec4bf3207 100644 --- a/common/src/gx_radial_progress_bar_draw.c +++ b/common/src/gx_radial_progress_bar_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_radial_progress_bar_draw(GX_RADIAL_PROGRESS_BAR *progress_bar) { diff --git a/common/src/gx_radial_progress_bar_event_process.c b/common/src/gx_radial_progress_bar_event_process.c index b48191349..6e5d7cb20 100644 --- a/common/src/gx_radial_progress_bar_event_process.c +++ b/common/src/gx_radial_progress_bar_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,18 +68,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 08-02-2021 Ting Zhu Modified comment(s), */ -/* removed size update logic */ -/* from GX_EVENT_SHOW entry, */ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_event_process(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_EVENT *event_ptr) { diff --git a/common/src/gx_radial_progress_bar_font_set.c b/common/src/gx_radial_progress_bar_font_set.c index e57eaa7c5..3923bf960 100644 --- a/common/src/gx_radial_progress_bar_font_set.c +++ b/common/src/gx_radial_progress_bar_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_font_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID font_id) { diff --git a/common/src/gx_radial_progress_bar_info_set.c b/common/src/gx_radial_progress_bar_info_set.c index 7e6ceb6a3..b019862ef 100644 --- a/common/src/gx_radial_progress_bar_info_set.c +++ b/common/src/gx_radial_progress_bar_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_info_set(GX_RADIAL_PROGRESS_BAR *bar, GX_RADIAL_PROGRESS_BAR_INFO *info) { diff --git a/common/src/gx_radial_progress_bar_resize.c b/common/src/gx_radial_progress_bar_resize.c index 82936da4e..5bd6de10d 100644 --- a/common/src/gx_radial_progress_bar_resize.c +++ b/common/src/gx_radial_progress_bar_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,19 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* fixed compile error when */ -/* GX_BRUSH_ALPHA_SUPPORT is */ -/* not defined, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_resize(GX_RADIAL_PROGRESS_BAR *radial_progress) diff --git a/common/src/gx_radial_progress_bar_size_update.c b/common/src/gx_radial_progress_bar_size_update.c index 0e53d3c4f..9a3238690 100644 --- a/common/src/gx_radial_progress_bar_size_update.c +++ b/common/src/gx_radial_progress_bar_size_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_size_update(GX_RADIAL_PROGRESS_BAR *radial_progress) diff --git a/common/src/gx_radial_progress_bar_text_color_set.c b/common/src/gx_radial_progress_bar_text_color_set.c index 89294638b..e2ed71674 100644 --- a/common/src/gx_radial_progress_bar_text_color_set.c +++ b/common/src/gx_radial_progress_bar_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_text_color_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_radial_progress_bar_text_draw.c b/common/src/gx_radial_progress_bar_text_draw.c index fdedf9e63..b41229f89 100644 --- a/common/src/gx_radial_progress_bar_text_draw.c +++ b/common/src/gx_radial_progress_bar_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_radial_progress_bar_text_draw(GX_RADIAL_PROGRESS_BAR *progress_bar) { diff --git a/common/src/gx_radial_progress_bar_value_calculate.c b/common/src/gx_radial_progress_bar_value_calculate.c index db8262a9e..b13fcd030 100644 --- a/common/src/gx_radial_progress_bar_value_calculate.c +++ b/common/src/gx_radial_progress_bar_value_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_value_calculate(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_POINT new_position) { diff --git a/common/src/gx_radial_progress_bar_value_set.c b/common/src/gx_radial_progress_bar_value_set.c index 5d901c74d..995f1c61c 100644 --- a/common/src/gx_radial_progress_bar_value_set.c +++ b/common/src/gx_radial_progress_bar_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_progress_bar_value_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_VALUE new_value) { diff --git a/common/src/gx_radial_slider_anchor_angle_calculate.c b/common/src/gx_radial_slider_anchor_angle_calculate.c index aa5e97c4c..6dca1e40b 100644 --- a/common/src/gx_radial_slider_anchor_angle_calculate.c +++ b/common/src/gx_radial_slider_anchor_angle_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_anchor_angle_calculate(GX_RADIAL_SLIDER *slider, GX_VALUE *angle_value) { diff --git a/common/src/gx_radial_slider_anchor_angles_set.c b/common/src/gx_radial_slider_anchor_angles_set.c index bc877d3f3..5327adee7 100644 --- a/common/src/gx_radial_slider_anchor_angles_set.c +++ b/common/src/gx_radial_slider_anchor_angles_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_anchor_angles_set(GX_RADIAL_SLIDER *slider, GX_VALUE *anchor_angles, USHORT anchor_count) { diff --git a/common/src/gx_radial_slider_angle_calculate.c b/common/src/gx_radial_slider_angle_calculate.c index 92e5e5c8b..aae0a216c 100644 --- a/common/src/gx_radial_slider_angle_calculate.c +++ b/common/src/gx_radial_slider_angle_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_angle_calculate(GX_RADIAL_SLIDER *slider, GX_POINT point, GX_VALUE *return_value) { diff --git a/common/src/gx_radial_slider_angle_set.c b/common/src/gx_radial_slider_angle_set.c index fc4e94bfa..a4eb944ac 100644 --- a/common/src/gx_radial_slider_angle_set.c +++ b/common/src/gx_radial_slider_angle_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* GUIX Internal Code */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_angle_set(GX_RADIAL_SLIDER *slider, GX_VALUE new_angle) { diff --git a/common/src/gx_radial_slider_animation_set.c b/common/src/gx_radial_slider_animation_set.c index 43ef41afc..247c85f63 100644 --- a/common/src/gx_radial_slider_animation_set.c +++ b/common/src/gx_radial_slider_animation_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT animation_style, VOID (*animation_update_callback)(GX_RADIAL_SLIDER *slider)) diff --git a/common/src/gx_radial_slider_animation_start.c b/common/src/gx_radial_slider_animation_start.c index 78d87df1b..1c1f01e9e 100644 --- a/common/src/gx_radial_slider_animation_start.c +++ b/common/src/gx_radial_slider_animation_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_animation_start(GX_RADIAL_SLIDER *slider, GX_VALUE target_angle) { diff --git a/common/src/gx_radial_slider_animation_update.c b/common/src/gx_radial_slider_animation_update.c index 4c2ad1380..ab239b871 100644 --- a/common/src/gx_radial_slider_animation_update.c +++ b/common/src/gx_radial_slider_animation_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,17 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added animation step test, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_animation_update(GX_RADIAL_SLIDER *slider) { diff --git a/common/src/gx_radial_slider_create.c b/common/src/gx_radial_slider_create.c index fc18fb834..2219cb91e 100644 --- a/common/src/gx_radial_slider_create.c +++ b/common/src/gx_radial_slider_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_create(GX_RADIAL_SLIDER *slider, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RADIAL_SLIDER_INFO *info, ULONG style, USHORT slider_id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_radial_slider_draw.c b/common/src/gx_radial_slider_draw.c index 76786d48e..2aa7da8c1 100644 --- a/common/src/gx_radial_slider_draw.c +++ b/common/src/gx_radial_slider_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* GUIX Internal Code */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_radial_slider_draw(GX_RADIAL_SLIDER *slider) { diff --git a/common/src/gx_radial_slider_event_process.c b/common/src/gx_radial_slider_event_process.c index 9aee5941a..21fffbf5a 100644 --- a/common/src/gx_radial_slider_event_process.c +++ b/common/src/gx_radial_slider_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,19 +68,6 @@ /* */ /* _gx_radial_slider_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* renamed */ -/* GX_STATUS_TRACKING_START to */ -/* GX_STATUS_TRACKING_PEN, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_radial_slider_pen_down_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) { @@ -168,19 +156,6 @@ GX_RECTANGLE rectangle; /* */ /* _gx_radial_slider_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* renamed */ -/* GX_STATUS_TRACKING_START to */ -/* GX_STATUS_TRACKING_PEN, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_radial_slider_pen_drag_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) { @@ -273,19 +248,6 @@ GX_BOOL update = GX_FALSE; /* */ /* _gx_radial_slider_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* renamed */ -/* GX_STATUS_TRACKING_START to */ -/* GX_STATUS_TRACKING_PEN, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_radial_slider_pen_up_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) { @@ -367,14 +329,6 @@ GX_POINT *point; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) { diff --git a/common/src/gx_radial_slider_info_get.c b/common/src/gx_radial_slider_info_get.c index ef671fff2..5f8252a4c 100644 --- a/common/src/gx_radial_slider_info_get.c +++ b/common/src/gx_radial_slider_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_info_get(GX_RADIAL_SLIDER *slider, GX_RADIAL_SLIDER_INFO **info) { diff --git a/common/src/gx_radial_slider_info_set.c b/common/src/gx_radial_slider_info_set.c index 55a4a3174..62f7745a2 100644 --- a/common/src/gx_radial_slider_info_set.c +++ b/common/src/gx_radial_slider_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_info_set(GX_RADIAL_SLIDER *slider, GX_RADIAL_SLIDER_INFO *info) { diff --git a/common/src/gx_radial_slider_needle_rectangle_calculate.c b/common/src/gx_radial_slider_needle_rectangle_calculate.c index a7633b892..81776bc39 100644 --- a/common/src/gx_radial_slider_needle_rectangle_calculate.c +++ b/common/src/gx_radial_slider_needle_rectangle_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,17 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* supported needle offset, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_needle_rectangle_calculate(GX_RADIAL_SLIDER *slider, GX_RECTANGLE *rectangle) { diff --git a/common/src/gx_radial_slider_pixelmap_set.c b/common/src/gx_radial_slider_pixelmap_set.c index d0cdad5d9..87b6829ad 100644 --- a/common/src/gx_radial_slider_pixelmap_set.c +++ b/common/src/gx_radial_slider_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radial_slider_pixelmap_set(GX_RADIAL_SLIDER *slider, GX_RESOURCE_ID background_pixelmap, GX_RESOURCE_ID needle_pixelmap) { diff --git a/common/src/gx_radio_button_create.c b/common/src/gx_radio_button_create.c index 9a83f2ca5..44b831960 100644 --- a/common/src/gx_radio_button_create.c +++ b/common/src/gx_radio_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radio_button_create(GX_RADIO_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT radio_btton_id, diff --git a/common/src/gx_radio_button_draw.c b/common/src/gx_radio_button_draw.c index 0c4f91caf..2d9d8c646 100644 --- a/common/src/gx_radio_button_draw.c +++ b/common/src/gx_radio_button_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,15 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_radio_button_draw(GX_RADIO_BUTTON *button) { diff --git a/common/src/gx_radio_button_pixelmap_set.c b/common/src/gx_radio_button_pixelmap_set.c index 026d0bd0b..d18281cac 100644 --- a/common/src/gx_radio_button_pixelmap_set.c +++ b/common/src/gx_radio_button_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_radio_button_pixelmap_set(GX_RADIO_BUTTON *button, GX_RESOURCE_ID off_id, diff --git a/common/src/gx_rich_text_view_context_peek.c b/common/src/gx_rich_text_view_context_peek.c index ca1323a70..6ba662f32 100644 --- a/common/src/gx_rich_text_view_context_peek.c +++ b/common/src/gx_rich_text_view_context_peek.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,12 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_context_peek(GX_RICH_TEXT_CONTEXT *context) { diff --git a/common/src/gx_rich_text_view_context_pop.c b/common/src/gx_rich_text_view_context_pop.c index e63000299..1337153c4 100644 --- a/common/src/gx_rich_text_view_context_pop.c +++ b/common/src/gx_rich_text_view_context_pop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,8 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ -UINT _gx_rich_text_view_context_pop() +UINT _gx_rich_text_view_context_pop(VOID) { if (_gx_system_rich_text_context_stack.gx_rich_text_context_stack_top <= 0) { diff --git a/common/src/gx_rich_text_view_context_push.c b/common/src/gx_rich_text_view_context_push.c index e3bb5c2dd..cdd6ecd51 100644 --- a/common/src/gx_rich_text_view_context_push.c +++ b/common/src/gx_rich_text_view_context_push.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_context_push(GX_RICH_TEXT_CONTEXT *context) { diff --git a/common/src/gx_rich_text_view_context_reset.c b/common/src/gx_rich_text_view_context_reset.c index 068725055..1c4eadec0 100644 --- a/common/src/gx_rich_text_view_context_reset.c +++ b/common/src/gx_rich_text_view_context_reset.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,8 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ -UINT _gx_rich_text_view_context_reset() +UINT _gx_rich_text_view_context_reset(VOID) { _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = 0; diff --git a/common/src/gx_rich_text_view_context_restore.c b/common/src/gx_rich_text_view_context_restore.c index f5faa6bf3..85ac06e6a 100644 --- a/common/src/gx_rich_text_view_context_restore.c +++ b/common/src/gx_rich_text_view_context_restore.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,8 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ -UINT _gx_rich_text_view_context_restore() +UINT _gx_rich_text_view_context_restore(VOID) { GX_UBYTE top = _gx_system_rich_text_context_stack_save.gx_rich_text_context_stack_top; diff --git a/common/src/gx_rich_text_view_context_save.c b/common/src/gx_rich_text_view_context_save.c index 0a38036d8..a0a4a9aa0 100644 --- a/common/src/gx_rich_text_view_context_save.c +++ b/common/src/gx_rich_text_view_context_save.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,8 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ -UINT _gx_rich_text_view_context_save() +UINT _gx_rich_text_view_context_save(VOID) { GX_UBYTE top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; diff --git a/common/src/gx_rich_text_view_create.c b/common/src/gx_rich_text_view_create.c index 3dc2557e7..61f632d7b 100644 --- a/common/src/gx_rich_text_view_create.c +++ b/common/src/gx_rich_text_view_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_create(GX_RICH_TEXT_VIEW *text_view, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_rich_text_view_draw.c b/common/src/gx_rich_text_view_draw.c index 7210cf2b6..6d5416b1b 100644 --- a/common/src/gx_rich_text_view_draw.c +++ b/common/src/gx_rich_text_view_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* GUIX Internal Code */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_rich_text_view_draw(GX_RICH_TEXT_VIEW *text_view) { diff --git a/common/src/gx_rich_text_view_fonts_set.c b/common/src/gx_rich_text_view_fonts_set.c index 5e48aeca0..18db62c66 100644 --- a/common/src/gx_rich_text_view_fonts_set.c +++ b/common/src/gx_rich_text_view_fonts_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *text_view, GX_RICH_TEXT_FONTS *fonts) { diff --git a/common/src/gx_rich_text_view_line_info_get.c b/common/src/gx_rich_text_view_line_info_get.c index 8422bb155..944e1435c 100644 --- a/common/src/gx_rich_text_view_line_info_get.c +++ b/common/src/gx_rich_text_view_line_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,15 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* removed unreachable code, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_line_info_get(GX_RICH_TEXT_VIEW *text_view, GX_STRING text, GX_RICH_TEXT_LINE_INFO *line_info, GX_VALUE availlable_width) { diff --git a/common/src/gx_rich_text_view_scroll_info_get.c b/common/src/gx_rich_text_view_scroll_info_get.c index 83cc90b1f..8c5f81f20 100644 --- a/common/src/gx_rich_text_view_scroll_info_get.c +++ b/common/src/gx_rich_text_view_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,12 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_scroll_info_get(GX_RICH_TEXT_VIEW *text_view, ULONG style, GX_SCROLL_INFO *info) { diff --git a/common/src/gx_rich_text_view_tag_enter.c b/common/src/gx_rich_text_view_tag_enter.c index e9636b7fc..ad081ad9c 100644 --- a/common/src/gx_rich_text_view_tag_enter.c +++ b/common/src/gx_rich_text_view_tag_enter.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -95,12 +96,6 @@ enum gx_rich_text_tag_index /* */ /* _gx_rich_text_view_tag_open */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_rich_text_resource_id_read(GX_STRING *text, UINT *resource_id) { @@ -185,12 +180,6 @@ CHAR ch; /* */ /* _gx_rich_text_view_tag_enter */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_rich_text_view_tag_open(GX_RICH_TEXT_VIEW *view, GX_CONST GX_STRING *text, GX_RICH_TEXT_FORMAT *format, GX_UBYTE *handled_bytes) { @@ -436,12 +425,6 @@ UINT tag_index = 0; /* */ /* _gx_rich_text_view_tag_enter */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_rich_text_view_tag_close(GX_CONST GX_STRING *text, GX_RICH_TEXT_FORMAT *format, GX_UBYTE *handled_bytes) { @@ -509,12 +492,6 @@ GX_CONST GX_STRING *tag; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_tag_enter(GX_RICH_TEXT_VIEW *view, GX_CONST GX_STRING *text, GX_RICH_TEXT_FORMAT *format, GX_UBYTE *handled_bytes) { diff --git a/common/src/gx_rich_text_view_text_draw.c b/common/src/gx_rich_text_view_text_draw.c index 6a73d8a7e..77c111fab 100644 --- a/common/src/gx_rich_text_view_text_draw.c +++ b/common/src/gx_rich_text_view_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,15 +72,6 @@ /* */ /* _gx_rich_text_view_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 03-02-2021 Ting Zhu Modified comment(s), */ -/* removed unreachable code, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ static VOID _gx_rich_text_view_single_line_draw(GX_RICH_TEXT_VIEW *text_view, GX_VALUE ypos, GX_RICH_TEXT_LINE_INFO *line_info) { @@ -300,12 +292,6 @@ GX_BOOL escape = GX_FALSE; /* GUIX Internal Code */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_rich_text_view_text_draw(GX_RICH_TEXT_VIEW *text_view) { diff --git a/common/src/gx_rich_text_view_text_total_height_calculate.c b/common/src/gx_rich_text_view_text_total_height_calculate.c index 29db90c06..223740f36 100644 --- a/common/src/gx_rich_text_view_text_total_height_calculate.c +++ b/common/src/gx_rich_text_view_text_total_height_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_rich_text_view_text_total_height_calculate(GX_RICH_TEXT_VIEW *text_view) { diff --git a/common/src/gx_screen_stack_create.c b/common/src/gx_screen_stack_create.c index 0503ff782..7d5ede156 100644 --- a/common/src/gx_screen_stack_create.c +++ b/common/src/gx_screen_stack_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_screen_stack_create(GX_SCREEN_STACK_CONTROL *control, GX_WIDGET **memory, INT size) { diff --git a/common/src/gx_screen_stack_pop.c b/common/src/gx_screen_stack_pop.c index 3f9767cac..7f87c23d5 100644 --- a/common/src/gx_screen_stack_pop.c +++ b/common/src/gx_screen_stack_pop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_screen_stack_pop(GX_SCREEN_STACK_CONTROL *control) { diff --git a/common/src/gx_screen_stack_push.c b/common/src/gx_screen_stack_push.c index a248b2553..d38a5cb30 100644 --- a/common/src/gx_screen_stack_push.c +++ b/common/src/gx_screen_stack_push.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_screen_stack_push(GX_SCREEN_STACK_CONTROL *control, GX_WIDGET *screen, GX_WIDGET *new_screen) { diff --git a/common/src/gx_screen_stack_reset.c b/common/src/gx_screen_stack_reset.c index 4b4832b35..c3c4666fe 100644 --- a/common/src/gx_screen_stack_reset.c +++ b/common/src/gx_screen_stack_reset.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_screen_stack_reset(GX_SCREEN_STACK_CONTROL *control) { diff --git a/common/src/gx_scroll_thumb_create.c b/common/src/gx_scroll_thumb_create.c index bbd388fdc..14dddb171 100644 --- a/common/src/gx_scroll_thumb_create.c +++ b/common/src/gx_scroll_thumb_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_thumb_create(GX_SCROLL_THUMB *scroll_thumb, GX_SCROLLBAR *parent, ULONG style) diff --git a/common/src/gx_scroll_thumb_draw.c b/common/src/gx_scroll_thumb_draw.c index f7861696b..e6a64d72e 100644 --- a/common/src/gx_scroll_thumb_draw.c +++ b/common/src/gx_scroll_thumb_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_scroll_thumb_draw(GX_SCROLL_THUMB *thumb) { diff --git a/common/src/gx_scroll_thumb_event_process.c b/common/src/gx_scroll_thumb_event_process.c index 65003c8cb..3220fb7b9 100644 --- a/common/src/gx_scroll_thumb_event_process.c +++ b/common/src/gx_scroll_thumb_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_thumb_event_process(GX_SCROLL_THUMB *thumb, GX_EVENT *event_ptr) { diff --git a/common/src/gx_scroll_thumb_shift_limit.c b/common/src/gx_scroll_thumb_shift_limit.c index c4681ca0c..7617ce1e5 100644 --- a/common/src/gx_scroll_thumb_shift_limit.c +++ b/common/src/gx_scroll_thumb_shift_limit.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ INT _gx_scroll_thumb_shift_limit(GX_SCROLL_THUMB *thumb, INT shift) { diff --git a/common/src/gx_scroll_wheel_create.c b/common/src/gx_scroll_wheel_create.c index f7dfe0718..4cf7f955f 100644 --- a/common/src/gx_scroll_wheel_create.c +++ b/common/src/gx_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,18 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* updated with scroll wheel */ -/* control block change, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_create(GX_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_scroll_wheel_event_process.c b/common/src/gx_scroll_wheel_event_process.c index c77d7fec8..5b69e665e 100644 --- a/common/src/gx_scroll_wheel_event_process.c +++ b/common/src/gx_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,18 +68,6 @@ /* */ /* _gx_scroll_wheel_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* updated with scroll wheel */ -/* control block members, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_scroll_wheel_timer_event_handler(GX_SCROLL_WHEEL *wheel, UINT timer_id) { @@ -228,14 +217,6 @@ GX_BOOL generate_event = GX_FALSE; /* */ /* _gx_scroll_wheel_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_scroll_wheel_flick_event_handler(GX_SCROLL_WHEEL *wheel, INT flick_speed) { @@ -368,19 +349,6 @@ INT speed; /* */ /* _gx_scroll_wheel_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* renamed */ -/* GX_STYLE_SCROLL_WHEEL_DRAG */ -/* to GX_STATUS_TRACKING_PEN, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_scroll_wheel_pen_up_event_handler(GX_SCROLL_WHEEL *wheel) { @@ -455,23 +423,6 @@ GX_RECTANGLE dirty; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* renamed */ -/* GX_STYLE_SCROLL_WHEEL_DRAG */ -/* to GX_STATUS_TRACKING_PEN, */ -/* resulting in version 6.1.4 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* updated with scroll wheel */ -/* control block change, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_event_process(GX_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gx_scroll_wheel_gradient_alpha_set.c b/common/src/gx_scroll_wheel_gradient_alpha_set.c index 73f22f6d3..e445041e7 100644 --- a/common/src/gx_scroll_wheel_gradient_alpha_set.c +++ b/common/src/gx_scroll_wheel_gradient_alpha_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_gradient_alpha_set(GX_SCROLL_WHEEL *wheel, GX_UBYTE start_alpha, GX_UBYTE end_alpha) { diff --git a/common/src/gx_scroll_wheel_gradient_create.c b/common/src/gx_scroll_wheel_gradient_create.c index e57bc2c1b..82d7d243d 100644 --- a/common/src/gx_scroll_wheel_gradient_create.c +++ b/common/src/gx_scroll_wheel_gradient_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,20 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* 03-02-2021 Kenneth Maxwell Modified comment(s), added */ -/* flip rotation support, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ VOID _gx_scroll_wheel_gradient_create(GX_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_scroll_wheel_row_height_set.c b/common/src/gx_scroll_wheel_row_height_set.c index e2e98d01d..5991e73dc 100644 --- a/common/src/gx_scroll_wheel_row_height_set.c +++ b/common/src/gx_scroll_wheel_row_height_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_row_height_set(GX_SCROLL_WHEEL *wheel, GX_VALUE row_height) { diff --git a/common/src/gx_scroll_wheel_scroll.c b/common/src/gx_scroll_wheel_scroll.c index 21cd6b628..a051e81b7 100644 --- a/common/src/gx_scroll_wheel_scroll.c +++ b/common/src/gx_scroll_wheel_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,18 +61,6 @@ /* */ /* _gx_scroll_wheel_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* modified wrap style test */ -/* logic, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_scroll(GX_SCROLL_WHEEL *wheel, GX_VALUE shift) { diff --git a/common/src/gx_scroll_wheel_selected_background_set.c b/common/src/gx_scroll_wheel_selected_background_set.c index 14af411e7..ca329d694 100644 --- a/common/src/gx_scroll_wheel_selected_background_set.c +++ b/common/src/gx_scroll_wheel_selected_background_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_selected_background_set(GX_SCROLL_WHEEL *wheel, GX_RESOURCE_ID selected_bg) { diff --git a/common/src/gx_scroll_wheel_selected_get.c b/common/src/gx_scroll_wheel_selected_get.c index d628b19a8..0b5da553e 100644 --- a/common/src/gx_scroll_wheel_selected_get.c +++ b/common/src/gx_scroll_wheel_selected_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_selected_get(GX_SCROLL_WHEEL *wheel, INT *row) { diff --git a/common/src/gx_scroll_wheel_selected_row_calculate.c b/common/src/gx_scroll_wheel_selected_row_calculate.c index 7d0220d2e..204cb477d 100644 --- a/common/src/gx_scroll_wheel_selected_row_calculate.c +++ b/common/src/gx_scroll_wheel_selected_row_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,18 +58,6 @@ /* */ /* _gx_text_scroll_wheel_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* modified wrap style test */ -/* logic, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_selected_row_calculate(GX_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_scroll_wheel_selected_set.c b/common/src/gx_scroll_wheel_selected_set.c index d14493291..a72344cf1 100644 --- a/common/src/gx_scroll_wheel_selected_set.c +++ b/common/src/gx_scroll_wheel_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,17 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_selected_set(GX_SCROLL_WHEEL *wheel, INT row) { diff --git a/common/src/gx_scroll_wheel_speed_set.c b/common/src/gx_scroll_wheel_speed_set.c index 82704271b..554c15205 100644 --- a/common/src/gx_scroll_wheel_speed_set.c +++ b/common/src/gx_scroll_wheel_speed_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_speed_set(GX_SCROLL_WHEEL *wheel, GX_FIXED_VAL start_speed_rate, GX_FIXED_VAL end_speed_rate, GX_VALUE max_steps, GX_VALUE delay) diff --git a/common/src/gx_scroll_wheel_total_rows_set.c b/common/src/gx_scroll_wheel_total_rows_set.c index 47d969479..d2b7cf22c 100644 --- a/common/src/gx_scroll_wheel_total_rows_set.c +++ b/common/src/gx_scroll_wheel_total_rows_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scroll_wheel_total_rows_set(GX_SCROLL_WHEEL *wheel, INT total_rows) { diff --git a/common/src/gx_scroll_wheel_wrap_style_check.c b/common/src/gx_scroll_wheel_wrap_style_check.c index bbbd5c659..234cd40d2 100644 --- a/common/src/gx_scroll_wheel_wrap_style_check.c +++ b/common/src/gx_scroll_wheel_wrap_style_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,12 +57,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ GX_BOOL _gx_scroll_wheel_wrap_style_check(GX_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_scrollbar_draw.c b/common/src/gx_scrollbar_draw.c index 9ac14c631..a97625d1c 100644 --- a/common/src/gx_scrollbar_draw.c +++ b/common/src/gx_scrollbar_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,17 +76,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ VOID _gx_scrollbar_draw(GX_SCROLLBAR *scrollbar) { diff --git a/common/src/gx_scrollbar_event_process.c b/common/src/gx_scrollbar_event_process.c index 911d50c9d..0c66dbb5d 100644 --- a/common/src/gx_scrollbar_event_process.c +++ b/common/src/gx_scrollbar_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -81,14 +82,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scrollbar_event_process(GX_SCROLLBAR *scrollbar, GX_EVENT *event_ptr) { diff --git a/common/src/gx_scrollbar_limit_check.c b/common/src/gx_scrollbar_limit_check.c index 3f582ff7e..cb9e5ae79 100644 --- a/common/src/gx_scrollbar_limit_check.c +++ b/common/src/gx_scrollbar_limit_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scrollbar_limit_check(GX_SCROLLBAR *scrollbar) { diff --git a/common/src/gx_scrollbar_reset.c b/common/src/gx_scrollbar_reset.c index 902da8f8a..a9a488618 100644 --- a/common/src/gx_scrollbar_reset.c +++ b/common/src/gx_scrollbar_reset.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scrollbar_reset(GX_SCROLLBAR *scrollbar, GX_SCROLL_INFO *info) { diff --git a/common/src/gx_scrollbar_size_update.c b/common/src/gx_scrollbar_size_update.c index 69f1c7686..7205b698b 100644 --- a/common/src/gx_scrollbar_size_update.c +++ b/common/src/gx_scrollbar_size_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_scrollbar_size_update(GX_SCROLLBAR *scroll) { diff --git a/common/src/gx_scrollbar_thumb_position_calculate.c b/common/src/gx_scrollbar_thumb_position_calculate.c index 68e7a1e13..7e00301a6 100644 --- a/common/src/gx_scrollbar_thumb_position_calculate.c +++ b/common/src/gx_scrollbar_thumb_position_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_scrollbar_thumb_position_calculate(GX_SCROLLBAR *scroll) { diff --git a/common/src/gx_scrollbar_value_calculate.c b/common/src/gx_scrollbar_value_calculate.c index 3cd283574..7d599305e 100644 --- a/common/src/gx_scrollbar_value_calculate.c +++ b/common/src/gx_scrollbar_value_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_scrollbar_value_calculate(GX_SCROLLBAR *scroll, INT offset, INT size) { diff --git a/common/src/gx_scrollbar_value_set.c b/common/src/gx_scrollbar_value_set.c index 380fcf26d..d2a688a46 100644 --- a/common/src/gx_scrollbar_value_set.c +++ b/common/src/gx_scrollbar_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_scrollbar_value_set(GX_SCROLLBAR *scrollbar, INT value) { diff --git a/common/src/gx_single_line_text_input_backspace.c b/common/src/gx_single_line_text_input_backspace.c index 0fc426156..0c7e8b6df 100644 --- a/common/src/gx_single_line_text_input_backspace.c +++ b/common/src/gx_single_line_text_input_backspace.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_backspace(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_buffer_clear.c b/common/src/gx_single_line_text_input_buffer_clear.c index 32ba31690..19d8605db 100644 --- a/common/src/gx_single_line_text_input_buffer_clear.c +++ b/common/src/gx_single_line_text_input_buffer_clear.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_buffer_clear(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_buffer_get.c b/common/src/gx_single_line_text_input_buffer_get.c index 32b25c7af..8a0fe23a3 100644 --- a/common/src/gx_single_line_text_input_buffer_get.c +++ b/common/src/gx_single_line_text_input_buffer_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_buffer_get(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buffer_address, UINT *content_size, UINT *buffer_size) diff --git a/common/src/gx_single_line_text_input_character_delete.c b/common/src/gx_single_line_text_input_character_delete.c index 960a814bd..ddf65457c 100644 --- a/common/src/gx_single_line_text_input_character_delete.c +++ b/common/src/gx_single_line_text_input_character_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_character_delete(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_character_insert.c b/common/src/gx_single_line_text_input_character_insert.c index af1a00547..889c0885e 100644 --- a/common/src/gx_single_line_text_input_character_insert.c +++ b/common/src/gx_single_line_text_input_character_insert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,14 +77,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_character_insert(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_UBYTE *insert_str, UINT insert_size) { diff --git a/common/src/gx_single_line_text_input_copy.c b/common/src/gx_single_line_text_input_copy.c index a1d7a7fc7..dea0db343 100644 --- a/common/src/gx_single_line_text_input_copy.c +++ b/common/src/gx_single_line_text_input_copy.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_copy(GX_SINGLE_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_single_line_text_input_create.c b/common/src/gx_single_line_text_input_create.c index d1fdd79f7..7e96d7fc8 100644 --- a/common/src/gx_single_line_text_input_create.c +++ b/common/src/gx_single_line_text_input_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,17 +74,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* supported dynamic buffer, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_create(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_single_line_text_input_cut.c b/common/src/gx_single_line_text_input_cut.c index a125d494d..6309a0949 100644 --- a/common/src/gx_single_line_text_input_cut.c +++ b/common/src/gx_single_line_text_input_cut.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_cut(GX_SINGLE_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_single_line_text_input_draw.c b/common/src/gx_single_line_text_input_draw.c index 4ef184cae..73670dfff 100644 --- a/common/src/gx_single_line_text_input_draw.c +++ b/common/src/gx_single_line_text_input_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -84,14 +85,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_single_line_text_input_draw(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_draw_position_get.c b/common/src/gx_single_line_text_input_draw_position_get.c index a94d55199..76699bf10 100644 --- a/common/src/gx_single_line_text_input_draw_position_get.c +++ b/common/src/gx_single_line_text_input_draw_position_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* _gx_single_line_text_input_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_draw_position_get(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_VALUE *xpos, GX_VALUE *ypos) { diff --git a/common/src/gx_single_line_text_input_end.c b/common/src/gx_single_line_text_input_end.c index e8d46bf9d..137666cff 100644 --- a/common/src/gx_single_line_text_input_end.c +++ b/common/src/gx_single_line_text_input_end.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_end(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_event_process.c b/common/src/gx_single_line_text_input_event_process.c index 0bd1446bd..3a9ae5c5a 100644 --- a/common/src/gx_single_line_text_input_event_process.c +++ b/common/src/gx_single_line_text_input_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* _gx_single_line_text_input_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_single_line_text_input_pen_down_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { @@ -149,14 +142,6 @@ UINT end_mark = text_input -> gx_single_line_text_input_end_mark; /* */ /* _gx_single_line_text_input_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_single_line_text_input_pen_drag_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { @@ -282,23 +267,6 @@ GX_VALUE click_x; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to release */ -/* dynamic input buffer, */ -/* resulting in version 6.1.3 */ -/* 12-31-2023 Ting Zhu Modified comment(s), */ -/* modified to always call */ -/* default widget event */ -/* process on a pen up event, */ -/* resulting in version 6.4.0 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_event_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { diff --git a/common/src/gx_single_line_text_input_fill_color_set.c b/common/src/gx_single_line_text_input_fill_color_set.c index b9ea56614..c1ca29463 100644 --- a/common/src/gx_single_line_text_input_fill_color_set.c +++ b/common/src/gx_single_line_text_input_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_fill_color_set(GX_SINGLE_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_fill_color_id, diff --git a/common/src/gx_single_line_text_input_home.c b/common/src/gx_single_line_text_input_home.c index e682e587e..46cc2521e 100644 --- a/common/src/gx_single_line_text_input_home.c +++ b/common/src/gx_single_line_text_input_home.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_home(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_keydown_process.c b/common/src/gx_single_line_text_input_keydown_process.c index 889c879eb..01ce28103 100644 --- a/common/src/gx_single_line_text_input_keydown_process.c +++ b/common/src/gx_single_line_text_input_keydown_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,14 +78,6 @@ /* Single line text input widget */ /* event process routine */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_single_line_text_input_keydown_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) { diff --git a/common/src/gx_single_line_text_input_left_arrow.c b/common/src/gx_single_line_text_input_left_arrow.c index c2af57142..a25a16815 100644 --- a/common/src/gx_single_line_text_input_left_arrow.c +++ b/common/src/gx_single_line_text_input_left_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,14 +76,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_left_arrow(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_mark_end.c b/common/src/gx_single_line_text_input_mark_end.c index dcb90f466..bbc98d5dc 100644 --- a/common/src/gx_single_line_text_input_mark_end.c +++ b/common/src/gx_single_line_text_input_mark_end.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_mark_end(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_mark_home.c b/common/src/gx_single_line_text_input_mark_home.c index df2468330..79462c38c 100644 --- a/common/src/gx_single_line_text_input_mark_home.c +++ b/common/src/gx_single_line_text_input_mark_home.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_mark_home(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_mark_next.c b/common/src/gx_single_line_text_input_mark_next.c index 83436226c..76d391e91 100644 --- a/common/src/gx_single_line_text_input_mark_next.c +++ b/common/src/gx_single_line_text_input_mark_next.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_mark_next(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_mark_previous.c b/common/src/gx_single_line_text_input_mark_previous.c index 898368be9..f9433aaf4 100644 --- a/common/src/gx_single_line_text_input_mark_previous.c +++ b/common/src/gx_single_line_text_input_mark_previous.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_mark_previous(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_paste.c b/common/src/gx_single_line_text_input_paste.c index b52d14e34..ec3c9029f 100644 --- a/common/src/gx_single_line_text_input_paste.c +++ b/common/src/gx_single_line_text_input_paste.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_paste(GX_SINGLE_LINE_TEXT_INPUT *input) { diff --git a/common/src/gx_single_line_text_input_position_get.c b/common/src/gx_single_line_text_input_position_get.c index aa3e02fb6..fc058bd90 100644 --- a/common/src/gx_single_line_text_input_position_get.c +++ b/common/src/gx_single_line_text_input_position_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_position_get(GX_SINGLE_LINE_TEXT_INPUT *text_input, INT pixel_position) { diff --git a/common/src/gx_single_line_text_input_position_update.c b/common/src/gx_single_line_text_input_position_update.c index 9e65551df..81261400e 100644 --- a/common/src/gx_single_line_text_input_position_update.c +++ b/common/src/gx_single_line_text_input_position_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_position_update(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_right_arrow.c b/common/src/gx_single_line_text_input_right_arrow.c index e7ed662ca..53cd7d907 100644 --- a/common/src/gx_single_line_text_input_right_arrow.c +++ b/common/src/gx_single_line_text_input_right_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_right_arrow(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gx_single_line_text_input_style_add.c b/common/src/gx_single_line_text_input_style_add.c index 3b668245b..38b536239 100644 --- a/common/src/gx_single_line_text_input_style_add.c +++ b/common/src/gx_single_line_text_input_style_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_style_add(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gx_single_line_text_input_style_remove.c b/common/src/gx_single_line_text_input_style_remove.c index aaf91018e..92820b23f 100644 --- a/common/src/gx_single_line_text_input_style_remove.c +++ b/common/src/gx_single_line_text_input_style_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_style_remove(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gx_single_line_text_input_style_set.c b/common/src/gx_single_line_text_input_style_set.c index 396cb481c..1e90590b6 100644 --- a/common/src/gx_single_line_text_input_style_set.c +++ b/common/src/gx_single_line_text_input_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_style_set(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gx_single_line_text_input_text_color_set.c b/common/src/gx_single_line_text_input_text_color_set.c index 51f77aca2..1c8eb5f33 100644 --- a/common/src/gx_single_line_text_input_text_color_set.c +++ b/common/src/gx_single_line_text_input_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_text_color_set(GX_SINGLE_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_single_line_text_input_text_rectangle_get.c b/common/src/gx_single_line_text_input_text_rectangle_get.c index 88a14a175..67cbaa31c 100644 --- a/common/src/gx_single_line_text_input_text_rectangle_get.c +++ b/common/src/gx_single_line_text_input_text_rectangle_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* _gx_system_dirty_mark Mark widget as drity */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_text_rectangle_get(GX_SINGLE_LINE_TEXT_INPUT *input, INT offset_index, GX_RECTANGLE *rect) { diff --git a/common/src/gx_single_line_text_input_text_select.c b/common/src/gx_single_line_text_input_text_select.c index 6375db299..61bced4e2 100644 --- a/common/src/gx_single_line_text_input_text_select.c +++ b/common/src/gx_single_line_text_input_text_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_text_select(GX_SINGLE_LINE_TEXT_INPUT *input, UINT start_index, UINT end_index) { diff --git a/common/src/gx_single_line_text_input_text_set.c b/common/src/gx_single_line_text_input_text_set.c index b5f8e0c56..7706e743c 100644 --- a/common/src/gx_single_line_text_input_text_set.c +++ b/common/src/gx_single_line_text_input_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_single_line_text_input_text_set(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_CONST GX_CHAR *text) @@ -136,14 +129,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_single_line_text_input_text_set_ext(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_CONST GX_STRING *text) { diff --git a/common/src/gx_slider_create.c b/common/src/gx_slider_create.c index 8b3099346..84c15a13c 100644 --- a/common/src/gx_slider_create.c +++ b/common/src/gx_slider_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_create(GX_SLIDER *slider, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT tick_count, diff --git a/common/src/gx_slider_draw.c b/common/src/gx_slider_draw.c index 821e70028..e6c7ad96e 100644 --- a/common/src/gx_slider_draw.c +++ b/common/src/gx_slider_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_slider_draw(GX_SLIDER *slider) { diff --git a/common/src/gx_slider_event_process.c b/common/src/gx_slider_event_process.c index d3c8a55f1..bf47ac353 100644 --- a/common/src/gx_slider_event_process.c +++ b/common/src/gx_slider_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_event_process(GX_SLIDER *slider, GX_EVENT *event_ptr) { diff --git a/common/src/gx_slider_info_set.c b/common/src/gx_slider_info_set.c index fc56e4db3..d0da2c872 100644 --- a/common/src/gx_slider_info_set.c +++ b/common/src/gx_slider_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_info_set(GX_SLIDER *slider, GX_SLIDER_INFO *info) { diff --git a/common/src/gx_slider_needle_draw.c b/common/src/gx_slider_needle_draw.c index c113e0d43..f09ddca2b 100644 --- a/common/src/gx_slider_needle_draw.c +++ b/common/src/gx_slider_needle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_slider_needle_draw(GX_SLIDER *slider) { diff --git a/common/src/gx_slider_needle_position_get.c b/common/src/gx_slider_needle_position_get.c index 83d0daf22..bcf56baf4 100644 --- a/common/src/gx_slider_needle_position_get.c +++ b/common/src/gx_slider_needle_position_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_needle_position_get(GX_SLIDER *slider, GX_SLIDER_INFO *slider_info, GX_RECTANGLE *return_position) { diff --git a/common/src/gx_slider_tickmarks_draw.c b/common/src/gx_slider_tickmarks_draw.c index c3c99fc38..a1cf31541 100644 --- a/common/src/gx_slider_tickmarks_draw.c +++ b/common/src/gx_slider_tickmarks_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_slider_tickmarks_draw(GX_SLIDER *slider) { diff --git a/common/src/gx_slider_travel_get.c b/common/src/gx_slider_travel_get.c index 9cb3dc8e7..36106f213 100644 --- a/common/src/gx_slider_travel_get.c +++ b/common/src/gx_slider_travel_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_travel_get(GX_SLIDER *slider, GX_SLIDER_INFO *info, INT *return_min_travel, INT *return_max_travel) { diff --git a/common/src/gx_slider_value_calculate.c b/common/src/gx_slider_value_calculate.c index cb64ab828..268d2d71a 100644 --- a/common/src/gx_slider_value_calculate.c +++ b/common/src/gx_slider_value_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_value_calculate(GX_SLIDER *slider, GX_SLIDER_INFO *info, INT new_position) { diff --git a/common/src/gx_slider_value_set.c b/common/src/gx_slider_value_set.c index 947fd87ef..3a5444c33 100644 --- a/common/src/gx_slider_value_set.c +++ b/common/src/gx_slider_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,14 +75,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_slider_value_set(GX_SLIDER *slider, GX_SLIDER_INFO *info, INT new_value) { diff --git a/common/src/gx_sprite_create.c b/common/src/gx_sprite_create.c index e0f8edd28..f3ed5d6dd 100644 --- a/common/src/gx_sprite_create.c +++ b/common/src/gx_sprite_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_sprite_create(GX_SPRITE *sprite, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_SPRITE_FRAME *frame_list, USHORT frame_count, diff --git a/common/src/gx_sprite_current_frame_set.c b/common/src/gx_sprite_current_frame_set.c index 5ab7e023e..745e7a696 100644 --- a/common/src/gx_sprite_current_frame_set.c +++ b/common/src/gx_sprite_current_frame_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_sprite_current_frame_set(GX_SPRITE *sprite, USHORT frame_index) { diff --git a/common/src/gx_sprite_draw.c b/common/src/gx_sprite_draw.c index 9654c5fe4..8c33370f5 100644 --- a/common/src/gx_sprite_draw.c +++ b/common/src/gx_sprite_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,17 +70,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-15-2021 Ting Zhu Modified comment(s), */ -/* supported alphamap draw, */ -/* resulting in version 6.1.9 */ -/* */ /**************************************************************************/ VOID _gx_sprite_draw(GX_SPRITE *sprite) { diff --git a/common/src/gx_sprite_event_process.c b/common/src/gx_sprite_event_process.c index 018870394..b28d35e92 100644 --- a/common/src/gx_sprite_event_process.c +++ b/common/src/gx_sprite_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_sprite_event_process(GX_SPRITE *sprite, GX_EVENT *event_ptr) { diff --git a/common/src/gx_sprite_frame_list_set.c b/common/src/gx_sprite_frame_list_set.c index bbb4d4e7a..fa7f1a17a 100644 --- a/common/src/gx_sprite_frame_list_set.c +++ b/common/src/gx_sprite_frame_list_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_sprite_frame_list_set(GX_SPRITE *sprite, GX_SPRITE_FRAME *frame_list, USHORT frame_count) { diff --git a/common/src/gx_sprite_start.c b/common/src/gx_sprite_start.c index 681d52ac7..09ceb01c8 100644 --- a/common/src/gx_sprite_start.c +++ b/common/src/gx_sprite_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_sprite_start(GX_SPRITE *sprite, USHORT frame_number) { diff --git a/common/src/gx_sprite_stop.c b/common/src/gx_sprite_stop.c index ac5411ab5..c3acc9245 100644 --- a/common/src/gx_sprite_stop.c +++ b/common/src/gx_sprite_stop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_sprite_stop(GX_SPRITE *sprite) { diff --git a/common/src/gx_sprite_update.c b/common/src/gx_sprite_update.c index dd6f0719a..9f1aa77ea 100644 --- a/common/src/gx_sprite_update.c +++ b/common/src/gx_sprite_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,18 +68,6 @@ /* _gx_sprite_event_process Event process routine for */ /* the sprite widget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Kenneth Maxwell Modified comment(s), */ -/* fix logic for restarting */ -/* sprite timer, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ VOID _gx_sprite_update(GX_SPRITE *sprite) { diff --git a/common/src/gx_string_scroll_wheel_create.c b/common/src/gx_string_scroll_wheel_create.c index 127c6c7e0..28579d6c0 100644 --- a/common/src/gx_string_scroll_wheel_create.c +++ b/common/src/gx_string_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_string_scroll_wheel_create(GX_STRING_SCROLL_WHEEL *wheel, @@ -137,15 +130,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* set new event process, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_string_scroll_wheel_create_ext(GX_STRING_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_string_scroll_wheel_event_process.c b/common/src/gx_string_scroll_wheel_event_process.c index 7785183be..e7d7cf42a 100644 --- a/common/src/gx_string_scroll_wheel_event_process.c +++ b/common/src/gx_string_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_string_scroll_wheel_event_process(GX_STRING_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gx_string_scroll_wheel_string_id_list_set.c b/common/src/gx_string_scroll_wheel_string_id_list_set.c index f4ff6e02c..ca1ad0603 100644 --- a/common/src/gx_string_scroll_wheel_string_id_list_set.c +++ b/common/src/gx_string_scroll_wheel_string_id_list_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,16 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_string_scroll_wheel_string_id_list_set(GX_STRING_SCROLL_WHEEL *wheel, GX_CONST GX_RESOURCE_ID *string_id_list, diff --git a/common/src/gx_string_scroll_wheel_string_list_set.c b/common/src/gx_string_scroll_wheel_string_list_set.c index 453760ff1..bb89afa75 100644 --- a/common/src/gx_string_scroll_wheel_string_list_set.c +++ b/common/src/gx_string_scroll_wheel_string_list_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_string_scroll_wheel_string_list_set(GX_STRING_SCROLL_WHEEL *wheel, @@ -151,16 +144,6 @@ UINT status = GX_SUCCESS; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_string_scroll_wheel_string_list_set_ext(GX_STRING_SCROLL_WHEEL *wheel, GX_CONST GX_STRING *string_list, diff --git a/common/src/gx_string_scroll_wheel_text_get.c b/common/src/gx_string_scroll_wheel_text_get.c index d38b958c0..7eafe85f2 100644 --- a/common/src/gx_string_scroll_wheel_text_get.c +++ b/common/src/gx_string_scroll_wheel_text_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_text_scroll_wheel_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_string_scroll_wheel_text_get(GX_STRING_SCROLL_WHEEL *wheel, INT row, GX_STRING *string) { diff --git a/common/src/gx_system_active_language_set.c b/common/src/gx_system_active_language_set.c index 345ffaddf..dfff57229 100644 --- a/common/src/gx_system_active_language_set.c +++ b/common/src/gx_system_active_language_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_active_language_set(GX_UBYTE language) { diff --git a/common/src/gx_system_all_canvas_dirty.c b/common/src/gx_system_all_canvas_dirty.c index d16fad943..a16d1eacc 100644 --- a/common/src/gx_system_all_canvas_dirty.c +++ b/common/src/gx_system_all_canvas_dirty.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_all_canvas_dirty(VOID) { diff --git a/common/src/gx_system_all_views_free.c b/common/src/gx_system_all_views_free.c index 9e9cce153..d1b51fed5 100644 --- a/common/src/gx_system_all_views_free.c +++ b/common/src/gx_system_all_views_free.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_all_views_free(GX_WINDOW_ROOT *root) { diff --git a/common/src/gx_system_animation_free.c b/common/src/gx_system_animation_free.c index cdbacf76f..59cd8b261 100644 --- a/common/src/gx_system_animation_free.c +++ b/common/src/gx_system_animation_free.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -52,22 +53,14 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock lock system mutex */ -/* _gx_system_unlock unlock system mutex */ +/* GX_ENTER_CRITICAL lock system mutex */ +/* GX_EXIT_CRITICAL unlock system mutex */ /* */ /* CALLED BY */ /* */ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if (GX_ANIMATION_POOL_SIZE > 0) UINT _gx_system_animation_free(GX_ANIMATION *animation) diff --git a/common/src/gx_system_animation_get.c b/common/src/gx_system_animation_get.c index 0c793ceae..a581876bb 100644 --- a/common/src/gx_system_animation_get.c +++ b/common/src/gx_system_animation_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -52,25 +53,14 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock lock system mutex */ -/* _gx_system_unlock unlock system mutex */ +/* GX_ENTER_CRITICAL lock system mutex */ +/* GX_EXIT_CRITICAL unlock system mutex */ /* */ /* CALLED BY */ /* */ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), init */ -/* animation canvas to null, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ #if (GX_ANIMATION_POOL_SIZE > 0) diff --git a/common/src/gx_system_bidi_text_disable.c b/common/src/gx_system_bidi_text_disable.c index 258538832..a67d78bfd 100644 --- a/common/src/gx_system_bidi_text_disable.c +++ b/common/src/gx_system_bidi_text_disable.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,16 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to send dynamic */ -/* bidi text disable event, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gx_system_bidi_text_disable(VOID) diff --git a/common/src/gx_system_bidi_text_enable.c b/common/src/gx_system_bidi_text_enable.c index 391c24e4b..57370b0a8 100644 --- a/common/src/gx_system_bidi_text_enable.c +++ b/common/src/gx_system_bidi_text_enable.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,16 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to send dynamic */ -/* bidi text enable event, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gx_system_bidi_text_enable(VOID) diff --git a/common/src/gx_system_canvas_refresh.c b/common/src/gx_system_canvas_refresh.c index 1076e8550..3e88e824e 100644 --- a/common/src/gx_system_canvas_refresh.c +++ b/common/src/gx_system_canvas_refresh.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,12 +68,6 @@ /* */ /* _gx_system_canvas_refresh */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ #ifdef GX_ENABLE_CANVAS_PARTIAL_FRAME_BUFFER static UINT _gx_system_canvas_draw_partial_canvas(GX_WINDOW_ROOT *root) @@ -273,18 +268,6 @@ return GX_SUCCESS; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added partial canvas buffer */ -/* support, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_system_canvas_refresh(VOID) { diff --git a/common/src/gx_system_clipboard_get.c b/common/src/gx_system_clipboard_get.c index 2feb5555d..283af31d0 100644 --- a/common/src/gx_system_clipboard_get.c +++ b/common/src/gx_system_clipboard_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_clipboard_get(VOID **data, UINT *data_size) { diff --git a/common/src/gx_system_clipboard_put.c b/common/src/gx_system_clipboard_put.c index 1b5a0afda..ed82d22a7 100644 --- a/common/src/gx_system_clipboard_put.c +++ b/common/src/gx_system_clipboard_put.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_clipboard_put(VOID *data, UINT data_size) { diff --git a/common/src/gx_system_dirty_list_remove.c b/common/src/gx_system_dirty_list_remove.c index 7303ce496..be009242c 100644 --- a/common/src/gx_system_dirty_list_remove.c +++ b/common/src/gx_system_dirty_list_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* _gx_system_dirty_list_remove Remove widget from dirty list */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_dirty_list_remove(GX_WIDGET *remove) { diff --git a/common/src/gx_system_dirty_list_trim.c b/common/src/gx_system_dirty_list_trim.c index c543cfc34..d46e02222 100644 --- a/common/src/gx_system_dirty_list_trim.c +++ b/common/src/gx_system_dirty_list_trim.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* _gx_system_dirty_list_trim Calculate and trim dirty list */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_system_dirty_overlap_check(GX_DIRTY_AREA *dirty) { @@ -144,14 +137,6 @@ GX_WIDGET *parent; /* */ /* _gx_system_canvas_refresh Refresh the canvas */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_dirty_list_trim(GX_RECTANGLE *dirty_area, GX_WINDOW_ROOT *root) { @@ -173,7 +158,7 @@ GX_WIDGET *parent; /* Setup pointer to start of dirty area list. */ dirty = canvas -> gx_canvas_dirty_list; - /* This loop looks for invalid entries (invisible) and + /* This loop looks for invalid entries (invisible) and entries that have overlappers in the z order, in which case we need to back up the drawing layer */ diff --git a/common/src/gx_system_dirty_mark.c b/common/src/gx_system_dirty_mark.c index 3389631b5..3177fe10b 100644 --- a/common/src/gx_system_dirty_mark.c +++ b/common/src/gx_system_dirty_mark.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_dirty_mark(GX_WIDGET *widget) { diff --git a/common/src/gx_system_dirty_partial_add.c b/common/src/gx_system_dirty_partial_add.c index fc66aa893..bac327e31 100644 --- a/common/src/gx_system_dirty_partial_add.c +++ b/common/src/gx_system_dirty_partial_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_dirty_entry_shift(GX_WIDGET *widget, INT xShift, INT yShift) { diff --git a/common/src/gx_system_draw_context_get.c b/common/src/gx_system_draw_context_get.c index 33da261f3..01d9a76c9 100644 --- a/common/src/gx_system_draw_context_get.c +++ b/common/src/gx_system_draw_context_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_draw_context_get(GX_DRAW_CONTEXT **current_context) { diff --git a/common/src/gx_system_error_process.c b/common/src/gx_system_error_process.c index 9fcfaa4ba..cafdd7905 100644 --- a/common/src/gx_system_error_process.c +++ b/common/src/gx_system_error_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_error_process(UINT error_code) { diff --git a/common/src/gx_system_event_dispatch.c b/common/src/gx_system_event_dispatch.c index 55cb6a17c..ad58dd789 100644 --- a/common/src/gx_system_event_dispatch.c +++ b/common/src/gx_system_event_dispatch.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,20 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.11 */ -/* 03-08-2023 Ting Zhu Modified comment(s), fixed */ -/* a gcc warning, */ -/* resulting in version 6.2.1 */ -/* */ /**************************************************************************/ UINT _gx_system_event_dispatch(GX_EVENT *in_event) { diff --git a/common/src/gx_system_event_fold.c b/common/src/gx_system_event_fold.c index eb049d0de..24daf2856 100644 --- a/common/src/gx_system_event_fold.c +++ b/common/src/gx_system_event_fold.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_event_fold(GX_EVENT *in_event) { diff --git a/common/src/gx_system_event_remove.c b/common/src/gx_system_event_remove.c index 3e252d148..e5b5b9c22 100644 --- a/common/src/gx_system_event_remove.c +++ b/common/src/gx_system_event_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* _gx_widget_delete Delete a widget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_event_remove(GX_WIDGET *widget) { diff --git a/common/src/gx_system_event_send.c b/common/src/gx_system_event_send.c index 97c73a5a7..962d536f6 100644 --- a/common/src/gx_system_event_send.c +++ b/common/src/gx_system_event_send.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,17 +63,6 @@ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ UINT _gx_system_event_send(GX_EVENT *in_event) { diff --git a/common/src/gx_system_focus_claim.c b/common/src/gx_system_focus_claim.c index b9716c2e2..7196c1862 100644 --- a/common/src/gx_system_focus_claim.c +++ b/common/src/gx_system_focus_claim.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_focus_claim(GX_WIDGET *widget) { diff --git a/common/src/gx_system_free_view_get.c b/common/src/gx_system_free_view_get.c index d834da30b..505709f25 100644 --- a/common/src/gx_system_free_view_get.c +++ b/common/src/gx_system_free_view_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* _gx_system_view_add Link a view to window's */ /* view list */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_VIEW *_gx_system_free_view_get(VOID) diff --git a/common/src/gx_system_initialize.c b/common/src/gx_system_initialize.c index d9d23d347..10020044f 100644 --- a/common/src/gx_system_initialize.c +++ b/common/src/gx_system_initialize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,18 +71,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_system_initialize(VOID) { diff --git a/common/src/gx_system_input_capture.c b/common/src/gx_system_input_capture.c index 3b2025764..25986243e 100644 --- a/common/src/gx_system_input_capture.c +++ b/common/src/gx_system_input_capture.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_input_capture(GX_WIDGET *owner) diff --git a/common/src/gx_system_input_release.c b/common/src/gx_system_input_release.c index 6e98c0dbe..d1b24fa0f 100644 --- a/common/src/gx_system_input_release.c +++ b/common/src/gx_system_input_release.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,22 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ -/* optimized logic and ensured */ -/* released stack entries are */ -/* reset to NULL, */ -/* resulting in version 6.1.12 */ -/* 03-08-2023 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.2.1 */ -/* */ /**************************************************************************/ UINT _gx_system_input_release(GX_WIDGET *owner) diff --git a/common/src/gx_system_language_table_get.c b/common/src/gx_system_language_table_get.c index e7a6ce99e..b97545769 100644 --- a/common/src/gx_system_language_table_get.c +++ b/common/src/gx_system_language_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_language_table_get(GX_CHAR ****language_table, GX_UBYTE *language_count, UINT *string_count) diff --git a/common/src/gx_system_language_table_set.c b/common/src/gx_system_language_table_set.c index 284cf1e8e..8685c0191 100644 --- a/common/src/gx_system_language_table_set.c +++ b/common/src/gx_system_language_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_language_table_set(GX_CHAR ***language_table, GX_UBYTE num_languages, UINT number_of_strings) diff --git a/common/src/gx_system_lock.c b/common/src/gx_system_lock.c index 8a623e1a1..0c07eeeee 100644 --- a/common/src/gx_system_lock.c +++ b/common/src/gx_system_lock.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_lock(VOID) { diff --git a/common/src/gx_system_memory_allocator_set.c b/common/src/gx_system_memory_allocator_set.c index 96b1ebfb2..9047d6cac 100644 --- a/common/src/gx_system_memory_allocator_set.c +++ b/common/src/gx_system_memory_allocator_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_memory_allocator_set(VOID *(*allocate)(ULONG size), VOID (*release)(VOID *)) { diff --git a/common/src/gx_system_pen_configure.c b/common/src/gx_system_pen_configure.c index eea4a8217..a553612b4 100644 --- a/common/src/gx_system_pen_configure.c +++ b/common/src/gx_system_pen_configure.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_pen_configure(GX_PEN_CONFIGURATION *pen_configuration) { diff --git a/common/src/gx_system_pen_flick_test.c b/common/src/gx_system_pen_flick_test.c index 37129924e..cc4495fa0 100644 --- a/common/src/gx_system_pen_flick_test.c +++ b/common/src/gx_system_pen_flick_test.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,17 +60,6 @@ /* */ /* _gx_system_event_send Send GUIX event */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-25-2022 Ting Zhu Modified comment(s), */ -/* added a new parameter, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ VOID _gx_system_pen_flick_test(GX_WIDGET *target) { diff --git a/common/src/gx_system_pen_speed_init.c b/common/src/gx_system_pen_speed_init.c index 0630cd0d5..04ec0e220 100644 --- a/common/src/gx_system_pen_speed_init.c +++ b/common/src/gx_system_pen_speed_init.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* _gx_system_event_send Send GUIX system event */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_pen_speed_init(GX_POINT *current) { diff --git a/common/src/gx_system_pen_speed_update.c b/common/src/gx_system_pen_speed_update.c index ad99abd87..119111c40 100644 --- a/common/src/gx_system_pen_speed_update.c +++ b/common/src/gx_system_pen_speed_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* _gx_system_event_fold Fold GUIX system events */ /* _gx_system_event_send Send GUIX system event */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_pen_speed_update(GX_POINT *current) { diff --git a/common/src/gx_system_private_string.c b/common/src/gx_system_private_string.c index 7862d4322..03bfacb9c 100644 --- a/common/src/gx_system_private_string.c +++ b/common/src/gx_system_private_string.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_private_string_copy(GX_STRING *string, GX_CONST GX_STRING *text) { @@ -211,14 +204,6 @@ USHORT needed_buffer_size; /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_private_string_list_copy(GX_CONST GX_CHAR ***ptr_address, GX_CONST GX_CHAR **string_list, INT string_count) @@ -386,14 +371,6 @@ UINT length; /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_private_string_list_copy_ext(GX_STRING **ptr_address, USHORT *buffer_size, GX_CONST GX_STRING *string_list, INT string_count) { @@ -528,14 +505,6 @@ UINT length; /* */ /* _gx_checkbox_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_private_string_get(GX_CONST GX_STRING *input, GX_STRING *output, ULONG style) { @@ -600,14 +569,6 @@ GX_UBYTE *temp; /* */ /* _gx_checkbox_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) VOID _gx_system_private_string_list_get(GX_CONST GX_CHAR **input, GX_CONST GX_CHAR ***output, ULONG style) diff --git a/common/src/gx_system_root_view_add.c b/common/src/gx_system_root_view_add.c index 1c5b276a8..9995267e9 100644 --- a/common/src/gx_system_root_view_add.c +++ b/common/src/gx_system_root_view_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_root_view_add(GX_WINDOW_ROOT *root, GX_RECTANGLE *inrect) { diff --git a/common/src/gx_system_rtos_bind.c b/common/src/gx_system_rtos_bind.c index ddaba0837..a9964eda2 100644 --- a/common/src/gx_system_rtos_bind.c +++ b/common/src/gx_system_rtos_bind.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* GUIX system serives */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef GX_THREADX_BINDING diff --git a/common/src/gx_system_screen_stack_create.c b/common/src/gx_system_screen_stack_create.c index 6bc33a2cc..f5e49163f 100644 --- a/common/src/gx_system_screen_stack_create.c +++ b/common/src/gx_system_screen_stack_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_screen_stack_create(GX_WIDGET **memory, INT size) { diff --git a/common/src/gx_system_screen_stack_get.c b/common/src/gx_system_screen_stack_get.c index b8c84fba4..8fec50d5b 100644 --- a/common/src/gx_system_screen_stack_get.c +++ b/common/src/gx_system_screen_stack_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_screen_stack_get(GX_WIDGET **popped_parent, GX_WIDGET **popped_screen) { diff --git a/common/src/gx_system_screen_stack_pop.c b/common/src/gx_system_screen_stack_pop.c index 266280e96..311c11ccd 100644 --- a/common/src/gx_system_screen_stack_pop.c +++ b/common/src/gx_system_screen_stack_pop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_screen_stack_pop(VOID) { diff --git a/common/src/gx_system_screen_stack_push.c b/common/src/gx_system_screen_stack_push.c index 4bf6e8a61..49e763574 100644 --- a/common/src/gx_system_screen_stack_push.c +++ b/common/src/gx_system_screen_stack_push.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_screen_stack_push(GX_WIDGET *screen) { diff --git a/common/src/gx_system_screen_stack_reset.c b/common/src/gx_system_screen_stack_reset.c index 3595036cc..9f0257516 100644 --- a/common/src/gx_system_screen_stack_reset.c +++ b/common/src/gx_system_screen_stack_reset.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_screen_stack_reset(VOID) { diff --git a/common/src/gx_system_scroll_appearance_get.c b/common/src/gx_system_scroll_appearance_get.c index 80be07831..e55fa171a 100644 --- a/common/src/gx_system_scroll_appearance_get.c +++ b/common/src/gx_system_scroll_appearance_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_vertical_scrollbar_create Create the vertical */ /* scrollbar widget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance) { diff --git a/common/src/gx_system_scroll_appearance_set.c b/common/src/gx_system_scroll_appearance_set.c index 19bf65154..384f9b807 100644 --- a/common/src/gx_system_scroll_appearance_set.c +++ b/common/src/gx_system_scroll_appearance_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_scroll_appearance_set(ULONG style, GX_SCROLLBAR_APPEARANCE *appearance) { diff --git a/common/src/gx_system_start.c b/common/src/gx_system_start.c index 37f1138cd..ca5c27d38 100644 --- a/common/src/gx_system_start.c +++ b/common/src/gx_system_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_start(VOID) { diff --git a/common/src/gx_system_string_get.c b/common/src/gx_system_string_get.c index 84a78c486..a37408208 100644 --- a/common/src/gx_system_string_get.c +++ b/common/src/gx_system_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* button widget */ /* _gx_widget_text_id_draw Drew the text onto the wdiget */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_string_get(GX_RESOURCE_ID string_id, GX_CONST GX_CHAR **return_string) diff --git a/common/src/gx_system_string_table_get.c b/common/src/gx_system_string_table_get.c index dccde1020..fe49a5938 100644 --- a/common/src/gx_system_string_table_get.c +++ b/common/src/gx_system_string_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_string_table_get(GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) diff --git a/common/src/gx_system_string_width_get.c b/common/src/gx_system_string_width_get.c index c39a06e4f..f19385dc1 100644 --- a/common/src/gx_system_string_width_get.c +++ b/common/src/gx_system_string_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_system_string_width_compressed_font_get(GX_CONST GX_FONT *font, GX_STRING *string, @@ -164,14 +157,6 @@ UINT ret; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_FONT_KERNING_SUPPORT) static UINT _gx_system_string_width_kerning_font_get(GX_CONST GX_FONT *font, @@ -298,14 +283,6 @@ UINT ret; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_string_width_get(GX_CONST GX_FONT *font, GX_CONST GX_CHAR *text, INT string_length, GX_VALUE *return_width) @@ -370,14 +347,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_string_width_get_ext(GX_CONST GX_FONT *font, GX_CONST GX_STRING *string, GX_VALUE *return_width) { diff --git a/common/src/gx_system_text_render_style_set.c b/common/src/gx_system_text_render_style_set.c index f15b9ab07..724a8e3ba 100644 --- a/common/src/gx_system_text_render_style_set.c +++ b/common/src/gx_system_text_render_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_THAI_GLYPH_SHAPING_SUPPORT) UINT _gx_system_text_render_style_set(GX_UBYTE style) diff --git a/common/src/gx_system_thread_entry.c b/common/src/gx_system_thread_entry.c index 48d0e2441..00bec2666 100644 --- a/common/src/gx_system_thread_entry.c +++ b/common/src/gx_system_thread_entry.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* */ /* ThreadX */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_thread_entry(ULONG id) { diff --git a/common/src/gx_system_timer_expiration.c b/common/src/gx_system_timer_expiration.c index b9bdc03f9..5bf07af15 100644 --- a/common/src/gx_system_timer_expiration.c +++ b/common/src/gx_system_timer_expiration.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* tx_timer */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_system_timer_expiration(ULONG val) { diff --git a/common/src/gx_system_timer_start.c b/common/src/gx_system_timer_start.c index 2419b5ed7..e27e3f5e1 100644 --- a/common/src/gx_system_timer_start.c +++ b/common/src/gx_system_timer_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,30 +57,14 @@ /* CALLS */ /* */ /* tx_timer_activate start the ThreadX timer */ -/* _gx_system_lock lock system mutex */ -/* _gx_system_unlock unlock system mutex */ +/* GX_ENTER_CRITICAL lock system mutex */ +/* GX_EXIT_CRITICAL unlock system mutex */ /* */ /* CALLED BY */ /* */ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* fixed compile warning when */ -/* ThreadX timer is disabled, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT reschedule_ticks) { diff --git a/common/src/gx_system_timer_stop.c b/common/src/gx_system_timer_stop.c index 94b8f894e..ea884bfc5 100644 --- a/common/src/gx_system_timer_stop.c +++ b/common/src/gx_system_timer_stop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -53,8 +54,8 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock lock critical section */ -/* _gx_system_unlock unlock critical section */ +/* GX_ENTER_CRITICAL lock critical section */ +/* GX_EXIT_CRITICAL unlock critical section */ /* tx_timer_deactivate stop the ThreadX timer */ /* */ /* CALLED BY */ @@ -62,18 +63,6 @@ /* GUIX Application */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE configuration, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_system_timer_stop(GX_WIDGET *owner, UINT timer_id) { diff --git a/common/src/gx_system_timer_update.c b/common/src/gx_system_timer_update.c index c75574d35..8ed087d97 100644 --- a/common/src/gx_system_timer_update.c +++ b/common/src/gx_system_timer_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -54,8 +55,8 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Lock system mutex */ -/* _gx_system_unlock Unlock system mutex */ +/* GX_ENTER_CRITICAL Lock system mutex */ +/* GX_EXIT_CRITICAL Unlock system mutex */ /* [gx_widget_event_process_function] Event handler of timer owner */ /* _gx_system_timer_stop Stop the system timer */ /* _gx_animation_update Update the animation sequence */ @@ -64,14 +65,6 @@ /* */ /* tx_timer */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_timer_update(ULONG ticks) { @@ -127,10 +120,12 @@ GX_ENTER_CRITICAL current_timer = next_timer; } +#if (GX_ANIMATION_POOL_SIZE > 0) if (_gx_system_animation_list) { _gx_animation_update(); } +#endif /* release our lock */ GX_EXIT_CRITICAL diff --git a/common/src/gx_system_top_root_find.c b/common/src/gx_system_top_root_find.c index 98663f433..1a792d55d 100644 --- a/common/src/gx_system_top_root_find.c +++ b/common/src/gx_system_top_root_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* _gx_system_event_dispatch Dispatch GUIX event */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_WINDOW_ROOT *_gx_system_top_root_find(GX_EVENT *in_event) { diff --git a/common/src/gx_system_top_widget_find.c b/common/src/gx_system_top_widget_find.c index 04582d9f3..33574775b 100644 --- a/common/src/gx_system_top_widget_find.c +++ b/common/src/gx_system_top_widget_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* _gx_system_event_dispatch Dispatch GUIX events */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_system_top_widget_find(GX_WIDGET *root, GX_POINT test_point, ULONG status) { diff --git a/common/src/gx_system_unlock.c b/common/src/gx_system_unlock.c index 88ec3fa34..236dfff32 100644 --- a/common/src/gx_system_unlock.c +++ b/common/src/gx_system_unlock.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_unlock(VOID) { diff --git a/common/src/gx_system_version_string_get.c b/common/src/gx_system_version_string_get.c index 931496c84..f8aea98cd 100644 --- a/common/src/gx_system_version_string_get.c +++ b/common/src/gx_system_version_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_system_version_string_get(GX_CHAR **return_string) @@ -106,14 +99,6 @@ UINT _gx_system_version_string_get(GX_CHAR **return_string) /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_version_string_get_ext(GX_STRING *return_string) { diff --git a/common/src/gx_system_view_add.c b/common/src/gx_system_view_add.c index c7b2c8a07..5526f6a64 100644 --- a/common/src/gx_system_view_add.c +++ b/common/src/gx_system_view_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* _gx_system_root_view_add Add a view to the root */ /* window */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_view_add(GX_WINDOW *win, GX_RECTANGLE *view) { diff --git a/common/src/gx_system_view_fold.c b/common/src/gx_system_view_fold.c index a88f45827..6fd6a3409 100644 --- a/common/src/gx_system_view_fold.c +++ b/common/src/gx_system_view_fold.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* _gx_system_view_add Link a view to window's view */ /* list */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_system_view_fold(GX_WINDOW *win, GX_RECTANGLE *view) { diff --git a/common/src/gx_system_view_split.c b/common/src/gx_system_view_split.c index d22e48972..2159f87d5 100644 --- a/common/src/gx_system_view_split.c +++ b/common/src/gx_system_view_split.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* _gx_system_root_view_add Add view to a root window */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_view_split(GX_WINDOW *over, GX_WINDOW_ROOT *root, GX_RECTANGLE *original) diff --git a/common/src/gx_system_views_free.c b/common/src/gx_system_views_free.c index 2b9e4b40d..f594a873c 100644 --- a/common/src/gx_system_views_free.c +++ b/common/src/gx_system_views_free.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* _gx_all_views_free Release all views */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_views_free(GX_VIEW *head) diff --git a/common/src/gx_system_views_update.c b/common/src/gx_system_views_update.c index 3b8d63006..1a0a8a1f0 100644 --- a/common/src/gx_system_views_update.c +++ b/common/src/gx_system_views_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_system_canvas_refresh Refresh the canvas */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_system_views_update(GX_WINDOW_ROOT *root) diff --git a/common/src/gx_system_widget_find.c b/common/src/gx_system_widget_find.c index 26e3160a4..1e5027a4c 100644 --- a/common/src/gx_system_widget_find.c +++ b/common/src/gx_system_widget_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_system_widget_find(USHORT widget_id, INT search_level, GX_WIDGET **return_search_result) { diff --git a/common/src/gx_text_button_create.c b/common/src/gx_text_button_create.c index 9d51e7b75..eb767a14a 100644 --- a/common/src/gx_text_button_create.c +++ b/common/src/gx_text_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,18 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* set new event process, */ -/* added logic to init new */ -/* structure member for */ -/* dynamic bidi text support, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_button_create(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT Id, diff --git a/common/src/gx_text_button_draw.c b/common/src/gx_text_button_draw.c index 2ee907588..bdb122335 100644 --- a/common/src/gx_text_button_draw.c +++ b/common/src/gx_text_button_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_text_button_draw(GX_TEXT_BUTTON *button) { diff --git a/common/src/gx_text_button_event_process.c b/common/src/gx_text_button_event_process.c index 5d232291a..fad2166dc 100644 --- a/common/src/gx_text_button_event_process.c +++ b/common/src/gx_text_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,15 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* eliminate fall-through, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_text_button_event_process(GX_TEXT_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gx_text_button_font_set.c b/common/src/gx_text_button_font_set.c index 93410e255..ffa44bb20 100644 --- a/common/src/gx_text_button_font_set.c +++ b/common/src/gx_text_button_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_button_font_set(GX_TEXT_BUTTON *button, GX_RESOURCE_ID font_id) { diff --git a/common/src/gx_text_button_text_color_set.c b/common/src/gx_text_button_text_color_set.c index 155c616f1..3a46b8a71 100644 --- a/common/src/gx_text_button_text_color_set.c +++ b/common/src/gx_text_button_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_button_text_color_set(GX_TEXT_BUTTON *text_button, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gx_text_button_text_draw.c b/common/src/gx_text_button_text_draw.c index c937d3d6d..0abc83e47 100644 --- a/common/src/gx_text_button_text_draw.c +++ b/common/src/gx_text_button_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,16 +62,6 @@ /* */ /* Application Code */ /* GUIX Internal Code */ -/* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1 */ - /* */ /**************************************************************************/ VOID _gx_text_button_text_draw(GX_TEXT_BUTTON *button) diff --git a/common/src/gx_text_button_text_get.c b/common/src/gx_text_button_text_get.c index 911063c40..87257ef5a 100644 --- a/common/src/gx_text_button_text_get.c +++ b/common/src/gx_text_button_text_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_text_button_text_get(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR **return_text) @@ -119,20 +112,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to retrieve */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* updated with new bidi text */ -/* reorder function call, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_text_button_text_get_ext(GX_TEXT_BUTTON *button, GX_STRING *return_text) { diff --git a/common/src/gx_text_button_text_id_set.c b/common/src/gx_text_button_text_id_set.c index e02e3598c..0f0dfe027 100644 --- a/common/src/gx_text_button_text_id_set.c +++ b/common/src/gx_text_button_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,16 +61,6 @@ /* */ /* Application Cdoe */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_button_text_id_set(GX_TEXT_BUTTON *button, GX_RESOURCE_ID text_id) { diff --git a/common/src/gx_text_button_text_set.c b/common/src/gx_text_button_text_set.c index d60d56c4e..d77ff1ba8 100644 --- a/common/src/gx_text_button_text_set.c +++ b/common/src/gx_text_button_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_text_button_text_set(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR *text) @@ -124,16 +117,6 @@ GX_STRING string; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_button_text_set_ext(GX_TEXT_BUTTON *button, GX_CONST GX_STRING *string) { diff --git a/common/src/gx_text_input_cursor_blink_interval_set.c b/common/src/gx_text_input_cursor_blink_interval_set.c index e66abebf8..03fcb5cee 100644 --- a/common/src/gx_text_input_cursor_blink_interval_set.c +++ b/common/src/gx_text_input_cursor_blink_interval_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_input_cursor_blink_interval_set(GX_TEXT_INPUT_CURSOR *cursor_input, GX_UBYTE blink_interval) { diff --git a/common/src/gx_text_input_cursor_dirty_rectangle_get.c b/common/src/gx_text_input_cursor_dirty_rectangle_get.c index e61b6f032..0c23cdbf9 100644 --- a/common/src/gx_text_input_cursor_dirty_rectangle_get.c +++ b/common/src/gx_text_input_cursor_dirty_rectangle_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_input_cursor_dirty_rectangle_get(GX_TEXT_INPUT_CURSOR *cursor_ptr, GX_RECTANGLE *dirty_rect) { diff --git a/common/src/gx_text_input_cursor_draw.c b/common/src/gx_text_input_cursor_draw.c index 7904e1b28..fcf21667b 100644 --- a/common/src/gx_text_input_cursor_draw.c +++ b/common/src/gx_text_input_cursor_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_text_input_cursor_draw(GX_TEXT_INPUT_CURSOR *cursor_ptr) { diff --git a/common/src/gx_text_input_cursor_height_set.c b/common/src/gx_text_input_cursor_height_set.c index d87ab74e8..5dc2998e6 100644 --- a/common/src/gx_text_input_cursor_height_set.c +++ b/common/src/gx_text_input_cursor_height_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_input_cursor_height_set(GX_TEXT_INPUT_CURSOR *cursor_input, GX_UBYTE height) { diff --git a/common/src/gx_text_input_cursor_width_set.c b/common/src/gx_text_input_cursor_width_set.c index 286352bd0..185e54b0b 100644 --- a/common/src/gx_text_input_cursor_width_set.c +++ b/common/src/gx_text_input_cursor_width_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_input_cursor_width_set(GX_TEXT_INPUT_CURSOR *cursor_input, GX_UBYTE width) { diff --git a/common/src/gx_text_scroll_wheel_callback_set.c b/common/src/gx_text_scroll_wheel_callback_set.c index 0d265ae73..18c62a011 100644 --- a/common/src/gx_text_scroll_wheel_callback_set.c +++ b/common/src/gx_text_scroll_wheel_callback_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,16 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *(*callback)(GX_TEXT_SCROLL_WHEEL *, INT)) @@ -120,16 +111,6 @@ UINT _gx_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to delete */ -/* dynamic bidi text, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_scroll_wheel_callback_set_ext(GX_TEXT_SCROLL_WHEEL *wheel, UINT (*callback)(GX_TEXT_SCROLL_WHEEL *, INT, GX_STRING *)) { diff --git a/common/src/gx_text_scroll_wheel_create.c b/common/src/gx_text_scroll_wheel_create.c index 6ee95828e..02341b98d 100644 --- a/common/src/gx_text_scroll_wheel_create.c +++ b/common/src/gx_text_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,17 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added logic to init new */ -/* structure member for */ -/* dynamic bidi text support, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_scroll_wheel_create(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, diff --git a/common/src/gx_text_scroll_wheel_draw.c b/common/src/gx_text_scroll_wheel_draw.c index 0bdc8baf6..0a406f40d 100644 --- a/common/src/gx_text_scroll_wheel_draw.c +++ b/common/src/gx_text_scroll_wheel_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -79,21 +80,6 @@ /* */ /* _gx_text_scroll_wheel_row_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* rename RENESAS_DAVE2D */ -/* support conditional, */ -/* resulting in version 6.1.7 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* removed alpha set, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static UINT _gx_text_scroll_wheel_round_text_draw(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, GX_RESOURCE_ID font_id, GX_CONST GX_STRING *string, GX_VALUE x_pos, GX_VALUE y_pos, GX_VALUE width, GX_VALUE height) @@ -218,17 +204,6 @@ GX_COLOR old_fill_color; /* */ /* _gx_text_scroll_wheel_row_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* removed alpha set, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static UINT _gx_text_scroll_wheel_flat_text_draw(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, GX_RESOURCE_ID font_id, GX_CONST GX_STRING *string, GX_VALUE x_pos, GX_VALUE y_pos, GX_VALUE width, GX_VALUE height) @@ -310,19 +285,6 @@ GX_BRUSH *brush; /* _gx_text_scroll_wheel_round_draw */ /* _gx_text_scroll_wheel_flat_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* renamed */ -/* GX_STYLE_SCROLL_WHEEL_DRAG */ -/* to GX_STATUS_TRACKING_PEN, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ static UINT _gx_text_scroll_wheel_row_draw(GX_TEXT_SCROLL_WHEEL *wheel, GX_RECTANGLE *selected_area, GX_RECTANGLE *draw_area, GX_CONST GX_STRING *string) { @@ -422,16 +384,6 @@ UINT (*text_draw)(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, /* _gx_text_scroll_wheel_flat_draw */ /* _gx_text_scroll_wheel_round_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* updated with new bidi text */ -/* reorder function call, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static UINT _gx_text_scroll_wheel_text_get(GX_TEXT_SCROLL_WHEEL *wheel, INT row, GX_STRING *string) { @@ -547,15 +499,6 @@ UINT status; /* */ /* _gx_text_scroll_wheel_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_text_scroll_wheel_round_draw(GX_TEXT_SCROLL_WHEEL *wheel) { @@ -744,15 +687,6 @@ INT row; /* */ /* _gx_text_scroll_wheel_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_text_scroll_wheel_flat_draw(GX_TEXT_SCROLL_WHEEL *wheel) { @@ -888,14 +822,6 @@ UINT status; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_text_scroll_wheel_draw(GX_TEXT_SCROLL_WHEEL *wheel) { diff --git a/common/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c b/common/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c index 57aec2e81..10418f6fd 100644 --- a/common/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c +++ b/common/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT UINT _gx_text_scroll_wheel_dynamic_bidi_text_delete(GX_TEXT_SCROLL_WHEEL *wheel) diff --git a/common/src/gx_text_scroll_wheel_event_process.c b/common/src/gx_text_scroll_wheel_event_process.c index 41aa21c60..9f32cf7f2 100644 --- a/common/src/gx_text_scroll_wheel_event_process.c +++ b/common/src/gx_text_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_scroll_wheel_event_process(GX_TEXT_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gx_text_scroll_wheel_font_set.c b/common/src/gx_text_scroll_wheel_font_set.c index a87cc25ea..d34dec402 100644 --- a/common/src/gx_text_scroll_wheel_font_set.c +++ b/common/src/gx_text_scroll_wheel_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_scroll_wheel_font_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_font, GX_RESOURCE_ID selected_font) { diff --git a/common/src/gx_text_scroll_wheel_text_color_set.c b/common/src/gx_text_scroll_wheel_text_color_set.c index c6368275d..d1b33d008 100644 --- a/common/src/gx_text_scroll_wheel_text_color_set.c +++ b/common/src/gx_text_scroll_wheel_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_text_scroll_wheel_text_color_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_text_color, diff --git a/common/src/gx_touch_driver_generic_resistive.c b/common/src/gx_touch_driver_generic_resistive.c index 21820b314..873ac339d 100644 --- a/common/src/gx_touch_driver_generic_resistive.c +++ b/common/src/gx_touch_driver_generic_resistive.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch); /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_touch_driver_generic_resistive_pen_down_event_send(GX_RESISTIVE_TOUCH *touch) { @@ -126,17 +119,6 @@ static VOID _gx_touch_driver_generic_resistive_pen_down_event_send(GX_RESISTIVE_ /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* replace usage of abs(), */ -/* resulting in version 6.1.6 */ -/* */ /**************************************************************************/ static VOID _gx_touch_driver_generic_resistive_pen_drag_event_send(GX_RESISTIVE_TOUCH *touch) @@ -191,14 +173,6 @@ static VOID _gx_touch_driver_generic_resistive_pen_drag_event_send(GX_RESISTIVE_ /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_touch_driver_generic_resistive_pen_up_event_send(GX_RESISTIVE_TOUCH *touch) { @@ -248,14 +222,6 @@ static VOID _gx_touch_driver_generic_resistive_pen_up_event_send(GX_RESISTIVE_TO /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_touch_driver_generic_resistive_coord_calculate(GX_RESISTIVE_TOUCH *touch, GX_POINT *raw_coord) @@ -318,14 +284,6 @@ static UINT _gx_touch_driver_generic_resistive_coord_calculate(GX_RESISTIVE_TOUC /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_touch_driver_generic_resistive_setup(GX_RESISTIVE_TOUCH *touch, GX_RESISTIVE_TOUCH_INFO *info) { @@ -367,14 +325,6 @@ VOID _gx_touch_driver_generic_resistive_setup(GX_RESISTIVE_TOUCH *touch, GX_RESI /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_touch_driver_generic_resistive_calibration_matrix_set(GX_RESISTIVE_TOUCH *touch, GX_POINT *display_points, @@ -449,17 +399,6 @@ static UINT _gx_touch_driver_generic_resistive_calibration_matrix_set(GX_RESISTI /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* replace usage of abs(), */ -/* resulting in version 6.1.6 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_touch_driver_generic_resistive_raw_read(GX_RESISTIVE_TOUCH *touch, GX_POINT *ret_val) { @@ -570,14 +509,6 @@ static GX_BOOL _gx_touch_driver_generic_resistive_raw_read(GX_RESISTIVE_TOUCH *t /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_touch_driver_generic_resistive_sample_read(GX_RESISTIVE_TOUCH *touch, GX_POINT *ret_val) { @@ -623,14 +554,6 @@ static GX_BOOL _gx_touch_driver_generic_resistive_sample_read(GX_RESISTIVE_TOUCH /* */ /* Internal logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_touch_driver_generic_resistive_coordinate_update(GX_RESISTIVE_TOUCH *touch) { @@ -688,14 +611,6 @@ static GX_BOOL _gx_touch_driver_generic_resistive_coordinate_update(GX_RESISTIVE /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_touch_driver_generic_resistive_update(GX_RESISTIVE_TOUCH *touch) { @@ -755,14 +670,6 @@ VOID _gx_touch_driver_generic_resistive_update(GX_RESISTIVE_TOUCH *touch) /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_touch_driver_generic_resistive_wait_for_touch(GX_RESISTIVE_TOUCH *touch) { @@ -805,14 +712,6 @@ static VOID _gx_touch_driver_generic_resistive_wait_for_touch(GX_RESISTIVE_TOUCH /* */ /* Internal Logic */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_touch_driver_generic_resistive_wait_for_no_touch(GX_RESISTIVE_TOUCH *touch) { @@ -862,15 +761,6 @@ static VOID _gx_touch_driver_generic_resistive_wait_for_no_touch(GX_RESISTIVE_TO /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch) { diff --git a/common/src/gx_tree_view_create.c b/common/src/gx_tree_view_create.c index 63e8f4dbf..90aa54bd0 100644 --- a/common/src/gx_tree_view_create.c +++ b/common/src/gx_tree_view_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,15 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_create(GX_TREE_VIEW *tree, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT tree_menu_id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_tree_view_draw.c b/common/src/gx_tree_view_draw.c index 3874c0c07..b0b531433 100644 --- a/common/src/gx_tree_view_draw.c +++ b/common/src/gx_tree_view_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* */ /* _gx_tree_view_root_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_tree_view_root_draw_helper(GX_TREE_VIEW *tree, GX_WIDGET *start, GX_WIDGET *owner) { @@ -252,14 +245,6 @@ GX_WIDGET *pre = GX_NULL; /* */ /* _gx_tree_view_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_tree_view_root_draw(GX_TREE_VIEW *tree) { @@ -358,14 +343,6 @@ GX_WIDGET *owner; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_tree_view_draw(GX_TREE_VIEW *tree) { diff --git a/common/src/gx_tree_view_event_process.c b/common/src/gx_tree_view_event_process.c index aec03c95c..1cbaf0e50 100644 --- a/common/src/gx_tree_view_event_process.c +++ b/common/src/gx_tree_view_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* _gx_tree_menu_pen_down_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _tree_view_selected_detect(GX_TREE_VIEW *tree, GX_MENU *test_menu) { @@ -144,14 +137,6 @@ GX_BOOL found = GX_FALSE; /* */ /* _gx_tree_menu_pen_down_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_tree_view_item_find(GX_WIDGET *start, GX_VALUE line_y, GX_WIDGET **returned_item) { @@ -272,14 +257,6 @@ GX_BOOL search_child; /* */ /* _gx_tree_menu_pen_down_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_tree_view_root_icon_rect_get(GX_TREE_VIEW *tree, GX_WIDGET *item, GX_RECTANGLE *root_rect) { @@ -352,14 +329,6 @@ GX_PIXELMAP *map; /* */ /* _gx_tree_view_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_tree_menu_pen_down_event_process(GX_TREE_VIEW *tree, GX_EVENT *event_ptr) { @@ -468,14 +437,6 @@ GX_BOOL check_selection = GX_FALSE; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_event_process(GX_TREE_VIEW *tree, GX_EVENT *event_ptr) { diff --git a/common/src/gx_tree_view_indentation_set.c b/common/src/gx_tree_view_indentation_set.c index a1d509cef..92bc922d8 100644 --- a/common/src/gx_tree_view_indentation_set.c +++ b/common/src/gx_tree_view_indentation_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_indentation_set(GX_TREE_VIEW *tree, GX_VALUE indentation) { diff --git a/common/src/gx_tree_view_position.c b/common/src/gx_tree_view_position.c index b808aea97..437be9e1a 100644 --- a/common/src/gx_tree_view_position.c +++ b/common/src/gx_tree_view_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_position(GX_TREE_VIEW *tree) { diff --git a/common/src/gx_tree_view_root_line_color_set.c b/common/src/gx_tree_view_root_line_color_set.c index 417646b5a..dc1fd2549 100644 --- a/common/src/gx_tree_view_root_line_color_set.c +++ b/common/src/gx_tree_view_root_line_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_root_line_color_set(GX_TREE_VIEW *tree, GX_RESOURCE_ID color_id) { diff --git a/common/src/gx_tree_view_root_pixelmap_set.c b/common/src/gx_tree_view_root_pixelmap_set.c index 5e44d98b3..afd2c9c33 100644 --- a/common/src/gx_tree_view_root_pixelmap_set.c +++ b/common/src/gx_tree_view_root_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_root_pixelmap_set(GX_TREE_VIEW *tree, GX_RESOURCE_ID expand_map_id, GX_RESOURCE_ID collapse_map_id) { diff --git a/common/src/gx_tree_view_scroll.c b/common/src/gx_tree_view_scroll.c index 0342d34be..6b501a22a 100644 --- a/common/src/gx_tree_view_scroll.c +++ b/common/src/gx_tree_view_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_scroll(GX_TREE_VIEW *tree, GX_VALUE x_scroll, GX_VALUE y_scroll) { diff --git a/common/src/gx_tree_view_scroll_info_get.c b/common/src/gx_tree_view_scroll_info_get.c index 53e222e01..5ec35e9b7 100644 --- a/common/src/gx_tree_view_scroll_info_get.c +++ b/common/src/gx_tree_view_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_scroll_info_get(GX_TREE_VIEW *tree, ULONG type, GX_SCROLL_INFO *info) { diff --git a/common/src/gx_tree_view_selected_get.c b/common/src/gx_tree_view_selected_get.c index 2ccbf7c8b..b21dd1580 100644 --- a/common/src/gx_tree_view_selected_get.c +++ b/common/src/gx_tree_view_selected_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_selected_get(GX_TREE_VIEW *tree, GX_WIDGET **selected) { diff --git a/common/src/gx_tree_view_selected_set.c b/common/src/gx_tree_view_selected_set.c index d37dff748..14be4b753 100644 --- a/common/src/gx_tree_view_selected_set.c +++ b/common/src/gx_tree_view_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* _gx_tree_view_selected_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_tree_view_selected_visible(GX_TREE_VIEW *tree) { @@ -131,14 +124,6 @@ GX_MENU_LIST *list; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_tree_view_selected_set(GX_TREE_VIEW *tree, GX_WIDGET *selected) { diff --git a/common/src/gx_utility_1555xrgb_pixelmap_resize.c b/common/src/gx_utility_1555xrgb_pixelmap_resize.c index de9f4af5c..873343275 100644 --- a/common/src/gx_utility_1555xrgb_pixelmap_resize.c +++ b/common/src/gx_utility_1555xrgb_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,18 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1555xrgb_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -250,18 +239,6 @@ GX_COLOR blue; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1555xrgb_pixelmap_alpha_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -479,14 +456,6 @@ GX_COLOR blue; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_1555xrgb_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_1555xrgb_pixelmap_rotate.c b/common/src/gx_utility_1555xrgb_pixelmap_rotate.c index ddf1c29b3..b9ffdb46a 100644 --- a/common/src/gx_utility_1555xrgb_pixelmap_rotate.c +++ b/common/src/gx_utility_1555xrgb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -78,14 +79,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1555xrgb_pixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -365,14 +358,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1555xrgb_pixelmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -687,14 +672,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_1555xrgb_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_16bpp_pixelmap_resize.c b/common/src/gx_utility_16bpp_pixelmap_resize.c index 4a119786f..cb3bbc6a9 100644 --- a/common/src/gx_utility_16bpp_pixelmap_resize.c +++ b/common/src/gx_utility_16bpp_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,18 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_16bpp_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -250,18 +239,6 @@ GX_COLOR blue; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_16bpp_pixelmap_alpha_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -475,14 +452,6 @@ GX_COLOR blue; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_16bpp_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_1bpp_pixelmap_resize.c b/common/src/gx_utility_1bpp_pixelmap_resize.c index acc6920dc..24d460206 100644 --- a/common/src/gx_utility_1bpp_pixelmap_resize.c +++ b/common/src/gx_utility_1bpp_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* _gx_utility_1bpp_pixelmap_resize */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1bpp_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -195,14 +184,6 @@ INT yy; /* */ /* _gx_utility_1bpp_pixelmap_resize */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1bpp_pixelmap_transparent_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -338,14 +319,6 @@ INT yy; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_1bpp_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_1bpp_pixelmap_rotate.c b/common/src/gx_utility_1bpp_pixelmap_rotate.c index 07da000fb..cfd9f73b5 100644 --- a/common/src/gx_utility_1bpp_pixelmap_rotate.c +++ b/common/src/gx_utility_1bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_1bpp_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -271,14 +264,6 @@ GX_BOOL InputAlpha = GX_FALSE; /* */ /* _gx_utility_1bpp_pixelmap_simple_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1bpp_pixelmap_simple_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -489,14 +474,6 @@ INT getstride; /* */ /* _gx_utility_1bpp_pixelmap_simple_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_1bpp_pixelmap_simple_transparent_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -737,14 +714,6 @@ INT getstride; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_1bpp_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_32argb_pixelmap_resize.c b/common/src/gx_utility_32argb_pixelmap_resize.c index 23fa39f5c..a20b598dc 100644 --- a/common/src/gx_utility_32argb_pixelmap_resize.c +++ b/common/src/gx_utility_32argb_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,18 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_32argb_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -248,18 +237,6 @@ INT blue; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_32argb_pixelmap_alpha_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -438,14 +415,6 @@ INT alpha; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_32argb_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_32argb_pixelmap_rotate.c b/common/src/gx_utility_32argb_pixelmap_rotate.c index d63d4a3f9..cd7b908f2 100644 --- a/common/src/gx_utility_32argb_pixelmap_rotate.c +++ b/common/src/gx_utility_32argb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -80,14 +81,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_32argb_pixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -358,14 +351,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_32argb_pixelmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -622,14 +607,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_32argb_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -688,14 +665,6 @@ UINT status; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_32argb_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_332rgb_pixelmap_rotate.c b/common/src/gx_utility_332rgb_pixelmap_rotate.c index 908ed5766..c09ed2c79 100644 --- a/common/src/gx_utility_332rgb_pixelmap_rotate.c +++ b/common/src/gx_utility_332rgb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,14 +77,6 @@ /* */ /* _gx_utility_332rgb_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_332rgb_pixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -359,14 +352,6 @@ INT xdiff, ydiff; /* */ /* _gx_utility_332rgb_pixelmap_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_332rgb_pixelmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -675,14 +660,6 @@ INT xdiff, ydiff; /* */ /* _gx_utility_332rgb_pixelmap_simple_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_332rgb_pixelmap_simple_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -833,14 +810,6 @@ INT x, y; /* */ /* _gx_utility_332rgb_pixelmap_simple_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_332rgb_pixelmap_simple_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -1021,14 +990,6 @@ INT x, y; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_332rgb_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -1092,14 +1053,6 @@ UINT status; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_332rgb_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_4444argb_pixelmap_resize.c b/common/src/gx_utility_4444argb_pixelmap_resize.c index 89bc5d140..493194d75 100644 --- a/common/src/gx_utility_4444argb_pixelmap_resize.c +++ b/common/src/gx_utility_4444argb_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,18 +75,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_utility_4444argb_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_4444argb_pixelmap_rotate.c b/common/src/gx_utility_4444argb_pixelmap_rotate.c index e78d75f28..a02f0b6fc 100644 --- a/common/src/gx_utility_4444argb_pixelmap_rotate.c +++ b/common/src/gx_utility_4444argb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -83,14 +84,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_4444argb_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -372,14 +365,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_4444argb_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_4bpp_pixelmap_resize.c b/common/src/gx_utility_4bpp_pixelmap_resize.c index dd7f2370a..2dc053abd 100644 --- a/common/src/gx_utility_4bpp_pixelmap_resize.c +++ b/common/src/gx_utility_4bpp_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* _gx_utility_4bpp_pixelmap_resize */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_4bpp_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -197,14 +186,6 @@ INT yy; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_4bpp_pixelmap_transparent_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -376,14 +357,6 @@ INT yy; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_4bpp_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_4bpp_pixelmap_rotate.c b/common/src/gx_utility_4bpp_pixelmap_rotate.c index e147a0e3d..06b67e9e5 100644 --- a/common/src/gx_utility_4bpp_pixelmap_rotate.c +++ b/common/src/gx_utility_4bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_4bpp_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -307,14 +300,6 @@ GX_BOOL draw = GX_TRUE; /* */ /* _gx_utility_4bpp_pixelmap_simple_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_4bpp_pixelmap_simple_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -532,14 +517,6 @@ INT getstride; /* */ /* _gx_utility_4bpp_pixelmap_simple_rotate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_4bpp_pixelmap_simple_transparent_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -859,14 +836,6 @@ INT getauxstride; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_4bpp_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_565rgb_pixelmap_rotate.c b/common/src/gx_utility_565rgb_pixelmap_rotate.c index 768e096eb..131a07c46 100644 --- a/common/src/gx_utility_565rgb_pixelmap_rotate.c +++ b/common/src/gx_utility_565rgb_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -78,14 +79,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_565rgb_pixelmap_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -361,14 +354,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_565rgb_pixelmap_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -679,14 +664,6 @@ INT xdiff, ydiff; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_565rgb_pixelmap_simple_raw_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -836,14 +813,6 @@ INT x, y; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_565rgb_pixelmap_simple_alpha_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -1028,14 +997,6 @@ INT x, y; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_565rgb_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -1099,14 +1060,6 @@ UINT status; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_565rgb_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_8bpp_pixelmap_resize.c b/common/src/gx_utility_8bpp_pixelmap_resize.c index a278daf57..0edeb5bcb 100644 --- a/common/src/gx_utility_8bpp_pixelmap_resize.c +++ b/common/src/gx_utility_8bpp_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,18 +73,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_8bpp_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -182,18 +171,6 @@ INT yy; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ static UINT _gx_utility_8bpp_pixelmap_alpha_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -408,14 +385,6 @@ GX_COLOR blue; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_8bpp_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { @@ -470,18 +439,6 @@ UINT status; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* removed unused variable */ -/* assignment, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gx_utility_8bit_alphamap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_8bpp_pixelmap_rotate.c b/common/src/gx_utility_8bpp_pixelmap_rotate.c index c8df76a06..e77497251 100644 --- a/common/src/gx_utility_8bpp_pixelmap_rotate.c +++ b/common/src/gx_utility_8bpp_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_8bpp_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -234,14 +227,6 @@ INT xx, yy; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_8bpp_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { @@ -389,14 +374,6 @@ INT x, y; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_8bit_alphamap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_alphamap_create.c b/common/src/gx_utility_alphamap_create.c index 3d066d6c1..aeb405424 100644 --- a/common/src/gx_utility_alphamap_create.c +++ b/common/src/gx_utility_alphamap_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* _gx_utility_string_to_alphamap */ /* application software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_alphamap_create(INT width, INT height, GX_PIXELMAP *map) { diff --git a/common/src/gx_utility_bidi_arabic_shaping.c b/common/src/gx_utility_bidi_arabic_shaping.c index 376e790f9..8c8794cad 100644 --- a/common/src/gx_utility_bidi_arabic_shaping.c +++ b/common/src/gx_utility_bidi_arabic_shaping.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -250,12 +251,6 @@ static ARABIC_LIGATURE arabic_ligature_table[] = /* */ /* _gx_utility_bidi_arabic_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_arabic_joining_type_get(ULONG code_point) { @@ -309,12 +304,6 @@ ARABIC_SHAPING *shaping = arabic_shaping_table; /* */ /* _gx_utility_bidi_arabic_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static ULONG _gx_utility_bidi_arabic_form_get(ULONG code_point, UINT form_type) { @@ -388,12 +377,6 @@ ARABIC_FORM *entry = GX_NULL; /* */ /* _gx_utility_bidi_arabic_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static ULONG _gx_utility_bidi_arabic_ligature_get(ULONG alef, ULONG lam) { @@ -441,12 +424,6 @@ ARABIC_LIGATURE *entry = arabic_ligature_table; /* */ /* _gx_utility_bidi_arabic_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_utility_bidi_right_joining_causing_test(UINT joining_type) { @@ -491,12 +468,6 @@ static GX_BOOL _gx_utility_bidi_right_joining_causing_test(UINT joining_type) /* */ /* _gx_utility_bidi_arabic_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_utility_bidi_left_joining_causing_test(UINT joining_type) { @@ -541,12 +512,6 @@ static GX_BOOL _gx_utility_bidi_left_joining_causing_test(UINT joining_type) /* */ /* _gx_utility_bidi_arabic_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_utility_bidi_arabic_test(GX_BIDI_CONTEXT *context) { @@ -596,12 +561,6 @@ INT index; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_bidi_arabic_shaping(GX_BIDI_CONTEXT *context) { diff --git a/common/src/gx_utility_bidi_bracket_pair_get.c b/common/src/gx_utility_bidi_bracket_pair_get.c index 7fc7ac15d..c6a5d794f 100644 --- a/common/src/gx_utility_bidi_bracket_pair_get.c +++ b/common/src/gx_utility_bidi_bracket_pair_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -124,14 +125,6 @@ static GX_CONST GX_BIDI_BRACKET_PAIR _gx_bidi_bracket_pair[] = /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_bidi_bracket_pair_get(ULONG code, GX_BIDI_BRACKET_PAIR *bracket_pair) { diff --git a/common/src/gx_utility_bidi_character_type_get.c b/common/src/gx_utility_bidi_character_type_get.c index cb0232359..048441552 100644 --- a/common/src/gx_utility_bidi_character_type_get.c +++ b/common/src/gx_utility_bidi_character_type_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -1511,14 +1512,6 @@ static GX_CONST GX_BIDI_CHARACTER_INFO _gx_bidi_character_types[] = /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_bidi_character_type_get(ULONG code, GX_UBYTE *type) { diff --git a/common/src/gx_utility_bidi_mirroring_get.c b/common/src/gx_utility_bidi_mirroring_get.c index 9bd2badb7..686dca977 100644 --- a/common/src/gx_utility_bidi_mirroring_get.c +++ b/common/src/gx_utility_bidi_mirroring_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -433,14 +434,6 @@ static GX_CONST GX_BIDI_MIRROR _gx_bidi_mirroring[] = /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_bidi_mirroring_get(USHORT code, USHORT *mirror) { diff --git a/common/src/gx_utility_bidi_paragraph_reorder.c b/common/src/gx_utility_bidi_paragraph_reorder.c index 1ab553b1a..cb708ead3 100644 --- a/common/src/gx_utility_bidi_paragraph_reorder.c +++ b/common/src/gx_utility_bidi_paragraph_reorder.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,18 +71,6 @@ /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* update with bidi context */ -/* structure change, */ -/* moved a pointer check to */ -/* its caller function, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_buffer_allocate(GX_BIDI_CONTEXT *context) { @@ -245,15 +234,6 @@ GX_BIDI_TEXT_INFO *input_info = context -> gx_bidi_context_input_info; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed line breaking logic,*/ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_initiate(GX_BIDI_CONTEXT *context) { @@ -322,14 +302,6 @@ GX_BIDI_UNIT *unit; /* _gx_utility_bidi_paragraph_reorder */ /* _gx_utility_bidi_explicit_levels_determine */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_block_level_determine(GX_BIDI_CONTEXT *context, UINT start_index, UINT end_index, GX_UBYTE *level) { @@ -415,14 +387,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_explicit_levels_determine(GX_BIDI_CONTEXT *context) { @@ -700,14 +664,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_level_runs_compute(GX_BIDI_CONTEXT *context, INT start_index, INT end_index) { @@ -819,14 +775,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_one_isolate_run_sequences_get */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utiltiy_isolate_run_sequence_append(GX_BIDI_CONTEXT *context, INT start_index, INT end_index, GX_BIDI_ISOLATE_RUN *isolate_run) @@ -893,14 +841,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_isolate_run_sequence_get */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_one_isolate_run_sequence_get(GX_BIDI_CONTEXT *context, GX_UBYTE pre_level, GX_BIDI_LEVEL_RUN *level_run, GX_BIDI_ISOLATE_RUN *isolate_run) @@ -1031,14 +971,6 @@ ULONG last_character; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_isolate_run_sequences_get(GX_BIDI_CONTEXT *context) { @@ -1151,14 +1083,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_weak_type_resolve_1(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -1236,14 +1160,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_weak_type_resolve_2_3(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -1319,14 +1235,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_weak_type_resolve_4(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -1407,14 +1315,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_weak_type_resolve_5(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -1497,14 +1397,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_weak_type_resolve_6(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -1563,14 +1455,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_weak_type_resolve_7(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -1653,14 +1537,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_neutral_type_resolve_0 */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_bracket_pair_search(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry, INT **return_bracket_pair, INT *return_pair_count) { @@ -1798,14 +1674,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_neutral_type_resolve_0(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -2032,14 +1900,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_neutral_type_resolve_1(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -2137,14 +1997,6 @@ GX_UBYTE type; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_neutral_type_resolve_2(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -2216,14 +2068,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_implicit_level_resolve(GX_BIDI_CONTEXT *context, GX_BIDI_ISOLATE_RUN *entry) { @@ -2303,14 +2147,6 @@ GX_BIDI_UNIT *unit; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_isolate_run_sequences_resolve(GX_BIDI_CONTEXT *context) { @@ -2427,17 +2263,6 @@ GX_BIDI_ISOLATE_RUN *entry = context -> gx_bidi_context_isolate_runs; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-15-2021 Kenneth Maxwell Modified comment(s), */ -/* corrected logic, */ -/* resulting in version 6.1.9 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_reordering_resolve_1(GX_BIDI_CONTEXT *context, INT start_index, INT end_index) { @@ -2553,14 +2378,6 @@ USHORT mirror; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_reordering_resolve_2(GX_BIDI_CONTEXT *context, INT start_index, INT end_index) { @@ -2686,12 +2503,6 @@ INT count; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_line_break(GX_BIDI_CONTEXT *context) { @@ -2809,16 +2620,6 @@ INT line_index = -1; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* update with bidi context */ -/* structure change, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_reordering_resolve(GX_BIDI_CONTEXT *context, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info) { @@ -2957,21 +2758,6 @@ GX_BIDI_RESOLVED_TEXT_INFO *bidi_text; /* */ /* _gx_utility_bidi_paragraph_reorder */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), modified */ -/* line breaking logic, */ -/* supported Arabic shaping, */ -/* updated with resolved text */ -/* info structure change, */ -/* resulting in version 6.1 */ -/* 01-31-2022 Kenneth Maxwell Modified comment(s), modified */ -/* base level set logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ static UINT _gx_utility_bidi_one_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info, UINT *processed_size) { @@ -3093,16 +2879,6 @@ GX_BIDI_CONTEXT context; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* made this function a public */ -/* api, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) { @@ -3142,12 +2918,6 @@ UINT _gx_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_R /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_utility_bidi_paragraph_reorder_ext(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) { diff --git a/common/src/gx_utility_bidi_resolved_text_info_delete.c b/common/src/gx_utility_bidi_resolved_text_info_delete.c index 77c233a5e..f28ee9484 100644 --- a/common/src/gx_utility_bidi_resolved_text_info_delete.c +++ b/common/src/gx_utility_bidi_resolved_text_info_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gx_utility_bidi_resolved_text_info_delete(GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) diff --git a/common/src/gx_utility_canvas_to_bmp.c b/common/src/gx_utility_canvas_to_bmp.c index f9f10ad99..ac1dcd3b3 100644 --- a/common/src/gx_utility_canvas_to_bmp.c +++ b/common/src/gx_utility_canvas_to_bmp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -84,14 +85,6 @@ typedef struct bmp_info_struct /* */ /* _gx_utility_canvas_to_bmp */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_write_bitmap_header(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { @@ -327,14 +320,6 @@ INT blue; /* */ /* _gx_utility_canvas_to_bmp */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static void _gx_utility_write_bitmap_data_32bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { @@ -391,14 +376,6 @@ INT y; /* */ /* _gx_utility_canvas_to_bmp */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static void _gx_utility_write_bitmap_data_16bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { @@ -462,14 +439,6 @@ INT width; /* */ /* _gx_utility_canvas_to_bmp */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static void _gx_utility_write_bitmap_data_8bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { @@ -540,14 +509,6 @@ INT fixed_count; /* */ /* _gx_utility_canvas_to_bmp */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static void _gx_utility_write_bitmap_data_4bpp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { @@ -647,14 +608,6 @@ INT row_count; /* */ /* _gx_utility_canvas_to_bmp */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static void _gx_utility_write_bitmap_data_monochrome(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { @@ -768,14 +721,6 @@ GX_UBYTE color = 0; /* */ /* _gxe_utility_canvas_to_bmp Error checking function */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_canvas_to_bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { diff --git a/common/src/gx_utility_circle_point_get.c b/common/src/gx_utility_circle_point_get.c index d236c1a6c..9945a7f99 100644 --- a/common/src/gx_utility_circle_point_get.c +++ b/common/src/gx_utility_circle_point_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_circle_point_get(INT xcenter, INT ycenter, UINT r, INT angle, GX_POINT *point) { diff --git a/common/src/gx_utility_easing_function_calculate.c b/common/src/gx_utility_easing_function_calculate.c index aad41795a..605919bea 100644 --- a/common/src/gx_utility_easing_function_calculate.c +++ b/common/src/gx_utility_easing_function_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -90,14 +91,6 @@ static UINT _gx_utility_pow_0_10_table[501] = { /* */ /* _gx_utility_easing_function_calculate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_EXPO_ELASTIC_EASING_SUPPORT) static INT _gx_utility_pow_0_10(INT b) @@ -142,14 +135,6 @@ static INT _gx_utility_pow_0_10(INT b) /* */ /* _gx_utility_easing_function_calculate */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_utility_bounce_ease_out(INT t, INT d, INT *return_tt, INT *return_dd) { @@ -225,14 +210,6 @@ INT dd; /* */ /* _gx_system_timer_update Update active system timers */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_easing_function_calculate(USHORT easing_function_type, INT start_val, INT end_val, INT t, INT d, INT *current_val) { diff --git a/common/src/gx_utility_gradient_create.c b/common/src/gx_utility_gradient_create.c index 5f998d19e..6ae5ef2f1 100644 --- a/common/src/gx_utility_gradient_create.c +++ b/common/src/gx_utility_gradient_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* _gx_utility_gradient_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static GX_BOOL _gx_utility_gradient_find(GX_GRADIENT *gradient) { @@ -123,14 +116,6 @@ GX_GRADIENT *search = _gx_system_gradient_list; /* */ /* _gx_utility_gradient_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_horizontal_alpha_gradient_create(GX_GRADIENT *gradient) { @@ -223,14 +208,6 @@ GX_UBYTE *data_start = (GX_UBYTE *)gradient -> gx_gradient_pixelmap.gx_pixelmap_ /* */ /* _gx_utility_gradient_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static UINT _gx_utility_vertical_alpha_gradient_create(GX_GRADIENT *gradient) { @@ -309,17 +286,6 @@ GX_UBYTE *data = (GX_UBYTE *)gradient -> gx_gradient_pixelmap.gx_pixelmap_data; /* */ /* _gx_text_scroll_wheel_gradient_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), removed */ -/* errant comment, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_utility_gradient_create(GX_GRADIENT *gradient, GX_VALUE width, GX_VALUE height, UCHAR type, GX_UBYTE alpha_start, GX_UBYTE alpha_end) diff --git a/common/src/gx_utility_gradient_delete.c b/common/src/gx_utility_gradient_delete.c index 0d23f5a4c..97d3275ba 100644 --- a/common/src/gx_utility_gradient_delete.c +++ b/common/src/gx_utility_gradient_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -53,14 +54,6 @@ /* */ /* CALLED BY */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_gradient_delete(GX_GRADIENT *gradient) { diff --git a/common/src/gx_utility_ltoa.c b/common/src/gx_utility_ltoa.c index 9bcb596fe..8a9b9fc3f 100644 --- a/common/src/gx_utility_ltoa.c +++ b/common/src/gx_utility_ltoa.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_ltoa(LONG value, GX_CHAR *return_buffer, UINT return_buffer_size) { diff --git a/common/src/gx_utility_math_acos.c b/common/src/gx_utility_math_acos.c index b88d7d137..96de60d80 100644 --- a/common/src/gx_utility_math_acos.c +++ b/common/src/gx_utility_math_acos.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GUIX_5_4_0_COMPATIBILITY) INT _gx_utility_math_acos_5_4_0(INT x) @@ -114,14 +107,6 @@ INT _gx_utility_math_acos_5_4_0(INT x) /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ INT _gx_utility_math_acos(GX_FIXED_VAL x) { diff --git a/common/src/gx_utility_math_asin.c b/common/src/gx_utility_math_asin.c index 96f14c63b..a8d7f94db 100644 --- a/common/src/gx_utility_math_asin.c +++ b/common/src/gx_utility_math_asin.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -80,14 +81,6 @@ static GX_CONST GX_UBYTE asin_angle_value_table[] = { /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GUIX_5_4_0_COMPATIBILITY) INT _gx_utility_math_asin_5_4_0(INT x) @@ -149,14 +142,6 @@ INT angle = 0; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ INT _gx_utility_math_asin(GX_FIXED_VAL x) { diff --git a/common/src/gx_utility_math_cos.c b/common/src/gx_utility_math_cos.c index 464165500..9204b1ad4 100644 --- a/common/src/gx_utility_math_cos.c +++ b/common/src/gx_utility_math_cos.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GUIX_5_4_0_COMPATIBILITY) INT _gx_utility_math_cos_5_4_0(INT angle) @@ -116,14 +109,6 @@ INT _gx_utility_math_cos_5_4_0(INT angle) /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_FIXED_VAL _gx_utility_math_cos(GX_FIXED_VAL angle) { diff --git a/common/src/gx_utility_math_sin.c b/common/src/gx_utility_math_sin.c index ef87e5cf2..11d31ff4c 100644 --- a/common/src/gx_utility_math_sin.c +++ b/common/src/gx_utility_math_sin.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -88,14 +89,6 @@ static GX_CONST GX_UBYTE sin_value_table[360] = { /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GUIX_5_4_0_COMPATIBILITY) INT _gx_utility_math_sin_5_4_0(INT angle) @@ -187,14 +180,6 @@ INT sine; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_FIXED_VAL _gx_utility_math_sin(GX_FIXED_VAL angle) { diff --git a/common/src/gx_utility_math_sqrt.c b/common/src/gx_utility_math_sqrt.c index ed1df3f4e..4f76e8dd2 100644 --- a/common/src/gx_utility_math_sqrt.c +++ b/common/src/gx_utility_math_sqrt.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -81,14 +82,6 @@ static GX_CONST GX_UBYTE sqrt_table[256] = { /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_math_sqrt(UINT value) diff --git a/common/src/gx_utility_pixelmap_resize.c b/common/src/gx_utility_pixelmap_resize.c index dbce741ac..81f7e619d 100644 --- a/common/src/gx_utility_pixelmap_resize.c +++ b/common/src/gx_utility_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,18 +69,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added 565bgr format support,*/ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_utility_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gx_utility_pixelmap_rotate.c b/common/src/gx_utility_pixelmap_rotate.c index 1ac9cdccc..2ca4f62af 100644 --- a/common/src/gx_utility_pixelmap_rotate.c +++ b/common/src/gx_utility_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,18 +73,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added 565bgr format support,*/ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_utility_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_pixelmap_simple_rotate.c b/common/src/gx_utility_pixelmap_simple_rotate.c index 4e7ddb064..d65c791a2 100644 --- a/common/src/gx_utility_pixelmap_simple_rotate.c +++ b/common/src/gx_utility_pixelmap_simple_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -86,15 +87,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added 565bgr format support,*/ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gx_utility_rectangle_center.c b/common/src/gx_utility_rectangle_center.c index 48c54f7ad..2864539ce 100644 --- a/common/src/gx_utility_rectangle_center.c +++ b/common/src/gx_utility_rectangle_center.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within) { diff --git a/common/src/gx_utility_rectangle_center_find.c b/common/src/gx_utility_rectangle_center_find.c index 326e14b3f..a9ec5fdf7 100644 --- a/common/src/gx_utility_rectangle_center_find.c +++ b/common/src/gx_utility_rectangle_center_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_rectangle_center_find(GX_RECTANGLE *rectangle, GX_POINT *return_center) diff --git a/common/src/gx_utility_rectangle_combine.c b/common/src/gx_utility_rectangle_combine.c index d1cb48df7..882b05a77 100644 --- a/common/src/gx_utility_rectangle_combine.c +++ b/common/src/gx_utility_rectangle_combine.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_rectangle_combine(GX_RECTANGLE *first_rectangle, GX_RECTANGLE *second_rectangle) { diff --git a/common/src/gx_utility_rectangle_compare.c b/common/src/gx_utility_rectangle_compare.c index 08bea172c..9d42269f8 100644 --- a/common/src/gx_utility_rectangle_compare.c +++ b/common/src/gx_utility_rectangle_compare.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_utility_rectangle_compare(GX_RECTANGLE *first_rectangle, GX_RECTANGLE *second_rectangle) { diff --git a/common/src/gx_utility_rectangle_define.c b/common/src/gx_utility_rectangle_define.c index 6cefde4c2..456070887 100644 --- a/common/src/gx_utility_rectangle_define.c +++ b/common/src/gx_utility_rectangle_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_rectangle_define(GX_RECTANGLE *rectangle, GX_VALUE left, GX_VALUE top, GX_VALUE right, GX_VALUE bottom) diff --git a/common/src/gx_utility_rectangle_inside_detect.c b/common/src/gx_utility_rectangle_inside_detect.c index 9995bb2da..ceb75eae8 100644 --- a/common/src/gx_utility_rectangle_inside_detect.c +++ b/common/src/gx_utility_rectangle_inside_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_utility_rectangle_inside_detect(GX_RECTANGLE *outer, GX_RECTANGLE *inner) { diff --git a/common/src/gx_utility_rectangle_overlap_detect.c b/common/src/gx_utility_rectangle_overlap_detect.c index 5d9e69c9a..a169e21ce 100644 --- a/common/src/gx_utility_rectangle_overlap_detect.c +++ b/common/src/gx_utility_rectangle_overlap_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_utility_rectangle_overlap_detect(GX_RECTANGLE *first_rectangle, GX_RECTANGLE *second_rectangle, GX_RECTANGLE *return_overlap_area) diff --git a/common/src/gx_utility_rectangle_point_detect.c b/common/src/gx_utility_rectangle_point_detect.c index ed3934229..c6a10ed51 100644 --- a/common/src/gx_utility_rectangle_point_detect.c +++ b/common/src/gx_utility_rectangle_point_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_utility_rectangle_point_detect(GX_RECTANGLE *rectangle, GX_POINT point) { diff --git a/common/src/gx_utility_rectangle_resize.c b/common/src/gx_utility_rectangle_resize.c index 665901d60..8a76d1c79 100644 --- a/common/src/gx_utility_rectangle_resize.c +++ b/common/src/gx_utility_rectangle_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_rectangle_resize(GX_RECTANGLE *rectangle, GX_VALUE adjust) { diff --git a/common/src/gx_utility_rectangle_shift.c b/common/src/gx_utility_rectangle_shift.c index 1e9f70bb8..b29f5d639 100644 --- a/common/src/gx_utility_rectangle_shift.c +++ b/common/src/gx_utility_rectangle_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_rectangle_shift(GX_RECTANGLE *rectangle, GX_VALUE x_shift, GX_VALUE y_shift) { diff --git a/common/src/gx_utility_string_compare.c b/common/src/gx_utility_string_compare.c index 901e20c9d..6043b3709 100644 --- a/common/src/gx_utility_string_compare.c +++ b/common/src/gx_utility_string_compare.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,12 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_utility_string_compare(GX_CONST GX_STRING *string_1, GX_CONST GX_STRING *string_2, UINT count) { diff --git a/common/src/gx_utility_string_length_check.c b/common/src/gx_utility_string_length_check.c index 1c4b2dc16..36ed350e1 100644 --- a/common/src/gx_utility_string_length_check.c +++ b/common/src/gx_utility_string_length_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_utility_string_length_check(GX_CONST GX_CHAR *input_string, UINT *string_length, UINT max_string_length) { diff --git a/common/src/gx_utility_string_to_alphamap.c b/common/src/gx_utility_string_to_alphamap.c index 8a9b761b6..1f72f8ce3 100644 --- a/common/src/gx_utility_string_to_alphamap.c +++ b/common/src/gx_utility_string_to_alphamap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,17 +77,6 @@ /* */ /* Application Software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) @@ -146,17 +136,6 @@ GX_STRING string; /* */ /* Application Software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gx_utility_string_to_alphamap_ext(GX_CONST GX_STRING *string, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) { @@ -289,17 +268,6 @@ UINT glyph_len; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_utility_glyph_8bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) { @@ -393,17 +361,6 @@ USHORT write_stride; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_utility_glyph_4bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) { @@ -509,21 +466,6 @@ GX_UBYTE data; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), added */ -/* rename RENESAS_DAVE2D */ -/* support conditional, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ #if defined(GX_RENESAS_DAVE2D_FONT_SUPPORT) VOID _gx_utility_glyph_reversed_4bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) @@ -633,17 +575,6 @@ GX_UBYTE data; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_utility_glyph_1bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) { @@ -796,21 +727,6 @@ GX_UBYTE mask; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* rename RENESAS_DAVE2D */ -/* support conditional, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ #if defined(GX_RENESAS_DAVE2D_FONT_SUPPORT) VOID _gx_utility_glyph_reversed_1bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) @@ -969,21 +885,6 @@ GX_UBYTE mask; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), added */ -/* display rotation support, */ -/* resulting in version 6.1.3 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* rename RENESAS_DAVE2D */ -/* support conditional, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ VOID _gx_utility_string_to_alphamap_draw(GX_CONST GX_STRING *string, GX_CONST GX_FONT *font, GX_PIXELMAP *map) { diff --git a/common/src/gx_utility_thai_glyph_shaping.c b/common/src/gx_utility_thai_glyph_shaping.c index 3dc801b00..c892b723c 100644 --- a/common/src/gx_utility_thai_glyph_shaping.c +++ b/common/src/gx_utility_thai_glyph_shaping.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ /* */ /* _gx_utility_thai_glyph_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_THAI_GLYPH_SHAPING_SUPPORT static UINT _gx_utility_thai_utf8_to_unicode(GX_CONST GX_STRING *string, GX_CHAR_CODE **returned_code_list, UINT *returned_code_count) @@ -181,14 +174,6 @@ GX_BOOL is_thai_string = GX_FALSE; /* */ /* _gx_utility_thai_glyph_shaping */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_THAI_GLYPH_SHAPING_SUPPORT static UINT _gx_utility_thai_glyph_class_type_get(ULONG code, GX_UBYTE *return_type) @@ -272,14 +257,6 @@ GX_UBYTE type; /* */ /* Application Software */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_THAI_GLYPH_SHAPING_SUPPORT UINT _gx_utility_thai_glyph_shaping(GX_CONST GX_STRING *string, GX_CHAR_CODE **returned_code_list, UINT *returned_code_count) diff --git a/common/src/gx_utility_unicode_to_utf8.c b/common/src/gx_utility_unicode_to_utf8.c index 86582e279..42fe321b8 100644 --- a/common/src/gx_utility_unicode_to_utf8.c +++ b/common/src/gx_utility_unicode_to_utf8.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_UTF8_SUPPORT UINT _gx_utility_unicode_to_utf8(ULONG unicode, GX_UBYTE *return_utf8_str, UINT *return_utf8_size) diff --git a/common/src/gx_utility_utf8_string_backward_character_length_get.c b/common/src/gx_utility_utf8_string_backward_character_length_get.c index 194534c7a..42f8c9dd7 100644 --- a/common/src/gx_utility_utf8_string_backward_character_length_get.c +++ b/common/src/gx_utility_utf8_string_backward_character_length_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_UTF8_SUPPORT UINT _gx_utility_utf8_string_backward_character_length_get(GX_STRING *string, INT start_index, UINT *glyph_len) diff --git a/common/src/gx_utility_utf8_string_character_get.c b/common/src/gx_utility_utf8_string_character_get.c index efe4fa982..0c4d9b38e 100644 --- a/common/src/gx_utility_utf8_string_character_get.c +++ b/common/src/gx_utility_utf8_string_character_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* _gx_system_string_width_get */ /* _gx_display_driver_indexed_color_text_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_UTF8_SUPPORT UINT _gx_utility_utf8_string_character_get(GX_STRING *utf8_str, GX_CHAR_CODE *glyph_value, UINT *glyph_len) diff --git a/common/src/gx_vertical_list_children_position.c b/common/src/gx_vertical_list_children_position.c index 3df15f096..e0a527ff0 100644 --- a/common/src/gx_vertical_list_children_position.c +++ b/common/src/gx_vertical_list_children_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_children_position(GX_VERTICAL_LIST *vertical_list) { diff --git a/common/src/gx_vertical_list_create.c b/common/src/gx_vertical_list_create.c index c18877c7a..b9894d258 100644 --- a/common/src/gx_vertical_list_create.c +++ b/common/src/gx_vertical_list_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,18 +71,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* initialized new vertical */ -/* list control block member, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_create(GX_VERTICAL_LIST *vertical_list, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_vertical_list_down_wrap.c b/common/src/gx_vertical_list_down_wrap.c index 2fbfc8915..a849d1a58 100644 --- a/common/src/gx_vertical_list_down_wrap.c +++ b/common/src/gx_vertical_list_down_wrap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_vertical_list_down_wrap(GX_VERTICAL_LIST *list) { diff --git a/common/src/gx_vertical_list_event_process.c b/common/src/gx_vertical_list_event_process.c index e6a82ae55..07abe3e8c 100644 --- a/common/src/gx_vertical_list_event_process.c +++ b/common/src/gx_vertical_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -78,18 +79,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 07-29-2022 Kenneth Maxwell Modified comment(s), */ -/* fixed bug in EVENT_PEN_DRAG */ -/* handler, */ -/* resulting in version 6.1.12 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_event_process(GX_VERTICAL_LIST *list, GX_EVENT *event_ptr) { diff --git a/common/src/gx_vertical_list_page_index_set.c b/common/src/gx_vertical_list_page_index_set.c index 4c34e9644..3cda7c2f1 100644 --- a/common/src/gx_vertical_list_page_index_set.c +++ b/common/src/gx_vertical_list_page_index_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* _gx_vertical_list_selected_set Process drop list event */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_page_index_set(GX_VERTICAL_LIST *list, INT index) { diff --git a/common/src/gx_vertical_list_scroll.c b/common/src/gx_vertical_list_scroll.c index 6936736ed..90d2b71c2 100644 --- a/common/src/gx_vertical_list_scroll.c +++ b/common/src/gx_vertical_list_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* _gx_vertical_list_scroll */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 08-02-2021 Ting Zhu Initial Version 6.1.8 */ -/* */ /**************************************************************************/ static VOID _gx_vertical_list_invisible_page_scroll(GX_VERTICAL_LIST *list, INT num_pages) { @@ -177,17 +172,6 @@ INT maximum_scroll_pages; /* */ /* _gx_vertical_list_event_process Vertical list event process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 08-02-2021 Ting Zhu Modified comment(s), */ -/* fixed scroll overflow issue,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ VOID _gx_vertical_list_scroll(GX_VERTICAL_LIST *list, INT amount) { diff --git a/common/src/gx_vertical_list_scroll_info_get.c b/common/src/gx_vertical_list_scroll_info_get.c index 229c5497c..3be12e0eb 100644 --- a/common/src/gx_vertical_list_scroll_info_get.c +++ b/common/src/gx_vertical_list_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,18 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2023 Ting Zhu Modified comments(s), */ -/* improved the calculation of */ -/* the maximum scrolling value.*/ -/* resulting in version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_vertical_list_scroll_info_get(GX_VERTICAL_LIST *list, ULONG style, GX_SCROLL_INFO *info) { diff --git a/common/src/gx_vertical_list_selected_index_get.c b/common/src/gx_vertical_list_selected_index_get.c index ee8e2cc8b..96d682889 100644 --- a/common/src/gx_vertical_list_selected_index_get.c +++ b/common/src/gx_vertical_list_selected_index_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_selected_index_get(GX_VERTICAL_LIST *vertical_list, INT *return_index) diff --git a/common/src/gx_vertical_list_selected_set.c b/common/src/gx_vertical_list_selected_set.c index c946733ee..06595e95e 100644 --- a/common/src/gx_vertical_list_selected_set.c +++ b/common/src/gx_vertical_list_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,17 +68,6 @@ /* Application Code */ /* _gx_drop_list_event_process Process drop list event */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 07-29-2022 Kenneth Maxwell Added support for GX_STYLE_ */ -/* REPEAT_SELECT, */ -/* resulting in version 6.1.12 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_selected_set(GX_VERTICAL_LIST *vertical_list, INT index) { diff --git a/common/src/gx_vertical_list_selected_visible.c b/common/src/gx_vertical_list_selected_visible.c index 10eded91f..f0648f3c2 100644 --- a/common/src/gx_vertical_list_selected_visible.c +++ b/common/src/gx_vertical_list_selected_visible.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* _gx_vertical_list_selected_set */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_vertical_list_selected_visible(GX_VERTICAL_LIST *list, GX_WIDGET *child) { diff --git a/common/src/gx_vertical_list_selected_widget_get.c b/common/src/gx_vertical_list_selected_widget_get.c index 6264a810d..a0c70e02e 100644 --- a/common/src/gx_vertical_list_selected_widget_get.c +++ b/common/src/gx_vertical_list_selected_widget_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_selected_widget_get(GX_VERTICAL_LIST *vertical_list, GX_WIDGET **return_list_entry) diff --git a/common/src/gx_vertical_list_slide_back_check.c b/common/src/gx_vertical_list_slide_back_check.c index 4731604ce..2be63f38f 100644 --- a/common/src/gx_vertical_list_slide_back_check.c +++ b/common/src/gx_vertical_list_slide_back_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_vertical_list_slide_back_check(GX_VERTICAL_LIST *list) { diff --git a/common/src/gx_vertical_list_total_rows_set.c b/common/src/gx_vertical_list_total_rows_set.c index c427e62aa..e31763c8d 100644 --- a/common/src/gx_vertical_list_total_rows_set.c +++ b/common/src/gx_vertical_list_total_rows_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,8 +56,8 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Obtain GUIX system lock */ -/* _gx_system_unlock Release GUIX system lock */ +/* GX_ENTER_CRITICAL Obtain GUIX system lock */ +/* GX_EXIT_CRITICAL Release GUIX system lock */ /* _gx_first_client_child_get Get the first client child */ /* [gx_vertical_list_callback] Vertical list callback */ /* _gx_window_scrollbar_find Find the scrollbar */ @@ -67,17 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT _gx_vertical_list_total_rows_set(GX_VERTICAL_LIST *list, INT count) { @@ -86,7 +76,7 @@ INT index; GX_WIDGET *test; GX_SCROLLBAR *pScroll; - _gx_system_lock(); + GX_ENTER_CRITICAL /* Update total count of rows. */ list -> gx_vertical_list_total_rows = count; @@ -183,7 +173,7 @@ GX_SCROLLBAR *pScroll; _gx_scrollbar_reset(pScroll, GX_NULL); } - _gx_system_unlock(); + GX_EXIT_CRITICAL /* Refresh screen. */ if (list -> gx_widget_status & GX_STATUS_VISIBLE) diff --git a/common/src/gx_vertical_list_up_wrap.c b/common/src/gx_vertical_list_up_wrap.c index 4be5e4389..9b0d6edaf 100644 --- a/common/src/gx_vertical_list_up_wrap.c +++ b/common/src/gx_vertical_list_up_wrap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* _gx_vertical_list_scroll Vertical list scroll function */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_vertical_list_up_wrap(GX_VERTICAL_LIST *list) { diff --git a/common/src/gx_vertical_scrollbar_create.c b/common/src/gx_vertical_scrollbar_create.c index 8a3c8f17a..5a4a35847 100644 --- a/common/src/gx_vertical_scrollbar_create.c +++ b/common/src/gx_vertical_scrollbar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -77,14 +78,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_vertical_scrollbar_create(GX_SCROLLBAR *scrollbar, GX_CONST GX_CHAR *name, GX_WINDOW *parent, GX_SCROLLBAR_APPEARANCE *appearance, ULONG style) diff --git a/common/src/gx_widget_allocate.c b/common/src/gx_widget_allocate.c index 903c088aa..f51a0315f 100644 --- a/common/src/gx_widget_allocate.c +++ b/common/src/gx_widget_allocate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_allocate(GX_WIDGET **widget, ULONG memsize) { diff --git a/common/src/gx_widget_attach.c b/common/src/gx_widget_attach.c index 3ceb2bb98..f42e84776 100644 --- a/common/src/gx_widget_attach.c +++ b/common/src/gx_widget_attach.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,24 +56,16 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Obtain GUIX system lock */ +/* GX_ENTER_CRITICAL Obtain GUIX system lock */ /* _gx_widget_detach Detach from current parent */ /* _gx_widget_link Link widget */ -/* _gx_system_unlock Release GUIX system lock */ +/* GX_EXIT_CRITICAL Release GUIX system lock */ /* */ /* CALLED BY */ /* */ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_attach(GX_WIDGET *parent, GX_WIDGET *child) diff --git a/common/src/gx_widget_back_attach.c b/common/src/gx_widget_back_attach.c index 627df4619..88ddb2ddf 100644 --- a/common/src/gx_widget_back_attach.c +++ b/common/src/gx_widget_back_attach.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,24 +56,16 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Obtain GUIX system lock */ +/* GX_ENTER_CRITICAL Obtain GUIX system lock */ /* _gx_widget_detach Detach widget */ /* _gx_widget_back_link Link widget in back */ -/* _gx_system_unlock Release GUIX system lock */ +/* GX_EXIT_CRITICAL Release GUIX system lock */ /* */ /* CALLED BY */ /* */ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_back_attach(GX_WIDGET *parent, GX_WIDGET *child) diff --git a/common/src/gx_widget_back_link.c b/common/src/gx_widget_back_link.c index 78d478db9..5058bb642 100644 --- a/common/src/gx_widget_back_link.c +++ b/common/src/gx_widget_back_link.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_back_link(GX_WIDGET *parent, GX_WIDGET *widget) { diff --git a/common/src/gx_widget_back_move.c b/common/src/gx_widget_back_move.c index 49ece9739..d68e04b80 100644 --- a/common/src/gx_widget_back_move.c +++ b/common/src/gx_widget_back_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_back_move(GX_WIDGET *widget, GX_BOOL *widget_moved) { diff --git a/common/src/gx_widget_background_draw.c b/common/src/gx_widget_background_draw.c index 2366a2607..8bc3b7e56 100644 --- a/common/src/gx_widget_background_draw.c +++ b/common/src/gx_widget_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_background_draw(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_block_move.c b/common/src/gx_widget_block_move.c index 5555f7f7e..b5fa95953 100644 --- a/common/src/gx_widget_block_move.c +++ b/common/src/gx_widget_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_block_move(GX_WIDGET *widget, GX_RECTANGLE *block, INT x_shift, INT y_shift) { diff --git a/common/src/gx_widget_border_draw.c b/common/src/gx_widget_border_draw.c index 84bee2072..638b9cf6f 100644 --- a/common/src/gx_widget_border_draw.c +++ b/common/src/gx_widget_border_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -76,14 +77,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_border_draw(GX_WIDGET *widget, GX_RESOURCE_ID border_color, diff --git a/common/src/gx_widget_border_style_set.c b/common/src/gx_widget_border_style_set.c index 36cd8fd34..da5c0c1ce 100644 --- a/common/src/gx_widget_border_style_set.c +++ b/common/src/gx_widget_border_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_border_style_set(GX_WIDGET *widget, ULONG Style) { diff --git a/common/src/gx_widget_border_width_get.c b/common/src/gx_widget_border_width_get.c index da8085b4c..b4a6580e6 100644 --- a/common/src/gx_widget_border_width_get.c +++ b/common/src/gx_widget_border_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX draw functions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_border_width_get(GX_WIDGET *widget, GX_VALUE *return_width) { diff --git a/common/src/gx_widget_canvas_get.c b/common/src/gx_widget_canvas_get.c index 510e21e02..337e7628c 100644 --- a/common/src/gx_widget_canvas_get.c +++ b/common/src/gx_widget_canvas_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_canvas_get(GX_WIDGET *widget, GX_CANVAS **return_canvas) { diff --git a/common/src/gx_widget_child_clipping_update.c b/common/src/gx_widget_child_clipping_update.c index 942f8f124..cf2586aae 100644 --- a/common/src/gx_widget_child_clipping_update.c +++ b/common/src/gx_widget_child_clipping_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* GUIX Internal Code */ /* GUIX application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_child_clipping_update(GX_WIDGET *parent) { diff --git a/common/src/gx_widget_child_detect.c b/common/src/gx_widget_child_detect.c index 8291f3d9d..915f4a3c9 100644 --- a/common/src/gx_widget_child_detect.c +++ b/common/src/gx_widget_child_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* GUIX Internal Code */ /* GUIX application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_child_detect(GX_WIDGET *parent, GX_WIDGET *child, GX_BOOL *return_detect) { diff --git a/common/src/gx_widget_child_focus_assign.c b/common/src/gx_widget_child_focus_assign.c index 2b8c45b8c..ae0517dcf 100644 --- a/common/src/gx_widget_child_focus_assign.c +++ b/common/src/gx_widget_child_focus_assign.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_child_focus_assign(GX_WIDGET *parent) { diff --git a/common/src/gx_widget_children_draw.c b/common/src/gx_widget_children_draw.c index 4968f599e..b5fde5149 100644 --- a/common/src/gx_widget_children_draw.c +++ b/common/src/gx_widget_children_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_children_draw(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_children_event_process.c b/common/src/gx_widget_children_event_process.c index 759776fef..c93b5b3eb 100644 --- a/common/src/gx_widget_children_event_process.c +++ b/common/src/gx_widget_children_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_children_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) { diff --git a/common/src/gx_widget_client_get.c b/common/src/gx_widget_client_get.c index 2228fc128..9f952402e 100644 --- a/common/src/gx_widget_client_get.c +++ b/common/src/gx_widget_client_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX draw functions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_client_get(GX_WIDGET *widget, GX_VALUE width, GX_RECTANGLE *return_size) { diff --git a/common/src/gx_widget_client_index_get.c b/common/src/gx_widget_client_index_get.c index 47cdeac55..3f7bcd975 100644 --- a/common/src/gx_widget_client_index_get.c +++ b/common/src/gx_widget_client_index_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* _gx_vertical_list_slide_back_check */ /* _gx_vertical_list_up_wrap */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ INT _gx_widget_client_index_get(GX_WIDGET *parent, GX_WIDGET *child) { diff --git a/common/src/gx_widget_clipping_update.c b/common/src/gx_widget_clipping_update.c index 4b04dff80..c15bef531 100644 --- a/common/src/gx_widget_clipping_update.c +++ b/common/src/gx_widget_clipping_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* GUIX Internal Code */ /* GUIX application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_clipping_update(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_color_get.c b/common/src/gx_widget_color_get.c index 141917d81..57c75637e 100644 --- a/common/src/gx_widget_color_get.c +++ b/common/src/gx_widget_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_color_get(GX_WIDGET *widget, GX_RESOURCE_ID color_id, GX_COLOR *return_color) { diff --git a/common/src/gx_widget_context_fill_set.c b/common/src/gx_widget_context_fill_set.c index 5fb0ece06..ca493f4bf 100644 --- a/common/src/gx_widget_context_fill_set.c +++ b/common/src/gx_widget_context_fill_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_context_fill_set(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_create.c b/common/src/gx_widget_create.c index ee9512c62..868b46cdf 100644 --- a/common/src/gx_widget_create.c +++ b/common/src/gx_widget_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,23 +60,15 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Lock access to GUIX */ +/* GX_ENTER_CRITICAL Lock access to GUIX */ /* _gx_widget_link Link a widget to parent */ -/* _gx_system_unlock Release the protection */ +/* GX_EXIT_CRITICAL Release the protection */ /* */ /* CALLED BY */ /* */ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_create(GX_WIDGET *widget, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_widget_created_test.c b/common/src/gx_widget_created_test.c index acfb04c69..3a541008e 100644 --- a/common/src/gx_widget_created_test.c +++ b/common/src/gx_widget_created_test.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* GUIX application code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_created_test(GX_WIDGET *widget, GX_BOOL *return_test) { diff --git a/common/src/gx_widget_delete.c b/common/src/gx_widget_delete.c index a76f3d635..63176b39a 100644 --- a/common/src/gx_widget_delete.c +++ b/common/src/gx_widget_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,16 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed private string */ -/* delete, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_widget_delete_helper(GX_WIDGET *widget) { @@ -138,23 +129,16 @@ GX_EVENT delete_event; /* */ /* CALLS */ /* */ -/* _gx_system_lock Lock access to GUIX */ +/* GX_ENTER_CRITICAL Lock access to GUIX */ /* _gx_widget_delete_helper Safely delete widget instance */ /* _gx_widget_free Free memory owned by widget */ +/* GX_EXIT_CRITICAL Release the protection */ /* */ /* CALLED BY */ /* */ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_delete(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_detach.c b/common/src/gx_widget_detach.c index ac2a64dcf..3aac9e0ca 100644 --- a/common/src/gx_widget_detach.c +++ b/common/src/gx_widget_detach.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -53,24 +54,16 @@ /* */ /* CALLS */ /* */ -/* _gx_system_lock Lock access to GUIX */ +/* GX_ENTER_CRITICAL Lock access to GUIX */ /* _gx_widget_hide Hide the widget */ /* _gx_widget_unlink Unlink the widget */ -/* _gx_system_unlock Release the protection */ +/* GX_EXIT_CRITICAL Release the protection */ /* */ /* CALLED BY */ /* */ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_detach(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_draw.c b/common/src/gx_widget_draw.c index 5d6a3ec71..f34982b4c 100644 --- a/common/src/gx_widget_draw.c +++ b/common/src/gx_widget_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_draw(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_draw_set.c b/common/src/gx_widget_draw_set.c index dc24ef780..a8748ec4d 100644 --- a/common/src/gx_widget_draw_set.c +++ b/common/src/gx_widget_draw_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_draw_set(GX_WIDGET *widget, VOID (*draw_func)(GX_WIDGET *)) { diff --git a/common/src/gx_widget_event_generate.c b/common/src/gx_widget_event_generate.c index 4f88237b2..b306df5d5 100644 --- a/common/src/gx_widget_event_generate.c +++ b/common/src/gx_widget_event_generate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_event_generate(GX_WIDGET *widget, USHORT event_type, LONG value) { diff --git a/common/src/gx_widget_event_process.c b/common/src/gx_widget_event_process.c index 8f271b83a..694acbdf6 100644 --- a/common/src/gx_widget_event_process.c +++ b/common/src/gx_widget_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* _gx_widget_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_widget_children_show_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) { @@ -158,26 +151,6 @@ GX_WIDGET *end = GX_NULL; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* added new event entries, */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* avoid pass widget delete */ -/* event to parent, */ -/* resulting in version 6.1.3 */ -/* 04-25-2022 Ting Zhu Modified comment(s), modified */ -/* system input release logic */ -/* on widget hide event, */ -/* resulting in version 6.1.11 */ -/* 12-31-2023 Ting Zhu Modified comment(s), */ -/* improved focus lose logic, */ -/* resulting in version 6.4.0 */ -/* */ /**************************************************************************/ UINT _gx_widget_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) { diff --git a/common/src/gx_widget_event_process_set.c b/common/src/gx_widget_event_process_set.c index cce23d5ee..db5b4e46f 100644 --- a/common/src/gx_widget_event_process_set.c +++ b/common/src/gx_widget_event_process_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_event_process_set(GX_WIDGET *widget, UINT (*event_processing_function)(GX_WIDGET *, GX_EVENT *)) { diff --git a/common/src/gx_widget_event_to_parent.c b/common/src/gx_widget_event_to_parent.c index f6ca30f15..5eb4ed76a 100644 --- a/common/src/gx_widget_event_to_parent.c +++ b/common/src/gx_widget_event_to_parent.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_event_to_parent(GX_WIDGET *widget, GX_EVENT *event_ptr) { diff --git a/common/src/gx_widget_fill_color_set.c b/common/src/gx_widget_fill_color_set.c index ae6f75de0..bdd3bc847 100644 --- a/common/src/gx_widget_fill_color_set.c +++ b/common/src/gx_widget_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_fill_color_set(GX_WIDGET *widget, GX_RESOURCE_ID normal_color, diff --git a/common/src/gx_widget_find.c b/common/src/gx_widget_find.c index 470f7600c..edbbbaefa 100644 --- a/common/src/gx_widget_find.c +++ b/common/src/gx_widget_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_widget) { diff --git a/common/src/gx_widget_first_child_get.c b/common/src/gx_widget_first_child_get.c index 7ccec7dc8..9a91efd14 100644 --- a/common/src/gx_widget_first_child_get.c +++ b/common/src/gx_widget_first_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_first_child_get(GX_WIDGET *parent, GX_WIDGET **child_return) { diff --git a/common/src/gx_widget_first_client_child_get.c b/common/src/gx_widget_first_client_child_get.c index a227ee516..f3098e555 100644 --- a/common/src/gx_widget_first_client_child_get.c +++ b/common/src/gx_widget_first_client_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* _gx_vertical_list_slide_back_check */ /* _gx_vertical_list_up_wrap */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_first_client_child_get(GX_WIDGET *parent) { @@ -116,12 +109,6 @@ GX_WIDGET *test = parent -> gx_widget_first_child; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_first_visible_client_child_get(GX_WIDGET *parent) { diff --git a/common/src/gx_widget_focus_next.c b/common/src/gx_widget_focus_next.c index e299ee629..e2ac3a161 100644 --- a/common/src/gx_widget_focus_next.c +++ b/common/src/gx_widget_focus_next.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_focus_next(GX_WIDGET *start) { diff --git a/common/src/gx_widget_focus_previous.c b/common/src/gx_widget_focus_previous.c index eea673abd..f9b5c0044 100644 --- a/common/src/gx_widget_focus_previous.c +++ b/common/src/gx_widget_focus_previous.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_focus_previous(GX_WIDGET *start) { diff --git a/common/src/gx_widget_font_get.c b/common/src/gx_widget_font_get.c index bac568d9b..8703ef066 100644 --- a/common/src/gx_widget_font_get.c +++ b/common/src/gx_widget_font_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX default drawing functions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_font_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_FONT **return_font) { diff --git a/common/src/gx_widget_free.c b/common/src/gx_widget_free.c index 930bfb116..9f9d60fd8 100644 --- a/common/src/gx_widget_free.c +++ b/common/src/gx_widget_free.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_free(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_front_move.c b/common/src/gx_widget_front_move.c index df04d1653..f06dd9bf7 100644 --- a/common/src/gx_widget_front_move.c +++ b/common/src/gx_widget_front_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_front_move(GX_WIDGET *widget, GX_BOOL *return_moved) { diff --git a/common/src/gx_widget_height_get.c b/common/src/gx_widget_height_get.c index bfb6af821..3533249d0 100644 --- a/common/src/gx_widget_height_get.c +++ b/common/src/gx_widget_height_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_height_get(GX_WIDGET *widget, GX_VALUE *return_height) { diff --git a/common/src/gx_widget_hide.c b/common/src/gx_widget_hide.c index 4b222a041..513f178bf 100644 --- a/common/src/gx_widget_hide.c +++ b/common/src/gx_widget_hide.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_hide(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_last_child_get.c b/common/src/gx_widget_last_child_get.c index b2b4ff5a8..0a920fb36 100644 --- a/common/src/gx_widget_last_child_get.c +++ b/common/src/gx_widget_last_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_last_child_get(GX_WIDGET *parent, GX_WIDGET **child_return) { diff --git a/common/src/gx_widget_last_client_child_get.c b/common/src/gx_widget_last_client_child_get.c index c8d56d2d1..eab15d7a1 100644 --- a/common/src/gx_widget_last_client_child_get.c +++ b/common/src/gx_widget_last_client_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* _gx_vertical_list_slide_back_check */ /* _gx_vertical_list_up_wrap */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_last_client_child_get(GX_WIDGET *parent) { @@ -112,12 +105,6 @@ GX_WIDGET *test = parent -> gx_widget_last_child; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_last_visible_client_child_get(GX_WIDGET *parent) { diff --git a/common/src/gx_widget_link.c b/common/src/gx_widget_link.c index fba8898cb..c918919a5 100644 --- a/common/src/gx_widget_link.c +++ b/common/src/gx_widget_link.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_link(GX_WIDGET *parent, GX_WIDGET *widget) { diff --git a/common/src/gx_widget_nav_order_initialize.c b/common/src/gx_widget_nav_order_initialize.c index dd0a32857..5e6e84ad3 100644 --- a/common/src/gx_widget_nav_order_initialize.c +++ b/common/src/gx_widget_nav_order_initialize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_nav_order_initialize(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_next_client_child_get.c b/common/src/gx_widget_next_client_child_get.c index 188b1ac10..6adcf67af 100644 --- a/common/src/gx_widget_next_client_child_get.c +++ b/common/src/gx_widget_next_client_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* _gx_vertical_list_slide_back_check */ /* _gx_vertical_list_up_wrap */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_next_client_child_get(GX_WIDGET *start) { @@ -121,12 +114,6 @@ GX_WIDGET *child = start -> gx_widget_next; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_next_visible_client_child_get(GX_WIDGET *start) { diff --git a/common/src/gx_widget_next_sibling_get.c b/common/src/gx_widget_next_sibling_get.c index c0d6b4f76..6d14a640b 100644 --- a/common/src/gx_widget_next_sibling_get.c +++ b/common/src/gx_widget_next_sibling_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_next_sibling_get(GX_WIDGET *current, GX_WIDGET **sibling_return) { diff --git a/common/src/gx_widget_parent_get.c b/common/src/gx_widget_parent_get.c index eb199218f..cf301a4c6 100644 --- a/common/src/gx_widget_parent_get.c +++ b/common/src/gx_widget_parent_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_parent_get(GX_WIDGET *current, GX_WIDGET **parent_return) { diff --git a/common/src/gx_widget_pixelmap_get.c b/common/src/gx_widget_pixelmap_get.c index bfbab5f43..700d8905e 100644 --- a/common/src/gx_widget_pixelmap_get.c +++ b/common/src/gx_widget_pixelmap_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* _gx_icon_pixelmap_update Update pixelmap in an icon */ /* _gx_pixelmap_slider_pixelmap_update Update pixelmap in slider */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) { diff --git a/common/src/gx_widget_previous_sibling_get.c b/common/src/gx_widget_previous_sibling_get.c index b52e4c5c2..e50d45018 100644 --- a/common/src/gx_widget_previous_sibling_get.c +++ b/common/src/gx_widget_previous_sibling_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_previous_sibling_get(GX_WIDGET *current, GX_WIDGET **sibling_return) { diff --git a/common/src/gx_widget_resize.c b/common/src/gx_widget_resize.c index 06bfce4cf..a7f30652a 100644 --- a/common/src/gx_widget_resize.c +++ b/common/src/gx_widget_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_resize(GX_WIDGET *widget, GX_RECTANGLE *new_size) { diff --git a/common/src/gx_widget_scroll_shift.c b/common/src/gx_widget_scroll_shift.c index a56dbdc27..a8b4a07c4 100644 --- a/common/src/gx_widget_scroll_shift.c +++ b/common/src/gx_widget_scroll_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* _gx_widget_scroll_shift */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_widget_scroll_shift_helper(GX_WIDGET *widget, INT xShift, INT yShift) { @@ -128,14 +121,6 @@ GX_WINDOW *win; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_scroll_shift(GX_WIDGET *widget, INT xShift, INT yShift, GX_BOOL clip) { diff --git a/common/src/gx_widget_shift.c b/common/src/gx_widget_shift.c index ae5b4184c..765c8571e 100644 --- a/common/src/gx_widget_shift.c +++ b/common/src/gx_widget_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ /* */ /* _gx_widget_shift */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ static VOID _gx_widget_shift_helper(GX_WIDGET *widget, GX_VALUE x_shift, GX_VALUE y_shift, GX_BOOL mark_dirty) { @@ -161,14 +154,6 @@ GX_EVENT new_event; /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_shift(GX_WIDGET *widget, GX_VALUE x_shift, GX_VALUE y_shift, GX_BOOL mark_dirty) { diff --git a/common/src/gx_widget_show.c b/common/src/gx_widget_show.c index 59b01f5de..0d210bf4f 100644 --- a/common/src/gx_widget_show.c +++ b/common/src/gx_widget_show.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_show(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_status_add.c b/common/src/gx_widget_status_add.c index 31273fb94..ce0e58de8 100644 --- a/common/src/gx_widget_status_add.c +++ b/common/src/gx_widget_status_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_status_add(GX_WIDGET *widget, ULONG status) { diff --git a/common/src/gx_widget_status_get.c b/common/src/gx_widget_status_get.c index ed9a06473..7138ec2f8 100644 --- a/common/src/gx_widget_status_get.c +++ b/common/src/gx_widget_status_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_status_get(GX_WIDGET *widget, ULONG *return_status) { diff --git a/common/src/gx_widget_status_remove.c b/common/src/gx_widget_status_remove.c index 0c34f7862..e9fed4d0d 100644 --- a/common/src/gx_widget_status_remove.c +++ b/common/src/gx_widget_status_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_status_remove(GX_WIDGET *widget, ULONG status) { diff --git a/common/src/gx_widget_status_test.c b/common/src/gx_widget_status_test.c index 843c1aef2..17893d365 100644 --- a/common/src/gx_widget_status_test.c +++ b/common/src/gx_widget_status_test.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* GUIX application code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_status_test(GX_WIDGET *widget, ULONG status, GX_BOOL *return_test) { diff --git a/common/src/gx_widget_string_get.c b/common/src/gx_widget_string_get.c index 4c151be13..b2507ae17 100644 --- a/common/src/gx_widget_string_get.c +++ b/common/src/gx_widget_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_widget_string_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_CONST GX_CHAR **return_string) @@ -132,14 +125,6 @@ GX_DISPLAY *display; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_string_get_ext(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_STRING *return_string) { diff --git a/common/src/gx_widget_style_add.c b/common/src/gx_widget_style_add.c index ec91a155c..506f2b05e 100644 --- a/common/src/gx_widget_style_add.c +++ b/common/src/gx_widget_style_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_style_add(GX_WIDGET *widget, ULONG style) { diff --git a/common/src/gx_widget_style_get.c b/common/src/gx_widget_style_get.c index 6daaa2b8b..3df95f723 100644 --- a/common/src/gx_widget_style_get.c +++ b/common/src/gx_widget_style_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_style_get(GX_WIDGET *widget, ULONG *return_style) { diff --git a/common/src/gx_widget_style_remove.c b/common/src/gx_widget_style_remove.c index 3c17765fd..6c9963904 100644 --- a/common/src/gx_widget_style_remove.c +++ b/common/src/gx_widget_style_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_style_remove(GX_WIDGET *widget, ULONG style) { diff --git a/common/src/gx_widget_style_set.c b/common/src/gx_widget_style_set.c index fae6872dd..248cc196f 100644 --- a/common/src/gx_widget_style_set.c +++ b/common/src/gx_widget_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_style_set(GX_WIDGET *widget, ULONG style) { diff --git a/common/src/gx_widget_text_blend.c b/common/src/gx_widget_text_blend.c index aecde6aeb..09d3927fb 100644 --- a/common/src/gx_widget_text_blend.c +++ b/common/src/gx_widget_text_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gx_widget_text_blend(GX_WIDGET *widget, @@ -145,14 +138,6 @@ GX_STRING new_string; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_text_blend_ext(GX_WIDGET *widget, UINT tColor, UINT font_id, diff --git a/common/src/gx_widget_text_draw.c b/common/src/gx_widget_text_draw.c index 8f73895f4..27e5f7f1a 100644 --- a/common/src/gx_widget_text_draw.c +++ b/common/src/gx_widget_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) VOID _gx_widget_text_draw(GX_WIDGET *widget, @@ -138,16 +131,6 @@ GX_STRING string; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* removed dynamic bidi text */ -/* processing logic, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_text_draw_ext(GX_WIDGET *widget, diff --git a/common/src/gx_widget_text_id_draw.c b/common/src/gx_widget_text_id_draw.c index 36ce223f2..2473d0053 100644 --- a/common/src/gx_widget_text_id_draw.c +++ b/common/src/gx_widget_text_id_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_widget_text_id_draw(GX_WIDGET *widget, UINT tColor, UINT font_id, UINT text_id, diff --git a/common/src/gx_widget_top_visible_child_find.c b/common/src/gx_widget_top_visible_child_find.c index c1e861383..1cb9539d4 100644 --- a/common/src/gx_widget_top_visible_child_find.c +++ b/common/src/gx_widget_top_visible_child_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_top_visible_child_find(GX_WIDGET *parent, GX_WIDGET **child_return) { diff --git a/common/src/gx_widget_transparent_pixelmap_detect.c b/common/src/gx_widget_transparent_pixelmap_detect.c index 23ebcfdda..96afc2484 100644 --- a/common/src/gx_widget_transparent_pixelmap_detect.c +++ b/common/src/gx_widget_transparent_pixelmap_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gx_widget_transparent_pixelmap_detect(GX_WIDGET *widget, GX_RESOURCE_ID pixelmap_id) { diff --git a/common/src/gx_widget_type_find.c b/common/src/gx_widget_type_find.c index be82ed27c..05a62e459 100644 --- a/common/src/gx_widget_type_find.c +++ b/common/src/gx_widget_type_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_type_find(GX_WIDGET *parent, USHORT type, GX_WIDGET **return_widget) { diff --git a/common/src/gx_widget_unlink.c b/common/src/gx_widget_unlink.c index 07bcfec2e..e1be48cf2 100644 --- a/common/src/gx_widget_unlink.c +++ b/common/src/gx_widget_unlink.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_WIDGET *_gx_widget_unlink(GX_WIDGET *widget) { diff --git a/common/src/gx_widget_width_get.c b/common/src/gx_widget_width_get.c index c8cc837d5..9daa3ba69 100644 --- a/common/src/gx_widget_width_get.c +++ b/common/src/gx_widget_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_widget_width_get(GX_WIDGET *widget, GX_VALUE *return_width) { diff --git a/common/src/gx_window_background_draw.c b/common/src/gx_window_background_draw.c index e61bd2e19..f0760808e 100644 --- a/common/src/gx_window_background_draw.c +++ b/common/src/gx_window_background_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_window_background_draw(GX_WINDOW *win) { diff --git a/common/src/gx_window_border_draw.c b/common/src/gx_window_border_draw.c index 2579024a6..ae4dcb9b6 100644 --- a/common/src/gx_window_border_draw.c +++ b/common/src/gx_window_border_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_window_border_draw(GX_WINDOW *win, GX_RESOURCE_ID fill_color) { diff --git a/common/src/gx_window_client_height_get.c b/common/src/gx_window_client_height_get.c index 9d91326e6..acd7c2b50 100644 --- a/common/src/gx_window_client_height_get.c +++ b/common/src/gx_window_client_height_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_client_height_get(GX_WINDOW *window, GX_VALUE *return_height) { diff --git a/common/src/gx_window_client_scroll.c b/common/src/gx_window_client_scroll.c index b62a4fd0c..0526090f7 100644 --- a/common/src/gx_window_client_scroll.c +++ b/common/src/gx_window_client_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_client_scroll(GX_WINDOW *window, GX_VALUE x_scroll, GX_VALUE y_scroll) { diff --git a/common/src/gx_window_client_width_get.c b/common/src/gx_window_client_width_get.c index 334aac66a..3be99f6a7 100644 --- a/common/src/gx_window_client_width_get.c +++ b/common/src/gx_window_client_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_client_width_get(GX_WINDOW *window, GX_VALUE *return_width) { diff --git a/common/src/gx_window_close.c b/common/src/gx_window_close.c index dfc7ea77a..fb6b852c0 100644 --- a/common/src/gx_window_close.c +++ b/common/src/gx_window_close.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_close(GX_WINDOW *window) { diff --git a/common/src/gx_window_create.c b/common/src/gx_window_create.c index b90a831f7..4f3f1edf6 100644 --- a/common/src/gx_window_create.c +++ b/common/src/gx_window_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,15 +70,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* fixed compiler warnings, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_create(GX_WINDOW *window, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT window_id, GX_CONST GX_RECTANGLE *size) diff --git a/common/src/gx_window_draw.c b/common/src/gx_window_draw.c index 8c7ee87d6..53434268a 100644 --- a/common/src/gx_window_draw.c +++ b/common/src/gx_window_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_window_draw(GX_WINDOW *win) { diff --git a/common/src/gx_window_event_process.c b/common/src/gx_window_event_process.c index bc3e7f85e..0a6adfcb8 100644 --- a/common/src/gx_window_event_process.c +++ b/common/src/gx_window_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_event_process(GX_WINDOW *window, GX_EVENT *event_ptr) { diff --git a/common/src/gx_window_execute.c b/common/src/gx_window_execute.c index 8ceedf10d..9d87d4bf0 100644 --- a/common/src/gx_window_execute.c +++ b/common/src/gx_window_execute.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_execute(GX_WINDOW *window, ULONG *return_ptr) { diff --git a/common/src/gx_window_root_create.c b/common/src/gx_window_root_create.c index e12886edb..efbe43d6e 100644 --- a/common/src/gx_window_root_create.c +++ b/common/src/gx_window_root_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,17 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* updated the link logic, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gx_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, GX_CANVAS *canvas, ULONG style, USHORT Id, diff --git a/common/src/gx_window_root_delete.c b/common/src/gx_window_root_delete.c index b992b1175..813f720fe 100644 --- a/common/src/gx_window_root_delete.c +++ b/common/src/gx_window_root_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_root_delete(GX_WINDOW_ROOT *root_window) { diff --git a/common/src/gx_window_root_event_process.c b/common/src/gx_window_root_event_process.c index ac0630b2f..abdf46068 100644 --- a/common/src/gx_window_root_event_process.c +++ b/common/src/gx_window_root_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_root_event_process(GX_WINDOW_ROOT *win, GX_EVENT *event_ptr) { diff --git a/common/src/gx_window_root_find.c b/common/src/gx_window_root_find.c index 69f6e8073..8eb81cf1a 100644 --- a/common/src/gx_window_root_find.c +++ b/common/src/gx_window_root_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_root_find(GX_WIDGET *widget, GX_WINDOW_ROOT **return_root_window) { diff --git a/common/src/gx_window_scroll.c b/common/src/gx_window_scroll.c index add98fd8b..950ae71a5 100644 --- a/common/src/gx_window_scroll.c +++ b/common/src/gx_window_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_scroll(GX_WINDOW *window, GX_VALUE x_scroll, GX_VALUE y_scroll) { diff --git a/common/src/gx_window_scroll_info_get.c b/common/src/gx_window_scroll_info_get.c index 5ded1bd77..c70966ae6 100644 --- a/common/src/gx_window_scroll_info_get.c +++ b/common/src/gx_window_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_scroll_info_get(GX_WINDOW *window, ULONG type, GX_SCROLL_INFO *return_scroll_info) { diff --git a/common/src/gx_window_scrollbar_find.c b/common/src/gx_window_scrollbar_find.c index f194b6994..73c4307c1 100644 --- a/common/src/gx_window_scrollbar_find.c +++ b/common/src/gx_window_scrollbar_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_scrollbar_find(GX_WINDOW *window, USHORT type, GX_SCROLLBAR **return_scrollbar) { diff --git a/common/src/gx_window_view_update_detect.c b/common/src/gx_window_view_update_detect.c index 01daa69e8..29628727e 100644 --- a/common/src/gx_window_view_update_detect.c +++ b/common/src/gx_window_view_update_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ VOID _gx_window_view_update_detect(GX_WINDOW *window) { diff --git a/common/src/gx_window_wallpaper_get.c b/common/src/gx_window_wallpaper_get.c index f4c1278ca..838d96142 100644 --- a/common/src/gx_window_wallpaper_get.c +++ b/common/src/gx_window_wallpaper_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_wallpaper_get(GX_WINDOW *window, GX_RESOURCE_ID *return_wallpaper_id) { diff --git a/common/src/gx_window_wallpaper_set.c b/common/src/gx_window_wallpaper_set.c index 71c392335..d61d1eba0 100644 --- a/common/src/gx_window_wallpaper_set.c +++ b/common/src/gx_window_wallpaper_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gx_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, GX_BOOL tile) { diff --git a/common/src/gxe_accordion_menu_create.c b/common/src/gxe_accordion_menu_create.c index 6f5534221..b7fc2857c 100644 --- a/common/src/gxe_accordion_menu_create.c +++ b/common/src/gxe_accordion_menu_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_accordion_menu_create(GX_ACCORDION_MENU *accordion, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT accordion_menu_id, GX_CONST GX_RECTANGLE *size, UINT control_block_size) diff --git a/common/src/gxe_accordion_menu_event_process.c b/common/src/gxe_accordion_menu_event_process.c index fd152d494..942ac7153 100644 --- a/common/src/gxe_accordion_menu_event_process.c +++ b/common/src/gxe_accordion_menu_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_accordion_menu_event_process(GX_ACCORDION_MENU *accordion, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_accordion_menu_position.c b/common/src/gxe_accordion_menu_position.c index 9b9001dcd..7cf00e42f 100644 --- a/common/src/gxe_accordion_menu_position.c +++ b/common/src/gxe_accordion_menu_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_accordion_menu_position(GX_ACCORDION_MENU *accordion) { diff --git a/common/src/gxe_animation_canvas_define.c b/common/src/gxe_animation_canvas_define.c index 500039076..346ddc02a 100644 --- a/common/src/gxe_animation_canvas_define.c +++ b/common/src/gxe_animation_canvas_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,15 +64,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_canvas_define(GX_ANIMATION *animation, GX_CANVAS *canvas) { UINT status = GX_SUCCESS; @@ -103,4 +97,4 @@ ULONG required_size; /* Return completion status code. */ return(status); } - +#endif diff --git a/common/src/gxe_animation_create.c b/common/src/gxe_animation_create.c index 105d228bb..791d1961c 100644 --- a/common/src/gxe_animation_create.c +++ b/common/src/gxe_animation_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,15 +58,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_create(GX_ANIMATION *animation) { UINT status; @@ -87,4 +81,4 @@ UINT status; /* Return completion status. */ return(status); } - +#endif diff --git a/common/src/gxe_animation_delete.c b/common/src/gxe_animation_delete.c index 7e5b9e00b..52406b1f4 100644 --- a/common/src/gxe_animation_delete.c +++ b/common/src/gxe_animation_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,13 +63,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_delete(GX_ANIMATION *target, GX_WIDGET *parent) { /* Check for appropriate caller. */ @@ -81,4 +77,4 @@ UINT _gxe_animation_delete(GX_ANIMATION *target, GX_WIDGET *parent) return _gx_animation_delete(target, parent); } - +#endif diff --git a/common/src/gxe_animation_drag_disable.c b/common/src/gxe_animation_drag_disable.c index 98644e4ad..e1117b241 100644 --- a/common/src/gxe_animation_drag_disable.c +++ b/common/src/gxe_animation_drag_disable.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,15 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_drag_disable(GX_ANIMATION *animation, GX_WIDGET *widget) { /* Check for appropriate caller. */ @@ -92,4 +86,4 @@ UINT _gxe_animation_drag_disable(GX_ANIMATION *animation, GX_WIDGET *widget) return _gx_animation_drag_disable(animation, widget); } - +#endif diff --git a/common/src/gxe_animation_drag_enable.c b/common/src/gxe_animation_drag_enable.c index 2a76116bd..d02323a25 100644 --- a/common/src/gxe_animation_drag_enable.c +++ b/common/src/gxe_animation_drag_enable.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,15 +64,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_drag_enable(GX_ANIMATION *animation, GX_WIDGET *widget, GX_ANIMATION_INFO *info) { /* Check for invalid pointer. */ @@ -107,4 +101,4 @@ UINT _gxe_animation_drag_enable(GX_ANIMATION *animation, GX_WIDGET *widget, GX_A return(_gx_animation_drag_enable(animation, widget, info)); } - +#endif diff --git a/common/src/gxe_animation_landing_speed_set.c b/common/src/gxe_animation_landing_speed_set.c index 96c1cdfdb..46381b5b4 100644 --- a/common/src/gxe_animation_landing_speed_set.c +++ b/common/src/gxe_animation_landing_speed_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,15 +62,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_step) { /* Check for invalid input pointers. */ @@ -85,4 +79,4 @@ UINT _gxe_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_ return _gx_animation_landing_speed_set(animation, shift_per_step); } - +#endif diff --git a/common/src/gxe_animation_start.c b/common/src/gxe_animation_start.c index d47f9e243..dfaa54cc4 100644 --- a/common/src/gxe_animation_start.c +++ b/common/src/gxe_animation_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,21 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* removed unnecessary check, */ -/* resulting in version 6.1.7 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added caller check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_start(GX_ANIMATION *animation, GX_ANIMATION_INFO *info) { /* Check for appropriate caller. */ @@ -120,4 +108,4 @@ UINT _gxe_animation_start(GX_ANIMATION *animation, GX_ANIMATION_INFO *info) return(_gx_animation_start(animation, info)); } - +#endif diff --git a/common/src/gxe_animation_stop.c b/common/src/gxe_animation_stop.c index 35a2d392d..66eb3cb51 100644 --- a/common/src/gxe_animation_stop.c +++ b/common/src/gxe_animation_stop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,15 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ +#if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_animation_stop(GX_ANIMATION *animation) { /* Check for appropriate caller. */ @@ -90,4 +84,4 @@ UINT _gxe_animation_stop(GX_ANIMATION *animation) return _gx_animation_stop(animation); } - +#endif diff --git a/common/src/gxe_binres_font_load.c b/common/src/gxe_binres_font_load.c index 3e2f1cfcb..fdb425a03 100644 --- a/common/src/gxe_binres_font_load.c +++ b/common/src/gxe_binres_font_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,13 +70,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ +#ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gxe_binres_font_load(GX_UBYTE *root_address, UINT font_index, GX_UBYTE *buffer, ULONG *buffer_size) { if (root_address == GX_NULL || buffer == GX_NULL || buffer_size == GX_NULL) @@ -85,4 +81,4 @@ UINT _gxe_binres_font_load(GX_UBYTE *root_address, UINT font_index, GX_UBYTE *bu return _gx_binres_font_load(root_address, font_index, buffer, buffer_size); } - +#endif diff --git a/common/src/gxe_binres_language_count_get.c b/common/src/gxe_binres_language_count_get.c index 9d32249eb..4b84bcf11 100644 --- a/common/src/gxe_binres_language_count_get.c +++ b/common/src/gxe_binres_language_count_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gxe_binres_language_count_get(GX_UBYTE *root_address, GX_VALUE *put_count) diff --git a/common/src/gxe_binres_language_info_load.c b/common/src/gxe_binres_language_info_load.c index 541e85021..140741af0 100644 --- a/common/src/gxe_binres_language_info_load.c +++ b/common/src/gxe_binres_language_info_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gxe_binres_language_info_load(GX_UBYTE *root_address, GX_LANGUAGE_HEADER *put_info) diff --git a/common/src/gxe_binres_language_table_load.c b/common/src/gxe_binres_language_table_load.c index fde3e9608..cb9f512a6 100644 --- a/common/src/gxe_binres_language_table_load.c +++ b/common/src/gxe_binres_language_table_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT #ifdef GX_ENABLE_DEPRECATED_STRING_API @@ -132,14 +125,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gxe_binres_language_table_load_ext(GX_UBYTE *root_address, GX_STRING ***returned_language_table) diff --git a/common/src/gxe_binres_pixelmap_load.c b/common/src/gxe_binres_pixelmap_load.c index 10f106d55..17bdcd5e1 100644 --- a/common/src/gxe_binres_pixelmap_load.c +++ b/common/src/gxe_binres_pixelmap_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,13 +65,8 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-31-2023 Ting Zhu Initial Version 6.3.0 */ -/* */ /**************************************************************************/ +#ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gxe_binres_pixelmap_load(GX_UBYTE *root_address, UINT map_index, GX_PIXELMAP *pixelmap) { if (root_address == GX_NULL || pixelmap == GX_NULL) @@ -80,4 +76,4 @@ UINT _gxe_binres_pixelmap_load(GX_UBYTE *root_address, UINT map_index, GX_PIXELM return _gx_binres_pixelmap_load(root_address, map_index, pixelmap); } - +#endif diff --git a/common/src/gxe_binres_theme_load.c b/common/src/gxe_binres_theme_load.c index 55dec6a39..295c89558 100644 --- a/common/src/gxe_binres_theme_load.c +++ b/common/src/gxe_binres_theme_load.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT UINT _gxe_binres_theme_load(GX_UBYTE *root_address, INT theme_id, GX_THEME **returned_theme) diff --git a/common/src/gxe_brush_default.c b/common/src/gxe_brush_default.c index 473a1241c..934d79f0c 100644 --- a/common/src/gxe_brush_default.c +++ b/common/src/gxe_brush_default.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_brush_default(GX_BRUSH *brush) { diff --git a/common/src/gxe_brush_define.c b/common/src/gxe_brush_define.c index eb2e5a639..1e773e979 100644 --- a/common/src/gxe_brush_define.c +++ b/common/src/gxe_brush_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style) { diff --git a/common/src/gxe_button_create.c b/common/src/gxe_button_create.c index 782028023..0bfcc2338 100644 --- a/common/src/gxe_button_create.c +++ b/common/src/gxe_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT button_id, GX_CONST GX_RECTANGLE *size, UINT button_control_block_size) diff --git a/common/src/gxe_button_deselect.c b/common/src/gxe_button_deselect.c index 083968f92..45471cf77 100644 --- a/common/src/gxe_button_deselect.c +++ b/common/src/gxe_button_deselect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_button_deselect(GX_BUTTON *button, GX_BOOL gen_event) { diff --git a/common/src/gxe_button_event_process.c b/common/src/gxe_button_event_process.c index c8fb100b8..518122cb4 100644 --- a/common/src/gxe_button_event_process.c +++ b/common/src/gxe_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_button_event_process(GX_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_button_select.c b/common/src/gxe_button_select.c index 638bac7f5..f53a189eb 100644 --- a/common/src/gxe_button_select.c +++ b/common/src/gxe_button_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_button_select(GX_BUTTON *button) { diff --git a/common/src/gxe_canvas_alpha_set.c b/common/src/gxe_canvas_alpha_set.c index fdaffebc3..26a72a8df 100644 --- a/common/src/gxe_canvas_alpha_set.c +++ b/common/src/gxe_canvas_alpha_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_alpha_set(GX_CANVAS *canvas, GX_UBYTE alpha) { diff --git a/common/src/gxe_canvas_arc_draw.c b/common/src/gxe_canvas_arc_draw.c index aa3f61b59..f5b62a11a 100644 --- a/common/src/gxe_canvas_arc_draw.c +++ b/common/src/gxe_canvas_arc_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_arc_draw(INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { diff --git a/common/src/gxe_canvas_block_move.c b/common/src/gxe_canvas_block_move.c index 7d1421377..97023ae70 100644 --- a/common/src/gxe_canvas_block_move.c +++ b/common/src/gxe_canvas_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_block_move(GX_RECTANGLE *block, GX_VALUE x_shift, GX_VALUE y_shift, GX_RECTANGLE *dirty) { diff --git a/common/src/gxe_canvas_circle_draw.c b/common/src/gxe_canvas_circle_draw.c index e4b4b1e4d..a3498d1ee 100644 --- a/common/src/gxe_canvas_circle_draw.c +++ b/common/src/gxe_canvas_circle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_circle_draw(INT xcenter, INT ycenter, UINT r) { diff --git a/common/src/gxe_canvas_create.c b/common/src/gxe_canvas_create.c index 8ab2610cd..baff58e4c 100644 --- a/common/src/gxe_canvas_create.c +++ b/common/src/gxe_canvas_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,18 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), verify */ -/* the memory size only when */ -/* memory_area is provided, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_create(GX_CANVAS *canvas, GX_CONST GX_CHAR *name, GX_DISPLAY *display, UINT type, UINT width, UINT height, GX_COLOR *memory_area, ULONG memory_size, diff --git a/common/src/gxe_canvas_delete.c b/common/src/gxe_canvas_delete.c index 364a0af21..ce68cfab6 100644 --- a/common/src/gxe_canvas_delete.c +++ b/common/src/gxe_canvas_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_delete(GX_CANVAS *canvas) { diff --git a/common/src/gxe_canvas_drawing_complete.c b/common/src/gxe_canvas_drawing_complete.c index f9c4ada76..b874b1fe0 100644 --- a/common/src/gxe_canvas_drawing_complete.c +++ b/common/src/gxe_canvas_drawing_complete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_drawing_complete(GX_CANVAS *canvas, GX_BOOL flush) { diff --git a/common/src/gxe_canvas_drawing_initiate.c b/common/src/gxe_canvas_drawing_initiate.c index 3f2a5f6c7..ea69205ab 100644 --- a/common/src/gxe_canvas_drawing_initiate.c +++ b/common/src/gxe_canvas_drawing_initiate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_drawing_initiate(GX_CANVAS *canvas, GX_WIDGET *who, GX_RECTANGLE *dirty_area) { diff --git a/common/src/gxe_canvas_ellipse_draw.c b/common/src/gxe_canvas_ellipse_draw.c index 3e08dcf5b..ccbaa22df 100644 --- a/common/src/gxe_canvas_ellipse_draw.c +++ b/common/src/gxe_canvas_ellipse_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_ellipse_draw(INT xcenter, INT ycenter, INT a, INT b) { diff --git a/common/src/gxe_canvas_hardware_layer_bind.c b/common/src/gxe_canvas_hardware_layer_bind.c index 4ca2750b6..4ac570fdf 100644 --- a/common/src/gxe_canvas_hardware_layer_bind.c +++ b/common/src/gxe_canvas_hardware_layer_bind.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_hardware_layer_bind(GX_CANVAS *canvas, INT layer) { diff --git a/common/src/gxe_canvas_hide.c b/common/src/gxe_canvas_hide.c index c3090e951..f9c973bc3 100644 --- a/common/src/gxe_canvas_hide.c +++ b/common/src/gxe_canvas_hide.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_hide(GX_CANVAS *canvas) { diff --git a/common/src/gxe_canvas_line_draw.c b/common/src/gxe_canvas_line_draw.c index 365175e24..36b91e2f4 100644 --- a/common/src/gxe_canvas_line_draw.c +++ b/common/src/gxe_canvas_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_line_draw(GX_VALUE x_start, GX_VALUE y_start, GX_VALUE x_end, GX_VALUE y_end) { diff --git a/common/src/gxe_canvas_memory_define.c b/common/src/gxe_canvas_memory_define.c index 5ec8148b6..69d95043f 100644 --- a/common/src/gxe_canvas_memory_define.c +++ b/common/src/gxe_canvas_memory_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_memory_define(GX_CANVAS *canvas, GX_COLOR *memory, ULONG memsize) { diff --git a/common/src/gxe_canvas_mouse_define.c b/common/src/gxe_canvas_mouse_define.c index 8db44e2b0..963379db4 100644 --- a/common/src/gxe_canvas_mouse_define.c +++ b/common/src/gxe_canvas_mouse_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) UINT _gxe_canvas_mouse_define(GX_CANVAS *canvas, GX_MOUSE_CURSOR_INFO *info) diff --git a/common/src/gxe_canvas_mouse_hide.c b/common/src/gxe_canvas_mouse_hide.c index dd722b759..4d7087e36 100644 --- a/common/src/gxe_canvas_mouse_hide.c +++ b/common/src/gxe_canvas_mouse_hide.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) UINT _gxe_canvas_mouse_hide(GX_CANVAS *canvas) diff --git a/common/src/gxe_canvas_mouse_show.c b/common/src/gxe_canvas_mouse_show.c index bf5c9895c..0e6fbf13f 100644 --- a/common/src/gxe_canvas_mouse_show.c +++ b/common/src/gxe_canvas_mouse_show.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_MOUSE_SUPPORT) UINT _gxe_canvas_mouse_show(GX_CANVAS *canvas) diff --git a/common/src/gxe_canvas_offset_set.c b/common/src/gxe_canvas_offset_set.c index c18b7524b..50b720b87 100644 --- a/common/src/gxe_canvas_offset_set.c +++ b/common/src/gxe_canvas_offset_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_offset_set(GX_CANVAS *canvas, GX_VALUE x, GX_VALUE y) { diff --git a/common/src/gxe_canvas_pie_draw.c b/common/src/gxe_canvas_pie_draw.c index 8c580c9f0..95aa8ca28 100644 --- a/common/src/gxe_canvas_pie_draw.c +++ b/common/src/gxe_canvas_pie_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pie_draw(INT xcenter, INT ycenter, UINT r, INT start_angle, INT end_angle) { diff --git a/common/src/gxe_canvas_pixel_draw.c b/common/src/gxe_canvas_pixel_draw.c index 4cfb97cb1..87c6fa11f 100644 --- a/common/src/gxe_canvas_pixel_draw.c +++ b/common/src/gxe_canvas_pixel_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pixel_draw(GX_POINT position) { diff --git a/common/src/gxe_canvas_pixelmap_blend.c b/common/src/gxe_canvas_pixelmap_blend.c index 246e83f67..d61aa272d 100644 --- a/common/src/gxe_canvas_pixelmap_blend.c +++ b/common/src/gxe_canvas_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pixelmap_blend(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/common/src/gxe_canvas_pixelmap_draw.c b/common/src/gxe_canvas_pixelmap_draw.c index ea713ded8..bd01361c8 100644 --- a/common/src/gxe_canvas_pixelmap_draw.c +++ b/common/src/gxe_canvas_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pixelmap_draw(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap) { diff --git a/common/src/gxe_canvas_pixelmap_get.c b/common/src/gxe_canvas_pixelmap_get.c index 61de33b4c..55d2afe9e 100644 --- a/common/src/gxe_canvas_pixelmap_get.c +++ b/common/src/gxe_canvas_pixelmap_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pixelmap_get(GX_PIXELMAP *pixelmap) { diff --git a/common/src/gxe_canvas_pixelmap_rotate.c b/common/src/gxe_canvas_pixelmap_rotate.c index 1764fce48..fc6bd618b 100644 --- a/common/src/gxe_canvas_pixelmap_rotate.c +++ b/common/src/gxe_canvas_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pixelmap_rotate(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap, INT angle, INT rot_cx, INT rot_cy) diff --git a/common/src/gxe_canvas_pixelmap_tile.c b/common/src/gxe_canvas_pixelmap_tile.c index bfd6d64b8..120bfc5f4 100644 --- a/common/src/gxe_canvas_pixelmap_tile.c +++ b/common/src/gxe_canvas_pixelmap_tile.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_pixelmap_tile(GX_RECTANGLE *fill, GX_PIXELMAP *pixelmap) { diff --git a/common/src/gxe_canvas_polygon_draw.c b/common/src/gxe_canvas_polygon_draw.c index 61f75e80a..cc19825a0 100644 --- a/common/src/gxe_canvas_polygon_draw.c +++ b/common/src/gxe_canvas_polygon_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_polygon_draw(GX_POINT *point_array, INT number_of_points) { diff --git a/common/src/gxe_canvas_rectangle_draw.c b/common/src/gxe_canvas_rectangle_draw.c index e5abe2f80..1b82a9113 100644 --- a/common/src/gxe_canvas_rectangle_draw.c +++ b/common/src/gxe_canvas_rectangle_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_rectangle_draw(GX_RECTANGLE *rectangle) { diff --git a/common/src/gxe_canvas_rotated_text_draw.c b/common/src/gxe_canvas_rotated_text_draw.c index 61612263e..6a916bad4 100644 --- a/common/src/gxe_canvas_rotated_text_draw.c +++ b/common/src/gxe_canvas_rotated_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_canvas_rotated_text_draw(GX_CONST GX_CHAR *text, @@ -137,14 +130,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_rotated_text_draw_ext(GX_CONST GX_STRING *text, GX_VALUE xcenter, GX_VALUE ycenter, INT angle) { diff --git a/common/src/gxe_canvas_shift.c b/common/src/gxe_canvas_shift.c index fd40e7677..e6ded6e80 100644 --- a/common/src/gxe_canvas_shift.c +++ b/common/src/gxe_canvas_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_shift(GX_CANVAS *canvas, GX_VALUE x, GX_VALUE y) { diff --git a/common/src/gxe_canvas_show.c b/common/src/gxe_canvas_show.c index cc7574b52..aca977287 100644 --- a/common/src/gxe_canvas_show.c +++ b/common/src/gxe_canvas_show.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_show(GX_CANVAS *canvas) { diff --git a/common/src/gxe_canvas_text_draw.c b/common/src/gxe_canvas_text_draw.c index c196d28c5..361782400 100644 --- a/common/src/gxe_canvas_text_draw.c +++ b/common/src/gxe_canvas_text_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_canvas_text_draw(GX_VALUE x_start, GX_VALUE y_start, GX_CONST GX_CHAR *string, INT length) @@ -132,14 +125,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_text_draw_ext(GX_VALUE x_start, GX_VALUE y_start, GX_CONST GX_STRING *string) { @@ -212,12 +197,6 @@ UINT text_length = 0; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 04-25-2022 Ting Zhu Initial Version 6.1.11 */ -/* */ /**************************************************************************/ UINT _gxe_canvas_aligned_text_draw(GX_CONST GX_STRING *string, GX_RECTANGLE *rectangle, ULONG alignment) { diff --git a/common/src/gxe_checkbox_create.c b/common/src/gxe_checkbox_create.c index 18703c536..cec9bffa5 100644 --- a/common/src/gxe_checkbox_create.c +++ b/common/src/gxe_checkbox_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_checkbox_create(GX_CHECKBOX *checkbox, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT checkbox_id, diff --git a/common/src/gxe_checkbox_event_process.c b/common/src/gxe_checkbox_event_process.c index 6ada0529c..64875becc 100644 --- a/common/src/gxe_checkbox_event_process.c +++ b/common/src/gxe_checkbox_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_checkbox_event_process(GX_CHECKBOX *checkbox, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_checkbox_pixelmap_set.c b/common/src/gxe_checkbox_pixelmap_set.c index ac69796db..ed759194d 100644 --- a/common/src/gxe_checkbox_pixelmap_set.c +++ b/common/src/gxe_checkbox_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,17 +73,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added invalid widget check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gxe_checkbox_pixelmap_set(GX_CHECKBOX *checkbox, GX_RESOURCE_ID unchecked_id, diff --git a/common/src/gxe_checkbox_select.c b/common/src/gxe_checkbox_select.c index 6a2ceea71..3210b673f 100644 --- a/common/src/gxe_checkbox_select.c +++ b/common/src/gxe_checkbox_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_checkbox_select(GX_CHECKBOX *checkbox) { diff --git a/common/src/gxe_circular_gauge_angle_get.c b/common/src/gxe_circular_gauge_angle_get.c index 53908342f..a7b893e1e 100644 --- a/common/src/gxe_circular_gauge_angle_get.c +++ b/common/src/gxe_circular_gauge_angle_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_circular_gauge_angle_get(GX_CIRCULAR_GAUGE *circular_gauge, INT *angle) { diff --git a/common/src/gxe_circular_gauge_angle_set.c b/common/src/gxe_circular_gauge_angle_set.c index d521a9c37..d9749580b 100644 --- a/common/src/gxe_circular_gauge_angle_set.c +++ b/common/src/gxe_circular_gauge_angle_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_circular_gauge_angle_set(GX_CIRCULAR_GAUGE *circular_gauge, INT angle) { diff --git a/common/src/gxe_circular_gauge_animation_set.c b/common/src/gxe_circular_gauge_animation_set.c index 4c2c4fd29..c533f22a4 100644 --- a/common/src/gxe_circular_gauge_animation_set.c +++ b/common/src/gxe_circular_gauge_animation_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT steps, INT delay) diff --git a/common/src/gxe_circular_gauge_create.c b/common/src/gxe_circular_gauge_create.c index bbd84151b..841c8a0e1 100644 --- a/common/src/gxe_circular_gauge_create.c +++ b/common/src/gxe_circular_gauge_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_circular_gauge_create(GX_CIRCULAR_GAUGE *circular_gauge, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_circular_gauge_event_process.c b/common/src/gxe_circular_gauge_event_process.c index 1e3680608..dacf25d59 100644 --- a/common/src/gxe_circular_gauge_event_process.c +++ b/common/src/gxe_circular_gauge_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_circular_gauge_event_process(GX_CIRCULAR_GAUGE *gauge, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_context_brush_default.c b/common/src/gxe_context_brush_default.c index 4d0fe0a37..c2152b6f6 100644 --- a/common/src/gxe_context_brush_default.c +++ b/common/src/gxe_context_brush_default.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_default(GX_DRAW_CONTEXT *context) { diff --git a/common/src/gxe_context_brush_define.c b/common/src/gxe_context_brush_define.c index 5f0cb8b37..61d493580 100644 --- a/common/src/gxe_context_brush_define.c +++ b/common/src/gxe_context_brush_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT style) { diff --git a/common/src/gxe_context_brush_get.c b/common/src/gxe_context_brush_get.c index e8d4fdc51..1d2ae10b5 100644 --- a/common/src/gxe_context_brush_get.c +++ b/common/src/gxe_context_brush_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_get(GX_BRUSH **return_brush) { diff --git a/common/src/gxe_context_brush_pattern_set.c b/common/src/gxe_context_brush_pattern_set.c index 0ed5e2897..2c3151754 100644 --- a/common/src/gxe_context_brush_pattern_set.c +++ b/common/src/gxe_context_brush_pattern_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_pattern_set(ULONG pattern) { diff --git a/common/src/gxe_context_brush_set.c b/common/src/gxe_context_brush_set.c index d566df669..e7cf5ac41 100644 --- a/common/src/gxe_context_brush_set.c +++ b/common/src/gxe_context_brush_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_set(GX_BRUSH *brush) { diff --git a/common/src/gxe_context_brush_style_set.c b/common/src/gxe_context_brush_style_set.c index eb8353e22..a72608d69 100644 --- a/common/src/gxe_context_brush_style_set.c +++ b/common/src/gxe_context_brush_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_style_set(UINT style) { diff --git a/common/src/gxe_context_brush_width_set.c b/common/src/gxe_context_brush_width_set.c index 7c534a1f4..cddb4c79e 100644 --- a/common/src/gxe_context_brush_width_set.c +++ b/common/src/gxe_context_brush_width_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_brush_width_set(UINT width) { diff --git a/common/src/gxe_context_color_get.c b/common/src/gxe_context_color_get.c index fa8ea650d..2f48bb33f 100644 --- a/common/src/gxe_context_color_get.c +++ b/common/src/gxe_context_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_color_get(GX_RESOURCE_ID color_id, GX_COLOR *return_color) { diff --git a/common/src/gxe_context_fill_color_set.c b/common/src/gxe_context_fill_color_set.c index 16947f98a..a0b6a05bb 100644 --- a/common/src/gxe_context_fill_color_set.c +++ b/common/src/gxe_context_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_fill_color_set(GX_RESOURCE_ID fill_color_id) { diff --git a/common/src/gxe_context_font_get.c b/common/src/gxe_context_font_get.c index 3faf401a2..be4464fa2 100644 --- a/common/src/gxe_context_font_get.c +++ b/common/src/gxe_context_font_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_font_get(GX_RESOURCE_ID font_id, GX_FONT **return_font) { diff --git a/common/src/gxe_context_font_set.c b/common/src/gxe_context_font_set.c index cef2d89ea..640b52087 100644 --- a/common/src/gxe_context_font_set.c +++ b/common/src/gxe_context_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_font_set(GX_RESOURCE_ID font_id) { diff --git a/common/src/gxe_context_line_color_set.c b/common/src/gxe_context_line_color_set.c index 13ec21a9d..ec0875aa2 100644 --- a/common/src/gxe_context_line_color_set.c +++ b/common/src/gxe_context_line_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_line_color_set(GX_RESOURCE_ID line_color_id) { diff --git a/common/src/gxe_context_pixelmap_get.c b/common/src/gxe_context_pixelmap_get.c index e2d53eacb..e2932bce5 100644 --- a/common/src/gxe_context_pixelmap_get.c +++ b/common/src/gxe_context_pixelmap_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_pixelmap_get(GX_RESOURCE_ID pixelmap_id, GX_PIXELMAP **return_pixelmap) { diff --git a/common/src/gxe_context_pixelmap_set.c b/common/src/gxe_context_pixelmap_set.c index c5e4b514f..92d165dbd 100644 --- a/common/src/gxe_context_pixelmap_set.c +++ b/common/src/gxe_context_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_pixelmap_set(GX_RESOURCE_ID pixelmap_id) { diff --git a/common/src/gxe_context_raw_brush_define.c b/common/src/gxe_context_raw_brush_define.c index 1cdd2dd16..767481c45 100644 --- a/common/src/gxe_context_raw_brush_define.c +++ b/common/src/gxe_context_raw_brush_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style) { diff --git a/common/src/gxe_context_raw_fill_color_set.c b/common/src/gxe_context_raw_fill_color_set.c index 317fa0fa0..bb763ba66 100644 --- a/common/src/gxe_context_raw_fill_color_set.c +++ b/common/src/gxe_context_raw_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_raw_fill_color_set(GX_COLOR line_color) { diff --git a/common/src/gxe_context_raw_line_color_set.c b/common/src/gxe_context_raw_line_color_set.c index 48b4fab68..5a96e4969 100644 --- a/common/src/gxe_context_raw_line_color_set.c +++ b/common/src/gxe_context_raw_line_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_raw_line_color_set(GX_COLOR line_color) { diff --git a/common/src/gxe_context_string_get.c b/common/src/gxe_context_string_get.c index 1a70decb3..a068c31fa 100644 --- a/common/src/gxe_context_string_get.c +++ b/common/src/gxe_context_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_context_string_get(GX_RESOURCE_ID string_id, GX_CONST GX_CHAR **return_string) @@ -136,14 +129,6 @@ UINT status; /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_context_string_get_ext(GX_RESOURCE_ID string_id, GX_STRING *return_string) { diff --git a/common/src/gxe_display_active_language_set.c b/common/src/gxe_display_active_language_set.c index 1ae7fa6b7..b1ebc7dab 100644 --- a/common/src/gxe_display_active_language_set.c +++ b/common/src/gxe_display_active_language_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_active_language_set(GX_DISPLAY *display, GX_UBYTE language) { diff --git a/common/src/gxe_display_color_set.c b/common/src/gxe_display_color_set.c index 2fad8ffd3..11e1bce22 100644 --- a/common/src/gxe_display_color_set.c +++ b/common/src/gxe_display_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_color_set(GX_DISPLAY *display, GX_RESOURCE_ID resource_id, GX_COLOR new_color) { diff --git a/common/src/gxe_display_color_table_set.c b/common/src/gxe_display_color_table_set.c index f170e58c3..fe672e7e5 100644 --- a/common/src/gxe_display_color_table_set.c +++ b/common/src/gxe_display_color_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_color_table_set(GX_DISPLAY *display, GX_COLOR *color_table, INT number_of_colors) { diff --git a/common/src/gxe_display_create.c b/common/src/gxe_display_create.c index 0f65f5255..3bd661acd 100644 --- a/common/src/gxe_display_create.c +++ b/common/src/gxe_display_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_create(GX_DISPLAY *display, GX_CONST GX_CHAR *name, UINT (*display_driver_setup)(GX_DISPLAY *), diff --git a/common/src/gxe_display_delete.c b/common/src/gxe_display_delete.c index 0f6995ce8..94e40b7d2 100644 --- a/common/src/gxe_display_delete.c +++ b/common/src/gxe_display_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_delete(GX_DISPLAY *display, VOID (*display_driver_cleanup)(GX_DISPLAY *)) { diff --git a/common/src/gxe_display_font_table_set.c b/common/src/gxe_display_font_table_set.c index 91f941367..89f11b515 100644 --- a/common/src/gxe_display_font_table_set.c +++ b/common/src/gxe_display_font_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_font_table_set(GX_DISPLAY *display, GX_FONT **font_table, UINT number_of_fonts) { diff --git a/common/src/gxe_display_language_table_get.c b/common/src/gxe_display_language_table_get.c index 95ff699b1..000d3bacf 100644 --- a/common/src/gxe_display_language_table_get.c +++ b/common/src/gxe_display_language_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_display_language_table_get(GX_DISPLAY *display, @@ -130,14 +123,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_language_table_get_ext(GX_DISPLAY *display, GX_STRING ***table, GX_UBYTE *language_count, UINT *string_count) { diff --git a/common/src/gxe_display_language_table_set.c b/common/src/gxe_display_language_table_set.c index 6d419f20f..9aff8a623 100644 --- a/common/src/gxe_display_language_table_set.c +++ b/common/src/gxe_display_language_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_display_language_table_set(GX_DISPLAY *display, GX_CHAR ***language_table, @@ -141,14 +134,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_language_table_set_ext(GX_DISPLAY *display, GX_CONST GX_STRING **table, GX_UBYTE num_languages, UINT number_of_strings) { @@ -250,12 +235,6 @@ UINT string_length; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gxe_display_language_direction_table_set(GX_DISPLAY *display, GX_CONST GX_UBYTE *language_direction_table, GX_UBYTE num_languages) diff --git a/common/src/gxe_display_pixelmap_table_set.c b/common/src/gxe_display_pixelmap_table_set.c index e9700ccaa..015556cc6 100644 --- a/common/src/gxe_display_pixelmap_table_set.c +++ b/common/src/gxe_display_pixelmap_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_pixelmap_table_set(GX_DISPLAY *display, GX_PIXELMAP **pixelmap_table, UINT number_of_pixelmaps) { diff --git a/common/src/gxe_display_string_get.c b/common/src/gxe_display_string_get.c index 7b3019ecf..9d0aeec44 100644 --- a/common/src/gxe_display_string_get.c +++ b/common/src/gxe_display_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_display_string_get(GX_DISPLAY *display, GX_RESOURCE_ID string_id, GX_CONST GX_CHAR **return_string) @@ -124,14 +117,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_string_get_ext(GX_DISPLAY *display, GX_RESOURCE_ID string_id, GX_STRING *return_string) { diff --git a/common/src/gxe_display_string_table_get.c b/common/src/gxe_display_string_table_get.c index e3807b6b1..190ce8fa6 100644 --- a/common/src/gxe_display_string_table_get.c +++ b/common/src/gxe_display_string_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_display_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) @@ -134,14 +127,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_string_table_get_ext(GX_DISPLAY *display, GX_UBYTE language, GX_STRING **put_table, UINT *put_size) { diff --git a/common/src/gxe_display_theme_install.c b/common/src/gxe_display_theme_install.c index ab09502d0..803ca6dff 100644 --- a/common/src/gxe_display_theme_install.c +++ b/common/src/gxe_display_theme_install.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_display_theme_install(GX_DISPLAY *display, GX_CONST GX_THEME *theme_ptr) { diff --git a/common/src/gxe_drop_list_close.c b/common/src/gxe_drop_list_close.c index 26ab86227..562fd3c64 100644 --- a/common/src/gxe_drop_list_close.c +++ b/common/src/gxe_drop_list_close.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_drop_list_close(GX_DROP_LIST *drop_list) { diff --git a/common/src/gxe_drop_list_create.c b/common/src/gxe_drop_list_create.c index 3d5a6c43b..0681de3df 100644 --- a/common/src/gxe_drop_list_create.c +++ b/common/src/gxe_drop_list_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_drop_list_create(GX_DROP_LIST *drop_list, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, INT open_height, diff --git a/common/src/gxe_drop_list_event_process.c b/common/src/gxe_drop_list_event_process.c index e341293d6..d6eef6515 100644 --- a/common/src/gxe_drop_list_event_process.c +++ b/common/src/gxe_drop_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_drop_list_event_process(GX_DROP_LIST *list, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_drop_list_open.c b/common/src/gxe_drop_list_open.c index 0bee2401e..25ee1c097 100644 --- a/common/src/gxe_drop_list_open.c +++ b/common/src/gxe_drop_list_open.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_drop_list_open(GX_DROP_LIST *drop_list) { diff --git a/common/src/gxe_drop_list_pixelmap_set.c b/common/src/gxe_drop_list_pixelmap_set.c index 09d84c38d..f1ef8ff8d 100644 --- a/common/src/gxe_drop_list_pixelmap_set.c +++ b/common/src/gxe_drop_list_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_drop_list_pixelmap_set(GX_DROP_LIST *drop_list, GX_RESOURCE_ID id) { diff --git a/common/src/gxe_drop_list_popup_get.c b/common/src/gxe_drop_list_popup_get.c index 09c462429..520a864b5 100644 --- a/common/src/gxe_drop_list_popup_get.c +++ b/common/src/gxe_drop_list_popup_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_drop_list_popup_get(GX_DROP_LIST *drop_list, GX_VERTICAL_LIST **return_list) diff --git a/common/src/gxe_generic_scroll_wheel_children_position.c b/common/src/gxe_generic_scroll_wheel_children_position.c index ec90b1557..b48a9c70a 100644 --- a/common/src/gxe_generic_scroll_wheel_children_position.c +++ b/common/src/gxe_generic_scroll_wheel_children_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gxe_generic_scroll_wheel_children_position(GX_GENERIC_SCROLL_WHEEL *wheel) { diff --git a/common/src/gxe_generic_scroll_wheel_create.c b/common/src/gxe_generic_scroll_wheel_create.c index d3fd63dbb..1fc48584e 100644 --- a/common/src/gxe_generic_scroll_wheel_create.c +++ b/common/src/gxe_generic_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,12 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gxe_generic_scroll_wheel_create(GX_GENERIC_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, diff --git a/common/src/gxe_generic_scroll_wheel_event_process.c b/common/src/gxe_generic_scroll_wheel_event_process.c index 8f627e18b..fd86448a9 100644 --- a/common/src/gxe_generic_scroll_wheel_event_process.c +++ b/common/src/gxe_generic_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gxe_generic_scroll_wheel_event_process(GX_GENERIC_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_generic_scroll_wheel_row_height_set.c b/common/src/gxe_generic_scroll_wheel_row_height_set.c index 51e88a8c2..945617678 100644 --- a/common/src/gxe_generic_scroll_wheel_row_height_set.c +++ b/common/src/gxe_generic_scroll_wheel_row_height_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,12 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Kenneth Maxwell Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gxe_generic_scroll_wheel_row_height_set(GX_GENERIC_SCROLL_WHEEL *wheel, GX_VALUE row_height) { diff --git a/common/src/gxe_generic_scroll_wheel_total_rows_set.c b/common/src/gxe_generic_scroll_wheel_total_rows_set.c index 7abf0b0fb..f6a0d478c 100644 --- a/common/src/gxe_generic_scroll_wheel_total_rows_set.c +++ b/common/src/gxe_generic_scroll_wheel_total_rows_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* */ /**************************************************************************/ UINT _gxe_generic_scroll_wheel_total_rows_set(GX_GENERIC_SCROLL_WHEEL *wheel, INT total_rows) { diff --git a/common/src/gxe_horizontal_list_children_position.c b/common/src/gxe_horizontal_list_children_position.c index 83b96e4e7..245e4d458 100644 --- a/common/src/gxe_horizontal_list_children_position.c +++ b/common/src/gxe_horizontal_list_children_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_children_position(GX_HORIZONTAL_LIST *horizontal_list) { diff --git a/common/src/gxe_horizontal_list_create.c b/common/src/gxe_horizontal_list_create.c index 81698be56..aa9b94e13 100644 --- a/common/src/gxe_horizontal_list_create.c +++ b/common/src/gxe_horizontal_list_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_create(GX_HORIZONTAL_LIST *horizontal_list, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_horizontal_list_event_process.c b/common/src/gxe_horizontal_list_event_process.c index b55e252e9..027537649 100644 --- a/common/src/gxe_horizontal_list_event_process.c +++ b/common/src/gxe_horizontal_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_event_process(GX_HORIZONTAL_LIST *list, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_horizontal_list_page_index_set.c b/common/src/gxe_horizontal_list_page_index_set.c index f78cf3c2c..70d2a9034 100644 --- a/common/src/gxe_horizontal_list_page_index_set.c +++ b/common/src/gxe_horizontal_list_page_index_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_page_index_set(GX_HORIZONTAL_LIST *horizontal_list, INT list_entry) { diff --git a/common/src/gxe_horizontal_list_selected_index_get.c b/common/src/gxe_horizontal_list_selected_index_get.c index c9ead15df..692ca2ef0 100644 --- a/common/src/gxe_horizontal_list_selected_index_get.c +++ b/common/src/gxe_horizontal_list_selected_index_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_selected_index_get(GX_HORIZONTAL_LIST *horizontal_list, INT *return_index) diff --git a/common/src/gxe_horizontal_list_selected_set.c b/common/src/gxe_horizontal_list_selected_set.c index c9c355aaf..e85fd9c5d 100644 --- a/common/src/gxe_horizontal_list_selected_set.c +++ b/common/src/gxe_horizontal_list_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_selected_set(GX_HORIZONTAL_LIST *horizontal_list, INT index) { diff --git a/common/src/gxe_horizontal_list_selected_widget_get.c b/common/src/gxe_horizontal_list_selected_widget_get.c index 77b64f977..92d9d4c60 100644 --- a/common/src/gxe_horizontal_list_selected_widget_get.c +++ b/common/src/gxe_horizontal_list_selected_widget_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_selected_widget_get(GX_HORIZONTAL_LIST *horizontal_list, GX_WIDGET **return_list_entry) diff --git a/common/src/gxe_horizontal_list_total_columns_set.c b/common/src/gxe_horizontal_list_total_columns_set.c index e1b924a04..72940fe5d 100644 --- a/common/src/gxe_horizontal_list_total_columns_set.c +++ b/common/src/gxe_horizontal_list_total_columns_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_list_total_columns_set(GX_HORIZONTAL_LIST *list, INT count) { diff --git a/common/src/gxe_horizontal_scrollbar_create.c b/common/src/gxe_horizontal_scrollbar_create.c index 5469df82a..584a31119 100644 --- a/common/src/gxe_horizontal_scrollbar_create.c +++ b/common/src/gxe_horizontal_scrollbar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_horizontal_scrollbar_create(GX_SCROLLBAR *scrollbar, GX_CONST GX_CHAR *name, GX_WINDOW *parent, GX_SCROLLBAR_APPEARANCE *appearance, diff --git a/common/src/gxe_icon_button_create.c b/common/src/gxe_icon_button_create.c index b9fd10ddf..4f80970f1 100644 --- a/common/src/gxe_icon_button_create.c +++ b/common/src/gxe_icon_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_icon_button_create(GX_ICON_BUTTON *button, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_icon_button_pixelmap_set.c b/common/src/gxe_icon_button_pixelmap_set.c index 6d705e9a2..935d5e7b6 100644 --- a/common/src/gxe_icon_button_pixelmap_set.c +++ b/common/src/gxe_icon_button_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_icon_button_pixelmap_set(GX_ICON_BUTTON *button, GX_RESOURCE_ID pixelmap_id) diff --git a/common/src/gxe_icon_create.c b/common/src/gxe_icon_create.c index 573839971..261d3daae 100644 --- a/common/src/gxe_icon_create.c +++ b/common/src/gxe_icon_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_icon_create(GX_ICON *icon, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID pixelmap_id, ULONG style, USHORT icon_id, diff --git a/common/src/gxe_icon_event_process.c b/common/src/gxe_icon_event_process.c index 94f88a1e9..f6445c7b4 100644 --- a/common/src/gxe_icon_event_process.c +++ b/common/src/gxe_icon_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_icon_event_process(GX_ICON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_icon_pixelmap_set.c b/common/src/gxe_icon_pixelmap_set.c index b2aa41232..ce4ac724c 100644 --- a/common/src/gxe_icon_pixelmap_set.c +++ b/common/src/gxe_icon_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_icon_pixelmap_set(GX_ICON *icon, GX_RESOURCE_ID normal_pixelmap_id, diff --git a/common/src/gxe_image_reader_create.c b/common/src/gxe_image_reader_create.c index ad1166388..163898422 100644 --- a/common/src/gxe_image_reader_create.c +++ b/common/src/gxe_image_reader_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gxe_image_reader_create(GX_IMAGE_READER *image_reader, diff --git a/common/src/gxe_image_reader_palette_set.c b/common/src/gxe_image_reader_palette_set.c index 28a0fef00..3211393b7 100644 --- a/common/src/gxe_image_reader_palette_set.c +++ b/common/src/gxe_image_reader_palette_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gxe_image_reader_palette_set(GX_IMAGE_READER *image_reader, GX_COLOR *pal, UINT palsize) diff --git a/common/src/gxe_image_reader_start.c b/common/src/gxe_image_reader_start.c index 0dfdf9e6e..0b1817d6b 100644 --- a/common/src/gxe_image_reader_start.c +++ b/common/src/gxe_image_reader_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) UINT _gxe_image_reader_start(GX_IMAGE_READER *image_reader, GX_PIXELMAP *outmap) diff --git a/common/src/gxe_line_chart_create.c b/common/src/gxe_line_chart_create.c index 5b84d2a7d..d3166e9a3 100644 --- a/common/src/gxe_line_chart_create.c +++ b/common/src/gxe_line_chart_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_line_chart_create(GX_LINE_CHART *chart, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_line_chart_update.c b/common/src/gxe_line_chart_update.c index 71653a44e..715289f79 100644 --- a/common/src/gxe_line_chart_update.c +++ b/common/src/gxe_line_chart_update.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_line_chart_update(GX_LINE_CHART *chart, INT *data, INT data_count) { diff --git a/common/src/gxe_line_chart_y_scale_calculate.c b/common/src/gxe_line_chart_y_scale_calculate.c index d75deb8b7..92275ba9d 100644 --- a/common/src/gxe_line_chart_y_scale_calculate.c +++ b/common/src/gxe_line_chart_y_scale_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_line_chart_y_scale_calculate(GX_LINE_CHART *chart, INT *return_value) { diff --git a/common/src/gxe_menu_create.c b/common/src/gxe_menu_create.c index db6f3ff6d..5d299be81 100644 --- a/common/src/gxe_menu_create.c +++ b/common/src/gxe_menu_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_menu_create(GX_MENU *menu, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, GX_RESOURCE_ID fill_id, diff --git a/common/src/gxe_menu_event_process.c b/common/src/gxe_menu_event_process.c index 4a19e2f56..31db0283c 100644 --- a/common/src/gxe_menu_event_process.c +++ b/common/src/gxe_menu_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gxe_menu_event_process(GX_MENU *menu, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_menu_insert.c b/common/src/gxe_menu_insert.c index 1870d808c..5f707f23d 100644 --- a/common/src/gxe_menu_insert.c +++ b/common/src/gxe_menu_insert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_menu_insert(GX_MENU *menu, GX_WIDGET *widget) { diff --git a/common/src/gxe_menu_remove.c b/common/src/gxe_menu_remove.c index afabea5bc..32947377a 100644 --- a/common/src/gxe_menu_remove.c +++ b/common/src/gxe_menu_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_menu_remove(GX_MENU *menu, GX_WIDGET *widget) { diff --git a/common/src/gxe_menu_text_offset_set.c b/common/src/gxe_menu_text_offset_set.c index 08cff5572..cad4a5e69 100644 --- a/common/src/gxe_menu_text_offset_set.c +++ b/common/src/gxe_menu_text_offset_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_menu_text_offset_set(GX_MENU *menu, GX_VALUE x_offset, GX_VALUE y_offset) { diff --git a/common/src/gxe_multi_line_text_button_create.c b/common/src/gxe_multi_line_text_button_create.c index 17573e5b8..c601f65a8 100644 --- a/common/src/gxe_multi_line_text_button_create.c +++ b/common/src/gxe_multi_line_text_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_button_create(GX_MULTI_LINE_TEXT_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT Id, diff --git a/common/src/gxe_multi_line_text_button_event_process.c b/common/src/gxe_multi_line_text_button_event_process.c index 0df664172..3e4b33069 100644 --- a/common/src/gxe_multi_line_text_button_event_process.c +++ b/common/src/gxe_multi_line_text_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_button_event_process(GX_MULTI_LINE_TEXT_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_multi_line_text_button_text_id_set.c b/common/src/gxe_multi_line_text_button_text_id_set.c index 93736ff51..7731b74cb 100644 --- a/common/src/gxe_multi_line_text_button_text_id_set.c +++ b/common/src/gxe_multi_line_text_button_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_button_text_id_set(GX_MULTI_LINE_TEXT_BUTTON *button, GX_RESOURCE_ID string_id) diff --git a/common/src/gxe_multi_line_text_button_text_set.c b/common/src/gxe_multi_line_text_button_text_set.c index 5f4ee2210..431c7fe8c 100644 --- a/common/src/gxe_multi_line_text_button_text_set.c +++ b/common/src/gxe_multi_line_text_button_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_multi_line_text_button_text_set(GX_MULTI_LINE_TEXT_BUTTON *button, @@ -127,14 +120,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_button_text_set_ext(GX_MULTI_LINE_TEXT_BUTTON *button, GX_CONST GX_STRING *text) { diff --git a/common/src/gxe_multi_line_text_input_backspace.c b/common/src/gxe_multi_line_text_input_backspace.c index 511a0b192..044fc28b6 100644 --- a/common/src/gxe_multi_line_text_input_backspace.c +++ b/common/src/gxe_multi_line_text_input_backspace.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_backspace(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_buffer_clear.c b/common/src/gxe_multi_line_text_input_buffer_clear.c index 83eae0712..f6136fcaf 100644 --- a/common/src/gxe_multi_line_text_input_buffer_clear.c +++ b/common/src/gxe_multi_line_text_input_buffer_clear.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_buffer_clear(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr) diff --git a/common/src/gxe_multi_line_text_input_buffer_get.c b/common/src/gxe_multi_line_text_input_buffer_get.c index 03a32cf83..d56af4316 100644 --- a/common/src/gxe_multi_line_text_input_buffer_get.c +++ b/common/src/gxe_multi_line_text_input_buffer_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_buffer_get(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buffer_address, diff --git a/common/src/gxe_multi_line_text_input_char_insert.c b/common/src/gxe_multi_line_text_input_char_insert.c index 283215b23..3d8baaee1 100644 --- a/common/src/gxe_multi_line_text_input_char_insert.c +++ b/common/src/gxe_multi_line_text_input_char_insert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_multi_line_text_input_char_insert(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_UBYTE *str, UINT str_size) @@ -143,14 +136,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_char_insert_ext(GX_MULTI_LINE_TEXT_INPUT *text_input, GX_CONST GX_STRING *str) { diff --git a/common/src/gxe_multi_line_text_input_create.c b/common/src/gxe_multi_line_text_input_create.c index eaffba4ad..057b3d705 100644 --- a/common/src/gxe_multi_line_text_input_create.c +++ b/common/src/gxe_multi_line_text_input_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,17 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* removed input buffer check, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_create(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, GX_CONST GX_CHAR *name_ptr, diff --git a/common/src/gxe_multi_line_text_input_cursor_pos_get.c b/common/src/gxe_multi_line_text_input_cursor_pos_get.c index 7bb2fd979..19e192e83 100644 --- a/common/src/gxe_multi_line_text_input_cursor_pos_get.c +++ b/common/src/gxe_multi_line_text_input_cursor_pos_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_cursor_pos_get(GX_MULTI_LINE_TEXT_INPUT *input, GX_POINT *cursor_pos) { diff --git a/common/src/gxe_multi_line_text_input_delete.c b/common/src/gxe_multi_line_text_input_delete.c index e1338a061..e1e647da1 100644 --- a/common/src/gxe_multi_line_text_input_delete.c +++ b/common/src/gxe_multi_line_text_input_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_delete(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_down_arrow.c b/common/src/gxe_multi_line_text_input_down_arrow.c index 479cc01ad..1047fe68e 100644 --- a/common/src/gxe_multi_line_text_input_down_arrow.c +++ b/common/src/gxe_multi_line_text_input_down_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_down_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_end.c b/common/src/gxe_multi_line_text_input_end.c index c0fe48d6d..80ff77b00 100644 --- a/common/src/gxe_multi_line_text_input_end.c +++ b/common/src/gxe_multi_line_text_input_end.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_end(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_event_process.c b/common/src/gxe_multi_line_text_input_event_process.c index 3e0fb114f..d4241bfca 100644 --- a/common/src/gxe_multi_line_text_input_event_process.c +++ b/common/src/gxe_multi_line_text_input_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_event_process(GX_MULTI_LINE_TEXT_INPUT *input, GX_EVENT *event_ptr) diff --git a/common/src/gxe_multi_line_text_input_fill_color_set.c b/common/src/gxe_multi_line_text_input_fill_color_set.c index 52dea2de9..afb192d40 100644 --- a/common/src/gxe_multi_line_text_input_fill_color_set.c +++ b/common/src/gxe_multi_line_text_input_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_fill_color_set(GX_MULTI_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_fill_color_id, diff --git a/common/src/gxe_multi_line_text_input_home.c b/common/src/gxe_multi_line_text_input_home.c index 69128a935..64b1d1597 100644 --- a/common/src/gxe_multi_line_text_input_home.c +++ b/common/src/gxe_multi_line_text_input_home.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_home(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_left_arrow.c b/common/src/gxe_multi_line_text_input_left_arrow.c index d0f50245e..8c81ed927 100644 --- a/common/src/gxe_multi_line_text_input_left_arrow.c +++ b/common/src/gxe_multi_line_text_input_left_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_left_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_right_arrow.c b/common/src/gxe_multi_line_text_input_right_arrow.c index 2df6158be..268cd2d23 100644 --- a/common/src/gxe_multi_line_text_input_right_arrow.c +++ b/common/src/gxe_multi_line_text_input_right_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_right_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_input_style_add.c b/common/src/gxe_multi_line_text_input_style_add.c index be6831186..c8cc71000 100644 --- a/common/src/gxe_multi_line_text_input_style_add.c +++ b/common/src/gxe_multi_line_text_input_style_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_style_add(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG style) { diff --git a/common/src/gxe_multi_line_text_input_style_remove.c b/common/src/gxe_multi_line_text_input_style_remove.c index c9a867b39..d0f7ae4f9 100644 --- a/common/src/gxe_multi_line_text_input_style_remove.c +++ b/common/src/gxe_multi_line_text_input_style_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_style_remove(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG style) { diff --git a/common/src/gxe_multi_line_text_input_style_set.c b/common/src/gxe_multi_line_text_input_style_set.c index 2edee623f..65ba3281e 100644 --- a/common/src/gxe_multi_line_text_input_style_set.c +++ b/common/src/gxe_multi_line_text_input_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_style_set(GX_MULTI_LINE_TEXT_INPUT *text_input_ptr, ULONG style) { diff --git a/common/src/gxe_multi_line_text_input_text_color_set.c b/common/src/gxe_multi_line_text_input_text_color_set.c index d3cea0898..a2355f12f 100644 --- a/common/src/gxe_multi_line_text_input_text_color_set.c +++ b/common/src/gxe_multi_line_text_input_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_text_color_set(GX_MULTI_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_multi_line_text_input_text_select.c b/common/src/gxe_multi_line_text_input_text_select.c index 834f6dfb1..de99c9973 100644 --- a/common/src/gxe_multi_line_text_input_text_select.c +++ b/common/src/gxe_multi_line_text_input_text_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_text_select(GX_MULTI_LINE_TEXT_INPUT *input, UINT start_index, UINT end_index) { diff --git a/common/src/gxe_multi_line_text_input_text_set.c b/common/src/gxe_multi_line_text_input_text_set.c index ec6963056..e3c140294 100644 --- a/common/src/gxe_multi_line_text_input_text_set.c +++ b/common/src/gxe_multi_line_text_input_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_multi_line_text_input_text_set(GX_MULTI_LINE_TEXT_INPUT *input, GX_CONST GX_CHAR *text) @@ -128,14 +121,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_text_set_ext(GX_MULTI_LINE_TEXT_INPUT *input, GX_CONST GX_STRING *text) { diff --git a/common/src/gxe_multi_line_text_input_up_arrow.c b/common/src/gxe_multi_line_text_input_up_arrow.c index 16180aa2c..450e01213 100644 --- a/common/src/gxe_multi_line_text_input_up_arrow.c +++ b/common/src/gxe_multi_line_text_input_up_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_input_up_arrow(GX_MULTI_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_multi_line_text_view_create.c b/common/src/gxe_multi_line_text_view_create.c index 08356300b..0e7dfd0f2 100644 --- a/common/src/gxe_multi_line_text_view_create.c +++ b/common/src/gxe_multi_line_text_view_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_create(GX_MULTI_LINE_TEXT_VIEW *text_view_ptr, GX_CONST GX_CHAR *name_ptr, diff --git a/common/src/gxe_multi_line_text_view_event_process.c b/common/src/gxe_multi_line_text_view_event_process.c index 140b7feaf..a1c69ae90 100644 --- a/common/src/gxe_multi_line_text_view_event_process.c +++ b/common/src/gxe_multi_line_text_view_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_event_process(GX_MULTI_LINE_TEXT_VIEW *view, GX_EVENT *event_ptr) diff --git a/common/src/gxe_multi_line_text_view_font_set.c b/common/src/gxe_multi_line_text_view_font_set.c index e12393948..c5e535fc9 100644 --- a/common/src/gxe_multi_line_text_view_font_set.c +++ b/common/src/gxe_multi_line_text_view_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_font_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_RESOURCE_ID font_id) { diff --git a/common/src/gxe_multi_line_text_view_line_space_set.c b/common/src/gxe_multi_line_text_view_line_space_set.c index c1ae667de..e02b7ee8b 100644 --- a/common/src/gxe_multi_line_text_view_line_space_set.c +++ b/common/src/gxe_multi_line_text_view_line_space_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_line_space_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_BYTE line_space) { diff --git a/common/src/gxe_multi_line_text_view_scroll_info_get.c b/common/src/gxe_multi_line_text_view_scroll_info_get.c index 4732e8457..ca00a631e 100644 --- a/common/src/gxe_multi_line_text_view_scroll_info_get.c +++ b/common/src/gxe_multi_line_text_view_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_scroll_info_get(GX_MULTI_LINE_TEXT_VIEW *text_view, ULONG style, GX_SCROLL_INFO *return_scroll_info) { diff --git a/common/src/gxe_multi_line_text_view_text_color_set.c b/common/src/gxe_multi_line_text_view_text_color_set.c index 9d2462dc9..feb88ea5b 100644 --- a/common/src/gxe_multi_line_text_view_text_color_set.c +++ b/common/src/gxe_multi_line_text_view_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_text_color_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_multi_line_text_view_text_id_set.c b/common/src/gxe_multi_line_text_view_text_id_set.c index d2ba8a3fe..ed17174b3 100644 --- a/common/src/gxe_multi_line_text_view_text_id_set.c +++ b/common/src/gxe_multi_line_text_view_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_text_id_set(GX_MULTI_LINE_TEXT_VIEW *text_view_ptr, GX_RESOURCE_ID text_id) diff --git a/common/src/gxe_multi_line_text_view_text_set.c b/common/src/gxe_multi_line_text_view_text_set.c index e71affaee..d58419256 100644 --- a/common/src/gxe_multi_line_text_view_text_set.c +++ b/common/src/gxe_multi_line_text_view_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_multi_line_text_view_text_set(GX_MULTI_LINE_TEXT_VIEW *view, @@ -128,14 +121,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_text_set_ext(GX_MULTI_LINE_TEXT_VIEW *view, GX_CONST GX_STRING *text) diff --git a/common/src/gxe_multi_line_text_view_whitespace_set.c b/common/src/gxe_multi_line_text_view_whitespace_set.c index 83ddae2f6..8d04ebefb 100644 --- a/common/src/gxe_multi_line_text_view_whitespace_set.c +++ b/common/src/gxe_multi_line_text_view_whitespace_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_multi_line_text_view_whitespace_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_UBYTE whitespace) { diff --git a/common/src/gxe_numeric_pixelmap_prompt_create.c b/common/src/gxe_numeric_pixelmap_prompt_create.c index 28f995ca4..e588370e0 100644 --- a/common/src/gxe_numeric_pixelmap_prompt_create.c +++ b/common/src/gxe_numeric_pixelmap_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_pixelmap_prompt_create(GX_NUMERIC_PIXELMAP_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/src/gxe_numeric_pixelmap_prompt_format_function_set.c b/common/src/gxe_numeric_pixelmap_prompt_format_function_set.c index 8a6e9d86d..d1ddb9cde 100644 --- a/common/src/gxe_numeric_pixelmap_prompt_format_function_set.c +++ b/common/src/gxe_numeric_pixelmap_prompt_format_function_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_pixelmap_prompt_format_function_set(GX_NUMERIC_PIXELMAP_PROMPT *prompt, VOID (*format_func)(GX_NUMERIC_PIXELMAP_PROMPT *, INT)) { diff --git a/common/src/gxe_numeric_pixelmap_prompt_value_set.c b/common/src/gxe_numeric_pixelmap_prompt_value_set.c index 8e45a511c..89d61fc38 100644 --- a/common/src/gxe_numeric_pixelmap_prompt_value_set.c +++ b/common/src/gxe_numeric_pixelmap_prompt_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_pixelmap_prompt_value_set(GX_NUMERIC_PIXELMAP_PROMPT *prompt, INT value) { diff --git a/common/src/gxe_numeric_prompt_create.c b/common/src/gxe_numeric_prompt_create.c index 0e0ce9fd7..8c5277641 100644 --- a/common/src/gxe_numeric_prompt_create.c +++ b/common/src/gxe_numeric_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_prompt_create(GX_NUMERIC_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, GX_CONST GX_RECTANGLE *size, diff --git a/common/src/gxe_numeric_prompt_format_function_set.c b/common/src/gxe_numeric_prompt_format_function_set.c index 7a34b8d70..b16fd7971 100644 --- a/common/src/gxe_numeric_prompt_format_function_set.c +++ b/common/src/gxe_numeric_prompt_format_function_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_prompt_format_function_set(GX_NUMERIC_PROMPT *prompt, VOID (*format_func)(GX_NUMERIC_PROMPT *, INT)) { diff --git a/common/src/gxe_numeric_prompt_value_set.c b/common/src/gxe_numeric_prompt_value_set.c index 724072141..3efc57058 100644 --- a/common/src/gxe_numeric_prompt_value_set.c +++ b/common/src/gxe_numeric_prompt_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_prompt_value_set(GX_NUMERIC_PROMPT *prompt, INT value) { diff --git a/common/src/gxe_numeric_scroll_wheel_create.c b/common/src/gxe_numeric_scroll_wheel_create.c index 4e65f9600..54782295c 100644 --- a/common/src/gxe_numeric_scroll_wheel_create.c +++ b/common/src/gxe_numeric_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_scroll_wheel_create(GX_NUMERIC_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_numeric_scroll_wheel_range_set.c b/common/src/gxe_numeric_scroll_wheel_range_set.c index 35e4f7317..bb76d5a8d 100644 --- a/common/src/gxe_numeric_scroll_wheel_range_set.c +++ b/common/src/gxe_numeric_scroll_wheel_range_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_numeric_scroll_wheel_range_set(GX_NUMERIC_SCROLL_WHEEL *wheel, INT start_val, INT end_val) { diff --git a/common/src/gxe_pixelmap_button_create.c b/common/src/gxe_pixelmap_button_create.c index 1e68cb95d..40ca7e9f3 100644 --- a/common/src/gxe_pixelmap_button_create.c +++ b/common/src/gxe_pixelmap_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_button_create(GX_PIXELMAP_BUTTON *button, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_pixelmap_button_event_process.c b/common/src/gxe_pixelmap_button_event_process.c index b46218867..ec58e569d 100644 --- a/common/src/gxe_pixelmap_button_event_process.c +++ b/common/src/gxe_pixelmap_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_button_event_process(GX_PIXELMAP_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_pixelmap_button_pixelmap_set.c b/common/src/gxe_pixelmap_button_pixelmap_set.c index cb427dd35..ca4e06b6e 100644 --- a/common/src/gxe_pixelmap_button_pixelmap_set.c +++ b/common/src/gxe_pixelmap_button_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_button_pixelmap_set(GX_PIXELMAP_BUTTON *button, GX_RESOURCE_ID normal_id, diff --git a/common/src/gxe_pixelmap_prompt_create.c b/common/src/gxe_pixelmap_prompt_create.c index a10d8dc42..e2565d6b2 100644 --- a/common/src/gxe_pixelmap_prompt_create.c +++ b/common/src/gxe_pixelmap_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_prompt_create(GX_PIXELMAP_PROMPT *prompt, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_pixelmap_prompt_pixelmap_set.c b/common/src/gxe_pixelmap_prompt_pixelmap_set.c index 27f56fb15..33ec6d789 100644 --- a/common/src/gxe_pixelmap_prompt_pixelmap_set.c +++ b/common/src/gxe_pixelmap_prompt_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_prompt_pixelmap_set(GX_PIXELMAP_PROMPT *prompt, GX_RESOURCE_ID normal_left_id, diff --git a/common/src/gxe_pixelmap_slider_create.c b/common/src/gxe_pixelmap_slider_create.c index 34c8f1269..05c761b3f 100644 --- a/common/src/gxe_pixelmap_slider_create.c +++ b/common/src/gxe_pixelmap_slider_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_slider_create(GX_PIXELMAP_SLIDER *slider, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_pixelmap_slider_event_process.c b/common/src/gxe_pixelmap_slider_event_process.c index c2ccc2f67..6db3bdc33 100644 --- a/common/src/gxe_pixelmap_slider_event_process.c +++ b/common/src/gxe_pixelmap_slider_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_slider_event_process(GX_PIXELMAP_SLIDER *slider, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_pixelmap_slider_pixelmap_set.c b/common/src/gxe_pixelmap_slider_pixelmap_set.c index f12c326b1..5bd89a1a1 100644 --- a/common/src/gxe_pixelmap_slider_pixelmap_set.c +++ b/common/src/gxe_pixelmap_slider_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_pixelmap_slider_pixelmap_set(GX_PIXELMAP_SLIDER *slider, GX_PIXELMAP_SLIDER_INFO *pixinfo) diff --git a/common/src/gxe_progress_bar_create.c b/common/src/gxe_progress_bar_create.c index 7e68bf712..9470cd62f 100644 --- a/common/src/gxe_progress_bar_create.c +++ b/common/src/gxe_progress_bar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_create(GX_PROGRESS_BAR *progress_bar, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/src/gxe_progress_bar_event_process.c b/common/src/gxe_progress_bar_event_process.c index 8c3b9bd89..b4d04a245 100644 --- a/common/src/gxe_progress_bar_event_process.c +++ b/common/src/gxe_progress_bar_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_event_process(GX_PROGRESS_BAR *progress_bar, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_progress_bar_font_set.c b/common/src/gxe_progress_bar_font_set.c index bc913b105..2ed449576 100644 --- a/common/src/gxe_progress_bar_font_set.c +++ b/common/src/gxe_progress_bar_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_font_set(GX_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID font_id) { diff --git a/common/src/gxe_progress_bar_info_set.c b/common/src/gxe_progress_bar_info_set.c index 12f32eb13..b4f01b480 100644 --- a/common/src/gxe_progress_bar_info_set.c +++ b/common/src/gxe_progress_bar_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_info_set(GX_PROGRESS_BAR *bar, GX_PROGRESS_BAR_INFO *info) { diff --git a/common/src/gxe_progress_bar_pixelmap_set.c b/common/src/gxe_progress_bar_pixelmap_set.c index 74695a41d..d2414c2dc 100644 --- a/common/src/gxe_progress_bar_pixelmap_set.c +++ b/common/src/gxe_progress_bar_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_pixelmap_set(GX_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID pixelmap) { diff --git a/common/src/gxe_progress_bar_range_set.c b/common/src/gxe_progress_bar_range_set.c index 07ce9f972..5a71d43f5 100644 --- a/common/src/gxe_progress_bar_range_set.c +++ b/common/src/gxe_progress_bar_range_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_range_set(GX_PROGRESS_BAR *progress_bar, INT min_value, INT max_value) { diff --git a/common/src/gxe_progress_bar_text_color_set.c b/common/src/gxe_progress_bar_text_color_set.c index 1f31881b6..56d22d305 100644 --- a/common/src/gxe_progress_bar_text_color_set.c +++ b/common/src/gxe_progress_bar_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_text_color_set(GX_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_progress_bar_value_set.c b/common/src/gxe_progress_bar_value_set.c index 10110da36..4e98f9374 100644 --- a/common/src/gxe_progress_bar_value_set.c +++ b/common/src/gxe_progress_bar_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_progress_bar_value_set(GX_PROGRESS_BAR *progress_bar, INT new_value) { diff --git a/common/src/gxe_prompt_create.c b/common/src/gxe_prompt_create.c index efeb5c558..21eb299d8 100644 --- a/common/src/gxe_prompt_create.c +++ b/common/src/gxe_prompt_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_create(GX_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT prompt_id, diff --git a/common/src/gxe_prompt_event_process.c b/common/src/gxe_prompt_event_process.c index 28b8b61e8..f99582a52 100644 --- a/common/src/gxe_prompt_event_process.c +++ b/common/src/gxe_prompt_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_event_process(GX_PROMPT *prompt, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_prompt_font_set.c b/common/src/gxe_prompt_font_set.c index 2a6058cc1..4dd9aadbb 100644 --- a/common/src/gxe_prompt_font_set.c +++ b/common/src/gxe_prompt_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_font_set(GX_PROMPT *prompt, GX_RESOURCE_ID font_id) { diff --git a/common/src/gxe_prompt_text_color_set.c b/common/src/gxe_prompt_text_color_set.c index 9018beac5..7b64d30e6 100644 --- a/common/src/gxe_prompt_text_color_set.c +++ b/common/src/gxe_prompt_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_text_color_set(GX_PROMPT *prompt, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_prompt_text_get.c b/common/src/gxe_prompt_text_get.c index 968c91809..4fc75e56b 100644 --- a/common/src/gxe_prompt_text_get.c +++ b/common/src/gxe_prompt_text_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_prompt_text_get(GX_PROMPT *prompt, GX_CONST GX_CHAR **return_text) @@ -127,14 +120,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_text_get_ext(GX_PROMPT *prompt, GX_STRING *return_text) { diff --git a/common/src/gxe_prompt_text_id_set.c b/common/src/gxe_prompt_text_id_set.c index beb1d4625..651c65f5c 100644 --- a/common/src/gxe_prompt_text_id_set.c +++ b/common/src/gxe_prompt_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Cdoe */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_text_id_set(GX_PROMPT *prompt, GX_RESOURCE_ID string_id) { diff --git a/common/src/gxe_prompt_text_set.c b/common/src/gxe_prompt_text_set.c index bc9966f93..7b60eb991 100644 --- a/common/src/gxe_prompt_text_set.c +++ b/common/src/gxe_prompt_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_prompt_text_set(GX_PROMPT *prompt, GX_CONST GX_CHAR *text) @@ -126,14 +119,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_prompt_text_set_ext(GX_PROMPT *prompt, GX_CONST GX_STRING *text) { diff --git a/common/src/gxe_radial_progress_bar_anchor_set.c b/common/src/gxe_radial_progress_bar_anchor_set.c index 0ec5ba5ca..0cb0bf3db 100644 --- a/common/src/gxe_radial_progress_bar_anchor_set.c +++ b/common/src/gxe_radial_progress_bar_anchor_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_anchor_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_VALUE angle) { diff --git a/common/src/gxe_radial_progress_bar_create.c b/common/src/gxe_radial_progress_bar_create.c index b5e120360..dbc60ab6e 100644 --- a/common/src/gxe_radial_progress_bar_create.c +++ b/common/src/gxe_radial_progress_bar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_create(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_radial_progress_bar_event_process.c b/common/src/gxe_radial_progress_bar_event_process.c index cef09010e..a26f7492b 100644 --- a/common/src/gxe_radial_progress_bar_event_process.c +++ b/common/src/gxe_radial_progress_bar_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_event_process(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_radial_progress_bar_font_set.c b/common/src/gxe_radial_progress_bar_font_set.c index a45b75ae4..2b808d0ed 100644 --- a/common/src/gxe_radial_progress_bar_font_set.c +++ b/common/src/gxe_radial_progress_bar_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_font_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID font_id) { diff --git a/common/src/gxe_radial_progress_bar_info_set.c b/common/src/gxe_radial_progress_bar_info_set.c index 4c54b815c..a52bea0f4 100644 --- a/common/src/gxe_radial_progress_bar_info_set.c +++ b/common/src/gxe_radial_progress_bar_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_info_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_RADIAL_PROGRESS_BAR_INFO *info) { diff --git a/common/src/gxe_radial_progress_bar_text_color_set.c b/common/src/gxe_radial_progress_bar_text_color_set.c index fada2de9a..a18167b87 100644 --- a/common/src/gxe_radial_progress_bar_text_color_set.c +++ b/common/src/gxe_radial_progress_bar_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_text_color_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_radial_progress_bar_value_set.c b/common/src/gxe_radial_progress_bar_value_set.c index f4ca51f7d..113209891 100644 --- a/common/src/gxe_radial_progress_bar_value_set.c +++ b/common/src/gxe_radial_progress_bar_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_progress_bar_value_set(GX_RADIAL_PROGRESS_BAR *progress_bar, GX_VALUE new_value) { diff --git a/common/src/gxe_radial_slider_anchor_angles_set.c b/common/src/gxe_radial_slider_anchor_angles_set.c index 8a7b71aa4..e0ea1748a 100644 --- a/common/src/gxe_radial_slider_anchor_angles_set.c +++ b/common/src/gxe_radial_slider_anchor_angles_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_anchor_angles_set(GX_RADIAL_SLIDER *slider, GX_VALUE *anchor_angles, USHORT anchor_count) { diff --git a/common/src/gxe_radial_slider_angle_set.c b/common/src/gxe_radial_slider_angle_set.c index 8f272e767..db4dc0828 100644 --- a/common/src/gxe_radial_slider_angle_set.c +++ b/common/src/gxe_radial_slider_angle_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_angle_set(GX_RADIAL_SLIDER *slider, GX_VALUE new_angle) { diff --git a/common/src/gxe_radial_slider_animation_set.c b/common/src/gxe_radial_slider_animation_set.c index 996b94081..6c8f94498 100644 --- a/common/src/gxe_radial_slider_animation_set.c +++ b/common/src/gxe_radial_slider_animation_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT animation_style, VOID (*animation_update_callback)(GX_RADIAL_SLIDER *slider)) diff --git a/common/src/gxe_radial_slider_animation_start.c b/common/src/gxe_radial_slider_animation_start.c index ca14b80cf..ffbd28564 100644 --- a/common/src/gxe_radial_slider_animation_start.c +++ b/common/src/gxe_radial_slider_animation_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_animation_start(GX_RADIAL_SLIDER *slider, GX_VALUE target_angle) { diff --git a/common/src/gxe_radial_slider_create.c b/common/src/gxe_radial_slider_create.c index fe91132e6..c69dd3bf5 100644 --- a/common/src/gxe_radial_slider_create.c +++ b/common/src/gxe_radial_slider_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_create(GX_RADIAL_SLIDER *slider, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RADIAL_SLIDER_INFO *info, ULONG style, USHORT slider_id, diff --git a/common/src/gxe_radial_slider_event_process.c b/common/src/gxe_radial_slider_event_process.c index b9bf1fef2..292e19062 100644 --- a/common/src/gxe_radial_slider_event_process.c +++ b/common/src/gxe_radial_slider_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_radial_slider_info_get.c b/common/src/gxe_radial_slider_info_get.c index e9d3d2716..4607e49cb 100644 --- a/common/src/gxe_radial_slider_info_get.c +++ b/common/src/gxe_radial_slider_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_info_get(GX_RADIAL_SLIDER *slider, GX_RADIAL_SLIDER_INFO **info) { diff --git a/common/src/gxe_radial_slider_info_set.c b/common/src/gxe_radial_slider_info_set.c index 075adab01..77f326ed2 100644 --- a/common/src/gxe_radial_slider_info_set.c +++ b/common/src/gxe_radial_slider_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_info_set(GX_RADIAL_SLIDER *slider, GX_RADIAL_SLIDER_INFO *info) { diff --git a/common/src/gxe_radial_slider_pixelmap_set.c b/common/src/gxe_radial_slider_pixelmap_set.c index 965bbca2e..20d303121 100644 --- a/common/src/gxe_radial_slider_pixelmap_set.c +++ b/common/src/gxe_radial_slider_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radial_slider_pixelmap_set(GX_RADIAL_SLIDER *slider, GX_RESOURCE_ID background_pixelmap, GX_RESOURCE_ID needle_pixelmap) { diff --git a/common/src/gxe_radio_button_create.c b/common/src/gxe_radio_button_create.c index 153bc7591..94da3cab1 100644 --- a/common/src/gxe_radio_button_create.c +++ b/common/src/gxe_radio_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -70,14 +71,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radio_button_create(GX_RADIO_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT radio_btton_id, diff --git a/common/src/gxe_radio_button_pixelmap_set.c b/common/src/gxe_radio_button_pixelmap_set.c index 85209f037..889b9b8f3 100644 --- a/common/src/gxe_radio_button_pixelmap_set.c +++ b/common/src/gxe_radio_button_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,14 +74,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_radio_button_pixelmap_set(GX_RADIO_BUTTON *button, GX_RESOURCE_ID off_id, diff --git a/common/src/gxe_rich_text_view_create.c b/common/src/gxe_rich_text_view_create.c index 754779f22..a45bf35dd 100644 --- a/common/src/gxe_rich_text_view_create.c +++ b/common/src/gxe_rich_text_view_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,12 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_rich_text_view_create(GX_RICH_TEXT_VIEW *rich_view, GX_CONST GX_CHAR *name, diff --git a/common/src/gxe_rich_text_view_fonts_set.c b/common/src/gxe_rich_text_view_fonts_set.c index 1085fa62b..410d5aa9c 100644 --- a/common/src/gxe_rich_text_view_fonts_set.c +++ b/common/src/gxe_rich_text_view_fonts_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *rich_view, GX_RICH_TEXT_FONTS *fonts) { diff --git a/common/src/gxe_screen_stack_create.c b/common/src/gxe_screen_stack_create.c index f4e01cfa1..659781526 100644 --- a/common/src/gxe_screen_stack_create.c +++ b/common/src/gxe_screen_stack_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_screen_stack_create(GX_SCREEN_STACK_CONTROL *control, GX_WIDGET **memory, INT size) { diff --git a/common/src/gxe_screen_stack_pop.c b/common/src/gxe_screen_stack_pop.c index 041922447..06f93bba3 100644 --- a/common/src/gxe_screen_stack_pop.c +++ b/common/src/gxe_screen_stack_pop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_screen_stack_pop(GX_SCREEN_STACK_CONTROL *control) { diff --git a/common/src/gxe_screen_stack_push.c b/common/src/gxe_screen_stack_push.c index c3b6ff5c1..33e23e2fb 100644 --- a/common/src/gxe_screen_stack_push.c +++ b/common/src/gxe_screen_stack_push.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_screen_stack_push(GX_SCREEN_STACK_CONTROL *control, GX_WIDGET *screen, GX_WIDGET *new_screen) { diff --git a/common/src/gxe_screen_stack_reset.c b/common/src/gxe_screen_stack_reset.c index 82f3e6106..3e446db93 100644 --- a/common/src/gxe_screen_stack_reset.c +++ b/common/src/gxe_screen_stack_reset.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,14 +58,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_screen_stack_reset(GX_SCREEN_STACK_CONTROL *control) { diff --git a/common/src/gxe_scroll_thumb_create.c b/common/src/gxe_scroll_thumb_create.c index 0be3f7947..56c53eb25 100644 --- a/common/src/gxe_scroll_thumb_create.c +++ b/common/src/gxe_scroll_thumb_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_thumb_create(GX_SCROLL_THUMB *scroll_thumb, GX_SCROLLBAR *parent, ULONG style, UINT scroll_thumb_control_block_size) { diff --git a/common/src/gxe_scroll_thumb_event_process.c b/common/src/gxe_scroll_thumb_event_process.c index bf8181521..a77f168be 100644 --- a/common/src/gxe_scroll_thumb_event_process.c +++ b/common/src/gxe_scroll_thumb_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_thumb_event_process(GX_SCROLL_THUMB *scroll_thumb, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_scroll_wheel_create.c b/common/src/gxe_scroll_wheel_create.c index 468f743ca..7757e0a9a 100644 --- a/common/src/gxe_scroll_wheel_create.c +++ b/common/src/gxe_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,14 +70,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_create(GX_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size) diff --git a/common/src/gxe_scroll_wheel_event_process.c b/common/src/gxe_scroll_wheel_event_process.c index 826e40d51..a1602fc07 100644 --- a/common/src/gxe_scroll_wheel_event_process.c +++ b/common/src/gxe_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_event_process(GX_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_scroll_wheel_gradient_alpha_set.c b/common/src/gxe_scroll_wheel_gradient_alpha_set.c index f9383a9f0..6cf752b55 100644 --- a/common/src/gxe_scroll_wheel_gradient_alpha_set.c +++ b/common/src/gxe_scroll_wheel_gradient_alpha_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_gradient_alpha_set(GX_SCROLL_WHEEL *wheel, GX_UBYTE start_alpha, GX_UBYTE end_alpha) { diff --git a/common/src/gxe_scroll_wheel_row_height_set.c b/common/src/gxe_scroll_wheel_row_height_set.c index 0ce4de639..0001923f6 100644 --- a/common/src/gxe_scroll_wheel_row_height_set.c +++ b/common/src/gxe_scroll_wheel_row_height_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_row_height_set(GX_SCROLL_WHEEL *wheel, GX_VALUE row_height) { diff --git a/common/src/gxe_scroll_wheel_selected_background_set.c b/common/src/gxe_scroll_wheel_selected_background_set.c index 75fb00518..95fee2ecb 100644 --- a/common/src/gxe_scroll_wheel_selected_background_set.c +++ b/common/src/gxe_scroll_wheel_selected_background_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_selected_background_set(GX_SCROLL_WHEEL *wheel, GX_RESOURCE_ID selected_bg) { diff --git a/common/src/gxe_scroll_wheel_selected_get.c b/common/src/gxe_scroll_wheel_selected_get.c index 577ee2ca7..742ef6047 100644 --- a/common/src/gxe_scroll_wheel_selected_get.c +++ b/common/src/gxe_scroll_wheel_selected_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_selected_get(GX_SCROLL_WHEEL *wheel, INT *row) { diff --git a/common/src/gxe_scroll_wheel_selected_set.c b/common/src/gxe_scroll_wheel_selected_set.c index 89d13e878..07550ee1a 100644 --- a/common/src/gxe_scroll_wheel_selected_set.c +++ b/common/src/gxe_scroll_wheel_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_selected_set(GX_SCROLL_WHEEL *wheel, INT row) { diff --git a/common/src/gxe_scroll_wheel_speed_set.c b/common/src/gxe_scroll_wheel_speed_set.c index 11c1f45cb..4a5e63d2b 100644 --- a/common/src/gxe_scroll_wheel_speed_set.c +++ b/common/src/gxe_scroll_wheel_speed_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_speed_set(GX_SCROLL_WHEEL *wheel, GX_FIXED_VAL start_speed_rate, GX_FIXED_VAL end_speed_rate, GX_VALUE max_steps, GX_VALUE delay) diff --git a/common/src/gxe_scroll_wheel_total_rows_set.c b/common/src/gxe_scroll_wheel_total_rows_set.c index afb779d8a..999865428 100644 --- a/common/src/gxe_scroll_wheel_total_rows_set.c +++ b/common/src/gxe_scroll_wheel_total_rows_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scroll_wheel_total_rows_set(GX_SCROLL_WHEEL *wheel, INT total_rows) { diff --git a/common/src/gxe_scrollbar_event_process.c b/common/src/gxe_scrollbar_event_process.c index 0c67a6241..317511c9d 100644 --- a/common/src/gxe_scrollbar_event_process.c +++ b/common/src/gxe_scrollbar_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scrollbar_event_process(GX_SCROLLBAR *scrollbar, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_scrollbar_limit_check.c b/common/src/gxe_scrollbar_limit_check.c index 94f4b556d..3d953e961 100644 --- a/common/src/gxe_scrollbar_limit_check.c +++ b/common/src/gxe_scrollbar_limit_check.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scrollbar_limit_check(GX_SCROLLBAR *scrollbar) { diff --git a/common/src/gxe_scrollbar_reset.c b/common/src/gxe_scrollbar_reset.c index ad42e91a7..9159d38e6 100644 --- a/common/src/gxe_scrollbar_reset.c +++ b/common/src/gxe_scrollbar_reset.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,16 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gxe_scrollbar_reset(GX_SCROLLBAR *scrollbar, GX_SCROLL_INFO *info) { diff --git a/common/src/gxe_scrollbar_value_set.c b/common/src/gxe_scrollbar_value_set.c index a5ddcf0ab..53b5ab552 100644 --- a/common/src/gxe_scrollbar_value_set.c +++ b/common/src/gxe_scrollbar_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_scrollbar_value_set(GX_SCROLLBAR *scrollbar, INT value) { diff --git a/common/src/gxe_single_line_text_input_backspace.c b/common/src/gxe_single_line_text_input_backspace.c index c7233cc40..efe6b03bf 100644 --- a/common/src/gxe_single_line_text_input_backspace.c +++ b/common/src/gxe_single_line_text_input_backspace.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_backspace(GX_SINGLE_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gxe_single_line_text_input_buffer_clear.c b/common/src/gxe_single_line_text_input_buffer_clear.c index a0ec27538..e7dc3df67 100644 --- a/common/src/gxe_single_line_text_input_buffer_clear.c +++ b/common/src/gxe_single_line_text_input_buffer_clear.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_buffer_clear(GX_SINGLE_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gxe_single_line_text_input_buffer_get.c b/common/src/gxe_single_line_text_input_buffer_get.c index 88b0b4176..bed8b1721 100644 --- a/common/src/gxe_single_line_text_input_buffer_get.c +++ b/common/src/gxe_single_line_text_input_buffer_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_buffer_get(GX_SINGLE_LINE_TEXT_INPUT *text_input_ptr, GX_CHAR **buffer_address, diff --git a/common/src/gxe_single_line_text_input_character_delete.c b/common/src/gxe_single_line_text_input_character_delete.c index eebc4cd46..9238e1f45 100644 --- a/common/src/gxe_single_line_text_input_character_delete.c +++ b/common/src/gxe_single_line_text_input_character_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_character_delete(GX_SINGLE_LINE_TEXT_INPUT *text_input) { diff --git a/common/src/gxe_single_line_text_input_character_insert.c b/common/src/gxe_single_line_text_input_character_insert.c index bc0806c7e..2fc370a83 100644 --- a/common/src/gxe_single_line_text_input_character_insert.c +++ b/common/src/gxe_single_line_text_input_character_insert.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_character_insert(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_UBYTE *insert_str, UINT insert_size) { diff --git a/common/src/gxe_single_line_text_input_create.c b/common/src/gxe_single_line_text_input_create.c index 11d77bf23..b3336ed0d 100644 --- a/common/src/gxe_single_line_text_input_create.c +++ b/common/src/gxe_single_line_text_input_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,17 +74,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* removed input buffer check, */ -/* resulting in version 6.1.3 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_create(GX_SINGLE_LINE_TEXT_INPUT *text_input, diff --git a/common/src/gxe_single_line_text_input_draw_position_get.c b/common/src/gxe_single_line_text_input_draw_position_get.c index 93f8555f5..0f00f5639 100644 --- a/common/src/gxe_single_line_text_input_draw_position_get.c +++ b/common/src/gxe_single_line_text_input_draw_position_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_draw_position_get(GX_SINGLE_LINE_TEXT_INPUT *input, GX_VALUE *xpos, GX_VALUE *ypos) { diff --git a/common/src/gxe_single_line_text_input_end.c b/common/src/gxe_single_line_text_input_end.c index 156145712..22188a390 100644 --- a/common/src/gxe_single_line_text_input_end.c +++ b/common/src/gxe_single_line_text_input_end.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_end(GX_SINGLE_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gxe_single_line_text_input_event_process.c b/common/src/gxe_single_line_text_input_event_process.c index 3f68f2725..fdeca2c0f 100644 --- a/common/src/gxe_single_line_text_input_event_process.c +++ b/common/src/gxe_single_line_text_input_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_event_process(GX_SINGLE_LINE_TEXT_INPUT *text_input, GX_EVENT *event_ptr) diff --git a/common/src/gxe_single_line_text_input_fill_color_set.c b/common/src/gxe_single_line_text_input_fill_color_set.c index 0ef5b9a64..8ebac4a4f 100644 --- a/common/src/gxe_single_line_text_input_fill_color_set.c +++ b/common/src/gxe_single_line_text_input_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_fill_color_set(GX_SINGLE_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_fill_color_id, diff --git a/common/src/gxe_single_line_text_input_home.c b/common/src/gxe_single_line_text_input_home.c index 7ff9ec9a9..2550dfe3a 100644 --- a/common/src/gxe_single_line_text_input_home.c +++ b/common/src/gxe_single_line_text_input_home.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_home(GX_SINGLE_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gxe_single_line_text_input_left_arrow.c b/common/src/gxe_single_line_text_input_left_arrow.c index 3b309e9d1..e1c1fe6d4 100644 --- a/common/src/gxe_single_line_text_input_left_arrow.c +++ b/common/src/gxe_single_line_text_input_left_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_left_arrow(GX_SINGLE_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gxe_single_line_text_input_position_get.c b/common/src/gxe_single_line_text_input_position_get.c index 704150e65..da8e4cdf4 100644 --- a/common/src/gxe_single_line_text_input_position_get.c +++ b/common/src/gxe_single_line_text_input_position_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_position_get(GX_SINGLE_LINE_TEXT_INPUT *text_input, INT pixel_position) diff --git a/common/src/gxe_single_line_text_input_right_arrow.c b/common/src/gxe_single_line_text_input_right_arrow.c index 3ef609ae3..c36915ef3 100644 --- a/common/src/gxe_single_line_text_input_right_arrow.c +++ b/common/src/gxe_single_line_text_input_right_arrow.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_right_arrow(GX_SINGLE_LINE_TEXT_INPUT *text_input) diff --git a/common/src/gxe_single_line_text_input_style_add.c b/common/src/gxe_single_line_text_input_style_add.c index cc2893da9..31e5826aa 100644 --- a/common/src/gxe_single_line_text_input_style_add.c +++ b/common/src/gxe_single_line_text_input_style_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_style_add(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gxe_single_line_text_input_style_remove.c b/common/src/gxe_single_line_text_input_style_remove.c index 0daf88363..bbc2deb48 100644 --- a/common/src/gxe_single_line_text_input_style_remove.c +++ b/common/src/gxe_single_line_text_input_style_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_style_remove(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gxe_single_line_text_input_style_set.c b/common/src/gxe_single_line_text_input_style_set.c index 37d2611fb..5ddbfd71c 100644 --- a/common/src/gxe_single_line_text_input_style_set.c +++ b/common/src/gxe_single_line_text_input_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_style_set(GX_SINGLE_LINE_TEXT_INPUT *text_input, ULONG style) { diff --git a/common/src/gxe_single_line_text_input_text_color_set.c b/common/src/gxe_single_line_text_input_text_color_set.c index 3389b3507..4cc13c774 100644 --- a/common/src/gxe_single_line_text_input_text_color_set.c +++ b/common/src/gxe_single_line_text_input_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -71,14 +72,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_text_color_set(GX_SINGLE_LINE_TEXT_INPUT *input, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_single_line_text_input_text_select.c b/common/src/gxe_single_line_text_input_text_select.c index e64f6e716..c7249ffa5 100644 --- a/common/src/gxe_single_line_text_input_text_select.c +++ b/common/src/gxe_single_line_text_input_text_select.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_text_select(GX_SINGLE_LINE_TEXT_INPUT *input, UINT start_index, UINT end_index) { diff --git a/common/src/gxe_single_line_text_input_text_set.c b/common/src/gxe_single_line_text_input_text_set.c index 2a87d7066..42d91ac26 100644 --- a/common/src/gxe_single_line_text_input_text_set.c +++ b/common/src/gxe_single_line_text_input_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_single_line_text_input_text_set(GX_SINGLE_LINE_TEXT_INPUT *input, GX_CONST GX_CHAR *text) @@ -133,14 +126,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_single_line_text_input_text_set_ext(GX_SINGLE_LINE_TEXT_INPUT *input, GX_CONST GX_STRING *text) { diff --git a/common/src/gxe_slider_create.c b/common/src/gxe_slider_create.c index 6dce377e8..6b694935e 100644 --- a/common/src/gxe_slider_create.c +++ b/common/src/gxe_slider_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_create(GX_SLIDER *slider, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT tick_count, GX_SLIDER_INFO *slider_info, ULONG style, USHORT slider_id, diff --git a/common/src/gxe_slider_event_process.c b/common/src/gxe_slider_event_process.c index a991c7883..f916bfcfa 100644 --- a/common/src/gxe_slider_event_process.c +++ b/common/src/gxe_slider_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_event_process(GX_SLIDER *slider, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_slider_info_set.c b/common/src/gxe_slider_info_set.c index aecbbb67f..6c2c10d45 100644 --- a/common/src/gxe_slider_info_set.c +++ b/common/src/gxe_slider_info_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_info_set(GX_SLIDER *slider, GX_SLIDER_INFO *info) { diff --git a/common/src/gxe_slider_needle_position_get.c b/common/src/gxe_slider_needle_position_get.c index d81bc16f5..8e65b875f 100644 --- a/common/src/gxe_slider_needle_position_get.c +++ b/common/src/gxe_slider_needle_position_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_needle_position_get(GX_SLIDER *slider, GX_SLIDER_INFO *slider_info, GX_RECTANGLE *return_position) { diff --git a/common/src/gxe_slider_travel_get.c b/common/src/gxe_slider_travel_get.c index 6b8d8c2eb..2cd63ac46 100644 --- a/common/src/gxe_slider_travel_get.c +++ b/common/src/gxe_slider_travel_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_travel_get(GX_SLIDER *slider, GX_SLIDER_INFO *info, INT *return_min_travel, INT *return_max_travel) { diff --git a/common/src/gxe_slider_value_calculate.c b/common/src/gxe_slider_value_calculate.c index 095a98e49..45b727713 100644 --- a/common/src/gxe_slider_value_calculate.c +++ b/common/src/gxe_slider_value_calculate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_value_calculate(GX_SLIDER *slider, GX_SLIDER_INFO *info, INT new_position) { diff --git a/common/src/gxe_slider_value_set.c b/common/src/gxe_slider_value_set.c index 5b13886ff..78e4b023b 100644 --- a/common/src/gxe_slider_value_set.c +++ b/common/src/gxe_slider_value_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_slider_value_set(GX_SLIDER *slider, GX_SLIDER_INFO *info, INT new_value) { diff --git a/common/src/gxe_sprite_create.c b/common/src/gxe_sprite_create.c index 63bcbc349..fb601c3af 100644 --- a/common/src/gxe_sprite_create.c +++ b/common/src/gxe_sprite_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_sprite_create(GX_SPRITE *sprite, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_SPRITE_FRAME *frame_list, USHORT frame_count, diff --git a/common/src/gxe_sprite_current_frame_set.c b/common/src/gxe_sprite_current_frame_set.c index 84ffee17e..dcda0ed7c 100644 --- a/common/src/gxe_sprite_current_frame_set.c +++ b/common/src/gxe_sprite_current_frame_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_sprite_current_frame_set(GX_SPRITE *sprite, USHORT frame_index) { diff --git a/common/src/gxe_sprite_frame_list_set.c b/common/src/gxe_sprite_frame_list_set.c index 16030f972..9015f8462 100644 --- a/common/src/gxe_sprite_frame_list_set.c +++ b/common/src/gxe_sprite_frame_list_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_sprite_frame_list_set(GX_SPRITE *sprite, GX_SPRITE_FRAME *frame_list, USHORT frame_count) { diff --git a/common/src/gxe_sprite_start.c b/common/src/gxe_sprite_start.c index e4c450496..db397c4f5 100644 --- a/common/src/gxe_sprite_start.c +++ b/common/src/gxe_sprite_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_sprite_start(GX_SPRITE *sprite, USHORT frame_number) { diff --git a/common/src/gxe_sprite_stop.c b/common/src/gxe_sprite_stop.c index cc24210c3..9fb8bd5b3 100644 --- a/common/src/gxe_sprite_stop.c +++ b/common/src/gxe_sprite_stop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_sprite_stop(GX_SPRITE *sprite) { diff --git a/common/src/gxe_string_scroll_wheel_create.c b/common/src/gxe_string_scroll_wheel_create.c index 5c2469fac..c5990e6e5 100644 --- a/common/src/gxe_string_scroll_wheel_create.c +++ b/common/src/gxe_string_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_string_scroll_wheel_create(GX_STRING_SCROLL_WHEEL *wheel, @@ -166,14 +159,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_string_scroll_wheel_create_ext(GX_STRING_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, GX_CONST GX_STRING *string_list, diff --git a/common/src/gxe_string_scroll_wheel_event_process.c b/common/src/gxe_string_scroll_wheel_event_process.c index 3045f2bf5..ba0f4a730 100644 --- a/common/src/gxe_string_scroll_wheel_event_process.c +++ b/common/src/gxe_string_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_string_scroll_wheel_event_process(GX_STRING_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_string_scroll_wheel_string_id_list_set.c b/common/src/gxe_string_scroll_wheel_string_id_list_set.c index 3b40da648..2ffcad118 100644 --- a/common/src/gxe_string_scroll_wheel_string_id_list_set.c +++ b/common/src/gxe_string_scroll_wheel_string_id_list_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_string_scroll_wheel_string_id_list_set(GX_STRING_SCROLL_WHEEL *wheel, GX_CONST GX_RESOURCE_ID *string_id_list, diff --git a/common/src/gxe_string_scroll_wheel_string_list_set.c b/common/src/gxe_string_scroll_wheel_string_list_set.c index 6ad899c1e..f08ed471c 100644 --- a/common/src/gxe_string_scroll_wheel_string_list_set.c +++ b/common/src/gxe_string_scroll_wheel_string_list_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_string_scroll_wheel_string_list_set(GX_STRING_SCROLL_WHEEL *wheel, @@ -142,14 +135,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_string_scroll_wheel_string_list_set_ext(GX_STRING_SCROLL_WHEEL *wheel, GX_CONST GX_STRING *string_list, diff --git a/common/src/gxe_system_active_language_set.c b/common/src/gxe_system_active_language_set.c index 91b571dac..e789a523f 100644 --- a/common/src/gxe_system_active_language_set.c +++ b/common/src/gxe_system_active_language_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_active_language_set(GX_UBYTE language) { diff --git a/common/src/gxe_system_animation_free.c b/common/src/gxe_system_animation_free.c index 86ecc7edc..48d4c1506 100644 --- a/common/src/gxe_system_animation_free.c +++ b/common/src/gxe_system_animation_free.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if (GX_ANIMATION_POOL_SIZE > 0) UINT _gxe_system_animation_free(GX_ANIMATION *animation) diff --git a/common/src/gxe_system_animation_get.c b/common/src/gxe_system_animation_get.c index 54bce5e4d..5c8a3bfda 100644 --- a/common/src/gxe_system_animation_get.c +++ b/common/src/gxe_system_animation_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if (GX_ANIMATION_POOL_SIZE > 0) diff --git a/common/src/gxe_system_canvas_refresh.c b/common/src/gxe_system_canvas_refresh.c index d80add95a..86595aba0 100644 --- a/common/src/gxe_system_canvas_refresh.c +++ b/common/src/gxe_system_canvas_refresh.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_canvas_refresh(VOID) { diff --git a/common/src/gxe_system_dirty_mark.c b/common/src/gxe_system_dirty_mark.c index 1cb06e5e8..28382b362 100644 --- a/common/src/gxe_system_dirty_mark.c +++ b/common/src/gxe_system_dirty_mark.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_dirty_mark(GX_WIDGET *widget) { diff --git a/common/src/gxe_system_dirty_partial_add.c b/common/src/gxe_system_dirty_partial_add.c index 9ba467f83..5651198b5 100644 --- a/common/src/gxe_system_dirty_partial_add.c +++ b/common/src/gxe_system_dirty_partial_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_dirty_partial_add(GX_WIDGET *widget, GX_RECTANGLE *dirty_area) { diff --git a/common/src/gxe_system_draw_context_get.c b/common/src/gxe_system_draw_context_get.c index 72908f275..6955d89e3 100644 --- a/common/src/gxe_system_draw_context_get.c +++ b/common/src/gxe_system_draw_context_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_draw_context_get(GX_DRAW_CONTEXT **current_context) { diff --git a/common/src/gxe_system_event_fold.c b/common/src/gxe_system_event_fold.c index 2a5014cc8..eb2412553 100644 --- a/common/src/gxe_system_event_fold.c +++ b/common/src/gxe_system_event_fold.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_event_fold(GX_EVENT *event_ptr) { diff --git a/common/src/gxe_system_event_send.c b/common/src/gxe_system_event_send.c index 1aa6e314c..ba983bc30 100644 --- a/common/src/gxe_system_event_send.c +++ b/common/src/gxe_system_event_send.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,14 +57,6 @@ /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_event_send(GX_EVENT *event_ptr) { diff --git a/common/src/gxe_system_focus_claim.c b/common/src/gxe_system_focus_claim.c index 6261c963e..c99bf4501 100644 --- a/common/src/gxe_system_focus_claim.c +++ b/common/src/gxe_system_focus_claim.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_focus_claim(GX_WIDGET *widget) { diff --git a/common/src/gxe_system_initialize.c b/common/src/gxe_system_initialize.c index 5f569df5d..0746fac0e 100644 --- a/common/src/gxe_system_initialize.c +++ b/common/src/gxe_system_initialize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_initialize(VOID) { diff --git a/common/src/gxe_system_language_table_get.c b/common/src/gxe_system_language_table_get.c index 450eb2206..f1ee9c286 100644 --- a/common/src/gxe_system_language_table_get.c +++ b/common/src/gxe_system_language_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_system_language_table_get(GX_CHAR ****language_table, GX_UBYTE *language_count, UINT *string_count) diff --git a/common/src/gxe_system_language_table_set.c b/common/src/gxe_system_language_table_set.c index ef84fd809..49766aa27 100644 --- a/common/src/gxe_system_language_table_set.c +++ b/common/src/gxe_system_language_table_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_system_language_table_set(GX_CHAR ***language_table, GX_UBYTE number_of_languages, UINT number_of_strings) diff --git a/common/src/gxe_system_memory_allocator_set.c b/common/src/gxe_system_memory_allocator_set.c index 09a48882a..a0ed9e42d 100644 --- a/common/src/gxe_system_memory_allocator_set.c +++ b/common/src/gxe_system_memory_allocator_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_memory_allocator_set(VOID *(*allocate)(ULONG size), VOID (*release)(VOID *)) { diff --git a/common/src/gxe_system_pen_configure.c b/common/src/gxe_system_pen_configure.c index 67f2aa916..7ee597560 100644 --- a/common/src/gxe_system_pen_configure.c +++ b/common/src/gxe_system_pen_configure.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_pen_configure(GX_PEN_CONFIGURATION *pen_configuration) { diff --git a/common/src/gxe_system_screen_stack_create.c b/common/src/gxe_system_screen_stack_create.c index 1abc3e83e..c5b4d6986 100644 --- a/common/src/gxe_system_screen_stack_create.c +++ b/common/src/gxe_system_screen_stack_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_screen_stack_create(GX_WIDGET **memory, INT size, UINT control_block_size) { diff --git a/common/src/gxe_system_screen_stack_get.c b/common/src/gxe_system_screen_stack_get.c index 627528aa4..84a043ceb 100644 --- a/common/src/gxe_system_screen_stack_get.c +++ b/common/src/gxe_system_screen_stack_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_screen_stack_get(GX_WIDGET **popped_parent, GX_WIDGET **popped_screen) { diff --git a/common/src/gxe_system_screen_stack_pop.c b/common/src/gxe_system_screen_stack_pop.c index f6cca57b0..8f895c1ed 100644 --- a/common/src/gxe_system_screen_stack_pop.c +++ b/common/src/gxe_system_screen_stack_pop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_screen_stack_pop(VOID) { diff --git a/common/src/gxe_system_screen_stack_push.c b/common/src/gxe_system_screen_stack_push.c index 833f11839..47e5d9ddb 100644 --- a/common/src/gxe_system_screen_stack_push.c +++ b/common/src/gxe_system_screen_stack_push.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_screen_stack_push(GX_WIDGET *screen) { diff --git a/common/src/gxe_system_scroll_appearance_get.c b/common/src/gxe_system_scroll_appearance_get.c index 7e77e1e25..c4411d200 100644 --- a/common/src/gxe_system_scroll_appearance_get.c +++ b/common/src/gxe_system_scroll_appearance_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_scroll_appearance_get(ULONG style, GX_SCROLLBAR_APPEARANCE *return_appearance) { diff --git a/common/src/gxe_system_scroll_appearance_set.c b/common/src/gxe_system_scroll_appearance_set.c index 3c8c97c12..7c2d136a3 100644 --- a/common/src/gxe_system_scroll_appearance_set.c +++ b/common/src/gxe_system_scroll_appearance_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_scroll_appearance_set(ULONG style, GX_SCROLLBAR_APPEARANCE *appearance) { diff --git a/common/src/gxe_system_start.c b/common/src/gxe_system_start.c index 1d026e237..7df0117db 100644 --- a/common/src/gxe_system_start.c +++ b/common/src/gxe_system_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_start(VOID) { diff --git a/common/src/gxe_system_string_get.c b/common/src/gxe_system_string_get.c index 93071405b..9324b832b 100644 --- a/common/src/gxe_system_string_get.c +++ b/common/src/gxe_system_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_system_string_get(GX_RESOURCE_ID string_id, GX_CONST GX_CHAR **return_string) diff --git a/common/src/gxe_system_string_table_get.c b/common/src/gxe_system_string_table_get.c index 25ac7a09c..6f2a420c8 100644 --- a/common/src/gxe_system_string_table_get.c +++ b/common/src/gxe_system_string_table_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_system_string_table_get(GX_UBYTE language, GX_CHAR ***put_table, UINT *put_size) diff --git a/common/src/gxe_system_string_width_get.c b/common/src/gxe_system_string_width_get.c index b6fb52e10..854e9d197 100644 --- a/common/src/gxe_system_string_width_get.c +++ b/common/src/gxe_system_string_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_system_string_width_get(GX_CONST GX_FONT *font, GX_CONST GX_CHAR *string, INT string_length, GX_VALUE *return_width) @@ -156,14 +149,6 @@ UINT length; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_string_width_get_ext(GX_CONST GX_FONT *font, GX_CONST GX_STRING *string, GX_VALUE *return_width) { diff --git a/common/src/gxe_system_timer_start.c b/common/src/gxe_system_timer_start.c index a36ec7e88..4f34325d8 100644 --- a/common/src/gxe_system_timer_start.c +++ b/common/src/gxe_system_timer_start.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_timer_start(GX_WIDGET *owner, UINT timer_id, UINT initial_ticks, UINT reschedule_ticks) { diff --git a/common/src/gxe_system_timer_stop.c b/common/src/gxe_system_timer_stop.c index 92df6836c..93b4eddc7 100644 --- a/common/src/gxe_system_timer_stop.c +++ b/common/src/gxe_system_timer_stop.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_timer_stop(GX_WIDGET *owner, UINT timer_id) { diff --git a/common/src/gxe_system_version_string_get.c b/common/src/gxe_system_version_string_get.c index 90f4969a2..9bc06976e 100644 --- a/common/src/gxe_system_version_string_get.c +++ b/common/src/gxe_system_version_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_system_version_string_get(GX_CHAR **return_string) @@ -118,14 +111,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_version_string_get_ext(GX_STRING *return_string) { diff --git a/common/src/gxe_system_widget_find.c b/common/src/gxe_system_widget_find.c index bc191440f..9d7b8426a 100644 --- a/common/src/gxe_system_widget_find.c +++ b/common/src/gxe_system_widget_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_system_widget_find(USHORT widget_id, INT search_level, GX_WIDGET **return_search_result) { diff --git a/common/src/gxe_text_button_create.c b/common/src/gxe_text_button_create.c index 014c3edef..c9c2c7232 100644 --- a/common/src/gxe_text_button_create.c +++ b/common/src/gxe_text_button_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,14 +68,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_create(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, ULONG style, USHORT Id, diff --git a/common/src/gxe_text_button_event_process.c b/common/src/gxe_text_button_event_process.c index 78d1d5cc6..45ab3c1dc 100644 --- a/common/src/gxe_text_button_event_process.c +++ b/common/src/gxe_text_button_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_event_process(GX_TEXT_BUTTON *button, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_text_button_font_set.c b/common/src/gxe_text_button_font_set.c index 6c03ba61a..98e57b862 100644 --- a/common/src/gxe_text_button_font_set.c +++ b/common/src/gxe_text_button_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_font_set(GX_TEXT_BUTTON *button, GX_RESOURCE_ID font_id) { diff --git a/common/src/gxe_text_button_text_color_set.c b/common/src/gxe_text_button_text_color_set.c index 8af48146b..5efa7dc99 100644 --- a/common/src/gxe_text_button_text_color_set.c +++ b/common/src/gxe_text_button_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_text_color_set(GX_TEXT_BUTTON *text_button, GX_RESOURCE_ID normal_text_color_id, diff --git a/common/src/gxe_text_button_text_get.c b/common/src/gxe_text_button_text_get.c index c2ed6ed02..39914c244 100644 --- a/common/src/gxe_text_button_text_get.c +++ b/common/src/gxe_text_button_text_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_text_button_text_get(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR **return_text) @@ -133,14 +126,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_text_get_ext(GX_TEXT_BUTTON *button, GX_STRING *return_text) { diff --git a/common/src/gxe_text_button_text_id_set.c b/common/src/gxe_text_button_text_id_set.c index 469634d3a..0fb81dc1b 100644 --- a/common/src/gxe_text_button_text_id_set.c +++ b/common/src/gxe_text_button_text_id_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Cdoe */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_text_id_set(GX_TEXT_BUTTON *button, GX_RESOURCE_ID text_id) { diff --git a/common/src/gxe_text_button_text_set.c b/common/src/gxe_text_button_text_set.c index 5e8f30616..933b08ffd 100644 --- a/common/src/gxe_text_button_text_set.c +++ b/common/src/gxe_text_button_text_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_text_button_text_set(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR *text) @@ -133,14 +126,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_button_text_set_ext(GX_TEXT_BUTTON *button, GX_CONST GX_STRING *text) { diff --git a/common/src/gxe_text_input_cursor_blink_interval_set.c b/common/src/gxe_text_input_cursor_blink_interval_set.c index ca49ad59a..38d5412f7 100644 --- a/common/src/gxe_text_input_cursor_blink_interval_set.c +++ b/common/src/gxe_text_input_cursor_blink_interval_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_input_cursor_blink_interval_set(GX_TEXT_INPUT_CURSOR *cursor_ptr, GX_UBYTE blink_interval) { diff --git a/common/src/gxe_text_input_cursor_height_set.c b/common/src/gxe_text_input_cursor_height_set.c index f7dbb34a4..76d3a9e14 100644 --- a/common/src/gxe_text_input_cursor_height_set.c +++ b/common/src/gxe_text_input_cursor_height_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,17 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 10-31-2023 Ting Zhu Modified comment(s), */ -/* added invalid height check, */ -/* resulting in version 6.3.0 */ -/* */ /**************************************************************************/ UINT _gxe_text_input_cursor_height_set(GX_TEXT_INPUT_CURSOR *cursor_ptr, GX_UBYTE height) { diff --git a/common/src/gxe_text_input_cursor_width_set.c b/common/src/gxe_text_input_cursor_width_set.c index fcd0b668d..42950a01b 100644 --- a/common/src/gxe_text_input_cursor_width_set.c +++ b/common/src/gxe_text_input_cursor_width_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_input_cursor_width_set(GX_TEXT_INPUT_CURSOR *cursor_ptr, GX_UBYTE width) { diff --git a/common/src/gxe_text_scroll_wheel_callback_set.c b/common/src/gxe_text_scroll_wheel_callback_set.c index eaa069c98..e08aea951 100644 --- a/common/src/gxe_text_scroll_wheel_callback_set.c +++ b/common/src/gxe_text_scroll_wheel_callback_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL *widget, GX_CONST GX_CHAR *(*callback)(GX_TEXT_SCROLL_WHEEL *, INT)) @@ -129,14 +122,6 @@ UINT status; /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_scroll_wheel_callback_set_ext(GX_TEXT_SCROLL_WHEEL *widget, UINT (*callback)(GX_TEXT_SCROLL_WHEEL *, INT, GX_STRING *)) { diff --git a/common/src/gxe_text_scroll_wheel_create.c b/common/src/gxe_text_scroll_wheel_create.c index 206eaba3c..5271f9301 100644 --- a/common/src/gxe_text_scroll_wheel_create.c +++ b/common/src/gxe_text_scroll_wheel_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_scroll_wheel_create(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size) diff --git a/common/src/gxe_text_scroll_wheel_event_process.c b/common/src/gxe_text_scroll_wheel_event_process.c index 610a70024..2e8c4dac8 100644 --- a/common/src/gxe_text_scroll_wheel_event_process.c +++ b/common/src/gxe_text_scroll_wheel_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_scroll_wheel_event_process(GX_TEXT_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_text_scroll_wheel_font_set.c b/common/src/gxe_text_scroll_wheel_font_set.c index 7b55b5707..6afdf2424 100644 --- a/common/src/gxe_text_scroll_wheel_font_set.c +++ b/common/src/gxe_text_scroll_wheel_font_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_scroll_wheel_font_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_font, GX_RESOURCE_ID selected_font) { diff --git a/common/src/gxe_text_scroll_wheel_text_color_set.c b/common/src/gxe_text_scroll_wheel_text_color_set.c index 172bc8cc8..5e0588202 100644 --- a/common/src/gxe_text_scroll_wheel_text_color_set.c +++ b/common/src/gxe_text_scroll_wheel_text_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_text_scroll_wheel_text_color_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_text_color, diff --git a/common/src/gxe_tree_view_create.c b/common/src/gxe_tree_view_create.c index a8b00d24b..6593d9ce5 100644 --- a/common/src/gxe_tree_view_create.c +++ b/common/src/gxe_tree_view_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_create(GX_TREE_VIEW *tree, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT tree_id, GX_CONST GX_RECTANGLE *size, UINT control_block_size) diff --git a/common/src/gxe_tree_view_event_process.c b/common/src/gxe_tree_view_event_process.c index 9539b883a..4c4e0aa7d 100644 --- a/common/src/gxe_tree_view_event_process.c +++ b/common/src/gxe_tree_view_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_event_process(GX_TREE_VIEW *tree, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_tree_view_indentation_set.c b/common/src/gxe_tree_view_indentation_set.c index cfe928d7f..433d44236 100644 --- a/common/src/gxe_tree_view_indentation_set.c +++ b/common/src/gxe_tree_view_indentation_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_indentation_set(GX_TREE_VIEW *tree, GX_VALUE indentation) { diff --git a/common/src/gxe_tree_view_position.c b/common/src/gxe_tree_view_position.c index f05821ec4..9cea9cfa2 100644 --- a/common/src/gxe_tree_view_position.c +++ b/common/src/gxe_tree_view_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_position(GX_TREE_VIEW *tree) { diff --git a/common/src/gxe_tree_view_root_line_color_set.c b/common/src/gxe_tree_view_root_line_color_set.c index b81e6527c..d41d22b07 100644 --- a/common/src/gxe_tree_view_root_line_color_set.c +++ b/common/src/gxe_tree_view_root_line_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_root_line_color_set(GX_TREE_VIEW *tree, GX_RESOURCE_ID color) { diff --git a/common/src/gxe_tree_view_root_pixelmap_set.c b/common/src/gxe_tree_view_root_pixelmap_set.c index 81d4041ce..e1e427795 100644 --- a/common/src/gxe_tree_view_root_pixelmap_set.c +++ b/common/src/gxe_tree_view_root_pixelmap_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_root_pixelmap_set(GX_TREE_VIEW *tree, GX_RESOURCE_ID expand_map_id, GX_RESOURCE_ID collapse_map_id) { diff --git a/common/src/gxe_tree_view_selected_get.c b/common/src/gxe_tree_view_selected_get.c index ad91f3ba1..96a82e578 100644 --- a/common/src/gxe_tree_view_selected_get.c +++ b/common/src/gxe_tree_view_selected_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_selected_get(GX_TREE_VIEW *tree, GX_WIDGET **selected) { diff --git a/common/src/gxe_tree_view_selected_set.c b/common/src/gxe_tree_view_selected_set.c index 13e69f305..1d7f6b39f 100644 --- a/common/src/gxe_tree_view_selected_set.c +++ b/common/src/gxe_tree_view_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_tree_view_selected_set(GX_TREE_VIEW *tree, GX_WIDGET *selected) { diff --git a/common/src/gxe_utility_bidi_paragraph_reorder.c b/common/src/gxe_utility_bidi_paragraph_reorder.c index 1c6418110..5041c98a9 100644 --- a/common/src/gxe_utility_bidi_paragraph_reorder.c +++ b/common/src/gxe_utility_bidi_paragraph_reorder.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gxe_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) @@ -124,12 +117,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gxe_utility_bidi_paragraph_reorder_ext(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) diff --git a/common/src/gxe_utility_bidi_resolved_text_info_delete.c b/common/src/gxe_utility_bidi_resolved_text_info_delete.c index 6abbb74f5..c229dffaa 100644 --- a/common/src/gxe_utility_bidi_resolved_text_info_delete.c +++ b/common/src/gxe_utility_bidi_resolved_text_info_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) UINT _gxe_utility_bidi_resolved_text_info_delete(GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) diff --git a/common/src/gxe_utility_canvas_to_bmp.c b/common/src/gxe_utility_canvas_to_bmp.c index a09392555..dab017f3e 100644 --- a/common/src/gxe_utility_canvas_to_bmp.c +++ b/common/src/gxe_utility_canvas_to_bmp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_canvas_to_bmp(GX_CANVAS *canvas, GX_RECTANGLE *rect, UINT (*write_data)(GX_UBYTE *byte_data, UINT data_count)) { diff --git a/common/src/gxe_utility_circle_point_get.c b/common/src/gxe_utility_circle_point_get.c index 038ca9572..606f75c98 100644 --- a/common/src/gxe_utility_circle_point_get.c +++ b/common/src/gxe_utility_circle_point_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_circle_point_get(INT xcenter, INT ycenter, UINT r, INT angle, GX_POINT *point) { diff --git a/common/src/gxe_utility_gradient_create.c b/common/src/gxe_utility_gradient_create.c index 95d9b8cf4..e5964fb7c 100644 --- a/common/src/gxe_utility_gradient_create.c +++ b/common/src/gxe_utility_gradient_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_gradient_create(GX_GRADIENT *gradient, GX_VALUE width, GX_VALUE height, UCHAR type, GX_UBYTE alpha_start, GX_UBYTE alpha_end) diff --git a/common/src/gxe_utility_gradient_delete.c b/common/src/gxe_utility_gradient_delete.c index be949cba2..cb2b7ec9b 100644 --- a/common/src/gxe_utility_gradient_delete.c +++ b/common/src/gxe_utility_gradient_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_gradient_delete(GX_GRADIENT *gradient) { diff --git a/common/src/gxe_utility_ltoa.c b/common/src/gxe_utility_ltoa.c index 175e06151..1df422322 100644 --- a/common/src/gxe_utility_ltoa.c +++ b/common/src/gxe_utility_ltoa.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_ltoa(LONG value, GX_CHAR *return_buffer, UINT return_buffer_size) { diff --git a/common/src/gxe_utility_pixelmap_resize.c b/common/src/gxe_utility_pixelmap_resize.c index e73109981..139c1474b 100644 --- a/common/src/gxe_utility_pixelmap_resize.c +++ b/common/src/gxe_utility_pixelmap_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_pixelmap_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) { diff --git a/common/src/gxe_utility_pixelmap_rotate.c b/common/src/gxe_utility_pixelmap_rotate.c index d7d167060..664006f9a 100644 --- a/common/src/gxe_utility_pixelmap_rotate.c +++ b/common/src/gxe_utility_pixelmap_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_pixelmap_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gxe_utility_pixelmap_simple_rotate.c b/common/src/gxe_utility_pixelmap_simple_rotate.c index fb3898482..00376cd4e 100644 --- a/common/src/gxe_utility_pixelmap_simple_rotate.c +++ b/common/src/gxe_utility_pixelmap_simple_rotate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ /* Application Code */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_pixelmap_simple_rotate(GX_PIXELMAP *src, INT angle, GX_PIXELMAP *destination, INT *rot_cx, INT *rot_cy) { diff --git a/common/src/gxe_utility_rectangle_center.c b/common/src/gxe_utility_rectangle_center.c index 659f6f052..d3dc28f62 100644 --- a/common/src/gxe_utility_rectangle_center.c +++ b/common/src/gxe_utility_rectangle_center.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_rectangle_center(GX_RECTANGLE *rectangle, GX_RECTANGLE *within) { diff --git a/common/src/gxe_utility_rectangle_center_find.c b/common/src/gxe_utility_rectangle_center_find.c index 6444da55f..d0397915c 100644 --- a/common/src/gxe_utility_rectangle_center_find.c +++ b/common/src/gxe_utility_rectangle_center_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_rectangle_center_find(GX_RECTANGLE *rectangle, GX_POINT *return_center) diff --git a/common/src/gxe_utility_rectangle_combine.c b/common/src/gxe_utility_rectangle_combine.c index 79ff6cb1e..c96d974ec 100644 --- a/common/src/gxe_utility_rectangle_combine.c +++ b/common/src/gxe_utility_rectangle_combine.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_rectangle_combine(GX_RECTANGLE *first_rectangle, GX_RECTANGLE *second_rectangle) { diff --git a/common/src/gxe_utility_rectangle_compare.c b/common/src/gxe_utility_rectangle_compare.c index 82a06ce36..d748da06b 100644 --- a/common/src/gxe_utility_rectangle_compare.c +++ b/common/src/gxe_utility_rectangle_compare.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gxe_utility_rectangle_compare(GX_RECTANGLE *first_rectangle, GX_RECTANGLE *second_rectangle) { diff --git a/common/src/gxe_utility_rectangle_define.c b/common/src/gxe_utility_rectangle_define.c index ab0d3047a..cf018803b 100644 --- a/common/src/gxe_utility_rectangle_define.c +++ b/common/src/gxe_utility_rectangle_define.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_rectangle_define(GX_RECTANGLE *rectangle, GX_VALUE left, GX_VALUE top, GX_VALUE right, GX_VALUE bottom) diff --git a/common/src/gxe_utility_rectangle_overlap_detect.c b/common/src/gxe_utility_rectangle_overlap_detect.c index fbba4e2f2..f8b9ddfcc 100644 --- a/common/src/gxe_utility_rectangle_overlap_detect.c +++ b/common/src/gxe_utility_rectangle_overlap_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gxe_utility_rectangle_overlap_detect(GX_RECTANGLE *first_rectangle, GX_RECTANGLE *second_rectangle, GX_RECTANGLE *return_overlap_area) diff --git a/common/src/gxe_utility_rectangle_point_detect.c b/common/src/gxe_utility_rectangle_point_detect.c index 7d3f91288..e54a7cb28 100644 --- a/common/src/gxe_utility_rectangle_point_detect.c +++ b/common/src/gxe_utility_rectangle_point_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ GX_BOOL _gxe_utility_rectangle_point_detect(GX_RECTANGLE *rectangle, GX_POINT point) { diff --git a/common/src/gxe_utility_rectangle_resize.c b/common/src/gxe_utility_rectangle_resize.c index ea65e55f3..c26d72119 100644 --- a/common/src/gxe_utility_rectangle_resize.c +++ b/common/src/gxe_utility_rectangle_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_rectangle_resize(GX_RECTANGLE *rectangle, GX_VALUE adjust) { diff --git a/common/src/gxe_utility_rectangle_shift.c b/common/src/gxe_utility_rectangle_shift.c index a749766e6..c4239d65d 100644 --- a/common/src/gxe_utility_rectangle_shift.c +++ b/common/src/gxe_utility_rectangle_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_rectangle_shift(GX_RECTANGLE *rectangle, GX_VALUE x_shift, GX_VALUE y_shift) { diff --git a/common/src/gxe_utility_string_to_alphamap.c b/common/src/gxe_utility_string_to_alphamap.c index b06ffbbec..38a541e0e 100644 --- a/common/src/gxe_utility_string_to_alphamap.c +++ b/common/src/gxe_utility_string_to_alphamap.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,14 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_utility_string_to_alphamap(GX_CONST GX_CHAR *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) @@ -120,14 +113,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_utility_string_to_alphamap_ext(GX_CONST GX_STRING *text, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) { diff --git a/common/src/gxe_vertical_list_children_position.c b/common/src/gxe_vertical_list_children_position.c index 11b5ae532..9df1ca716 100644 --- a/common/src/gxe_vertical_list_children_position.c +++ b/common/src/gxe_vertical_list_children_position.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_children_position(GX_VERTICAL_LIST *vertical_list) { diff --git a/common/src/gxe_vertical_list_create.c b/common/src/gxe_vertical_list_create.c index 4d249d9cc..8ab6b9cb2 100644 --- a/common/src/gxe_vertical_list_create.c +++ b/common/src/gxe_vertical_list_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -72,14 +73,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_create(GX_VERTICAL_LIST *vertical_list, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT total_rows, diff --git a/common/src/gxe_vertical_list_event_process.c b/common/src/gxe_vertical_list_event_process.c index 02fac1753..c35cbf75c 100644 --- a/common/src/gxe_vertical_list_event_process.c +++ b/common/src/gxe_vertical_list_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_event_process(GX_VERTICAL_LIST *list, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_vertical_list_page_index_set.c b/common/src/gxe_vertical_list_page_index_set.c index 84f4f749e..d2a7a7b1d 100644 --- a/common/src/gxe_vertical_list_page_index_set.c +++ b/common/src/gxe_vertical_list_page_index_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_page_index_set(GX_VERTICAL_LIST *vertical_list, INT index) { diff --git a/common/src/gxe_vertical_list_selected_index_get.c b/common/src/gxe_vertical_list_selected_index_get.c index 737d96675..68c64e948 100644 --- a/common/src/gxe_vertical_list_selected_index_get.c +++ b/common/src/gxe_vertical_list_selected_index_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_selected_index_get(GX_VERTICAL_LIST *vertical_list, INT *return_index) diff --git a/common/src/gxe_vertical_list_selected_set.c b/common/src/gxe_vertical_list_selected_set.c index 2cac3f9fa..fd7307ca0 100644 --- a/common/src/gxe_vertical_list_selected_set.c +++ b/common/src/gxe_vertical_list_selected_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_selected_set(GX_VERTICAL_LIST *vertical_list, INT index) { diff --git a/common/src/gxe_vertical_list_selected_widget_get.c b/common/src/gxe_vertical_list_selected_widget_get.c index 9eeba8027..d83b45a3a 100644 --- a/common/src/gxe_vertical_list_selected_widget_get.c +++ b/common/src/gxe_vertical_list_selected_widget_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_selected_widget_get(GX_VERTICAL_LIST *vertical_list, GX_WIDGET **return_list_entry) diff --git a/common/src/gxe_vertical_list_total_rows_set.c b/common/src/gxe_vertical_list_total_rows_set.c index ca83d1ac0..838c07690 100644 --- a/common/src/gxe_vertical_list_total_rows_set.c +++ b/common/src/gxe_vertical_list_total_rows_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_list_total_rows_set(GX_VERTICAL_LIST *list, INT count) { diff --git a/common/src/gxe_vertical_scrollbar_create.c b/common/src/gxe_vertical_scrollbar_create.c index 92ea5e8fc..dfe7a28d5 100644 --- a/common/src/gxe_vertical_scrollbar_create.c +++ b/common/src/gxe_vertical_scrollbar_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,14 +67,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_vertical_scrollbar_create(GX_SCROLLBAR *scrollbar, GX_CONST GX_CHAR *name, GX_WINDOW *parent, diff --git a/common/src/gxe_widget_allocate.c b/common/src/gxe_widget_allocate.c index 249cedd65..05301795d 100644 --- a/common/src/gxe_widget_allocate.c +++ b/common/src/gxe_widget_allocate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_allocate(GX_WIDGET **widget, ULONG memsize) { diff --git a/common/src/gxe_widget_attach.c b/common/src/gxe_widget_attach.c index a6f251c56..0677e0a7f 100644 --- a/common/src/gxe_widget_attach.c +++ b/common/src/gxe_widget_attach.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_attach(GX_WIDGET *parent, GX_WIDGET *child) diff --git a/common/src/gxe_widget_back_attach.c b/common/src/gxe_widget_back_attach.c index 7f1b37de7..913aab86e 100644 --- a/common/src/gxe_widget_back_attach.c +++ b/common/src/gxe_widget_back_attach.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_back_attach(GX_WIDGET *parent, GX_WIDGET *child) diff --git a/common/src/gxe_widget_back_move.c b/common/src/gxe_widget_back_move.c index f3fb3f7de..7952f422c 100644 --- a/common/src/gxe_widget_back_move.c +++ b/common/src/gxe_widget_back_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_back_move(GX_WIDGET *widget, GX_BOOL *widget_moved) { diff --git a/common/src/gxe_widget_block_move.c b/common/src/gxe_widget_block_move.c index 8cffdb81c..fd5875915 100644 --- a/common/src/gxe_widget_block_move.c +++ b/common/src/gxe_widget_block_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_block_move(GX_WIDGET *widget, GX_RECTANGLE *block, INT x_shift, INT y_shift) { diff --git a/common/src/gxe_widget_border_style_set.c b/common/src/gxe_widget_border_style_set.c index 467dd7437..50c28e7dd 100644 --- a/common/src/gxe_widget_border_style_set.c +++ b/common/src/gxe_widget_border_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_border_style_set(GX_WIDGET *widget, ULONG Style) { diff --git a/common/src/gxe_widget_border_width_get.c b/common/src/gxe_widget_border_width_get.c index bae67bcef..56488768e 100644 --- a/common/src/gxe_widget_border_width_get.c +++ b/common/src/gxe_widget_border_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_border_width_get(GX_WIDGET *widget, GX_VALUE *return_width) { diff --git a/common/src/gxe_widget_canvas_get.c b/common/src/gxe_widget_canvas_get.c index c8da795d9..1e0934f93 100644 --- a/common/src/gxe_widget_canvas_get.c +++ b/common/src/gxe_widget_canvas_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_canvas_get(GX_WIDGET *widget, GX_CANVAS **return_canvas) { diff --git a/common/src/gxe_widget_child_detect.c b/common/src/gxe_widget_child_detect.c index 0232fed74..7af146c69 100644 --- a/common/src/gxe_widget_child_detect.c +++ b/common/src/gxe_widget_child_detect.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* GUIX application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_child_detect(GX_WIDGET *parent, GX_WIDGET *child, GX_BOOL *return_detect) { diff --git a/common/src/gxe_widget_client_get.c b/common/src/gxe_widget_client_get.c index d292fcc8b..70c8b5a1f 100644 --- a/common/src/gxe_widget_client_get.c +++ b/common/src/gxe_widget_client_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ /* Application Code */ /* GUIX draw functions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_client_get(GX_WIDGET *widget, GX_VALUE border_width, GX_RECTANGLE *return_size) { diff --git a/common/src/gxe_widget_color_get.c b/common/src/gxe_widget_color_get.c index ec1608c33..d290f2bc2 100644 --- a/common/src/gxe_widget_color_get.c +++ b/common/src/gxe_widget_color_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* Application Code */ /* GUIX default draw funtions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_color_get(GX_WIDGET *widget, GX_RESOURCE_ID color_id, GX_COLOR *return_color) { diff --git a/common/src/gxe_widget_create.c b/common/src/gxe_widget_create.c index cbb1a186b..c4ab39fd0 100644 --- a/common/src/gxe_widget_create.c +++ b/common/src/gxe_widget_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_create(GX_WIDGET *widget, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT widget_block_size) diff --git a/common/src/gxe_widget_created_test.c b/common/src/gxe_widget_created_test.c index 8ab451ef5..064804dd8 100644 --- a/common/src/gxe_widget_created_test.c +++ b/common/src/gxe_widget_created_test.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* GUIX application code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_created_test(GX_WIDGET *widget, GX_BOOL *return_test) { diff --git a/common/src/gxe_widget_delete.c b/common/src/gxe_widget_delete.c index d6ec0d707..7b0315f6d 100644 --- a/common/src/gxe_widget_delete.c +++ b/common/src/gxe_widget_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_delete(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_detach.c b/common/src/gxe_widget_detach.c index d10213727..c3e2ee634 100644 --- a/common/src/gxe_widget_detach.c +++ b/common/src/gxe_widget_detach.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_detach(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_draw_set.c b/common/src/gxe_widget_draw_set.c index 84a358c52..709eb83ee 100644 --- a/common/src/gxe_widget_draw_set.c +++ b/common/src/gxe_widget_draw_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_draw_set(GX_WIDGET *widget, VOID (*draw_func)(GX_WIDGET *)) { diff --git a/common/src/gxe_widget_event_generate.c b/common/src/gxe_widget_event_generate.c index 5b10d1e46..f5026dad4 100644 --- a/common/src/gxe_widget_event_generate.c +++ b/common/src/gxe_widget_event_generate.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_event_generate(GX_WIDGET *widget, USHORT event_type, LONG value) { diff --git a/common/src/gxe_widget_event_process.c b/common/src/gxe_widget_event_process.c index 16f54ca80..1a4e57ac6 100644 --- a/common/src/gxe_widget_event_process.c +++ b/common/src/gxe_widget_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_widget_event_process_set.c b/common/src/gxe_widget_event_process_set.c index 8c45c0f6f..2f91075fb 100644 --- a/common/src/gxe_widget_event_process_set.c +++ b/common/src/gxe_widget_event_process_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* GUIX Application */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_event_process_set(GX_WIDGET *widget, UINT (*event_processing_function)(GX_WIDGET *, GX_EVENT *)) { diff --git a/common/src/gxe_widget_event_to_parent.c b/common/src/gxe_widget_event_to_parent.c index 569ba557c..3c57217fe 100644 --- a/common/src/gxe_widget_event_to_parent.c +++ b/common/src/gxe_widget_event_to_parent.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_event_to_parent(GX_WIDGET *widget, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_widget_fill_color_set.c b/common/src/gxe_widget_fill_color_set.c index 07b623e5d..f15f09975 100644 --- a/common/src/gxe_widget_fill_color_set.c +++ b/common/src/gxe_widget_fill_color_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_fill_color_set(GX_WIDGET *widget, GX_RESOURCE_ID normal_color, diff --git a/common/src/gxe_widget_find.c b/common/src/gxe_widget_find.c index 144453d08..f299779c0 100644 --- a/common/src/gxe_widget_find.c +++ b/common/src/gxe_widget_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_first_child_get.c b/common/src/gxe_widget_first_child_get.c index 6e1a0ae98..5f4b8aae0 100644 --- a/common/src/gxe_widget_first_child_get.c +++ b/common/src/gxe_widget_first_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_first_child_get(GX_WIDGET *parent, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_focus_next.c b/common/src/gxe_widget_focus_next.c index 03e79d97a..a5fff7fa1 100644 --- a/common/src/gxe_widget_focus_next.c +++ b/common/src/gxe_widget_focus_next.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_focus_next(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_focus_previous.c b/common/src/gxe_widget_focus_previous.c index 469c1a78d..f9e567ba4 100644 --- a/common/src/gxe_widget_focus_previous.c +++ b/common/src/gxe_widget_focus_previous.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_focus_previous(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_font_get.c b/common/src/gxe_widget_font_get.c index f07f13d4b..d2cd7c55f 100644 --- a/common/src/gxe_widget_font_get.c +++ b/common/src/gxe_widget_font_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* Application Code */ /* GUIX default drawing functions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_font_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_FONT **return_font) { diff --git a/common/src/gxe_widget_free.c b/common/src/gxe_widget_free.c index 5fb0cec4c..822c60b02 100644 --- a/common/src/gxe_widget_free.c +++ b/common/src/gxe_widget_free.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_free(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_front_move.c b/common/src/gxe_widget_front_move.c index f54c2d991..cda48af32 100644 --- a/common/src/gxe_widget_front_move.c +++ b/common/src/gxe_widget_front_move.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_front_move(GX_WIDGET *widget, GX_BOOL *return_moved) { diff --git a/common/src/gxe_widget_height_get.c b/common/src/gxe_widget_height_get.c index 328664140..25484fdeb 100644 --- a/common/src/gxe_widget_height_get.c +++ b/common/src/gxe_widget_height_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_height_get(GX_WIDGET *widget, GX_VALUE *return_height) { diff --git a/common/src/gxe_widget_hide.c b/common/src/gxe_widget_hide.c index 90b1e0987..5127bc8f3 100644 --- a/common/src/gxe_widget_hide.c +++ b/common/src/gxe_widget_hide.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_hide(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_last_child_get.c b/common/src/gxe_widget_last_child_get.c index 78c67e538..2e573b747 100644 --- a/common/src/gxe_widget_last_child_get.c +++ b/common/src/gxe_widget_last_child_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_last_child_get(GX_WIDGET *parent, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_next_sibling_get.c b/common/src/gxe_widget_next_sibling_get.c index d2e0ab803..103e5074c 100644 --- a/common/src/gxe_widget_next_sibling_get.c +++ b/common/src/gxe_widget_next_sibling_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_next_sibling_get(GX_WIDGET *current, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_parent_get.c b/common/src/gxe_widget_parent_get.c index cd7024e90..8074a2535 100644 --- a/common/src/gxe_widget_parent_get.c +++ b/common/src/gxe_widget_parent_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_parent_get(GX_WIDGET *current, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_pixelmap_get.c b/common/src/gxe_widget_pixelmap_get.c index 689014fd9..8a2f198c7 100644 --- a/common/src/gxe_widget_pixelmap_get.c +++ b/common/src/gxe_widget_pixelmap_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_pixelmap_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_PIXELMAP **return_pixelmap) { diff --git a/common/src/gxe_widget_previous_sibling_get.c b/common/src/gxe_widget_previous_sibling_get.c index 8db1de41d..73e5e0c6c 100644 --- a/common/src/gxe_widget_previous_sibling_get.c +++ b/common/src/gxe_widget_previous_sibling_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_previous_sibling_get(GX_WIDGET *current, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_resize.c b/common/src/gxe_widget_resize.c index c9b4054aa..a1c9b5e3f 100644 --- a/common/src/gxe_widget_resize.c +++ b/common/src/gxe_widget_resize.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_resize(GX_WIDGET *widget, GX_RECTANGLE *new_size) { diff --git a/common/src/gxe_widget_shift.c b/common/src/gxe_widget_shift.c index 8f3199ff7..b6bceb248 100644 --- a/common/src/gxe_widget_shift.c +++ b/common/src/gxe_widget_shift.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_shift(GX_WIDGET *widget, GX_VALUE x_shift, GX_VALUE y_shift, GX_BOOL mark_dirty) { diff --git a/common/src/gxe_widget_show.c b/common/src/gxe_widget_show.c index 1c3e22903..ad9cd9def 100644 --- a/common/src/gxe_widget_show.c +++ b/common/src/gxe_widget_show.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_show(GX_WIDGET *widget) { diff --git a/common/src/gxe_widget_status_add.c b/common/src/gxe_widget_status_add.c index 62324b669..bbc67a2f8 100644 --- a/common/src/gxe_widget_status_add.c +++ b/common/src/gxe_widget_status_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_status_add(GX_WIDGET *widget, ULONG status) { diff --git a/common/src/gxe_widget_status_get.c b/common/src/gxe_widget_status_get.c index 1243ff577..8be93822e 100644 --- a/common/src/gxe_widget_status_get.c +++ b/common/src/gxe_widget_status_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_status_get(GX_WIDGET *widget, ULONG *return_status) { diff --git a/common/src/gxe_widget_status_remove.c b/common/src/gxe_widget_status_remove.c index a120757c5..c0c1bf0d5 100644 --- a/common/src/gxe_widget_status_remove.c +++ b/common/src/gxe_widget_status_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,14 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_status_remove(GX_WIDGET *widget, ULONG status) { diff --git a/common/src/gxe_widget_status_test.c b/common/src/gxe_widget_status_test.c index 6c8df8b97..9de49f9b7 100644 --- a/common/src/gxe_widget_status_test.c +++ b/common/src/gxe_widget_status_test.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_status_test(GX_WIDGET *widget, ULONG status, GX_BOOL *return_test) { diff --git a/common/src/gxe_widget_string_get.c b/common/src/gxe_widget_string_get.c index 4a700c219..c568ad9db 100644 --- a/common/src/gxe_widget_string_get.c +++ b/common/src/gxe_widget_string_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_widget_string_get(GX_WIDGET *widget, GX_RESOURCE_ID resource_id, GX_CONST GX_CHAR **return_string) @@ -133,14 +126,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_string_get_ext(GX_WIDGET *widget, GX_RESOURCE_ID string_id, GX_STRING *return_string) { diff --git a/common/src/gxe_widget_style_add.c b/common/src/gxe_widget_style_add.c index 667a04f6c..794385862 100644 --- a/common/src/gxe_widget_style_add.c +++ b/common/src/gxe_widget_style_add.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_style_add(GX_WIDGET *widget, ULONG style) { diff --git a/common/src/gxe_widget_style_get.c b/common/src/gxe_widget_style_get.c index 48c41a50c..dc32ecd1e 100644 --- a/common/src/gxe_widget_style_get.c +++ b/common/src/gxe_widget_style_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_style_get(GX_WIDGET *widget, ULONG *return_style) { diff --git a/common/src/gxe_widget_style_remove.c b/common/src/gxe_widget_style_remove.c index 5b75bc911..b4b9f38ce 100644 --- a/common/src/gxe_widget_style_remove.c +++ b/common/src/gxe_widget_style_remove.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_style_remove(GX_WIDGET *widget, ULONG style) { diff --git a/common/src/gxe_widget_style_set.c b/common/src/gxe_widget_style_set.c index 7cf007030..ee6ccb27a 100644 --- a/common/src/gxe_widget_style_set.c +++ b/common/src/gxe_widget_style_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_style_set(GX_WIDGET *widget, ULONG style) { diff --git a/common/src/gxe_widget_text_blend.c b/common/src/gxe_widget_text_blend.c index 78de7d70f..c99428108 100644 --- a/common/src/gxe_widget_text_blend.c +++ b/common/src/gxe_widget_text_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT _gxe_widget_text_blend(GX_WIDGET *widget, @@ -145,14 +138,6 @@ UINT status; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_text_blend_ext(GX_WIDGET *widget, UINT tColor, UINT font_id, GX_CONST GX_STRING *string, INT x_offset, INT y_offset, UCHAR alpha) diff --git a/common/src/gxe_widget_top_visible_child_find.c b/common/src/gxe_widget_top_visible_child_find.c index 6e6237503..14c7b2c27 100644 --- a/common/src/gxe_widget_top_visible_child_find.c +++ b/common/src/gxe_widget_top_visible_child_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_top_visible_child_find(GX_WIDGET *parent, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_type_find.c b/common/src/gxe_widget_type_find.c index 0472a3802..54f45a1e8 100644 --- a/common/src/gxe_widget_type_find.c +++ b/common/src/gxe_widget_type_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_type_find(GX_WIDGET *parent, USHORT widget_id, GX_WIDGET **return_widget) { diff --git a/common/src/gxe_widget_width_get.c b/common/src/gxe_widget_width_get.c index b70ba36ae..eeff388e1 100644 --- a/common/src/gxe_widget_width_get.c +++ b/common/src/gxe_widget_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,14 +64,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_widget_width_get(GX_WIDGET *widget, GX_VALUE *return_width) { diff --git a/common/src/gxe_window_client_height_get.c b/common/src/gxe_window_client_height_get.c index a4abf8b95..61f65f5bf 100644 --- a/common/src/gxe_window_client_height_get.c +++ b/common/src/gxe_window_client_height_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_client_height_get(GX_WINDOW *window, GX_VALUE *return_height) { diff --git a/common/src/gxe_window_client_scroll.c b/common/src/gxe_window_client_scroll.c index 3533fb5a9..dd8998dec 100644 --- a/common/src/gxe_window_client_scroll.c +++ b/common/src/gxe_window_client_scroll.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,14 +65,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_client_scroll(GX_WINDOW *window, GX_VALUE x_scroll, GX_VALUE y_scroll) { diff --git a/common/src/gxe_window_client_width_get.c b/common/src/gxe_window_client_width_get.c index c914a46d7..1b66c8308 100644 --- a/common/src/gxe_window_client_width_get.c +++ b/common/src/gxe_window_client_width_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_client_width_get(GX_WINDOW *window, GX_VALUE *return_width) { diff --git a/common/src/gxe_window_close.c b/common/src/gxe_window_close.c index b2f44f875..315d15cf3 100644 --- a/common/src/gxe_window_close.c +++ b/common/src/gxe_window_close.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_close(GX_WINDOW *window) { diff --git a/common/src/gxe_window_create.c b/common/src/gxe_window_create.c index 06b6d38a4..06d3ec5b6 100644 --- a/common/src/gxe_window_create.c +++ b/common/src/gxe_window_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,14 +69,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_create(GX_WINDOW *window, GX_CONST GX_CHAR *name, GX_WIDGET *parent, ULONG style, USHORT window_id, GX_CONST GX_RECTANGLE *size, diff --git a/common/src/gxe_window_event_process.c b/common/src/gxe_window_event_process.c index 5ef0a386f..be04eabf7 100644 --- a/common/src/gxe_window_event_process.c +++ b/common/src/gxe_window_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_event_process(GX_WINDOW *window, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_window_execute.c b/common/src/gxe_window_execute.c index 4652b12db..801c03b0a 100644 --- a/common/src/gxe_window_execute.c +++ b/common/src/gxe_window_execute.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_execute(GX_WINDOW *window, ULONG *return_ptr) { diff --git a/common/src/gxe_window_root_create.c b/common/src/gxe_window_root_create.c index 550b15454..6dd836a47 100644 --- a/common/src/gxe_window_root_create.c +++ b/common/src/gxe_window_root_create.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_root_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, GX_CANVAS *canvas, diff --git a/common/src/gxe_window_root_delete.c b/common/src/gxe_window_root_delete.c index c499a5d4e..a4a9b29c6 100644 --- a/common/src/gxe_window_root_delete.c +++ b/common/src/gxe_window_root_delete.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_root_delete(GX_WINDOW_ROOT *root_window) { diff --git a/common/src/gxe_window_root_event_process.c b/common/src/gxe_window_root_event_process.c index 0f924f122..be4700758 100644 --- a/common/src/gxe_window_root_event_process.c +++ b/common/src/gxe_window_root_event_process.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_root_event_process(GX_WINDOW_ROOT *root_window, GX_EVENT *event_ptr) { diff --git a/common/src/gxe_window_root_find.c b/common/src/gxe_window_root_find.c index 1ad1c6693..b5875cbab 100644 --- a/common/src/gxe_window_root_find.c +++ b/common/src/gxe_window_root_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,14 +62,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_root_find(GX_WIDGET *widget, GX_WINDOW_ROOT **return_root_window) { diff --git a/common/src/gxe_window_scroll_info_get.c b/common/src/gxe_window_scroll_info_get.c index cfe0fddd5..b19f8b063 100644 --- a/common/src/gxe_window_scroll_info_get.c +++ b/common/src/gxe_window_scroll_info_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_scroll_info_get(GX_WINDOW *window, ULONG type, GX_SCROLL_INFO *return_scroll_info) { diff --git a/common/src/gxe_window_scrollbar_find.c b/common/src/gxe_window_scrollbar_find.c index 088151d44..acc50ddab 100644 --- a/common/src/gxe_window_scrollbar_find.c +++ b/common/src/gxe_window_scrollbar_find.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,14 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_scrollbar_find(GX_WINDOW *window, USHORT type, GX_SCROLLBAR **return_scrollbar) { diff --git a/common/src/gxe_window_wallpaper_get.c b/common/src/gxe_window_wallpaper_get.c index 635bd3362..f818ac2a4 100644 --- a/common/src/gxe_window_wallpaper_get.c +++ b/common/src/gxe_window_wallpaper_get.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,14 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_wallpaper_get(GX_WINDOW *window, GX_RESOURCE_ID *return_wallpaper_id) { diff --git a/common/src/gxe_window_wallpaper_set.c b/common/src/gxe_window_wallpaper_set.c index cf9589a67..ba1b7c891 100644 --- a/common/src/gxe_window_wallpaper_set.c +++ b/common/src/gxe_window_wallpaper_set.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,14 +66,6 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ UINT _gxe_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, GX_BOOL tile) { diff --git a/guix_studio/StudioXProject.h b/guix_studio/StudioXProject.h index eb6c5b0d6..7e60d5ac5 100644 --- a/guix_studio/StudioXProject.h +++ b/guix_studio/StudioXProject.h @@ -149,7 +149,7 @@ typedef struct { // ** IMPORTANT NOTE TO SELF ** // // If you modify the members of this class in any way, make SURE you initialize them -// in the default constructor, and even more important make SURE you copy the new +// in the default constructor, and even more important make SURE you copy the new // members in the copy constructur!! /***************************************************************************************/ class res_info { @@ -388,7 +388,7 @@ struct animation_info_struct; // ** IMPORTANT NOTE TO SELF ** // // If you modify the members of this class in any way, make SURE you initialize them -// in the default constructor, and even more important make SURE you copy the new +// in the default constructor, and even more important make SURE you copy the new // members in the copy constructur!! /***************************************************************************************/ class widget_info { diff --git a/guix_studio/dummy_app.c b/guix_studio/dummy_app.c index ac205fcc9..edda9a784 100644 --- a/guix_studio/dummy_app.c +++ b/guix_studio/dummy_app.c @@ -235,7 +235,7 @@ void dummy_app_create(void) /* KGM this is broken, remove for now. gx_utility_rectangle_define(&size, 300, 50, 420, 80); - gx_single_line_text_input_create(&text_input_ptr, "text input", &demo_root_window, size, 1, + gx_single_line_text_input_create(&text_input_ptr, "text input", &demo_root_window, size, 1, "zero one TWO Three for five",27, GX_ECHO, GX_SOLID_LINE, GX_VERTICAL_BLINKING_CURSOR, 0, 0); */ /* create demo window d */ diff --git a/guix_studio/gx_studio_font_util.h b/guix_studio/gx_studio_font_util.h index 59f3fe6fd..7d7bc9f75 100644 --- a/guix_studio/gx_studio_font_util.h +++ b/guix_studio/gx_studio_font_util.h @@ -21,7 +21,7 @@ typedef struct int width; int height; int pitch; - unsigned char *gx_glyph_data; /* pointer to Glyph bitmap data. + unsigned char *gx_glyph_data; /* pointer to Glyph bitmap data. The size of the bitmap is width * height */ } GXS_FONT_DATA; diff --git a/guix_studio/image_reader.h b/guix_studio/image_reader.h index 0f381b7ff..a35e25f72 100644 --- a/guix_studio/image_reader.h +++ b/guix_studio/image_reader.h @@ -125,7 +125,7 @@ class image_reader static void ReadPixel24(image_reader *reader, int Index, Pixel *pPut); static void ReadPixel32(image_reader *reader, int Index, Pixel *pPut); - // Pixel data writers- + // Pixel data writers- // A group of functions for writing Pixelmap output data in the requested // format. Only supporting 16, 24, and 32 bit formats at first. // FIXME: Need to add 1bpp to 8bpp formats. @@ -155,7 +155,7 @@ class image_reader static Pixel WritePixel32Bit_BGRA(image_reader *reader, Pixel pPixel); - // Pixel data readers- + // Pixel data readers- // A group of functions for reading Pixelmap output data back into // a Pixel structure. Only supporting 16, 24, and 32 bit formats at first. // FIXME: Need to add 1bpp to 8bpp formats. @@ -204,7 +204,7 @@ class image_reader Pixel (*mpReadOutputPixel)(image_reader *reader, int); // pointer to function to write out output data format - // + // // The function must increment the data and aux ptr appropriately, // and return the actual value written (used for dithering error) diff --git a/guix_studio/libs/libgit2/include/git2/global.h b/guix_studio/libs/libgit2/include/git2/global.h index 2a87e10c6..7db20c671 100644 --- a/guix_studio/libs/libgit2/include/git2/global.h +++ b/guix_studio/libs/libgit2/include/git2/global.h @@ -32,7 +32,7 @@ GIT_EXTERN(int) git_libgit2_init(void); * many times as `git_libgit2_init()` was called - it will return the * number of remainining initializations that have not been shutdown * (after this one). - * + * * @return the number of remaining initializations of the library, or an * error code. */ diff --git a/guix_studio/libs/libgit2/include/git2/refspec.h b/guix_studio/libs/libgit2/include/git2/refspec.h index eaf774746..6b521e5bc 100644 --- a/guix_studio/libs/libgit2/include/git2/refspec.h +++ b/guix_studio/libs/libgit2/include/git2/refspec.h @@ -79,7 +79,7 @@ GIT_EXTERN(int) git_refspec_force(const git_refspec *refspec); GIT_EXTERN(git_direction) git_refspec_direction(const git_refspec *spec); /** - * Check if a refspec's source descriptor matches a reference + * Check if a refspec's source descriptor matches a reference * * @param refspec the refspec * @param refname the name of the reference to check diff --git a/guix_studio/libs/libgit2/include/git2/repository.h b/guix_studio/libs/libgit2/include/git2/repository.h index 9ddcd3404..94fec115b 100644 --- a/guix_studio/libs/libgit2/include/git2/repository.h +++ b/guix_studio/libs/libgit2/include/git2/repository.h @@ -482,7 +482,7 @@ GIT_EXTERN(const char *) git_repository_workdir(const git_repository *repo); /** * Get the path of the shared common directory for this repository. - * + * * If the repository is bare, it is the root directory for the repository. * If the repository is a worktree, it is the parent repo's gitdir. * Otherwise, it is the gitdir. diff --git a/guix_studio/ports/gx_port.h b/guix_studio/ports/gx_port.h index 33bbc1bbe..91746e43f 100644 --- a/guix_studio/ports/gx_port.h +++ b/guix_studio/ports/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,12 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -110,7 +105,7 @@ typedef SHORT GX_VALUE; #define GX_VALUE_MAX 0x7FFF -/* For the win32 port, the entry point is WinMain, which is defined +/* For the win32 port, the entry point is WinMain, which is defined in the win32 driver file. The entry point for GUIX demo is gx_main(). */ #define main(a, b) gx_main(a, b) diff --git a/guix_studio/ports/gx_win32_studio_display_driver.c b/guix_studio/ports/gx_win32_studio_display_driver.c index 0775bb7a9..843c5c3f8 100644 --- a/guix_studio/ports/gx_win32_studio_display_driver.c +++ b/guix_studio/ports/gx_win32_studio_display_driver.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/guix_studio/ports/gx_win32_studio_display_driver.h b/guix_studio/ports/gx_win32_studio_display_driver.h index 92bce8add..d5f9a370b 100644 --- a/guix_studio/ports/gx_win32_studio_display_driver.h +++ b/guix_studio/ports/gx_win32_studio_display_driver.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/guix_studio/resource.h b/guix_studio/resource.h index f3d866643..a1c8dd931 100644 --- a/guix_studio/resource.h +++ b/guix_studio/resource.h @@ -746,7 +746,7 @@ #define ID_FONTSUBMENU_GENERATEXML 33113 // Next default values for new objects -// +// #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 325 diff --git a/guix_studio/stdafx.h b/guix_studio/stdafx.h index 42cffbe8f..c92106971 100644 --- a/guix_studio/stdafx.h +++ b/guix_studio/stdafx.h @@ -18,7 +18,7 @@ #define WINVER 0x0602 // Change this to the appropriate value to target other versions of Windows. #endif -#ifndef _WIN32_WINNT // Allow use of features specific to Windows 8 or later. +#ifndef _WIN32_WINNT // Allow use of features specific to Windows 8 or later. #define _WIN32_WINNT 0x0602 // Change this to the appropriate value to target other versions of Windows. #endif diff --git a/guix_studio/studiox_constants.h b/guix_studio/studiox_constants.h index ceeeefcb8..ae63954ee 100644 --- a/guix_studio/studiox_constants.h +++ b/guix_studio/studiox_constants.h @@ -88,9 +88,9 @@ enum TARGET_TOOLS { #define GX_VERSION_WITH_GENERIC_SCROLL_WHEEL 60107 -// The 6.1.6 GUIX release is decided as official +// The 6.1.6 GUIX release is decided as official // ssp 2.0 release. For this release we no longer -// require synergy custom fonts when running at +// require synergy custom fonts when running at // 8bpp palette mode, just use standard system fonts. #define GX_VERSION_SYNERGY_GLYPH_GEN_CHANGE 60106 // stop using custom synergy fonts, just use software glyph drawing diff --git a/guix_studio/studiox_screen_driver.c b/guix_studio/studiox_screen_driver.c index 1345a16b3..e2dd52f2c 100644 --- a/guix_studio/studiox_screen_driver.c +++ b/guix_studio/studiox_screen_driver.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/ports/arc_em/metaware/inc/gx_port.h b/ports/arc_em/metaware/inc/gx_port.h index 53b38fdc7..804c33b2a 100644 --- a/ports/arc_em/metaware/inc/gx_port.h +++ b/ports/arc_em/metaware/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2010 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX ARCv2_EM/MetaWare Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX ARCv2_EM/MetaWare Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/arc_hs/metaware/inc/gx_port.h b/ports/arc_hs/metaware/inc/gx_port.h index 95fb22a6a..23c7b23b5 100644 --- a/ports/arc_hs/metaware/inc/gx_port.h +++ b/ports/arc_hs/metaware/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX ARC_HS/MetaWare Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX ARC_HS/MetaWare Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/arm9/ac5/inc/gx_port.h b/ports/arm9/ac5/inc/gx_port.h index 56b184cac..b2d7e6558 100644 --- a/ports/arm9/ac5/inc/gx_port.h +++ b/ports/arm9/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX ARM9/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/arm9/gnu/inc/gx_port.h b/ports/arm9/gnu/inc/gx_port.h index 6bf12553a..d4bf7b018 100644 --- a/ports/arm9/gnu/inc/gx_port.h +++ b/ports/arm9/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX ARM9/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/arm9/iar/inc/gx_port.h b/ports/arm9/iar/inc/gx_port.h index 0b8d2d163..5887bb625 100644 --- a/ports/arm9/iar/inc/gx_port.h +++ b/ports/arm9/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX ARM9/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX ARM9/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/c667x/ccs/inc/gx_port.h b/ports/c667x/ccs/inc/gx_port.h index 1a1d8a9e4..3136e0f87 100644 --- a/ports/c667x/ccs/inc/gx_port.h +++ b/ports/c667x/ccs/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX C6xxx/TI Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX C6xxx/TI Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/ccrx/inc/gx_port.h b/ports/ccrx/inc/gx_port.h index 4f1c59eba..753c74b4b 100644 --- a/ports/ccrx/inc/gx_port.h +++ b/ports/ccrx/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,12 +34,6 @@ /* This file contains data type definitions and constants that work */ /* with the Renesas CCRX compiler. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 10-15-2021 Kenneth Maxwell Initial Version 6.1.9 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -145,7 +140,7 @@ typedef unsigned char GX_UCHAR; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a15/gnu/inc/gx_port.h b/ports/cortex_a15/gnu/inc/gx_port.h index b2d89e58d..7dbceb170 100644 --- a/ports/cortex_a15/gnu/inc/gx_port.h +++ b/ports/cortex_a15/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A15/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A15/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a5/ac5/inc/gx_port.h b/ports/cortex_a5/ac5/inc/gx_port.h index 3ab2be5be..a30e5322e 100644 --- a/ports/cortex_a5/ac5/inc/gx_port.h +++ b/ports/cortex_a5/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A5/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a5/gnu/inc/gx_port.h b/ports/cortex_a5/gnu/inc/gx_port.h index eff97c0f8..4c580f74d 100644 --- a/ports/cortex_a5/gnu/inc/gx_port.h +++ b/ports/cortex_a5/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A5/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a5/iar/inc/gx_port.h b/ports/cortex_a5/iar/inc/gx_port.h index 33994b05d..23141e07e 100644 --- a/ports/cortex_a5/iar/inc/gx_port.h +++ b/ports/cortex_a5/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A5/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a5x/ac6/inc/gx_port.h b/ports/cortex_a5x/ac6/inc/gx_port.h index 3f9eaef7f..0875155a9 100644 --- a/ports/cortex_a5x/ac6/inc/gx_port.h +++ b/ports/cortex_a5x/ac6/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A5x/AC6 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A5x/AC6 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a7/ac5/inc/gx_port.h b/ports/cortex_a7/ac5/inc/gx_port.h index d6562a331..5683ae084 100644 --- a/ports/cortex_a7/ac5/inc/gx_port.h +++ b/ports/cortex_a7/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A7/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a7/gnu/inc/gx_port.h b/ports/cortex_a7/gnu/inc/gx_port.h index d0237aea2..d84b619b5 100644 --- a/ports/cortex_a7/gnu/inc/gx_port.h +++ b/ports/cortex_a7/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A7/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a7/iar/inc/gx_port.h b/ports/cortex_a7/iar/inc/gx_port.h index 0423b49ab..a03d0abcc 100644 --- a/ports/cortex_a7/iar/inc/gx_port.h +++ b/ports/cortex_a7/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A7/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A7/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a8/ac5/inc/gx_port.h b/ports/cortex_a8/ac5/inc/gx_port.h index 53ab5b7d2..5b8ce092c 100644 --- a/ports/cortex_a8/ac5/inc/gx_port.h +++ b/ports/cortex_a8/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A8/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a8/gnu/inc/gx_port.h b/ports/cortex_a8/gnu/inc/gx_port.h index 7e2f118f6..cbe78baa9 100644 --- a/ports/cortex_a8/gnu/inc/gx_port.h +++ b/ports/cortex_a8/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -136,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A8/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a8/iar/inc/gx_port.h b/ports/cortex_a8/iar/inc/gx_port.h index b91a9f7ea..3e9275bcb 100644 --- a/ports/cortex_a8/iar/inc/gx_port.h +++ b/ports/cortex_a8/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -136,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A8/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A8/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a9/ac5/inc/gx_port.h b/ports/cortex_a9/ac5/inc/gx_port.h index 6064e5734..d4d03a1a0 100644 --- a/ports/cortex_a9/ac5/inc/gx_port.h +++ b/ports/cortex_a9/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A9/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a9/gnu/inc/gx_port.h b/ports/cortex_a9/gnu/inc/gx_port.h index 7dea2403c..842b1dcd5 100644 --- a/ports/cortex_a9/gnu/inc/gx_port.h +++ b/ports/cortex_a9/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A9/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_a9/iar/inc/gx_port.h b/ports/cortex_a9/iar/inc/gx_port.h index 40df899a5..a722c6f76 100644 --- a/ports/cortex_a9/iar/inc/gx_port.h +++ b/ports/cortex_a9/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-A9/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-A9/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m0/ac5/inc/gx_port.h b/ports/cortex_m0/ac5/inc/gx_port.h index 8e4bf4f3a..1cc1be91d 100644 --- a/ports/cortex_m0/ac5/inc/gx_port.h +++ b/ports/cortex_m0/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M0/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m0/gnu/inc/gx_port.h b/ports/cortex_m0/gnu/inc/gx_port.h index ba9743561..e7e7dc2e0 100644 --- a/ports/cortex_m0/gnu/inc/gx_port.h +++ b/ports/cortex_m0/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,22 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* resulting in version 6.1.7 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -142,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M0/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m0/iar/inc/gx_port.h b/ports/cortex_m0/iar/inc/gx_port.h index 95fc4dc8b..65d96ebcc 100644 --- a/ports/cortex_m0/iar/inc/gx_port.h +++ b/ports/cortex_m0/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M0/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M0/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m3/ac5/inc/gx_port.h b/ports/cortex_m3/ac5/inc/gx_port.h index fbb026ab4..dbcdf58b4 100644 --- a/ports/cortex_m3/ac5/inc/gx_port.h +++ b/ports/cortex_m3/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M3/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m3/gnu/inc/gx_port.h b/ports/cortex_m3/gnu/inc/gx_port.h index e5d0659e1..25cd7fc5f 100644 --- a/ports/cortex_m3/gnu/inc/gx_port.h +++ b/ports/cortex_m3/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,22 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* resulting in version 6.1.7 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -142,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M3/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m3/iar/inc/gx_port.h b/ports/cortex_m3/iar/inc/gx_port.h index 67d04b804..96c290151 100644 --- a/ports/cortex_m3/iar/inc/gx_port.h +++ b/ports/cortex_m3/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M3/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m3/keil/inc/gx_port.h b/ports/cortex_m3/keil/inc/gx_port.h index 989ee94e7..ff179c640 100644 --- a/ports/cortex_m3/keil/inc/gx_port.h +++ b/ports/cortex_m3/keil/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M3/KEIL Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M3/KEIL Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m4/ac5/inc/gx_port.h b/ports/cortex_m4/ac5/inc/gx_port.h index 88346c0da..7f885bdbd 100644 --- a/ports/cortex_m4/ac5/inc/gx_port.h +++ b/ports/cortex_m4/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M4/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m4/gnu/inc/gx_port.h b/ports/cortex_m4/gnu/inc/gx_port.h index 883bc878a..7134a45e8 100644 --- a/ports/cortex_m4/gnu/inc/gx_port.h +++ b/ports/cortex_m4/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,22 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* resulting in version 6.1.7 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -142,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M4/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m4/iar/inc/gx_port.h b/ports/cortex_m4/iar/inc/gx_port.h index 4790d2e20..ac1e37f0c 100644 --- a/ports/cortex_m4/iar/inc/gx_port.h +++ b/ports/cortex_m4/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -136,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M4/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m4/keil/inc/gx_port.h b/ports/cortex_m4/keil/inc/gx_port.h index 6aa4fbca0..b228d4962 100644 --- a/ports/cortex_m4/keil/inc/gx_port.h +++ b/ports/cortex_m4/keil/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M4/KEIL Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M4/KEIL Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m7/ac5/inc/gx_port.h b/ports/cortex_m7/ac5/inc/gx_port.h index 2a4188fec..c3876445b 100644 --- a/ports/cortex_m7/ac5/inc/gx_port.h +++ b/ports/cortex_m7/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -136,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M7/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m7/gnu/inc/gx_port.h b/ports/cortex_m7/gnu/inc/gx_port.h index 026f70ae3..bccfa7c13 100644 --- a/ports/cortex_m7/gnu/inc/gx_port.h +++ b/ports/cortex_m7/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,22 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* resulting in version 6.1.7 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -142,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M7/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_m7/iar/inc/gx_port.h b/ports/cortex_m7/iar/inc/gx_port.h index 576ea44cb..ee4ba115d 100644 --- a/ports/cortex_m7/iar/inc/gx_port.h +++ b/ports/cortex_m7/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-M7/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-M7/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r4/ac5/inc/gx_port.h b/ports/cortex_r4/ac5/inc/gx_port.h index dae40d4e4..ade9e046b 100644 --- a/ports/cortex_r4/ac5/inc/gx_port.h +++ b/ports/cortex_r4/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R4/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r4/ac6/inc/gx_port.h b/ports/cortex_r4/ac6/inc/gx_port.h index beaab227e..a71ccc318 100644 --- a/ports/cortex_r4/ac6/inc/gx_port.h +++ b/ports/cortex_r4/ac6/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/AC6 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R4/AC6 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r4/gnu/inc/gx_port.h b/ports/cortex_r4/gnu/inc/gx_port.h index 1abebe4d8..b857bb981 100644 --- a/ports/cortex_r4/gnu/inc/gx_port.h +++ b/ports/cortex_r4/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R4/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r4/iar/inc/gx_port.h b/ports/cortex_r4/iar/inc/gx_port.h index c1416934b..c91acd69c 100644 --- a/ports/cortex_r4/iar/inc/gx_port.h +++ b/ports/cortex_r4/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -136,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R4/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R4/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r5/ac5/inc/gx_port.h b/ports/cortex_r5/ac5/inc/gx_port.h index 64145da84..c69748eba 100644 --- a/ports/cortex_r5/ac5/inc/gx_port.h +++ b/ports/cortex_r5/ac5/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/AC5 Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R5/AC5 Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r5/gnu/inc/gx_port.h b/ports/cortex_r5/gnu/inc/gx_port.h index 1448ab465..9066d95f7 100644 --- a/ports/cortex_r5/gnu/inc/gx_port.h +++ b/ports/cortex_r5/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R5/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/cortex_r5/iar/inc/gx_port.h b/ports/cortex_r5/iar/inc/gx_port.h index 8fa710417..87231b579 100644 --- a/ports/cortex_r5/iar/inc/gx_port.h +++ b/ports/cortex_r5/iar/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -138,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Cortex-R5/IAR Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Cortex-R5/IAR Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/generic/inc/gx_port.h b/ports/generic/inc/gx_port.h index 365d5ea17..586792014 100644 --- a/ports/generic/inc/gx_port.h +++ b/ports/generic/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,18 +34,6 @@ /* This file contains data type definitions and constants that work */ /* generically on most compiler and processor architectures. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.1.6 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -143,7 +132,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/linux/gnu/inc/gx_port.h b/ports/linux/gnu/inc/gx_port.h index a63fd7ee8..d6f6e7096 100644 --- a/ports/linux/gnu/inc/gx_port.h +++ b/ports/linux/gnu/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -136,7 +127,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Linux/GNU Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Linux/GNU Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/win32/inc/gx_port.h b/ports/win32/inc/gx_port.h index 235487413..2c4ad3eff 100644 --- a/ports/win32/inc/gx_port.h +++ b/ports/win32/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,29 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 12-31-2020 Kenneth Maxwell Modified comment(s), */ -/* added new defines, */ -/* resulting in version 6.1.3 */ -/* 04-02-2021 Kenneth Maxwell Modified comment(s), */ -/* added new defines, */ -/* resulting in version 6.1.6 */ -/* 06-02-2021 Kenneth Maxwell Modified comment(s), */ -/* defined GX_DISABLE_THREADX_ */ -/* TIMER_SOURCE, */ -/* resulting in version 6.1.7 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* 01-31-2022 Ting Zhu Modified comment(s), modified */ -/* event thread create logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -169,7 +147,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Win32/Visual Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Win32/Visual Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/win32/inc/gx_win32_display_driver.h b/ports/win32/inc/gx_win32_display_driver.h index 8b2c0e27b..29bb8d4dd 100644 --- a/ports/win32/inc/gx_win32_display_driver.h +++ b/ports/win32/inc/gx_win32_display_driver.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -34,23 +35,6 @@ /* */ /* This file defines the GUIX Win32 display drivers. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* added 8bpp/24bpp rotated */ -/* display driver declarations,*/ -/* resulting in version 6.1.4 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* declared gx_win32_driver_ */ -/* thread_initialize, */ -/* resulting in version 6.1.7 */ -/* 01-31-2022 Ting Zhu Modified comment(s), modified */ -/* driver data structure, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ #ifndef GX_WIN32_DRIVER_H diff --git a/ports/win32/lib/vs_2019/tx_api.h b/ports/win32/lib/vs_2019/tx_api.h index 770e35885..dcf09ff5a 100644 --- a/ports/win32/lib/vs_2019/tx_api.h +++ b/ports/win32/lib/vs_2019/tx_api.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -38,19 +39,6 @@ /* Please note that basic data type definitions and other architecture-*/ /* specific information is contained in the file tx_port.h. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 05-19-2020 William E. Lamie Initial Version 6.0 */ -/* 09-30-2020 William E. Lamie Modified comment(s), and */ -/* updated product constants, */ -/* added new thread execution */ -/* state TX_PRIORITY_CHANGE, */ -/* added macros for casting */ -/* pointers to ALIGN_TYPE, */ -/* resulting in version 6.1 */ -/* */ /**************************************************************************/ #ifndef TX_API_H @@ -76,7 +64,7 @@ extern "C" { /* Define basic constants for the ThreadX kernel. */ -/* Define the major/minor version information that can be used by the application +/* Define the major/minor version information that can be used by the application and the ThreadX source as well. */ #define AZURE_RTOS_THREADX @@ -189,16 +177,16 @@ extern "C" { #endif -/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are: - - ThreadX events: 1-199 +/* Event numbers 0 through 4095 are reserved by Azure RTOS. Specific event assignments are: + + ThreadX events: 1-199 FileX events: 200-299 NetX events: 300-599 USBX events: 600-999 GUIX events: 1000-1500 - - User-defined event numbers start at 4096 and continue through 65535, as defined by the constants - TX_TRACE_USER_EVENT_START and TX_TRACE_USER_EVENT_END, respectively. User events should be based + + User-defined event numbers start at 4096 and continue through 65535, as defined by the constants + TX_TRACE_USER_EVENT_START and TX_TRACE_USER_EVENT_END, respectively. User events should be based on these constants in case the user event number assignment is changed in future releases. */ #define TX_TRACE_USER_EVENT_START 4096 /* I1, I2, I3, I4 are user defined */ @@ -233,10 +221,10 @@ extern "C" { /* Define the control block definitions for all system objects. */ -/* Define the basic timer management structures. These are the structures +/* Define the basic timer management structures. These are the structures used to manage thread sleep, timeout, and user timer requests. */ -/* Determine if the internal timer control block has an extension defined. If not, +/* Determine if the internal timer control block has an extension defined. If not, define the extension to whitespace. */ #ifndef TX_TIMER_INTERNAL_EXTENSION @@ -274,7 +262,7 @@ typedef struct TX_TIMER_INTERNAL_STRUCT } TX_TIMER_INTERNAL; -/* Determine if the timer control block has an extension defined. If not, +/* Determine if the timer control block has an extension defined. If not, define the extension to whitespace. */ #ifndef TX_TIMER_EXTENSION @@ -333,7 +321,7 @@ typedef struct TX_TIMER_STRUCT typedef struct TX_THREAD_STRUCT { /* The first section of the control block contains critical - information that is referenced by the port-specific + information that is referenced by the port-specific assembly language code. Any changes in this section could necessitate changes in the assembly language. */ @@ -353,7 +341,7 @@ typedef struct TX_THREAD_STRUCT /***************************************************************/ - /* Define the first port extension in the thread control block. This + /* Define the first port extension in the thread control block. This is typically defined to whitespace or a pointer type in tx_port.h. */ TX_THREAD_EXTENSION_0 @@ -364,27 +352,27 @@ typedef struct TX_THREAD_STRUCT UINT tx_thread_suspending; /* Thread suspending flag */ UINT tx_thread_preempt_threshold; /* Preemption threshold */ - /* Define the thread schedule hook. The usage of this is port/application specific, + /* Define the thread schedule hook. The usage of this is port/application specific, but when used, the function pointer designated is called whenever the thread is scheduled and unscheduled. */ VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); /* Nothing after this point is referenced by the target-specific - assembly language. Hence, information after this point can - be added to the control block providing the complete system + assembly language. Hence, information after this point can + be added to the control block providing the complete system is recompiled. */ /* Define the thread's entry point and input parameter. */ VOID (*tx_thread_entry)(ULONG id); ULONG tx_thread_entry_parameter; - /* Define the thread's timer block. This is used for thread + /* Define the thread's timer block. This is used for thread sleep and timeout requests. */ TX_TIMER_INTERNAL tx_thread_timer; /* Define the thread's cleanup function and associated data. This - is used to cleanup various data structures when a thread - suspension is lifted or terminated either by the user or + is used to cleanup various data structures when a thread + suspension is lifted or terminated either by the user or a timeout. */ VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspension_sequence); VOID *tx_thread_suspend_control_block; @@ -396,17 +384,17 @@ typedef struct TX_THREAD_STRUCT UINT tx_thread_suspend_option; UINT tx_thread_suspend_status; - /* Define the second port extension in the thread control block. This + /* Define the second port extension in the thread control block. This is typically defined to whitespace or a pointer type in tx_port.h. */ TX_THREAD_EXTENSION_1 - /* Define pointers to the next and previous threads in the + /* Define pointers to the next and previous threads in the created list. */ struct TX_THREAD_STRUCT *tx_thread_created_next, *tx_thread_created_previous; - /* Define the third port extension in the thread control block. This + /* Define the third port extension in the thread control block. This is typically defined to whitespace in tx_port.h. */ TX_THREAD_EXTENSION_2 @@ -414,7 +402,7 @@ typedef struct TX_THREAD_STRUCT VOID *tx_thread_filex_ptr; /* Define the priority inheritance variables. These will be used - to manage priority inheritance changes applied to this thread + to manage priority inheritance changes applied to this thread as a result of mutex get operations. */ UINT tx_thread_user_priority; UINT tx_thread_user_preempt_threshold; @@ -433,7 +421,7 @@ typedef struct TX_THREAD_STRUCT /* Define the number of times this thread suspends. */ ULONG tx_thread_performance_suspend_count; - /* Define the number of times this thread is preempted by calling + /* Define the number of times this thread is preempted by calling a ThreadX API service. */ ULONG tx_thread_performance_solicited_preemption_count; @@ -468,22 +456,22 @@ typedef struct TX_THREAD_STRUCT #ifndef TX_DISABLE_NOTIFY_CALLBACKS - /* Define the application callback routine used to notify the application when + /* Define the application callback routine used to notify the application when the thread is entered or exits. */ VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type); #endif - /* Define the fourth port extension in the thread control block. This + /* Define the fourth port extension in the thread control block. This is typically defined to whitespace in tx_port.h. */ TX_THREAD_EXTENSION_3 - /* Define suspension sequence number. This is used to ensure suspension is still valid when + /* Define suspension sequence number. This is used to ensure suspension is still valid when cleanup routine executes. */ ULONG tx_thread_suspension_sequence; - /* Define the user extension field. This typically is defined - to white space, but some ports of ThreadX may need to have - additional fields in the thread control block. This is + /* Define the user extension field. This typically is defined + to white space, but some ports of ThreadX may need to have + additional fields in the thread control block. This is defined in the file tx_port.h. */ TX_THREAD_USER_EXTENSION @@ -545,14 +533,14 @@ typedef struct TX_BLOCK_POOL_STRUCT ULONG tx_block_pool_performance_timeout_count; #endif - /* Define the port extension in the block pool control block. This + /* Define the port extension in the block pool control block. This is typically defined to whitespace in tx_port.h. */ TX_BLOCK_POOL_EXTENSION } TX_BLOCK_POOL; -/* Determine if the byte allocate extension is defined. If not, define the +/* Determine if the byte allocate extension is defined. If not, define the extension to whitespace. */ #ifndef TX_BYTE_ALLOCATE_EXTENSION @@ -560,7 +548,7 @@ typedef struct TX_BLOCK_POOL_STRUCT #endif -/* Determine if the byte release extension is defined. If not, define the +/* Determine if the byte release extension is defined. If not, define the extension to whitespace. */ #ifndef TX_BYTE_RELEASE_EXTENSION @@ -640,7 +628,7 @@ typedef struct TX_BYTE_POOL_STRUCT ULONG tx_byte_pool_performance_timeout_count; #endif - /* Define the port extension in the byte pool control block. This + /* Define the port extension in the byte pool control block. This is typically defined to whitespace in tx_port.h. */ TX_BYTE_POOL_EXTENSION @@ -658,7 +646,7 @@ typedef struct TX_EVENT_FLAGS_GROUP_STRUCT /* Define the event flags group's name. */ CHAR *tx_event_flags_group_name; - /* Define the actual current event flags in this group. A zero in a + /* Define the actual current event flags in this group. A zero in a particular bit indicates the event flag is not set. */ ULONG tx_event_flags_group_current; @@ -697,19 +685,19 @@ typedef struct TX_EVENT_FLAGS_GROUP_STRUCT #ifndef TX_DISABLE_NOTIFY_CALLBACKS - /* Define the application callback routine used to notify the application when + /* Define the application callback routine used to notify the application when an event flag is set. */ VOID (*tx_event_flags_group_set_notify)(struct TX_EVENT_FLAGS_GROUP_STRUCT *group_ptr); #endif - /* Define the port extension in the event flags group control block. This + /* Define the port extension in the event flags group control block. This is typically defined to whitespace in tx_port.h. */ TX_EVENT_FLAGS_GROUP_EXTENSION } TX_EVENT_FLAGS_GROUP; -/* Determine if the mutex put extension 1 is defined. If not, define the +/* Determine if the mutex put extension 1 is defined. If not, define the extension to whitespace. */ #ifndef TX_MUTEX_PUT_EXTENSION_1 @@ -717,7 +705,7 @@ typedef struct TX_EVENT_FLAGS_GROUP_STRUCT #endif -/* Determine if the mutex put extension 2 is defined. If not, define the +/* Determine if the mutex put extension 2 is defined. If not, define the extension to whitespace. */ #ifndef TX_MUTEX_PUT_EXTENSION_2 @@ -725,7 +713,7 @@ typedef struct TX_EVENT_FLAGS_GROUP_STRUCT #endif -/* Determine if the mutex priority change extension is defined. If not, define the +/* Determine if the mutex priority change extension is defined. If not, define the extension to whitespace. */ #ifndef TX_MUTEX_PRIORITY_CHANGE_EXTENSION @@ -799,7 +787,7 @@ typedef struct TX_MUTEX_STRUCT ULONG tx_mutex_performance__priority_inheritance_count; #endif - /* Define the port extension in the mutex control block. This + /* Define the port extension in the mutex control block. This is typically defined to whitespace in tx_port.h. */ TX_MUTEX_EXTENSION @@ -828,7 +816,7 @@ typedef struct TX_QUEUE_STRUCT UINT tx_queue_enqueued; UINT tx_queue_available_storage; - /* Define pointers that represent the start and end for the queue's + /* Define pointers that represent the start and end for the queue's message area. */ ULONG *tx_queue_start; ULONG *tx_queue_end; @@ -873,12 +861,12 @@ typedef struct TX_QUEUE_STRUCT #ifndef TX_DISABLE_NOTIFY_CALLBACKS - /* Define the application callback routine used to notify the application when + /* Define the application callback routine used to notify the application when the a message is sent to the queue. */ VOID (*tx_queue_send_notify)(struct TX_QUEUE_STRUCT *queue_ptr); #endif - /* Define the port extension in the queue control block. This + /* Define the port extension in the queue control block. This is typically defined to whitespace in tx_port.h. */ TX_QUEUE_EXTENSION @@ -928,29 +916,29 @@ typedef struct TX_SEMAPHORE_STRUCT #ifndef TX_DISABLE_NOTIFY_CALLBACKS - /* Define the application callback routine used to notify the application when + /* Define the application callback routine used to notify the application when the a semaphore is put. */ VOID (*tx_semaphore_put_notify)(struct TX_SEMAPHORE_STRUCT *semaphore_ptr); #endif - /* Define the port extension in the semaphore control block. This + /* Define the port extension in the semaphore control block. This is typically defined to whitespace in tx_port.h. */ TX_SEMAPHORE_EXTENSION } TX_SEMAPHORE; -/* Define the system API mappings based on the error checking - selected by the user. Note: this section is only applicable to +/* Define the system API mappings based on the error checking + selected by the user. Note: this section is only applicable to application source code, hence the conditional that turns off this stuff when the include file is processed by the ThreadX source. */ #ifndef TX_SOURCE_CODE -/* Determine if error checking is desired. If so, map API functions +/* Determine if error checking is desired. If so, map API functions to the appropriate error checking front-ends. Otherwise, map API - functions to the core functions that actually perform the work. + functions to the core functions that actually perform the work. Note: error checking is enabled by default. */ #ifdef TX_DISABLE_ERROR_CHECKING @@ -1336,7 +1324,7 @@ UINT _tx_block_pool_prioritize(TX_BLOCK_POOL *pool_ptr); UINT _tx_block_release(VOID *block_ptr); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_block_allocate(TX_BLOCK_POOL *pool_ptr, VOID **block_ptr, ULONG wait_option); @@ -1379,7 +1367,7 @@ UINT _tx_byte_pool_prioritize(TX_BYTE_POOL *pool_ptr); UINT _tx_byte_release(VOID *memory_ptr); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_byte_allocate(TX_BYTE_POOL *pool_ptr, VOID **memory_ptr, ULONG memory_size, @@ -1424,7 +1412,7 @@ UINT _tx_event_flags_set(TX_EVENT_FLAGS_GROUP *group_ptr, ULONG flags_to_ UINT _tx_event_flags_set_notify(TX_EVENT_FLAGS_GROUP *group_ptr, VOID (*events_set_notify)(TX_EVENT_FLAGS_GROUP *notify_group_ptr)); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_event_flags_create(TX_EVENT_FLAGS_GROUP *group_ptr, CHAR *name_ptr, UINT event_control_block_size); @@ -1472,7 +1460,7 @@ UINT _tx_mutex_prioritize(TX_MUTEX *mutex_ptr); UINT _tx_mutex_put(TX_MUTEX *mutex_ptr); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_mutex_create(TX_MUTEX *mutex_ptr, CHAR *name_ptr, UINT inherit, UINT mutex_control_block_size); @@ -1514,7 +1502,7 @@ UINT _tx_queue_send_notify(TX_QUEUE *queue_ptr, VOID (*queue_send_notify) UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_queue_create(TX_QUEUE *queue_ptr, CHAR *name_ptr, UINT message_size, @@ -1560,7 +1548,7 @@ UINT _tx_semaphore_put(TX_SEMAPHORE *semaphore_ptr); UINT _tx_semaphore_put_notify(TX_SEMAPHORE *semaphore_ptr, VOID (*semaphore_put_notify)(TX_SEMAPHORE *notify_semaphore_ptr)); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling); @@ -1625,7 +1613,7 @@ UINT _tx_thread_time_slice_change(TX_THREAD *thread_ptr, ULONG new_time_s UINT _tx_thread_wait_abort(TX_THREAD *thread_ptr); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, @@ -1693,7 +1681,7 @@ ULONG _tx_time_get(VOID); VOID _tx_time_set(ULONG new_time); -/* Define error checking shells for API services. These are only referenced by the +/* Define error checking shells for API services. These are only referenced by the application. */ UINT _txe_timer_activate(TX_TIMER *timer_ptr); @@ -1740,7 +1728,7 @@ UINT _tx_trace_interrupt_control(UINT new_posture); #endif -/* Add a default macro that can be re-defined in tx_port.h to add processing to the thread stack analyze function. +/* Add a default macro that can be re-defined in tx_port.h to add processing to the thread stack analyze function. By default, this is simply defined as whitespace. */ #ifndef TX_THREAD_STACK_ANALYZE_EXTENSION @@ -1748,7 +1736,7 @@ UINT _tx_trace_interrupt_control(UINT new_posture); #endif -/* Add a default macro that can be re-defined in tx_port.h to add processing to the initialize kernel enter function. +/* Add a default macro that can be re-defined in tx_port.h to add processing to the initialize kernel enter function. By default, this is simply defined as whitespace. */ #ifndef TX_INITIALIZE_KERNEL_ENTER_EXTENSION diff --git a/ports/win32/lib/vs_2019/tx_port.h b/ports/win32/lib/vs_2019/tx_port.h index 9c9e6fb48..606329964 100644 --- a/ports/win32/lib/vs_2019/tx_port.h +++ b/ports/win32/lib/vs_2019/tx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -42,12 +43,6 @@ /* own special types that can be mapped to actual data types by this */ /* file to guarantee consistency in the interface and functionality. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 William E. Lamie Initial Version 6.1 */ -/* */ /**************************************************************************/ #ifndef TX_PORT_H @@ -59,7 +54,7 @@ #ifdef TX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in tx_user.h. The defines in this file may +/* Yes, include the user defines in tx_user.h. The defines in this file may alternately be defined on the command line. */ #include "tx_user.h" @@ -196,8 +191,8 @@ void _tx_win32_debug_entry_insert(char *action, char *file, unsigned long lin #define TX_INT_ENABLE 0 /* Enable interrupts */ -/* Define the clock source for trace event entry time stamp. The following two item are port specific. - For example, if the time source is at the address 0x0a800024 and is 16-bits in size, the clock +/* Define the clock source for trace event entry time stamp. The following two item are port specific. + For example, if the time source is at the address 0x0a800024 and is 16-bits in size, the clock source constants would be: #define TX_TRACE_TIME_SOURCE *((ULONG *) 0x0a800024) @@ -238,7 +233,7 @@ void _tx_initialize_start_interrupts(void); #define TX_PORT_SPECIFIC_PRE_SCHEDULER_INITIALIZATION _tx_initialize_start_interrupts(); -/* Determine whether or not stack checking is enabled. By default, ThreadX stack checking is +/* Determine whether or not stack checking is enabled. By default, ThreadX stack checking is disabled. When the following is defined, ThreadX thread stack checking is enabled. If stack checking is enabled (TX_ENABLE_STACK_CHECKING is defined), the TX_DISABLE_STACK_FILLING define is negated, thereby forcing the stack fill which is necessary for the stack checking @@ -250,7 +245,7 @@ void _tx_initialize_start_interrupts(void); /* Define the TX_THREAD control block extensions for this port. The main reason - for the multiple macros is so that backward compatibility can be maintained with + for the multiple macros is so that backward compatibility can be maintained with existing ThreadX kernel awareness modules. */ #define TX_THREAD_EXTENSION_0 HANDLE tx_thread_win32_thread_handle; \ @@ -274,7 +269,7 @@ void _tx_initialize_start_interrupts(void); #define TX_TIMER_EXTENSION -/* Define the user extension field of the thread control block. Nothing +/* Define the user extension field of the thread control block. Nothing additional is needed for this port so it is defined as white space. */ #ifndef TX_THREAD_USER_EXTENSION @@ -387,9 +382,9 @@ HANDLE threadhandle; } -/* Define ThreadX interrupt lockout and restore macros for protection on - access of critical kernel information. The restore interrupt macro must - restore the interrupt posture of the running thread prior to the value +/* Define ThreadX interrupt lockout and restore macros for protection on + access of critical kernel information. The restore interrupt macro must + restore the interrupt posture of the running thread prior to the value present prior to the disable macro. In most cases, the save area macro is used to define a local function save area for the disable and restore macros. */ diff --git a/ports/win32/src/gx_win32_display_driver.c b/ports/win32/src/gx_win32_display_driver.c index a65fe4def..6cedb0bdd 100644 --- a/ports/win32/src/gx_win32_display_driver.c +++ b/ports/win32/src/gx_win32_display_driver.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -277,12 +278,6 @@ extern ULONG _tx_thread_system_state; /* */ /* None */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ static void CALLBACK gx_win32_timer_expiration(UINT wTimerID, UINT msg, DWORD dwUser, DWORD dw1, DWORD dw2) { @@ -324,12 +319,6 @@ static void CALLBACK gx_win32_timer_expiration(UINT wTimerID, UINT msg, DWORD dw /* */ /* gx_win32_driver_thread_initialize */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ static void gx_win32_start_multimedia_timer(GX_WIN32_DISPLAY_DRIVER_DATA *instance) { @@ -379,12 +368,6 @@ static void gx_win32_start_multimedia_timer(GX_WIN32_DISPLAY_DRIVER_DATA *instan /* */ /* gx_win32_input_driver */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ static void gx_win32_stop_multimedia_timer() { @@ -430,12 +413,6 @@ static void gx_win32_stop_multimedia_timer() /* */ /* gx_win32_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static ULONG gx_win32_map_key_to_guix_event(USHORT wParam, int shift, int ctrl) { @@ -496,12 +473,6 @@ KEY_EVENT_ENTRY *pEntry; /* */ /* gx_win32_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static USHORT gx_win32_map_key_to_guix_key(USHORT wParam) { @@ -569,12 +540,6 @@ KEY_MAP_ENTRY *pEntry = win32_key_table; /* */ /* gx_win32_window_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void gx_win32_get_icon_path() { @@ -633,12 +598,6 @@ LONG status; /* gx_win32_message_to_guix */ /* gx_win32_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 01-31-2022 Ting Zhu Initial Version 6.1.10 */ -/* */ /**************************************************************************/ void gx_win32_event_to_guix(GX_EVENT *event_ptr) { @@ -685,15 +644,6 @@ void gx_win32_event_to_guix(GX_EVENT *event_ptr) /* gx_win32_input_driver */ /* gx_win32_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), modified */ -/* GUIX event send logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ void gx_win32_message_to_guix(USHORT event_type) { @@ -738,12 +688,6 @@ GX_EVENT myevent; /* */ /* Win32 display driver set up functions. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ GX_WIN32_DISPLAY_DRIVER_DATA *gx_win32_get_free_data_instance(void) { @@ -800,12 +744,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *data = win32_instance_data; /* */ /* gx_win32_event_process */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ GX_WIN32_DISPLAY_DRIVER_DATA *gx_win32_get_data_instance_by_win_handle(HWND winHandle) { @@ -862,12 +800,6 @@ int index; /* */ /* win32_canvas_memory_prepare */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static void gx_win32_rotate_canvas_to_bmp_32bpp(GX_CANVAS *canvas) { @@ -951,12 +883,6 @@ INT write_sign; /* */ /* win32_canvas_memory_prepare */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial version 6.1.3 */ -/* */ /**************************************************************************/ static void gx_win32_rotate_canvas_to_bmp_16bpp(GX_CANVAS *canvas) { @@ -1046,12 +972,6 @@ INT write_stride; /* */ /* win32_canvas_memory_prepare */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* */ /**************************************************************************/ static void gx_win32_rotate_canvas_to_bmp_8bpp(GX_CANVAS *canvas) { @@ -1140,19 +1060,6 @@ INT write_stride; /* */ /* gx_win32_display_buffer_toggle */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* added 8bpp and 32bpp canvas */ -/* rotate logic, */ -/* resulting in version 6.1.4 */ -/* 03-02-2021 Ting Zhu Modified comment(s), added */ -/* flip rotation support, */ -/* resulting in version 6.1.5 */ -/* */ /**************************************************************************/ VOID *_win32_canvas_memory_prepare(GX_CANVAS *canvas, GX_RECTANGLE *dirty) { @@ -1267,15 +1174,6 @@ INT row; /* */ /* None */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* fixed logic, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ VOID gx_win32_display_buffer_toggle(GX_CANVAS *canvas, GX_RECTANGLE *dirty) { @@ -1382,15 +1280,6 @@ VOID *memptr; /* */ /* gx_win32_driver_thread_entry */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* corrected window size, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ HWND gx_win32_window_create(GX_WIN32_DISPLAY_DRIVER_DATA *gx_driver_ptr, WNDPROC event_process, INT xpos, INT ypos) { @@ -1475,18 +1364,6 @@ WNDCLASS wndclass; /* */ /* gx_win32_window_create */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), modified */ -/* GUIX event send logic, */ -/* resulting in version 6.1.10 */ -/* 04-25-2022 Ting Zhu Modified comment(s), improved */ -/* timer event send logic, */ -/* resulting in version 6.1.11 */ -/* */ /**************************************************************************/ LRESULT CALLBACK gx_win32_event_process(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { @@ -1687,16 +1564,6 @@ GX_BOOL check_key_event; /* */ /* gx_win32_driver_thread_entry */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), added */ -/* timer stop and thread */ -/* handle close logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ void gx_win32_input_driver(GX_WIN32_DISPLAY_DRIVER_DATA *instance) { @@ -1766,15 +1633,6 @@ int exit_code = 0; /* */ /* win32 guix setup functions */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 06-02-2021 Ting Zhu Modified comment(s), */ -/* reorganized code, */ -/* resulting in version 6.1.7 */ -/* */ /**************************************************************************/ void gx_win32_driver_thread_entry(ULONG thread_input) { @@ -1828,18 +1686,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)thread_ /* */ /* win32 thread entry */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 06-02-2021 Ting Zhu Initial Version 6.1.7 */ -/* 01-31-2022 Ting Zhu Modified comment(s), modified */ -/* to use multi-media timer, */ -/* resulting in version 6.1.10 */ -/* 10-31-2022 Ting Zhu Modified comment(s), added */ -/* ThreadX system state check, */ -/* resulting in version 6.2.0 */ -/* */ /**************************************************************************/ void gx_win32_driver_thread_initialize(GX_WIN32_DISPLAY_DRIVER_DATA *instance) { @@ -1898,12 +1744,6 @@ void gx_win32_driver_thread_initialize(GX_WIN32_DISPLAY_DRIVER_DATA *instance) /* */ /* None */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ int WINAPI WinMain(HINSTANCE Instance, HINSTANCE PrevInstance, LPSTR pCmd, int CmdShow) diff --git a/ports/win32/src/gx_win32_display_driver_1555xrgb.c b/ports/win32/src/gx_win32_display_driver_1555xrgb.c index ed2f5a211..d8c161302 100644 --- a/ports/win32/src/gx_win32_display_driver_1555xrgb.c +++ b/ports/win32/src/gx_win32_display_driver_1555xrgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,12 +57,6 @@ /* */ /* win32_graphics_driver_setup_1555xrgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_1555xrgb_bitmap_header_create(GX_DISPLAY *display) { @@ -120,15 +115,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_1555xrgb(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_24xrgb.c b/ports/win32/src/gx_win32_display_driver_24xrgb.c index 91c7f2e5e..89c509e53 100644 --- a/ports/win32/src/gx_win32_display_driver_24xrgb.c +++ b/ports/win32/src/gx_win32_display_driver_24xrgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,15 +56,6 @@ /* */ /* win32_graphics_driver_setup_24xrgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* Renamed function, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ VOID win32_32bpp_bitmap_header_create(GX_DISPLAY *display) { @@ -123,18 +115,6 @@ DWORD *putmask; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* Updated function name, */ -/* resulting in version 6.1.4 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_24xrgb(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_24xrgb_rotated.c b/ports/win32/src/gx_win32_display_driver_24xrgb_rotated.c index 3fdc4cbc9..cd883c13e 100644 --- a/ports/win32/src/gx_win32_display_driver_24xrgb_rotated.c +++ b/ports/win32/src/gx_win32_display_driver_24xrgb_rotated.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,15 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_24xrgb_rotated(GX_DISPLAY* display) { diff --git a/ports/win32/src/gx_win32_display_driver_32argb.c b/ports/win32/src/gx_win32_display_driver_32argb.c index 7925069b8..d65a86fd5 100644 --- a/ports/win32/src/gx_win32_display_driver_32argb.c +++ b/ports/win32/src/gx_win32_display_driver_32argb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,19 +59,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* Updated bitmap header */ -/* create function call, */ -/* resulting in version 6.1.4 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_32argb(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_32argb_rotated.c b/ports/win32/src/gx_win32_display_driver_32argb_rotated.c index 0bfaeab1a..b613026a9 100644 --- a/ports/win32/src/gx_win32_display_driver_32argb_rotated.c +++ b/ports/win32/src/gx_win32_display_driver_32argb_rotated.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -59,15 +60,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_32argb_rotated(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_332rgb.c b/ports/win32/src/gx_win32_display_driver_332rgb.c index 833a87d53..0a8042ab6 100644 --- a/ports/win32/src/gx_win32_display_driver_332rgb.c +++ b/ports/win32/src/gx_win32_display_driver_332rgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,12 +56,6 @@ /* */ /* win32_graphics_driver_setup_332rgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_332rgb_bitmap_header_create(GX_DISPLAY *display) { @@ -148,15 +143,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_332rgb(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_4444argb.c b/ports/win32/src/gx_win32_display_driver_4444argb.c index 355d67644..1ca63d920 100644 --- a/ports/win32/src/gx_win32_display_driver_4444argb.c +++ b/ports/win32/src/gx_win32_display_driver_4444argb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,12 +56,6 @@ /* */ /* win32_graphics_driver_setup_4444argb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_4444argb_bitmap_header_create(GX_DISPLAY *display) { @@ -118,15 +113,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_4444argb(GX_DISPLAY* display) { diff --git a/ports/win32/src/gx_win32_display_driver_4bpp_grayscale.c b/ports/win32/src/gx_win32_display_driver_4bpp_grayscale.c index a9461b6cc..a2707b8e8 100644 --- a/ports/win32/src/gx_win32_display_driver_4bpp_grayscale.c +++ b/ports/win32/src/gx_win32_display_driver_4bpp_grayscale.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,12 +56,6 @@ /* */ /* win32_graphics_driver_setup_4bpp_grayscale */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID win32_4bpp_grayscale_bitmap_header_create(GX_DISPLAY *display) { @@ -121,15 +116,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_4bpp_grayscale(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_565bgr.c b/ports/win32/src/gx_win32_display_driver_565bgr.c index a41509868..37fe4ecff 100644 --- a/ports/win32/src/gx_win32_display_driver_565bgr.c +++ b/ports/win32/src/gx_win32_display_driver_565bgr.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,12 +56,6 @@ /* */ /* win32_graphics_driver_setup_565bgr */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_565bgr_bitmap_header_create(GX_DISPLAY *display) { @@ -119,15 +114,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_565bgr(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_565rgb.c b/ports/win32/src/gx_win32_display_driver_565rgb.c index 7f61da454..2147dfc68 100644 --- a/ports/win32/src/gx_win32_display_driver_565rgb.c +++ b/ports/win32/src/gx_win32_display_driver_565rgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,12 +56,6 @@ /* */ /* win32_graphics_driver_setup_565rgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_565rgb_bitmap_header_create(GX_DISPLAY *display) { @@ -119,15 +114,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_565rgb(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_565rgb_rotated.c b/ports/win32/src/gx_win32_display_driver_565rgb_rotated.c index 60f293517..9e6205b47 100644 --- a/ports/win32/src/gx_win32_display_driver_565rgb_rotated.c +++ b/ports/win32/src/gx_win32_display_driver_565rgb_rotated.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -55,12 +56,6 @@ /* */ /* win32_graphics_driver_setup_565rgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_565rgb_rotated_bitmap_header_create(GX_DISPLAY *display) { @@ -121,15 +116,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_565rgb_rotated(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_8bit_palette.c b/ports/win32/src/gx_win32_display_driver_8bit_palette.c index 597b951a0..f7b804478 100644 --- a/ports/win32/src/gx_win32_display_driver_8bit_palette.c +++ b/ports/win32/src/gx_win32_display_driver_8bit_palette.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,15 +58,6 @@ /* */ /* win32_graphics_driver_setup_8bit_palette */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 02-02-2021 Kenneth Maxwell Modified comment(s), */ -/* made the function public, */ -/* resulting in version 6.1.4 */ -/* */ /**************************************************************************/ VOID win32_display_driver_8bit_palette_set(GX_DISPLAY *display, GX_COLOR *palette, INT count) { @@ -117,12 +109,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance; /* */ /* win32_graphics_driver_setup_8bit_palette */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID win32_8bit_palette_bitmap_header_create(GX_DISPLAY *display) { @@ -176,15 +162,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_8bit_palette(GX_DISPLAY *display) { diff --git a/ports/win32/src/gx_win32_display_driver_8bit_palette_rotated.c b/ports/win32/src/gx_win32_display_driver_8bit_palette_rotated.c index 9caa89047..22dba3759 100644 --- a/ports/win32/src/gx_win32_display_driver_8bit_palette_rotated.c +++ b/ports/win32/src/gx_win32_display_driver_8bit_palette_rotated.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,15 +61,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 02-02-2021 Kenneth Maxwell Initial Version 6.1.4 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_8bit_palette_rotated(GX_DISPLAY* display) { diff --git a/ports/win32/src/gx_win32_display_driver_monochrome.c b/ports/win32/src/gx_win32_display_driver_monochrome.c index 6c81e02a9..ed1724288 100644 --- a/ports/win32/src/gx_win32_display_driver_monochrome.c +++ b/ports/win32/src/gx_win32_display_driver_monochrome.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,12 +57,6 @@ /* */ /* win32_graphics_driver_setup_monochrome */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_monochrome_bitmap_header_create(GX_DISPLAY *display) { @@ -115,15 +110,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_graphics_driver_setup_monochrome(GX_DISPLAY *display) { diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h index 8f39813d9..3b744d730 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -35,12 +36,6 @@ /* Define drivers for Synergy Win32 simulation. */ /* */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ #ifndef GX_DAVE2D_SIMULATION_DISPLAY_H diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c index 98ff83059..d854b1923 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -74,12 +75,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_16bpp_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c index d5a9471da..76c1aece7 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -82,12 +83,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_16bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c index 8bd4fdcb9..159363c3f 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,12 +65,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -217,12 +212,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_16bpp_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -408,12 +397,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_16bpp_4444bgra_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -601,12 +584,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -778,12 +755,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_16bpp_32argb_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -890,12 +861,6 @@ GX_UBYTE b; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -1007,12 +972,6 @@ GX_BOOL drawn = GX_FALSE; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_16bpp_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c index 90f3506e6..02736fb31 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,12 +70,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_16bpp_rotated_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c index ff57fba59..3c812d5f7 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_16bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c index 4a8bc1ab6..0edf513f0 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_16bpp_rotated_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -246,12 +241,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_4444argb_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -468,12 +457,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_4444bgra_rotated_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -688,12 +671,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -891,12 +868,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_32argb_rotated_pixelmap_raw_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -1025,12 +996,6 @@ GX_RECTANGLE rotated_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -1147,12 +1112,6 @@ GX_BOOL drawn = GX_FALSE; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c index 3b0d444bf..639543a87 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_alpha_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -203,12 +198,6 @@ GX_RECTANGLE *clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -327,12 +316,6 @@ GX_RECTANGLE *clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c index ae427c59a..c05079ee7 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -248,12 +243,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_32bpp_4444argb_pixelmap_compressed_alpha_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -418,12 +407,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_32bpp_4444bgra_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -587,12 +570,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_24xrgb_565rgb_pixelmap_compressed_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -780,15 +757,6 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* 10-31-2022 Kenneth Maxwell Modify comments, change */ -/* function name, */ -/* resulting in Version 6.2.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_24xrgb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c index 1eef6f8e0..5865e9f6b 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c index 9020359c4..09d6d6645 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c index 4ec7d870f..6a6e52a08 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_rotated_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,12 +61,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_24xrgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c index cf1f14395..6a0d5e4ff 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_24xrgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_24xrgb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c index a487c1756..4afd1c414 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,12 +76,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_32bpp_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c index c5e224ec1..caaef71dc 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -84,12 +85,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_32bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c index 0e45cc02e..c642f813f 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -245,12 +240,6 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_32bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c index 1be2fd400..865f41ec7 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_compressed_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c index ba4dbbb04..db4e50851 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -75,12 +76,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c index ed22a9957..c7a879f87 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -67,12 +68,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_32bpp_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c index c5816c0bd..fb4c2fab8 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -64,12 +65,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) @@ -201,12 +196,6 @@ GX_PIXELMAP *pixelmap; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT xend, INT y, GX_FILL_PIXELMAP_INFO *info) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c index 7498c6299..e41237e9b 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -65,12 +66,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_compressed_write(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) @@ -226,12 +221,6 @@ INT y; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *context, INT ystart, INT yend, INT x, GX_FILL_PIXELMAP_INFO *info) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c index b5610db40..28b91ba82 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_rotated_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_rotated_setup(GX_DISPLAY *display, VOID *aux_data, diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c index 4aa852e7a..caf0e8f48 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_565rgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_565rgb_setup(GX_DISPLAY *display, VOID *aux_data, diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c index f067f5910..fda8de27a 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bit_palette_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -63,12 +64,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_8bit_palette_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, GX_RECTANGLE *dirty_area)) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c index 13f45812b..d614cf8c8 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -73,12 +74,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_8bpp_glyph_1bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) { diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c index e450167ee..a13d5703a 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -66,12 +67,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_8bpp_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c index e97927bcb..27aa90092 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_compressed_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c index f0e3f8482..0ccf56945 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_compressed_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c index 0f89350ae..332ffb091 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,12 +70,6 @@ /* */ /* _gx_dave2d_simulation_display_driver_glyph_4bit_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c index 5c1bf383f..21db6cda7 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c index 66bcf5315..c443cdf68 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -68,12 +69,6 @@ /* */ /* GUIX internal code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_rotated_compressed_glyph_8bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c index 60319122a..d1f5698a2 100644 --- a/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c +++ b/ports/win32/src/renesas/gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -69,12 +70,6 @@ /* */ /* _gx_dave2d_simulation_display_driver_glyph_4bit_draw */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID _gx_dave2d_simulation_display_driver_rotated_glyph_4bit_draw(GX_DRAW_CONTEXT *context, GX_RECTANGLE *draw_area, GX_POINT *map_offset, GX_CONST GX_GLYPH *glyph) diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c index 27d47d629..af89340ba 100644 --- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c +++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -58,12 +59,6 @@ /* */ /* win32_dave2d_graphics_driver_setup_24xrgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ VOID win32_dave2d_simulation_24xrgb_bitmap_header_create(GX_DISPLAY *display) { @@ -127,15 +122,6 @@ DWORD *putmask; /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* 10-31-2022 Kenneth Maxwell Modify comments, change */ -/* function name, */ -/* resulting in Version 6.2.0 */ -/* */ /**************************************************************************/ UINT win32_dave2d_graphics_driver_setup_24xrgb(GX_DISPLAY *display) { diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c index 575e16826..455d9b970 100644 --- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c +++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_24xrgb_rotated.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ UINT win32_dave2d_graphics_driver_setup_24xrgb_rotated(GX_DISPLAY* display) { diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c index f860bde49..38587f8be 100644 --- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c +++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -57,12 +58,6 @@ /* */ /* win32_dave2d_graphics_driver_setup_565rgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static void win32_dave2d_simulation_565rgb_bitmap_header_create(GX_DISPLAY *display) { @@ -124,15 +119,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* 10-31-2022 Kenneth Maxwell Modify comments, change */ -/* function name, */ -/* resulting in Version 6.2.0 */ -/* */ /**************************************************************************/ UINT win32_dave2d_graphics_driver_setup_565rgb(GX_DISPLAY *display) { diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c index c8103db32..4f254a8c6 100644 --- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c +++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_565rgb_rotated.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -56,12 +57,6 @@ /* */ /* win32_graphics_driver_setup_565rgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ static void win32_dave2d_simulation_565rgb_rotated_bitmap_header_create(GX_DISPLAY *display) { @@ -122,12 +117,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ UINT win32_dave2d_graphics_driver_setup_565rgb_rotated(GX_DISPLAY *display) { diff --git a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c index c80c96067..12e35c95d 100644 --- a/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c +++ b/ports/win32/src/renesas/gx_win32_dave2d_display_driver_8bit_palette.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2023 Ting Zhu Initial Version 6.4.0 */ -/* */ /**************************************************************************/ UINT win32_dave2d_graphics_driver_setup_8bit_palette(GX_DISPLAY *display) { diff --git a/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_pixelmap_draw.c b/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_pixelmap_draw.c index 52b561401..3693d47a6 100644 --- a/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_pixelmap_draw.c +++ b/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_pixelmap_draw.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -62,12 +63,6 @@ /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static VOID _gx_chromart_simulation_display_driver_565rgb_pixelmap_32argb_write(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) @@ -161,12 +156,6 @@ GX_UBYTE b; /* */ /* GUIX Internal Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_chromart_simulation_display_driver_565rgb_pixelmap_draw(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap) diff --git a/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_setup.c b/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_setup.c index da64a769f..892e50f28 100644 --- a/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_setup.c +++ b/ports/win32/src/st/gx_chromart_simulation_display_driver_565rgb_setup.c @@ -1,11 +1,12 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -61,12 +62,6 @@ extern VOID _gx_chromart_simulation_display_driver_565rgb_pixelmap_draw(GX_DRAW_ /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ VOID _gx_chromart_simulation_display_driver_565rgb_setup(GX_DISPLAY *display, VOID *aux_data, VOID (*toggle_function)(struct GX_CANVAS_STRUCT *canvas, diff --git a/ports/win32/src/st/gx_win32_chromart_display_driver_565rgb.c b/ports/win32/src/st/gx_win32_chromart_display_driver_565rgb.c index 962cbb769..787c362e1 100644 --- a/ports/win32/src/st/gx_win32_chromart_display_driver_565rgb.c +++ b/ports/win32/src/st/gx_win32_chromart_display_driver_565rgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -60,12 +61,6 @@ extern VOID _gx_chromart_simulation_display_driver_565rgb_setup(GX_DISPLAY *disp /* */ /* win32_chromart_graphics_driver_setup_565rgb */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* */ /**************************************************************************/ static void win32_565rgb_bitmap_header_create(GX_DISPLAY *display) { @@ -126,15 +121,6 @@ GX_WIN32_DISPLAY_DRIVER_DATA *instance = (GX_WIN32_DISPLAY_DRIVER_DATA *)display /* */ /* Application Code */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-31-2020 Kenneth Maxwell Initial Version 6.1.3 */ -/* 01-31-2022 Ting Zhu Modified comment(s), */ -/* improved logic, */ -/* resulting in version 6.1.10 */ -/* */ /**************************************************************************/ UINT win32_chromeart_graphics_driver_setup_565rgb(GX_DISPLAY *display) { diff --git a/ports/win32/vs_2019_standalone/inc/gx_port.h b/ports/win32/vs_2019_standalone/inc/gx_port.h index e41408d18..db81a8775 100644 --- a/ports/win32/vs_2019_standalone/inc/gx_port.h +++ b/ports/win32/vs_2019_standalone/inc/gx_port.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ @@ -33,16 +34,6 @@ /* This file contains data type definitions and constants specific */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ -/* 08-02-2021 Kenneth Maxwell Modified comment(s), removed */ -/* GX_SYSTEM_TIMER_TICKS and */ -/* GX_TICKS_SECOND definitions,*/ -/* resulting in version 6.1.8 */ -/* */ /**************************************************************************/ #ifndef GX_PORT_H @@ -99,7 +90,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) 2024 Microsoft Corporation. * GUIX Win32/Standalone/Visual Version 6.4.1 *"; + "(c) 2024 Microsoft Corp. (c) 2026-present Eclipse ThreadX Contributors. * GUIX Win32/Standalone/Visual Version 6.5.0.202601 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/samples/demo_guix_calculator/evaluate.c b/samples/demo_guix_calculator/evaluate.c index 03e3e65f3..fca3b9a16 100644 --- a/samples/demo_guix_calculator/evaluate.c +++ b/samples/demo_guix_calculator/evaluate.c @@ -171,7 +171,7 @@ GX_VALUE index = 0; } else { - /* Pop out two operands and one operation and push the calculate result to stack_operand, + /* Pop out two operands and one operation and push the calculate result to stack_operand, then push the current operation to the stack_operation. */ if (stack_operand.top < 1) { diff --git a/samples/demo_guix_home_automation/demo_guix_home_automation.c b/samples/demo_guix_home_automation/demo_guix_home_automation.c index 39015af12..6a7d8b506 100644 --- a/samples/demo_guix_home_automation/demo_guix_home_automation.c +++ b/samples/demo_guix_home_automation/demo_guix_home_automation.c @@ -248,7 +248,7 @@ VOID main_screen_draw(GX_WINDOW *window) decode_main_screen_jpeg(); } - /* unless something went wrong, the pixelmap data should now be populated in + /* unless something went wrong, the pixelmap data should now be populated in GUIX pixelmap format */ if (main_screen_bg.gx_pixelmap_data) diff --git a/samples/demo_guix_industrial/demo_guix_industrial.c b/samples/demo_guix_industrial/demo_guix_industrial.c index 8749d6a4e..42481901d 100644 --- a/samples/demo_guix_industrial/demo_guix_industrial.c +++ b/samples/demo_guix_industrial/demo_guix_industrial.c @@ -165,7 +165,7 @@ VOID main_screen_draw(GX_WINDOW *window) decode_main_screen_jpeg(); } - /* Unless something went wrong, the pixelmap data should now be populated in + /* Unless something went wrong, the pixelmap data should now be populated in GUIX pixelmap format. */ if (main_screen_bg.gx_pixelmap_data) { diff --git a/samples/demo_guix_thermostat/demo_guix_thermostat.c b/samples/demo_guix_thermostat/demo_guix_thermostat.c index 298e851fa..afb39d11f 100644 --- a/samples/demo_guix_thermostat/demo_guix_thermostat.c +++ b/samples/demo_guix_thermostat/demo_guix_thermostat.c @@ -122,7 +122,7 @@ GX_STRING string; gx_utility_ltoa(i_temperature, str_value, 10); string.gx_string_ptr = str_value; - string.gx_string_length = sizeof(str_value) - 1; + string.gx_string_length = GX_STRLEN(str_value); gx_prompt_text_set_ext(prompt, &string); } diff --git a/test/example_internal/all_widgets_defined_5_4_0_compatibility/gx_user.h b/test/example_internal/all_widgets_defined_5_4_0_compatibility/gx_user.h index caa0b2d32..ba92f4ce8 100644 --- a/test/example_internal/all_widgets_defined_5_4_0_compatibility/gx_user.h +++ b/test/example_internal/all_widgets_defined_5_4_0_compatibility/gx_user.h @@ -47,36 +47,6 @@ /* GUIX features by commenting out or including the definitions below */ /* to the implementation of high-performance GUIX UI framework. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 11-24-2014 William E. Lamie Initial Version 5.2 */ -/* 01-16-2015 William E. Lamie Modified comment(s), */ -/* resulting in version 5.2.1 */ -/* 01-26-2015 William E. Lamie Modified comment(s), */ -/* resulting in version 5.2.2 */ -/* 03-01-2015 William E. Lamie Modified comment(s), */ -/* resulting in version 5.2.3 */ -/* 04-15-2015 William E. Lamie Modified comment(s), */ -/* resulting in version 5.2.4 */ -/* 08-21-2015 William E. Lamie Modified comment(s), added */ -/* GX_SYSTEM_TIMER_MS so GUIX */ -/* timer value can be modified,*/ -/* resulting in version 5.2.5 */ -/* 09-21-2015 William E. Lamie Modified comment(s), */ -/* resulting in version 5.2.6 */ -/* 02-22-2016 William E. Lamie Modified comment(s), */ -/* resulting in version 5.3 */ -/* 04-05-2016 William E. Lamie Modified comment(s), */ -/* resulting in version 5.3.1 */ -/* 06-15-2016 William E. Lamie Modified comment(s), */ -/* resulting in version 5.3.2 */ -/* 03-01-2017 William E. Lamie Modified comment(s), */ -/* resulting in version 5.3.3 */ -/* 11-06-2017 William E. Lamie Modified comment(s), */ -/* resulting in version 5.4 */ -/* */ /**************************************************************************/ #ifndef GX_USER_H @@ -96,7 +66,7 @@ change GUIX System Timer value. */ /* #define GX_SYSTEM_TIMER_MS 20 */ -/* This can be defined to insert an application specific data +/* This can be defined to insert an application specific data field into the GX_WIDGET control block */ /* #define GX_WIDGET_USER_DATA */ #endif diff --git a/test/example_internal/binres_theme_static_language/demo_guix_binres_theme_static_language.c b/test/example_internal/binres_theme_static_language/demo_guix_binres_theme_static_language.c index b7f57bc78..d716e02ac 100644 --- a/test/example_internal/binres_theme_static_language/demo_guix_binres_theme_static_language.c +++ b/test/example_internal/binres_theme_static_language/demo_guix_binres_theme_static_language.c @@ -202,9 +202,9 @@ VOID *load_binary_resource_data_to_ram() { UCHAR *address = GX_NULL; - /* If generated resource is stored in a FAT filesystem, it must be + /* If generated resource is stored in a FAT filesystem, it must be loaded into memory before it can be used. This memory could be - RAM or FLASH, but for the purpose of this example will simply + RAM or FLASH, but for the purpose of this example will simply read the file to RAM. */ FILE *p_file; size_t total_length; diff --git a/test/example_internal/guix_medical_mouse_support/vitals.c b/test/example_internal/guix_medical_mouse_support/vitals.c index 97d702a75..b4aa1f857 100644 --- a/test/example_internal/guix_medical_mouse_support/vitals.c +++ b/test/example_internal/guix_medical_mouse_support/vitals.c @@ -111,7 +111,7 @@ GX_ICON *heart_icon; ekg_value = ekg_values[ekg_index]; line_y_coords[0] = CHART_Y_CENTER - ekg_value; - // the slider scale is 0 to 100, so convert ekg value to + // the slider scale is 0 to 100, so convert ekg value to // approximate slider value: slider_value = ekg_value + 45; diff --git a/test/example_internal/helloworld/helloworld.c b/test/example_internal/helloworld/helloworld.c index c0c341bfa..cb27bb769 100644 --- a/test/example_internal/helloworld/helloworld.c +++ b/test/example_internal/helloworld/helloworld.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/example_internal/keyboard_8bpp/demo_guix_keyboard_8bpp.c b/test/example_internal/keyboard_8bpp/demo_guix_keyboard_8bpp.c index 190a86be3..6fbeafeeb 100644 --- a/test/example_internal/keyboard_8bpp/demo_guix_keyboard_8bpp.c +++ b/test/example_internal/keyboard_8bpp/demo_guix_keyboard_8bpp.c @@ -119,7 +119,7 @@ VOID demo_thread_entry(ULONG thread_input) PopulateKeyboardButtons(&keyboard_screen.keyboard_screen_keyboard_frame, key_layout_1); -// gx_single_line_text_input_cursor_flag_set(&keyboard_screen.keyboard_screen_keyboard_input_field, +// gx_single_line_text_input_cursor_flag_set(&keyboard_screen.keyboard_screen_keyboard_input_field, // GX_STYLE_CURSOR_BLINK | GX_STYLE_CURSOR_ALWAYS); diff --git a/test/example_internal/progress_bar/progress_bar.c b/test/example_internal/progress_bar/progress_bar.c index 9f782e55e..00df17b8d 100644 --- a/test/example_internal/progress_bar/progress_bar.c +++ b/test/example_internal/progress_bar/progress_bar.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_1555xrgb/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_16bpp/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_32bpp/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_332rgb/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4444argb/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_4bpp/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_8bit_palette/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_api.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_api.h index ba10d4640..a0b0b1804 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_api.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_api.h @@ -50,49 +50,6 @@ /* All service prototypes and data structure definitions are defined */ /* in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2005 William E. Lamie Initial Version 5.0 */ -/* 07-18-2007 William E. Lamie Modified comment(s), changed */ -/* the default file and path */ -/* length to 256, added burst */ -/* cache disable flags to the */ -/* media and file structures, */ -/* added boot signature offset */ -/* for FAT32, added volume ID */ -/* offset for FAT32, changed */ -/* size of rename buffer, and */ -/* changed UL to ULONG cast, */ -/* resulting in version 5.1 */ -/* 03-01-2009 William E. Lamie Modified comment(s), added */ -/* logic for trace support, */ -/* added macros to override */ -/* interrupt protection in */ -/* port files to simply use */ -/* ThreadX interrupt macros, */ -/* resulting in version 5.2 */ -/* 11-01-2015 William E. Lamie Modified comment(s), added */ -/* major/minor release defines,*/ -/* added support for exFAT, */ -/* added fault tolerant */ -/* support, changed the initial*/ -/* date, and added new APIs, */ -/* resulting in version 5.3 */ -/* 04-15-2016 William E. Lamie Modified comment(s), */ -/* defined the update rate of */ -/* system timer, */ -/* resulting in version 5.4 */ -/* 04-03-2017 William E. Lamie Modified comment(s), added */ -/* conditional around maximum */ -/* path define, and added */ -/* default defines for */ -/* port-specific macros, added */ -/* a macro to disable warning */ -/* of parameter not used, */ -/* resulting in version 5.5 */ -/* */ /**************************************************************************/ #ifndef FX_API_H diff --git a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_port.h b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_port.h index 16d1729a4..727f53216 100644 --- a/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_port.h +++ b/test/example_internal/screenshot_to_bitmap/screenshot_to_bitmap_monochrome/fx_port.h @@ -52,13 +52,6 @@ /* various entries in the boot record, and directory entries are */ /* defined in this file. */ /* */ -/* RELEASE HISTORY */ -/* */ -/* DATE NAME DESCRIPTION */ -/* */ -/* 12-12-2011 William E. Lamie Initial Cortex-M4/IAR */ -/* Support Version 5.0 */ -/* */ /**************************************************************************/ #ifndef FX_PORT_H @@ -70,7 +63,7 @@ #ifdef FX_INCLUDE_USER_DEFINE_FILE -/* Yes, include the user defines in fx_user.h. The defines in this file may +/* Yes, include the user defines in fx_user.h. The defines in this file may alternately be defined on the command line. */ #include "fx_user.h" @@ -84,7 +77,7 @@ /* Define FileX internal protection macros. If FX_SINGLE_THREAD is defined, these protection macros are effectively disabled. However, for multi-thread - uses, the macros are setup to utilize a ThreadX mutex for multiple thread + uses, the macros are setup to utilize a ThreadX mutex for multiple thread access control into an open media. */ #ifdef FX_SINGLE_THREAD @@ -105,8 +98,8 @@ #define FX_RESTORE_INTS tx_interrupt_control(old_interrupt_posture); -/* Define the error checking logic to determine if there is a caller error in the FileX API. - The default definitions assume ThreadX is being used. This code can be completely turned +/* Define the error checking logic to determine if there is a caller error in the FileX API. + The default definitions assume ThreadX is being used. This code can be completely turned off by just defining these macros to white space. */ #ifndef TX_TIMER_PROCESS_IN_ISR diff --git a/test/guix_test/display_driver/gx_validation_display_driver_1555xrgb.c b/test/guix_test/display_driver/gx_validation_display_driver_1555xrgb.c index 14b12fb38..956675150 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_1555xrgb.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_1555xrgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_16bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_16bpp.c index 730722477..a81dbb8dc 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_16bpp.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_16bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_1bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_1bpp.c index 3b6519553..56af17c33 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_1bpp.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_1bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_32bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_32bpp.c index 4ae437979..7b89b1021 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_32bpp.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_32bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_332rgb.c b/test/guix_test/display_driver/gx_validation_display_driver_332rgb.c index b8e3b451d..3e6423899 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_332rgb.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_332rgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_4444argb.c b/test/guix_test/display_driver/gx_validation_display_driver_4444argb.c index 74e9161bc..9daa7465e 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_4444argb.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_4444argb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_4bpp_grayscale.c b/test/guix_test/display_driver/gx_validation_display_driver_4bpp_grayscale.c index e13615257..88034c775 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_4bpp_grayscale.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_4bpp_grayscale.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_display_driver_8bpp.c b/test/guix_test/display_driver/gx_validation_display_driver_8bpp.c index 4032cc146..c241a74f7 100644 --- a/test/guix_test/display_driver/gx_validation_display_driver_8bpp.c +++ b/test/guix_test/display_driver/gx_validation_display_driver_8bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_synergy_display_driver_16bpp.c b/test/guix_test/display_driver/gx_validation_synergy_display_driver_16bpp.c index 48e72cd1a..018e200de 100644 --- a/test/guix_test/display_driver/gx_validation_synergy_display_driver_16bpp.c +++ b/test/guix_test/display_driver/gx_validation_synergy_display_driver_16bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/display_driver/gx_validation_synergy_display_driver_32bpp.c b/test/guix_test/display_driver/gx_validation_synergy_display_driver_32bpp.c index b8a4355c5..697d6acde 100644 --- a/test/guix_test/display_driver/gx_validation_synergy_display_driver_32bpp.c +++ b/test/guix_test/display_driver/gx_validation_synergy_display_driver_32bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware.h b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware.h index 6f9dd2781..2c84c2d60 100644 --- a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware.h +++ b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware.h @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_24xrgb.c b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_24xrgb.c index 104ff44f8..6526b6404 100644 --- a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_24xrgb.c +++ b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_24xrgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_565rgb.c b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_565rgb.c index 7062190bd..151e8ebf6 100644 --- a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_565rgb.c +++ b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_display_driver_hardware_565rgb.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_touch_driver_hardware_capacitive.c b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_touch_driver_hardware_capacitive.c index fdf3cf618..161cb5a71 100644 --- a/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_touch_driver_hardware_capacitive.c +++ b/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/drivers/gx_touch_driver_hardware_capacitive.c @@ -69,8 +69,8 @@ VOID SendPenUpEvent(VOID) } /* - * ReadBuffer [0]: The Byte count (0x0A) - * ReadBuffer [1]: X1 coordinate [15,8] + * ReadBuffer [0]: The Byte count (0x0A) + * ReadBuffer [1]: X1 coordinate [15,8] * ReadBuffer [2]: X1 coordinate [7,0] * ReadBuffer [3]: Y1 coordinate [15,8] * ReadBuffer [4]: Y1 coordinate [7,0] @@ -78,7 +78,7 @@ VOID SendPenUpEvent(VOID) * ReadBuffer [6]: X2 coordinate [7,0] * ReadBuffer [7]: Y2 coordinate [15,8] * ReadBuffer [8]: Y2 coordinate [7,0] - * ReadBuffer [9]: Gesture command (01: Zoom In 02: Zoom out) + * ReadBuffer [9]: Gesture command (01: Zoom In 02: Zoom out) * ReadBuffer [10]: unused byte */ VOID touch_thread_entry(ULONG thread_input) diff --git a/test/guix_test/regression_test/tests/validation_guix_16bpp_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_16bpp_horizontal_pixelmap_line_draw.c index dca88da1d..323f39867 100644 --- a/test/guix_test/regression_test/tests/validation_guix_16bpp_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_16bpp_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -102,7 +102,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_1bpp_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_1bpp_glyph_draw.c index 1e3cfc7ed..e31d92374 100644 --- a/test/guix_test/regression_test/tests/validation_guix_1bpp_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_1bpp_glyph_draw.c @@ -40,7 +40,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_line_draw.c index 3bead0c97..5f3f11dee 100644 --- a/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_line_draw.c @@ -40,7 +40,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_pixelmap_line_draw.c index 7ff0e699c..65ba09a82 100644 --- a/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_1bpp_horizontal_pixelmap_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_draw.c index b0ee38984..d88c11729 100644 --- a/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ GX_PIXELMAP invalid_map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_line_draw.c index 65a338e68..0fc4dfd87 100644 --- a/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_1bpp_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_1bpp_simple_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_1bpp_simple_line_draw.c index bbe6a9bc3..eaac1aeb9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_1bpp_simple_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_1bpp_simple_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_32bpp_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_32bpp_horizontal_pixelmap_line_draw.c index 0cc61d41f..b45c11c0e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_32bpp_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_32bpp_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -75,7 +75,7 @@ char *map_string_list[]= }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_32bpp_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_32bpp_pixelmap_draw.c index 6816c984b..a7b9bbb4d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_32bpp_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_32bpp_pixelmap_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -134,7 +134,7 @@ GX_BRUSH *brush; gx_canvas_pixelmap_draw(xpos, ypos, map); } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_32bpp_simple_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_32bpp_simple_line_draw.c index e9b670181..da58a7587 100644 --- a/test/guix_test/regression_test/tests/validation_guix_32bpp_simple_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_32bpp_simple_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ GX_DRAW_CONTEXT context; root->gx_window_root_canvas->gx_canvas_display->gx_display_driver_horizontal_pixelmap_line_draw(&context, 34, 200, 1, &info); } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_1bit_draw.c b/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_1bit_draw.c index 3070cae19..4b9e3f345 100644 --- a/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_1bit_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_1bit_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_all_widgets_332rgb.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_4bit_draw.c b/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_4bit_draw.c index 9e14e37ea..177150a8c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_4bit_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_332rgb_glyph_4bit_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_all_widgets_332rgb.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_332rgb_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_332rgb_horizontal_pixelmap_line_draw.c index 2349bb7fc..70cc4d0c2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_332rgb_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_332rgb_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -101,7 +101,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_332rgb_pixelmap_blend.c b/test/guix_test/regression_test/tests/validation_guix_332rgb_pixelmap_blend.c index b4634874e..de3db0372 100644 --- a/test/guix_test/regression_test/tests/validation_guix_332rgb_pixelmap_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_332rgb_pixelmap_blend.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ GX_PIXELMAP *map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_332rgb_simple_line_alpha_draw.c b/test/guix_test/regression_test/tests/validation_guix_332rgb_simple_line_alpha_draw.c index 2ac5f94b3..7e2f857f5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_332rgb_simple_line_alpha_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_332rgb_simple_line_alpha_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -92,7 +92,7 @@ VOID test_line_win_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_4444argb_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_4444argb_horizontal_pixelmap_line_draw.c index 181b75f1f..9f450f9a7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4444argb_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4444argb_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -99,7 +99,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_4444argb_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_4444argb_pixelmap_draw.c index e7a9f32d1..dfc7aad03 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4444argb_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4444argb_pixelmap_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -105,7 +105,7 @@ GX_PIXELMAP *map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_canvas_copy.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_canvas_copy.c index 75fe76001..0c9367c39 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_canvas_copy.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_canvas_copy.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_1bit_draw.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_1bit_draw.c index c39c6e24b..5c69ca5ea 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_1bit_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_1bit_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_4bit_draw.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_4bit_draw.c index 8f910c0fe..6991c4d2a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_4bit_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_glyph_4bit_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_horizontal_pixelmap_line_draw.c index 775d7db23..a29a02f9b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_draw.c index a481a567f..f9fe9ff0a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -101,7 +101,7 @@ GX_PIXELMAP invalid_map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_rotate.c index 06a6d4abd..e91d5044b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_pixelmap_rotate.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -94,7 +94,7 @@ GX_RESOURCE_ID pixelmap_id_list[]={ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_4bpp_simple_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_4bpp_simple_line_draw.c index 6db3c257d..00c115327 100644 --- a/test/guix_test/regression_test/tests/validation_guix_4bpp_simple_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_4bpp_simple_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -85,7 +85,7 @@ VOID test_line_win_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_565rgb_palette_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_565rgb_palette_pixelmap_draw.c index 31f695efb..e24aa5e81 100644 --- a/test/guix_test/regression_test/tests/validation_guix_565rgb_palette_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_565rgb_palette_pixelmap_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -120,7 +120,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_565rgb_simple_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_565rgb_simple_line_draw.c index 77afa3f3d..c034ff6fd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_565rgb_simple_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_565rgb_simple_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -101,7 +101,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_8bit_palette_glyph_1bit_draw.c b/test/guix_test/regression_test/tests/validation_guix_8bit_palette_glyph_1bit_draw.c index bd9ad1872..536cb7a35 100644 --- a/test/guix_test/regression_test/tests/validation_guix_8bit_palette_glyph_1bit_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_8bit_palette_glyph_1bit_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) extern GX_STUDIO_DISPLAY_INFO all_widgets_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_8bpp_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_8bpp_horizontal_pixelmap_line_draw.c index 03eb9f7a7..363062d74 100644 --- a/test/guix_test/regression_test/tests/validation_guix_8bpp_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_8bpp_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_8bpp_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_8bpp_pixelmap_draw.c index 6f0341601..eb4c6229c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_8bpp_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_8bpp_pixelmap_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -103,7 +103,7 @@ int ypos; extern GX_STUDIO_DISPLAY_INFO pixelmap_8bpp_display_table[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_8bpp_simple_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_8bpp_simple_line_draw.c index 57419dcac..c8186ee88 100644 --- a/test/guix_test/regression_test/tests/validation_guix_8bpp_simple_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_8bpp_simple_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -116,7 +116,7 @@ GX_BOOL palette_test_failed = GX_FALSE; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_draw.c b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_draw.c index cfa6f95c7..86902db46 100644 --- a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_down_event_process.c b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_down_event_process.c index ee33fbd5d..3812eaff8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_down_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_down_event_process.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_up_event_process.c b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_up_event_process.c index 7d728774f..747d36fb9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_up_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_pen_up_event_process.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_position.c b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_position.c index 3aa6ce66e..85ff168de 100644 --- a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_position.c +++ b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_position.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_shift_no_output.c b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_shift_no_output.c index c36d94bb1..32a8ff41e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_accordion_menu_shift_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_accordion_menu_shift_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_canvas_copy_blend.c index 6113f0cd8..642210bcf 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_image_convert_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_image_convert_screen.c index 0b29bd98e..f0dcf6056 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_image_convert_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_image_convert_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ extern GX_UBYTE output_color_format; extern GX_BOOL do_color_convert; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_jpeg_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_jpeg_draw.c index 420b4c8a0..492ccfef0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_jpeg_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_jpeg_draw.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -90,7 +90,7 @@ GX_PIXELMAP *map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_pixelmap_draw.c index ee0d348d6..89d3aed76 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_pixelmap_draw.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -105,7 +105,7 @@ GX_DRAW_CONTEXT *context; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_png_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_png_draw.c index 7540cb8a7..60f580480 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_png_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_png_draw.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ GX_PIXELMAP *map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_resize_screen.c index 2b696a621..998a5731d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_rotate_screen.c index 5b4719d52..423e13389 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_shapes_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_shapes_screen.c index d5fddd802..fa57ec674 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_shapes_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1555xrgb_shapes_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ extern GX_BOOL pixelmap_fill; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_block_move.c index b1725087a..eb73cf0f5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_animation.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_animation.c index 308fe3fc5..17edc9b83 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_animation.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_offset_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_offset_set.c index d45c95606..86dadfff5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_offset_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_canvas_offset_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_fill_text_color_test.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_fill_text_color_test.c index bf105bbfa..15cbdad32 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_fill_text_color_test.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_fill_text_color_test.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_generic_shape_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_generic_shape_fill.c index fbab9b298..534003123 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_generic_shape_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_generic_shape_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ extern GX_RESOURCE_ID pixelmap_id[4]; char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_block_move.c index db8ed94d4..abcb44682 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_canvas_copy_blend.c index 5f7805008..50c330821 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_line_draw.c index f3ee15995..4bd523728 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -119,7 +119,7 @@ extern int lines_screen_line_angle; extern int lines_screen_line_width; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_pixelmap_draw.c index 2cee65aaa..2815f4f56 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -142,7 +142,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_resize_screen.c index 125dac87a..7f7e21650 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_rotate_screen.c index da347d86e..254a8a94c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_shapes_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_shapes_screen.c index 3fe4a5966..88580b421 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_shapes_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_270_shapes_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_arc_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_arc_fill.c index c56308473..6cfcd80c4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_arc_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_arc_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -169,7 +169,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_block_move.c index 7aede899e..73003e2db 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ static VOID test_canvas_block_move_draw(GX_TEXT_BUTTON *button) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_canvas_copy_blend.c index f2deb352a..cd018d5bc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary.c index 122f0c3ab..7f49797b3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_pixelmap_draw.c index 2ee5e00ee..67cd747a1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -131,7 +131,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_rotate_screen.c index 0543fb0db..1bd9b65f4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ccw_binary_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle+=10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_circle_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_circle_fill.c index d3b5edac5..70426e978 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_circle_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_circle_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -118,7 +118,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary.c index e72cd34df..e2023faaf 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_pixelmap_draw.c index c659bba3c..be60e0f4e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -131,7 +131,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_rotate_screen.c index 3ce27c1ee..69bd8efe2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_cw_binary_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle+=10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ellipse_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ellipse_fill.c index 008c8d704..8c15634b5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ellipse_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_ellipse_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -118,7 +118,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_glyph_draw.c index dc7dcf271..10febdc1a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -112,7 +112,7 @@ int yoffset; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_horizontal_pixelmap_line_draw.c index 04e700f18..45ba4846c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_line_draw.c index ea4f73402..426ab13fe 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -184,7 +184,7 @@ extern int lines_screen_line_angle; extern int lines_screen_line_width; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pie_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pie_fill.c index cfde33166..d6a29c685 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pie_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pie_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -137,7 +137,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pixelmap_draw.c index bde97bc7e..7b4c1b4d5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -263,7 +263,7 @@ GX_PIXELMAP *pixelmap; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_polygon_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_polygon_fill.c index 24b75f69e..ae524250e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_polygon_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_polygon_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -84,7 +84,7 @@ GX_POINT star[11] = { } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_resize_screen.c index 2eb9d0a32..a589c50ab 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_rotate_screen.c index 51e1f06c9..a81885512 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -128,7 +128,7 @@ INT y_axis; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -142,7 +142,7 @@ int id, index; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_scroll_wheel_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_scroll_wheel_screen.c index 616b0bd73..06d014935 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_scroll_wheel_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_scroll_wheel_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets_16bpp_rotated.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_shapes_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_shapes_screen.c index 2f165ef7c..20c37649b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_shapes_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_shapes_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_sprite.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_sprite.c index 72f260b33..7023a0b33 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_sprite.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_sprite.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_vertical_list.c index 65e581168..38757fa6e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_wide_line_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_wide_line_fill.c index 035cd7720..c442ad408 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_wide_line_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_rotated_wide_line_fill.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -86,7 +86,7 @@ GX_FIXED_POINT *points; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_shapes_screen_pie.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_shapes_screen_pie.c index f9d6063e8..3b667c30f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_shapes_screen_pie.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_shapes_screen_pie.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -104,7 +104,7 @@ extern GX_RESOURCE_ID pixelmap_id[4]; static INT brush_alpha_value[] = {0, 155, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_sprite.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_sprite.c index 792a7a5aa..134e9131c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_sprite.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_16bpp_sprite.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_block_move.c index 6435eb4fd..f895d0346 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_button_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_button_screen.c index 3717249a3..605f8206d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_button_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_button_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ static int Mouse_event[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -80,7 +80,7 @@ GX_EVENT my_event; { for(Mouse_index = 0; Mouse_index < 2; Mouse_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_canvas_copy.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_canvas_copy.c index bf041aad9..759306740 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_canvas_copy.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_canvas_copy.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_image_convert_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_image_convert_screen.c index 9b48a2fa3..093fa56b5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_image_convert_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_image_convert_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ extern void convert_start(); extern GX_UBYTE image_reader_mode; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_pic_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_pic_screen.c index 0bd15b920..779b32f13 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_pic_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_pic_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ int frame_id = 1; for(pixelmap_id_index = 0; pixelmap_id_index < (INT)(sizeof(pixelmap_id) / sizeof(int)); pixelmap_id_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_resize_screen.c index 8b17ff30f..19a5744e1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_rotate_screen.c index a62474db2..18d0555bb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern GX_BOOL direct; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -86,7 +86,7 @@ int direct_index; for(angle= 0; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_shapes_screen_polygon.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_shapes_screen_polygon.c index 047c578b9..822c7492f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_shapes_screen_polygon.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_shapes_screen_polygon.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ static INT value[2] = {GX_TRUE,GX_FALSE}; static INT brush_value[] = {0, 3, 10, 20}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -94,7 +94,7 @@ int frame_id = 1; solid_fill = value[b]; /*solid_fill is true or false*/ - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_sliders_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_sliders_screen.c index 94998523d..17aa8c1bc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_sliders_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_sliders_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -79,7 +79,7 @@ GX_EVENT my_event; { for(x = xpos; x <= xend ; x += increament) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -94,7 +94,7 @@ GX_EVENT my_event; gx_system_event_send(&my_event); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_text_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_text_screen.c index 46995bf44..3ab71a1fc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_text_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_text_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ USHORT key_value; for(pos_index = 0; pos_index < (INT)(sizeof(xpos_value) / sizeof(int)); pos_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -99,7 +99,7 @@ USHORT key_value; { my_event.gx_event_payload.gx_event_ushortdata[0] = key_value; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_window_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_window_screen.c index 9c91fb563..2ce18aa08 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_window_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_1bpp_window_screen.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ static int Mouse_event[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -91,7 +91,7 @@ GX_EVENT my_event; my_event.gx_event_display_handle = 1; gx_system_event_send(&my_event); GX_ENTER_CRITICAL - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw.c index fde90de15..03a71ace6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_binary.c index 10fdfcde0..8ee49838a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_block_move.c index 2a8f3725d..312089523 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_canvas_copy_blend.c index fe3e10b70..7220e3bfe 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_glyph_draw.c index 1ed675b93..f551f533f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ GX_STRING string; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_line_draw.c index 18bc1b33f..25a4e09e7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -119,7 +119,7 @@ extern int lines_screen_line_angle; extern int lines_screen_line_width; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_pixelmap_draw.c index bde7b54e4..c55879bdd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -147,7 +147,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_resize_screen.c index 83da21620..a354236f2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_rotate_screen.c index db9ddd635..09813a674 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_shapes_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_shapes_screen.c index 8926cde59..c1d0af3c2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_shapes_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_shapes_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_vertical_list.c index 81fb684a2..aa658d84a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_ccw_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw.c index 31fce2a46..af2e2f50e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_binary.c index 3ed7eae00..8542260e1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_block_move.c index 76b573c08..05201f4c4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ static VOID test_canvas_block_move_draw(GX_TEXT_BUTTON *button) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_canvas_copy_blend.c index d350fad2d..22ac8d31c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_glyph_draw.c index 35bddbc20..37283b4d9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -111,7 +111,7 @@ int yoffset; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c index 675987a5c..1def32bc4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_line_draw.c index 31dcaf858..2b1bc0d21 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -184,7 +184,7 @@ extern int lines_screen_line_angle; extern int lines_screen_line_width; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_pixelmap_draw.c index f489b764d..ef74885da 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -219,7 +219,7 @@ GX_PIXELMAP *pixelmap; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_resize_screen.c index 77bfb8065..53575140d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_rotate_screen.c index e9230212d..6416bd921 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_shapes_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_shapes_screen.c index 2523217b1..ed0be76ba 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_shapes_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_shapes_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_sprite.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_sprite.c index be5f91d3d..03de37e67 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_sprite.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_sprite.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_vertical_list.c index 94466b10d..a44be9435 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_24xrgb_rotated_cw_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_pixelmap_draw.c index d203b65f4..d5a567d1d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_pixelmap_draw.c @@ -32,7 +32,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -181,7 +181,7 @@ GX_PIXELMAP canvas_map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_ccw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_ccw.c index e91e14f8f..575fa65a9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_ccw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_ccw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw.c index 63d0194d9..58b75915d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_canvas_copy_blend.c index c667648cf..45ff00ad0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_glyph_draw.c index 617caa6c0..4bdbfd764 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ GX_STRING string; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_line_draw.c index 04b6a88c8..e191f492d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -118,7 +118,7 @@ extern int lines_screen_line_angle; extern int lines_screen_line_width; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_pixelmap_draw.c index 3c4408164..0c561231d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -144,7 +144,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_resize_screen.c index d705b59e8..45ae45789 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_rotate_screen.c index 3a3328dc1..8c4df7449 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -84,7 +84,7 @@ int id, index; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_shapes_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_shapes_screen.c index 5cd5b0af0..596585868 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_shapes_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_32argb_rotated_cw_shapes_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_button_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_button_screen.c index 579893a18..b4b27815a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_button_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_button_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ static int Mouse_event[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -81,7 +81,7 @@ GX_EVENT my_event; { for(Mouse_index = 0; Mouse_index < 2; Mouse_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_line_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_line_screen.c index 2a8da9058..b764e020d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_line_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_line_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ extern VOID calculate_line_ends(VOID); extern GX_WINDOW *pLineWin; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -87,7 +87,7 @@ GX_RECTANGLE size; { if(pattern_index) line_pattern = 0x0f0f0f0f; else line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -122,7 +122,7 @@ GX_RECTANGLE size; for(round_end = 0; round_end <= 1; round_end ++) { rounded = round_end; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -157,7 +157,7 @@ GX_RECTANGLE size; for(round_end = 0; round_end <= 1; round_end ++) { rounded = round_end; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_blend.c index 97f8107a7..ec1851a07 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -116,7 +116,7 @@ void window_draw_func(GX_WINDOW *win) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -145,7 +145,7 @@ GX_RECTANGLE size; for(alpha_index = 0; alpha_index <= 255; alpha_index+=51) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_screen.c index 318aceb36..b92ef4c4a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_pixelmap_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -77,7 +77,7 @@ int frame_id = 1; for(compressed_index = 0; compressed_index < 2; compressed_index++) { compress = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_resize_screen.c index e16f6a930..994e9c7a9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_resize_screen.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_rotate_screen.c index 182c4f343..bff722ddb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_rotate_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ extern GX_BOOL direct; /*rotate angles*/ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_circles.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_circles.c index 8460fe1b6..2fdc6af17 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_circles.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_circles.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -75,7 +75,7 @@ extern GX_RESOURCE_ID fill_pixelmap_id[4]; extern GX_UBYTE brush_alpha; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -112,7 +112,7 @@ int frame_id = 1; for(pixelmap_id_index = 0; pixelmap_id_index < (INT)(sizeof(fill_pixelmap_id)/sizeof(GX_RESOURCE_ID)); pixelmap_id_index++) { fill_pixelmap_index = pixelmap_id_index; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -139,7 +139,7 @@ int frame_id = 1; } else { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_ellipse.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_ellipse.c index 1dd7fa682..88c883df0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_ellipse.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_shapes_screen_ellipse.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern INT fill_pixelmap_index; extern GX_RESOURCE_ID fill_pixelmap_id[4]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_sprite_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_sprite_screen.c index 6b2f4156e..8622aa271 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_sprite_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_sprite_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ extern GX_UBYTE alpha_value; extern GX_RESOURCE_ID map_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -74,7 +74,7 @@ int frame_id = 1; for(alpha = 0; alpha <= 255; alpha+=51) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -98,7 +98,7 @@ int frame_id = 1; for(alpha = 0; alpha <= 255; alpha+=51) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_window_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_window_screen.c index 89762ce14..c1825cbd7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_window_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_332rgb_window_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ static int click_ypos[] = {280, 350, 300, 320}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -80,7 +80,7 @@ GX_EVENT my_event; for(index = 0; index < (INT)(sizeof(scroll_xvalue)/sizeof(int)); index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -109,7 +109,7 @@ GX_EVENT my_event; for(index = 0; index < (INT)(sizeof(click_xpos)/sizeof(int)); index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_image_convert_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_image_convert_screen.c index 87d3e18aa..ae46c79df 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_image_convert_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_image_convert_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ extern GX_UBYTE image_reader_mode; extern GX_UBYTE output_color_format; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_resize_screen.c index 1eccf74b8..10534b4ef 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_rotate_screen.c index 2bc04e60a..00a4837d4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -95,7 +95,7 @@ int index; { direct = GX_FALSE; } - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_shapes_screen_arc.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_shapes_screen_arc.c index 70907ba78..87a8b09e9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_shapes_screen_arc.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4444argb_shapes_screen_arc.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -97,7 +97,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_block_move.c index e8643ea58..dfd3063a9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -77,7 +77,7 @@ TEST test_list[] = { {GX_NULL, 0, 0, 0} }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_button_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_button_screen.c index 1f6add21f..038e960c8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_button_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_button_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int Mouse_event[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; extern ULONG palette_4bpp_grayscale[16]; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -82,7 +82,7 @@ GX_EVENT my_event; { for(Mouse_index = 0; Mouse_index < 2; Mouse_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_generic_arc_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_generic_arc_fill.c index 8015c42b9..8be337d7e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_generic_arc_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_generic_arc_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ extern GX_BOOL pixelmap_fill; extern INT draw_shape; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_horizontal_pixelmap_line_draw.c index 31bedfd84..b1a7784fd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_horizontal_pixelmap_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ static INT value[2] = {GX_TRUE,GX_FALSE}; static INT radius_value[] = {0, 1, 10, 100, 300}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -97,7 +97,7 @@ int frame_id = 1; solid_fill = value[b]; /*solid_fill is true or false*/ - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_image_convert_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_image_convert_screen.c index 16b3f3796..bf2ff0edd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_image_convert_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_image_convert_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ extern void convert_start(); extern GX_UBYTE image_reader_mode; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_line_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_line_screen.c index 809bb387f..6e2ad9e1a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_line_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_line_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ extern VOID calculate_line_ends(VOID); extern GX_WINDOW *pLineWin; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -88,7 +88,7 @@ GX_RECTANGLE size; { if(pattern_index) line_pattern = 0x0f0f0f0f; else line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -121,7 +121,7 @@ GX_RECTANGLE size; { rounded = round_end; line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -154,7 +154,7 @@ GX_RECTANGLE size; { rounded = round_end; line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_resize_screen.c index 15120fb10..a0e1a288e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -73,7 +73,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_rotate_screen.c index 48b9a5045..c4e4f9775 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ extern GX_BOOL direct; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -88,7 +88,7 @@ int index; for(angle = 0; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_shapes_screen_ellipse.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_shapes_screen_ellipse.c index 887a4f6d7..99269349e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_shapes_screen_ellipse.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_shapes_screen_ellipse.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ static INT brush_value[] = {0, 3, 10, 20}; static INT radius_value[] = {1, 10, 100, 200}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -102,7 +102,7 @@ int frame_id = 1; solid_fill = value[b]; /*solid_fill is true or false*/ - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sliders_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sliders_screen.c index d6034b756..5533163c1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sliders_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sliders_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ GX_EVENT my_event; { for(x = xpos; x <= xend ; x += increament) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -96,7 +96,7 @@ GX_EVENT my_event; gx_system_event_send(&my_event); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite.c index 1d1790701..f43404a6e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ extern ULONG palette_4bpp_grayscale[16]; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite_screen.c index 5c8455e2b..2bf242ccb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_sprite_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ extern ULONG palette_4bpp_grayscale[16]; extern GX_UBYTE alpha_value; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -73,7 +73,7 @@ int i; for(i = 0; i <= 255; i+= 51) { alpha_value = i; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_text_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_text_draw.c index 1043b0ce2..3b28bd0ff 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_text_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_text_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ VOID tx_application_define(void *first_unused_memory) extern ULONG palette_4bpp_grayscale[16]; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -71,7 +71,7 @@ int frame_id = 1; gx_validation_write_palette((ULONG *)palette_4bpp_grayscale, 16); ToggleScreen(pTextScreen, pSpriteScreen); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_window_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_window_screen.c index be10dad39..031b847b4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_window_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_4bpp_window_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int Mouse_event[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; extern ULONG palette_4bpp_grayscale[16]; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -91,7 +91,7 @@ GX_EVENT my_event; my_event.gx_event_display_handle = 1; gx_system_event_send(&my_event); } - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr.c index 0cb64bdd7..bac47ff54 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_gauge_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_gauge_screen.c index c4b0b8679..2ab180acf 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_gauge_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_gauge_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_resize_screen.c index d38d89bf1..e15325eee 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_rotate_screen.c index bec37cda7..5d0284740 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565bgr_rotate_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ extern GX_BOOL direct; extern INT angle; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_pixelmap_rotate.c index 7f6df9223..168bd49d7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_pixelmap_rotate.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -84,7 +84,7 @@ GX_RECTANGLE win_size; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -102,7 +102,7 @@ int frame_id = 1; for(angle = 30; angle <= 90; angle += 60) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_rotate_screen.c index 5e0276687..07033662a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_565rgb_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ extern INT rotate_pixelmap_index; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -77,7 +77,7 @@ int index; for(rotate_pixelmap_index = 1; rotate_pixelmap_index < 3; rotate_pixelmap_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_block_move.c index 05cf34574..7cfbfad4e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ TEST test_list[] = { extern GX_STUDIO_DISPLAY_INFO all_widgets_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotate_screen.c index ed2ac9184..15494a1d9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotate_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ char test_comment[255]; extern GX_STUDIO_DISPLAY_INFO all_widgets_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -86,7 +86,7 @@ static VOID control_thread_entry(ULONG input) for(rotate_angle = 1; rotate_angle < 360; rotate_angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw.c index ada5ebe47..188b8b7ed 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -73,7 +73,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_binary.c index 81f5503c5..a8fa3228b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_block_move.c index 5ccbe1ea9..8d94e0b46 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_canvas_copy.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_canvas_copy.c index c58adaac4..3f0becb64 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_canvas_copy.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_canvas_copy.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_line_draw.c index ef507ef15..838cbd48d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -116,7 +116,7 @@ GX_RECTANGLE *size = &window->gx_widget_size; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_draw.c index ed835a89e..790f551e1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -123,7 +123,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_fill.c index 934e91634..afccc5f0f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_pixelmap_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ extern INT end_angle; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_resize_screen.c index ed13c6c59..b14c0c9c6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -74,7 +74,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_rotate_screen.c index b099581e9..1837c8c43 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_ccw_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -90,7 +90,7 @@ GX_CONST GX_THEME *theme_ptr; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw.c index f94f3fd2e..05200fc9b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -73,7 +73,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_binary.c index 3d451873d..eb9f011eb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_block_move.c index f36ea0c8f..87066fdec 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_canvas_copy.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_canvas_copy.c index 88da49b8c..cd61b1035 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_canvas_copy.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_canvas_copy.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_glyph_draw.c index 5cc581251..cba970146 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -99,7 +99,7 @@ int yoffset; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_horizontal_pixelmap_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_horizontal_pixelmap_line_draw.c index bb8af8e03..f5584f4ac 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_horizontal_pixelmap_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_horizontal_pixelmap_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_line_draw.c index bc5914140..8d1b253db 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -181,7 +181,7 @@ int xstart, xend, ystart, yend; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_draw.c index b02333089..a7c3015f9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -151,7 +151,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_fill.c index 27c97d7cf..fa46e3bc1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ extern INT end_angle; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_resize_screen.c index f7f6bb30c..53120f12c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_resize_screen.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -74,7 +74,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_rotate_screen.c index 521fbcd29..afe599354 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -90,7 +90,7 @@ GX_CONST GX_THEME *theme_ptr; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_vertical_list.c index 6ad134733..a9efa8925 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_8bpp_rotated_cw_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_accordion_menu.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_accordion_menu.c index 6c3e92813..0178f2747 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_accordion_menu.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_accordion_menu.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_block_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_block_move.c index f0e81f428..e4e1ff864 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_event_process.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_event_process.c index 41bf813d5..24ae080d9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_repeat.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_repeat.c index fb776dc93..e1d1e2fbb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_repeat.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_repeat.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_toggle.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_toggle.c index 8ae63dc10..2065d0341 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_toggle.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_button_toggle.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ TEST test_list[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_8bit_palette.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_8bit_palette.c index bbcc14149..ed85353e4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_8bit_palette.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_8bit_palette.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_CONST GX_THEME *theme_ptr; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha+=255) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend.c index 400ffe89a..4a97d6996 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int index; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_4444argb.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_4444argb.c index 80977a68f..15d571a2d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_4444argb.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_4444argb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_565rgb.c index 42c7ae5e2..410f80fa1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_canvas_copy_blend_565rgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int blend_alpha; for(blend_alpha = 0; blend_alpha < 256 ; blend_alpha++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_checkbox_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_checkbox_draw.c index 99ae15cfd..e44df70cb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_checkbox_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_checkbox_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_defined_5_4_0_compatibility.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_defined_5_4_0_compatibility.c index 159d43a9f..e09f3b7de 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_defined_5_4_0_compatibility.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_defined_5_4_0_compatibility.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_display_color_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_display_color_set.c index 245c67473..0fbb0a6e4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_display_color_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_display_color_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_background_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_background_draw.c index 5a3e6e027..14820aae9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_background_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_background_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_event_process.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_event_process.c index 8c1111e65..38656768b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_pixelmap_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_pixelmap_set.c index 4a2f5fc7b..60b481415 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_pixelmap_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_drop_list_pixelmap_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_execute.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_execute.c index 30dc04c1c..8e6fa4dc5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_execute.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_execute.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_fold_drag_event.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_fold_drag_event.c index 421aee33c..d69bfa2fb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_fold_drag_event.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_fold_drag_event.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ GX_WIDGET *searched_widget = GX_NULL; gx_system_widget_find(ID_WINDOW_SCREEN, 1, &searched_widget); // should return GX_SUCCESS gx_system_widget_find(ID_ANIMATION_CANVAS_ROOT_WINDOW + 1, 0, &searched_widget); // should return GX_SUCCESS gx_system_widget_find(ID_ANIMATION_CANVAS_ROOT_WINDOW, 0, &searched_widget); // should return GX_SUCCESS - gx_system_widget_find(ID_WINDOW_SCREEN, 1, &searched_widget); // should return GX_SUCCESS + gx_system_widget_find(ID_WINDOW_SCREEN, 1, &searched_widget); // should return GX_SUCCESS memset(&my_event, 0, sizeof(GX_EVENT)); my_event.gx_event_payload.gx_event_pointdata.gx_point_x = PEN_START_X; diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_gauge_animation.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_gauge_animation.c index 54a58d499..48be10e60 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_gauge_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_gauge_animation.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_gx_system_string_width_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_gx_system_string_width_get_no_output.c index c711c9c3e..650080012 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_gx_system_string_width_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_gx_system_string_width_get_no_output.c @@ -22,7 +22,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_pixelmap_slider_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_pixelmap_slider_16bpp.c index 2a523f040..c0b0c9450 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_pixelmap_slider_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_pixelmap_slider_16bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int increment[] = {5, 10}; int new_pos; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -141,7 +141,7 @@ GX_RECTANGLE new_size; { for(pos = slider_left; pos <= slider_right; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_slider_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_slider_16bpp.c index 01f11fe87..1475c0f89 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_slider_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_h_slider_16bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int increment[] = {5, 10}; int new_pos; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -148,7 +148,7 @@ GX_RECTANGLE new_size; { for(pos = slider_left; pos <= slider_right; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_horizontal_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_horizontal_32bpp.c index c50c38f25..238a2aea4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_horizontal_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_horizontal_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ GX_EVENT my_event; ToggleScreen(pWindowScreen,pIndicatorScreen); gx_validation_screen_refresh(); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation.*/ gx_validation_set_frame_id(frame_id); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_alignment.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_alignment.c index a7e2d1593..a9ba6ed3d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_alignment.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_alignment.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_button_alignment.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_button_alignment.c index cb466c4ff..e44a39b5a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_button_alignment.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_icon_button_alignment.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_input_cursor_animation.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_input_cursor_animation.c index 8c78807b4..e79ba326f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_input_cursor_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_input_cursor_animation.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_button.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_button.c index 3c6f3a610..9aab3df5d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_button.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_button.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_16bpp.c index 3f4c4fa7d..eddf929e7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_16bpp.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_all_widgets_ml_text_input_16bpp", /* Test name */ 311, 232, 582, 404 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ static USHORT noprint_key_value[] = {GX_KEY_SPACE, GX_KEY_SELECT}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -101,7 +101,7 @@ USHORT key_value; { my_event.gx_event_payload.gx_event_ushortdata[0] = key_value; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_cursor_draw_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_cursor_draw_16bpp.c index 66b3c0471..4384777fe 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_cursor_draw_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_input_cursor_draw_16bpp.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_all_widgets_ml_text_input_cursor_draw_16bpp", /* Test name */ 311, 232, 582, 404 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -77,7 +77,7 @@ GX_KEY_RIGHT_ARROW, GX_KEY_DOWN_ARROW, GX_KEY_END}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_view_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_view_16bpp.c index 5458ebcd1..1f373ff9f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_view_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_ml_text_view_16bpp.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_all_widgets_ml_text_view_16bpp", /* Test name */ 46, 232, 316, 404 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ static char *text_array[] = {text_1, text_2, text_3, text_4, text_5, text_6, tex char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -88,7 +88,7 @@ TEXT_SCREEN_CONTROL_BLOCK *text_screen; gx_multi_line_text_view_text_color_set(&text_screen -> text_screen_text_view_1, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE); for(text_index = 0; text_index < 8; text_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_input_style_add.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_input_style_add.c index 740823e4a..11cb85a95 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_input_style_add.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_input_style_add.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256] = "Test for multi line text input style."; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_view_scroll.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_view_scroll.c index d3c7abbb0..2f473bee6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_view_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_multi_line_text_view_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[255]; GX_CHAR text[] = "every year when the autumn comes, there will be a sports meeting in my school. I am so impressed by the opening ceremony. Every class will march on the ground and show their features, which is very funny. Last year, a group of students wore the co-splay dresses. When they showed up, they caught all people’s attention and won the biggest applause. It is a great event for every student, and also a good chance to let students develop their creativity. This year, my class decided to make a big surprise. Everyone has provided their idea and I love the atmosphere. I am so looking forward to the opening ceremony.every year when the autumn comes, there will be a sports meeting in my school. I am so impressed by the opening ceremony. Every class will march on the ground and show their features, which is very funny. Last year, a group of students wore the co-splay dresses. When they showed up, they caught all people’s attention and won the biggest applause. It is a great event for every student, and also a good chance to let students develop their creativity. This year, my class decided to make a big surprise. Everyone has provided their idea and I love the atmosphere. I am so looking forward to the opening ceremony.every year when the autumn comes, there will be a sports meeting in my school. I am so impressed by the opening ceremony. Every class will march on the ground and show their features, which is very funny. Last year, a group of students wore the co-splay dresses. When they showed up, they caught all people’s attention and won the biggest applause. It is a great event for every student, and also a good chance to let students develop their creativity. This year, my class decided to make a big surprise. Everyone has provided their idea and I love the atmosphere. I am so looking forward to the opening ceremony."; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_pixelmap_button_alignment.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_pixelmap_button_alignment.c index 53bf81ea7..552fd3515 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_pixelmap_button_alignment.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_pixelmap_button_alignment.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_32bpp.c index 1d93db9ba..760f19172 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -109,7 +109,7 @@ GX_PROGRESS_BAR *progress_bar; for(val = property[property_index].min_value; val < property[property_index].max_value; val += 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_background_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_background_draw.c index a268b5d25..53c557663 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_background_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_background_draw.c @@ -35,7 +35,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_info_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_info_set.c index d6bd66a75..401b7d679 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_info_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_info_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ GX_PROGRESS_BAR_INFO info = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_value_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_value_set.c index cdab53ebf..feabd649c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_value_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_progress_bar_value_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider.c index 9265a404b..07407a985 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_needle_offset.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_needle_offset.c index 085749e95..6fd3a1b63 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_needle_offset.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_needle_offset.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_property.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_property.c index 6419a0e2f..6d7a003ba 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_property.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radial_slider_property.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radio_button_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radio_button_draw.c index 53f69954b..1ba4d70d7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_radio_button_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_radio_button_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_move.c index 055b4587e..0d41f8b18 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_move.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -92,7 +92,7 @@ GX_RECTANGLE winsize; for(index = 0; index < 10 ; index++ ) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_operation.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_operation.c index a9ad0b1c8..75c1c4189 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_operation.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_root_window_operation.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_rotate_screen.c index 338658052..9bf0e2378 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ extern INT rotate_pixelmap_id; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -85,7 +85,7 @@ int angle; for(angle = 1; angle < 360; angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_32bpp.c index d9c11bb9c..3c49c5b5f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_32bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_event_process.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_event_process.c index ab4ad954d..1d0a03d45 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick.c index c2b3dd7d3..68b70fbdd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick_event_process.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick_event_process.c index ddf0930bf..78f22d564 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_flick_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -83,7 +83,7 @@ static void send_drag_event(int direct) #define down 0 /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_select.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_select.c index 024130161..e48929576 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scroll_wheel_select.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_16bpp.c index 2d50dad75..35ae783e7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_8bpp.c index 439888056..75120adf4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_scrollbar_8bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; extern GX_STUDIO_DISPLAY_INFO all_widgets_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_mark.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_mark.c index 3caa85445..a26c51395 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_mark.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_mark.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_style_add.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_style_add.c index 9cf995d79..c29b6f3bb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_style_add.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_single_line_text_input_style_add.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256] = "Test for multi line text input style."; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_16bpp.c index 827ce392a..ce31f7e34 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ static USHORT key_value[] = {GX_KEY_HOME, GX_KEY_DELETE, GX_KEY_RIGHT_ARROW, GX_ char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_buffer_get.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_buffer_get.c index 94ce62905..6edacd8f7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_buffer_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_buffer_get.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ static char input_text[] = "single line text input"; char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_property_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_property_16bpp.c index 2832248b2..bd1c3130c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_property_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sl_text_input_property_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_slider_create.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_slider_create.c index 401be8329..8c66d6d10 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_slider_create.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_slider_create.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -91,7 +91,7 @@ GX_SLIDER_INFO hslider_info = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sprite_frame.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sprite_frame.c index 5970a25fa..e551df412 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_sprite_frame.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_sprite_frame.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -85,7 +85,7 @@ GX_SPRITE_FRAME frame_list[3] = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_flip.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_flip.c index 6d0c7fe2d..d6d1ee9a2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_flip.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_flip.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary.c index 0776c17eb..0ecc1ca44 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_glyph_draw.c index 753afb071..fd8de8f3a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_pixelmap_draw.c index 9dcbada23..60c74fe02 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_binary_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -123,7 +123,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_glyph_draw.c index 9484d22b3..ad29ce342 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_draw.c index 02574e63f..ccc1ed8ec 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -123,7 +123,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_fill.c index d26fd19be..9efc2a651 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_pixelmap_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_string_to_alphamap.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_string_to_alphamap.c index e983b8db1..fa370075e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_string_to_alphamap.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_ccw_string_to_alphamap.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -53,7 +53,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets_synergy_16bpp_rotated_ccw.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary.c index a5b0eb4cd..d7d401469 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_glyph_draw.c index 269d3bc01..dc2678d2d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_pixelmap_draw.c index b5f13c6f8..096f58e28 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_binary_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -123,7 +123,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_glyph_draw.c index 1cefb2de8..fb34e8f29 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_draw.c index d1868864f..19651067f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -123,7 +123,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_fill.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_fill.c index e767fe805..d301105d8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_pixelmap_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ char test_comment[256]; int test_alpha_list[TEST_ALPHA_CASE] = {0, 100, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_string_to_alphamap.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_string_to_alphamap.c index b36b85a00..8c3e59a5e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_string_to_alphamap.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_string_to_alphamap.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -53,7 +53,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets_synergy_16bpp_rotated_cw.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_vertical_list.c index 1176fe867..6b8e62945 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_16bpp_rotated_cw_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw.c index 12b546894..81baa61c2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw_binary.c index 14628b772..6a5bf4502 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_ccw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw.c index 6e4b50842..39d8b940f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_binary.c index f7e13719f..0abefa389 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c index 107db4cc5..587662016 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_dave2d_disabled.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_glyph_draw.c index 2411cb212..20d0e1507 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_pixelmap_draw.c index 460f334e1..b4419e0b5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -131,7 +131,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_vertical_list.c index a8d96e87d..1ebff6a10 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_24xrgb_rotated_cw_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_565rgb_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_565rgb_glyph_draw.c index 25c2b13e6..7149afc26 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_565rgb_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_565rgb_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw.c index 63d1e8676..b520d5457 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary.c index 4275b5e40..22ae58576 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary_sprite.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary_sprite.c index ddbbbd864..5871790d1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary_sprite.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_ccw_binary_sprite.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -54,7 +54,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw.c index 4eeb8484e..fe8e6b708 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_binary.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_binary.c index 24634c3e0..a4b8a667d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_binary.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_binary.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.c index 7e67c2ed6..a6854ba5e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_dave2d_disabled.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_NULL }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_vertical_list.c index 59f649452..f3f3dda02 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_8bpp_rotated_cw_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_glyph_draw.c index 8a4c2957f..d7d42e894 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_synergy_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_system_view_fold.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_system_view_fold.c index 427876e91..18d13bdfb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_system_view_fold.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_system_view_fold.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_WIDGET *list[] = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_text_button_text_get.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_text_button_text_get.c index b4e564719..f5a6f50a1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_text_button_text_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_text_button_text_get.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_tree_view.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_tree_view.c index fac27b1f3..ad8dfe1e7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_tree_view.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_tree_view.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_utility_vertical_gradient_create.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_utility_vertical_gradient_create.c index cd7304a76..13d81bce2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_utility_vertical_gradient_create.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_utility_vertical_gradient_create.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ void button_screen_draw(GX_WINDOW *window) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_pixelmap_slider_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_pixelmap_slider_16bpp.c index d7dae3d24..98239d770 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_pixelmap_slider_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_pixelmap_slider_16bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ int needle_insert[] = {-7, -2, -2}; int increment[] = {5, 10}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -138,7 +138,7 @@ GX_RECTANGLE new_size; { for(pos = slider_top; pos <= slider_bottom; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_slider_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_slider_16bpp.c index e5021d54a..6b790a76e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_slider_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_v_slider_16bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int increment[] = {5, 10}; int new_pos; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -142,7 +142,7 @@ GX_RECTANGLE new_size; { for(pos = slider_top; pos <= slider_bottom; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_border_style_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_border_style_set.c index 9937bb80d..a523903e7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_border_style_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_border_style_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_color_get.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_color_get.c index 02eb7d3d3..2eaaf8959 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_color_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_color_get.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ /* A copy of color table from all_widgets primary color table. diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_event_process.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_event_process.c index 4a089361c..88cb9a2b7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_focus.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_focus.c index ce6b27e64..2547b966d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_focus.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_focus.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_move.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_move.c index 62b28bff4..f12d0cdcb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_move.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_style_set.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_style_set.c index 32bac79bc..b0f6c7a48 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_style_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_style_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_text_blend.c b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_text_blend.c index 94d4c1236..13dcc23ed 100644 --- a/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_text_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_all_widgets_widget_text_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_alphamap_16bppdriver.c b/test/guix_test/regression_test/tests/validation_guix_alphamap_16bppdriver.c index 5cd8eaa86..e06f35413 100644 --- a/test/guix_test/regression_test/tests/validation_guix_alphamap_16bppdriver.c +++ b/test/guix_test/regression_test/tests/validation_guix_alphamap_16bppdriver.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_alphamap_32bppdriver.c b/test/guix_test/regression_test/tests/validation_guix_alphamap_32bppdriver.c index 1f12b6225..d2dc925a9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_alphamap_32bppdriver.c +++ b/test/guix_test/regression_test/tests/validation_guix_alphamap_32bppdriver.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_alphamap_brush_alpha.c b/test/guix_test/regression_test/tests/validation_guix_alphamap_brush_alpha.c index 825f76256..72a088e1f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_alphamap_brush_alpha.c +++ b/test/guix_test/regression_test/tests/validation_guix_alphamap_brush_alpha.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; extern GX_UBYTE alpha_value; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_complete.c b/test/guix_test/regression_test/tests/validation_guix_animation_complete.c index a7ae917ca..543c5356c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_complete.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_complete.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_complete_push_stack.c b/test/guix_test/regression_test/tests/validation_guix_animation_complete_push_stack.c index 435c09359..c2f5d7c94 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_complete_push_stack.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_complete_push_stack.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_delete_no_output.c b/test/guix_test/regression_test/tests/validation_guix_animation_delete_no_output.c index ed8209f2a..5ae15b16e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_delete_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_delete_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_drag_event_process.c b/test/guix_test/regression_test/tests/validation_guix_animation_drag_event_process.c index e2835149f..e9ff783f9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_drag_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_drag_event_process.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -83,7 +83,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_drag_flick_event_process.c b/test/guix_test/regression_test/tests/validation_guix_animation_drag_flick_event_process.c index ce2827cf8..a6bd32334 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_drag_flick_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_drag_flick_event_process.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -97,7 +97,7 @@ TX_SEMAPHORE semaphore_memory[2]; char *test_comment[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking.c b/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking.c index 9020bf7a5..48ec0a3c3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -93,7 +93,7 @@ TEST test_list[]={ TX_SEMAPHORE semaphore_memory[2]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking_start.c b/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking_start.c index 72bb61272..2401fbf72 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking_start.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_drag_tracking_start.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[]={ TX_SEMAPHORE semaphore_memory[2]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_stop.c b/test/guix_test/regression_test/tests/validation_guix_animation_stop.c index 790655d4f..9be264474 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_stop.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_stop.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_animation_update.c b/test/guix_test/regression_test/tests/validation_guix_animation_update.c index 161d23725..01d873212 100644 --- a/test/guix_test/regression_test/tests/validation_guix_animation_update.c +++ b/test/guix_test/regression_test/tests/validation_guix_animation_update.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_arabic_glyph_shaping.c b/test/guix_test/regression_test/tests/validation_guix_arabic_glyph_shaping.c index 2c700df05..7a5276963 100644 --- a/test/guix_test/regression_test/tests/validation_guix_arabic_glyph_shaping.c +++ b/test/guix_test/regression_test/tests/validation_guix_arabic_glyph_shaping.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_bidi_text_draw_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_bidi_text_draw_32bpp.c index 268f6fa2c..7b113038f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_bidi_text_draw_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_bidi_text_draw_32bpp.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_runtime.c b/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_runtime.c index 83344ab1c..ebab832f7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_runtime.c +++ b/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_runtime.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_static.c b/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_static.c index e6f6074d6..c1573262c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_static.c +++ b/test/guix_test/regression_test/tests/validation_guix_bidi_text_line_break_static.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_language_info_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_binres_language_info_get_no_output.c index fe7692662..30ea6f698 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_language_info_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_language_info_get_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ tx_thread_create(&Guix_API_Test, "GUIX API Test", control_thread_entry, 0, control_thread_stack, sizeof(control_thread_stack), diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load.c b/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load.c index cf8e22ed3..0e7400518 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_no_output.c b/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_no_output.c index 135da54b5..733209a31 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_use_old_api.c b/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_use_old_api.c index 19dd163ff..10e6072ff 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_use_old_api.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_language_table_load_use_old_api.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_theme_load.c b/test/guix_test/regression_test/tests/validation_guix_binres_theme_load.c index df19f4205..a0aecdfd0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_theme_load.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_theme_load.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_8bpp.c index d36b64590..f4297d75a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_8bpp.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_synergy.c b/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_synergy.c index 055826ff3..20df8d988 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_synergy.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_theme_load_synergy.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_binres_theme_static_language.c b/test/guix_test/regression_test/tests/validation_guix_binres_theme_static_language.c index 7ddab6621..242c883c4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_binres_theme_static_language.c +++ b/test/guix_test/regression_test/tests/validation_guix_binres_theme_static_language.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_binres_theme_static_language.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_button_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_button_24xrgb.c index f21045501..d72e2d674 100644 --- a/test/guix_test/regression_test/tests/validation_guix_button_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_button_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -79,7 +79,7 @@ GX_EVENT my_event; { for(Mouse_index = 0; Mouse_index < 2; Mouse_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_button_deselect_no_output.c b/test/guix_test/regression_test/tests/validation_guix_button_deselect_no_output.c index 259da2b36..25d10975e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_button_deselect_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_button_deselect_no_output.c @@ -22,7 +22,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_arc_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_arc_draw.c index 851ec582d..800c1072a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_arc_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_arc_draw.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ extern INT draw_shape; extern INT start_angle; extern INT end_angle; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_circle_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_circle_draw.c index cdd4a4864..aafbc80c8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_circle_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_circle_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_delete_no_output.c b/test/guix_test/regression_test/tests/validation_guix_canvas_delete_no_output.c index 82a58edff..0d9b25068 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_delete_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_delete_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_drawing_complete.c b/test/guix_test/regression_test/tests/validation_guix_canvas_drawing_complete.c index 6726cb651..c408fae60 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_drawing_complete.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_drawing_complete.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_ellipse_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_ellipse_draw.c index 9a9aacdca..d873db306 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_ellipse_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_ellipse_draw.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; extern INT draw_shape; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_glyphs_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_glyphs_draw.c index b3ff5430d..c487d0a93 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_glyphs_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_glyphs_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -107,7 +107,7 @@ GX_STRING string; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_hardware_layer.c b/test/guix_test/regression_test/tests/validation_guix_canvas_hardware_layer.c index 5269d187b..a51f401d8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_hardware_layer.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_hardware_layer.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -112,8 +112,8 @@ display_layer_initialize_2, }; /* Note: function gx_canvas_hide isn't correct for now. - so frame 2 isn't the expected output. - This test would fail if function gx_canvas_hide is fixed, + so frame 2 isn't the expected output. + This test would fail if function gx_canvas_hide is fixed, then it should be updated. */ static VOID control_thread_entry(ULONG input) { @@ -129,7 +129,7 @@ GX_DISPLAY *display; display = root->gx_window_root_canvas->gx_canvas_display; display->gx_display_layer_services = &display_layer_services_1; - gx_canvas_hardware_layer_bind(&animation_canvas, 1); // should return GX_INVALID_DISPLAY + gx_canvas_hardware_layer_bind(&animation_canvas, 1); // should return GX_INVALID_DISPLAY display->gx_display_layer_services = &display_layer_services; diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_hide.c b/test/guix_test/regression_test/tests/validation_guix_canvas_hide.c index 50443eb70..e5a88da64 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_hide.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_hide.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets_16bpp.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_pie_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_pie_draw.c index 627abf618..68fb93b3e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_pie_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_pie_draw.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; extern INT draw_shape; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_blend.c b/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_blend.c index 7dc46847a..89f2b8b4e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_blend.c @@ -34,7 +34,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -137,7 +137,7 @@ static GX_CHAR test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_get_no_output.c index 42b2c6955..52d389730 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_get_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_rotate.c index c43130675..ba7ad766e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_pixelmap_rotate.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -138,7 +138,7 @@ VOID (*draw)(GX_DRAW_CONTEXT *,INT , INT , GX_PIXELMAP *); } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -159,7 +159,7 @@ GX_RECTANGLE size; gx_widget_detach(pButtonScreen); gx_widget_attach(root, pRotateScreen); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_polygon_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_polygon_draw.c index a213fb1b1..608804168 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_polygon_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_polygon_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw.c index cce33bf1d..8205420a3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -101,7 +101,7 @@ int xpos, ypos; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw_no_output.c b/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw_no_output.c index 8b2f4f75a..92407d904 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_rotated_text_draw_no_output.c @@ -22,7 +22,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw.c b/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw.c index 583615caa..95cee27db 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -145,7 +145,7 @@ GX_CONST GX_CHAR *draw_string = "test_string"; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw_no_output.c b/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw_no_output.c index 867039e0f..3b0e29718 100644 --- a/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_canvas_text_draw_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_checkbox_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_checkbox_24xrgb.c index 369294cbb..c45c1b3c3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_checkbox_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_checkbox_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_16bpp.c index f1da8523b..267d48702 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[255]; GX_UBYTE test_memory[TEST_MEMORY_SIZE]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_32bpp.c index c63f167cf..89ffaf7ac 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ GX_POINT needle_cor[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_increment_calculate.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_increment_calculate.c index 5786b0ecd..78a8ab797 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_increment_calculate.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_increment_calculate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_set.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_set.c index 5f8f60816..6ca28fc60 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_angle_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_animation_set.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_animation_set.c index 25d96ad12..ea90dc85b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_animation_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_animation_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_dirty_mark.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_dirty_mark.c index f535dd8e3..4265c6885 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_dirty_mark.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_dirty_mark.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -55,7 +55,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_event_process.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_event_process.c index c0c92e74c..33622d223 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_needle_rotate_callback.c b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_needle_rotate_callback.c index 85a539f89..d6e3e2bf8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_circular_gauge_needle_rotate_callback.c +++ b/test/guix_test/regression_test/tests/validation_guix_circular_gauge_needle_rotate_callback.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ GX_POINT needle_cor[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_context_brush_define_no_output.c b/test/guix_test/regression_test/tests/validation_guix_context_brush_define_no_output.c index 380267ba0..b91b2e7b1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_context_brush_define_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_context_brush_define_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_context_string_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_context_string_get_no_output.c index 24aa07c54..372066d33 100644 --- a/test/guix_test/regression_test/tests/validation_guix_context_string_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_context_string_get_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_deprecated_system_api_no_output.c b/test/guix_test/regression_test/tests/validation_guix_deprecated_system_api_no_output.c index 406bfe27b..71b4fa3fe 100644 --- a/test/guix_test/regression_test/tests/validation_guix_deprecated_system_api_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_deprecated_system_api_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_active_language_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_active_language_set_no_output.c index 8344b1616..654141306 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_active_language_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_active_language_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_create_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_create_no_output.c index 4c8decf42..94af693dc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_create_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_create_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_delete_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_delete_no_output.c index d4e16731e..02bd0c280 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_delete_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_delete_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_1555xrgb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_1555xrgb_pixelmap_rotate.c index 4fde50a48..c493229d3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_1555xrgb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_1555xrgb_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_block_move.c index 5546b2098..b7256a0db 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static VOID text_button_draw(GX_TEXT_BUTTON *button) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_pixelmap_rotate.c index e8ec63fbf..f61cfaffd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_16bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -90,7 +90,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_1bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_1bpp_pixelmap_rotate.c index 1ff1fc615..9fdcf3d88 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_1bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_1bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_block_move.c index 591e097c4..871fbdc6a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ static VOID text_button_draw(GX_TEXT_BUTTON *button) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_pixelmap_rotate.c index 7c74fa8c1..d0bee835b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_32bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_332rgb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_332rgb_pixelmap_rotate.c index ee0bc273b..fe386aecc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_332rgb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_332rgb_pixelmap_rotate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_4444argb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_4444argb_pixelmap_rotate.c index 6bb6925d1..9971edaff 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_4444argb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_4444argb_pixelmap_rotate.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_4bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_4bpp_pixelmap_rotate.c index 5b22ae0c8..01ffbbce6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_4bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_4bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -92,7 +92,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_block_move.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_block_move.c index c34b2ee29..8ca625cf3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_block_move.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ static VOID text_button_draw(GX_TEXT_BUTTON *button) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_horizontal_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_horizontal_line_draw.c index 5142baf3f..e42dcc690 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_horizontal_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_horizontal_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -77,7 +77,7 @@ char test_comment[256]; extern GX_STUDIO_DISPLAY_INFO lines_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -97,7 +97,7 @@ GX_CONST GX_THEME *theme_ptr; { line_width = width_value[width_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -125,7 +125,7 @@ GX_CONST GX_THEME *theme_ptr; { line_width = width_value[width_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_pixelmap_rotate.c index d45b556c0..943b228f1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_pixelmap_rotate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -85,7 +85,7 @@ VOID test_pixelmap_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_vertical_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_vertical_line_draw.c index c095875ee..0d32c8f8e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_vertical_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_8bpp_vertical_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -77,7 +77,7 @@ char test_comment[256]; extern GX_STUDIO_DISPLAY_INFO lines_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -97,7 +97,7 @@ GX_CONST GX_THEME *theme_ptr; { line_width = width_value[width_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -125,7 +125,7 @@ GX_CONST GX_THEME *theme_ptr; { line_width = width_value[width_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_filled_circle_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_filled_circle_draw.c index dfcd700e7..11ef5f894 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_filled_circle_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_filled_circle_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -94,7 +94,7 @@ VOID (*old_blend_func)(GX_DRAW_CONTEXT *context, } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_fixed_point_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_fixed_point_line_draw.c index b79022c20..609a3595f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_fixed_point_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_fixed_point_line_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -116,7 +116,7 @@ GX_FIXED_VAL yend; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_line_draw.c index eb91b84f1..7b92debcd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_aliased_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_alised_wide_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_alised_wide_line_draw.c index ad984e2d2..19b45d75c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_alised_wide_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_alised_wide_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -149,7 +149,7 @@ GX_RECTANGLE *size; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -171,7 +171,7 @@ GX_DISPLAY *display; { for(lines_screen_line_angle = 0; lines_screen_line_angle < 360; lines_screen_line_angle+=30) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_generic_glyph_4bit_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_generic_glyph_4bit_draw.c index ba37daa77..49b77e7b9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_generic_glyph_4bit_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_generic_glyph_4bit_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; static INT brush_alpha_value[] = {0, 100, 200, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -80,7 +80,7 @@ GX_RECTANGLE size; { brush_alpha = brush_alpha_value[brush_alpha_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_simple_line_alpha_draw.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_simple_line_alpha_draw.c index 7df5de409..7996b7925 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_simple_line_alpha_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_simple_line_alpha_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static GX_RECTANGLE size_list[] = char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -86,7 +86,7 @@ int frame_id = 1; gx_widget_resize(pLineWin, &size_list[size_index]); for(angle_index = 0; angle_index < (INT)(sizeof(angle_value) / sizeof(int)); angle_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_display_driver_wide_line_fill.c b/test/guix_test/regression_test/tests/validation_guix_display_driver_wide_line_fill.c index 27ecac978..132fe1130 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_driver_wide_line_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_driver_wide_line_fill.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ GX_FIXED_POINT *points; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_display_language_table_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_language_table_get_no_output.c index 5477bdf2f..f73b15b08 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_language_table_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_language_table_get_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_language_table_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_language_table_set_no_output.c index edb91900e..f33ea163a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_language_table_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_language_table_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_string_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_string_get_no_output.c index b5aa7a938..a47378df4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_string_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_string_get_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_display_string_table_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_display_string_table_get_no_output.c index f1002bdd2..bf20ef95f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_display_string_table_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_display_string_table_get_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -45,7 +45,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_drop_list.c b/test/guix_test/regression_test/tests/validation_guix_drop_list.c index 175c4afa3..26d106108 100644 --- a/test/guix_test/regression_test/tests/validation_guix_drop_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_drop_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_drop_list_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_drop_list_24xrgb.c index 823ac4638..29de26bd5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_drop_list_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_drop_list_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -86,7 +86,7 @@ int open_height; /* Show popup list first and then select an item from popup list. */ for (; y_pos < drop_list->gx_widget_size.gx_rectangle_bottom + open_height; y_pos += 28) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_drop_list_open.c b/test/guix_test/regression_test/tests/validation_guix_drop_list_open.c index 66ad96cfc..74b380ea4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_drop_list_open.c +++ b/test/guix_test/regression_test/tests/validation_guix_drop_list_open.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_dynamic_bidi_screen.c b/test/guix_test/regression_test/tests/validation_guix_dynamic_bidi_screen.c index be0dead14..76c2e895a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_dynamic_bidi_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_dynamic_bidi_screen.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_error_checking_api_compile_no_output.c b/test/guix_test/regression_test/tests/validation_guix_error_checking_api_compile_no_output.c index 0471d1596..f9f3cd844 100644 --- a/test/guix_test/regression_test/tests/validation_guix_error_checking_api_compile_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_error_checking_api_compile_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_error_checking_api_coverage_no_output.c b/test/guix_test/regression_test/tests/validation_guix_error_checking_api_coverage_no_output.c index 5279f4222..7f0e6f44e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_error_checking_api_coverage_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_error_checking_api_coverage_no_output.c @@ -52,7 +52,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -661,13 +661,13 @@ GX_STRING string; status = gx_canvas_pixelmap_draw(0, 0, &pixelmap); //should return GX_INVALID_CONTEXT EXPECT_EQ(GX_SUCCESS, status); - status = gx_canvas_pixelmap_get(0); //should return GX_PTR_ERROR + status = gx_canvas_pixelmap_get(0); //should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); _gx_system_current_draw_context = &default_context; default_context.gx_draw_context_canvas = &canvas; default_context.gx_draw_context_display = &display; - status = gx_canvas_pixelmap_get(&pixelmap); //should return GX_PTR_ERROR + status = gx_canvas_pixelmap_get(&pixelmap); //should return GX_PTR_ERROR EXPECT_EQ(GX_SUCCESS, status); status = gx_canvas_pixelmap_rotate(0, 0, 0, 0, 0, 0); //should return GX_PTR_ERROR @@ -840,12 +840,12 @@ GX_STRING string; parent.gx_widget_type = GX_TYPE_WIDGET; checkbox.gx_widget_type = 0; - status = gx_checkbox_select(&checkbox);// should return GX_INVALID_WIDGET + status = gx_checkbox_select(&checkbox);// should return GX_INVALID_WIDGET EXPECT_EQ(GX_INVALID_WIDGET, status); checkbox.gx_widget_parent = &parent; checkbox.gx_widget_type = GX_TYPE_CHECKBOX; - status = gx_checkbox_select(&checkbox);// should return GX_SUCCESS + status = gx_checkbox_select(&checkbox);// should return GX_SUCCESS EXPECT_EQ(GX_SUCCESS, status); /* circular gauge */ @@ -929,16 +929,16 @@ GX_STRING string; _gx_system_current_draw_context = GX_NULL; // following functions need the _gx_system_current_draw_context to be NULL // start - status = gx_context_brush_get(&brush); // should return GX_INVALID_CONTEXT + status = gx_context_brush_get(&brush); // should return GX_INVALID_CONTEXT EXPECT_EQ(GX_INVALID_CONTEXT, status); - status = gx_context_brush_pattern_set(0); // should return GX_INVALID_CONTEXT + status = gx_context_brush_pattern_set(0); // should return GX_INVALID_CONTEXT EXPECT_EQ(GX_INVALID_CONTEXT, status); status = gx_context_brush_set(0); //should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); - status = gx_context_brush_set(&default_context.gx_draw_context_brush); //should return GX_INVALID_CONTEXT + status = gx_context_brush_set(&default_context.gx_draw_context_brush); //should return GX_INVALID_CONTEXT EXPECT_EQ(GX_INVALID_CONTEXT, status); status = gx_context_brush_style_set(0);//should return GX_INVALID_CONTEXT @@ -965,7 +965,7 @@ GX_STRING string; status = gx_context_font_set(0);//should return GX_INVALID_CONTEXT EXPECT_EQ(GX_INVALID_CONTEXT, status); - status = gx_context_line_color_set(1);//should return GX_INVALID_CONTEXT + status = gx_context_line_color_set(1);//should return GX_INVALID_CONTEXT EXPECT_EQ(GX_INVALID_CONTEXT, status); status = gx_context_pixelmap_get(1, 0);//should return GX_PTR_ERROR @@ -1025,7 +1025,7 @@ GX_STRING string; status = gx_display_create(0, 0, 0, 0, 0); // should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); - status = _gxe_display_create(&display, "linux_display", gx_validation_display_driver_setup_24xrgb, 0, 0, 0); // Should return GX_INVALID_SIZE + status = _gxe_display_create(&display, "linux_display", gx_validation_display_driver_setup_24xrgb, 0, 0, 0); // Should return GX_INVALID_SIZE EXPECT_EQ(GX_INVALID_SIZE, status); /* display delete coverage */ @@ -1097,7 +1097,7 @@ GX_STRING string; EXPECT_EQ(GX_SUCCESS, status); #endif - status = gx_display_theme_install(0, 0);//should return GX_INVALID_DISPLAY + status = gx_display_theme_install(0, 0);//should return GX_INVALID_DISPLAY EXPECT_EQ(GX_INVALID_DISPLAY, status); status = gx_display_theme_install(&display, 0);//should return GX_PTR_ERROR @@ -1223,10 +1223,10 @@ GX_STRING string; EXPECT_EQ(GX_INVALID_VALUE, status); memset(&scrollbar, 0, sizeof(GX_SCROLLBAR)); - status = gx_horizontal_scrollbar_create(0, 0, 0, 0, 0);//should return GX_PTR_ERROR + status = gx_horizontal_scrollbar_create(0, 0, 0, 0, 0);//should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); - status = _gxe_horizontal_scrollbar_create(&scrollbar, 0, 0, 0, 0, 0);//should return GX_INVALID_SIZE + status = _gxe_horizontal_scrollbar_create(&scrollbar, 0, 0, 0, 0, 0);//should return GX_INVALID_SIZE EXPECT_EQ(GX_INVALID_SIZE, status); scrollbar.gx_widget_type = GX_TYPE_HORIZONTAL_SCROLL; @@ -1236,7 +1236,7 @@ GX_STRING string; /* icon */ printf("icon button\n"); memset(&icon_button, 0, sizeof(GX_ICON_BUTTON)); - status = gx_icon_button_create(&icon_button, 0, 0, 0, 0, 0, 0); //should return GX_PTR_ERROR + status = gx_icon_button_create(&icon_button, 0, 0, 0, 0, 0, 0); //should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); status = _gxe_icon_button_create(&icon_button, 0, 0, 0, 0, 0, &size, 0);//should return GX_INVALID_SIZE @@ -1250,28 +1250,28 @@ GX_STRING string; status = gx_icon_button_create(&icon_button, 0, 0, 0, 0, 0, &size);// parent is NULL EXPECT_EQ(GX_SUCCESS, status); - status = gx_icon_button_pixelmap_set(0, 1);//should return GX_PTR_ERROR + status = gx_icon_button_pixelmap_set(0, 1);//should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); /* icon */ printf("icon\n"); memset(&icon, 0, sizeof(GX_ICON)); - status = gx_icon_create(0, 0, 0, 0, 0, 0, 0, 0); // should return GX_PTR_ERROR + status = gx_icon_create(0, 0, 0, 0, 0, 0, 0, 0); // should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); - status = _gxe_icon_create(&icon, 0, 0, 0, 0, 0, 0, 0, 0); // should return GX_INVALID_SIZE + status = _gxe_icon_create(&icon, 0, 0, 0, 0, 0, 0, 0, 0); // should return GX_INVALID_SIZE EXPECT_EQ(GX_INVALID_SIZE, status); icon.gx_widget_type = GX_TYPE_ICON; - status = gx_icon_create(&icon, 0, 0, 0, 0, 0, 0, 0); // should return GX_PTR_ERROR + status = gx_icon_create(&icon, 0, 0, 0, 0, 0, 0, 0); // should return GX_PTR_ERROR EXPECT_EQ(GX_ALREADY_CREATED, status); - status = gx_icon_event_process(&icon, 0); //should return GX_PTR_ERROR + status = gx_icon_event_process(&icon, 0); //should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); icon.gx_widget_parent = 0; my_event.gx_event_type = 0; - status = gx_icon_event_process(&icon, &my_event); //should return GX_PTR_ERROR + status = gx_icon_event_process(&icon, &my_event); //should return GX_PTR_ERROR EXPECT_EQ(GX_SUCCESS, status); status = gx_icon_pixelmap_set(0, 0, 0); //should return GX_PTR_ERROR @@ -1877,7 +1877,7 @@ GX_STRING string; status = gx_prompt_text_id_set(&prompt, 1); EXPECT_EQ(GX_SUCCESS, status); - status = gx_prompt_text_set(0, (GX_CONST GX_CHAR *)byte_data);//should return GX_PTR_ERROR + status = gx_prompt_text_set(0, (GX_CONST GX_CHAR *)byte_data);//should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); prompt.gx_widget_style = GX_STYLE_TEXT_COPY; @@ -2677,7 +2677,7 @@ GX_STRING string; slider_info.gx_slider_info_max_val = 10; slider_info.gx_slider_info_min_val = 0; slider_info.gx_slider_info_current_val = 5; - status = gx_slider_value_calculate(&slider, &slider_info, 5); //should return GX_INVALID_VALUE + status = gx_slider_value_calculate(&slider, &slider_info, 5); //should return GX_INVALID_VALUE EXPECT_EQ(GX_SUCCESS, status); slider_info.gx_slider_info_max_val = 5; @@ -2743,24 +2743,24 @@ GX_STRING string; EXPECT_EQ(GX_PTR_ERROR, status); sprite.gx_widget_type = 0; - status = gx_sprite_start(&sprite, 0); //should return GX_INVALID_WIDGET + status = gx_sprite_start(&sprite, 0); //should return GX_INVALID_WIDGET EXPECT_EQ(GX_INVALID_WIDGET, status); memset(&sprite, 0, sizeof(GX_SPRITE)); sprite.gx_widget_type = GX_TYPE_SPRITE; - status = gx_sprite_start(&sprite, 0); //should return GX_FAILURE + status = gx_sprite_start(&sprite, 0); //should return GX_FAILURE EXPECT_EQ(GX_FAILURE, status); status = gx_sprite_stop(0); //should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); sprite.gx_widget_type = 0; - status = gx_sprite_stop(&sprite); //should return GX_INVALID_WIDGET + status = gx_sprite_stop(&sprite); //should return GX_INVALID_WIDGET EXPECT_EQ(GX_INVALID_WIDGET, status); sprite.gx_sprite_run_state = 1; //GX_SPRITE_IDLE sprite.gx_widget_type = GX_TYPE_SPRITE; - status = gx_sprite_stop(&sprite); //should return GX_SUCCESS + status = gx_sprite_stop(&sprite); //should return GX_SUCCESS EXPECT_EQ(GX_SUCCESS, status); /* string scroll wheel */ @@ -2917,7 +2917,7 @@ GX_STRING string; status = gx_system_pen_configure(0); //should return GX_PTR_ERROR EXPECT_EQ(GX_PTR_ERROR, status); - status = gx_system_pen_configure(&pen_config); //should return GX_SUCCESS + status = gx_system_pen_configure(&pen_config); //should return GX_SUCCESS EXPECT_EQ(GX_SUCCESS, status); status = gx_system_scroll_appearance_get(0, 0);//should return GX_PTR_ERROR @@ -3844,7 +3844,7 @@ GX_STRING string; gx_widget_style_add(0, 0); //should return GX_PTR_ERROR widget.gx_widget_type = 0; - gx_widget_style_add(&widget, 0); //should return GX_INVALID_WIDGET + gx_widget_style_add(&widget, 0); //should return GX_INVALID_WIDGET gx_widget_style_get(&widget, 0); //should return GX_PTR_ERROR widget.gx_widget_type = 0; @@ -4275,7 +4275,7 @@ GX_STRING string; // should we test draw functions here? Because draw function will not return error. /* draw functions gx_display_create(&display, "linux_display", gx_validation_display_driver_setup_24xrgb, 0, 0); //create display - + // draw functions gx_accordion_menu_draw(&accordion_menu); // draw gx_button_background_draw(&button); @@ -4324,8 +4324,8 @@ GX_STRING string; gx_widget_text_id_draw(&widget, 0, 0, 0, 0, 0); gx_window_background_draw(&window); gx_window_draw(&window); - - + + gx_canvas_delete() gx_display_delete(&display, gx_validation_graphics_driver_cleanup_24xrgb);//delete display diff --git a/test/guix_test/regression_test/tests/validation_guix_farsi_glyph_shaping.c b/test/guix_test/regression_test/tests/validation_guix_farsi_glyph_shaping.c index 7f7cc19ad..60018e820 100644 --- a/test/guix_test/regression_test/tests/validation_guix_farsi_glyph_shaping.c +++ b/test/guix_test/regression_test/tests/validation_guix_farsi_glyph_shaping.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_focus_management.c b/test/guix_test/regression_test/tests/validation_guix_focus_management.c index a75a96364..9937aeee4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_focus_management.c +++ b/test/guix_test/regression_test/tests/validation_guix_focus_management.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_16bpp_32bppdriver.c b/test/guix_test/regression_test/tests/validation_guix_generic_16bpp_32bppdriver.c index 6dbee7fc4..2780c605a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_16bpp_32bppdriver.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_16bpp_32bppdriver.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ static int format_value[] = {format_565rgb, format_4444argb}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -82,7 +82,7 @@ int compressed_index,alpha_index,format_index; for(compressed_index = 0; compressed_index < 2; compressed_index++) { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_4444argb_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_generic_4444argb_16bpp.c index bf25d4a92..02c2826e3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_4444argb_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_4444argb_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -72,7 +72,7 @@ int compressed_index; for(compressed_index = 0; compressed_index < 2; compressed_index++) { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_aliased_wide_ellipse_draw.c b/test/guix_test/regression_test/tests/validation_guix_generic_aliased_wide_ellipse_draw.c index cc2b3a177..d206260fa 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_aliased_wide_ellipse_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_aliased_wide_ellipse_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_alphamap_draw.c b/test/guix_test/regression_test/tests/validation_guix_generic_alphamap_draw.c index 0974d9fb4..c2dc3c695 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_alphamap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_alphamap_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_ellipse_fill.c b/test/guix_test/regression_test/tests/validation_guix_generic_ellipse_fill.c index 33e03d10f..a3e03c487 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_ellipse_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_ellipse_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ GX_BRUSH *brush; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_generic_line_draw.c index 3ea903116..9336aa187 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_line_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -81,7 +81,7 @@ VOID test_line_win_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_polygon_fill.c b/test/guix_test/regression_test/tests/validation_guix_generic_polygon_fill.c index 3ee42419a..841497653 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_polygon_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_polygon_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -98,7 +98,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel.c b/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel.c index 22d3c468c..cc6713979 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_no_output.c b/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_no_output.c index 578a9c653..1c168ce58 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_scroll.c b/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_scroll.c index c8f25dd92..120e71b72 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_scroll_wheel_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_shape_fill.c b/test/guix_test/regression_test/tests/validation_guix_generic_shape_fill.c index 793af63bd..69b70b04a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_shape_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_shape_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_wide_arc_draw.c b/test/guix_test/regression_test/tests/validation_guix_generic_wide_arc_draw.c index cc0c060bd..92b5955ab 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_wide_arc_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_wide_arc_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_generic_wide_ellipse_draw.c b/test/guix_test/regression_test/tests/validation_guix_generic_wide_ellipse_draw.c index 22fda0514..111d120ef 100644 --- a/test/guix_test/regression_test/tests/validation_guix_generic_wide_ellipse_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_generic_wide_ellipse_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_blend_16bpp_screen.c b/test/guix_test/regression_test/tests/validation_guix_glyph_blend_16bpp_screen.c index 5af6fab19..1dc009503 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_blend_16bpp_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_blend_16bpp_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_blend_32bpp_screen.c b/test/guix_test/regression_test/tests/validation_guix_glyph_blend_32bpp_screen.c index 246d9fc3c..2eeb9bf59 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_blend_32bpp_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_blend_32bpp_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw.c index e5bdb01a1..abde27993 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_glyph_draw.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_16bpp_screen.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_16bpp_screen.c index fd01801b1..9887a2814 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_16bpp_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_16bpp_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_32bpp_screen.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_32bpp_screen.c index 5ff24d363..7cdd89608 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_32bpp_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_32bpp_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_16.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_16.c index daf75d75e..e98d8c75e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_16.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_16.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_8.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_8.c index 749c71585..94fdb78e4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_8.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_8bpp_screen_aa_text_colors_8.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_16bpp.c index 73c17d930..9e65989bc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_16bpp.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the prompt drawing example. These operations simulate + on the prompt drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_32bpp.c index 92de1c4e1..7c26f5b79 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_32bpp.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the prompt drawing example. These operations simulate + on the prompt drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_8bpp.c index 04cabaefe..5d2c97898 100644 --- a/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_glyph_draw_multi_lang_8bpp.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the prompt drawing example. These operations simulate + on the prompt drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_arc_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_graphics_arc_32bpp.c index 2be5ce03b..874cc8052 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_arc_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_arc_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -95,7 +95,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_arc_draw.c b/test/guix_test/regression_test/tests/validation_guix_graphics_arc_draw.c index e56fdfde2..052da6eb9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_arc_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_arc_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_circle_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_graphics_circle_32bpp.c index 50e22233a..7b6624ca9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_circle_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_circle_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -74,7 +74,7 @@ static int pixelmap_fill_value[] = {GX_FALSE, GX_TRUE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -116,7 +116,7 @@ int index; { pixelmap_index = pixelmap_id_index; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -143,7 +143,7 @@ int index; } else { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_ellipse_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_graphics_ellipse_32bpp.c index cc5120cbe..8dcdd6582 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_ellipse_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_ellipse_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -84,7 +84,7 @@ char test_comment[256]; static INT brush_alpha_value[] = {0, 155, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_arc.c b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_arc.c index 513b42289..8bfa7b9c3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_arc.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_arc.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ GX_BOOL style_status[2] = {GX_TRUE, GX_FALSE}; INT angle_value[] = {-10, 13, 273, 368, 444}; INT brush_width_value[] = {0, 1, 9, 13}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_circle.c b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_circle.c index fc5c7c00f..e1c81e78e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_circle.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_circle.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[]; GX_BOOL style_status[2] = {GX_TRUE, GX_FALSE}; INT brush_width_value[] = {0, 1, 9, 13}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_ellipse.c b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_ellipse.c index af7a3d5e7..808fe92d7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_ellipse.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_ellipse.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ GX_BOOL style_status[2] = {GX_TRUE, GX_FALSE}; INT brush_width_value[] = {0, 1, 9, 13}; GX_RESOURCE_ID fill_pixelmap_id[] = {GX_PIXELMAP_ID_RAW, GX_PIXELMAP_ID_COMPRESSED, GX_PIXELMAP_ID_TRANSPARENT, GX_PIXELMAP_ID_CMOPRESSED_TRANSPARENT}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_pie.c b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_pie.c index 9812a7824..c939566c4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_pie.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_pie.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ GX_BOOL style_status[2] = {GX_TRUE, GX_FALSE}; INT angle_value[] = {-10, 13, 273, 368, 444}; INT brush_width_value[] = {0, 1, 9, 13}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_polygon.c b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_polygon.c index 44a26636e..9d9402781 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_palette_polygon.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_palette_polygon.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ extern GX_STUDIO_DISPLAY_INFO graphics_palette_display_table[]; GX_BOOL style_status[2] = {GX_TRUE, GX_FALSE}; INT brush_width_value[] = {0, 1, 9, 13}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_pie_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_graphics_pie_32bpp.c index 35a155d35..63ac562eb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_pie_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_pie_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -91,7 +91,7 @@ char test_comment[256]; static INT brush_alpha_value[] = {0, 155, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_pie_draw.c b/test/guix_test/regression_test/tests/validation_guix_graphics_pie_draw.c index c39c6fea1..52d51fa30 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_pie_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_pie_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_polygon_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_graphics_polygon_32bpp.c index c39216828..c685d23af 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_polygon_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_polygon_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ static INT brush_alpha_value[] = {0, 155, 255}; GX_BOOL style_status[2] = {GX_TRUE, GX_FALSE}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_graphics_rectangle_draw.c b/test/guix_test/regression_test/tests/validation_guix_graphics_rectangle_draw.c index dd45f0d78..a2d484e93 100644 --- a/test/guix_test/regression_test/tests/validation_guix_graphics_rectangle_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_graphics_rectangle_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -73,7 +73,7 @@ VOID test_graphics_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_gradient_no_output.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_gradient_no_output.c index 67c97449e..64dac84df 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_gradient_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_gradient_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -39,7 +39,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_animation.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_animation.c index 0f695a961..fb71b7425 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_animation.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -113,7 +113,7 @@ GX_TIMER *found; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_children_position_no_output.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_children_position_no_output.c index 0ea798d45..d05ec77e8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_children_position_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_children_position_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_drag_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_drag_32bpp.c index 5e8aa987d..b9977e3e6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_drag_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_drag_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ char test_comment[256]; #define YPOS_2 250 /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process.c index b8bb3ed88..350745e80 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process_pen_up.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process_pen_up.c index 14ee31951..179f8b089 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process_pen_up.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_event_process_pen_up.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -56,7 +56,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_page_index_set.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_page_index_set.c index 6929fe17d..d6798806b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_page_index_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_page_index_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ int index_list[]={18,26,1,10,0,5,7,0,15,25,19}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll.c index 5ab486b52..9ff00dc9a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[]={ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll_with_large_value.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll_with_large_value.c index 006d487aa..016f6e495 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll_with_large_value.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_scroll_with_large_value.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -96,7 +96,7 @@ GX_EVENT my_event; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_select.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_select.c index 2bc3240e0..de9ad7544 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_select.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ char test_comment[256]; #define ITEM_2_X 571 /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_set.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_set.c index 57b7099ba..5ef941155 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -82,7 +82,7 @@ GX_EVENT my_event; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_widget_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_widget_get_no_output.c index 96762ac2a..ca19ba195 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_widget_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_selected_widget_get_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_set_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_set_32bpp.c index 51c8861fa..bf8641b21 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_set_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_set_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ char test_comment[256]; int index_value[]={18,26,1,10,0,5,7,0,15,25,19}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_total_columns_set.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_total_columns_set.c index 078a4dcdd..28a02eec3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_total_columns_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_total_columns_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ static void select_col(int col) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap.c index 8bf9a234f..bc5f21ba8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap_1.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap_1.c index 30b4e0b24..fe404c4c6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap_1.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_list_wrap_1.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation.c index c6cebdaba..cd6e0fa4c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -119,7 +119,7 @@ UINT test_h_menu_event_handler(GX_WINDOW *window, GX_EVENT *event_ptr) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_block_move.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_block_move.c index 160048367..30bc651b4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_block_move.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -102,7 +102,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR *test_comments[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_canvas.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_canvas.c index db2cae390..38a1250e5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_canvas.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_canvas.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -102,7 +102,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR *test_comments[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_easing_func.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_easing_func.c index 0ecc2c7aa..f56ca784b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_easing_func.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_screen_drag_animation_with_easing_func.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -81,7 +81,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR *test_comments[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_horizontal_scrollbar_create.c b/test/guix_test/regression_test/tests/validation_guix_horizontal_scrollbar_create.c index 452c2a62b..686a30d4f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_horizontal_scrollbar_create.c +++ b/test/guix_test/regression_test/tests/validation_guix_horizontal_scrollbar_create.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_icon_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_icon_24xrgb.c index a59250581..bb5761513 100644 --- a/test/guix_test/regression_test/tests/validation_guix_icon_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_icon_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the icon drawing example. These operations simulate + on the icon drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_icon_button_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_icon_button_24xrgb.c index ed995470b..0b64d145c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_icon_button_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_icon_button_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ static ULONG event_type[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_1bpp.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_1bpp.c index e97d2afd9..0b0082e39 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_1bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_1bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -73,7 +73,7 @@ extern GX_UBYTE image_reader_mode; extern void cleanup_output_pixelmaps(); /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_4bpp.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_4bpp.c index 9ac1a63c4..81a8a725f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_4bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_colorspace_convert_4bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -119,7 +119,7 @@ GX_PIXELMAP *pixelmap; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_jpeg_decode_no_output.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_jpeg_decode_no_output.c index 2433a3b95..94d11a877 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_jpeg_decode_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_jpeg_decode_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_pixel_write_callback_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_pixel_write_callback_set_no_output.c index e49c5b046..6dfe7733b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_pixel_write_callback_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_pixel_write_callback_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_png_decode_no_output.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_png_decode_no_output.c index 3b58ac28c..b4fc2219c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_png_decode_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_png_decode_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_rle_encode_no_output.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_rle_encode_no_output.c index 5880373e6..af3dd150e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_rle_encode_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_rle_encode_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_image_reader_start_no_output.c b/test/guix_test/regression_test/tests/validation_guix_image_reader_start_no_output.c index 88b765a0d..1e61886c0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_image_reader_start_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_image_reader_start_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_invalid_shape_draw.c b/test/guix_test/regression_test/tests/validation_guix_invalid_shape_draw.c index 905dedc00..2d0e8f92d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_invalid_shape_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_invalid_shape_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_16bpp.c index 3520ff11e..c1f335f50 100644 --- a/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -85,7 +85,7 @@ GX_PIXELMAP *map; gx_canvas_pixelmap_draw(xpos, ypos, map); } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_32bpp.c index c6da25f55..7062db6c2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_jpeg_draw_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ GX_PIXELMAP *map; gx_canvas_pixelmap_draw(xpos, ypos, map); } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen.c b/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen.c index 06287f4bf..04705884d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -79,7 +79,7 @@ GX_EVENT my_event; { for(Mouse_index = 0; Mouse_index < 2; Mouse_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen_binary_source.c b/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen_binary_source.c index 40dd73831..1d3c645e8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen_binary_source.c +++ b/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_draw_32bpp_screen_binary_source.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_in_string_table.c b/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_in_string_table.c index dcab299d6..0428065d4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_in_string_table.c +++ b/test/guix_test/regression_test/tests/validation_guix_kerning_glyph_in_string_table.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_line_1bpp.c b/test/guix_test/regression_test/tests/validation_guix_line_1bpp.c index 02af73e48..6ec8de436 100644 --- a/test/guix_test/regression_test/tests/validation_guix_line_1bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_line_1bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -109,7 +109,7 @@ GX_RECTANGLE size; { if(pattern_index) line_pattern = 0x0f0f0f0f; else line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -142,7 +142,7 @@ GX_RECTANGLE size; { is_round = round_end; line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -175,7 +175,7 @@ GX_RECTANGLE size; { is_round = round_end; line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -220,7 +220,7 @@ GX_RECTANGLE size; { if(pattern_index) line_pattern = 0x0f0f0f0f; else line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -253,7 +253,7 @@ GX_RECTANGLE size; { is_round = round_end; line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -286,7 +286,7 @@ GX_RECTANGLE size; { is_round = round_end; line_pattern = 0; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_line_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_line_8bpp.c index 5a3250a05..e2f94d34a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_line_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_line_8bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ char test_comment[256]; extern GX_STUDIO_DISPLAY_INFO lines_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -102,7 +102,7 @@ GX_CONST GX_THEME *theme_ptr; for(angle_index = 0; angle_index < (INT)(sizeof(angle_value) / sizeof(int)); angle_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_line_chart.c b/test/guix_test/regression_test/tests/validation_guix_line_chart.c index 25d48c3c4..6b5259e4b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_line_chart.c +++ b/test/guix_test/regression_test/tests/validation_guix_line_chart.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -55,7 +55,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_lines_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_lines_24xrgb.c index 9b31e3e89..5de85d352 100644 --- a/test/guix_test/regression_test/tests/validation_guix_lines_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_lines_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ static int rounded_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -96,7 +96,7 @@ GX_RECTANGLE size; for(brush_alpha_index = 0; brush_alpha_index < (INT)(sizeof(brush_alpha_value)/sizeof(INT)); brush_alpha_index++) { brush_alpha = brush_alpha_value[brush_alpha_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -144,7 +144,7 @@ GX_RECTANGLE size; { brush_alpha = brush_alpha_value[brush_alpha_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_lines_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_lines_565rgb.c index 0ed20281b..26cebb5a9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_lines_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_lines_565rgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -144,7 +144,7 @@ static GX_RECTANGLE widget_size[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -165,7 +165,7 @@ int index; { for(lines_screen_line_angle = 0; lines_screen_line_angle < 360; lines_screen_line_angle+=30) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_lines_clip_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_lines_clip_24xrgb.c index 8f28b6653..1654b1124 100644 --- a/test/guix_test/regression_test/tests/validation_guix_lines_clip_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_lines_clip_24xrgb.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ static int rounded_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -113,7 +113,7 @@ GX_RECTANGLE size; for(cover_index = 0; cover_index < (INT)(sizeof(cover_value) / sizeof(int)); cover_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_lines_clip_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_lines_clip_565rgb.c index be0bdc50d..e7e18f57e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_lines_clip_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_lines_clip_565rgb.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ static int rounded_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -113,7 +113,7 @@ GX_RECTANGLE size; for(cover_index = 0; cover_index < (INT)(sizeof(cover_value) / sizeof(int)); cover_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_menu_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_menu_32bpp.c index 4746bf315..95f06e2b7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_menu_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_menu_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -83,7 +83,7 @@ static char comments[9][30]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_menu_event_process_no_output.c b/test/guix_test/regression_test/tests/validation_guix_menu_event_process_no_output.c index 984a1b0f8..09e7eb5f3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_menu_event_process_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_menu_event_process_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_menu_position.c b/test/guix_test/regression_test/tests/validation_guix_menu_position.c index a6ff20127..a5ebb76d7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_menu_position.c +++ b/test/guix_test/regression_test/tests/validation_guix_menu_position.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_menu_text_alignment.c b/test/guix_test/regression_test/tests/validation_guix_menu_text_alignment.c index a02af3dad..4c1351c3b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_menu_text_alignment.c +++ b/test/guix_test/regression_test/tests/validation_guix_menu_text_alignment.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_menu_text_offset_set.c b/test/guix_test/regression_test/tests/validation_guix_menu_text_offset_set.c index 207ddae58..5351ddba0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_menu_text_offset_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_menu_text_offset_set.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_button_text_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_ml_button_text_set_no_output.c index 7b39a06c2..de2fceb5a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_button_text_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_button_text_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_input_char_insert_no_output.c b/test/guix_test/regression_test/tests/validation_guix_ml_input_char_insert_no_output.c index 70fa83d41..6f4eeff0f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_input_char_insert_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_input_char_insert_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_input_no_output.c b/test/guix_test/regression_test/tests/validation_guix_ml_input_no_output.c index 8b39b3acc..85e3dd0cd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_input_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_input_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_input_text_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_ml_input_text_set_no_output.c index a319e952a..87c9f0d07 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_input_text_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_input_text_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_16bpp.c index c4f58b6a2..3fc4f1ead 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_16bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_16bpp", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ int text_alignment[]={GX_STYLE_TEXT_LEFT, GX_STYLE_TEXT_CENTER, GX_STYLE_TEXT_R int key_event[] = {GX_KEY_UP_ARROW, GX_KEY_UP_ARROW, GX_KEY_DELETE, GX_KEY_DELETE, GX_KEY_DELETE, GX_KEY_BACKSPACE, GX_KEY_BACKSPACE}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -131,7 +131,7 @@ GX_MULTI_LINE_TEXT_INPUT *text_input; for(key_value = 0x21; key_value <= 0x7e; key_value++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -180,7 +180,7 @@ GX_MULTI_LINE_TEXT_INPUT *text_input; /* multi line text input scroll up. */ for( ypos = 290; ypos >= 123; ypos -= 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -209,7 +209,7 @@ GX_MULTI_LINE_TEXT_INPUT *text_input; /* multi line text input scroll down. */ for(ypos = 150; ypos < 320; ypos += 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_32bpp.c index f696f63f3..0d1cdb7ca 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_32bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_32bpp", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -96,7 +96,7 @@ GX_MULTI_LINE_TEXT_INPUT *text_input; for(key_value = 0x21; key_value <= 0x7e; key_value++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -123,7 +123,7 @@ GX_MULTI_LINE_TEXT_INPUT *text_input; /* multi line text input scroll up. */ for( ypos = 290; ypos >= 123; ypos -= 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -150,7 +150,7 @@ GX_MULTI_LINE_TEXT_INPUT *text_input; /* multi line text input scroll down. */ for(ypos = 150; ypos < 320; ypos += 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select.c index 38795a10f..dcc51334f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_api_select", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -218,7 +218,7 @@ GX_SCROLLBAR *scroll; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select_invisible.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select_invisible.c index e7d5aeb27..88ea937f1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select_invisible.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_api_select_invisible.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_api_select_invisible", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; char test_string[]="0123456789"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_backspace_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_backspace_16bpp.c index 57a07420d..8dd4b5336 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_backspace_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_backspace_16bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_backspace_16bpp", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ char test_comment[256]; char test_string[]="why do the birds go on singing, why do the seas rush the shore."; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_block_move.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_block_move.c index 899abf4dc..1723bace0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_block_move.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_block_move", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cache.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cache.c index bf6625083..30047a235 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cache.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cache.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_cache", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -112,7 +112,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_char_insert.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_char_insert.c index 427146655..1edeff474 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_char_insert.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_char_insert.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_char_insert", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; char test_string[]="test\r\ntest\rtest\n"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_copy.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_copy.c index 249870b03..dbacd2f14 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_copy.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_copy.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_copy", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_create.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_create.c index 78e5026ed..a82b655a6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_create.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_create.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_create", /* Test name */ 0, 0, 100, 100 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; char input_buffer[10]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cursor_pos_update.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cursor_pos_update.c index 42323eb1b..074e3ad4f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cursor_pos_update.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_cursor_pos_update.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_cursor_pos_update", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_delete.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_delete.c index c7b334d39..997185fc0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_delete.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_delete.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_delete", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_drag_select.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_drag_select.c index c6c568bc6..6eea316ba 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_drag_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_drag_select.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_drag_select", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -88,7 +88,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_event_process.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_event_process.c index 4ce5c469a..02cc0c08f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_event_process.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_event_process", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -97,7 +97,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_invalid_font.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_invalid_font.c index f68d0e56e..40e2f3381 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_invalid_font.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_invalid_font.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_invalid_font", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; char test_string[]="01234567"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_api.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_api.c index e5c7883c7..cf76ce003 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_api.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_api.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_key_api", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; GX_CONST GX_CHAR test_string[] = "first line\rsecond line"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_down_process.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_down_process.c index e733f0781..a3620558c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_down_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_key_down_process.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_key_down_process", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_arrow.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_arrow.c index 0aec70c5f..dcba90d3d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_arrow.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_arrow.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_left_arrow", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ GX_UBYTE test_string_1[]={ 0x80, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0xe4, 0xb8, 0x8d, 0xe8, 0xa6, 0x81, 0xe7, 0xa5, 0x9e, 0xe7, 0x9a, 0x84, 0xe5, 0x85, 0x89, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x00}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_right_arrow_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_right_arrow_16bpp.c index 82999861a..b00a9b9de 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_right_arrow_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_left_right_arrow_16bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_left_right_arrow_16bpp", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ GX_RESOURCE_ID text_alignment[] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_break.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_break.c index 2df30d412..1384bae90 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_break.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_break.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_line_break", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -99,7 +99,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -165,7 +165,7 @@ int repeat_times; for(index = 0; index <= (int)(sizeof(test_string)/sizeof(char)); index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_space.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_space.c index 4ceb9a449..a37cb80b9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_space.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_line_space.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_line_space", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -90,7 +90,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_next.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_next.c index ffd428523..d3b402aaa 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_next.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_next.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_mark_next", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; char test_string[]="t\nt"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_previous.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_previous.c index 0d14a6d9a..90b325978 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_previous.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_mark_previous.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_mark_previous", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; char test_string[]="t\nt"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_paste.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_paste.c index 432436060..17b3c350b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_paste.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_paste.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_paste", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_property.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_property.c index 1ba93b5dd..c0b7010e9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_property.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_property.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_property", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ char test_comment[256]; char input_buffer[3]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_select_copy_paste.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_select_copy_paste.c index 08503a346..7aead5cb9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_select_copy_paste.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_select_copy_paste.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_select_copy_paste", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -249,7 +249,7 @@ GX_SCROLLBAR *scroll; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_text_set.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_text_set.c index f62312408..b77ff90ac 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_input_text_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_input_text_set.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_input_text_set", /* Test name */ 30, 120, 245, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; char test_string[]="1\r2\r3\r4\r5\r6\r7\r8\r9\r10\r11\r12\r13\r14\r15\r16\r17\r18\r19\r20\r21\r22\r23\r24\r25\r26\r27\r28\r29\r30\r31\r32\r33\r34\r35"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_16bpp_text_set.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_16bpp_text_set.c index 523046dd4..8234cb44f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_16bpp_text_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_16bpp_text_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ GX_CHAR test_text[]="\r33\r32\r31\r30\r29\r28\r27\r26\r25\r24\r23\r22\r21\r20\r1 char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_32bpp.c index 9353b0c32..241074ade 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_32bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_32bpp", /* Test name */ 20, 101, 264, 424 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ char ft_size[2][6]={"18pix", "24pix"}; char text_b[] = "text B"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -95,7 +95,7 @@ int pathlen; /* multi line text view scroll down. */ for(ypos = 131; ypos < 388; ypos += 1) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -127,7 +127,7 @@ int pathlen; /* multi line text view scroll up */ for(ypos = 388; ypos >= 131; ypos -= 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_center_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_center_16bpp.c index 7fc500af1..9121c1d3e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_center_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_center_16bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_align_center_16bpp", /* Test name */ 40, 110, 230, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ char ft_depth[3][5]={"1bpp", "4bpp", "8bpp"}; char ft_size[2][6]={"18pix", "24pix"}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -86,7 +86,7 @@ GX_MULTI_LINE_TEXT_VIEW *view; /* multi line text view scroll down. */ for(ypos = 140; ypos < 300; ypos += 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -113,7 +113,7 @@ GX_MULTI_LINE_TEXT_VIEW *view; /* multi line text view scroll up */ for(ypos = 290; ypos >= 120; ypos -= 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_right_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_right_16bpp.c index c7aa4ff5e..1c817700e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_right_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_align_right_16bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_align_right_16bpp", /* Test name */ 40, 110, 230, 330 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ char ft_depth[3][5]={"1bpp", "4bpp", "8bpp"}; char ft_size[2][6]={"18pix", "24pix"}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -86,7 +86,7 @@ GX_MULTI_LINE_TEXT_VIEW *view; /* multi line text view scroll down. */ for(ypos = 140; ypos < 300; ypos += 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -113,7 +113,7 @@ GX_MULTI_LINE_TEXT_VIEW *view; /* multi line text view scroll up */ for(ypos = 290; ypos >= 120; ypos -= 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_cache_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_cache_32bpp.c index 01490df77..e1f0956d5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_cache_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_cache_32bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_cache_32bpp", /* Test name */ 20, 101, 264, 424 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_display_info_get.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_display_info_get.c index 64d8021d4..83858a659 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_display_info_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_display_info_get.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_event_process.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_event_process.c index 5b74ceb1c..bc3b4a6d8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_event_process.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_16bpp.c index 4484d59a0..8b70ad72f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_16bpp.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_font_16bpp", /* Test name */ 30, 40, 196, 191 /* Define the coordinates of the capture area. - In this test, we only need to capture the + In this test, we only need to capture the multi_line_text_view window drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the canvas_text_view drawing example. These operations + on the canvas_text_view drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_8bpp.c index 0b2affbd5..67f3f96b6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_font_8bpp.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_font_8bpp", /* Test name */ 30, 35, 194, 154 /* Define the coordinates of the capture area. - In this test, we only need to capture the + In this test, we only need to capture the multi_line_text_view window drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the canvas_text_view drawing example. These operations + on the canvas_text_view drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_scroll.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_scroll.c index 7ca1e03c1..2dff9198f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_vcenter.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_vcenter.c index 9af33bb63..caf552a14 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_vcenter.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_vcenter.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_ml_text_view_vcenter.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_with_scroll_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_with_scroll_32bpp.c index 65a072e50..3746399f4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_text_view_with_scroll_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_text_view_with_scroll_32bpp.c @@ -9,7 +9,7 @@ TEST_PARAM test_parameter = { "guix_ml_text_view_with_scroll_32bpp", /* Test name */ 20, 45, 229, 243 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -75,7 +75,7 @@ GX_EVENT scroll_event; /* multi line text view scroll down. */ for(ypos = 75; ypos < 370; ypos += 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -105,7 +105,7 @@ GX_EVENT scroll_event; /* multi line text view scroll up */ for(ypos = 280; ypos >= 80; ypos -= 10) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_view_no_output.c b/test/guix_test/regression_test/tests/validation_guix_ml_view_no_output.c index 79db7013e..d3b4016ce 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_view_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_view_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_ml_view_text_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_ml_view_text_set_no_output.c index 0e14016a8..1ef855ae6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_ml_view_text_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_ml_view_text_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_character_insert_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_character_insert_24xrgb.c index 0c14d7c2a..dd37b2b12 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_character_insert_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_character_insert_24xrgb.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_multi_line_text_input_character_insert_24xrgb", /* Test name */ 311, 232, 582, 404 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ static USHORT noprint_key_value[] = {GX_KEY_SPACE, GX_KEY_SELECT}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -103,7 +103,7 @@ USHORT key_value; { my_event.gx_event_payload.gx_event_ushortdata[0] = key_value; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_cursor_draw_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_cursor_draw_24xrgb.c index ef3ac66a2..bf4d234b2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_cursor_draw_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_cursor_draw_24xrgb.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_multi_line_text_input_cursor_draw_24xrgb", /* Test name */ 311, 232, 582, 404 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text input drawing area. */ }; @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text input example. These operations simulate + on the multi line text input example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -87,7 +87,7 @@ GX_KEY_END char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_down_arrow.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_down_arrow.c index cb1dd79f4..7980bbd1a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_down_arrow.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_down_arrow.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ GX_CHAR test_string[]= 31\r32\r33\r34\r35\r36\r37ABCDEFG\r38abcdefghijk\r39ABCDEF\r40"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG uinput) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_event_process.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_event_process.c index b802a8df9..0cf9a2906 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -81,7 +81,7 @@ TEST test_list[] ={ static char test_text[] = "It is universally\n acknowledged that\n trust is\n one of the\n most valuable\n assets for\n interpersonal communication. \nHowever, it is \nnot uncommon to have\n misunderstanding and generation\n gap between teachers and students. with the current trend\n of communication becoming necessary and\n indispensable in this ever-changing modern society, building trust is of great\n significance.In order to set up the credibility between teachers and students, on the one hand, as teachers, we should sincerely deal with the students’ problems and difficulties, comprehending their necessities. On the other hand, as students, it is necessary that more understanding and respect should be given. Becoming good friends to have the transpositional consideration each other can build a harmonious atmosphere."; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_fill_color_set.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_fill_color_set.c index 84f37b58a..633729e7c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_fill_color_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_fill_color_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_left_arrow.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_left_arrow.c index 7520c50b2..3daedb64d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_left_arrow.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_left_arrow.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ GX_CHAR test_string[]= 31\r32\r33\r34\r35\r36\r37ABCDE\r\nFG\r38abcdefghijk\r39ABCDEF\r40"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG uinput) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_color_set.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_color_set.c index e058e8347..e0f42ce9f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_color_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_color_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_select.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_select.c index 4ab289e7b..92aa9553b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_text_select.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ GX_CHAR test_string[]= "0 do you remember the day\r\n we used\r\n to be ABCDEFGHIJKLMN!\r\n@$@*^*\r\n%(*&($#1275\r\n384635098765"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG uinput) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_up_arrow.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_up_arrow.c index 050937542..16c5d6224 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_up_arrow.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_input_up_arrow.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ GX_CHAR test_string[]= 31\r32\r33\r34\r35\r36\r37ABCDEFG\r38abcdefghijk\r39ABCDEF\r40"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG uinput) { diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_24xrgb.c index 27583513e..c20526ff9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_24xrgb.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_multi_line_text_view_24xrgb", /* Test name */ 46, 232, 316, 404 /* Define the coordinates of the capture area. - In this test, we only need to capture the multi + In this test, we only need to capture the multi line text view drawing area. */ }; @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the multi line text view example. These operations simulate + on the multi line text view example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ static char *text_array[] = {text_1, text_2, text_3, text_4, text_5, text_6, tex char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -88,7 +88,7 @@ TEXT_SCREEN_CONTROL_BLOCK *text_screen; gx_multi_line_text_view_text_color_set(&text_screen -> text_screen_text_view_1, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE, GX_COLOR_ID_ORANGE); for(text_index = 0; text_index < 8; text_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_clip_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_clip_24xrgb.c index 1b19142b6..cc80f48a6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_clip_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_clip_24xrgb.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_multi_line_text_view_clip_24xrgb", /* Test name */ 0, 0, 229, 189 /* Define the coordinates of the capture area. - In this test, we only need to capture the + In this test, we only need to capture the clip window and multi_line_text_view window drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the canvas_text_view drawing example. These operations + on the canvas_text_view drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_font_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_font_24xrgb.c index 61ce32532..977a60548 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_font_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_font_24xrgb.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_multi_line_text_view_font_24xrgb", /* Test name */ 64, 50, 243, 189 /* Define the coordinates of the capture area. - In this test, we only need to capture the + In this test, we only need to capture the multi_line_text_view window drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the canvas_text_view drawing example. These operations + on the canvas_text_view drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_visible_row_compute.c b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_visible_row_compute.c index 1d4dd810a..0311bfcb6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_visible_row_compute.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_line_text_view_visible_row_compute.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_multi_line_text_view_visible_row_compute", /* Test name */ 64, 50, 243, 189 /* Define the coordinates of the capture area. - In this test, we only need to capture the + In this test, we only need to capture the multi_line_text_view window drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the canvas_text_view drawing example. These operations + on the canvas_text_view drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp.c index 7805dc44a..e71e2cb32 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp_synergy.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp_synergy.c index 0103946f3..2f20db61d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp_synergy.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_16bpp_synergy.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_1.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_1.c index b89a0d0e9..7ac27da09 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_1.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_1.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_2.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_2.c index 08b791230..a7f2e480d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_2.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_2.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_3.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_3.c index 4c074ea18..0bdb8ab7a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_3.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_3.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_4.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_4.c index 508529918..ec7621ac7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_4.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_4.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_application_define(first_unused_memory); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_5.c b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_5.c index 3a44b7b61..09fad9d3f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_5.c +++ b/test/guix_test/regression_test/tests/validation_guix_multi_themes_8bpp_palette_theme_5.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_application_define(first_unused_memory); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_non_linear_animation.c b/test/guix_test/regression_test/tests/validation_guix_non_linear_animation.c index 13bd8beb5..5b7917778 100644 --- a/test/guix_test/regression_test/tests/validation_guix_non_linear_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_non_linear_animation.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt.c b/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt.c index d7b48e4e8..2eb36e58e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt.c +++ b/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt.c @@ -26,7 +26,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -74,7 +74,7 @@ int value; for( value = -10000 ; value< 10000 ; value += 1234) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation.*/ gx_validation_set_frame_id(frame_id); diff --git a/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt_value_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt_value_set_no_output.c index 6d8f3d33e..c0f6a15c7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt_value_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_numeric_pixelmap_prompt_value_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_numeric_prompt.c b/test/guix_test/regression_test/tests/validation_guix_numeric_prompt.c index c2c6ff220..d58742893 100644 --- a/test/guix_test/regression_test/tests/validation_guix_numeric_prompt.c +++ b/test/guix_test/regression_test/tests/validation_guix_numeric_prompt.c @@ -26,7 +26,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -77,7 +77,7 @@ int value; /* Set numeric prompt value. */ gx_numeric_prompt_value_set(&text_screen.text_screen_numeric_prompt, value); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation.*/ gx_validation_set_frame_id(frame_id); diff --git a/test/guix_test/regression_test/tests/validation_guix_numeric_prompt_value_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_numeric_prompt_value_set_no_output.c index 194b7005c..a87063517 100644 --- a/test/guix_test/regression_test/tests/validation_guix_numeric_prompt_value_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_numeric_prompt_value_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_palette_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_palette_16bpp.c index 6e0294a10..c1f6c0fe1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_palette_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_palette_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -79,7 +79,7 @@ int frame_id = 1; for(compressed_index = 0; compressed_index < 2; compressed_index++) { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_palette_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_palette_32bpp.c index 36e23d530..f3caca9f9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_palette_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_palette_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -79,7 +79,7 @@ int frame_id = 1; for(compressed_index = 0; compressed_index < 2; compressed_index++) { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp.c index fd52a707e..c4459fdbe 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -104,7 +104,7 @@ GX_PIXELMAP *map; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_glyph_draw.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_glyph_draw.c index 464d4a05a..b98ff907c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_glyph_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_glyph_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ int test_font_ids[]={ char comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_line_draw.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_line_draw.c index a1e806d34..43f0d65e6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_line_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_line_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -184,7 +184,7 @@ extern int line_angle; extern int line_width; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_pixelmap_draw.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_pixelmap_draw.c index 3a09afd50..4d176684c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_pixelmap_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_pixelmap_draw.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -136,7 +136,7 @@ GX_BRUSH *brush; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_resize_screen.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_resize_screen.c index d356bf017..0b1e4b7d6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_resize_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_resize_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -75,7 +75,7 @@ extern INT y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_rotate_screen.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_rotate_screen.c index 01f09f49a..d7bbfce1e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_rotate_screen.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_rotate_screen.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ extern GX_BOOL canvas_rotate; static char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_vertical_list.c b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_vertical_list.c index 68024769b..9909881be 100644 --- a/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_vertical_list.c +++ b/test/guix_test/regression_test/tests/validation_guix_partial_frame_buffer_16bpp_vertical_list.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ static int test_scroll_values[]={ static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_24xrgb.c index 579fc1fa9..23f1ce103 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -95,7 +95,7 @@ GX_SLIDER *slider_v; for(vertical_index = 0; vertical_index < (INT)(sizeof(vertical_value) / sizeof(int)); vertical_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_565rgb.c index 3704fb4da..fc449abd2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_565rgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -95,7 +95,7 @@ GX_SLIDER *slider_v; for(vertical_index = 0; vertical_index < (INT)(sizeof(vertical_value) / sizeof(int)); vertical_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_button_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_button_24xrgb.c index dde61bfd3..64c52b325 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_button_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_button_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ static ULONG event_type[] = {GX_EVENT_PEN_DOWN, GX_EVENT_PEN_UP}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_24xrgb.c index accfd205f..8ce5d1c09 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_24xrgb.c @@ -26,7 +26,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -56,7 +56,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_565rgb.c index 90e3e61e0..5fac8b218 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_clip_565rgb.c @@ -26,7 +26,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -56,7 +56,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_prompt_background_draw.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_prompt_background_draw.c index c51fdc867..79b306ff8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_prompt_background_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_prompt_background_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the prompt drawing example. These operations simulate + on the prompt drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_16bpp.c index 8ab145ee9..8d21d1259 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ GX_RESOURCE_ID image[3] = {GX_PIXELMAP_ID_ICON_FOOT, GX_PIXELMAP_ID_RED_APPLE, G float ratio[10] = {0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_32bpp.c index 658ba74ff..afe0ff1a6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ GX_RESOURCE_ID image[3] = {GX_PIXELMAP_ID_ICON_FOOT, GX_PIXELMAP_ID_RED_APPLE, G float ratio[10] = {0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_8bpp.c index 93e414b04..9ff13094a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_resize_8bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ float ratio[10] = {0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2}; extern GX_STUDIO_DISPLAY_INFO pixelmap_resize_8bpp_display_table[]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_24xrgb.c index 2c7abae7d..750aa1d70 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_24xrgb.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ int needle_insert[] = {-7, -2, -2}; int increment[] = {5, 10}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -138,7 +138,7 @@ GX_RECTANGLE new_size; { for(pos = slider_top; pos <= slider_bottom; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_event_process.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_event_process.c index 8d3dd2afa..e56810fb6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_event_process.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ TEST test_list[]={ {0, 0, 0, ""} }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_h_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_h_24xrgb.c index 4e4d34d4d..0a2bd54d0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_h_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_h_24xrgb.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int increment[] = {5, 10}; int new_pos; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -142,7 +142,7 @@ GX_RECTANGLE new_size; { for(pos = slider_left; pos <= slider_right; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_pixelmap_set.c b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_pixelmap_set.c index 06f734e70..4cae6f1bc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_pixelmap_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmap_slider_pixelmap_set.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmaps_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_pixelmaps_32bpp.c index 586fe0af7..37d031ad5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmaps_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmaps_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; static INT brush_alpha_value[] = {0, 100, 200, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -79,7 +79,7 @@ int frame_id = 1; { for(style_index = 0; style_index < 4; style_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmaps_4444argb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmaps_4444argb.c index b20fcabac..50019f2ff 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmaps_4444argb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmaps_4444argb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; static INT brush_alpha_value[] = {0, 100, 200, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -94,7 +94,7 @@ GX_DISPLAY *display; brush_alpha = brush_alpha_value[brush_alpha_index]; for(style_index = 0; style_index < 4; style_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ @@ -121,7 +121,7 @@ GX_DISPLAY *display; brush_alpha = 100; for(style_index = 0; style_index < 4; style_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_pixelmaps_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_pixelmaps_565rgb.c index b8c28dabc..13da262e8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_pixelmaps_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_pixelmaps_565rgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ char test_comment[256]; static INT brush_alpha_value[] = {0, 100, 200, 255}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -78,7 +78,7 @@ int frame_id = 1; { for(style_index = 0; style_index < 4; style_index++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_private_string_delete_no_output.c b/test/guix_test/regression_test/tests/validation_guix_private_string_delete_no_output.c index 25f72b387..7d16d5a3a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_private_string_delete_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_private_string_delete_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_prompt_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_prompt_24xrgb.c index a655d851b..826cd8cc7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_prompt_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_prompt_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the prompt drawing example. These operations simulate + on the prompt drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_prompt_event_process_no_output.c b/test/guix_test/regression_test/tests/validation_guix_prompt_event_process_no_output.c index f38b053e8..ef5f088d6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_prompt_event_process_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_prompt_event_process_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_prompt_text_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_prompt_text_get_no_output.c index 43882d1a3..87af28cad 100644 --- a/test/guix_test/regression_test/tests/validation_guix_prompt_text_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_prompt_text_get_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_prompt_text_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_prompt_text_set_no_output.c index ff8a2a4f8..7e360888d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_prompt_text_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_prompt_text_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar.c index 25daa2688..c2c151620 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -109,7 +109,7 @@ GX_RECTANGLE rect; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_alpha_blend.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_alpha_blend.c index 2a859ce7a..265e7ed51 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_alpha_blend.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_alpha_blend.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_background_draw.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_background_draw.c index ee0c86f09..c530f21fb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_background_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_background_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ char test_comment[255]; GX_COLOR TEST_MEMORY[TEST_MEMORY_SIZE]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_event_process.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_event_process.c index 322f7726e..36cc50915 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_resize.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_resize.c index 8e4ce6f8f..b1ebad199 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_resize.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_text_draw.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_text_draw.c index 230bf61f7..54cbecfce 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_text_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_text_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_value_calculate.c b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_value_calculate.c index 9210d3586..16f85f7e4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_value_calculate.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_progress_bar_value_calculate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_slider_anchor_angle_calculate.c b/test/guix_test/regression_test/tests/validation_guix_radial_slider_anchor_angle_calculate.c index 3adef4e7d..ad2fef06b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_slider_anchor_angle_calculate.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_slider_anchor_angle_calculate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_slider_angle_calculate.c b/test/guix_test/regression_test/tests/validation_guix_radial_slider_angle_calculate.c index 38dd4e574..e70905c16 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_slider_angle_calculate.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_slider_angle_calculate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_radial_slider_event_process.c b/test/guix_test/regression_test/tests/validation_guix_radial_slider_event_process.c index 6c404106a..22e5ba0f4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radial_slider_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_radial_slider_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_radio_button_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_radio_button_24xrgb.c index 64ae55008..1c5e453cd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_radio_button_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_radio_button_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ static int y_value[] = {355, 358, 359, 380, 381, 382}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -94,7 +94,7 @@ GX_RADIO_BUTTON *radio_button; my_event.gx_event_display_handle = 1; gx_system_event_send(&my_event); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_rich_text_view.c b/test/guix_test/regression_test/tests/validation_guix_rich_text_view.c index 0ea90d4ce..de5a2bf13 100644 --- a/test/guix_test/regression_test/tests/validation_guix_rich_text_view.c +++ b/test/guix_test/regression_test/tests/validation_guix_rich_text_view.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_font.c b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_font.c index 9740ea1ba..19ed999ee 100644 --- a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_font.c +++ b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_font.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_line_info_get.c b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_line_info_get.c index eeb4ee91b..e0efa7e01 100644 --- a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_line_info_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_line_info_get.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_no_output.c b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_no_output.c index dd9490111..95da5e811 100644 --- a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_no_output.c @@ -37,7 +37,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_scroll.c b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_scroll.c index e8440c94f..ea2aebe51 100644 --- a/test/guix_test/regression_test/tests/validation_guix_rich_text_view_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_rich_text_view_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_root_window_focus_no_output.c b/test/guix_test/regression_test/tests/validation_guix_root_window_focus_no_output.c index 0a50bf564..ede82723f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_root_window_focus_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_root_window_focus_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_runtime_allocate_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_runtime_allocate_16bpp.c index b8a43598b..c0523c38f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_runtime_allocate_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_runtime_allocate_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_screen_stack.c b/test/guix_test/regression_test/tests/validation_guix_screen_stack.c index d552328ea..ff8252fc6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_screen_stack.c +++ b/test/guix_test/regression_test/tests/validation_guix_screen_stack.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -73,7 +73,7 @@ static GX_WIDGET *screen_list[]= char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG uinput) { diff --git a/test/guix_test/regression_test/tests/validation_guix_scroll_thumb_event_process.c b/test/guix_test/regression_test/tests/validation_guix_scroll_thumb_event_process.c index 889916cf7..6fcd7bd3f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scroll_thumb_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_scroll_thumb_event_process.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ TEST test_list[]= {0, 0, 0, ""} }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_callback_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_callback_set_no_output.c index 6dd9034a1..e84af201c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_callback_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_callback_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_flick_event_process.c b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_flick_event_process.c index 79a0eb7a1..d776bce62 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_flick_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_flick_event_process.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_gradient_create_no_output.c b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_gradient_create_no_output.c index 38e94936f..4e5ede9bd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_gradient_create_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_gradient_create_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_scroll.c b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_scroll.c index 05e410bda..c8bf29e47 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_scroll.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_timer_event_process.c b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_timer_event_process.c index 21acf1a9c..8275bdc10 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_timer_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_scroll_wheel_timer_event_process.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_scrollbar_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_scrollbar_24xrgb.c index 1eacbd710..470ad5552 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scrollbar_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_scrollbar_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_scrollbar_event_process.c b/test/guix_test/regression_test/tests/validation_guix_scrollbar_event_process.c index 5a81a6c38..c8541a718 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scrollbar_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_scrollbar_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_scrollbar_reset.c b/test/guix_test/regression_test/tests/validation_guix_scrollbar_reset.c index f0325ae9a..d04f52449 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scrollbar_reset.c +++ b/test/guix_test/regression_test/tests/validation_guix_scrollbar_reset.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_scrollbar_thumb_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_scrollbar_thumb_24xrgb.c index 41f931935..f5ed65fd7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scrollbar_thumb_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_scrollbar_thumb_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_calculate.c b/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_calculate.c index 45ceca441..d39ee3019 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_calculate.c +++ b/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_calculate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_set.c b/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_set.c index df5ee2272..54360c2c0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_scrollbar_value_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -66,7 +66,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_shape_fill.c b/test/guix_test/regression_test/tests/validation_guix_shape_fill.c index 049597f3c..88d1ccc3e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_shape_fill.c +++ b/test/guix_test/regression_test/tests/validation_guix_shape_fill.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -109,7 +109,7 @@ ELLIPSE }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_partial_dirty_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_single_line_partial_dirty_24xrgb.c index 3d620e189..3a96a7f80 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_partial_dirty_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_partial_dirty_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ static USHORT key_value[] = {GX_KEY_DELETE, 'q', GX_KEY_LEFT_ARROW, GX_KEY_HOME} char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_16bpp_unicode.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_16bpp_unicode.c index 331631a7c..5a94f83cb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_16bpp_unicode.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_16bpp_unicode.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ static USHORT input_buffer[] = { 0x6c49, 0x8bed, 0x662f, 0x4e16, 0x754c, 0x4e0a, char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb.c index 1b2945bd3..cb8b642ab 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ static USHORT key_value[] = {GX_KEY_HOME, GX_KEY_DELETE, GX_KEY_RIGHT_ARROW, GX_ char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb_center_aligned.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb_center_aligned.c index d382ee08c..08117b240 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb_center_aligned.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_24xrgb_center_aligned.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ static USHORT key_value[] = {GX_KEY_HOME, GX_KEY_DELETE, GX_KEY_RIGHT_ARROW, GX_ char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_buffer_clear.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_buffer_clear.c index d97b18129..1776b50e4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_buffer_clear.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_buffer_clear.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_clip_32xrgb.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_clip_32xrgb.c index 92ff36a66..c46545fad 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_clip_32xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_clip_32xrgb.c @@ -8,7 +8,7 @@ TEST_PARAM test_parameter = { "guix_single_line_text_input_clip_32xrgb", /* Test name */ 20, 25, 230, 200 /* Define the coordinates of the capture area. - In this test, we only need to capture the + In this test, we only need to capture the clip window and multi_line_text_view window drawing area. */ }; @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the canvas_text_view drawing example. These operations + on the canvas_text_view drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_create.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_create.c index 3c182bcb9..846c41236 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_create.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_create.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ GX_RECTANGLE size[3] = { }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_fill_color_set.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_fill_color_set.c index 56b1f93ee..4208369ce 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_fill_color_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_fill_color_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_property_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_property_24xrgb.c index be8fbdddc..d93218eef 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_property_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_property_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_color_set.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_color_set.c index 13b875192..e0a1a8512 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_color_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_color_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_select.c b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_select.c index 529436041..2c4587541 100644 --- a/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_single_line_text_input_text_select.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ GX_CHAR test_string[]= "0 do you remember the day we used to be ABCDEFGHIJKLMN!@$@*^*%(*&($#1275384635098765"; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG uinput) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_api_select.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_api_select.c index 15be2bbd1..b58ae9c98 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_api_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_api_select.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -200,7 +200,7 @@ GX_STYLE_TEXT_CENTER }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_backspace.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_backspace.c index c284adf03..f6a520393 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_backspace.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_backspace.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ static GX_CONST GX_UBYTE SINGLE_LINE_TEXT[] = "do you remember the day we used t static INT key_list[]={GX_KEY_HOME, GX_KEY_RIGHT_ARROW, GX_KEY_BACKSPACE, GX_KEY_RIGHT_ARROW, GX_KEY_BACKSPACE}; static GX_CHAR *test_comments[5] = {"home", "right arrow", "backspace", "right arrow", "backspace"}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_cursor.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_cursor.c index 54ec454d8..10cdf46c3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_cursor.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_cursor.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -92,7 +92,7 @@ TEST test_list[]={ /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_drag_select.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_drag_select.c index e00b6b4ad..eeaf0e234 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_drag_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_drag_select.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -105,7 +105,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_draw.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_draw.c index 502d8db13..349c0ed16 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) static GX_CONST GX_UBYTE SINGLE_LINE_TEXT[] = "12345"; static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ char test_string[]="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789012345"; static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_event_process.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_event_process.c index f2dcd7041..b3fe2af15 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_event_process.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -101,7 +101,7 @@ TEST test_list[]={ static char test_comments[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_gain_lose_focus.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_gain_lose_focus.c index f590010e9..cde79b15a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_gain_lose_focus.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_gain_lose_focus.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ static GX_CHAR english_text[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789abcdefghijk static GX_CHAR test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_input_focus_release.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_input_focus_release.c index b0da8ba0c..d693e4901 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_input_focus_release.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_input_focus_release.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_sl_text_input_16bpp.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_insert.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_insert.c index 84aeb24fa..fb5d95a51 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_insert.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_insert.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_left_arrow.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_left_arrow.c index 765a16fa2..732b4f2d7 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_left_arrow.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_left_arrow.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) static GX_CONST GX_UBYTE SINGLE_LINE_TEXT[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890123456789"; static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_mark_home.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_mark_home.c index c95f5b7a3..8c64ee8bd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_mark_home.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_mark_home.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ static GX_CONST GX_UBYTE SINGLE_LINE_TEXT[] = "right"; static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_no_output.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_no_output.c index 3cb773113..fefabb60b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_select_copy_paste.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_select_copy_paste.c index 0bf3dbe11..579ce49d4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_select_copy_paste.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_select_copy_paste.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -133,7 +133,7 @@ ALIGNMENT alignment_style_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_style_remove.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_style_remove.c index 0ff321b9b..5d32b25eb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_style_remove.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_style_remove.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_text_select.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_text_select.c index 094c68e68..10918c4dd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_text_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_text_select.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) static GX_CONST GX_UBYTE SINGLE_LINE_TEXT[] = "ABCDEFGHIJKLM"; static char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set.c index 33f5e6779..f5f725c6f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ static GX_CHAR test_comment[256]; static GX_CHAR input_buffer[3]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set_no_output.c index 199ef4d47..a1da7c00c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_sl_input_text_set_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_slider_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_slider_24xrgb.c index 60ca73a82..a4ce217ef 100644 --- a/test/guix_test/regression_test/tests/validation_guix_slider_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_slider_24xrgb.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int increment[] = {5, 10}; int new_pos; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -144,7 +144,7 @@ GX_RECTANGLE new_size; { for(pos = slider_top; pos <= slider_bottom; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_slider_h_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_slider_h_24xrgb.c index f56f2cb83..70cfcf669 100644 --- a/test/guix_test/regression_test/tests/validation_guix_slider_h_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_slider_h_24xrgb.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ int increment[] = {5, 10}; int new_pos; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -147,7 +147,7 @@ GX_RECTANGLE new_size; { for(pos = slider_left; pos <= slider_right; pos += 20) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_slider_needle_position_get.c b/test/guix_test/regression_test/tests/validation_guix_slider_needle_position_get.c index 8cc523b03..fb03b54d5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_slider_needle_position_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_slider_needle_position_get.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sprite.c b/test/guix_test/regression_test/tests/validation_guix_sprite.c index bc633997d..a3b5042df 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sprite.c +++ b/test/guix_test/regression_test/tests/validation_guix_sprite.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sprite_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_sprite_24xrgb.c index 732e06491..c25964c33 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sprite_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_sprite_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sprite_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_sprite_565rgb.c index 2d6f95bd1..f594a08e3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sprite_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_sprite_565rgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_sprite_start.c b/test/guix_test/regression_test/tests/validation_guix_sprite_start.c index db98858de..76de4948a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_sprite_start.c +++ b/test/guix_test/regression_test/tests/validation_guix_sprite_start.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -86,7 +86,7 @@ GX_SPRITE_FRAME frame_list[3] = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_16bpp.c index 8c69f67a1..6ded6f343 100644 --- a/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_16bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ void ToggleScreen(GX_WINDOW *new_win, GX_WINDOW *old_win) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_8bpp.c b/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_8bpp.c index 93cd7b89e..d39e83a90 100644 --- a/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_8bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_8bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -55,7 +55,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_standalone_binres_load_8bpp.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_extended_unicode_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_extended_unicode_32bpp.c index 6575c7d8e..6333ec7da 100644 --- a/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_extended_unicode_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_standalone_binres_load_extended_unicode_32bpp.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -71,7 +71,7 @@ void ToggleScreen(GX_WINDOW *new_win, GX_WINDOW *old_win) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_create_no_output.c b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_create_no_output.c index 8944992d5..3c6e873da 100644 --- a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_create_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_create_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_event_process_no_output.c b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_event_process_no_output.c index 2b00b7895..b33f323d8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_event_process_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_event_process_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_ext.c b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_ext.c index 381db70dc..23cab21c4 100644 --- a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_ext.c +++ b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_ext.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_no_output.c index 043ea775b..2d9bf044f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_string_list_set_no_output.c @@ -22,7 +22,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_text_get.c b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_text_get.c index 201561de5..739cbd7de 100644 --- a/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_text_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_string_scroll_wheel_text_get.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -98,7 +98,7 @@ GX_CHAR *month_wheel_value_format_4(GX_STRING_SCROLL_WHEEL *wheel, INT row) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_string_to_alphamap_no_output.c b/test/guix_test/regression_test/tests/validation_guix_string_to_alphamap_no_output.c index 3b1ff9c4f..f12f9ec30 100644 --- a/test/guix_test/regression_test/tests/validation_guix_string_to_alphamap_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_string_to_alphamap_no_output.c @@ -22,7 +22,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_32argb.c b/test/guix_test/regression_test/tests/validation_guix_synergy_32argb.c index 91142e589..a96045531 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_32argb.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_32argb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -81,7 +81,7 @@ int frame_id = 1; { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_32bpp_16bppdriver.c b/test/guix_test/regression_test/tests/validation_guix_synergy_32bpp_16bppdriver.c index f0a5c00e8..3c900cb80 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_32bpp_16bppdriver.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_32bpp_16bppdriver.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -74,7 +74,7 @@ int frame_id = 1; for(compressed_index = 0; compressed_index <(int)(sizeof(compressed_value)/sizeof(int)); compressed_index++) { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_16bpp.c index dee9712fa..4c5874ab3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -69,7 +69,7 @@ static int format_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -85,7 +85,7 @@ static VOID control_thread_entry(ULONG input) for(format_index = 0; format_index < (int)(sizeof(format_value)/sizeof(int)); format_index ++) { format = format_value[format_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_32bpp.c index d648fd0cb..74ae8f391 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_4444argb_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ int format_value[4] = {GX_PIXELMAP_ID_RED_APPLE,GX_PIXELMAP_ID_ICON_FOOT_ALPHA,G char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -79,7 +79,7 @@ static VOID control_thread_entry(ULONG input) for(format_index = 0 ; format_index <(int)(sizeof(format_value)/sizeof(int)); format_index++) { format = format_value[format_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_565rgb.c b/test/guix_test/regression_test/tests/validation_guix_synergy_565rgb.c index 33fae9fe9..a69846f0d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_565rgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_565rgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ static int compressed_value[] = {GX_TRUE, GX_FALSE}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -81,7 +81,7 @@ static VOID control_thread_entry(ULONG input) { compressed = compressed_value[compressed_index]; - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_16bpp.c b/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_16bpp.c index 9ae1019d2..94aa61034 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_16bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_16bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ int ypos_value[]={0, 270, 330}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -83,7 +83,7 @@ GX_EVENT my_event; my_event.gx_event_type = GX_EVENT_PEN_UP; gx_system_event_send(&my_event); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_32bpp.c index 1b2e7e935..b90e9a925 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_glyph_draw_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ int ypos_value[]={0, 260, 320}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -83,7 +83,7 @@ GX_EVENT my_event; my_event.gx_event_type = GX_EVENT_PEN_UP; gx_system_event_send(&my_event); - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_synergy_text_rotation.c b/test/guix_test/regression_test/tests/validation_guix_synergy_text_rotation.c index 20115d769..398cec4ba 100644 --- a/test/guix_test/regression_test/tests/validation_guix_synergy_text_rotation.c +++ b/test/guix_test/regression_test/tests/validation_guix_synergy_text_rotation.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ extern INT text_angle; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -73,7 +73,7 @@ int frame_id = 1; for(text_angle = 0; text_angle < 360; text_angle++) { - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_system_canvas_refresh.c b/test/guix_test/regression_test/tests/validation_guix_system_canvas_refresh.c index 6f8f29f44..70d134b7e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_canvas_refresh.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_canvas_refresh.c @@ -34,7 +34,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) static GX_CHAR test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_clipboard_put.c b/test/guix_test/regression_test/tests/validation_guix_system_clipboard_put.c index c86d83008..459576e82 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_clipboard_put.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_clipboard_put.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -67,7 +67,7 @@ VOID test_memory_free(VOID *mem) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_dirty_list_remove.c b/test/guix_test/regression_test/tests/validation_guix_system_dirty_list_remove.c index bde0899a3..7385924d9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_dirty_list_remove.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_dirty_list_remove.c @@ -34,7 +34,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) static GX_CHAR test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_event_dispatch_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_event_dispatch_no_output.c index 704e50ce6..47e2bc2ef 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_event_dispatch_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_event_dispatch_no_output.c @@ -23,7 +23,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_system_event_fold_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_event_fold_no_output.c index 4d791c391..aa26cb16f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_event_fold_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_event_fold_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ static UINT test_event_process(GX_WINDOW *window, GX_EVENT* event_ptr) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_event_fold_pen_drag_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_event_fold_pen_drag_no_output.c index 9c8cc2de4..d25ac298e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_event_fold_pen_drag_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_event_fold_pen_drag_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -55,7 +55,7 @@ static UINT test_event_process(GX_WINDOW *window, GX_EVENT* event_ptr) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_event_remove_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_event_remove_no_output.c index e79f6c4d5..a24b04365 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_event_remove_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_event_remove_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_focus_claim_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_focus_claim_no_output.c index acff9912e..fbdd22c80 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_focus_claim_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_focus_claim_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_free_view_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_free_view_get_no_output.c index 8d84b88d3..69a9e0969 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_free_view_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_free_view_get_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_lock_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_lock_no_output.c index 14cf04c2f..802a1fc25 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_lock_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_lock_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_no_output.c index 17fb1edc1..ab738b269 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_private_string.c b/test/guix_test/regression_test/tests/validation_guix_system_private_string.c index 9d162ddb3..3d6394daf 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_private_string.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_private_string.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -63,7 +63,7 @@ char test_string[]="123456789012345678901234567890123456789012345678901234567890 GX_UBYTE test_memory[TEST_MEMORY_SIZE]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_private_string_copy_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_private_string_copy_no_output.c index e1afdfcfa..baf5c1c81 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_private_string_copy_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_private_string_copy_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_private_string_delete_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_private_string_delete_no_output.c index 4f34c8727..988f29f1b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_private_string_delete_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_private_string_delete_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_private_string_list_copy.c b/test/guix_test/regression_test/tests/validation_guix_system_private_string_list_copy.c index e2365ef12..bcc87c9a2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_private_string_list_copy.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_private_string_list_copy.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -93,7 +93,7 @@ const char *test_string_list_2[12]= GX_UBYTE test_memory[TEST_MEMORY_SIZE]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_screen_stack.c b/test/guix_test/regression_test/tests/validation_guix_system_screen_stack.c index 09a968225..7ea28a19a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_screen_stack.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_screen_stack.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -89,7 +89,7 @@ TEST test_list[]={ }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_system_screen_stack_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_screen_stack_no_output.c index 2b806d64d..5fbf2742d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_screen_stack_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_screen_stack_no_output.c @@ -23,7 +23,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -32,7 +32,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -46,7 +46,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ #define SCREEN_STACK_SIZE 2 diff --git a/test/guix_test/regression_test/tests/validation_guix_system_string_width_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_string_width_get_no_output.c index dc3a7e44d..e72351514 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_string_width_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_string_width_get_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_thread_entry_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_thread_entry_no_output.c index 8244881f3..424cd5454 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_thread_entry_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_thread_entry_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_timer_update_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_timer_update_no_output.c index e19c2a374..a4cfb7232 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_timer_update_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_timer_update_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_version_string_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_version_string_get_no_output.c index a8ebc3500..de505c4a8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_version_string_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_version_string_get_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_system_view_fold_no_output.c b/test/guix_test/regression_test/tests/validation_guix_system_view_fold_no_output.c index 86f0729e5..f62a6d666 100644 --- a/test/guix_test/regression_test/tests/validation_guix_system_view_fold_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_system_view_fold_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -45,7 +45,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_template.c b/test/guix_test/regression_test/tests/validation_guix_template.c index fc0d932f7..129e8294f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_template.c +++ b/test/guix_test/regression_test/tests/validation_guix_template.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -56,7 +56,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_template.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_text_button_24xrgb.c b/test/guix_test/regression_test/tests/validation_guix_text_button_24xrgb.c index 78fb507f7..019a8e2de 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_button_24xrgb.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_button_24xrgb.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ static char test_text[]="test text"; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_text_button_event_process_no_output.c b/test/guix_test/regression_test/tests/validation_guix_text_button_event_process_no_output.c index fd10c77d5..4d485d978 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_button_event_process_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_button_event_process_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_text_button_text_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_text_button_text_get_no_output.c index 4aad2f6a6..050e36d38 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_button_text_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_button_text_get_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_text_button_text_set_no_output.c b/test/guix_test/regression_test/tests/validation_guix_text_button_text_set_no_output.c index f175bce09..3392378e0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_button_text_set_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_button_text_set_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_text_draw.c b/test/guix_test/regression_test/tests/validation_guix_text_draw.c index 381c87e49..6e497840c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_text_input_cursor_height_set.c b/test/guix_test/regression_test/tests/validation_guix_text_input_cursor_height_set.c index e67391d3c..88de5ca4f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_input_cursor_height_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_input_cursor_height_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[255]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_text_rotation.c b/test/guix_test/regression_test/tests/validation_guix_text_rotation.c index a200402c9..b122625d1 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_rotation.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_rotation.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ char test_comment[256]; GX_CONST GX_UBYTE utf8_text[10] = {0xe5, 0xa4, 0x9a, 0xe8, 0xa1, 0x8c, 0 }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { @@ -97,7 +97,7 @@ GX_WINDOW_ROOT *window_root = NULL; text_angle = angle + 360; } - /* Inform the validation system + /* Inform the validation system (1) Frame ID, which identifies a specific test configuration; (2) Start recording frame on the next toggle operation. */ diff --git a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_callback_set.c b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_callback_set.c index 9b486346f..79458e8d5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_callback_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_callback_set.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_draw_with_alpha.c b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_draw_with_alpha.c index ac1967e75..81a51bb2e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_draw_with_alpha.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_draw_with_alpha.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_event_process_no_output.c b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_event_process_no_output.c index 6cf1df521..4b4624052 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_event_process_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_event_process_no_output.c @@ -23,7 +23,7 @@ static VOID control_thread_entry(ULONG); VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_flat_draw.c b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_flat_draw.c index 2ee84c397..edbe91eee 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_flat_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_flat_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_round_draw.c b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_round_draw.c index fc0e6a091..f1af014ad 100644 --- a/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_round_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_text_scroll_wheel_round_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping.c b/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping.c index 078b570fc..b9587040b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping.c +++ b/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping_runtime.c b/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping_runtime.c index bd3f1005d..0bb982533 100644 --- a/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping_runtime.c +++ b/test/guix_test/regression_test/tests/validation_guix_thai_glyph_shaping_runtime.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_tree_view_event_process.c b/test/guix_test/regression_test/tests/validation_guix_tree_view_event_process.c index 7b6e108e2..e5266cd6a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_tree_view_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_tree_view_event_process.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_tree_view_position.c b/test/guix_test/regression_test/tests/validation_guix_tree_view_position.c index 90c92d47e..bde074783 100644 --- a/test/guix_test/regression_test/tests/validation_guix_tree_view_position.c +++ b/test/guix_test/regression_test/tests/validation_guix_tree_view_position.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_tree_view_root_pixelmap_set.c b/test/guix_test/regression_test/tests/validation_guix_tree_view_root_pixelmap_set.c index e8223287d..14c9ce34d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_tree_view_root_pixelmap_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_tree_view_root_pixelmap_set.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_tree_view_scroll.c b/test/guix_test/regression_test/tests/validation_guix_tree_view_scroll.c index 5c5bef54e..44fd4b9ab 100644 --- a/test/guix_test/regression_test/tests/validation_guix_tree_view_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_tree_view_scroll.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_tree_view_selected_set.c b/test/guix_test/regression_test/tests/validation_guix_tree_view_selected_set.c index ee0b044e5..0630106ff 100644 --- a/test/guix_test/regression_test/tests/validation_guix_tree_view_selected_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_tree_view_selected_set.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_tree_view_show_event_process.c b/test/guix_test/regression_test/tests/validation_guix_tree_view_show_event_process.c index f1cbf48be..b15ba8411 100644 --- a/test/guix_test/regression_test/tests/validation_guix_tree_view_show_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_tree_view_show_event_process.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_resize.c index 97e8eb797..b9aaa50c3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_resize.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -76,7 +76,7 @@ GX_COLOR test_memory_20000[TEST_MEMORY_SIZE_20000]; GX_COLOR test_memory_31000[TEST_MEMORY_SIZE_31000]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_rotate.c index aa47b5e86..42739fa48 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_1555xrgb_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -105,7 +105,7 @@ GX_RECTANGLE win_size; } } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_resize.c index 0f3e82602..285f567dd 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_resize.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -65,7 +65,7 @@ GX_COLOR test_memory_20000[TEST_MEMORY_SIZE_20000]; GX_COLOR test_memory_60000[TEST_MEMORY_SIZE_60000]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_rotate.c index b575a08ff..0c34c441a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_16bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -113,7 +113,7 @@ GX_RECTANGLE win_size; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_resize.c index 796cab32c..1efa889d8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_resize.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ VOID test_free(VOID *mem) return; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_rotate.c index f0179b097..46ca03705 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -105,7 +105,7 @@ GX_RECTANGLE win_size; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_string_to_alphamap.c b/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_string_to_alphamap.c index 9b04f8b87..3d712f272 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_string_to_alphamap.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_1bpp_string_to_alphamap.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ int ypos; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_32argb_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_32argb_pixelmap_resize.c index b53c79673..566787126 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_32argb_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_32argb_pixelmap_resize.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -68,7 +68,7 @@ VOID test_free(VOID *mem) return; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_32bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_32bpp_pixelmap_rotate.c index 1089d00ee..15808b412 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_32bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_32bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -105,7 +105,7 @@ GX_RECTANGLE win_size; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_resize.c index c438adecd..ba77aad6c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_resize.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -77,7 +77,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_rotate.c index 7fec560f6..e234549bb 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_332rgb_pixelmap_rotate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -107,7 +107,7 @@ GX_RECTANGLE win_size; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_resize.c index 910f64371..105f34868 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_resize.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_rotate.c index 409c7efcb..9b2cfbd54 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_4444argb_pixelmap_rotate.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -103,7 +103,7 @@ GX_RECTANGLE win_size; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_resize.c b/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_resize.c index 2571221da..b17e476d0 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_resize.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_resize.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -79,7 +79,7 @@ extern float y_ratio; extern GX_RESOURCE_ID resize_pixelmap_id; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_rotate.c index 14f5ff953..cadf9c4c3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_4bpp_pixelmap_rotate.c @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -111,7 +111,7 @@ GX_RECTANGLE win_size; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_8bpp_pixelmap_rotate.c b/test/guix_test/regression_test/tests/validation_guix_utility_8bpp_pixelmap_rotate.c index 16686d94c..502927f7e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_8bpp_pixelmap_rotate.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_8bpp_pixelmap_rotate.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -101,7 +101,7 @@ GX_RECTANGLE win_size; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_1555xrgb_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_1555xrgb_no_output.c index 94827dca8..f15a9bf9b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_1555xrgb_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_1555xrgb_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -49,7 +49,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_16bpp_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_16bpp_no_output.c index 78fe2bb24..52daf642c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_16bpp_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_16bpp_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -49,7 +49,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_32bpp_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_32bpp_no_output.c index a5c8bf930..a27be0aa6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_32bpp_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_32bpp_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -49,7 +49,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_332rgb_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_332rgb_no_output.c index c7896e818..4fff6d8ba 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_332rgb_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_332rgb_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -50,7 +50,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4444argb_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4444argb_no_output.c index 7cd5ca93f..f134b5536 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4444argb_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4444argb_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -49,7 +49,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4bpp_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4bpp_no_output.c index 9cb088592..65cbaa975 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4bpp_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_4bpp_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } @@ -49,7 +49,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_8bit_palette_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_8bit_palette_no_output.c index 5a44a35f9..ad5f9b322 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_8bit_palette_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_8bit_palette_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -50,7 +50,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_monochrome_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_monochrome_no_output.c index c071b7528..153cf2696 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_monochrome_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_canvas_to_bmp_monochrome_no_output.c @@ -22,7 +22,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -31,7 +31,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -51,7 +51,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_math_sqrt_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_math_sqrt_no_output.c index d9aaaa7c2..881e94428 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_math_sqrt_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_math_sqrt_no_output.c @@ -23,12 +23,12 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -43,7 +43,7 @@ VOID tx_application_define(void *first_unused_memory) /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_no_output.c b/test/guix_test/regression_test/tests/validation_guix_utility_no_output.c index 95def41a3..da1e5f53d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_no_output.c @@ -23,7 +23,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_application_define(first_unused_memory); @@ -32,7 +32,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -46,7 +46,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_screenshot_to_bitmap_32bpp.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ GX_CONST GX_CHAR text_short[] = "short"; diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_string_to_alphamap.c b/test/guix_test/regression_test/tests/validation_guix_utility_string_to_alphamap.c index addb3f551..91c1db239 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_string_to_alphamap.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_string_to_alphamap.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ void test_window_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_utility_utf8_string_character.c b/test/guix_test/regression_test/tests/validation_guix_utility_utf8_string_character.c index f55298b59..cd9522f22 100644 --- a/test/guix_test/regression_test/tests/validation_guix_utility_utf8_string_character.c +++ b/test/guix_test/regression_test/tests/validation_guix_utility_utf8_string_character.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -70,7 +70,7 @@ GX_CHAR **language_table[1] = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_animation.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_animation.c index ce1015940..ce743bd5f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_animation.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -113,7 +113,7 @@ GX_TIMER *found; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_child_height.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_child_height.c index 989b8ec6b..1767e0ee3 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_child_height.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_child_height.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -57,7 +57,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_vertical_list_32bpp.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_drag.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_drag.c index c826ccee2..86d128199 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_drag.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_drag.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ char test_comment[256]; #define YPOS_2 150 /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_event_process.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_event_process.c index 3f07e830f..4b925eb17 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_event_process.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_event_process.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_page_index_set.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_page_index_set.c index a3fcc7d8a..5bec35380 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_page_index_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_page_index_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -61,7 +61,7 @@ int index_list[]={18,26,1,10,0,5,7,0,15,25,19}; char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll.c index 860c5d394..cfe382d5f 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -78,7 +78,7 @@ TEST test_list[]={ char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll_with_large_value.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll_with_large_value.c index 9a2a57e00..18737ed55 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll_with_large_value.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_scroll_with_large_value.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -96,7 +96,7 @@ GX_EVENT my_event; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_select.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_select.c index 8e6a009cc..a0338779c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_select.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_select.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -64,7 +64,7 @@ char test_comment[256]; #define ITEM_3_Y 438 /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_selected_set.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_selected_set.c index bc781feb7..2cd3089ce 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_selected_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_selected_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -82,7 +82,7 @@ GX_EVENT my_event; } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_set_32bpp.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_set_32bpp.c index 32c9bc538..dece35802 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_set_32bpp.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_set_32bpp.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -62,7 +62,7 @@ GX_POINT remove_button_point = {500, 395}; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_total_rows_set.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_total_rows_set.c index e2a47f139..146c7c696 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_total_rows_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_total_rows_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ static void select_row(int row) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap.c index 091de6e74..fee64daf8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap_1.c b/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap_1.c index 8cf8a30de..ad0386097 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap_1.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_list_wrap_1.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -60,7 +60,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation.c b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation.c index fd8263da9..33b19f7ad 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -99,7 +99,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR test_comments[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_block_move.c b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_block_move.c index 955e90137..e4d5c369d 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_block_move.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -97,7 +97,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR *test_comments[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_canvas.c b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_canvas.c index 59ef42048..3ec5943b9 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_canvas.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_canvas.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -97,7 +97,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR *test_comments[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_easing_func.c b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_easing_func.c index dee720a1c..772cf3ecc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_easing_func.c +++ b/test/guix_test/regression_test/tests/validation_guix_vertical_screen_drag_animation_with_easing_func.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -80,7 +80,7 @@ TX_SEMAPHORE semaphore_memory; GX_CHAR *test_comments[1]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_back_attach.c b/test/guix_test/regression_test/tests/validation_guix_widget_back_attach.c index 3f4564c8e..05a7688dc 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_back_attach.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_back_attach.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_back_link.c b/test/guix_test/regression_test/tests/validation_guix_widget_back_link.c index 2e2bdbd9c..7949ba44e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_back_link.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_back_link.c @@ -36,7 +36,7 @@ VOID tx_application_define(void *first_unused_memory) /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ GX_WIDGET *list[] = }; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_back_move.c b/test/guix_test/regression_test/tests/validation_guix_widget_back_move.c index a92234fa1..a5b4c33a2 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_back_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_back_move.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_block_move.c b/test/guix_test/regression_test/tests/validation_guix_widget_block_move.c index 2592a669d..8a1697569 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_block_move.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_block_move.c @@ -34,7 +34,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -58,7 +58,7 @@ VOID tx_application_define(void *first_unused_memory) static GX_CHAR test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_border_draw.c b/test/guix_test/regression_test/tests/validation_guix_widget_border_draw.c index f39737a06..8cb7f9cad 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_border_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_border_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_canvas_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_canvas_get_no_output.c index d125eec6a..dce7f0a76 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_canvas_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_canvas_get_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_child_focus_assign_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_child_focus_assign_no_output.c index d4350b17d..bd667503c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_child_focus_assign_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_child_focus_assign_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_children_draw.c b/test/guix_test/regression_test/tests/validation_guix_widget_children_draw.c index 5a26fc34a..b5dca7a02 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_children_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_children_draw.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_delete_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_delete_no_output.c index 78789b4da..a00ed711b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_delete_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_delete_no_output.c @@ -24,7 +24,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_find_demo_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_find_demo_no_output.c index 15b6c8ebf..f512c824a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_find_demo_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_find_demo_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_find_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_find_no_output.c index 4fa321e6b..b8e3f09a8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_find_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_find_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_font_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_font_get_no_output.c index 70623c00c..6f040f54e 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_font_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_font_get_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_link.c b/test/guix_test/regression_test/tests/validation_guix_widget_link.c index b928b415b..522fc0635 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_link.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_link.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_no_output.c index 66fad2672..91ebb37b5 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_pixelmap_get.c b/test/guix_test/regression_test/tests/validation_guix_widget_pixelmap_get.c index ba4390175..c8bcb7e68 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_pixelmap_get.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_pixelmap_get.c @@ -34,7 +34,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -72,7 +72,7 @@ VOID sprite_screen_draw(GX_WINDOW *window) static GX_CHAR test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_scroll_shift.c b/test/guix_test/regression_test/tests/validation_guix_widget_scroll_shift.c index a70ab1634..1da8d0671 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_scroll_shift.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_scroll_shift.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_string_get_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_string_get_no_output.c index 4b3948bf0..0baf3c206 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_string_get_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_string_get_no_output.c @@ -28,7 +28,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_style_set.c b/test/guix_test/regression_test/tests/validation_guix_widget_style_set.c index f5ddb0c52..265cda251 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_style_set.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_style_set.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_text_blend_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_text_blend_no_output.c index 8c1624352..a3e844dc8 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_text_blend_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_text_blend_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_text_draw.c b/test/guix_test/regression_test/tests/validation_guix_widget_text_draw.c index a6dfbf559..b5bb1e301 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_text_draw.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_text_draw.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -90,7 +90,7 @@ static void test_widget_text_id_draw(GX_WINDOW *window) } /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_widget_transparent_pixelmap_detect_no_output.c b/test/guix_test/regression_test/tests/validation_guix_widget_transparent_pixelmap_detect_no_output.c index 2bdca9441..52f5ba71a 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widget_transparent_pixelmap_detect_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_widget_transparent_pixelmap_detect_no_output.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_widgets_with_private_string.c b/test/guix_test/regression_test/tests/validation_guix_widgets_with_private_string.c index 175ff9280..3ff5f3ea6 100644 --- a/test/guix_test/regression_test/tests/validation_guix_widgets_with_private_string.c +++ b/test/guix_test/regression_test/tests/validation_guix_widgets_with_private_string.c @@ -33,7 +33,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_window_client_scroll.c b/test/guix_test/regression_test/tests/validation_guix_window_client_scroll.c index 5642bbf5d..00d7c4256 100644 --- a/test/guix_test/regression_test/tests/validation_guix_window_client_scroll.c +++ b/test/guix_test/regression_test/tests/validation_guix_window_client_scroll.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the scrollbar drawing example. These operations simulate + on the scrollbar drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -59,7 +59,7 @@ VOID tx_application_define(void *first_unused_memory) char test_comment[256]; /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_window_client_scroll_api.c b/test/guix_test/regression_test/tests/validation_guix_window_client_scroll_api.c index c9701b7a1..6cc516c94 100644 --- a/test/guix_test/regression_test/tests/validation_guix_window_client_scroll_api.c +++ b/test/guix_test/regression_test/tests/validation_guix_window_client_scroll_api.c @@ -27,7 +27,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); @@ -56,7 +56,7 @@ VOID tx_application_define(void *first_unused_memory) #include "demo_guix_all_widgets.c" /* This thread simulates user input. Its priority is lower - than the GUIX thread, so that GUIX finishes an operation + than the GUIX thread, so that GUIX finishes an operation before this thread is able to issue the next command. */ static VOID control_thread_entry(ULONG input) { diff --git a/test/guix_test/regression_test/tests/validation_guix_window_event_process_no_output.c b/test/guix_test/regression_test/tests/validation_guix_window_event_process_no_output.c index 7888a2127..5982de35c 100644 --- a/test/guix_test/regression_test/tests/validation_guix_window_event_process_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_window_event_process_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/tests/validation_guix_window_execute.c b/test/guix_test/regression_test/tests/validation_guix_window_execute.c index fce59a25f..003088b3b 100644 --- a/test/guix_test/regression_test/tests/validation_guix_window_execute.c +++ b/test/guix_test/regression_test/tests/validation_guix_window_execute.c @@ -30,7 +30,7 @@ VOID tx_application_define(void *first_unused_memory) { /* Create a dedicated thread to perform various operations - on the line drawing example. These operations simulate + on the line drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); diff --git a/test/guix_test/regression_test/tests/validation_guix_window_no_output.c b/test/guix_test/regression_test/tests/validation_guix_window_no_output.c index e20e3bdc1..7c1522b48 100644 --- a/test/guix_test/regression_test/tests/validation_guix_window_no_output.c +++ b/test/guix_test/regression_test/tests/validation_guix_window_no_output.c @@ -29,7 +29,7 @@ VOID tx_application_define(void *first_unused_memory) gx_validation_watchdog_create(100); /* Create a dedicated thread to perform various operations - on the pixelmap drawing example. These operations simulate + on the pixelmap drawing example. These operations simulate user input. */ gx_validation_control_thread_create(control_thread_entry); } diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c index b2ba721d6..869260439 100644 --- a/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c +++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_16bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c index f6b608e1f..c2d7d36f1 100644 --- a/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c +++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_1bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c index 2bb2848e1..726676f68 100644 --- a/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c +++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_32bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c index 7564e7a77..7e942adfa 100644 --- a/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c +++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_4bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c b/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c index b58b4a837..8cfbfb4ef 100644 --- a/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c +++ b/test/guix_test/regression_test/utility/gx_validation_display_driver_8bpp.c @@ -1,10 +1,11 @@ /*************************************************************************** - * Copyright (c) 2024 Microsoft Corporation - * + * Copyright (c) 2024 Microsoft Corporation + * Copyright (c) 2026-present Eclipse ThreadX contributors + * * This program and the accompanying materials are made available under the * terms of the MIT License which is available at * https://opensource.org/licenses/MIT. - * + * * SPDX-License-Identifier: MIT **************************************************************************/ diff --git a/test/guix_test/regression_test/utility/gx_validation_utility.h b/test/guix_test/regression_test/utility/gx_validation_utility.h index b226f378b..23f1b2dfc 100644 --- a/test/guix_test/regression_test/utility/gx_validation_utility.h +++ b/test/guix_test/regression_test/utility/gx_validation_utility.h @@ -31,7 +31,7 @@ VOID gx_validation_application_define(void *); void gx_validation_setup(int argc, char **argv); -/* gx_validation_create_output_file is called from the validation driver toggle routine +/* gx_validation_create_output_file is called from the validation driver toggle routine to create the output file, and to record the color depth, width, height */ int gx_validation_create_output_file(char *color_depth, int width, int height); @@ -42,7 +42,7 @@ int gx_validation_create_frame_buffer(int frame_size); /* gx_validation_write_frame_write is called from the validation driver toggle routine */ void gx_validation_write_frame_buffer(void); -/* gx_validation_validate_data_frame is called from the frame work to validate the output. +/* gx_validation_validate_data_frame is called from the frame work to validate the output. It also indicates the beginning of a frame. */ int gx_validation_validate_data_frame(char *golden_file, char *test_output); diff --git a/tutorials/demo_guix_binres/demo_guix_binres.c b/tutorials/demo_guix_binres/demo_guix_binres.c index a7dfbc044..12446a7ca 100644 --- a/tutorials/demo_guix_binres/demo_guix_binres.c +++ b/tutorials/demo_guix_binres/demo_guix_binres.c @@ -75,7 +75,7 @@ UINT load_language_count(GX_UBYTE *root_address, GX_VALUE *put_count); #ifdef STM32F439xx /** * @brief System Clock Configuration - * The system Clock is configured as follow : + * The system Clock is configured as follow : * System Clock source = PLL (HSE) * SYSCLK(Hz) = 180000000 * HCLK(Hz) = 180000000 @@ -101,8 +101,8 @@ static void SystemClock_Config(void) /* Enable Power Control clock */ __HAL_RCC_PWR_CLK_ENABLE(); - /* The voltage scaling allows optimizing the power consumption when the device is - clocked below the maximum system frequency, to update the voltage scaling value + /* The voltage scaling allows optimizing the power consumption when the device is + clocked below the maximum system frequency, to update the voltage scaling value regarding system frequency refer to product datasheet. */ __HAL_PWR_VOLTAGESCALING_CONFIG(PWR_REGULATOR_VOLTAGE_SCALE1); @@ -120,7 +120,7 @@ static void SystemClock_Config(void) /* Activate the Over-Drive mode */ HAL_PWREx_EnableOverDrive(); - /* Select PLL as system clock source and configure the HCLK, PCLK1 and PCLK2 + /* Select PLL as system clock source and configure the HCLK, PCLK1 and PCLK2 clocks dividers */ RCC_ClkInitStruct.ClockType = (RCC_CLOCKTYPE_SYSCLK | RCC_CLOCKTYPE_HCLK | RCC_CLOCKTYPE_PCLK1 | RCC_CLOCKTYPE_PCLK2); RCC_ClkInitStruct.SYSCLKSource = RCC_SYSCLKSOURCE_PLLCLK; @@ -304,9 +304,9 @@ VOID *load_binary_resource_data_to_ram() { UCHAR *address = GX_NULL; - /* If generated resource is stored in a FAT filesystem, it must be + /* If generated resource is stored in a FAT filesystem, it must be loaded into memory before it can be used. This memory could be - RAM or FLASH, but for the purpose of this example will simply + RAM or FLASH, but for the purpose of this example will simply read the file to RAM. */ FILE *p_file; size_t total_length; diff --git a/tutorials/demo_guix_runtime_bidi_text/demo_guix_runtime_bidi_text.c b/tutorials/demo_guix_runtime_bidi_text/demo_guix_runtime_bidi_text.c index 5ee44b8f8..2c6bb48d6 100644 --- a/tutorials/demo_guix_runtime_bidi_text/demo_guix_runtime_bidi_text.c +++ b/tutorials/demo_guix_runtime_bidi_text/demo_guix_runtime_bidi_text.c @@ -135,7 +135,7 @@ VOID window_draw(GX_WINDOW *window) { #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) /* This is an example to draw bidi text to canvas. - + If you are using a text widget for displaying bidi text, the following process is not needed, the text widget handles everything for you. */ diff --git a/tutorials/demo_guix_transitions/demo_guix_transitions.c b/tutorials/demo_guix_transitions/demo_guix_transitions.c index 8b673332c..d46614f01 100644 --- a/tutorials/demo_guix_transitions/demo_guix_transitions.c +++ b/tutorials/demo_guix_transitions/demo_guix_transitions.c @@ -3,7 +3,7 @@ This demonstration illustrates how to implement slide and fade transtions when moving from screen to screen. - Actually, the work of doing most of the transitions can be done using just + Actually, the work of doing most of the transitions can be done using just the GUIX Studio screen flow diagram, which generates the logic to implement slide and fade screen transitions for you. However, for the purpose of a tutorial, we have implemented the slide-in slide-out animations of the settings window in the application logic, and change the slide @@ -215,7 +215,7 @@ GX_WIDGET *frame; } -/* Event handler for the background window. Initializes the photo-drag +/* Event handler for the background window. Initializes the photo-drag animation, and catches the "Settings" button push. */ UINT BackgroundWinEventProcess(GX_WINDOW *window, GX_EVENT *event_ptr) diff --git a/tutorials/demo_guix_widget_animation/demo_guix_widget_animation.c b/tutorials/demo_guix_widget_animation/demo_guix_widget_animation.c index a5dc76a14..9ea494b6d 100644 --- a/tutorials/demo_guix_widget_animation/demo_guix_widget_animation.c +++ b/tutorials/demo_guix_widget_animation/demo_guix_widget_animation.c @@ -40,7 +40,7 @@ USHORT easing_function_id = 0; GX_BOOL animation_back = GX_FALSE; /* Define easing functions. */ -/* Would it be difficult to draw the easing function graphi instead of +/* Would it be difficult to draw the easing function graphi instead of using pre-defined pixelmaps for each shape? */ GX_CONST EASING_FUNCTION_DATA easing_function_list[] = {