From 29c039e237c3fbf42d295f8f24dd191ee722de2f Mon Sep 17 00:00:00 2001 From: Scott Larson Date: Fri, 9 Oct 2020 12:25:43 -0700 Subject: [PATCH] 6.1 Release --- LICENSED-HARDWARE.txt | 2 +- README.md | 9 +- common/CMakeLists.txt | 20 + common/inc/gx_animation.h | 4 +- common/inc/gx_api.h | 195 +++++-- common/inc/gx_binres_loader.h | 6 +- common/inc/gx_button.h | 6 +- common/inc/gx_canvas.h | 4 +- common/inc/gx_circular_gauge.h | 4 +- common/inc/gx_context.h | 4 +- common/inc/gx_display.h | 4 +- common/inc/gx_drop_list.h | 4 +- common/inc/gx_icon.h | 4 +- common/inc/gx_image_reader.h | 4 +- common/inc/gx_line_chart.h | 4 +- common/inc/gx_menu.h | 4 +- common/inc/gx_multi_line_text_input.h | 4 +- common/inc/gx_multi_line_text_view.h | 15 +- common/inc/gx_numeric_pixelmap_prompt.h | 4 +- common/inc/gx_numeric_prompt.h | 4 +- common/inc/gx_pixelmap_prompt.h | 4 +- common/inc/gx_progress_bar.h | 4 +- common/inc/gx_prompt.h | 6 +- common/inc/gx_radial_progress_bar.h | 4 +- common/inc/gx_radial_slider.h | 4 +- common/inc/gx_rich_text_view.h | 96 +++ common/inc/gx_screen_stack.h | 4 +- common/inc/gx_scroll_wheel.h | 11 +- common/inc/gx_scrollbar.h | 4 +- common/inc/gx_single_line_text_input.h | 4 +- common/inc/gx_slider.h | 4 +- common/inc/gx_sprite.h | 4 +- common/inc/gx_system.h | 18 +- common/inc/gx_system_rtos_bind.h | 4 +- common/inc/gx_text_input_cursor.h | 4 +- common/inc/gx_tree_view.h | 4 +- common/inc/gx_user_sample.h | 4 +- common/inc/gx_utility.h | 17 +- common/inc/gx_widget.h | 4 +- common/inc/gx_window.h | 4 +- common/src/gx_accordion_menu_create.c | 4 +- common/src/gx_accordion_menu_draw.c | 4 +- common/src/gx_accordion_menu_event_process.c | 28 +- common/src/gx_accordion_menu_position.c | 8 +- common/src/gx_animation_canvas_define.c | 4 +- common/src/gx_animation_complete.c | 8 +- common/src/gx_animation_create.c | 4 +- common/src/gx_animation_drag_disable.c | 4 +- common/src/gx_animation_drag_enable.c | 4 +- common/src/gx_animation_drag_event_process.c | 8 +- common/src/gx_animation_drag_tracking.c | 4 +- common/src/gx_animation_drag_tracking_start.c | 4 +- common/src/gx_animation_landing_speed_set.c | 4 +- common/src/gx_animation_slide_landing.c | 4 +- common/src/gx_animation_slide_landing_start.c | 4 +- common/src/gx_animation_start.c | 4 +- common/src/gx_animation_stop.c | 4 +- common/src/gx_animation_update.c | 4 +- common/src/gx_binres_language_count_get.c | 4 +- common/src/gx_binres_language_info_load.c | 4 +- common/src/gx_binres_language_table_load.c | 32 +- common/src/gx_binres_theme_load.c | 94 +-- common/src/gx_brush_default.c | 4 +- common/src/gx_brush_define.c | 4 +- common/src/gx_button_background_draw.c | 4 +- common/src/gx_button_create.c | 9 +- common/src/gx_button_deselect.c | 4 +- common/src/gx_button_draw.c | 4 +- common/src/gx_button_event_process.c | 4 +- common/src/gx_button_select.c | 4 +- common/src/gx_button_siblings_deselect.c | 4 +- common/src/gx_canvas_alpha_set.c | 4 +- common/src/gx_canvas_arc_draw.c | 4 +- common/src/gx_canvas_block_move.c | 4 +- common/src/gx_canvas_circle_draw.c | 4 +- common/src/gx_canvas_composite_create.c | 4 +- common/src/gx_canvas_create.c | 4 +- common/src/gx_canvas_delete.c | 4 +- common/src/gx_canvas_dirty_mark.c | 4 +- common/src/gx_canvas_drawing_complete.c | 4 +- common/src/gx_canvas_drawing_initiate.c | 4 +- common/src/gx_canvas_ellipse_draw.c | 4 +- common/src/gx_canvas_glyphs_draw.c | 16 +- common/src/gx_canvas_hardware_layer_bind.c | 4 +- common/src/gx_canvas_hide.c | 4 +- common/src/gx_canvas_line_draw.c | 4 +- common/src/gx_canvas_memory_define.c | 4 +- common/src/gx_canvas_mouse_define.c | 4 +- common/src/gx_canvas_mouse_hide.c | 4 +- common/src/gx_canvas_mouse_show.c | 4 +- common/src/gx_canvas_offset_set.c | 4 +- common/src/gx_canvas_pie_draw.c | 4 +- common/src/gx_canvas_pixel_draw.c | 4 +- common/src/gx_canvas_pixelmap_blend.c | 4 +- common/src/gx_canvas_pixelmap_draw.c | 4 +- common/src/gx_canvas_pixelmap_get.c | 4 +- common/src/gx_canvas_pixelmap_rotate.c | 8 +- common/src/gx_canvas_pixelmap_tile.c | 4 +- common/src/gx_canvas_polygon_draw.c | 4 +- common/src/gx_canvas_rectangle_draw.c | 8 +- common/src/gx_canvas_rotated_text_draw.c | 8 +- common/src/gx_canvas_shift.c | 4 +- common/src/gx_canvas_show.c | 4 +- common/src/gx_canvas_text_draw.c | 11 +- common/src/gx_checkbox_create.c | 7 +- common/src/gx_checkbox_draw.c | 37 +- common/src/gx_checkbox_event_process.c | 8 +- common/src/gx_checkbox_pixelmap_set.c | 4 +- common/src/gx_checkbox_select.c | 4 +- common/src/gx_circular_gauge_angle_get.c | 4 +- ...circular_gauge_angle_increment_calculate.c | 4 +- common/src/gx_circular_gauge_angle_set.c | 4 +- common/src/gx_circular_gauge_animation_set.c | 4 +- .../src/gx_circular_gauge_background_draw.c | 4 +- common/src/gx_circular_gauge_create.c | 4 +- common/src/gx_circular_gauge_draw.c | 4 +- common/src/gx_circular_gauge_event_process.c | 4 +- .../src/gx_circular_gauge_needle_dirty_mark.c | 4 +- ...ircular_gauge_needle_rectangle_calculate.c | 4 +- common/src/gx_circular_gauge_needle_rotate.c | 4 +- common/src/gx_context_brush_default.c | 4 +- common/src/gx_context_brush_define.c | 4 +- common/src/gx_context_brush_get.c | 4 +- common/src/gx_context_brush_pattern_set.c | 4 +- common/src/gx_context_brush_set.c | 4 +- common/src/gx_context_brush_style_set.c | 4 +- common/src/gx_context_brush_width_set.c | 4 +- common/src/gx_context_color_get.c | 4 +- common/src/gx_context_fill_color_set.c | 4 +- common/src/gx_context_font_get.c | 4 +- common/src/gx_context_font_set.c | 4 +- common/src/gx_context_line_color_set.c | 4 +- common/src/gx_context_pixelmap_get.c | 4 +- common/src/gx_context_pixelmap_set.c | 4 +- common/src/gx_context_raw_brush_define.c | 4 +- common/src/gx_context_raw_fill_color_set.c | 4 +- common/src/gx_context_raw_line_color_set.c | 4 +- common/src/gx_context_string_get.c | 8 +- common/src/gx_display_active_language_set.c | 4 +- common/src/gx_display_canvas_dirty.c | 4 +- common/src/gx_display_color_set.c | 4 +- common/src/gx_display_color_table_set.c | 4 +- common/src/gx_display_create.c | 4 +- common/src/gx_display_delete.c | 4 +- .../gx_display_driver_1555xrgb_canvas_blend.c | 4 +- .../gx_display_driver_1555xrgb_jpeg_draw.c | 12 +- ...display_driver_1555xrgb_native_color_get.c | 4 +- .../gx_display_driver_1555xrgb_pixel_blend.c | 4 +- ..._display_driver_1555xrgb_pixelmap_rotate.c | 12 +- .../src/gx_display_driver_1555xrgb_png_draw.c | 4 +- common/src/gx_display_driver_1555xrgb_setup.c | 4 +- .../src/gx_display_driver_16bpp_block_move.c | 4 +- .../src/gx_display_driver_16bpp_canvas_copy.c | 6 +- ...isplay_driver_16bpp_horizontal_line_draw.c | 4 +- ...river_16bpp_horizontal_pattern_line_draw.c | 4 +- .../gx_display_driver_16bpp_mouse_capture.c | 4 +- .../gx_display_driver_16bpp_mouse_restore.c | 4 +- .../src/gx_display_driver_16bpp_pixel_write.c | 4 +- .../gx_display_driver_16bpp_pixelmap_blend.c | 36 +- .../gx_display_driver_16bpp_pixelmap_draw.c | 48 +- .../gx_display_driver_16bpp_pixelmap_rotate.c | 22 +- .../gx_display_driver_16bpp_row_pitch_get.c | 4 +- ...gx_display_driver_16bpp_simple_line_draw.c | 4 +- ..._display_driver_16bpp_vertical_line_draw.c | 4 +- ..._driver_16bpp_vertical_pattern_line_draw.c | 4 +- .../src/gx_display_driver_1bpp_block_move.c | 4 +- .../src/gx_display_driver_1bpp_canvas_copy.c | 4 +- .../gx_display_driver_1bpp_glyph_1bpp_draw.c | 4 +- ...display_driver_1bpp_horizontal_line_draw.c | 4 +- ...driver_1bpp_horizontal_pattern_line_draw.c | 4 +- ...river_1bpp_horizontal_pixelmap_line_draw.c | 20 +- .../gx_display_driver_1bpp_mouse_capture.c | 4 +- .../gx_display_driver_1bpp_mouse_restore.c | 4 +- .../gx_display_driver_1bpp_native_color_get.c | 4 +- .../src/gx_display_driver_1bpp_pixel_write.c | 4 +- .../gx_display_driver_1bpp_pixelmap_draw.c | 20 +- .../gx_display_driver_1bpp_pixelmap_rotate.c | 20 +- .../gx_display_driver_1bpp_row_pitch_get.c | 4 +- .../gx_display_driver_1bpp_simple_line_draw.c | 4 +- ...x_display_driver_1bpp_vertical_line_draw.c | 4 +- ...y_driver_1bpp_vertical_pattern_line_draw.c | 4 +- .../gx_display_driver_24xrgb_canvas_blend.c | 4 +- .../src/gx_display_driver_24xrgb_jpeg_draw.c | 12 +- .../gx_display_driver_24xrgb_mouse_capture.c | 4 +- .../gx_display_driver_24xrgb_mouse_restore.c | 4 +- ...x_display_driver_24xrgb_native_color_get.c | 4 +- .../gx_display_driver_24xrgb_pixel_blend.c | 4 +- .../gx_display_driver_24xrgb_pixelmap_blend.c | 32 +- .../src/gx_display_driver_24xrgb_png_draw.c | 4 +- common/src/gx_display_driver_24xrgb_setup.c | 4 +- ...x_display_driver_32argb_native_color_get.c | 4 +- .../gx_display_driver_32argb_pixel_blend.c | 4 +- .../gx_display_driver_32argb_pixelmap_blend.c | 12 +- .../gx_display_driver_32argb_pixelmap_draw.c | 20 +- common/src/gx_display_driver_32argb_setup.c | 4 +- .../src/gx_display_driver_32bpp_block_move.c | 4 +- .../src/gx_display_driver_32bpp_canvas_copy.c | 6 +- .../gx_display_driver_32bpp_glyph_1bit_draw.c | 4 +- ...isplay_driver_32bpp_horizontal_line_draw.c | 4 +- ...river_32bpp_horizontal_pattern_line_draw.c | 4 +- ...iver_32bpp_horizontal_pixelmap_line_draw.c | 36 +- .../src/gx_display_driver_32bpp_pixel_write.c | 4 +- .../gx_display_driver_32bpp_pixelmap_draw.c | 60 +- .../gx_display_driver_32bpp_pixelmap_rotate.c | 16 +- .../gx_display_driver_32bpp_row_pitch_get.c | 4 +- ...gx_display_driver_32bpp_simple_line_draw.c | 4 +- ..._display_driver_32bpp_vertical_line_draw.c | 4 +- ..._driver_32bpp_vertical_pattern_line_draw.c | 4 +- ...x_display_driver_332rgb_native_color_get.c | 4 +- .../gx_display_driver_332rgb_pixel_blend.c | 4 +- .../gx_display_driver_332rgb_pixelmap_draw.c | 20 +- ...gx_display_driver_332rgb_pixelmap_rotate.c | 16 +- common/src/gx_display_driver_332rgb_setup.c | 4 +- .../gx_display_driver_4444argb_canvas_blend.c | 4 +- ...r_4444argb_horizontal_pixelmap_line_draw.c | 36 +- ...display_driver_4444argb_native_color_get.c | 4 +- .../gx_display_driver_4444argb_pixel_blend.c | 4 +- ...gx_display_driver_4444argb_pixelmap_draw.c | 20 +- ..._display_driver_4444argb_pixelmap_rotate.c | 12 +- common/src/gx_display_driver_4444argb_setup.c | 4 +- .../src/gx_display_driver_4bpp_block_move.c | 4 +- .../src/gx_display_driver_4bpp_canvas_copy.c | 4 +- .../gx_display_driver_4bpp_glyph_1bit_draw.c | 4 +- .../gx_display_driver_4bpp_glyph_4bit_draw.c | 4 +- .../gx_display_driver_4bpp_grayscale_setup.c | 4 +- ...display_driver_4bpp_horizontal_line_draw.c | 4 +- ...driver_4bpp_horizontal_pattern_line_draw.c | 4 +- ...river_4bpp_horizontal_pixelmap_line_draw.c | 20 +- .../gx_display_driver_4bpp_mouse_capture.c | 4 +- .../gx_display_driver_4bpp_mouse_restore.c | 4 +- .../gx_display_driver_4bpp_native_color_get.c | 4 +- .../src/gx_display_driver_4bpp_pixel_write.c | 4 +- .../gx_display_driver_4bpp_pixelmap_draw.c | 20 +- .../gx_display_driver_4bpp_pixelmap_rotate.c | 20 +- .../gx_display_driver_4bpp_row_pitch_get.c | 4 +- .../gx_display_driver_4bpp_simple_line_draw.c | 4 +- ...x_display_driver_4bpp_vertical_line_draw.c | 4 +- ...y_driver_4bpp_vertical_pattern_line_draw.c | 4 +- .../gx_display_driver_565rgb_canvas_blend.c | 4 +- ...gx_display_driver_565rgb_glyph_1bit_draw.c | 4 +- ...ver_565rgb_horizontal_pixelmap_line_draw.c | 36 +- .../src/gx_display_driver_565rgb_jpeg_draw.c | 12 +- ...x_display_driver_565rgb_native_color_get.c | 4 +- .../gx_display_driver_565rgb_pixel_blend.c | 4 +- .../src/gx_display_driver_565rgb_png_draw.c | 4 +- common/src/gx_display_driver_565rgb_setup.c | 4 +- ...lay_driver_8bit_palette_native_color_get.c | 4 +- .../gx_display_driver_8bit_palette_setup.c | 4 +- .../src/gx_display_driver_8bpp_block_move.c | 4 +- .../src/gx_display_driver_8bpp_canvas_copy.c | 6 +- .../gx_display_driver_8bpp_glyph_1bit_draw.c | 4 +- .../gx_display_driver_8bpp_glyph_3bit_draw.c | 4 +- .../gx_display_driver_8bpp_glyph_4bit_draw.c | 4 +- ...display_driver_8bpp_horizontal_line_draw.c | 4 +- ...driver_8bpp_horizontal_pattern_line_draw.c | 4 +- ...river_8bpp_horizontal_pixelmap_line_draw.c | 48 +- .../gx_display_driver_8bpp_mouse_capture.c | 4 +- .../gx_display_driver_8bpp_mouse_restore.c | 4 +- .../src/gx_display_driver_8bpp_pixel_write.c | 4 +- .../gx_display_driver_8bpp_pixelmap_blend.c | 12 +- .../gx_display_driver_8bpp_pixelmap_draw.c | 20 +- .../gx_display_driver_8bpp_pixelmap_rotate.c | 20 +- .../gx_display_driver_8bpp_row_pitch_get.c | 4 +- .../gx_display_driver_8bpp_simple_line_draw.c | 4 +- ...x_display_driver_8bpp_vertical_line_draw.c | 4 +- ...y_driver_8bpp_vertical_pattern_line_draw.c | 4 +- .../src/gx_display_driver_arc_clipping_get.c | 4 +- ..._display_driver_generic_aliased_arc_draw.c | 4 +- ...splay_driver_generic_aliased_circle_draw.c | 4 +- ...play_driver_generic_aliased_ellipse_draw.c | 4 +- ...river_generic_aliased_filled_circle_draw.c | 4 +- ...er_generic_aliased_fixed_point_line_draw.c | 4 +- ...display_driver_generic_aliased_line_draw.c | 4 +- ...lay_driver_generic_aliased_wide_arc_draw.c | 8 +- ..._driver_generic_aliased_wide_circle_draw.c | 4 +- ...driver_generic_aliased_wide_ellipse_draw.c | 4 +- ...ay_driver_generic_aliased_wide_line_draw.c | 4 +- .../gx_display_driver_generic_alphamap_draw.c | 20 +- .../src/gx_display_driver_generic_arc_draw.c | 4 +- .../src/gx_display_driver_generic_arc_fill.c | 4 +- .../gx_display_driver_generic_circle_draw.c | 4 +- .../gx_display_driver_generic_circle_fill.c | 4 +- ..._display_driver_generic_drawing_complete.c | 4 +- ..._display_driver_generic_drawing_initiate.c | 4 +- .../gx_display_driver_generic_ellipse_draw.c | 4 +- .../gx_display_driver_generic_ellipse_fill.c | 4 +- ...isplay_driver_generic_filled_circle_draw.c | 4 +- ...x_display_driver_generic_glyph_4bpp_draw.c | 4 +- ...x_display_driver_generic_glyph_8bpp_draw.c | 4 +- ...splay_driver_generic_mouse_cursor_define.c | 4 +- .../gx_display_driver_generic_mouse_draw.c | 4 +- .../gx_display_driver_generic_mouse_enable.c | 4 +- ...isplay_driver_generic_mouse_position_set.c | 4 +- .../src/gx_display_driver_generic_pie_fill.c | 4 +- .../gx_display_driver_generic_polygon_draw.c | 4 +- .../gx_display_driver_generic_polygon_fill.c | 34 +- ...x_display_driver_generic_simple_pie_fill.c | 4 +- ...lay_driver_generic_simple_wide_line_draw.c | 4 +- .../gx_display_driver_generic_wide_arc_draw.c | 8 +- ..._display_driver_generic_wide_circle_draw.c | 4 +- ...display_driver_generic_wide_ellipse_draw.c | 4 +- ...gx_display_driver_generic_wide_line_fill.c | 4 +- ...river_generic_wide_line_points_calculate.c | 4 +- ...isplay_driver_horizontal_line_alpha_draw.c | 4 +- .../src/gx_display_driver_monochrome_setup.c | 4 +- ...gx_display_driver_simple_line_alpha_draw.c | 4 +- ..._display_driver_vertical_line_alpha_draw.c | 4 +- common/src/gx_display_font_table_set.c | 4 +- common/src/gx_display_language_table_get.c | 8 +- common/src/gx_display_language_table_set.c | 8 +- common/src/gx_display_pixelmap_table_set.c | 4 +- common/src/gx_display_string_get.c | 8 +- common/src/gx_display_string_table_get.c | 8 +- common/src/gx_display_theme_install.c | 4 +- common/src/gx_drop_list_background_draw.c | 4 +- common/src/gx_drop_list_close.c | 4 +- common/src/gx_drop_list_create.c | 4 +- common/src/gx_drop_list_draw.c | 4 +- common/src/gx_drop_list_event_process.c | 4 +- common/src/gx_drop_list_open.c | 4 +- common/src/gx_drop_list_pixelmap_set.c | 4 +- common/src/gx_drop_list_popup_get.c | 4 +- .../gx_horizontal_list_children_position.c | 4 +- common/src/gx_horizontal_list_create.c | 4 +- common/src/gx_horizontal_list_event_process.c | 4 +- common/src/gx_horizontal_list_left_wrap.c | 4 +- .../src/gx_horizontal_list_page_index_set.c | 4 +- common/src/gx_horizontal_list_right_wrap.c | 4 +- common/src/gx_horizontal_list_scroll.c | 4 +- .../src/gx_horizontal_list_scroll_info_get.c | 4 +- .../gx_horizontal_list_selected_index_get.c | 4 +- common/src/gx_horizontal_list_selected_set.c | 4 +- .../src/gx_horizontal_list_selected_visible.c | 4 +- .../gx_horizontal_list_selected_widget_get.c | 4 +- .../src/gx_horizontal_list_slide_back_check.c | 4 +- .../gx_horizontal_list_total_columns_set.c | 4 +- common/src/gx_horizontal_scrollbar_create.c | 4 +- common/src/gx_icon_background_draw.c | 4 +- common/src/gx_icon_button_create.c | 4 +- common/src/gx_icon_button_draw.c | 4 +- common/src/gx_icon_button_pixelmap_set.c | 4 +- common/src/gx_icon_create.c | 4 +- common/src/gx_icon_draw.c | 4 +- common/src/gx_icon_event_process.c | 4 +- common/src/gx_icon_pixelmap_set.c | 4 +- common/src/gx_icon_pixelmap_update.c | 4 +- .../src/gx_image_reader_colorspace_convert.c | 14 +- common/src/gx_image_reader_create.c | 4 +- common/src/gx_image_reader_image_decode.c | 8 +- common/src/gx_image_reader_jpeg_decode.c | 80 ++- ...x_image_reader_nearest_palette_color_get.c | 4 +- common/src/gx_image_reader_palette_set.c | 4 +- .../gx_image_reader_pixel_read_callback_set.c | 88 ++- ...gx_image_reader_pixel_write_callback_set.c | 60 +- common/src/gx_image_reader_png_decode.c | 90 ++- common/src/gx_image_reader_rle_encode.c | 24 +- common/src/gx_image_reader_start.c | 18 +- common/src/gx_line_chart_axis_draw.c | 4 +- common/src/gx_line_chart_create.c | 4 +- common/src/gx_line_chart_data_draw.c | 4 +- common/src/gx_line_chart_draw.c | 4 +- common/src/gx_line_chart_update.c | 4 +- common/src/gx_line_chart_y_scale_calculate.c | 4 +- common/src/gx_menu_create.c | 4 +- common/src/gx_menu_draw.c | 4 +- common/src/gx_menu_insert.c | 4 +- common/src/gx_menu_position.c | 8 +- common/src/gx_menu_remove.c | 4 +- common/src/gx_menu_text_draw.c | 4 +- common/src/gx_menu_text_offset_set.c | 4 +- ...ochrome_driver_disabled_button_line_draw.c | 4 +- common/src/gx_multi_line_text_button_create.c | 4 +- common/src/gx_multi_line_text_button_draw.c | 4 +- .../gx_multi_line_text_button_event_process.c | 15 +- ...multi_line_text_button_line_pointers_set.c | 95 ++- .../src/gx_multi_line_text_button_text_draw.c | 32 +- .../gx_multi_line_text_button_text_id_set.c | 4 +- .../src/gx_multi_line_text_button_text_set.c | 8 +- .../src/gx_multi_line_text_input_backspace.c | 4 +- .../gx_multi_line_text_input_buffer_clear.c | 4 +- .../src/gx_multi_line_text_input_buffer_get.c | 4 +- .../gx_multi_line_text_input_char_insert.c | 8 +- .../gx_multi_line_text_input_char_remove.c | 4 +- common/src/gx_multi_line_text_input_copy.c | 4 +- common/src/gx_multi_line_text_input_create.c | 4 +- ...lti_line_text_input_cursor_pos_calculate.c | 4 +- .../gx_multi_line_text_input_cursor_pos_get.c | 4 +- ..._multi_line_text_input_cursor_pos_update.c | 4 +- .../gx_multi_line_text_input_cursor_visible.c | 4 +- common/src/gx_multi_line_text_input_cut.c | 4 +- common/src/gx_multi_line_text_input_delete.c | 4 +- .../src/gx_multi_line_text_input_down_arrow.c | 4 +- common/src/gx_multi_line_text_input_draw.c | 4 +- common/src/gx_multi_line_text_input_end.c | 4 +- .../gx_multi_line_text_input_event_process.c | 12 +- .../gx_multi_line_text_input_fill_color_set.c | 4 +- ..._line_text_input_highlight_rectangle_get.c | 4 +- common/src/gx_multi_line_text_input_home.c | 4 +- ...gx_multi_line_text_input_keydown_process.c | 4 +- .../src/gx_multi_line_text_input_left_arrow.c | 4 +- .../src/gx_multi_line_text_input_mark_down.c | 4 +- .../src/gx_multi_line_text_input_mark_end.c | 4 +- .../src/gx_multi_line_text_input_mark_home.c | 4 +- .../src/gx_multi_line_text_input_mark_next.c | 4 +- .../gx_multi_line_text_input_mark_previous.c | 4 +- common/src/gx_multi_line_text_input_mark_up.c | 4 +- common/src/gx_multi_line_text_input_paste.c | 4 +- .../gx_multi_line_text_input_right_arrow.c | 4 +- .../src/gx_multi_line_text_input_style_add.c | 4 +- .../gx_multi_line_text_input_style_remove.c | 4 +- .../src/gx_multi_line_text_input_style_set.c | 4 +- .../gx_multi_line_text_input_text_color_set.c | 4 +- ...multi_line_text_input_text_rectangle_get.c | 4 +- .../gx_multi_line_text_input_text_select.c | 4 +- .../src/gx_multi_line_text_input_text_set.c | 16 +- .../src/gx_multi_line_text_input_up_arrow.c | 4 +- common/src/gx_multi_line_text_view_create.c | 16 +- ...gx_multi_line_text_view_display_info_get.c | 6 +- common/src/gx_multi_line_text_view_draw.c | 4 +- .../gx_multi_line_text_view_event_process.c | 38 +- common/src/gx_multi_line_text_view_font_set.c | 4 +- ...x_multi_line_text_view_line_cache_update.c | 37 +- .../gx_multi_line_text_view_line_space_set.c | 4 +- common/src/gx_multi_line_text_view_scroll.c | 4 +- .../gx_multi_line_text_view_scroll_info_get.c | 4 +- ...line_text_view_string_total_rows_compute.c | 97 ++- .../gx_multi_line_text_view_text_color_set.c | 4 +- .../src/gx_multi_line_text_view_text_draw.c | 236 +++----- .../src/gx_multi_line_text_view_text_id_set.c | 16 +- common/src/gx_multi_line_text_view_text_set.c | 19 +- ...ulti_line_text_view_visible_rows_compute.c | 4 +- .../gx_multi_line_text_view_whitespace_set.c | 4 +- .../src/gx_numeric_pixelmap_prompt_create.c | 4 +- .../src/gx_numeric_pixelmap_prompt_format.c | 4 +- ...eric_pixelmap_prompt_format_function_set.c | 4 +- .../gx_numeric_pixelmap_prompt_value_set.c | 13 +- common/src/gx_numeric_prompt_create.c | 4 +- common/src/gx_numeric_prompt_format.c | 4 +- .../gx_numeric_prompt_format_function_set.c | 4 +- common/src/gx_numeric_prompt_value_set.c | 13 +- common/src/gx_numeric_scroll_wheel_create.c | 4 +- .../src/gx_numeric_scroll_wheel_range_set.c | 10 +- common/src/gx_numeric_scroll_wheel_text_get.c | 4 +- common/src/gx_pixelmap_button_create.c | 4 +- common/src/gx_pixelmap_button_draw.c | 4 +- common/src/gx_pixelmap_button_event_process.c | 4 +- common/src/gx_pixelmap_button_pixelmap_set.c | 4 +- .../gx_pixelmap_button_transparent_detect.c | 4 +- .../src/gx_pixelmap_prompt_background_draw.c | 4 +- common/src/gx_pixelmap_prompt_create.c | 4 +- common/src/gx_pixelmap_prompt_draw.c | 4 +- common/src/gx_pixelmap_prompt_pixelmap_set.c | 4 +- common/src/gx_pixelmap_slider_create.c | 4 +- common/src/gx_pixelmap_slider_draw.c | 4 +- common/src/gx_pixelmap_slider_event_process.c | 4 +- common/src/gx_pixelmap_slider_pixelmap_set.c | 4 +- .../src/gx_pixelmap_slider_pixelmap_update.c | 4 +- common/src/gx_popup_list_event_process.c | 4 +- common/src/gx_progress_bar_background_draw.c | 4 +- common/src/gx_progress_bar_create.c | 4 +- common/src/gx_progress_bar_draw.c | 4 +- common/src/gx_progress_bar_event_process.c | 4 +- common/src/gx_progress_bar_font_set.c | 4 +- common/src/gx_progress_bar_info_set.c | 4 +- common/src/gx_progress_bar_pixelmap_set.c | 4 +- common/src/gx_progress_bar_range_set.c | 4 +- common/src/gx_progress_bar_text_color_set.c | 4 +- common/src/gx_progress_bar_text_draw.c | 4 +- common/src/gx_progress_bar_value_set.c | 4 +- common/src/gx_prompt_create.c | 16 +- common/src/gx_prompt_draw.c | 4 +- common/src/gx_prompt_event_process.c | 27 +- common/src/gx_prompt_font_set.c | 4 +- common/src/gx_prompt_text_color_set.c | 4 +- common/src/gx_prompt_text_draw.c | 4 +- common/src/gx_prompt_text_get.c | 43 +- common/src/gx_prompt_text_id_set.c | 15 +- common/src/gx_prompt_text_set.c | 17 +- .../src/gx_radial_progress_bar_anchor_set.c | 4 +- .../gx_radial_progress_bar_background_draw.c | 4 +- common/src/gx_radial_progress_bar_create.c | 4 +- common/src/gx_radial_progress_bar_draw.c | 4 +- .../gx_radial_progress_bar_event_process.c | 4 +- common/src/gx_radial_progress_bar_font_set.c | 4 +- common/src/gx_radial_progress_bar_info_set.c | 4 +- common/src/gx_radial_progress_bar_resize.c | 4 +- .../src/gx_radial_progress_bar_size_update.c | 4 +- .../gx_radial_progress_bar_text_color_set.c | 4 +- common/src/gx_radial_progress_bar_text_draw.c | 6 +- .../gx_radial_progress_bar_value_calculate.c | 4 +- common/src/gx_radial_progress_bar_value_set.c | 4 +- .../gx_radial_slider_anchor_angle_calculate.c | 4 +- .../src/gx_radial_slider_anchor_angles_set.c | 4 +- common/src/gx_radial_slider_angle_calculate.c | 4 +- common/src/gx_radial_slider_angle_set.c | 4 +- common/src/gx_radial_slider_animation_set.c | 4 +- common/src/gx_radial_slider_animation_start.c | 4 +- .../src/gx_radial_slider_animation_update.c | 4 +- common/src/gx_radial_slider_create.c | 4 +- common/src/gx_radial_slider_draw.c | 4 +- common/src/gx_radial_slider_event_process.c | 16 +- common/src/gx_radial_slider_info_get.c | 4 +- common/src/gx_radial_slider_info_set.c | 4 +- ...radial_slider_needle_rectangle_calculate.c | 4 +- common/src/gx_radial_slider_pixelmap_set.c | 4 +- common/src/gx_radio_button_create.c | 4 +- common/src/gx_radio_button_draw.c | 37 +- common/src/gx_radio_button_pixelmap_set.c | 4 +- common/src/gx_rich_text_view_context_peek.c | 86 +++ common/src/gx_rich_text_view_context_pop.c | 80 +++ common/src/gx_rich_text_view_context_push.c | 84 +++ common/src/gx_rich_text_view_context_reset.c | 74 +++ .../src/gx_rich_text_view_context_restore.c | 83 +++ common/src/gx_rich_text_view_context_save.c | 83 +++ common/src/gx_rich_text_view_create.c | 107 ++++ common/src/gx_rich_text_view_draw.c | 83 +++ common/src/gx_rich_text_view_fonts_set.c | 86 +++ common/src/gx_rich_text_view_line_info_get.c | 238 ++++++++ .../src/gx_rich_text_view_scroll_info_get.c | 149 +++++ common/src/gx_rich_text_view_tag_enter.c | 550 ++++++++++++++++++ common/src/gx_rich_text_view_text_draw.c | 450 ++++++++++++++ ...ch_text_view_text_total_height_calculate.c | 152 +++++ common/src/gx_screen_stack_create.c | 4 +- common/src/gx_screen_stack_pop.c | 4 +- common/src/gx_screen_stack_push.c | 4 +- common/src/gx_screen_stack_reset.c | 4 +- common/src/gx_scroll_thumb_create.c | 4 +- common/src/gx_scroll_thumb_draw.c | 4 +- common/src/gx_scroll_thumb_event_process.c | 4 +- common/src/gx_scroll_thumb_shift_limit.c | 4 +- common/src/gx_scroll_wheel_create.c | 4 +- common/src/gx_scroll_wheel_event_process.c | 18 +- .../src/gx_scroll_wheel_gradient_alpha_set.c | 4 +- common/src/gx_scroll_wheel_gradient_create.c | 4 +- common/src/gx_scroll_wheel_row_height_set.c | 4 +- common/src/gx_scroll_wheel_scroll.c | 4 +- .../gx_scroll_wheel_selected_background_set.c | 4 +- common/src/gx_scroll_wheel_selected_get.c | 4 +- .../gx_scroll_wheel_selected_row_calculate.c | 4 +- common/src/gx_scroll_wheel_selected_set.c | 4 +- common/src/gx_scroll_wheel_speed_set.c | 4 +- common/src/gx_scroll_wheel_total_rows_set.c | 4 +- common/src/gx_scrollbar_draw.c | 4 +- common/src/gx_scrollbar_event_process.c | 4 +- common/src/gx_scrollbar_limit_check.c | 4 +- common/src/gx_scrollbar_reset.c | 4 +- common/src/gx_scrollbar_size_update.c | 4 +- .../gx_scrollbar_thumb_position_calculate.c | 4 +- common/src/gx_scrollbar_value_calculate.c | 4 +- common/src/gx_scrollbar_value_set.c | 4 +- .../src/gx_single_line_text_input_backspace.c | 4 +- .../gx_single_line_text_input_buffer_clear.c | 4 +- .../gx_single_line_text_input_buffer_get.c | 4 +- ..._single_line_text_input_character_delete.c | 4 +- ..._single_line_text_input_character_insert.c | 4 +- common/src/gx_single_line_text_input_copy.c | 4 +- common/src/gx_single_line_text_input_create.c | 4 +- common/src/gx_single_line_text_input_cut.c | 4 +- common/src/gx_single_line_text_input_draw.c | 4 +- ...single_line_text_input_draw_position_get.c | 4 +- common/src/gx_single_line_text_input_end.c | 4 +- .../gx_single_line_text_input_event_process.c | 12 +- ...gx_single_line_text_input_fill_color_set.c | 4 +- common/src/gx_single_line_text_input_home.c | 4 +- ...x_single_line_text_input_keydown_process.c | 4 +- .../gx_single_line_text_input_left_arrow.c | 4 +- .../src/gx_single_line_text_input_mark_end.c | 4 +- .../src/gx_single_line_text_input_mark_home.c | 4 +- .../src/gx_single_line_text_input_mark_next.c | 4 +- .../gx_single_line_text_input_mark_previous.c | 4 +- common/src/gx_single_line_text_input_paste.c | 4 +- .../gx_single_line_text_input_position_get.c | 4 +- ...x_single_line_text_input_position_update.c | 4 +- .../gx_single_line_text_input_right_arrow.c | 4 +- .../src/gx_single_line_text_input_style_add.c | 4 +- .../gx_single_line_text_input_style_remove.c | 4 +- .../src/gx_single_line_text_input_style_set.c | 4 +- ...gx_single_line_text_input_text_color_set.c | 4 +- ...ingle_line_text_input_text_rectangle_get.c | 4 +- .../gx_single_line_text_input_text_select.c | 4 +- .../src/gx_single_line_text_input_text_set.c | 10 +- common/src/gx_slider_create.c | 4 +- common/src/gx_slider_draw.c | 4 +- common/src/gx_slider_event_process.c | 4 +- common/src/gx_slider_info_set.c | 4 +- common/src/gx_slider_needle_draw.c | 4 +- common/src/gx_slider_needle_position_get.c | 4 +- common/src/gx_slider_tickmarks_draw.c | 4 +- common/src/gx_slider_travel_get.c | 4 +- common/src/gx_slider_value_calculate.c | 4 +- common/src/gx_slider_value_set.c | 4 +- common/src/gx_sprite_create.c | 4 +- common/src/gx_sprite_current_frame_set.c | 4 +- common/src/gx_sprite_draw.c | 4 +- common/src/gx_sprite_event_process.c | 4 +- common/src/gx_sprite_frame_list_set.c | 4 +- common/src/gx_sprite_start.c | 4 +- common/src/gx_sprite_stop.c | 4 +- common/src/gx_sprite_update.c | 4 +- common/src/gx_string_scroll_wheel_create.c | 10 +- .../gx_string_scroll_wheel_event_process.c | 6 +- ...x_string_scroll_wheel_string_id_list_set.c | 14 +- .../gx_string_scroll_wheel_string_list_set.c | 20 +- common/src/gx_string_scroll_wheel_text_get.c | 4 +- common/src/gx_system_active_language_set.c | 4 +- common/src/gx_system_all_canvas_dirty.c | 4 +- common/src/gx_system_all_views_free.c | 4 +- common/src/gx_system_animation_free.c | 4 +- common/src/gx_system_animation_get.c | 4 +- common/src/gx_system_bidi_text_disable.c | 24 +- common/src/gx_system_bidi_text_enable.c | 24 +- common/src/gx_system_canvas_refresh.c | 4 +- common/src/gx_system_clipboard_get.c | 4 +- common/src/gx_system_clipboard_put.c | 6 +- common/src/gx_system_dirty_list_remove.c | 4 +- common/src/gx_system_dirty_list_trim.c | 8 +- common/src/gx_system_dirty_mark.c | 4 +- common/src/gx_system_dirty_partial_add.c | 4 +- common/src/gx_system_draw_context_get.c | 4 +- common/src/gx_system_error_process.c | 4 +- common/src/gx_system_event_dispatch.c | 4 +- common/src/gx_system_event_fold.c | 4 +- common/src/gx_system_event_remove.c | 4 +- common/src/gx_system_event_send.c | 4 +- common/src/gx_system_focus_claim.c | 4 +- common/src/gx_system_free_view_get.c | 4 +- common/src/gx_system_initialize.c | 10 +- common/src/gx_system_input_capture.c | 4 +- common/src/gx_system_input_release.c | 4 +- common/src/gx_system_language_table_get.c | 4 +- common/src/gx_system_language_table_set.c | 4 +- common/src/gx_system_lock.c | 4 +- common/src/gx_system_memory_allocator_set.c | 4 +- common/src/gx_system_pen_configure.c | 4 +- common/src/gx_system_pen_flick_test.c | 4 +- common/src/gx_system_pen_speed_init.c | 4 +- common/src/gx_system_pen_speed_update.c | 4 +- common/src/gx_system_private_string.c | 26 +- common/src/gx_system_root_view_add.c | 4 +- common/src/gx_system_rtos_bind.c | 4 +- common/src/gx_system_screen_stack_create.c | 4 +- common/src/gx_system_screen_stack_get.c | 4 +- common/src/gx_system_screen_stack_pop.c | 4 +- common/src/gx_system_screen_stack_push.c | 4 +- common/src/gx_system_screen_stack_reset.c | 4 +- common/src/gx_system_scroll_appearance_get.c | 4 +- common/src/gx_system_scroll_appearance_set.c | 4 +- common/src/gx_system_start.c | 4 +- common/src/gx_system_string_get.c | 4 +- common/src/gx_system_string_table_get.c | 4 +- common/src/gx_system_string_width_get.c | 16 +- common/src/gx_system_text_render_style_set.c | 4 +- common/src/gx_system_thread_entry.c | 4 +- common/src/gx_system_timer_expiration.c | 4 +- common/src/gx_system_timer_start.c | 4 +- common/src/gx_system_timer_stop.c | 4 +- common/src/gx_system_timer_update.c | 4 +- common/src/gx_system_top_root_find.c | 4 +- common/src/gx_system_top_widget_find.c | 4 +- common/src/gx_system_unlock.c | 4 +- common/src/gx_system_version_string_get.c | 8 +- common/src/gx_system_view_add.c | 4 +- common/src/gx_system_view_fold.c | 4 +- common/src/gx_system_view_split.c | 4 +- common/src/gx_system_views_free.c | 4 +- common/src/gx_system_views_update.c | 4 +- common/src/gx_system_widget_find.c | 4 +- common/src/gx_text_button_create.c | 13 +- common/src/gx_text_button_draw.c | 4 +- common/src/gx_text_button_event_process.c | 13 +- common/src/gx_text_button_font_set.c | 4 +- common/src/gx_text_button_text_color_set.c | 4 +- common/src/gx_text_button_text_draw.c | 35 +- common/src/gx_text_button_text_get.c | 39 +- common/src/gx_text_button_text_id_set.c | 17 +- common/src/gx_text_button_text_set.c | 17 +- .../gx_text_input_cursor_blink_interval_set.c | 4 +- ...gx_text_input_cursor_dirty_rectangle_get.c | 4 +- common/src/gx_text_input_cursor_draw.c | 4 +- common/src/gx_text_input_cursor_height_set.c | 4 +- common/src/gx_text_input_cursor_width_set.c | 4 +- .../src/gx_text_scroll_wheel_callback_set.c | 22 +- common/src/gx_text_scroll_wheel_create.c | 12 +- common/src/gx_text_scroll_wheel_draw.c | 216 ++++--- ...xt_scroll_wheel_dynamic_bidi_text_delete.c | 106 ++++ .../src/gx_text_scroll_wheel_event_process.c | 86 +++ common/src/gx_text_scroll_wheel_font_set.c | 4 +- .../src/gx_text_scroll_wheel_text_color_set.c | 4 +- .../src/gx_touch_driver_generic_resistive.c | 61 +- common/src/gx_tree_view_create.c | 7 +- common/src/gx_tree_view_draw.c | 12 +- common/src/gx_tree_view_event_process.c | 20 +- common/src/gx_tree_view_indentation_set.c | 4 +- common/src/gx_tree_view_position.c | 4 +- common/src/gx_tree_view_root_line_color_set.c | 4 +- common/src/gx_tree_view_root_pixelmap_set.c | 4 +- common/src/gx_tree_view_scroll.c | 4 +- common/src/gx_tree_view_scroll_info_get.c | 4 +- common/src/gx_tree_view_selected_get.c | 4 +- common/src/gx_tree_view_selected_set.c | 8 +- .../src/gx_utility_1555xrgb_pixelmap_resize.c | 12 +- .../src/gx_utility_1555xrgb_pixelmap_rotate.c | 12 +- common/src/gx_utility_16bpp_pixelmap_resize.c | 12 +- common/src/gx_utility_1bpp_pixelmap_resize.c | 12 +- common/src/gx_utility_1bpp_pixelmap_rotate.c | 16 +- .../src/gx_utility_32argb_pixelmap_resize.c | 12 +- .../src/gx_utility_32argb_pixelmap_rotate.c | 16 +- .../src/gx_utility_332rgb_pixelmap_rotate.c | 24 +- .../src/gx_utility_4444argb_pixelmap_resize.c | 4 +- .../src/gx_utility_4444argb_pixelmap_rotate.c | 8 +- common/src/gx_utility_4bpp_pixelmap_resize.c | 12 +- common/src/gx_utility_4bpp_pixelmap_rotate.c | 16 +- .../src/gx_utility_565rgb_pixelmap_rotate.c | 24 +- common/src/gx_utility_8bpp_pixelmap_resize.c | 16 +- common/src/gx_utility_8bpp_pixelmap_rotate.c | 12 +- common/src/gx_utility_alphamap_create.c | 4 +- common/src/gx_utility_bidi_arabic_shaping.c | 30 +- common/src/gx_utility_bidi_bracket_pair_get.c | 4 +- .../src/gx_utility_bidi_character_type_get.c | 4 +- common/src/gx_utility_bidi_mirroring_get.c | 4 +- .../src/gx_utility_bidi_paragraph_reorder.c | 397 ++++++++++--- common/src/gx_utility_canvas_to_bmp.c | 28 +- common/src/gx_utility_circle_point_get.c | 4 +- .../gx_utility_easing_function_calculate.c | 12 +- common/src/gx_utility_gradient_create.c | 16 +- common/src/gx_utility_gradient_delete.c | 4 +- common/src/gx_utility_ltoa.c | 4 +- common/src/gx_utility_math_acos.c | 8 +- common/src/gx_utility_math_asin.c | 8 +- common/src/gx_utility_math_cos.c | 8 +- common/src/gx_utility_math_sin.c | 8 +- common/src/gx_utility_math_sqrt.c | 4 +- common/src/gx_utility_pixelmap_resize.c | 6 +- common/src/gx_utility_pixelmap_rotate.c | 6 +- .../src/gx_utility_pixelmap_simple_rotate.c | 6 +- common/src/gx_utility_rectangle_center.c | 4 +- common/src/gx_utility_rectangle_center_find.c | 4 +- common/src/gx_utility_rectangle_combine.c | 4 +- common/src/gx_utility_rectangle_compare.c | 4 +- common/src/gx_utility_rectangle_define.c | 4 +- .../src/gx_utility_rectangle_inside_detect.c | 4 +- .../src/gx_utility_rectangle_overlap_detect.c | 4 +- .../src/gx_utility_rectangle_point_detect.c | 4 +- common/src/gx_utility_rectangle_resize.c | 4 +- common/src/gx_utility_rectangle_shift.c | 4 +- common/src/gx_utility_string_compare.c | 94 +++ common/src/gx_utility_string_length_check.c | 4 +- common/src/gx_utility_string_to_alphamap.c | 32 +- common/src/gx_utility_thai_glyph_shaping.c | 12 +- common/src/gx_utility_unicode_to_utf8.c | 4 +- ...tf8_string_backward_character_length_get.c | 4 +- .../gx_utility_utf8_string_character_get.c | 4 +- .../src/gx_vertical_list_children_position.c | 4 +- common/src/gx_vertical_list_create.c | 4 +- common/src/gx_vertical_list_down_wrap.c | 4 +- common/src/gx_vertical_list_event_process.c | 4 +- common/src/gx_vertical_list_page_index_set.c | 4 +- common/src/gx_vertical_list_scroll.c | 4 +- common/src/gx_vertical_list_scroll_info_get.c | 4 +- .../src/gx_vertical_list_selected_index_get.c | 4 +- common/src/gx_vertical_list_selected_set.c | 4 +- .../src/gx_vertical_list_selected_visible.c | 4 +- .../gx_vertical_list_selected_widget_get.c | 4 +- .../src/gx_vertical_list_slide_back_check.c | 4 +- common/src/gx_vertical_list_total_rows_set.c | 4 +- common/src/gx_vertical_list_up_wrap.c | 4 +- common/src/gx_vertical_scrollbar_create.c | 4 +- common/src/gx_widget_allocate.c | 4 +- common/src/gx_widget_attach.c | 4 +- common/src/gx_widget_back_attach.c | 4 +- common/src/gx_widget_back_link.c | 4 +- common/src/gx_widget_back_move.c | 4 +- common/src/gx_widget_background_draw.c | 4 +- common/src/gx_widget_block_move.c | 4 +- common/src/gx_widget_border_draw.c | 4 +- common/src/gx_widget_border_style_set.c | 4 +- common/src/gx_widget_border_width_get.c | 4 +- common/src/gx_widget_canvas_get.c | 4 +- common/src/gx_widget_child_clipping_update.c | 4 +- common/src/gx_widget_child_detect.c | 4 +- common/src/gx_widget_child_focus_assign.c | 4 +- common/src/gx_widget_children_draw.c | 4 +- common/src/gx_widget_children_event_process.c | 4 +- common/src/gx_widget_client_get.c | 4 +- common/src/gx_widget_client_index_get.c | 4 +- common/src/gx_widget_clipping_update.c | 4 +- common/src/gx_widget_color_get.c | 4 +- common/src/gx_widget_context_fill_set.c | 4 +- common/src/gx_widget_create.c | 4 +- common/src/gx_widget_created_test.c | 4 +- common/src/gx_widget_delete.c | 12 +- common/src/gx_widget_detach.c | 4 +- common/src/gx_widget_draw.c | 4 +- common/src/gx_widget_draw_set.c | 4 +- common/src/gx_widget_event_generate.c | 4 +- common/src/gx_widget_event_process.c | 13 +- common/src/gx_widget_event_process_set.c | 4 +- common/src/gx_widget_event_to_parent.c | 4 +- common/src/gx_widget_fill_color_set.c | 4 +- common/src/gx_widget_find.c | 4 +- common/src/gx_widget_first_child_get.c | 4 +- common/src/gx_widget_first_client_child_get.c | 4 +- common/src/gx_widget_focus_next.c | 4 +- common/src/gx_widget_focus_previous.c | 4 +- common/src/gx_widget_font_get.c | 4 +- common/src/gx_widget_free.c | 4 +- common/src/gx_widget_front_move.c | 4 +- common/src/gx_widget_height_get.c | 4 +- common/src/gx_widget_hide.c | 4 +- common/src/gx_widget_last_child_get.c | 4 +- common/src/gx_widget_last_client_child_get.c | 4 +- common/src/gx_widget_link.c | 4 +- common/src/gx_widget_nav_order_initialize.c | 4 +- common/src/gx_widget_next_client_child_get.c | 4 +- common/src/gx_widget_next_sibling_get.c | 4 +- common/src/gx_widget_parent_get.c | 4 +- common/src/gx_widget_pixelmap_get.c | 4 +- common/src/gx_widget_previous_sibling_get.c | 4 +- common/src/gx_widget_resize.c | 4 +- common/src/gx_widget_scroll_shift.c | 8 +- common/src/gx_widget_shift.c | 8 +- common/src/gx_widget_show.c | 4 +- common/src/gx_widget_status_add.c | 4 +- common/src/gx_widget_status_get.c | 4 +- common/src/gx_widget_status_remove.c | 4 +- common/src/gx_widget_status_test.c | 4 +- common/src/gx_widget_string_get.c | 8 +- common/src/gx_widget_style_add.c | 4 +- common/src/gx_widget_style_get.c | 4 +- common/src/gx_widget_style_remove.c | 4 +- common/src/gx_widget_style_set.c | 4 +- common/src/gx_widget_text_blend.c | 8 +- common/src/gx_widget_text_draw.c | 36 +- common/src/gx_widget_text_id_draw.c | 4 +- common/src/gx_widget_top_visible_child_find.c | 4 +- .../gx_widget_transparent_pixelmap_detect.c | 4 +- common/src/gx_widget_type_find.c | 4 +- common/src/gx_widget_unlink.c | 4 +- common/src/gx_widget_width_get.c | 4 +- common/src/gx_window_background_draw.c | 4 +- common/src/gx_window_border_draw.c | 4 +- common/src/gx_window_client_height_get.c | 4 +- common/src/gx_window_client_scroll.c | 4 +- common/src/gx_window_client_width_get.c | 4 +- common/src/gx_window_close.c | 4 +- common/src/gx_window_create.c | 7 +- common/src/gx_window_draw.c | 4 +- common/src/gx_window_event_process.c | 4 +- common/src/gx_window_execute.c | 4 +- common/src/gx_window_root_create.c | 4 +- common/src/gx_window_root_delete.c | 4 +- common/src/gx_window_root_event_process.c | 4 +- common/src/gx_window_root_find.c | 4 +- common/src/gx_window_scroll.c | 4 +- common/src/gx_window_scroll_info_get.c | 4 +- common/src/gx_window_scrollbar_find.c | 4 +- common/src/gx_window_view_update_detect.c | 4 +- common/src/gx_window_wallpaper_get.c | 4 +- common/src/gx_window_wallpaper_set.c | 4 +- common/src/gxe_accordion_menu_create.c | 4 +- common/src/gxe_accordion_menu_event_process.c | 4 +- common/src/gxe_accordion_menu_position.c | 4 +- common/src/gxe_animation_canvas_define.c | 4 +- common/src/gxe_animation_create.c | 4 +- common/src/gxe_animation_drag_disable.c | 4 +- common/src/gxe_animation_drag_enable.c | 4 +- common/src/gxe_animation_landing_speed_set.c | 4 +- common/src/gxe_animation_start.c | 4 +- common/src/gxe_animation_stop.c | 4 +- common/src/gxe_binres_language_count_get.c | 4 +- common/src/gxe_binres_language_info_load.c | 4 +- common/src/gxe_binres_language_table_load.c | 8 +- common/src/gxe_binres_theme_load.c | 4 +- common/src/gxe_brush_default.c | 4 +- common/src/gxe_brush_define.c | 4 +- common/src/gxe_button_create.c | 4 +- common/src/gxe_button_deselect.c | 4 +- common/src/gxe_button_event_process.c | 4 +- common/src/gxe_button_select.c | 4 +- common/src/gxe_canvas_alpha_set.c | 4 +- common/src/gxe_canvas_arc_draw.c | 4 +- common/src/gxe_canvas_block_move.c | 4 +- common/src/gxe_canvas_circle_draw.c | 4 +- common/src/gxe_canvas_create.c | 4 +- common/src/gxe_canvas_delete.c | 4 +- common/src/gxe_canvas_drawing_complete.c | 4 +- common/src/gxe_canvas_drawing_initiate.c | 4 +- common/src/gxe_canvas_ellipse_draw.c | 4 +- common/src/gxe_canvas_hardware_layer_bind.c | 4 +- common/src/gxe_canvas_hide.c | 4 +- common/src/gxe_canvas_line_draw.c | 4 +- common/src/gxe_canvas_memory_define.c | 4 +- common/src/gxe_canvas_mouse_define.c | 4 +- common/src/gxe_canvas_mouse_hide.c | 4 +- common/src/gxe_canvas_mouse_show.c | 4 +- common/src/gxe_canvas_offset_set.c | 4 +- common/src/gxe_canvas_pie_draw.c | 4 +- common/src/gxe_canvas_pixel_draw.c | 4 +- common/src/gxe_canvas_pixelmap_blend.c | 4 +- common/src/gxe_canvas_pixelmap_draw.c | 4 +- common/src/gxe_canvas_pixelmap_get.c | 4 +- common/src/gxe_canvas_pixelmap_rotate.c | 4 +- common/src/gxe_canvas_pixelmap_tile.c | 4 +- common/src/gxe_canvas_polygon_draw.c | 4 +- common/src/gxe_canvas_rectangle_draw.c | 4 +- common/src/gxe_canvas_rotated_text_draw.c | 8 +- common/src/gxe_canvas_shift.c | 4 +- common/src/gxe_canvas_show.c | 4 +- common/src/gxe_canvas_text_draw.c | 8 +- common/src/gxe_checkbox_create.c | 4 +- common/src/gxe_checkbox_event_process.c | 4 +- common/src/gxe_checkbox_pixelmap_set.c | 4 +- common/src/gxe_checkbox_select.c | 4 +- common/src/gxe_circular_gauge_angle_get.c | 4 +- common/src/gxe_circular_gauge_angle_set.c | 4 +- common/src/gxe_circular_gauge_animation_set.c | 4 +- common/src/gxe_circular_gauge_create.c | 4 +- common/src/gxe_circular_gauge_event_process.c | 4 +- common/src/gxe_context_brush_default.c | 4 +- common/src/gxe_context_brush_define.c | 4 +- common/src/gxe_context_brush_get.c | 4 +- common/src/gxe_context_brush_pattern_set.c | 4 +- common/src/gxe_context_brush_set.c | 4 +- common/src/gxe_context_brush_style_set.c | 4 +- common/src/gxe_context_brush_width_set.c | 4 +- common/src/gxe_context_color_get.c | 4 +- common/src/gxe_context_fill_color_set.c | 4 +- common/src/gxe_context_font_get.c | 4 +- common/src/gxe_context_font_set.c | 4 +- common/src/gxe_context_line_color_set.c | 4 +- common/src/gxe_context_pixelmap_get.c | 4 +- common/src/gxe_context_pixelmap_set.c | 4 +- common/src/gxe_context_raw_brush_define.c | 4 +- common/src/gxe_context_raw_fill_color_set.c | 4 +- common/src/gxe_context_raw_line_color_set.c | 4 +- common/src/gxe_context_string_get.c | 8 +- common/src/gxe_display_active_language_set.c | 4 +- common/src/gxe_display_color_set.c | 4 +- common/src/gxe_display_color_table_set.c | 4 +- common/src/gxe_display_create.c | 4 +- common/src/gxe_display_delete.c | 4 +- common/src/gxe_display_font_table_set.c | 4 +- common/src/gxe_display_language_table_get.c | 8 +- common/src/gxe_display_language_table_set.c | 8 +- common/src/gxe_display_pixelmap_table_set.c | 4 +- common/src/gxe_display_string_get.c | 8 +- common/src/gxe_display_string_table_get.c | 8 +- common/src/gxe_display_theme_install.c | 4 +- common/src/gxe_drop_list_close.c | 4 +- common/src/gxe_drop_list_create.c | 4 +- common/src/gxe_drop_list_event_process.c | 4 +- common/src/gxe_drop_list_open.c | 4 +- common/src/gxe_drop_list_pixelmap_set.c | 4 +- common/src/gxe_drop_list_popup_get.c | 4 +- .../gxe_horizontal_list_children_position.c | 4 +- common/src/gxe_horizontal_list_create.c | 4 +- .../src/gxe_horizontal_list_event_process.c | 4 +- .../src/gxe_horizontal_list_page_index_set.c | 4 +- .../gxe_horizontal_list_selected_index_get.c | 4 +- common/src/gxe_horizontal_list_selected_set.c | 4 +- .../gxe_horizontal_list_selected_widget_get.c | 4 +- .../gxe_horizontal_list_total_columns_set.c | 4 +- common/src/gxe_horizontal_scrollbar_create.c | 4 +- common/src/gxe_icon_button_create.c | 4 +- common/src/gxe_icon_button_pixelmap_set.c | 4 +- common/src/gxe_icon_create.c | 4 +- common/src/gxe_icon_event_process.c | 4 +- common/src/gxe_icon_pixelmap_set.c | 4 +- common/src/gxe_image_reader_create.c | 4 +- common/src/gxe_image_reader_palette_set.c | 4 +- common/src/gxe_image_reader_start.c | 4 +- common/src/gxe_line_chart_create.c | 4 +- common/src/gxe_line_chart_update.c | 4 +- common/src/gxe_line_chart_y_scale_calculate.c | 4 +- common/src/gxe_menu_create.c | 4 +- common/src/gxe_menu_insert.c | 4 +- common/src/gxe_menu_remove.c | 4 +- common/src/gxe_menu_text_offset_set.c | 4 +- .../src/gxe_multi_line_text_button_create.c | 4 +- ...gxe_multi_line_text_button_event_process.c | 4 +- .../gxe_multi_line_text_button_text_id_set.c | 4 +- .../src/gxe_multi_line_text_button_text_set.c | 8 +- .../src/gxe_multi_line_text_input_backspace.c | 4 +- .../gxe_multi_line_text_input_buffer_clear.c | 4 +- .../gxe_multi_line_text_input_buffer_get.c | 4 +- .../gxe_multi_line_text_input_char_insert.c | 8 +- common/src/gxe_multi_line_text_input_create.c | 4 +- ...gxe_multi_line_text_input_cursor_pos_get.c | 4 +- common/src/gxe_multi_line_text_input_delete.c | 4 +- .../gxe_multi_line_text_input_down_arrow.c | 4 +- common/src/gxe_multi_line_text_input_end.c | 4 +- .../gxe_multi_line_text_input_event_process.c | 4 +- ...gxe_multi_line_text_input_fill_color_set.c | 4 +- common/src/gxe_multi_line_text_input_home.c | 4 +- .../gxe_multi_line_text_input_left_arrow.c | 4 +- .../gxe_multi_line_text_input_right_arrow.c | 4 +- .../src/gxe_multi_line_text_input_style_add.c | 4 +- .../gxe_multi_line_text_input_style_remove.c | 4 +- .../src/gxe_multi_line_text_input_style_set.c | 4 +- ...gxe_multi_line_text_input_text_color_set.c | 4 +- .../gxe_multi_line_text_input_text_select.c | 4 +- .../src/gxe_multi_line_text_input_text_set.c | 8 +- .../src/gxe_multi_line_text_input_up_arrow.c | 4 +- common/src/gxe_multi_line_text_view_create.c | 4 +- .../gxe_multi_line_text_view_event_process.c | 4 +- .../src/gxe_multi_line_text_view_font_set.c | 4 +- .../gxe_multi_line_text_view_line_space_set.c | 4 +- ...gxe_multi_line_text_view_scroll_info_get.c | 4 +- .../gxe_multi_line_text_view_text_color_set.c | 4 +- .../gxe_multi_line_text_view_text_id_set.c | 4 +- .../src/gxe_multi_line_text_view_text_set.c | 8 +- .../gxe_multi_line_text_view_whitespace_set.c | 4 +- .../src/gxe_numeric_pixelmap_prompt_create.c | 4 +- ...eric_pixelmap_prompt_format_function_set.c | 4 +- .../gxe_numeric_pixelmap_prompt_value_set.c | 4 +- common/src/gxe_numeric_prompt_create.c | 4 +- .../gxe_numeric_prompt_format_function_set.c | 4 +- common/src/gxe_numeric_prompt_value_set.c | 4 +- common/src/gxe_numeric_scroll_wheel_create.c | 4 +- .../src/gxe_numeric_scroll_wheel_range_set.c | 4 +- common/src/gxe_pixelmap_button_create.c | 4 +- .../src/gxe_pixelmap_button_event_process.c | 4 +- common/src/gxe_pixelmap_button_pixelmap_set.c | 4 +- common/src/gxe_pixelmap_prompt_create.c | 4 +- common/src/gxe_pixelmap_prompt_pixelmap_set.c | 4 +- common/src/gxe_pixelmap_slider_create.c | 4 +- .../src/gxe_pixelmap_slider_event_process.c | 4 +- common/src/gxe_pixelmap_slider_pixelmap_set.c | 4 +- common/src/gxe_progress_bar_create.c | 4 +- common/src/gxe_progress_bar_event_process.c | 4 +- common/src/gxe_progress_bar_font_set.c | 4 +- common/src/gxe_progress_bar_info_set.c | 4 +- common/src/gxe_progress_bar_pixelmap_set.c | 4 +- common/src/gxe_progress_bar_range_set.c | 4 +- common/src/gxe_progress_bar_text_color_set.c | 4 +- common/src/gxe_progress_bar_value_set.c | 4 +- common/src/gxe_prompt_create.c | 4 +- common/src/gxe_prompt_event_process.c | 4 +- common/src/gxe_prompt_font_set.c | 4 +- common/src/gxe_prompt_text_color_set.c | 4 +- common/src/gxe_prompt_text_get.c | 8 +- common/src/gxe_prompt_text_id_set.c | 4 +- common/src/gxe_prompt_text_set.c | 8 +- .../src/gxe_radial_progress_bar_anchor_set.c | 4 +- common/src/gxe_radial_progress_bar_create.c | 4 +- .../gxe_radial_progress_bar_event_process.c | 4 +- common/src/gxe_radial_progress_bar_font_set.c | 4 +- common/src/gxe_radial_progress_bar_info_set.c | 4 +- .../gxe_radial_progress_bar_text_color_set.c | 4 +- .../src/gxe_radial_progress_bar_value_set.c | 4 +- .../src/gxe_radial_slider_anchor_angles_set.c | 4 +- common/src/gxe_radial_slider_angle_set.c | 4 +- common/src/gxe_radial_slider_animation_set.c | 4 +- .../src/gxe_radial_slider_animation_start.c | 4 +- common/src/gxe_radial_slider_create.c | 4 +- common/src/gxe_radial_slider_event_process.c | 4 +- common/src/gxe_radial_slider_info_get.c | 4 +- common/src/gxe_radial_slider_info_set.c | 4 +- common/src/gxe_radial_slider_pixelmap_set.c | 4 +- common/src/gxe_radio_button_create.c | 4 +- common/src/gxe_radio_button_pixelmap_set.c | 4 +- common/src/gxe_rich_text_view_create.c | 116 ++++ common/src/gxe_rich_text_view_fonts_set.c | 86 +++ common/src/gxe_screen_stack_create.c | 6 +- common/src/gxe_screen_stack_pop.c | 6 +- common/src/gxe_screen_stack_push.c | 6 +- common/src/gxe_screen_stack_reset.c | 4 +- common/src/gxe_scroll_thumb_create.c | 6 +- common/src/gxe_scroll_thumb_event_process.c | 4 +- common/src/gxe_scroll_wheel_create.c | 4 +- common/src/gxe_scroll_wheel_event_process.c | 4 +- .../src/gxe_scroll_wheel_gradient_alpha_set.c | 4 +- common/src/gxe_scroll_wheel_row_height_set.c | 4 +- ...gxe_scroll_wheel_selected_background_set.c | 4 +- common/src/gxe_scroll_wheel_selected_get.c | 4 +- common/src/gxe_scroll_wheel_selected_set.c | 4 +- common/src/gxe_scroll_wheel_speed_set.c | 4 +- common/src/gxe_scroll_wheel_total_rows_set.c | 4 +- common/src/gxe_scrollbar_event_process.c | 4 +- common/src/gxe_scrollbar_limit_check.c | 4 +- common/src/gxe_scrollbar_reset.c | 4 +- common/src/gxe_scrollbar_value_set.c | 4 +- .../gxe_single_line_text_input_backspace.c | 4 +- .../gxe_single_line_text_input_buffer_clear.c | 4 +- .../gxe_single_line_text_input_buffer_get.c | 4 +- ..._single_line_text_input_character_delete.c | 4 +- ..._single_line_text_input_character_insert.c | 4 +- .../src/gxe_single_line_text_input_create.c | 4 +- ...single_line_text_input_draw_position_get.c | 4 +- common/src/gxe_single_line_text_input_end.c | 4 +- ...gxe_single_line_text_input_event_process.c | 4 +- ...xe_single_line_text_input_fill_color_set.c | 4 +- common/src/gxe_single_line_text_input_home.c | 4 +- .../gxe_single_line_text_input_left_arrow.c | 4 +- .../gxe_single_line_text_input_position_get.c | 4 +- .../gxe_single_line_text_input_right_arrow.c | 4 +- .../gxe_single_line_text_input_style_add.c | 4 +- .../gxe_single_line_text_input_style_remove.c | 4 +- .../gxe_single_line_text_input_style_set.c | 4 +- ...xe_single_line_text_input_text_color_set.c | 4 +- .../gxe_single_line_text_input_text_select.c | 4 +- .../src/gxe_single_line_text_input_text_set.c | 8 +- common/src/gxe_slider_create.c | 4 +- common/src/gxe_slider_event_process.c | 4 +- common/src/gxe_slider_info_set.c | 4 +- common/src/gxe_slider_needle_position_get.c | 4 +- common/src/gxe_slider_travel_get.c | 4 +- common/src/gxe_slider_value_calculate.c | 4 +- common/src/gxe_slider_value_set.c | 4 +- common/src/gxe_sprite_create.c | 4 +- common/src/gxe_sprite_current_frame_set.c | 4 +- common/src/gxe_sprite_frame_list_set.c | 4 +- common/src/gxe_sprite_start.c | 4 +- common/src/gxe_sprite_stop.c | 4 +- common/src/gxe_string_scroll_wheel_create.c | 8 +- .../gxe_string_scroll_wheel_event_process.c | 4 +- ...e_string_scroll_wheel_string_id_list_set.c | 4 +- .../gxe_string_scroll_wheel_string_list_set.c | 8 +- common/src/gxe_system_active_language_set.c | 4 +- common/src/gxe_system_animation_free.c | 4 +- common/src/gxe_system_animation_get.c | 4 +- common/src/gxe_system_canvas_refresh.c | 4 +- common/src/gxe_system_dirty_mark.c | 4 +- common/src/gxe_system_dirty_partial_add.c | 4 +- common/src/gxe_system_draw_context_get.c | 4 +- common/src/gxe_system_event_fold.c | 4 +- common/src/gxe_system_event_send.c | 4 +- common/src/gxe_system_focus_claim.c | 4 +- common/src/gxe_system_initialize.c | 4 +- common/src/gxe_system_language_table_get.c | 4 +- common/src/gxe_system_language_table_set.c | 4 +- common/src/gxe_system_memory_allocator_set.c | 4 +- common/src/gxe_system_pen_configure.c | 4 +- common/src/gxe_system_screen_stack_create.c | 6 +- common/src/gxe_system_screen_stack_get.c | 6 +- common/src/gxe_system_screen_stack_pop.c | 6 +- common/src/gxe_system_screen_stack_push.c | 6 +- common/src/gxe_system_scroll_appearance_get.c | 4 +- common/src/gxe_system_scroll_appearance_set.c | 4 +- common/src/gxe_system_start.c | 4 +- common/src/gxe_system_string_get.c | 4 +- common/src/gxe_system_string_table_get.c | 4 +- common/src/gxe_system_string_width_get.c | 8 +- common/src/gxe_system_timer_start.c | 4 +- common/src/gxe_system_timer_stop.c | 4 +- common/src/gxe_system_version_string_get.c | 8 +- common/src/gxe_system_widget_find.c | 4 +- common/src/gxe_text_button_create.c | 4 +- common/src/gxe_text_button_event_process.c | 4 +- common/src/gxe_text_button_font_set.c | 4 +- common/src/gxe_text_button_text_color_set.c | 4 +- common/src/gxe_text_button_text_get.c | 8 +- common/src/gxe_text_button_text_id_set.c | 4 +- common/src/gxe_text_button_text_set.c | 8 +- ...gxe_text_input_cursor_blink_interval_set.c | 4 +- common/src/gxe_text_input_cursor_height_set.c | 4 +- common/src/gxe_text_input_cursor_width_set.c | 4 +- .../src/gxe_text_scroll_wheel_callback_set.c | 8 +- common/src/gxe_text_scroll_wheel_create.c | 4 +- .../src/gxe_text_scroll_wheel_event_process.c | 96 +++ common/src/gxe_text_scroll_wheel_font_set.c | 4 +- .../gxe_text_scroll_wheel_text_color_set.c | 4 +- common/src/gxe_tree_view_create.c | 4 +- common/src/gxe_tree_view_event_process.c | 4 +- common/src/gxe_tree_view_indentation_set.c | 4 +- common/src/gxe_tree_view_position.c | 4 +- .../src/gxe_tree_view_root_line_color_set.c | 4 +- common/src/gxe_tree_view_root_pixelmap_set.c | 4 +- common/src/gxe_tree_view_selected_get.c | 4 +- common/src/gxe_tree_view_selected_set.c | 4 +- common/src/gxe_utility_canvas_to_bmp.c | 4 +- common/src/gxe_utility_circle_point_get.c | 4 +- common/src/gxe_utility_gradient_create.c | 4 +- common/src/gxe_utility_gradient_delete.c | 4 +- common/src/gxe_utility_ltoa.c | 4 +- common/src/gxe_utility_pixelmap_resize.c | 4 +- common/src/gxe_utility_pixelmap_rotate.c | 4 +- .../src/gxe_utility_pixelmap_simple_rotate.c | 4 +- common/src/gxe_utility_rectangle_center.c | 4 +- .../src/gxe_utility_rectangle_center_find.c | 4 +- common/src/gxe_utility_rectangle_combine.c | 4 +- common/src/gxe_utility_rectangle_compare.c | 4 +- common/src/gxe_utility_rectangle_define.c | 4 +- .../gxe_utility_rectangle_overlap_detect.c | 4 +- .../src/gxe_utility_rectangle_point_detect.c | 4 +- common/src/gxe_utility_rectangle_resize.c | 4 +- common/src/gxe_utility_rectangle_shift.c | 4 +- common/src/gxe_utility_string_to_alphamap.c | 8 +- .../src/gxe_vertical_list_children_position.c | 4 +- common/src/gxe_vertical_list_create.c | 4 +- common/src/gxe_vertical_list_event_process.c | 4 +- common/src/gxe_vertical_list_page_index_set.c | 4 +- .../gxe_vertical_list_selected_index_get.c | 4 +- common/src/gxe_vertical_list_selected_set.c | 4 +- .../gxe_vertical_list_selected_widget_get.c | 4 +- common/src/gxe_vertical_list_total_rows_set.c | 4 +- common/src/gxe_vertical_scrollbar_create.c | 4 +- common/src/gxe_widget_allocate.c | 4 +- common/src/gxe_widget_attach.c | 4 +- common/src/gxe_widget_back_attach.c | 4 +- common/src/gxe_widget_back_move.c | 4 +- common/src/gxe_widget_block_move.c | 4 +- common/src/gxe_widget_border_style_set.c | 4 +- common/src/gxe_widget_border_width_get.c | 4 +- common/src/gxe_widget_canvas_get.c | 4 +- common/src/gxe_widget_child_detect.c | 4 +- common/src/gxe_widget_client_get.c | 4 +- common/src/gxe_widget_color_get.c | 4 +- common/src/gxe_widget_create.c | 4 +- common/src/gxe_widget_created_test.c | 4 +- common/src/gxe_widget_delete.c | 4 +- common/src/gxe_widget_detach.c | 4 +- common/src/gxe_widget_draw_set.c | 4 +- common/src/gxe_widget_event_generate.c | 4 +- common/src/gxe_widget_event_process.c | 4 +- common/src/gxe_widget_event_process_set.c | 4 +- common/src/gxe_widget_event_to_parent.c | 4 +- common/src/gxe_widget_fill_color_set.c | 4 +- common/src/gxe_widget_find.c | 4 +- common/src/gxe_widget_first_child_get.c | 4 +- common/src/gxe_widget_focus_next.c | 4 +- common/src/gxe_widget_focus_previous.c | 4 +- common/src/gxe_widget_font_get.c | 4 +- common/src/gxe_widget_free.c | 4 +- common/src/gxe_widget_front_move.c | 4 +- common/src/gxe_widget_height_get.c | 4 +- common/src/gxe_widget_hide.c | 4 +- common/src/gxe_widget_last_child_get.c | 4 +- common/src/gxe_widget_next_sibling_get.c | 4 +- common/src/gxe_widget_parent_get.c | 4 +- common/src/gxe_widget_pixelmap_get.c | 4 +- common/src/gxe_widget_previous_sibling_get.c | 4 +- common/src/gxe_widget_resize.c | 4 +- common/src/gxe_widget_shift.c | 4 +- common/src/gxe_widget_show.c | 4 +- common/src/gxe_widget_status_add.c | 4 +- common/src/gxe_widget_status_get.c | 4 +- common/src/gxe_widget_status_remove.c | 4 +- common/src/gxe_widget_status_test.c | 4 +- common/src/gxe_widget_string_get.c | 8 +- common/src/gxe_widget_style_add.c | 4 +- common/src/gxe_widget_style_get.c | 4 +- common/src/gxe_widget_style_remove.c | 4 +- common/src/gxe_widget_style_set.c | 4 +- common/src/gxe_widget_text_blend.c | 8 +- .../src/gxe_widget_top_visible_child_find.c | 4 +- common/src/gxe_widget_type_find.c | 4 +- common/src/gxe_widget_width_get.c | 4 +- common/src/gxe_window_client_height_get.c | 4 +- common/src/gxe_window_client_scroll.c | 4 +- common/src/gxe_window_client_width_get.c | 4 +- common/src/gxe_window_close.c | 4 +- common/src/gxe_window_create.c | 4 +- common/src/gxe_window_event_process.c | 4 +- common/src/gxe_window_execute.c | 4 +- common/src/gxe_window_root_create.c | 4 +- common/src/gxe_window_root_delete.c | 4 +- common/src/gxe_window_root_event_process.c | 4 +- common/src/gxe_window_root_find.c | 4 +- common/src/gxe_window_scroll_info_get.c | 4 +- common/src/gxe_window_scrollbar_find.c | 4 +- common/src/gxe_window_wallpaper_get.c | 4 +- common/src/gxe_window_wallpaper_set.c | 4 +- ports/arc_em/metaware/inc/gx_port.h | 6 +- ports/arc_hs/metaware/inc/gx_port.h | 6 +- ports/arm9/ac5/inc/gx_port.h | 6 +- ports/arm9/gnu/inc/gx_port.h | 6 +- ports/arm9/iar/inc/gx_port.h | 6 +- ports/c667x/ccs/inc/gx_port.h | 6 +- ports/cortex_a15/gnu/inc/gx_port.h | 6 +- ports/cortex_a5/ac5/inc/gx_port.h | 6 +- ports/cortex_a5/gnu/inc/gx_port.h | 6 +- ports/cortex_a5/iar/inc/gx_port.h | 6 +- ports/cortex_a5x/ac6/inc/gx_port.h | 6 +- ports/cortex_a7/ac5/inc/gx_port.h | 6 +- ports/cortex_a7/gnu/inc/gx_port.h | 6 +- ports/cortex_a7/iar/inc/gx_port.h | 6 +- ports/cortex_a8/ac5/inc/gx_port.h | 6 +- ports/cortex_a8/gnu/inc/gx_port.h | 6 +- ports/cortex_a8/iar/inc/gx_port.h | 6 +- ports/cortex_a9/ac5/inc/gx_port.h | 6 +- ports/cortex_a9/gnu/inc/gx_port.h | 6 +- ports/cortex_a9/iar/inc/gx_port.h | 6 +- ports/cortex_m0/ac5/inc/gx_port.h | 6 +- ports/cortex_m0/gnu/inc/gx_port.h | 6 +- ports/cortex_m0/iar/inc/gx_port.h | 6 +- ports/cortex_m3/ac5/inc/gx_port.h | 6 +- ports/cortex_m3/gnu/inc/gx_port.h | 6 +- ports/cortex_m3/iar/inc/gx_port.h | 6 +- ports/cortex_m3/keil/inc/gx_port.h | 6 +- ports/cortex_m4/ac5/inc/gx_port.h | 6 +- ports/cortex_m4/gnu/inc/gx_port.h | 6 +- ports/cortex_m4/iar/inc/gx_port.h | 6 +- ports/cortex_m4/keil/inc/gx_port.h | 6 +- ports/cortex_m7/ac5/inc/gx_port.h | 6 +- ports/cortex_m7/gnu/inc/gx_port.h | 6 +- ports/cortex_m7/iar/inc/gx_port.h | 6 +- ports/cortex_r4/ac5/inc/gx_port.h | 6 +- ports/cortex_r4/ac6/inc/gx_port.h | 6 +- ports/cortex_r4/gnu/inc/gx_port.h | 6 +- ports/cortex_r4/iar/inc/gx_port.h | 6 +- ports/cortex_r5/ac5/inc/gx_port.h | 6 +- ports/cortex_r5/gnu/inc/gx_port.h | 6 +- ports/cortex_r5/iar/inc/gx_port.h | 6 +- ports/linux/gnu/CMakeLists.txt | 9 + ports/linux/gnu/inc/gx_port.h | 6 +- ports/win32/vs_2019/inc/gx_port.h | 17 +- ports/win32/vs_2019_standalone/inc/gx_port.h | 110 ++++ 1308 files changed, 9553 insertions(+), 2488 deletions(-) create mode 100644 common/inc/gx_rich_text_view.h create mode 100644 common/src/gx_rich_text_view_context_peek.c create mode 100644 common/src/gx_rich_text_view_context_pop.c create mode 100644 common/src/gx_rich_text_view_context_push.c create mode 100644 common/src/gx_rich_text_view_context_reset.c create mode 100644 common/src/gx_rich_text_view_context_restore.c create mode 100644 common/src/gx_rich_text_view_context_save.c create mode 100644 common/src/gx_rich_text_view_create.c create mode 100644 common/src/gx_rich_text_view_draw.c create mode 100644 common/src/gx_rich_text_view_fonts_set.c create mode 100644 common/src/gx_rich_text_view_line_info_get.c create mode 100644 common/src/gx_rich_text_view_scroll_info_get.c create mode 100644 common/src/gx_rich_text_view_tag_enter.c create mode 100644 common/src/gx_rich_text_view_text_draw.c create mode 100644 common/src/gx_rich_text_view_text_total_height_calculate.c create mode 100644 common/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c create mode 100644 common/src/gx_text_scroll_wheel_event_process.c create mode 100644 common/src/gx_utility_string_compare.c create mode 100644 common/src/gxe_rich_text_view_create.c create mode 100644 common/src/gxe_rich_text_view_fonts_set.c create mode 100644 common/src/gxe_text_scroll_wheel_event_process.c create mode 100644 ports/linux/gnu/CMakeLists.txt create mode 100644 ports/win32/vs_2019_standalone/inc/gx_port.h diff --git a/LICENSED-HARDWARE.txt b/LICENSED-HARDWARE.txt index fd9627c2..93a21d08 100644 --- a/LICENSED-HARDWARE.txt +++ b/LICENSED-HARDWARE.txt @@ -25,4 +25,4 @@ Renesas: -------------------------------------------------------------------------------- -More coming soon. Please check back frequently for updates. +More coming soon. Please check back frequently for updates. \ No newline at end of file diff --git a/README.md b/README.md index eee5ccc5..a16d00b7 100644 --- a/README.md +++ b/README.md @@ -101,8 +101,9 @@ Professional support plans (https://azure.microsoft.com/en-us/support/options/) The following are references to additional Azure RTOS and Azure IoT in general: | | | |---|---| -| Azure RTOS Website: | https://azure.microsoft.com/en-us/services/rtos/ | +| Azure RTOS Documenation and Guides: | https://docs.microsoft.com/azure/rtos | +| Azure RTOS Website: | https://azure.microsoft.com/services/rtos/ | | Azure RTOS Sales Questions: | https://azure-rtos.ms-iot-contact.com/ | -| Microsoft Q/A for Azure IoT: | https://docs.microsoft.com/en-us/answers/products/azure?product=iot | -| Internet of Things Show: | https://aka.ms/iotshow | -| IoT Tech Community: | https://aka.ms/iottechcommunity | +| For technical questions check out Microsoft Q/A for Azure IoT: | https://aka.ms/QnA/azure-rtos | +| Internet of Things Show for latest announcements and online training: | https://aka.ms/iotshow | +| IoT Tech Community: | https://aka.ms/community/azure-rtos | diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 7543a2ec..377992cb 100755 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -469,6 +469,20 @@ target_sources(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/src/gx_radio_button_create.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_radio_button_draw.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_radio_button_pixelmap_set.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_peek.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_pop.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_push.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_reset.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_restore.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_context_save.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_create.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_draw.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_fonts_set.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_line_info_get.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_scroll_info_get.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_tag_enter.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_text_draw.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_rich_text_view_text_total_height_calculate.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_screen_stack_create.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_screen_stack_pop.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_screen_stack_push.c @@ -633,6 +647,8 @@ target_sources(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_input_cursor_width_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_callback_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_create.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_event_process.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_draw.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_font_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_text_scroll_wheel_text_color_set.c @@ -693,6 +709,7 @@ target_sources(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_rectangle_point_detect.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_rectangle_resize.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_rectangle_shift.c + ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_string_compare.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_string_length_check.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_string_to_alphamap.c ${CMAKE_CURRENT_LIST_DIR}/src/gx_utility_thai_glyph_shaping.c @@ -1008,6 +1025,8 @@ target_sources(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/src/gxe_radial_slider_pixelmap_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_radio_button_create.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_radio_button_pixelmap_set.c + ${CMAKE_CURRENT_LIST_DIR}/src/gxe_rich_text_view_create.c + ${CMAKE_CURRENT_LIST_DIR}/src/gxe_rich_text_view_fonts_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_screen_stack_create.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_screen_stack_pop.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_screen_stack_push.c @@ -1104,6 +1123,7 @@ target_sources(${PROJECT_NAME} ${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_input_cursor_width_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_callback_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_create.c + ${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_event_process.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_font_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_text_scroll_wheel_text_color_set.c ${CMAKE_CURRENT_LIST_DIR}/src/gxe_tree_view_create.c diff --git a/common/inc/gx_animation.h b/common/inc/gx_animation.h index 16d5f9c1..2234bb4a 100644 --- a/common/inc/gx_animation.h +++ b/common/inc/gx_animation.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_animation.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_api.h b/common/inc/gx_api.h index c68c5886..2ad84919 100644 --- a/common/inc/gx_api.h +++ b/common/inc/gx_api.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,14 +42,12 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added line break status, */ /* updated product constants, */ -/* resulting in version 6.0.1 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* modified glyph header, */ +/* modified controls blocks, */ /* added new APIs, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -72,8 +70,8 @@ extern "C" { #define AZURE_RTOS_GUIX #define GUIX_MAJOR_VERSION 6 -#define GUIX_MINOR_VERSION 0 -#define GUIX_PATCH_VERSION 2 +#define GUIX_MINOR_VERSION 1 +#define GUIX_PATCH_VERSION 0 /* The following symbols are defined for backward compatibility reasons.*/ #define __PRODUCT_GUIX__ @@ -237,6 +235,11 @@ typedef struct GX_STRING_STRUCT #define GX_MULTI_LINE_TEXT_BUTTON_MAX_LINES 4 #endif +/* Define rich text context stack size. */ +#ifndef GX_MAX_RICH_TEXT_CONTEXT_NESTING +#define GX_MAX_RICH_TEXT_CONTEXT_NESTING 10 +#endif + /* maximum number of polygon edges */ #ifndef GX_POLYGON_MAX_EDGE_NUM #define GX_POLYGON_MAX_EDGE_NUM 10 @@ -327,6 +330,7 @@ typedef struct GX_STRING_STRUCT #define GX_INVALID_RESOURCE_ID 0x33 #define GX_INVALID_STRING_LENGTH 0x34 #define GX_MATH_OVERFLOW 0x35 +#define GX_RICH_STYLE_NESTING_EXEEDED 0x36 #define GX_SYSTEM_ERROR 0xFE @@ -543,6 +547,8 @@ typedef struct GX_STRING_STRUCT #define GX_EVENT_MARK_DOWN 59 #define GX_EVENT_MARK_END 60 #define GX_EVENT_MARK_HOME 61 +#define GX_EVENT_DYNAMIC_BIDI_TEXT_ENABLE 62 +#define GX_EVENT_DYNAMIC_BIDI_TEXT_DISABLE 63 /* Define the pre-defined Widgets ID. */ #define ID_DROP_LIST_BUTTON 65535 @@ -638,6 +644,7 @@ typedef struct GX_STRING_STRUCT #define GX_TYPE_STRING_SCROLL_WHEEL 141 #define GX_TYPE_NUMERIC_SCROLL_WHEEL 142 #define GX_TYPE_TREE_VIEW 143 +#define GX_TYPE_RICH_TEXT_VIEW 144 /* A pseudo-type, used by Studio code generator */ #define GX_TYPE_TEMPLATE 200 @@ -1000,6 +1007,33 @@ typedef GX_UBYTE GX_CHAR_CODE; #endif #endif +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) +typedef struct GX_BIDI_RESOLVED_TEXT_INFO_STRUCT +{ + GX_STRING *gx_bidi_resolved_text_info_text; + UINT gx_bidi_resolved_text_info_total_lines; + struct GX_BIDI_RESOLVED_TEXT_INFO_STRUCT *gx_bidi_resolved_text_info_next; +} GX_BIDI_RESOLVED_TEXT_INFO; + +#define GX_PROMPT_BIDI_RESOLVED_TEXT_INFO GX_BIDI_RESOLVED_TEXT_INFO *gx_prompt_bidi_resolved_text_info; +#define GX_TEXT_BUTTON_BIDI_RESOLVED_TEXT_INFO GX_BIDI_RESOLVED_TEXT_INFO *gx_text_button_bidi_resolved_text_info; +#define GX_MULTI_LINE_TEXT_VIEW_BIDI_RESOLVED_TEXT_INFO GX_BIDI_RESOLVED_TEXT_INFO *gx_multi_line_text_view_bidi_resolved_text_info; +#define GX_TEXT_SCROLL_WHEEL_BIDI_RESOLVED_TEXT_INFO GX_BIDI_RESOLVED_TEXT_INFO **gx_text_scroll_wheel_bidi_resolved_text_info; +#else +#define GX_PROMPT_BIDI_RESOLVED_TEXT_INFO +#define GX_TEXT_BUTTON_BIDI_RESOLVED_TEXT_INFO +#define GX_MULTI_LINE_TEXT_VIEW_BIDI_RESOLVED_TEXT_INFO +#define GX_TEXT_SCROLL_WHEEL_BIDI_RESOLVED_TEXT_INFO +#endif + +#if defined(GX_ENABLE_DEPRECATED_STRING_API) +#define GX_STRING_SCROLL_WHEEL_STRING_LIST_DEPRECATED GX_CONST GX_CHAR **gx_string_scroll_wheel_string_list_deprecated; +#define GX_TEXT_SCROLL_WHEEL_TEXT_GET_DEPRECATED GX_CONST GX_CHAR* (*gx_text_scroll_wheel_text_get_deprecated)(struct GX_TEXT_SCROLL_WHEEL_STRUCT*, INT); +#else +#define GX_STRING_SCROLL_WHEEL_STRING_LIST_DEPRECATED +#define GX_TEXT_SCROLL_WHEEL_TEXT_GET_DEPRECATED +#endif + /* Define the Point type. */ typedef struct GX_POINT_STRUCT @@ -1880,6 +1914,46 @@ typedef struct GX_LANGUAGE_HEADER_STRUCT{ ULONG gx_language_header_data_size; }GX_LANGUAGE_HEADER; +/* Define rich tet view fonts structure. */ +typedef struct GX_RICH_TEXT_FONTS_STRUCT{ + GX_RESOURCE_ID gx_rich_text_fonts_normal_id; + GX_RESOURCE_ID gx_rich_text_fonts_bold_id; + GX_RESOURCE_ID gx_rich_text_fonts_italic_id; + GX_RESOURCE_ID gx_rich_text_fonts_bold_italic_id; +}GX_RICH_TEXT_FONTS; + +/* Define rich text flags. */ +#define GX_RICH_TEXT_BOLD 0x01 +#define GX_RICH_TEXT_ITALIC 0x02 +#define GX_RICH_TEXT_UNDERLINE 0x04 +#define GX_RICH_TEXT_LEFT 0x00 +#define GX_RICH_TEXT_CENTER 0x10 +#define GX_RICH_TEXT_RIGHT 0x20 +#define GX_RICH_TEXT_ALIGN_MASK 0x30 + +/* Define rich text view draw style structure. */ +typedef struct GX_RICH_TEXT_FORMAT_STRUCT +{ + GX_RESOURCE_ID gx_rich_text_color; + GX_RESOURCE_ID gx_rich_text_highlight_color; + GX_RESOURCE_ID gx_rich_text_font_id; + GX_UBYTE gx_rich_text_flags; +}GX_RICH_TEXT_FORMAT; + +/* Define rich text context structure. */ +typedef struct GX_RICH_TEXT_CONTEXT_STRUCT +{ + GX_RICH_TEXT_FORMAT gx_rich_text_context_format; + GX_CONST GX_STRING *gx_rich_text_context_tag; +}GX_RICH_TEXT_CONTEXT; + +/* Define rich text context stack structure. */ +typedef struct GX_RICH_TEXT_CONTEXT_STACK_STRUCT +{ + GX_RICH_TEXT_CONTEXT gx_rich_text_context_stack[GX_MAX_RICH_TEXT_CONTEXT_NESTING]; + GX_UBYTE gx_rich_text_context_stack_top; +} GX_RICH_TEXT_CONTEXT_STACK; + /* Define macro for GX_WIDGET members. */ #if defined(GX_WIDGET_USER_DATA) @@ -1931,7 +2005,8 @@ typedef struct GX_LANGUAGE_HEADER_STRUCT{ GX_RESOURCE_ID gx_prompt_font_id; \ GX_RESOURCE_ID gx_prompt_normal_text_color; \ GX_RESOURCE_ID gx_prompt_selected_text_color; \ - GX_RESOURCE_ID gx_prompt_disabled_text_color; + GX_RESOURCE_ID gx_prompt_disabled_text_color; \ + GX_PROMPT_BIDI_RESOLVED_TEXT_INFO #define GX_NUMERIC_PROMPT_MEMBERS_DECLARE \ GX_PROMPT_MEMBERS_DECLARE \ @@ -2007,7 +2082,8 @@ typedef struct GX_LANGUAGE_HEADER_STRUCT{ GX_STRING gx_text_button_string; \ GX_RESOURCE_ID gx_text_button_normal_text_color; \ GX_RESOURCE_ID gx_text_button_selected_text_color; \ - GX_RESOURCE_ID gx_text_button_disabled_text_color; + GX_RESOURCE_ID gx_text_button_disabled_text_color; \ + GX_TEXT_BUTTON_BIDI_RESOLVED_TEXT_INFO /* Define macro for GX_MULTI_LINE_TEXT_BUTTON, based on GX_TEXT_BUTTON. */ @@ -2162,7 +2238,15 @@ typedef struct GX_LANGUAGE_HEADER_STRUCT{ GX_BOOL gx_multi_line_text_view_line_index_old; \ GX_UBYTE gx_multi_line_text_view_cache_size; \ UINT gx_multi_line_text_view_first_cache_line; \ - UINT gx_multi_line_text_view_line_index[GX_MULTI_LINE_INDEX_CACHE_SIZE]; + UINT gx_multi_line_text_view_line_index[GX_MULTI_LINE_INDEX_CACHE_SIZE]; \ + GX_MULTI_LINE_TEXT_VIEW_BIDI_RESOLVED_TEXT_INFO + +/* Define macro for GX_RICH_TEXT_VIEW, based on GX_MULTI_LINE_TEXT_VIEW. */ + +#define GX_RICH_TEXT_VIEW_MEMBERS_DECLARE \ + GX_MULTI_LINE_TEXT_VIEW_MEMBERS_DECLARE \ + GX_RICH_TEXT_FONTS gx_rich_text_view_fonts; \ + ULONG gx_rich_text_view_text_total_height; /* GX_MULTI_LINE_TEXT_INPUT, based on GX_MULTI_LINE_TEXT_VIEW */ #define GX_MULTI_LINE_TEXT_INPUT_MEMBERS_DECLARE \ @@ -2242,7 +2326,6 @@ typedef struct GX_LANGUAGE_HEADER_STRUCT{ GX_VALUE gx_scroll_wheel_shift_error; /* Define macro for GX_TEXT_SCROLL_WHEEL_BASE members. */ -#if defined(GX_ENABLE_DEPRECATED_STRING_API) #define GX_TEXT_SCROLL_WHEEL_MEMBERS_DECLARE \ GX_SCROLL_WHEEL_MEMBERS_DECLARE \ GX_RESOURCE_ID gx_text_scroll_wheel_normal_font; \ @@ -2250,34 +2333,17 @@ typedef struct GX_LANGUAGE_HEADER_STRUCT{ GX_RESOURCE_ID gx_text_scroll_wheel_normal_text_color; \ GX_RESOURCE_ID gx_text_scroll_wheel_selected_text_color; \ GX_RESOURCE_ID gx_text_scroll_wheel_disabled_text_color; \ - GX_CONST GX_CHAR* (*gx_text_scroll_wheel_text_get_deprecated)(struct GX_TEXT_SCROLL_WHEEL_STRUCT*, INT); \ - UINT (*gx_text_scroll_wheel_text_get)(struct GX_TEXT_SCROLL_WHEEL_STRUCT *, INT, GX_STRING *); -#else -#define GX_TEXT_SCROLL_WHEEL_MEMBERS_DECLARE \ - GX_SCROLL_WHEEL_MEMBERS_DECLARE \ - GX_RESOURCE_ID gx_text_scroll_wheel_normal_font; \ - GX_RESOURCE_ID gx_text_scroll_wheel_selected_font; \ - GX_RESOURCE_ID gx_text_scroll_wheel_normal_text_color; \ - GX_RESOURCE_ID gx_text_scroll_wheel_selected_text_color; \ - GX_RESOURCE_ID gx_text_scroll_wheel_disabled_text_color; \ - UINT (*gx_text_scroll_wheel_text_get)(struct GX_TEXT_SCROLL_WHEEL_STRUCT *, INT, GX_STRING *); -#endif + UINT (*gx_text_scroll_wheel_text_get)(struct GX_TEXT_SCROLL_WHEEL_STRUCT *, INT, GX_STRING *);\ + GX_TEXT_SCROLL_WHEEL_TEXT_GET_DEPRECATED \ + GX_TEXT_SCROLL_WHEEL_BIDI_RESOLVED_TEXT_INFO /* Define macro for GX_STRING_SCROLL_WHEEL members. */ -#if defined(GX_ENABLE_DEPRECATED_STRING_API) -#define GX_STRING_SCROLL_WHEEL_MEMBERS_DECLARE \ - GX_TEXT_SCROLL_WHEEL_MEMBERS_DECLARE \ - GX_CONST GX_CHAR **gx_string_scroll_wheel_string_list_deprecated; \ - GX_CONST GX_STRING *gx_string_scroll_wheel_string_list; \ - USHORT gx_string_scroll_wheel_string_list_buffer_size;\ - GX_CONST GX_RESOURCE_ID *gx_string_scroll_wheel_string_id_list; -#else #define GX_STRING_SCROLL_WHEEL_MEMBERS_DECLARE \ GX_TEXT_SCROLL_WHEEL_MEMBERS_DECLARE \ GX_CONST GX_STRING *gx_string_scroll_wheel_string_list; \ USHORT gx_string_scroll_wheel_string_list_buffer_size;\ - GX_CONST GX_RESOURCE_ID *gx_string_scroll_wheel_string_id_list; -#endif + GX_CONST GX_RESOURCE_ID *gx_string_scroll_wheel_string_id_list; \ + GX_STRING_SCROLL_WHEEL_STRING_LIST_DEPRECATED /* Define macro for GX_RANGE_SCROLL_WHEEL members. */ #define GX_NUMERIC_SCROLL_WHEEL_MEMBERS_DECLARE \ @@ -2482,6 +2548,13 @@ typedef struct GX_MULTI_LINE_TEXT_VIEW_STRUCT GX_MULTI_LINE_TEXT_VIEW_MEMBERS_DECLARE } GX_MULTI_LINE_TEXT_VIEW; +/* Define Rich Text View type. */ + +typedef struct GX_RICH_TEXT_VIEW_STRUCT +{ + GX_RICH_TEXT_VIEW_MEMBERS_DECLARE +} GX_RICH_TEXT_VIEW; + /*Define GX_MULTI_LINE_TEXT_INFO type. */ typedef struct GX_MULTI_LINE_TEXT_INFO_STRUCT { @@ -2489,6 +2562,15 @@ typedef struct GX_MULTI_LINE_TEXT_INFO_STRUCT USHORT gx_text_display_number; } GX_MULTI_LINE_TEXT_INFO; +typedef struct GX_RICH_TEXT_INOT_STRUCT +{ + GX_COLOR gx_rich_text_info_foreground_color; + GX_COLOR gx_rich_text_info_background_color; + USHORT gx_rich_text_info_style; + ULONG gx_rich_text_info_start_index; + ULONG gx_rich_text_info_end_index; +}GX_RICH_TEXT_INFO; + /*Define GX_MULTI_TEXT_INPUT type. */ typedef struct GX_MULTI_LINE_TEXT_INPUT_STRUCT @@ -3000,6 +3082,11 @@ typedef struct GX_FIXED_POINT_STRUCT #define gx_multi_line_text_view_text_set_ext _gx_multi_line_text_view_text_set_ext #define gx_multi_line_text_view_whitespace_set _gx_multi_line_text_view_whitespace_set +#define gx_rich_text_view_create(a, b, c, d, e, f, g, h) _gx_rich_text_view_create(a, b, (GX_WIDGET *)c, d, e, f, g, h) +#define gx_rich_text_view_draw _gx_rich_text_view_draw +#define gx_rich_text_view_text_draw _gx_rich_text_view_text_draw +#define gx_rich_text_view_fonts_set _gx_rich_text_view_fonts_set + #define gx_numeric_pixelmap_prompt_create _gx_numeric_pixelmap_prompt_create #define gx_numeric_pixelmap_prompt_format_function_set _gx_numeric_pixelmap_prompt_format_function_set #define gx_numeric_pixelmap_prompt_value_set _gx_numeric_pixelmap_prompt_value_set @@ -3257,6 +3344,7 @@ typedef struct GX_FIXED_POINT_STRUCT #endif #define gx_text_scroll_wheel_create _gx_text_scroll_wheel_create #define gx_text_scroll_wheel_draw _gx_text_scroll_wheel_draw +#define gx_text_scroll_wheel_event_process _gx_text_scroll_wheel_event_process #define gx_transition_window_create(a, b, c, d, e, f) _gx_transition_window_create(a, b, (GX_WIDGET *)c, d, e, f) @@ -3706,6 +3794,18 @@ UINT _gx_multi_line_text_view_text_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_CONST G UINT _gx_multi_line_text_view_text_set_ext(GX_MULTI_LINE_TEXT_VIEW *view, GX_CONST GX_STRING *text); UINT _gx_multi_line_text_view_whitespace_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_UBYTE whitespace); +UINT _gx_rich_text_view_create(GX_RICH_TEXT_VIEW *rich_view, + GX_CONST GX_CHAR *name, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size); +VOID _gx_rich_text_view_draw(GX_RICH_TEXT_VIEW *text_view); +VOID _gx_rich_text_view_text_draw(GX_RICH_TEXT_VIEW *text_view); +UINT _gx_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *rich_view, GX_RICH_TEXT_FONTS *fonts); + UINT _gx_numeric_pixelmap_prompt_create(GX_NUMERIC_PIXELMAP_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, GX_RESOURCE_ID fill_id, @@ -4021,6 +4121,7 @@ UINT _gx_text_scroll_wheel_callback_set_ext(GX_TEXT_SCROLL_WHEEL *wheel, UINT (* UINT _gx_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); VOID _gx_text_scroll_wheel_draw(GX_TEXT_SCROLL_WHEEL *wheel); +UINT _gx_text_scroll_wheel_event_process(GX_TEXT_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr); UINT _gx_text_scroll_wheel_font_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_font, GX_RESOURCE_ID selected_font); UINT _gx_text_scroll_wheel_text_color_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_text_color, GX_RESOURCE_ID selected_text_color, GX_RESOURCE_ID disabled_text_color); @@ -4422,6 +4523,11 @@ UINT _gx_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, GX #define gx_multi_line_text_view_text_set_ext _gxe_multi_line_text_view_text_set_ext #define gx_multi_line_text_view_whitespace_set _gxe_multi_line_text_view_whitespace_set +#define gx_rich_text_view_create(a, b, c, d, e, f, g, h) _gxe_rich_text_view_create(a, b, (GX_WIDGET *)c, d, e, f, g, h, sizeof(GX_RICH_TEXT_VIEW)) +#define gx_rich_text_view_draw _gx_rich_text_view_draw +#define gx_rich_text_view_text_draw _gx_rich_text_view_text_draw +#define gx_rich_text_view_fonts_set _gxe_rich_text_view_fonts_set + #define gx_numeric_pixelmap_prompt_create(a, b, c, d, e, f, g, h) _gxe_numeric_pixelmap_prompt_create(a, b, (GX_WIDGET *)c, d, e, f, g, h, sizeof(GX_NUMERIC_PIXELMAP_PROMPT)) #define gx_numeric_pixelmap_prompt_format_function_set _gxe_numeric_pixelmap_prompt_format_function_set #define gx_numeric_pixelmap_prompt_value_set _gxe_numeric_pixelmap_prompt_value_set @@ -4677,6 +4783,7 @@ UINT _gx_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, GX #endif #define gx_text_scroll_wheel_create(a, b, c, d, e, f, g) _gxe_text_scroll_wheel_create(a, b, c, d, e, f, g, sizeof(GX_TEXT_SCROLL_WHEEL)) #define gx_text_scroll_wheel_draw _gx_text_scroll_wheel_draw +#define gx_text_scroll_wheel_event_process _gxe_text_scroll_wheel_event_process #define gx_utility_gradient_create _gxe_utility_gradient_create #define gx_utility_gradient_delete _gxe_utility_gradient_delete @@ -5113,6 +5220,19 @@ UINT _gxe_multi_line_text_view_text_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_CONST UINT _gxe_multi_line_text_view_text_set_ext(GX_MULTI_LINE_TEXT_VIEW *view, GX_CONST GX_STRING *text); UINT _gxe_multi_line_text_view_whitespace_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_UBYTE whitespace); +UINT _gxe_rich_text_view_create(GX_RICH_TEXT_VIEW *rich_view, + GX_CONST GX_CHAR *name, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size, + UINT control_block_size); +VOID _gx_rich_text_view_draw(GX_RICH_TEXT_VIEW *text_view); +VOID _gx_rich_text_view_text_draw(GX_RICH_TEXT_VIEW *text_view); +UINT _gxe_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *rich_view, GX_RICH_TEXT_FONTS *fonts); + UINT _gxe_numeric_pixelmap_prompt_create(GX_NUMERIC_PIXELMAP_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *parent, GX_RESOURCE_ID text_id, GX_RESOURCE_ID fill_id, @@ -5433,6 +5553,7 @@ UINT _gxe_text_scroll_wheel_text_color_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOU UINT _gxe_text_scroll_wheel_create(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX_CHAR *name, GX_WIDGET *parent, INT value_count, ULONG style, USHORT Id, GX_CONST GX_RECTANGLE *size, UINT control_block_size); +UINT _gxe_text_scroll_wheel_event_process(GX_TEXT_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr); VOID _gx_text_scroll_wheel_draw(GX_TEXT_SCROLL_WHEEL *wheel); UINT _gxe_tree_view_create(GX_TREE_VIEW *tree, GX_CONST GX_CHAR *name, GX_WIDGET *parent, @@ -5622,11 +5743,17 @@ UINT _gxe_window_wallpaper_set(GX_WINDOW *window, GX_RESOURCE_ID wallpaper_id, G #endif #ifndef GX_THREADX_BINDING +#ifdef GX_STANDALONE_BINDING +#include +#include +#include "gx_system_standalone_bind.h" +#else /* pull in custom rtos porting header */ #include #include #include "gx_system_rtos_bind.h" #endif +#endif #endif diff --git a/common/inc/gx_binres_loader.h b/common/inc/gx_binres_loader.h index 3e752914..b69fb5f1 100644 --- a/common/inc/gx_binres_loader.h +++ b/common/inc/gx_binres_loader.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_binres_loader.h PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,10 +42,10 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* defined macros to read */ /* integer value, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_button.h b/common/inc/gx_button.h index 935e7b63..dd99ba6a 100644 --- a/common/inc/gx_button.h +++ b/common/inc/gx_button.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_button.h PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,9 +42,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added new prototypes, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_canvas.h b/common/inc/gx_canvas.h index 8ed8aa62..bc212da9 100644 --- a/common/inc/gx_canvas.h +++ b/common/inc/gx_canvas.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_canvas.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_circular_gauge.h b/common/inc/gx_circular_gauge.h index 3c082aae..ca7b83dc 100644 --- a/common/inc/gx_circular_gauge.h +++ b/common/inc/gx_circular_gauge.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_circular_gauge.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_context.h b/common/inc/gx_context.h index 2a056edf..9fbbcd61 100644 --- a/common/inc/gx_context.h +++ b/common/inc/gx_context.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_context.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_display.h b/common/inc/gx_display.h index b885a687..eefdbb50 100644 --- a/common/inc/gx_display.h +++ b/common/inc/gx_display.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_display.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_drop_list.h b/common/inc/gx_drop_list.h index ab1c61cb..31104407 100644 --- a/common/inc/gx_drop_list.h +++ b/common/inc/gx_drop_list.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_drop_list.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_icon.h b/common/inc/gx_icon.h index db2bc84a..ccfd104b 100644 --- a/common/inc/gx_icon.h +++ b/common/inc/gx_icon.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_icon.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_image_reader.h b/common/inc/gx_image_reader.h index eb7d3100..c07bb0f6 100644 --- a/common/inc/gx_image_reader.h +++ b/common/inc/gx_image_reader.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_image_reader.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE 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) diff --git a/common/inc/gx_line_chart.h b/common/inc/gx_line_chart.h index 4bbc1870..b3cfa71e 100644 --- a/common/inc/gx_line_chart.h +++ b/common/inc/gx_line_chart.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_line_chart.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_menu.h b/common/inc/gx_menu.h index c36efa51..54ef0c97 100644 --- a/common/inc/gx_menu.h +++ b/common/inc/gx_menu.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_menu.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_multi_line_text_input.h b/common/inc/gx_multi_line_text_input.h index 55802c49..0d0d061a 100644 --- a/common/inc/gx_multi_line_text_input.h +++ b/common/inc/gx_multi_line_text_input.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_multi_line_text_input.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE 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 diff --git a/common/inc/gx_multi_line_text_view.h b/common/inc/gx_multi_line_text_view.h index 1e98d101..53a1ba7d 100644 --- a/common/inc/gx_multi_line_text_view.h +++ b/common/inc/gx_multi_line_text_view.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_multi_line_text_view.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -98,3 +100,14 @@ UINT _gxe_multi_line_text_view_text_set_ext(GX_MULTI_LINE_TEXT_VIEW *view, GX_CO UINT _gxe_multi_line_text_view_whitespace_set(GX_MULTI_LINE_TEXT_VIEW *view, GX_UBYTE whitespace); +UINT _gxe_rich_text_view_create(GX_RICH_TEXT_VIEW *rich_view, + GX_CONST GX_CHAR *name, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size, + UINT control_block_size); +UINT _gxe_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *rich_view, GX_RICH_TEXT_FONTS *fonts); + diff --git a/common/inc/gx_numeric_pixelmap_prompt.h b/common/inc/gx_numeric_pixelmap_prompt.h index d16511ae..e0f9e10d 100644 --- a/common/inc/gx_numeric_pixelmap_prompt.h +++ b/common/inc/gx_numeric_pixelmap_prompt.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_numeric_pixelmap_prompt.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_numeric_prompt.h b/common/inc/gx_numeric_prompt.h index 445a7a58..cb91ab10 100644 --- a/common/inc/gx_numeric_prompt.h +++ b/common/inc/gx_numeric_prompt.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_numeric_prompt.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_pixelmap_prompt.h b/common/inc/gx_pixelmap_prompt.h index 872b4345..d445bea3 100644 --- a/common/inc/gx_pixelmap_prompt.h +++ b/common/inc/gx_pixelmap_prompt.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_pixelmap_prompt.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_progress_bar.h b/common/inc/gx_progress_bar.h index 5c489478..8ada10a5 100644 --- a/common/inc/gx_progress_bar.h +++ b/common/inc/gx_progress_bar.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_progress_bar.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_prompt.h b/common/inc/gx_prompt.h index 2c1b48f3..6f2db581 100644 --- a/common/inc/gx_prompt.h +++ b/common/inc/gx_prompt.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_prompt.h PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,9 +42,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added new prototypes, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_radial_progress_bar.h b/common/inc/gx_radial_progress_bar.h index c40a7039..b97f92ef 100644 --- a/common/inc/gx_radial_progress_bar.h +++ b/common/inc/gx_radial_progress_bar.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_radial_progress_bar.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_radial_slider.h b/common/inc/gx_radial_slider.h index e39121d7..761c5c2f 100644 --- a/common/inc/gx_radial_slider.h +++ b/common/inc/gx_radial_slider.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_radial_slider.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_rich_text_view.h b/common/inc/gx_rich_text_view.h new file mode 100644 index 00000000..1a68cba6 --- /dev/null +++ b/common/inc/gx_rich_text_view.h @@ -0,0 +1,96 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ +/**************************************************************************/ + + +/**************************************************************************/ +/* */ +/* COMPONENT DEFINITION RELEASE */ +/* */ +/* gx_rich_text_view.h PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This file defines the GUIX text view management 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 */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +#ifndef GX_RICH_TEXT_VIEW_H +#define GX_RICH_TEXT_VIEW_H + +typedef struct GX_RICH_TEXT_LINE_INFO_STRUCT +{ + GX_STRING gx_rich_text_line_info_text; + GX_RICH_TEXT_FORMAT gx_rich_text_line_info_start_format; + GX_RICH_TEXT_FORMAT gx_rich_text_line_info_end_format; + UINT gx_rich_text_line_info_text_width; + GX_UBYTE gx_rich_text_line_info_line_height; + GX_UBYTE gx_rich_text_line_info_baseline; +} GX_RICH_TEXT_LINE_INFO; + + +/* 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_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_create(GX_RICH_TEXT_VIEW *text_view, + GX_CONST GX_CHAR *name, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size); +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); +VOID _gx_rich_text_view_draw(GX_RICH_TEXT_VIEW *text_view); +UINT _gx_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *view, GX_RICH_TEXT_FONTS *fonts); +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); +UINT _gx_rich_text_view_scroll_info_get(GX_RICH_TEXT_VIEW *text_view, ULONG style, GX_SCROLL_INFO *info); +VOID _gx_rich_text_view_text_draw(GX_RICH_TEXT_VIEW *text_view); +UINT _gx_rich_text_view_text_total_height_calculate(GX_RICH_TEXT_VIEW *text_view); + +/* Define error checking shells for API services. */ +UINT _gxe_rich_text_view_create(GX_RICH_TEXT_VIEW *text_view, + GX_CONST GX_CHAR *name, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size, + UINT control_block_size); +UINT _gxe_rich_text_view_fonts_set(GX_RICH_TEXT_VIEW *view, GX_RICH_TEXT_FONTS *fonts); + +#endif diff --git a/common/inc/gx_screen_stack.h b/common/inc/gx_screen_stack.h index 29b9a664..fc1b205b 100644 --- a/common/inc/gx_screen_stack.h +++ b/common/inc/gx_screen_stack.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_screen_stack.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_scroll_wheel.h b/common/inc/gx_scroll_wheel.h index b065c394..bd655fe3 100644 --- a/common/inc/gx_scroll_wheel.h +++ b/common/inc/gx_scroll_wheel.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_scroll_wheel.h PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,9 +42,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added new prototypes, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -105,6 +105,10 @@ UINT _gx_string_scroll_wheel_text_get(GX_STRING_SCROLL_WHEEL *wheel, INT row, GX #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)); #endif +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) +UINT _gx_text_scroll_wheel_dynamic_bidi_text_delete(GX_TEXT_SCROLL_WHEEL *wheel); +#endif +UINT _gx_text_scroll_wheel_event_process(GX_TEXT_SCROLL_WHEEL *wheel, GX_EVENT *event_ptr); UINT _gx_text_scroll_wheel_callback_set_ext(GX_TEXT_SCROLL_WHEEL *wheel, UINT (*callback)(GX_TEXT_SCROLL_WHEEL *, INT, GX_STRING *)); UINT _gx_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); @@ -165,6 +169,7 @@ UINT _gxe_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL * wheel, GX_CONST UINT _gxe_text_scroll_wheel_callback_set_ext(GX_TEXT_SCROLL_WHEEL *wheel, UINT (*callback)(GX_TEXT_SCROLL_WHEEL *, INT, GX_STRING *)); 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); +UINT _gxe_text_scroll_wheel_event_process(GX_TEXT_SCROLL_WHEEL* wheel, GX_EVENT* event_ptr); UINT _gxe_text_scroll_wheel_font_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_font, GX_RESOURCE_ID selected_font); UINT _gxe_text_scroll_wheel_text_color_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID normal_text_color, diff --git a/common/inc/gx_scrollbar.h b/common/inc/gx_scrollbar.h index 8229e156..0781c79c 100644 --- a/common/inc/gx_scrollbar.h +++ b/common/inc/gx_scrollbar.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_scrollbar.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_single_line_text_input.h b/common/inc/gx_single_line_text_input.h index 5fa9f625..cf986079 100644 --- a/common/inc/gx_single_line_text_input.h +++ b/common/inc/gx_single_line_text_input.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_single_line_text_input.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_slider.h b/common/inc/gx_slider.h index 4997f904..8614b26a 100644 --- a/common/inc/gx_slider.h +++ b/common/inc/gx_slider.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_slider.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_sprite.h b/common/inc/gx_sprite.h index 8cfa9851..2315cb5b 100644 --- a/common/inc/gx_sprite.h +++ b/common/inc/gx_sprite.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_sprite.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_system.h b/common/inc/gx_system.h index c292578b..e52eddb3 100644 --- a/common/inc/gx_system.h +++ b/common/inc/gx_system.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_system.h PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,10 +42,10 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed private string */ /* delete declaration, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -325,6 +325,12 @@ SYSTEM_DECLARE GX_WIDGET *_gx_system_input_capture_stack[GX_MAX_INPUT_CAPTURE_N SYSTEM_DECLARE GX_WIDGET *_gx_system_input_owner; SYSTEM_DECLARE INT _gx_system_capture_count; +/* stack of rich text context. */ +SYSTEM_DECLARE GX_RICH_TEXT_CONTEXT_STACK _gx_system_rich_text_context_stack; + +/* temporary stack used to save rich text context stack. */ +SYSTEM_DECLARE GX_RICH_TEXT_CONTEXT_STACK _gx_system_rich_text_context_stack_save; + #ifdef GX_THREADX_BINDING /* guix system thread control block */ @@ -408,10 +414,10 @@ SYSTEM_DECLARE UINT _gx_system_last_error; /* Define the number of system errors. */ -SYSTEM_DECLARE ULONG _gx_system_error_count; +SYSTEM_DECLARE ULONG _gx_system_error_count; -SYSTEM_DECLARE VOID *_gx_system_clipboard; -SYSTEM_DECLARE UINT _gx_system_clipboard_size; +SYSTEM_DECLARE VOID *_gx_system_clipboard; +SYSTEM_DECLARE UINT _gx_system_clipboard_size; SYSTEM_DECLARE GX_SCREEN_STACK_CONTROL _gx_system_screen_stack; diff --git a/common/inc/gx_system_rtos_bind.h b/common/inc/gx_system_rtos_bind.h index 32ed612b..e7c66d61 100644 --- a/common/inc/gx_system_rtos_bind.h +++ b/common/inc/gx_system_rtos_bind.h @@ -28,7 +28,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_rtos_bind PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -61,6 +61,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_text_input_cursor.h b/common/inc/gx_text_input_cursor.h index 34157e83..4a9a289c 100644 --- a/common/inc/gx_text_input_cursor.h +++ b/common/inc/gx_text_input_cursor.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_text_input_cursor.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_tree_view.h b/common/inc/gx_tree_view.h index f8da6a3c..047d498c 100644 --- a/common/inc/gx_tree_view.h +++ b/common/inc/gx_tree_view.h @@ -25,7 +25,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_tree_view.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -41,6 +41,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_user_sample.h b/common/inc/gx_user_sample.h index 3e9f91b6..ed649bf7 100644 --- a/common/inc/gx_user_sample.h +++ b/common/inc/gx_user_sample.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_user.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -40,6 +40,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_utility.h b/common/inc/gx_utility.h index bda76733..c2df366d 100644 --- a/common/inc/gx_utility.h +++ b/common/inc/gx_utility.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_utility.h PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,9 +42,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added new prototype, */ -/* resulting in version 6.0.1 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -161,13 +161,6 @@ typedef struct GX_BIDI_CONTEXT_STRUCT ULONG gx_bidi_context_reordered_utf8_size; } GX_BIDI_CONTEXT; -typedef struct GX_BIDI_RESOLVED_TEXT_INFO_STRUCT -{ - GX_STRING *gx_bidi_resolved_text_info_text; - UINT gx_bidi_resolved_text_total_lines; - UINT gx_bidi_resolved_text_processed_count; -} GX_BIDI_RESOLVED_TEXT_INFO; - /* Define bidirectional character infomation structure. */ typedef struct GX_BIDI_CHARACTER_INFO_STRUCT { @@ -306,7 +299,8 @@ UINT _gx_utility_bidi_arabic_shaping(GX_BIDI_CONTEXT *context); UINT _gx_utility_bidi_bracket_pair_get(ULONG code, GX_BIDI_BRACKET_PAIR *bracket_pair); UINT _gx_utility_bidi_character_type_get(ULONG code, GX_UBYTE *type); UINT _gx_utility_bidi_mirroring_get(USHORT code, USHORT *mirror); -UINT _gx_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO *resolved_info); +UINT _gx_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head); +UINT _gx_utility_bidi_resolved_text_info_delete(GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head); #endif #ifdef GX_THAI_GLYPH_SHAPING_SUPPORT @@ -314,6 +308,7 @@ UINT _gx_utility_thai_glyph_shaping(GX_CONST GX_STRING *string, GX_CHAR_CODE #endif UINT _gx_utility_string_length_check(GX_CONST GX_CHAR *string, UINT *length, UINT max_string_length); +GX_BOOL _gx_utility_string_compare(GX_CONST GX_STRING *string_1, GX_CONST GX_STRING *string_2, UINT count); #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); diff --git a/common/inc/gx_widget.h b/common/inc/gx_widget.h index 8c4718b3..ee96cf12 100644 --- a/common/inc/gx_widget.h +++ b/common/inc/gx_widget.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_widget.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/inc/gx_window.h b/common/inc/gx_window.h index e770ccc8..69bdb3db 100644 --- a/common/inc/gx_window.h +++ b/common/inc/gx_window.h @@ -26,7 +26,7 @@ /* COMPONENT DEFINITION RELEASE */ /* */ /* gx_window.h PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -42,6 +42,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_accordion_menu_create.c b/common/src/gx_accordion_menu_create.c index bdd80a79..cd939899 100644 --- a/common/src/gx_accordion_menu_create.c +++ b/common/src/gx_accordion_menu_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_accordion_menu_draw.c b/common/src/gx_accordion_menu_draw.c index cb67651b..de1face8 100644 --- a/common/src/gx_accordion_menu_draw.c +++ b/common/src/gx_accordion_menu_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 e0fb5f50..5a1a6060 100644 --- a/common/src/gx_accordion_menu_event_process.c +++ b/common/src/gx_accordion_menu_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_shift_helper PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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) @@ -129,7 +131,7 @@ GX_RECTANGLE size; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -165,6 +167,8 @@ GX_RECTANGLE size; /* DATE 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) @@ -234,7 +238,7 @@ GX_WIDGET *child; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_close_animation_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -270,6 +274,8 @@ GX_WIDGET *child; /* DATE 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_close_animation_update(GX_ACCORDION_MENU *accordion) @@ -328,7 +334,7 @@ GX_WIDGET *child; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_open_animation_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -362,6 +368,8 @@ GX_WIDGET *child; /* DATE 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_open_animation_update(GX_ACCORDION_MENU *accordion) @@ -418,7 +426,7 @@ GX_WIDGET *child; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_pen_down_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -455,6 +463,8 @@ GX_WIDGET *child; /* DATE 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) @@ -504,7 +514,7 @@ GX_WIDGET *child = GX_NULL; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_pen_up_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -541,6 +551,8 @@ GX_WIDGET *child = GX_NULL; /* DATE 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) @@ -598,7 +610,7 @@ GX_VALUE y_shift; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -641,6 +653,8 @@ GX_VALUE y_shift; /* DATE NAME DESCRIPTION */ /* */ /* 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 7903b43d..0243b790 100644 --- a/common/src/gx_accordion_menu_position.c +++ b/common/src/gx_accordion_menu_position.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_one_level_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) @@ -167,7 +169,7 @@ GX_MENU_LIST *list; /* FUNCTION RELEASE */ /* */ /* _gx_accordion_menu_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -198,6 +200,8 @@ GX_MENU_LIST *list; /* DATE NAME DESCRIPTION */ /* */ /* 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 137e1db3..61b47ea9 100644 --- a/common/src/gx_animation_canvas_define.c +++ b/common/src/gx_animation_canvas_define.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_canvas_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_canvas_define(GX_ANIMATION *animation, GX_CANVAS *canvas) diff --git a/common/src/gx_animation_complete.c b/common/src/gx_animation_complete.c index 5b06577a..0a0cba42 100644 --- a/common/src/gx_animation_complete.c +++ b/common/src/gx_animation_complete.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_complete_event_send PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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_animation_complete_event_send(GX_ANIMATION *animation) @@ -100,7 +102,7 @@ GX_EVENT complete_event; /* FUNCTION RELEASE */ /* */ /* _gx_animation_complete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -138,6 +140,8 @@ GX_EVENT complete_event; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_animation_create.c b/common/src/gx_animation_create.c index aee1e0ab..eccc520f 100644 --- a/common/src/gx_animation_create.c +++ b/common/src/gx_animation_create.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_create(GX_ANIMATION *animation) diff --git a/common/src/gx_animation_drag_disable.c b/common/src/gx_animation_drag_disable.c index 04f18066..9978ae71 100644 --- a/common/src/gx_animation_drag_disable.c +++ b/common/src/gx_animation_drag_disable.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_disable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_drag_disable(GX_ANIMATION *animation, GX_WIDGET *widget) diff --git a/common/src/gx_animation_drag_enable.c b/common/src/gx_animation_drag_enable.c index cfb3d32e..6a568f70 100644 --- a/common/src/gx_animation_drag_enable.c +++ b/common/src/gx_animation_drag_enable.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_enable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_drag_enable(GX_ANIMATION *animation, GX_WIDGET *widget, GX_ANIMATION_INFO *info) diff --git a/common/src/gx_animation_drag_event_process.c b/common/src/gx_animation_drag_event_process.c index 281524ad..6b1020dc 100644 --- a/common/src/gx_animation_drag_event_process.c +++ b/common/src/gx_animation_drag_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_event_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE 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_animation_drag_event_check(GX_ANIMATION *animation, GX_EVENT *event_ptr) @@ -279,7 +281,7 @@ INT shift; /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -312,6 +314,8 @@ INT shift; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_drag_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) diff --git a/common/src/gx_animation_drag_tracking.c b/common/src/gx_animation_drag_tracking.c index 11c9b136..d5210e2b 100644 --- a/common/src/gx_animation_drag_tracking.c +++ b/common/src/gx_animation_drag_tracking.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_tracking PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_drag_tracking(GX_ANIMATION *animation, GX_POINT penpos) diff --git a/common/src/gx_animation_drag_tracking_start.c b/common/src/gx_animation_drag_tracking_start.c index 448c9b20..77ea37f0 100644 --- a/common/src/gx_animation_drag_tracking_start.c +++ b/common/src/gx_animation_drag_tracking_start.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_tracking_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_drag_tracking_start(GX_ANIMATION *animation, GX_POINT penpos) diff --git a/common/src/gx_animation_landing_speed_set.c b/common/src/gx_animation_landing_speed_set.c index 883ae274..b7d0981e 100644 --- a/common/src/gx_animation_landing_speed_set.c +++ b/common/src/gx_animation_landing_speed_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_landing_speed_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_step) diff --git a/common/src/gx_animation_slide_landing.c b/common/src/gx_animation_slide_landing.c index 81327535..954626b0 100644 --- a/common/src/gx_animation_slide_landing.c +++ b/common/src/gx_animation_slide_landing.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_slide_landing PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_slide_landing(GX_ANIMATION *animation) diff --git a/common/src/gx_animation_slide_landing_start.c b/common/src/gx_animation_slide_landing_start.c index 8a4be552..e4788315 100644 --- a/common/src/gx_animation_slide_landing_start.c +++ b/common/src/gx_animation_slide_landing_start.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_slide_landing_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_slide_landing_start(GX_ANIMATION *animation) diff --git a/common/src/gx_animation_start.c b/common/src/gx_animation_start.c index 23ff97e5..02338806 100644 --- a/common/src/gx_animation_start.c +++ b/common/src/gx_animation_start.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_start(GX_ANIMATION *animation, GX_ANIMATION_INFO *info) diff --git a/common/src/gx_animation_stop.c b/common/src/gx_animation_stop.c index ce1337b1..72fe29fb 100644 --- a/common/src/gx_animation_stop.c +++ b/common/src/gx_animation_stop.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_stop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_animation_stop(GX_ANIMATION *animation) diff --git a/common/src/gx_animation_update.c b/common/src/gx_animation_update.c index dab84d15..d3ada6a6 100644 --- a/common/src/gx_animation_update.c +++ b/common/src/gx_animation_update.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_animation_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_animation_update(VOID) diff --git a/common/src/gx_binres_language_count_get.c b/common/src/gx_binres_language_count_get.c index 90f99721..7cf3326e 100644 --- a/common/src/gx_binres_language_count_get.c +++ b/common/src/gx_binres_language_count_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_binres_language_count_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 diff --git a/common/src/gx_binres_language_info_load.c b/common/src/gx_binres_language_info_load.c index 304a7223..dddcf341 100644 --- a/common/src/gx_binres_language_info_load.c +++ b/common/src/gx_binres_language_info_load.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* gx_binres_language_info_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 diff --git a/common/src/gx_binres_language_table_load.c b/common/src/gx_binres_language_table_load.c index 8e6a9678..66060398 100644 --- a/common/src/gx_binres_language_table_load.c +++ b/common/src/gx_binres_language_table_load.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_binres_resource_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,9 +65,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -103,7 +103,7 @@ UINT _gx_binres_resource_header_load(GX_BINRES_DATA_INFO *info, GX_RESOURCE_HEAD /* FUNCTION RELEASE */ /* */ /* _gx_binres_string_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -134,9 +134,9 @@ UINT _gx_binres_resource_header_load(GX_BINRES_DATA_INFO *info, GX_RESOURCE_HEAD /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -163,7 +163,7 @@ UINT _gx_binres_string_header_load(GX_BINRES_DATA_INFO *info, GX_STRING_HEADER * /* FUNCTION RELEASE */ /* */ /* _gx_binres_language_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -194,9 +194,9 @@ UINT _gx_binres_string_header_load(GX_BINRES_DATA_INFO *info, GX_STRING_HEADER * /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -223,7 +223,7 @@ UINT _gx_binres_language_header_load(GX_BINRES_DATA_INFO *info, GX_LANGUAGE_HEAD /* FUNCTION RELEASE */ /* */ /* _gx_binres_language_table_buffer_allocate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -259,6 +259,8 @@ UINT _gx_binres_language_header_load(GX_BINRES_DATA_INFO *info, GX_LANGUAGE_HEAD /* DATE 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 @@ -321,7 +323,7 @@ UINT string_table_size; /* FUNCTION RELEASE */ /* */ /* _gx_binres_language_table_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -362,9 +364,9 @@ UINT string_table_size; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -502,7 +504,7 @@ GX_CHAR get_char; /* FUNCTION RELEASE */ /* */ /* _gx_binres_language_table_load_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -543,6 +545,8 @@ GX_CHAR get_char; /* DATE 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 diff --git a/common/src/gx_binres_theme_load.c b/common/src/gx_binres_theme_load.c index 995f72f9..ecd49e00 100644 --- a/common/src/gx_binres_theme_load.c +++ b/common/src/gx_binres_theme_load.c @@ -38,7 +38,7 @@ extern GX_CONST GX_FONT _gx_system_font_8bpp; /* FUNCTION RELEASE */ /* */ /* _gx_binres_theme_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,9 +69,9 @@ extern GX_CONST GX_FONT _gx_system_font_8bpp; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -198,7 +198,7 @@ static UINT _gx_binres_theme_header_load(GX_BINRES_DATA_INFO *info, GX_THEME_HEA /* FUNCTION RELEASE */ /* */ /* _gx_binres_color_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -229,9 +229,9 @@ static UINT _gx_binres_theme_header_load(GX_BINRES_DATA_INFO *info, GX_THEME_HEA /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -255,7 +255,7 @@ static UINT _gx_binres_color_header_load(GX_BINRES_DATA_INFO *info, GX_COLOR_HEA /* FUNCTION RELEASE */ /* */ /* _gx_binres_palette_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -286,9 +286,9 @@ static UINT _gx_binres_color_header_load(GX_BINRES_DATA_INFO *info, GX_COLOR_HEA /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -312,7 +312,7 @@ static UINT _gx_binres_palette_header_load(GX_BINRES_DATA_INFO *info, GX_PALETTE /* FUNCTION RELEASE */ /* */ /* _gx_binres_font_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -343,9 +343,9 @@ static UINT _gx_binres_palette_header_load(GX_BINRES_DATA_INFO *info, GX_PALETTE /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -381,7 +381,7 @@ static UINT _gx_binres_font_header_load(GX_BINRES_DATA_INFO *info, GX_FONT_HEADE /* FUNCTION RELEASE */ /* */ /* _gx_binres_page_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -412,9 +412,9 @@ static UINT _gx_binres_font_header_load(GX_BINRES_DATA_INFO *info, GX_FONT_HEADE /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -465,7 +465,7 @@ ULONG read_data = 0; /* FUNCTION RELEASE */ /* */ /* _gx_binres_glyph_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -496,11 +496,11 @@ ULONG read_data = 0; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, and */ /* updated with binary */ /* resource layout change, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -549,7 +549,7 @@ static UINT _gx_binres_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_GLYPH_HEA /* FUNCTION RELEASE */ /* */ /* _gx_binres_kerning_glyph_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -580,9 +580,9 @@ static UINT _gx_binres_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_GLYPH_HEA /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_FONT_KERNING_SUPPORT @@ -604,7 +604,7 @@ static UINT _gx_binres_kerning_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_K /* FUNCTION RELEASE */ /* */ /* _gx_binres_pixelmap_header_load PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -635,9 +635,9 @@ static UINT _gx_binres_kerning_glyph_header_load(GX_BINRES_DATA_INFO *info, GX_K /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -691,7 +691,7 @@ static UINT _gx_binres_pixelmap_header_load(GX_BINRES_DATA_INFO *info, GX_PIXELM /* FUNCTION RELEASE */ /* */ /* _gx_binres_theme_table_buffer_allocate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -727,6 +727,8 @@ static UINT _gx_binres_pixelmap_header_load(GX_BINRES_DATA_INFO *info, GX_PIXELM /* DATE 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 @@ -901,7 +903,7 @@ UINT temp; /* FUNCTION RELEASE */ /* */ /* _gx_binres_glyphs_address_get PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -935,10 +937,10 @@ UINT temp; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* updated with binary */ /* resource layout change, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -990,7 +992,7 @@ USHORT index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_binres_kerning_glyphs_address_get PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1025,10 +1027,10 @@ USHORT index = 0; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* updated with binary */ /* resource layout change, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_FONT_KERNING_SUPPORT @@ -1090,7 +1092,7 @@ USHORT index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_binres_compressed_glyphs_address_get PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1124,10 +1126,10 @@ USHORT index = 0; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* updated with binary */ /* resource layout change, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #ifdef GX_BINARY_RESOURCE_SUPPORT @@ -1181,7 +1183,7 @@ USHORT index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_binres_font_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1216,6 +1218,8 @@ USHORT index = 0; /* DATE 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 @@ -1293,7 +1297,7 @@ USHORT glyph_count; /* FUNCTION RELEASE */ /* */ /* _gx_binres_color_table_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1325,6 +1329,8 @@ USHORT glyph_count; /* DATE 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 @@ -1360,7 +1366,7 @@ GX_COLOR *color_table = GX_NULL; /* FUNCTION RELEASE */ /* */ /* _gx_binres_palette_table_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1392,6 +1398,8 @@ GX_COLOR *color_table = GX_NULL; /* DATE 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 @@ -1427,7 +1435,7 @@ GX_COLOR *palette_table = GX_NULL; /* FUNCTION RELEASE */ /* */ /* _gx_binres_font_table_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1460,6 +1468,8 @@ GX_COLOR *palette_table = GX_NULL; /* DATE 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 @@ -1546,7 +1556,7 @@ UINT read_offset = 0; /* FUNCTION RELEASE */ /* */ /* _gx_binres_pixelmap_table_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1578,6 +1588,8 @@ UINT read_offset = 0; /* DATE 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 @@ -1697,7 +1709,7 @@ UINT read_offset = 0; /* FUNCTION RELEASE */ /* */ /* _gx_binres_theme_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1738,6 +1750,8 @@ UINT read_offset = 0; /* DATE 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 diff --git a/common/src/gx_brush_default.c b/common/src/gx_brush_default.c index fa890233..4cf062c4 100644 --- a/common/src/gx_brush_default.c +++ b/common/src/gx_brush_default.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_brush_default PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ae64f6a5..98cf8aaa 100644 --- a/common/src/gx_brush_define.c +++ b/common/src/gx_brush_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_brush_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3278e6c5..7f4a4508 100644 --- a/common/src/gx_button_background_draw.c +++ b/common/src/gx_button_background_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 6148fa6f..e1e293d6 100644 --- a/common/src/gx_button_create.c +++ b/common/src/gx_button_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,9 @@ /* 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, @@ -99,8 +102,8 @@ UINT _gx_button_create(GX_BUTTON *button, GX_CONST GX_CHAR *name, GX_WIDGET *pa _gx_widget_status_add((GX_WIDGET *)button, GX_STATUS_BUTTON_DERIVED); - button -> gx_button_select_handler = (VOID (*)(GX_WIDGET *))_gx_button_select; - button -> gx_button_deselect_handler = (VOID (*)(GX_WIDGET *, GX_BOOL))_gx_button_deselect; + button -> gx_button_select_handler = (VOID (*)(GX_WIDGET *))(void (*)(void))_gx_button_select; + button -> gx_button_deselect_handler = (VOID (*)(GX_WIDGET *, GX_BOOL))(void (*)(void))_gx_button_deselect; button -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_button_draw; button -> gx_widget_event_process_function = (UINT (*)(GX_WIDGET *, GX_EVENT *))_gx_button_event_process; button -> gx_widget_normal_fill_color = GX_COLOR_ID_BUTTON_LOWER; diff --git a/common/src/gx_button_deselect.c b/common/src/gx_button_deselect.c index 36343bae..4ee0ca21 100644 --- a/common/src/gx_button_deselect.c +++ b/common/src/gx_button_deselect.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_deselect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 62307733..fb086d98 100644 --- a/common/src/gx_button_draw.c +++ b/common/src/gx_button_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 ea630e7a..a90a4470 100644 --- a/common/src/gx_button_event_process.c +++ b/common/src/gx_button_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 619ede2a..3bbce3de 100644 --- a/common/src/gx_button_select.c +++ b/common/src/gx_button_select.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f3b5528a..d26c0d86 100644 --- a/common/src/gx_button_siblings_deselect.c +++ b/common/src/gx_button_siblings_deselect.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_button_siblings_deselect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 2ba1a32d..dba649bb 100644 --- a/common/src/gx_canvas_alpha_set.c +++ b/common/src/gx_canvas_alpha_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_alpha_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f7e520f8..e02d8043 100644 --- a/common/src/gx_canvas_arc_draw.c +++ b/common/src/gx_canvas_arc_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_arc_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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_canvas_block_move.c b/common/src/gx_canvas_block_move.c index b5831286..db4b95b8 100644 --- a/common/src/gx_canvas_block_move.c +++ b/common/src/gx_canvas_block_move.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_block_move.c PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 c5bc686c..3069391d 100644 --- a/common/src/gx_canvas_circle_draw.c +++ b/common/src/gx_canvas_circle_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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_canvas_composite_create.c b/common/src/gx_canvas_composite_create.c index 8480efdc..39ba7763 100644 --- a/common/src/gx_canvas_composite_create.c +++ b/common/src/gx_canvas_composite_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_composite_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 799f6607..8d8d0b0d 100644 --- a/common/src/gx_canvas_create.c +++ b/common/src/gx_canvas_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_CANVAS *canvas, GX_CONST GX_CHAR *name, GX_DISPLAY *display, diff --git a/common/src/gx_canvas_delete.c b/common/src/gx_canvas_delete.c index 6a4db2a4..b72a02d8 100644 --- a/common/src/gx_canvas_delete.c +++ b/common/src/gx_canvas_delete.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 eaf4ecb3..2e4f1672 100644 --- a/common/src/gx_canvas_dirty_mark.c +++ b/common/src/gx_canvas_dirty_mark.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_dirty_mark PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 ec3c921f..5a25cf88 100644 --- a/common/src/gx_canvas_drawing_complete.c +++ b/common/src/gx_canvas_drawing_complete.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_drawing_complete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3531df2d..25fb3be6 100644 --- a/common/src/gx_canvas_drawing_initiate.c +++ b/common/src/gx_canvas_drawing_initiate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_drawing_initiate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 47a37798..fc2297f0 100644 --- a/common/src/gx_canvas_ellipse_draw.c +++ b/common/src/gx_canvas_ellipse_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_ellipse_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_canvas_glyphs_draw.c b/common/src/gx_canvas_glyphs_draw.c index c84ff34b..3d41349a 100644 --- a/common/src/gx_canvas_glyphs_draw.c +++ b/common/src/gx_canvas_glyphs_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_kerning_glyphs_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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, @@ -218,7 +220,7 @@ UINT ret; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_compressed_glyphs_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -256,6 +258,8 @@ UINT ret; /* DATE 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, @@ -397,7 +401,7 @@ UINT index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_generic_glyphs_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -435,6 +439,8 @@ UINT index = 0; /* DATE 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, @@ -582,7 +588,7 @@ UINT index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_glyphs_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -621,6 +627,8 @@ UINT index = 0; /* DATE 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, diff --git a/common/src/gx_canvas_hardware_layer_bind.c b/common/src/gx_canvas_hardware_layer_bind.c index 99196d0a..9b48fa5a 100644 --- a/common/src/gx_canvas_hardware_layer_bind.c +++ b/common/src/gx_canvas_hardware_layer_bind.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_hardware_layer_bind PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9da01e3a..2b895997 100644 --- a/common/src/gx_canvas_hide.c +++ b/common/src/gx_canvas_hide.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_hide PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_hide(GX_CANVAS *canvas) diff --git a/common/src/gx_canvas_line_draw.c b/common/src/gx_canvas_line_draw.c index 4b26f4a1..8f730ce0 100644 --- a/common/src/gx_canvas_line_draw.c +++ b/common/src/gx_canvas_line_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -85,6 +85,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 e2cbca40..285e49ca 100644 --- a/common/src/gx_canvas_memory_define.c +++ b/common/src/gx_canvas_memory_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_memory_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 fff36ba4..0c2c9d2a 100644 --- a/common/src/gx_canvas_mouse_define.c +++ b/common/src/gx_canvas_mouse_define.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_mouse_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) diff --git a/common/src/gx_canvas_mouse_hide.c b/common/src/gx_canvas_mouse_hide.c index 5e22b65d..2f2b139a 100644 --- a/common/src/gx_canvas_mouse_hide.c +++ b/common/src/gx_canvas_mouse_hide.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_mouse_hide PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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) diff --git a/common/src/gx_canvas_mouse_show.c b/common/src/gx_canvas_mouse_show.c index f46bc85f..d255b29f 100644 --- a/common/src/gx_canvas_mouse_show.c +++ b/common/src/gx_canvas_mouse_show.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_mouse_show PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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) diff --git a/common/src/gx_canvas_offset_set.c b/common/src/gx_canvas_offset_set.c index 2dc5fa04..25f4701e 100644 --- a/common/src/gx_canvas_offset_set.c +++ b/common/src/gx_canvas_offset_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_offset_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 ab754193..ba76e6ba 100644 --- a/common/src/gx_canvas_pie_draw.c +++ b/common/src/gx_canvas_pie_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pie_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE 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_canvas_pixel_draw.c b/common/src/gx_canvas_pixel_draw.c index b07a0088..9a661830 100644 --- a/common/src/gx_canvas_pixel_draw.c +++ b/common/src/gx_canvas_pixel_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pixel_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) diff --git a/common/src/gx_canvas_pixelmap_blend.c b/common/src/gx_canvas_pixelmap_blend.c index be01f532..94a8a5ba 100644 --- a/common/src/gx_canvas_pixelmap_blend.c +++ b/common/src/gx_canvas_pixelmap_blend.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_canvas_pixelmap_draw.c b/common/src/gx_canvas_pixelmap_draw.c index a3162611..f017da17 100644 --- a/common/src/gx_canvas_pixelmap_draw.c +++ b/common/src/gx_canvas_pixelmap_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -89,6 +89,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 cac36ff7..679a2d19 100644 --- a/common/src/gx_canvas_pixelmap_get.c +++ b/common/src/gx_canvas_pixelmap_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pixelmap_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d213f800..db007660 100644 --- a/common/src/gx_canvas_pixelmap_rotate.c +++ b/common/src/gx_canvas_pixelmap_rotate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_rotated_pixelmap_bound_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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) @@ -166,7 +168,7 @@ INT y; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -212,6 +214,8 @@ INT y; /* DATE NAME DESCRIPTION */ /* */ /* 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_rotate(GX_VALUE x_position, GX_VALUE y_position, GX_PIXELMAP *pixelmap, diff --git a/common/src/gx_canvas_pixelmap_tile.c b/common/src/gx_canvas_pixelmap_tile.c index 46db32d7..6ec8f0e3 100644 --- a/common/src/gx_canvas_pixelmap_tile.c +++ b/common/src/gx_canvas_pixelmap_tile.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_pixelmap_tile PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8dea1595..170bffcb 100644 --- a/common/src/gx_canvas_polygon_draw.c +++ b/common/src/gx_canvas_polygon_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_polygon_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5e1b7043..9b980aac 100644 --- a/common/src/gx_canvas_rectangle_draw.c +++ b/common/src/gx_canvas_rectangle_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_rectangle_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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) @@ -127,7 +129,7 @@ GX_VALUE rectangle_height; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_rectangle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -164,6 +166,8 @@ GX_VALUE rectangle_height; /* DATE NAME DESCRIPTION */ /* */ /* 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 bddeb326..e2979f7e 100644 --- a/common/src/gx_canvas_rotated_text_draw.c +++ b/common/src/gx_canvas_rotated_text_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_rotated_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) @@ -99,7 +101,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_rotated_text_draw_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -140,6 +142,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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_rotated_text_draw_ext(GX_CONST GX_STRING *text, diff --git a/common/src/gx_canvas_shift.c b/common/src/gx_canvas_shift.c index 73a85732..e20f933d 100644 --- a/common/src/gx_canvas_shift.c +++ b/common/src/gx_canvas_shift.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ed6b44c5..5a34b185 100644 --- a/common/src/gx_canvas_show.c +++ b/common/src/gx_canvas_show.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_show PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0eb9f139..aace7f0a 100644 --- a/common/src/gx_canvas_text_draw.c +++ b/common/src/gx_canvas_text_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_canvas_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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) @@ -105,7 +107,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_canvas_text_draw_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -147,6 +149,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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_text_draw_ext(GX_VALUE x_start, GX_VALUE y_start, GX_CONST GX_STRING *string) @@ -169,7 +173,7 @@ GX_FONT *font = context -> gx_draw_context_brush.gx_brush_font; width = 0; - if ((font ==GX_NULL) || (font -> gx_font_glyphs.gx_font_normal_glyphs == GX_NULL)) + if ((font == GX_NULL) || (font -> gx_font_glyphs.gx_font_normal_glyphs == GX_NULL)) { return GX_INVALID_FONT; } @@ -280,3 +284,4 @@ GX_FONT *font = context -> gx_draw_context_brush.gx_brush_font; return(status); } + diff --git a/common/src/gx_checkbox_create.c b/common/src/gx_checkbox_create.c index 8e4b4da2..cd85e6db 100644 --- a/common/src/gx_checkbox_create.c +++ b/common/src/gx_checkbox_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_checkbox_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,9 @@ /* 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, @@ -87,7 +90,7 @@ UINT _gx_checkbox_create(GX_CHECKBOX *checkbox, GX_CONST GX_CHAR *name, GX_WIDG /* Populate the rest of button control block - overriding as necessary. */ checkbox -> gx_widget_type = GX_TYPE_CHECKBOX; checkbox -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_checkbox_draw; - checkbox -> gx_button_select_handler = (VOID (*)(GX_WIDGET *))_gx_checkbox_select; + checkbox -> gx_button_select_handler = (VOID (*)(GX_WIDGET *))(void (*)(void))_gx_checkbox_select; checkbox -> gx_widget_event_process_function = (UINT (*)(GX_WIDGET *, GX_EVENT *))_gx_checkbox_event_process; checkbox -> gx_checkbox_checked_pixelmap_id = GX_PIXELMAP_CHECKBOX_ON_ID; checkbox -> gx_checkbox_unchecked_pixelmap_id = GX_PIXELMAP_CHECKBOX_OFF_ID; diff --git a/common/src/gx_checkbox_draw.c b/common/src/gx_checkbox_draw.c index 0fd5ea06..23012d0c 100644 --- a/common/src/gx_checkbox_draw.c +++ b/common/src/gx_checkbox_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_checkbox_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,18 +74,21 @@ /* 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) { -GX_WIDGET *widget = (GX_WIDGET *)checkbox; -GX_VALUE xoffset = 0; -GX_VALUE yoffset = 0; -GX_RESOURCE_ID fill_color; -GX_RESOURCE_ID text_color; -GX_RESOURCE_ID pixelmap_id; -GX_PIXELMAP *pixelmap = GX_NULL; -GX_STRING string; +GX_WIDGET *widget = (GX_WIDGET *)checkbox; +GX_VALUE xoffset = 0; +GX_VALUE yoffset = 0; +GX_RESOURCE_ID fill_color; +GX_RESOURCE_ID text_color; +GX_RESOURCE_ID pixelmap_id; +GX_PIXELMAP *pixelmap = GX_NULL; +GX_STRING string; if (widget -> gx_widget_style & GX_STYLE_ENABLED) { @@ -172,21 +175,13 @@ GX_STRING string; } } - if (checkbox -> gx_text_button_text_id > 0) - { - _gx_widget_text_id_draw(widget, text_color, checkbox -> gx_text_button_font_id, - checkbox -> gx_text_button_text_id, xoffset, 0); - } - else - { - _gx_system_private_string_get(&checkbox -> gx_text_button_string, &string, checkbox -> gx_widget_style); + _gx_text_button_text_get_ext((GX_TEXT_BUTTON *)checkbox, &string); - if (string.gx_string_ptr) - { - _gx_widget_text_draw_ext(widget, text_color, + if (string.gx_string_ptr) + { + _gx_widget_text_draw_ext(widget, text_color, checkbox -> gx_text_button_font_id, &string, xoffset, 0); - } } /* Draw checkbox's children. */ diff --git a/common/src/gx_checkbox_event_process.c b/common/src/gx_checkbox_event_process.c index 270a993c..73467600 100644 --- a/common/src/gx_checkbox_event_process.c +++ b/common/src/gx_checkbox_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_checkbox_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,9 +69,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* updated default call, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_checkbox_event_process(GX_CHECKBOX *checkbox, GX_EVENT *event_ptr) @@ -95,7 +95,7 @@ UINT status; default: /* Call the widget default processing. */ - status = _gx_text_button_event_process((GX_TEXT_BUTTON *)checkbox, event_ptr); + status = _gx_text_button_event_process((GX_TEXT_BUTTON *)checkbox, event_ptr); } /* Return completion status. */ diff --git a/common/src/gx_checkbox_pixelmap_set.c b/common/src/gx_checkbox_pixelmap_set.c index ffd41b66..1db8514c 100644 --- a/common/src/gx_checkbox_pixelmap_set.c +++ b/common/src/gx_checkbox_pixelmap_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_checkbox_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_checkbox_select.c b/common/src/gx_checkbox_select.c index d4ca00f7..7a59e996 100644 --- a/common/src/gx_checkbox_select.c +++ b/common/src/gx_checkbox_select.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_checkbox_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e75086b3..4715e262 100644 --- a/common/src/gx_circular_gauge_angle_get.c +++ b/common/src/gx_circular_gauge_angle_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_angle_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_circular_gauge_angle_increment_calculate.c b/common/src/gx_circular_gauge_angle_increment_calculate.c index c7e916e6..b2ce076d 100644 --- a/common/src/gx_circular_gauge_angle_increment_calculate.c +++ b/common/src/gx_circular_gauge_angle_increment_calculate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_angle_increment_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_circular_gauge_angle_set.c b/common/src/gx_circular_gauge_angle_set.c index 4f357516..9191f558 100644 --- a/common/src/gx_circular_gauge_angle_set.c +++ b/common/src/gx_circular_gauge_angle_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_angle_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_circular_gauge_animation_set.c b/common/src/gx_circular_gauge_animation_set.c index 35658b43..7b16de44 100644 --- a/common/src/gx_circular_gauge_animation_set.c +++ b/common/src/gx_circular_gauge_animation_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_animation_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 69ecb7b5..585fbb3c 100644 --- a/common/src/gx_circular_gauge_background_draw.c +++ b/common/src/gx_circular_gauge_background_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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_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 0c4b7a6a..db8e3813 100644 --- a/common/src/gx_circular_gauge_create.c +++ b/common/src/gx_circular_gauge_create.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -84,6 +84,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_CIRCULAR_GAUGE *gauge, diff --git a/common/src/gx_circular_gauge_draw.c b/common/src/gx_circular_gauge_draw.c index 86dd76e7..9d18ed68 100644 --- a/common/src/gx_circular_gauge_draw.c +++ b/common/src/gx_circular_gauge_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_circular_gauge_event_process.c b/common/src/gx_circular_gauge_event_process.c index 5fecdcd0..1dbb55d1 100644 --- a/common/src/gx_circular_gauge_event_process.c +++ b/common/src/gx_circular_gauge_event_process.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 04adde37..e158bdef 100644 --- a/common/src/gx_circular_gauge_needle_dirty_mark.c +++ b/common/src/gx_circular_gauge_needle_dirty_mark.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_needle_dirty_mark PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c66ca4a3..0029d591 100644 --- a/common/src/gx_circular_gauge_needle_rectangle_calculate.c +++ b/common/src/gx_circular_gauge_needle_rectangle_calculate.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_needle_rectangle_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 a328755c..28407fe3 100644 --- a/common/src/gx_circular_gauge_needle_rotate.c +++ b/common/src/gx_circular_gauge_needle_rotate.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_circular_gauge_needle_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d0c15b53..a9ceb1d3 100644 --- a/common/src/gx_context_brush_default.c +++ b/common/src/gx_context_brush_default.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_default PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_context_brush_define.c b/common/src/gx_context_brush_define.c index ae55032c..4a21e5fb 100644 --- a/common/src/gx_context_brush_define.c +++ b/common/src/gx_context_brush_define.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7d7af566..b866d640 100644 --- a/common/src/gx_context_brush_get.c +++ b/common/src/gx_context_brush_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6b59942d..829b8519 100644 --- a/common/src/gx_context_brush_pattern_set.c +++ b/common/src/gx_context_brush_pattern_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_pattern_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1766c322..8c199497 100644 --- a/common/src/gx_context_brush_set.c +++ b/common/src/gx_context_brush_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8a84d445..94ed3d5d 100644 --- a/common/src/gx_context_brush_style_set.c +++ b/common/src/gx_context_brush_style_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 79aa2165..547aec70 100644 --- a/common/src/gx_context_brush_width_set.c +++ b/common/src/gx_context_brush_width_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_brush_width_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5d286448..28fa08a0 100644 --- a/common/src/gx_context_color_get.c +++ b/common/src/gx_context_color_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f7645312..119d4b8a 100644 --- a/common/src/gx_context_fill_color_set.c +++ b/common/src/gx_context_fill_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c5cf05a6..9800c5ee 100644 --- a/common/src/gx_context_font_get.c +++ b/common/src/gx_context_font_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_font_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 564ad850..83516c19 100644 --- a/common/src/gx_context_font_set.c +++ b/common/src/gx_context_font_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f16023ab..e54a2368 100644 --- a/common/src/gx_context_line_color_set.c +++ b/common/src/gx_context_line_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_line_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1c26bb2d..93124a92 100644 --- a/common/src/gx_context_pixelmap_get.c +++ b/common/src/gx_context_pixelmap_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_pixelmap_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5e2610d1..0f721197 100644 --- a/common/src/gx_context_pixelmap_set.c +++ b/common/src/gx_context_pixelmap_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 fe124951..81697be8 100644 --- a/common/src/gx_context_raw_brush_define.c +++ b/common/src/gx_context_raw_brush_define.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_raw_brush_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 be6fd61c..ddbf6b84 100644 --- a/common/src/gx_context_raw_fill_color_set.c +++ b/common/src/gx_context_raw_fill_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_raw_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7a649e81..a05fbd88 100644 --- a/common/src/gx_context_raw_line_color_set.c +++ b/common/src/gx_context_raw_line_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_raw_line_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e7c236f4..54067aee 100644 --- a/common/src/gx_context_string_get.c +++ b/common/src/gx_context_string_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_context_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) @@ -88,7 +90,7 @@ GX_DISPLAY *display; /* FUNCTION RELEASE */ /* */ /* _gx_context_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -121,6 +123,8 @@ GX_DISPLAY *display; /* DATE NAME DESCRIPTION */ /* */ /* 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 6541066e..e9450edc 100644 --- a/common/src/gx_display_active_language_set.c +++ b/common/src/gx_display_active_language_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_active_language_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c131b342..a4704685 100644 --- a/common/src/gx_display_canvas_dirty.c +++ b/common/src/gx_display_canvas_dirty.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_canvas_dirty PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 36cfec40..bc7f12ac 100644 --- a/common/src/gx_display_color_set.c +++ b/common/src/gx_display_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c444aa11..a89b6c00 100644 --- a/common/src/gx_display_color_table_set.c +++ b/common/src/gx_display_color_table_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_color_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8b45a94b..057f7966 100644 --- a/common/src/gx_display_create.c +++ b/common/src/gx_display_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_display_delete.c b/common/src/gx_display_delete.c index d8851b2b..b4af7f4c 100644 --- a/common/src/gx_display_delete.c +++ b/common/src/gx_display_delete.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 43a8270f..c2694054 100644 --- a/common/src/gx_display_driver_1555xrgb_canvas_blend.c +++ b/common/src/gx_display_driver_1555xrgb_canvas_blend.c @@ -45,7 +45,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_canvas_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,8 @@ /* DATE 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 833ee43e..c223bcd4 100644 --- a/common/src/gx_display_driver_1555xrgb_jpeg_draw.c +++ b/common/src/gx_display_driver_1555xrgb_jpeg_draw.c @@ -48,7 +48,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_YCbCr2RGB PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE 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) @@ -111,7 +113,7 @@ INT blue; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_mcu_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -144,6 +146,8 @@ INT blue; /* DATE 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) @@ -199,7 +203,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_dislay_driver_565rgb_jpeg_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -234,6 +238,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) 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 4aff4d89..d69f874b 100644 --- a/common/src/gx_display_driver_1555xrgb_native_color_get.c +++ b/common/src/gx_display_driver_1555xrgb_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 11b9c91a..800445f0 100644 --- a/common/src/gx_display_driver_1555xrgb_pixel_blend.c +++ b/common/src/gx_display_driver_1555xrgb_pixel_blend.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_pixel_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE 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 21951518..c0c1f3e8 100644 --- a/common/src/gx_display_driver_1555xrgb_pixelmap_rotate.c +++ b/common/src/gx_display_driver_1555xrgb_pixelmap_rotate.c @@ -43,7 +43,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,8 @@ /* DATE 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_1555xrgb_pixelmap_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -294,7 +296,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -334,6 +336,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_1555xrgb_pixelmap_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -576,7 +580,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -619,6 +623,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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, diff --git a/common/src/gx_display_driver_1555xrgb_png_draw.c b/common/src/gx_display_driver_1555xrgb_png_draw.c index 66099d16..1901d526 100644 --- a/common/src/gx_display_driver_1555xrgb_png_draw.c +++ b/common/src/gx_display_driver_1555xrgb_png_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_png_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_1555xrgb_setup.c b/common/src/gx_display_driver_1555xrgb_setup.c index 3b2dfca5..b9ec1d23 100644 --- a/common/src/gx_display_driver_1555xrgb_setup.c +++ b/common/src/gx_display_driver_1555xrgb_setup.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_16bpp_block_move.c b/common/src/gx_display_driver_16bpp_block_move.c index 56108548..280a54cb 100644 --- a/common/src/gx_display_driver_16bpp_block_move.c +++ b/common/src/gx_display_driver_16bpp_block_move.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_16bpp_block_move(GX_DRAW_CONTEXT *context, diff --git a/common/src/gx_display_driver_16bpp_canvas_copy.c b/common/src/gx_display_driver_16bpp_canvas_copy.c index 5425a9fc..2f706121 100644 --- a/common/src/gx_display_driver_16bpp_canvas_copy.c +++ b/common/src/gx_display_driver_16bpp_canvas_copy.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_canvas_copy PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,8 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 cc6f9308..c0fb79f5 100644 --- a/common/src/gx_display_driver_16bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_16bpp_horizontal_line_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_horizontal_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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_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 63af086c..521ddc77 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 @@ -34,7 +34,7 @@ /* */ /* _gx_display_driver_16bpp_horizontal_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_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 77b7b8a8..3093c0bc 100644 --- a/common/src/gx_display_driver_16bpp_mouse_capture.c +++ b/common/src/gx_display_driver_16bpp_mouse_capture.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_mouse_capture PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_16bpp_mouse_restore.c b/common/src/gx_display_driver_16bpp_mouse_restore.c index 8e61ab2f..f4347ea0 100644 --- a/common/src/gx_display_driver_16bpp_mouse_restore.c +++ b/common/src/gx_display_driver_16bpp_mouse_restore.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_mouse_restore PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_16bpp_pixel_write.c b/common/src/gx_display_driver_16bpp_pixel_write.c index d8332374..bf5a8f46 100644 --- a/common/src/gx_display_driver_16bpp_pixel_write.c +++ b/common/src/gx_display_driver_16bpp_pixel_write.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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_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 48518e4e..1610b4e9 100644 --- a/common/src/gx_display_driver_16bpp_pixelmap_blend.c +++ b/common/src/gx_display_driver_16bpp_pixelmap_blend.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_pixelmap_raw_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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, @@ -108,7 +110,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_alpha_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -143,6 +145,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* DATE 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, @@ -206,7 +210,7 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* */ /* _gx_display_driver_16bpp_pixelmap_compressed_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -242,6 +246,8 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* DATE 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, @@ -339,7 +345,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_palette_pixelmap_raw_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -375,6 +381,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -420,7 +428,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_565rgb_palette_pixelmap_transparent_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -456,6 +464,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -506,7 +516,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_565rgb_4444argb_pixelmap_raw_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -542,6 +552,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -591,7 +603,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -631,6 +643,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -694,7 +708,7 @@ VOID _gx_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context, /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -731,6 +745,8 @@ VOID _gx_display_driver_565rgb_pixelmap_blend(GX_DRAW_CONTEXT *context, /* DATE 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, @@ -766,7 +782,7 @@ VOID _gx_display_driver_1555xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context, /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -802,6 +818,8 @@ VOID _gx_display_driver_1555xrgb_pixelmap_blend(GX_DRAW_CONTEXT *context, /* DATE 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, diff --git a/common/src/gx_display_driver_16bpp_pixelmap_draw.c b/common/src/gx_display_driver_16bpp_pixelmap_draw.c index 60208529..c8f05233 100644 --- a/common/src/gx_display_driver_16bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_16bpp_pixelmap_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_raw_write(GX_DRAW_CONTEXT *context, @@ -111,7 +113,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_alpha_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -146,6 +148,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -197,7 +201,7 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -231,6 +235,8 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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_write(GX_DRAW_CONTEXT *context, @@ -332,7 +338,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_565rgb_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -367,6 +373,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -526,7 +534,7 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_palette_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -560,6 +568,8 @@ void (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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_write(GX_DRAW_CONTEXT *context, @@ -614,7 +624,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_565rgb_palette_pixelmap_transparent_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -648,6 +658,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_raw_write(GX_DRAW_CONTEXT *context, @@ -708,7 +720,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* _gx_display_driver_565rgb_palette_pixelmap_transparent_compressed */ /* _write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -743,6 +755,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_compressed_write(GX_DRAW_CONTEXT *context, @@ -909,7 +923,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_565rgb_palette_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -943,6 +957,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_compressed_write(GX_DRAW_CONTEXT *context, @@ -1091,7 +1107,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_16bpp_4444argb_pixelmap_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1128,6 +1144,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1182,7 +1200,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_16bpp_4444argb_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1219,6 +1237,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1396,7 +1416,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1441,6 +1461,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1580,7 +1602,7 @@ GX_UBYTE brush_alpha = context -> gx_draw_context_brush.gx_brush_alpha; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1555xrgb_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1618,6 +1640,8 @@ GX_UBYTE brush_alpha = context -> gx_draw_context_brush.gx_brush_alpha; /* DATE 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, diff --git a/common/src/gx_display_driver_16bpp_pixelmap_rotate.c b/common/src/gx_display_driver_16bpp_pixelmap_rotate.c index 51f1c201..31f17f05 100644 --- a/common/src/gx_display_driver_16bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_16bpp_pixelmap_rotate.c @@ -43,7 +43,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,8 @@ /* DATE 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_raw_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -294,7 +296,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -334,6 +336,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -579,7 +583,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -616,6 +620,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_16bpp_pixelmap_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -727,7 +733,7 @@ INT newypos; /* */ /* _gx_display_driver_16bpp_pixelmap_simple_alpha_rotate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -765,6 +771,8 @@ INT newypos; /* DATE 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_16bpp_pixelmap_simple_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -867,7 +875,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_pixelmap_rotate PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -911,9 +919,9 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added 565bgr format support,*/ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ VOID _gx_display_driver_16bpp_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, 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 ad2a0d73..b1e090bb 100644 --- a/common/src/gx_display_driver_16bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_16bpp_row_pitch_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_row_pitch_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE 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 5261e75c..cef9d1aa 100644 --- a/common/src/gx_display_driver_16bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_16bpp_simple_line_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_simple_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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_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 27028329..128a34ec 100644 --- a/common/src/gx_display_driver_16bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_16bpp_vertical_line_draw.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_vertical_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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_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 9e43a0f8..16404336 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 @@ -32,7 +32,7 @@ /* */ /* _gx_display_driver_16bpp_vertical_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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_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 2ca7a0ab..f13d2550 100644 --- a/common/src/gx_display_driver_1bpp_block_move.c +++ b/common/src/gx_display_driver_1bpp_block_move.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_1bpp_canvas_copy.c b/common/src/gx_display_driver_1bpp_canvas_copy.c index 1944447f..939d046f 100644 --- a/common/src/gx_display_driver_1bpp_canvas_copy.c +++ b/common/src/gx_display_driver_1bpp_canvas_copy.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_canvas_copy PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 fd943e11..571d4ce2 100644 --- a/common/src/gx_display_driver_1bpp_glyph_1bpp_draw.c +++ b/common/src/gx_display_driver_1bpp_glyph_1bpp_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_glyph_1bpp_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 6743fdb8..0b843fd1 100644 --- a/common/src/gx_display_driver_1bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_1bpp_horizontal_line_draw.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_horizontal_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 ccdd15f2..3075e5af 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 @@ -32,7 +32,7 @@ /* */ /* _gx_display_driver_1bpp_horizontal_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 a543b967..a6323f54 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 @@ -34,7 +34,7 @@ /* */ /* _gx_display_driver_1bpp_horizontal_pixelmap_line_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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, @@ -143,7 +145,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_1bpp_horizontal_pixelmap_line_t_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -178,6 +180,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -255,7 +259,7 @@ GX_PIXELMAP *pixelmap = info -> pixelmap; /* */ /* _gx_display_driver_1bpp_horizontal_pixelmap_line_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -290,6 +294,8 @@ GX_PIXELMAP *pixelmap = info -> pixelmap; /* DATE 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, @@ -416,7 +422,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_1bpp_horizontal_pixelmap_line_c_t_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -451,6 +457,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -581,7 +589,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_1bpp_horizontal_pixelmap_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -627,6 +635,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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 4d2301aa..a136692b 100644 --- a/common/src/gx_display_driver_1bpp_mouse_capture.c +++ b/common/src/gx_display_driver_1bpp_mouse_capture.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_mouse_capture PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_1bpp_mouse_restore.c b/common/src/gx_display_driver_1bpp_mouse_restore.c index 19ae1a62..ddb23450 100644 --- a/common/src/gx_display_driver_1bpp_mouse_restore.c +++ b/common/src/gx_display_driver_1bpp_mouse_restore.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_mouse_restore PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) 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 e08a998b..f3a87402 100644 --- a/common/src/gx_display_driver_1bpp_native_color_get.c +++ b/common/src/gx_display_driver_1bpp_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 a45705b8..3f9e6709 100644 --- a/common/src/gx_display_driver_1bpp_pixel_write.c +++ b/common/src/gx_display_driver_1bpp_pixel_write.c @@ -30,7 +30,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 bfa068f2..0641f561 100644 --- a/common/src/gx_display_driver_1bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_1bpp_pixelmap_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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, @@ -141,7 +143,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_transparent_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -172,6 +174,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -259,7 +263,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_compressed_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -290,6 +294,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) @@ -410,7 +416,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_c_t_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -440,6 +446,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) @@ -593,7 +601,7 @@ GX_RECTANGLE *clip = context->gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bit_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -630,6 +638,8 @@ GX_RECTANGLE *clip = context->gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_1bpp_pixelmap_rotate.c b/common/src/gx_display_driver_1bpp_pixelmap_rotate.c index 84e27ff1..66c519b8 100644 --- a/common/src/gx_display_driver_1bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_1bpp_pixelmap_rotate.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -184,7 +186,7 @@ INT getstride; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_transparent_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -222,6 +224,8 @@ INT getstride; /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -340,7 +344,7 @@ INT newypos; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -377,6 +381,8 @@ INT newypos; /* DATE 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_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -532,7 +538,7 @@ INT newypos; /* */ /* _gx_display_driver_1bpp_pixelmap_simple_transparent_rotate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -569,6 +575,8 @@ INT newypos; /* DATE 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_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -745,7 +753,7 @@ GX_UBYTE getmask; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -793,6 +801,8 @@ GX_UBYTE getmask; /* DATE 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, 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 618a0007..8c70c5c9 100644 --- a/common/src/gx_display_driver_1bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_1bpp_row_pitch_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_row_pitch_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE 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 b463219a..b4bdbcd3 100644 --- a/common/src/gx_display_driver_1bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_1bpp_simple_line_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_simple_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 e0565957..5133054f 100644 --- a/common/src/gx_display_driver_1bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_1bpp_vertical_line_draw.c @@ -30,7 +30,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_vertical_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 f4063c6b..72c98fd4 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_1bpp_vertical_pattern_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 a2ff0c14..126d9157 100644 --- a/common/src/gx_display_driver_24xrgb_canvas_blend.c +++ b/common/src/gx_display_driver_24xrgb_canvas_blend.c @@ -45,7 +45,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_canvas_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE 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 dfd40518..1e9d87e2 100644 --- a/common/src/gx_display_driver_24xrgb_jpeg_draw.c +++ b/common/src/gx_display_driver_24xrgb_jpeg_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_YCbCr2RGB PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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) @@ -122,7 +124,7 @@ INT blue; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_mcu_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -155,6 +157,8 @@ INT blue; /* DATE 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) @@ -211,7 +215,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_dislay_driver_24xrgb_jpeg_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -246,6 +250,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) diff --git a/common/src/gx_display_driver_24xrgb_mouse_capture.c b/common/src/gx_display_driver_24xrgb_mouse_capture.c index 222f97ef..6050a01a 100644 --- a/common/src/gx_display_driver_24xrgb_mouse_capture.c +++ b/common/src/gx_display_driver_24xrgb_mouse_capture.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_mouse_capture PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_24xrgb_mouse_restore.c b/common/src/gx_display_driver_24xrgb_mouse_restore.c index eedc259b..39feb98e 100644 --- a/common/src/gx_display_driver_24xrgb_mouse_restore.c +++ b/common/src/gx_display_driver_24xrgb_mouse_restore.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_mouse_restore PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) 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 57af5455..2149ebee 100644 --- a/common/src/gx_display_driver_24xrgb_native_color_get.c +++ b/common/src/gx_display_driver_24xrgb_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 fc1f7800..3580d7ff 100644 --- a/common/src/gx_display_driver_24xrgb_pixel_blend.c +++ b/common/src/gx_display_driver_24xrgb_pixel_blend.c @@ -41,7 +41,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixel_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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_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 633c9947..058db6e2 100644 --- a/common/src/gx_display_driver_24xrgb_pixelmap_blend.c +++ b/common/src/gx_display_driver_24xrgb_pixelmap_blend.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_raw_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_blend(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, GX_UBYTE alpha) @@ -106,7 +108,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_alpha_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -141,6 +143,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_alpha_blend(GX_DRAW_CONTEXT *context, @@ -194,7 +198,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_palette_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -229,6 +233,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_blend(GX_DRAW_CONTEXT *context, @@ -280,7 +286,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_palette_pixelmap_transparent_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -315,6 +321,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_blend(GX_DRAW_CONTEXT *context, @@ -367,7 +375,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_4444argb_pixelmap_alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -402,6 +410,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) @@ -451,7 +461,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_565rgb_pixelmap_alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -487,6 +497,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -546,7 +558,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_565rgb_pixelmap_raw_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -581,6 +593,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) @@ -618,7 +632,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -666,6 +680,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_24xrgb_png_draw.c b/common/src/gx_display_driver_24xrgb_png_draw.c index 2333f746..9b40e046 100644 --- a/common/src/gx_display_driver_24xrgb_png_draw.c +++ b/common/src/gx_display_driver_24xrgb_png_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_png_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_24xrgb_setup.c b/common/src/gx_display_driver_24xrgb_setup.c index 858957f1..75e069ad 100644 --- a/common/src/gx_display_driver_24xrgb_setup.c +++ b/common/src/gx_display_driver_24xrgb_setup.c @@ -33,7 +33,7 @@ static GX_COLOR mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ static GX_COLOR mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* DATE 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_setup(GX_DISPLAY *display, VOID *aux_data, 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 a6396f32..37772c06 100644 --- a/common/src/gx_display_driver_32argb_native_color_get.c +++ b/common/src/gx_display_driver_32argb_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 9605677c..d858163b 100644 --- a/common/src/gx_display_driver_32argb_pixel_blend.c +++ b/common/src/gx_display_driver_32argb_pixel_blend.c @@ -41,7 +41,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_pixel_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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_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 3dc81c9d..d93f157a 100644 --- a/common/src/gx_display_driver_32argb_pixelmap_blend.c +++ b/common/src/gx_display_driver_32argb_pixelmap_blend.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_pixelmap_raw_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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_blend(GX_DRAW_CONTEXT *context, @@ -110,7 +112,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_pixelmap_alpha_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -146,6 +148,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_alpha_blend(GX_DRAW_CONTEXT *context, @@ -186,7 +190,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -224,6 +228,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_32argb_pixelmap_draw.c b/common/src/gx_display_driver_32argb_pixelmap_draw.c index 33d8a11b..0ac78bb9 100644 --- a/common/src/gx_display_driver_32argb_pixelmap_draw.c +++ b/common/src/gx_display_driver_32argb_pixelmap_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32xrgb_pixelmap_alpha_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_alpha_write(GX_DRAW_CONTEXT *context, @@ -120,7 +122,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_32xrgb_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -156,6 +158,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_alpha_write(GX_DRAW_CONTEXT *context, @@ -264,7 +268,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_32argb_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -300,6 +304,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -436,7 +442,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -470,6 +476,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -515,7 +523,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32xrgb_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -557,6 +565,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_32argb_setup.c b/common/src/gx_display_driver_32argb_setup.c index d4e23ae1..190c6831 100644 --- a/common/src/gx_display_driver_32argb_setup.c +++ b/common/src/gx_display_driver_32argb_setup.c @@ -33,7 +33,7 @@ static GX_COLOR mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32argb_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ static GX_COLOR mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* DATE 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_setup(GX_DISPLAY *display, VOID *aux_data, diff --git a/common/src/gx_display_driver_32bpp_block_move.c b/common/src/gx_display_driver_32bpp_block_move.c index ddeddcc3..1af77628 100644 --- a/common/src/gx_display_driver_32bpp_block_move.c +++ b/common/src/gx_display_driver_32bpp_block_move.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_32bpp_canvas_copy.c b/common/src/gx_display_driver_32bpp_canvas_copy.c index b0de9811..a60a87f5 100644 --- a/common/src/gx_display_driver_32bpp_canvas_copy.c +++ b/common/src/gx_display_driver_32bpp_canvas_copy.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_canvas_copy PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,8 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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 66e5d909..e12b42fe 100644 --- a/common/src/gx_display_driver_32bpp_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_32bpp_glyph_1bit_draw.c @@ -50,7 +50,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_glyph_1bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -87,6 +87,8 @@ /* DATE 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_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 3613aa17..6020d7bd 100644 --- a/common/src/gx_display_driver_32bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_32bpp_horizontal_line_draw.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_horizontal_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 75db0e40..bc8417a6 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 @@ -31,7 +31,7 @@ /* */ /* _gx_display_driver_32bpp_horizontal_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 deee089a..7ab6b5f0 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 @@ -35,7 +35,7 @@ /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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, @@ -122,7 +124,7 @@ GX_VALUE offset; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_raw_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -159,6 +161,8 @@ GX_VALUE offset; /* DATE 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, @@ -205,7 +209,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -242,6 +246,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -340,7 +346,7 @@ GX_CONST GX_UBYTE *get_count = GX_NULL; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_c_a_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -377,6 +383,8 @@ GX_CONST GX_UBYTE *get_count = GX_NULL; /* DATE 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, @@ -480,7 +488,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -518,6 +526,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -576,7 +586,7 @@ GX_VALUE offset; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -611,6 +621,8 @@ GX_VALUE offset; /* DATE 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, @@ -658,7 +670,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -693,6 +705,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -796,7 +810,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_c_a_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -834,6 +848,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -946,7 +962,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_32bpp_horizontal_pixelmap_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1004,6 +1020,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, diff --git a/common/src/gx_display_driver_32bpp_pixel_write.c b/common/src/gx_display_driver_32bpp_pixel_write.c index 89e799e2..f82b5ae8 100644 --- a/common/src/gx_display_driver_32bpp_pixel_write.c +++ b/common/src/gx_display_driver_32bpp_pixel_write.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 2c0699a5..d0e02a9a 100644 --- a/common/src/gx_display_driver_32bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_32bpp_pixelmap_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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, @@ -112,7 +114,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_alpha_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -151,6 +153,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_alpha_write(GX_DRAW_CONTEXT *context, @@ -201,7 +205,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -237,6 +241,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -374,7 +380,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -410,6 +416,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -522,7 +530,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_palette_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -558,6 +566,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -712,7 +722,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_palette_pixelmap_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -746,6 +756,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_write(GX_DRAW_CONTEXT *context, @@ -809,7 +821,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_palette_pixelmap_transparent_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -845,6 +857,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_write(GX_DRAW_CONTEXT *context, @@ -902,7 +916,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_palette_pixelmap_transparent_compressed */ /* _write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -938,6 +952,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1101,7 +1117,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_565rgb_pixelmap_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1135,6 +1151,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1183,7 +1201,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_565rgb_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1219,6 +1237,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1367,7 +1387,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_565rgb_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1406,6 +1426,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1608,7 +1630,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_565rgb_pixelmap_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1647,6 +1669,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1711,7 +1735,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_4444argb_pixelmap_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1750,6 +1774,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -1804,7 +1830,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_24xrgb_4444argb_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1840,6 +1866,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -2000,7 +2028,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2078,6 +2106,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_32bpp_pixelmap_rotate.c b/common/src/gx_display_driver_32bpp_pixelmap_rotate.c index 0f76550a..bbc0302a 100644 --- a/common/src/gx_display_driver_32bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_32bpp_pixelmap_rotate.c @@ -47,7 +47,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -87,6 +87,8 @@ /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -312,7 +314,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_utility_24xrgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -352,6 +354,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -555,7 +559,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_24xrgb_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -593,6 +597,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -730,7 +736,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -774,6 +780,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_pixelmap_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, 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 37cef0a0..c9da3850 100644 --- a/common/src/gx_display_driver_32bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_32bpp_row_pitch_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32xrgb_row_pitch_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE 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 4fe88ff0..7682a5c4 100644 --- a/common/src/gx_display_driver_32bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_32bpp_simple_line_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_simple_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 d50b035f..5bf6d36e 100644 --- a/common/src/gx_display_driver_32bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_32bpp_vertical_line_draw.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_32bpp_vertical_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 2d341735..250f881b 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 @@ -32,7 +32,7 @@ /* */ /* _gx_display_driver_32bpp_vertical_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 944fc584..fb50b7b0 100644 --- a/common/src/gx_display_driver_332rgb_native_color_get.c +++ b/common/src/gx_display_driver_332rgb_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 a39bf2cd..fab2fbf2 100644 --- a/common/src/gx_display_driver_332rgb_pixel_blend.c +++ b/common/src/gx_display_driver_332rgb_pixel_blend.c @@ -42,7 +42,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixel_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE 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 748f528f..9e0e9fef 100644 --- a/common/src/gx_display_driver_332rgb_pixelmap_draw.c +++ b/common/src/gx_display_driver_332rgb_pixelmap_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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, @@ -111,7 +113,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_compressed_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -146,6 +148,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -281,7 +285,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_alpha_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -316,6 +320,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -358,7 +364,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_332rgb_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -393,6 +399,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -523,7 +531,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -567,6 +575,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_332rgb_pixelmap_rotate.c b/common/src/gx_display_driver_332rgb_pixelmap_rotate.c index ed066883..9eb3a9f0 100644 --- a/common/src/gx_display_driver_332rgb_pixelmap_rotate.c +++ b/common/src/gx_display_driver_332rgb_pixelmap_rotate.c @@ -43,7 +43,7 @@ /* */ /* _gx_display_driver_332rgb_pixelmap_simple_alpha_rotate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE 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_simple_alpha_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -183,7 +185,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -223,6 +225,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -468,7 +472,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -508,6 +512,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -720,7 +726,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -767,6 +773,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR col /* DATE 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, diff --git a/common/src/gx_display_driver_332rgb_setup.c b/common/src/gx_display_driver_332rgb_setup.c index e5067740..7e1e3c11 100644 --- a/common/src/gx_display_driver_332rgb_setup.c +++ b/common/src/gx_display_driver_332rgb_setup.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_332rgb_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_4444argb_canvas_blend.c b/common/src/gx_display_driver_4444argb_canvas_blend.c index 96b980d7..2ad112aa 100644 --- a/common/src/gx_display_driver_4444argb_canvas_blend.c +++ b/common/src/gx_display_driver_4444argb_canvas_blend.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_canvas_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE 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 a549d179..0df85fea 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 @@ -36,7 +36,7 @@ /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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, @@ -130,7 +132,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -167,6 +169,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -219,7 +223,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* _gx_display_driver_4444argb_horizontal_pixelmap_line_compressed_ */ /* alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -256,6 +260,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -363,7 +369,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_c_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -404,6 +410,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -501,7 +509,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -537,6 +545,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -595,7 +605,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -630,6 +640,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -678,7 +690,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_c_a_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -714,6 +726,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -821,7 +835,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_c_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -856,6 +870,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -953,7 +969,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_4444argb_horizontal_pixelmap_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1011,6 +1027,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, 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 69e89104..ebc6ad71 100644 --- a/common/src/gx_display_driver_4444argb_native_color_get.c +++ b/common/src/gx_display_driver_4444argb_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 cfc339cd..74bf3cf1 100644 --- a/common/src/gx_display_driver_4444argb_pixel_blend.c +++ b/common/src/gx_display_driver_4444argb_pixel_blend.c @@ -48,7 +48,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixel_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -85,6 +85,8 @@ /* DATE 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 2746c71c..50462dee 100644 --- a/common/src/gx_display_driver_4444argb_pixelmap_draw.c +++ b/common/src/gx_display_driver_4444argb_pixelmap_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_alpha_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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, @@ -120,7 +122,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -154,6 +156,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -200,7 +204,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_c_a_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -235,6 +239,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -342,7 +348,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4444argb_pixelmap_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -376,6 +382,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -473,7 +481,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -521,6 +529,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_4444argb_pixelmap_rotate.c b/common/src/gx_display_driver_4444argb_pixelmap_rotate.c index 57248b78..95031758 100644 --- a/common/src/gx_display_driver_4444argb_pixelmap_rotate.c +++ b/common/src/gx_display_driver_4444argb_pixelmap_rotate.c @@ -46,7 +46,7 @@ /* */ /* _gx_display_driver_4444argb_pixelmap_general_rotate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -86,6 +86,8 @@ /* DATE 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_general_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -321,7 +323,7 @@ USHORT alpha[4] = {0}; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -359,6 +361,8 @@ USHORT alpha[4] = {0}; /* DATE 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_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -447,7 +451,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x1, INT y1, GX_COLOR c /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -489,6 +493,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x1, INT y1, GX_COLOR c /* DATE 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, diff --git a/common/src/gx_display_driver_4444argb_setup.c b/common/src/gx_display_driver_4444argb_setup.c index 90e12bc4..d132da36 100644 --- a/common/src/gx_display_driver_4444argb_setup.c +++ b/common/src/gx_display_driver_4444argb_setup.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4444argb_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_4bpp_block_move.c b/common/src/gx_display_driver_4bpp_block_move.c index baa9b211..d8c858aa 100644 --- a/common/src/gx_display_driver_4bpp_block_move.c +++ b/common/src/gx_display_driver_4bpp_block_move.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_4bpp_canvas_copy.c b/common/src/gx_display_driver_4bpp_canvas_copy.c index 441315a2..69d906f9 100644 --- a/common/src/gx_display_driver_4bpp_canvas_copy.c +++ b/common/src/gx_display_driver_4bpp_canvas_copy.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_canvas_copy PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 0fb8bbe6..e2b5f477 100644 --- a/common/src/gx_display_driver_4bpp_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_4bpp_glyph_1bit_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_glyph_1bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 b7ce0d99..fcf764a7 100644 --- a/common/src/gx_display_driver_4bpp_glyph_4bit_draw.c +++ b/common/src/gx_display_driver_4bpp_glyph_4bit_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_glyph_4bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 f5508083..ccb6e8a9 100644 --- a/common/src/gx_display_driver_4bpp_grayscale_setup.c +++ b/common/src/gx_display_driver_4bpp_grayscale_setup.c @@ -35,7 +35,7 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_grayscale_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* DATE 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_grayscale_setup(GX_DISPLAY *display, VOID *aux_data, 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 83da9877..4008bd45 100644 --- a/common/src/gx_display_driver_4bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_4bpp_horizontal_line_draw.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_horizontal_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 e3c91946..f4f5333b 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 @@ -32,7 +32,7 @@ /* */ /* _gx_display_driver_4bpp_horizontal_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 f0638dd8..9b3c79e5 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 @@ -34,7 +34,7 @@ /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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, @@ -152,7 +154,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_t_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -188,6 +190,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -278,7 +282,7 @@ GX_PIXELMAP *pixelmap = info -> pixelmap; /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -314,6 +318,8 @@ GX_PIXELMAP *pixelmap = info -> pixelmap; /* DATE 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, @@ -490,7 +496,7 @@ GX_UBYTE getmask = 0; /* _gx_display_driver_4bpp_horizontal_pixelmap_line_compressed_ */ /* transparent_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -526,6 +532,8 @@ GX_UBYTE getmask = 0; /* DATE 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, @@ -674,7 +682,7 @@ GX_UBYTE putmask; /* */ /* _gx_display_driver_4bpp_horizontal_pixelmap_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -720,6 +728,8 @@ GX_UBYTE putmask; /* DATE 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, diff --git a/common/src/gx_display_driver_4bpp_mouse_capture.c b/common/src/gx_display_driver_4bpp_mouse_capture.c index d9e70b35..57cc09c2 100644 --- a/common/src/gx_display_driver_4bpp_mouse_capture.c +++ b/common/src/gx_display_driver_4bpp_mouse_capture.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_mouse_capture PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_4bpp_mouse_restore.c b/common/src/gx_display_driver_4bpp_mouse_restore.c index 04a978bf..c92ba0ff 100644 --- a/common/src/gx_display_driver_4bpp_mouse_restore.c +++ b/common/src/gx_display_driver_4bpp_mouse_restore.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_mouse_restore PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) 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 b53d30af..fc5e4017 100644 --- a/common/src/gx_display_driver_4bpp_native_color_get.c +++ b/common/src/gx_display_driver_4bpp_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 8a17fa6c..545661ed 100644 --- a/common/src/gx_display_driver_4bpp_pixel_write.c +++ b/common/src/gx_display_driver_4bpp_pixel_write.c @@ -30,7 +30,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 f55347a5..970a1b9d 100644 --- a/common/src/gx_display_driver_4bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_4bpp_pixelmap_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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, @@ -145,7 +147,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_transparent_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -175,6 +177,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -264,7 +268,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_compressed_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -298,6 +302,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -466,7 +472,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_4bpp_pixelmap_compressed_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -500,6 +506,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -640,7 +648,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -681,6 +689,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_4bpp_pixelmap_rotate.c b/common/src/gx_display_driver_4bpp_pixelmap_rotate.c index 77488d2f..96baa71c 100644 --- a/common/src/gx_display_driver_4bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_4bpp_pixelmap_rotate.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -194,7 +196,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_transparent_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -232,6 +234,8 @@ GX_UBYTE color; /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -367,7 +371,7 @@ INT newypos; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -404,6 +408,8 @@ INT newypos; /* DATE 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_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -588,7 +594,7 @@ GX_UBYTE color; /* */ /* _gx_display_driver_4bpp_pixelmap_simple_transparent_rotate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -625,6 +631,8 @@ GX_UBYTE color; /* DATE 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_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -848,7 +856,7 @@ GX_UBYTE pixel; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -892,6 +900,8 @@ GX_UBYTE pixel; /* DATE 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, 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 ce5ac9bd..b8305159 100644 --- a/common/src/gx_display_driver_4bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_4bpp_row_pitch_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_row_pitch_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 1ddff1e5..5b5ae84f 100644 --- a/common/src/gx_display_driver_4bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_4bpp_simple_line_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_simple_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 d6f38a00..df07173f 100644 --- a/common/src/gx_display_driver_4bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_4bpp_vertical_line_draw.c @@ -30,7 +30,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_vertical_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 ce9dc050..b574caa2 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 @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_4bpp_vertical_pattern_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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_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 95cfd8c6..353b8100 100644 --- a/common/src/gx_display_driver_565rgb_canvas_blend.c +++ b/common/src/gx_display_driver_565rgb_canvas_blend.c @@ -45,7 +45,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_canvas_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE 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_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 3ee34bca..180692e3 100644 --- a/common/src/gx_display_driver_565rgb_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_565rgb_glyph_1bit_draw.c @@ -50,7 +50,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_16bpp_glyph_1bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -87,6 +87,8 @@ /* DATE 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_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 2a179966..f2ab8b4d 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 @@ -38,7 +38,7 @@ /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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, @@ -129,7 +131,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -166,6 +168,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -233,7 +237,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -270,6 +274,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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) @@ -365,7 +371,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_c_a_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -402,6 +408,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -528,7 +536,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -563,6 +571,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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_write(GX_DRAW_CONTEXT *context, @@ -614,7 +624,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -652,6 +662,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -711,7 +723,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -746,6 +758,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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_write(GX_DRAW_CONTEXT *context, @@ -843,7 +857,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_c_a_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -879,6 +893,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -1001,7 +1017,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* */ /* _gx_display_driver_565rgb_horizontal_pixelmap_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1051,6 +1067,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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, diff --git a/common/src/gx_display_driver_565rgb_jpeg_draw.c b/common/src/gx_display_driver_565rgb_jpeg_draw.c index 1e59591b..8677f9f9 100644 --- a/common/src/gx_display_driver_565rgb_jpeg_draw.c +++ b/common/src/gx_display_driver_565rgb_jpeg_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_YCbCr2RGB PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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) @@ -133,7 +135,7 @@ INT blue; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_jpeg_16bpp_mcu_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -166,6 +168,8 @@ INT blue; /* DATE 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) @@ -221,7 +225,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_dislay_driver_565rgb_jpeg_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -256,6 +260,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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) 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 f9cfd889..4cd59726 100644 --- a/common/src/gx_display_driver_565rgb_native_color_get.c +++ b/common/src/gx_display_driver_565rgb_native_color_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 24575eff..d2a0eac2 100644 --- a/common/src/gx_display_driver_565rgb_pixel_blend.c +++ b/common/src/gx_display_driver_565rgb_pixel_blend.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_pixel_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE 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_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 b100e799..c213a10f 100644 --- a/common/src/gx_display_driver_565rgb_png_draw.c +++ b/common/src/gx_display_driver_565rgb_png_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_png_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_565rgb_setup.c b/common/src/gx_display_driver_565rgb_setup.c index db75a2c7..198c4094 100644 --- a/common/src/gx_display_driver_565rgb_setup.c +++ b/common/src/gx_display_driver_565rgb_setup.c @@ -34,7 +34,7 @@ static USHORT mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESOLU /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_565rgb_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ static USHORT mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESOLU /* DATE 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_setup(GX_DISPLAY *display, VOID *aux_data, 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 a63fa656..0a549e42 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 @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bit_palette_native_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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_setup.c b/common/src/gx_display_driver_8bit_palette_setup.c index d264b69a..3bbb80e2 100644 --- a/common/src/gx_display_driver_8bit_palette_setup.c +++ b/common/src/gx_display_driver_8bit_palette_setup.c @@ -37,7 +37,7 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bit_palette_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* DATE 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_8bit_palette_setup(GX_DISPLAY *display, VOID *aux_data, diff --git a/common/src/gx_display_driver_8bpp_block_move.c b/common/src/gx_display_driver_8bpp_block_move.c index 982cfc81..5a8efbf2 100644 --- a/common/src/gx_display_driver_8bpp_block_move.c +++ b/common/src/gx_display_driver_8bpp_block_move.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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, diff --git a/common/src/gx_display_driver_8bpp_canvas_copy.c b/common/src/gx_display_driver_8bpp_canvas_copy.c index 69986e00..2ac58b8a 100644 --- a/common/src/gx_display_driver_8bpp_canvas_copy.c +++ b/common/src/gx_display_driver_8bpp_canvas_copy.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_canvas_copy PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,8 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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 d5339e06..eaeac034 100644 --- a/common/src/gx_display_driver_8bpp_glyph_1bit_draw.c +++ b/common/src/gx_display_driver_8bpp_glyph_1bit_draw.c @@ -51,7 +51,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_glyph_1bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -88,6 +88,8 @@ /* DATE 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_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 93f82a37..000fa4c4 100644 --- a/common/src/gx_display_driver_8bpp_glyph_3bit_draw.c +++ b/common/src/gx_display_driver_8bpp_glyph_3bit_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_glyph_3bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 c3bba5bf..06fd541c 100644 --- a/common/src/gx_display_driver_8bpp_glyph_4bit_draw.c +++ b/common/src/gx_display_driver_8bpp_glyph_4bit_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_glyph_4bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 9bab4a58..c0b72960 100644 --- a/common/src/gx_display_driver_8bpp_horizontal_line_draw.c +++ b/common/src/gx_display_driver_8bpp_horizontal_line_draw.c @@ -29,7 +29,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_horizontal_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 b85a9a6b..862024e2 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 @@ -34,7 +34,7 @@ /* */ /* _gx_display_driver_8bpp_horizontal_pattern_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 4c9f6bc7..4fb91e1e 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 @@ -36,7 +36,7 @@ /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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, @@ -124,7 +126,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -161,6 +163,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE /* DATE 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, @@ -259,7 +263,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_alpha_blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -296,6 +300,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE /* DATE 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, @@ -360,7 +366,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha */ /* _blend */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -397,6 +403,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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, @@ -512,7 +520,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE); /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_raw_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -543,6 +551,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *, INT, INT, GX_COLOR, GX_UBYTE); /* DATE 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, @@ -590,7 +600,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -625,6 +635,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -722,7 +734,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_line_pixelmap_transparent_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -757,6 +769,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -811,7 +825,7 @@ GX_UBYTE pixel; /* _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_ */ /* transparent_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -846,6 +860,8 @@ GX_UBYTE pixel; /* DATE 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, @@ -956,7 +972,7 @@ GX_PIXELMAP *pixelmap; /* */ /* _gx_display_driver_8bpp_horizontal_pixelmap_line_alpha_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -995,6 +1011,8 @@ GX_PIXELMAP *pixelmap; /* DATE 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, @@ -1054,7 +1072,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* _gx_display_driver_8bpp_horizontal_pixelmap_line_compressed_alpha */ /* _write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1090,6 +1108,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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, @@ -1204,7 +1224,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1250,6 +1270,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR /* DATE 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, @@ -1304,7 +1326,7 @@ VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *cont /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1360,6 +1382,8 @@ VOID _gx_display_driver_8bpp_horizontal_pixelmap_line_draw(GX_DRAW_CONTEXT *cont /* DATE 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, diff --git a/common/src/gx_display_driver_8bpp_mouse_capture.c b/common/src/gx_display_driver_8bpp_mouse_capture.c index c42ca9c3..94eb43e6 100644 --- a/common/src/gx_display_driver_8bpp_mouse_capture.c +++ b/common/src/gx_display_driver_8bpp_mouse_capture.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_mouse_capture PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_8bpp_mouse_restore.c b/common/src/gx_display_driver_8bpp_mouse_restore.c index 284eec63..be36a8d8 100644 --- a/common/src/gx_display_driver_8bpp_mouse_restore.c +++ b/common/src/gx_display_driver_8bpp_mouse_restore.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_mouse_restore PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -60,6 +60,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_8bpp_pixel_write.c b/common/src/gx_display_driver_8bpp_pixel_write.c index 533c5203..8aa9d527 100644 --- a/common/src/gx_display_driver_8bpp_pixel_write.c +++ b/common/src/gx_display_driver_8bpp_pixel_write.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 a5d3d159..27667ec4 100644 --- a/common/src/gx_display_driver_8bpp_pixelmap_blend.c +++ b/common/src/gx_display_driver_8bpp_pixelmap_blend.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_raw_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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, @@ -109,7 +111,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_alpha_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -145,6 +147,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLOR fco /* DATE 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, @@ -205,7 +209,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -245,6 +249,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_8bpp_pixelmap_draw.c b/common/src/gx_display_driver_8bpp_pixelmap_draw.c index ef539bc2..b5b4268f 100644 --- a/common/src/gx_display_driver_8bpp_pixelmap_draw.c +++ b/common/src/gx_display_driver_8bpp_pixelmap_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_raw_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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, @@ -109,7 +111,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_compressed_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -143,6 +145,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_compressed_write(GX_DRAW_CONTEXT *context, @@ -272,7 +276,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_transparent_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -306,6 +310,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, @@ -360,7 +366,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* */ /* _gx_display_driver_8bpp_pixelmap_compressed_transparent_write */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -394,6 +400,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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_compressed_transparent_write(GX_DRAW_CONTEXT *context, @@ -535,7 +543,7 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -572,6 +580,8 @@ GX_RECTANGLE *clip = context -> gx_draw_context_clip; /* DATE 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, diff --git a/common/src/gx_display_driver_8bpp_pixelmap_rotate.c b/common/src/gx_display_driver_8bpp_pixelmap_rotate.c index d7f6b1af..8f6f3661 100644 --- a/common/src/gx_display_driver_8bpp_pixelmap_rotate.c +++ b/common/src/gx_display_driver_8bpp_pixelmap_rotate.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -164,7 +166,7 @@ INT newypos; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_transparent_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -202,6 +204,8 @@ INT newypos; /* DATE 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_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -297,7 +301,7 @@ INT newypos; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -334,6 +338,8 @@ INT newypos; /* DATE 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_simple_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -445,7 +451,7 @@ INT newypos; /* */ /* _gx_display_driver_8bpp_pixelmap_simple_transparent_rotate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -482,6 +488,8 @@ INT newypos; /* DATE 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_simple_transparent_rotate(GX_DRAW_CONTEXT *context, INT xpos, INT ypos, GX_PIXELMAP *pixelmap, @@ -603,7 +611,7 @@ INT newypos; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -651,6 +659,8 @@ INT newypos; /* DATE 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, 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 c2b28569..c92e70c8 100644 --- a/common/src/gx_display_driver_8bpp_row_pitch_get.c +++ b/common/src/gx_display_driver_8bpp_row_pitch_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_row_pitch_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE 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 f8d09ff7..47b879fc 100644 --- a/common/src/gx_display_driver_8bpp_simple_line_draw.c +++ b/common/src/gx_display_driver_8bpp_simple_line_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_simple_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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 16149ffd..5e597e20 100644 --- a/common/src/gx_display_driver_8bpp_vertical_line_draw.c +++ b/common/src/gx_display_driver_8bpp_vertical_line_draw.c @@ -30,7 +30,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_vertical_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 e3371fbf..8acf98d7 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 @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_8bpp_ertical_pattern_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 5dff874d..e895f32f 100644 --- a/common/src/gx_display_driver_arc_clipping_get.c +++ b/common/src/gx_display_driver_arc_clipping_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_arc_clipping_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_arc_draw.c b/common/src/gx_display_driver_generic_aliased_arc_draw.c index 3aaa2893..8a94c622 100644 --- a/common/src/gx_display_driver_generic_aliased_arc_draw.c +++ b/common/src/gx_display_driver_generic_aliased_arc_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_arc_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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_circle_draw.c b/common/src/gx_display_driver_generic_aliased_circle_draw.c index 1a33b2d5..e346867c 100644 --- a/common/src/gx_display_driver_generic_aliased_circle_draw.c +++ b/common/src/gx_display_driver_generic_aliased_circle_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 5f669c63..5f2d0b56 100644 --- a/common/src/gx_display_driver_generic_aliased_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_aliased_ellipse_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_ellipse_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 1f135512..8f780a22 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 @@ -34,7 +34,7 @@ /* */ /* _gx_display_driver_generic_aliased_filled_circle_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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_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 af6c8d84..927177c3 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 @@ -35,7 +35,7 @@ /* */ /* _gx_display_driver_generic_aliased_fixed_point_line_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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_fixed_point_line_draw(GX_DRAW_CONTEXT *context, 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 17fd2c77..041553e2 100644 --- a/common/src/gx_display_driver_generic_aliased_line_draw.c +++ b/common/src/gx_display_driver_generic_aliased_line_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 13580a34..226edd7d 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 @@ -38,7 +38,7 @@ /* */ /* _gx_display_driver_generic_simple_aliased_wide_arc_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE 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) @@ -656,7 +658,7 @@ INT next_shift; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_wide_arc_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -696,6 +698,8 @@ INT next_shift; /* DATE 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 ab888b7c..95df4b61 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_wide_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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_wide_ellipse_draw.c b/common/src/gx_display_driver_generic_aliased_wide_ellipse_draw.c index aa46d474..539f4f73 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 @@ -36,7 +36,7 @@ /* */ /* _gx_display_driver_generic_aliased_wide_ellipse_draw */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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 57988df9..de2afd80 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_aliased_wide_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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_line_draw(GX_DRAW_CONTEXT *context, INT xstart, diff --git a/common/src/gx_display_driver_generic_alphamap_draw.c b/common/src/gx_display_driver_generic_alphamap_draw.c index 90ca5700..d4e8acb0 100644 --- a/common/src/gx_display_driver_generic_alphamap_draw.c +++ b/common/src/gx_display_driver_generic_alphamap_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_alphamap_raw_alpha_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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) @@ -120,7 +122,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_alphamap_c_alpha_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -156,6 +158,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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) @@ -265,7 +269,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_alphamap_raw_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -300,6 +304,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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) @@ -347,7 +353,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_alphamap_compressed_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -382,6 +388,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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) @@ -487,7 +495,7 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -533,6 +541,8 @@ VOID (*blend_func)(GX_DRAW_CONTEXT *context, INT x, INT y, GX_COLO /* DATE 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 bfa9d34e..90286bcf 100644 --- a/common/src/gx_display_driver_generic_arc_draw.c +++ b/common/src/gx_display_driver_generic_arc_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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_arc_fill.c b/common/src/gx_display_driver_generic_arc_fill.c index c841ce4d..8e28a4a9 100644 --- a/common/src/gx_display_driver_generic_arc_fill.c +++ b/common/src/gx_display_driver_generic_arc_fill.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_arc_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE 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 99823dfe..587b0003 100644 --- a/common/src/gx_display_driver_generic_circle_draw.c +++ b/common/src/gx_display_driver_generic_circle_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 f304cd87..eda82c2c 100644 --- a/common/src/gx_display_driver_generic_circle_fill.c +++ b/common/src/gx_display_driver_generic_circle_fill.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_circle_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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 2d438985..c83a1774 100644 --- a/common/src/gx_display_driver_generic_drawing_complete.c +++ b/common/src/gx_display_driver_generic_drawing_complete.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_drawing_complete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_generic_drawing_initiate.c b/common/src/gx_display_driver_generic_drawing_initiate.c index 41e86adf..3aa00b7d 100644 --- a/common/src/gx_display_driver_generic_drawing_initiate.c +++ b/common/src/gx_display_driver_generic_drawing_initiate.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_drawing_initiate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_generic_ellipse_draw.c b/common/src/gx_display_driver_generic_ellipse_draw.c index 295c7c10..817998e7 100644 --- a/common/src/gx_display_driver_generic_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_ellipse_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_ellipse_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_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 29e8c968..3a19497e 100644 --- a/common/src/gx_display_driver_generic_ellipse_fill.c +++ b/common/src/gx_display_driver_generic_ellipse_fill.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_ellipse_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE 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_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 eefbe4f6..155ec167 100644 --- a/common/src/gx_display_driver_generic_filled_circle_draw.c +++ b/common/src/gx_display_driver_generic_filled_circle_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_filled_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 5ceae7ef..8e3ef7d8 100644 --- a/common/src/gx_display_driver_generic_glyph_4bpp_draw.c +++ b/common/src/gx_display_driver_generic_glyph_4bpp_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_glyph_4bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 5bbf6c03..e862fe6e 100644 --- a/common/src/gx_display_driver_generic_glyph_8bpp_draw.c +++ b/common/src/gx_display_driver_generic_glyph_8bpp_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_glyph_8bit_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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 8a5f93a1..b0c424c8 100644 --- a/common/src/gx_display_driver_generic_mouse_cursor_define.c +++ b/common/src/gx_display_driver_generic_mouse_cursor_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_mouse_cursor_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 098f4952..5c92eaf6 100644 --- a/common/src/gx_display_driver_generic_mouse_draw.c +++ b/common/src/gx_display_driver_generic_mouse_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_mouse_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE 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) diff --git a/common/src/gx_display_driver_generic_mouse_enable.c b/common/src/gx_display_driver_generic_mouse_enable.c index d69c11f0..3603e38f 100644 --- a/common/src/gx_display_driver_generic_mouse_enable.c +++ b/common/src/gx_display_driver_generic_mouse_enable.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_mouse_enable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 f730691c..a3af4931 100644 --- a/common/src/gx_display_driver_generic_mouse_position_set.c +++ b/common/src/gx_display_driver_generic_mouse_position_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_mouse_position_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 93f71422..d3d6bc50 100644 --- a/common/src/gx_display_driver_generic_pie_fill.c +++ b/common/src/gx_display_driver_generic_pie_fill.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_pie_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_polygon_draw.c b/common/src/gx_display_driver_generic_polygon_draw.c index 682001a6..db3c6056 100644 --- a/common/src/gx_display_driver_generic_polygon_draw.c +++ b/common/src/gx_display_driver_generic_polygon_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_polygon_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 362a23e3..78ba08ff 100644 --- a/common/src/gx_display_driver_generic_polygon_fill.c +++ b/common/src/gx_display_driver_generic_polygon_fill.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_polygon_min_max_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) @@ -112,7 +114,7 @@ INT x_min; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_polygon_new_edge_table_init PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -147,6 +149,8 @@ INT x_min; /* DATE 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) @@ -239,7 +243,7 @@ GX_VALUE net_index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_polygon_active_edge_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -275,6 +279,8 @@ GX_VALUE net_index = 0; /* DATE 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) @@ -309,7 +315,7 @@ INT active_edge_table_size = *aet_size; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_polygon_non_active_edge_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -341,6 +347,8 @@ INT active_edge_table_size = *aet_size; /* DATE 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) @@ -369,7 +377,7 @@ INT j; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_polygon_scan_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -405,6 +413,8 @@ INT j; /* DATE 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) @@ -464,7 +474,7 @@ GX_COLOR fill_color; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_polygon_pixelmap_scan_line_draw PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -502,9 +512,9 @@ GX_COLOR fill_color; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed use of memcpy, */ -/* resulting in version 6.0.2 */ +/* 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, @@ -581,7 +591,7 @@ GX_BOOL is_drawn = GX_FALSE; /* */ /* _gx_display_driver_polygon_active_edge_table_update_and_restore */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -614,6 +624,8 @@ GX_BOOL is_drawn = GX_FALSE; /* DATE 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) @@ -663,7 +675,7 @@ GX_POLYGON_EDGE temp; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_polygon_scan_line_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -695,6 +707,8 @@ GX_POLYGON_EDGE temp; /* DATE 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_simple_pie_fill.c b/common/src/gx_display_driver_generic_simple_pie_fill.c index f7791542..70de1f53 100644 --- a/common/src/gx_display_driver_generic_simple_pie_fill.c +++ b/common/src/gx_display_driver_generic_simple_pie_fill.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_simple_pie_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE 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 add365a6..a2abf625 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_simple_wide_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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_simple_wide_line_draw(GX_DRAW_CONTEXT *context, INT xstart, INT ystart, 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 0067188f..d2db41ec 100644 --- a/common/src/gx_display_driver_generic_wide_arc_draw.c +++ b/common/src/gx_display_driver_generic_wide_arc_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_simple_wide_arc_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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) @@ -468,7 +470,7 @@ VOID (*line_draw)(GX_DRAW_CONTEXT *context, INT x1, INT x2, INT ypos, I /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_wide_arc_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -503,6 +505,8 @@ VOID (*line_draw)(GX_DRAW_CONTEXT *context, INT x1, INT x2, INT ypos, I /* DATE 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 4247d6c3..2abc612c 100644 --- a/common/src/gx_display_driver_generic_wide_circle_draw.c +++ b/common/src/gx_display_driver_generic_wide_circle_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_wide_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 448965e3..2e45680f 100644 --- a/common/src/gx_display_driver_generic_wide_ellipse_draw.c +++ b/common/src/gx_display_driver_generic_wide_ellipse_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_wide_ellipse_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 673d8bb8..e9d94680 100644 --- a/common/src/gx_display_driver_generic_wide_line_fill.c +++ b/common/src/gx_display_driver_generic_wide_line_fill.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_generic_wide_line_fill PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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 1eb03312..d1226868 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 @@ -38,7 +38,7 @@ static GX_FIXED_POINT LinePoints[5]; /* */ /* _gx_display_driver_generic_wide_line_points_calculate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* */ /* AUTHOR */ /* */ @@ -85,6 +85,8 @@ static GX_FIXED_POINT LinePoints[5]; /* DATE 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, 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 0a49184f..86dbf0eb 100644 --- a/common/src/gx_display_driver_horizontal_line_alpha_draw.c +++ b/common/src/gx_display_driver_horizontal_line_alpha_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_horizontal_line_alpha_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 10678149..78faa222 100644 --- a/common/src/gx_display_driver_monochrome_setup.c +++ b/common/src/gx_display_driver_monochrome_setup.c @@ -33,7 +33,7 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_monochrome_setup PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ static GX_UBYTE mouse_capture_memory[GX_MOUSE_MAX_RESOLUTION * GX_MOUSE_MAX_RESO /* DATE 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_monochrome_setup(GX_DISPLAY *display, VOID *aux_data, 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 972a8fb3..905fddbf 100644 --- a/common/src/gx_display_driver_simple_line_alpha_draw.c +++ b/common/src/gx_display_driver_simple_line_alpha_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_simple_line_alpha_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE 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 2b8b09d8..923655f5 100644 --- a/common/src/gx_display_driver_vertical_line_alpha_draw.c +++ b/common/src/gx_display_driver_vertical_line_alpha_draw.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_vertical_line_alpha_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 dce16b98..3f759e95 100644 --- a/common/src/gx_display_font_table_set.c +++ b/common/src/gx_display_font_table_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_font_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 90d55eb1..629ee7c3 100644 --- a/common/src/gx_display_language_table_get.c +++ b/common/src/gx_display_language_table_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_language_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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) @@ -98,7 +100,7 @@ UINT _gx_display_language_table_get(GX_DISPLAY *display, /* FUNCTION RELEASE */ /* */ /* _gx_display_language_table_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -132,6 +134,8 @@ UINT _gx_display_language_table_get(GX_DISPLAY *display, /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_display_language_table_set.c b/common/src/gx_display_language_table_set.c index b345003a..b9aa514d 100644 --- a/common/src/gx_display_language_table_set.c +++ b/common/src/gx_display_language_table_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_language_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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) @@ -121,7 +123,7 @@ GX_CONST GX_CHAR ***old_table = display -> gx_display_language_table_deprecated; /* FUNCTION RELEASE */ /* */ /* _gx_display_language_table_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -155,6 +157,8 @@ GX_CONST GX_CHAR ***old_table = display -> gx_display_language_table_deprecated; /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_display_pixelmap_table_set.c b/common/src/gx_display_pixelmap_table_set.c index 7c337049..cd8ddd6b 100644 --- a/common/src/gx_display_pixelmap_table_set.c +++ b/common/src/gx_display_pixelmap_table_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_pixelmap_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a0facdee..1ec92b1b 100644 --- a/common/src/gx_display_string_get.c +++ b/common/src/gx_display_string_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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) @@ -127,7 +129,7 @@ INT language; /* FUNCTION RELEASE */ /* */ /* _gx_display_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -163,6 +165,8 @@ INT language; /* DATE NAME DESCRIPTION */ /* */ /* 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 4089e67a..bdfb9ece 100644 --- a/common/src/gx_display_string_table_get.c +++ b/common/src/gx_display_string_table_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_string_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) @@ -97,7 +99,7 @@ UINT _gx_display_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHA /* FUNCTION RELEASE */ /* */ /* _gx_display_string_table_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -131,6 +133,8 @@ UINT _gx_display_string_table_get(GX_DISPLAY *display, GX_UBYTE language, GX_CHA /* DATE NAME DESCRIPTION */ /* */ /* 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 ad7f6626..7e52fa9d 100644 --- a/common/src/gx_display_theme_install.c +++ b/common/src/gx_display_theme_install.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_display_theme_install PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 08490f30..cf8d9290 100644 --- a/common/src/gx_drop_list_background_draw.c +++ b/common/src/gx_drop_list_background_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 99e76e04..b6a9e3d7 100644 --- a/common/src/gx_drop_list_close.c +++ b/common/src/gx_drop_list_close.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_close PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e769f431..9b75c019 100644 --- a/common/src/gx_drop_list_create.c +++ b/common/src/gx_drop_list_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_drop_list_draw.c b/common/src/gx_drop_list_draw.c index 58464f16..641a9835 100644 --- a/common/src/gx_drop_list_draw.c +++ b/common/src/gx_drop_list_draw.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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_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 93a5e296..ecebc31d 100644 --- a/common/src/gx_drop_list_event_process.c +++ b/common/src/gx_drop_list_event_process.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_drop_list_open.c b/common/src/gx_drop_list_open.c index ce3c6374..e1c47560 100644 --- a/common/src/gx_drop_list_open.c +++ b/common/src/gx_drop_list_open.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_open PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 23d47109..62c5a080 100644 --- a/common/src/gx_drop_list_pixelmap_set.c +++ b/common/src/gx_drop_list_pixelmap_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ad43e87f..0e300812 100644 --- a/common/src/gx_drop_list_popup_get.c +++ b/common/src/gx_drop_list_popup_get.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_drop_list_popup_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_horizontal_list_children_position.c b/common/src/gx_horizontal_list_children_position.c index af2ab949..46f61e63 100644 --- a/common/src/gx_horizontal_list_children_position.c +++ b/common/src/gx_horizontal_list_children_position.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_children_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e33ed038..6bced934 100644 --- a/common/src/gx_horizontal_list_create.c +++ b/common/src/gx_horizontal_list_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vetical_list_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_HORIZONTAL_LIST *horizontal_list, diff --git a/common/src/gx_horizontal_list_event_process.c b/common/src/gx_horizontal_list_event_process.c index 69db201f..e4413b66 100644 --- a/common/src/gx_horizontal_list_event_process.c +++ b/common/src/gx_horizontal_list_event_process.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -88,6 +88,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 9cdecd31..ecf6009e 100644 --- a/common/src/gx_horizontal_list_left_wrap.c +++ b/common/src/gx_horizontal_list_left_wrap.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_left_wrap PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 d0d626e1..a5647253 100644 --- a/common/src/gx_horizontal_list_page_index_set.c +++ b/common/src/gx_horizontal_list_page_index_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_page_index_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3022ed60..4bbb4ed9 100644 --- a/common/src/gx_horizontal_list_right_wrap.c +++ b/common/src/gx_horizontal_list_right_wrap.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_right_wrap PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 84994307..e218d7ef 100644 --- a/common/src/gx_horizontal_list_scroll.c +++ b/common/src/gx_horizontal_list_scroll.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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_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 5b8aafbe..9e82a1db 100644 --- a/common/src/gx_horizontal_list_scroll_info_get.c +++ b/common/src/gx_horizontal_list_scroll_info_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_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 34f3bfe8..ca5369a8 100644 --- a/common/src/gx_horizontal_list_selected_index_get.c +++ b/common/src/gx_horizontal_list_selected_index_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_selected_index_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_horizontal_list_selected_set.c b/common/src/gx_horizontal_list_selected_set.c index 8524eb14..80e9d11f 100644 --- a/common/src/gx_horizontal_list_selected_set.c +++ b/common/src/gx_horizontal_list_selected_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_horizontal_list_selected_visible.c b/common/src/gx_horizontal_list_selected_visible.c index 93059250..da78b2a4 100644 --- a/common/src/gx_horizontal_list_selected_visible.c +++ b/common/src/gx_horizontal_list_selected_visible.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_selected_visible PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 04b17953..5242c359 100644 --- a/common/src/gx_horizontal_list_selected_widget_get.c +++ b/common/src/gx_horizontal_list_selected_widget_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_selected_widget_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_horizontal_list_slide_back_check.c b/common/src/gx_horizontal_list_slide_back_check.c index 64160b5e..4143ea5e 100644 --- a/common/src/gx_horizontal_list_slide_back_check.c +++ b/common/src/gx_horizontal_list_slide_back_check.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_slide_back_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 8b9e3d14..49899fa2 100644 --- a/common/src/gx_horizontal_list_total_columns_set.c +++ b/common/src/gx_horizontal_list_total_columns_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_total_columns_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_total_columns_set(GX_HORIZONTAL_LIST *list, INT count) diff --git a/common/src/gx_horizontal_scrollbar_create.c b/common/src/gx_horizontal_scrollbar_create.c index 7cb1a9b4..b281b89d 100644 --- a/common/src/gx_horizontal_scrollbar_create.c +++ b/common/src/gx_horizontal_scrollbar_create.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_scrollbar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_icon_background_draw.c b/common/src/gx_icon_background_draw.c index 9c0a44ea..6fdd3ba6 100644 --- a/common/src/gx_icon_background_draw.c +++ b/common/src/gx_icon_background_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 e58bac91..cd017b5c 100644 --- a/common/src/gx_icon_button_create.c +++ b/common/src/gx_icon_button_create.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_icon_button_draw.c b/common/src/gx_icon_button_draw.c index c9214531..6698c1fa 100644 --- a/common/src/gx_icon_button_draw.c +++ b/common/src/gx_icon_button_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_button_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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_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 b5bbbb3a..610d2b12 100644 --- a/common/src/gx_icon_button_pixelmap_set.c +++ b/common/src/gx_icon_button_pixelmap_set.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_button_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_icon_create.c b/common/src/gx_icon_create.c index 1848c9f9..88b469d6 100644 --- a/common/src/gx_icon_create.c +++ b/common/src/gx_icon_create.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_icon_draw.c b/common/src/gx_icon_draw.c index 43fb4317..df9b4f84 100644 --- a/common/src/gx_icon_draw.c +++ b/common/src/gx_icon_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 f12930e7..a9bd7b80 100644 --- a/common/src/gx_icon_event_process.c +++ b/common/src/gx_icon_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4e794c21..57497881 100644 --- a/common/src/gx_icon_pixelmap_set.c +++ b/common/src/gx_icon_pixelmap_set.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_icon_pixelmap_update.c b/common/src/gx_icon_pixelmap_update.c index ec3c608e..95980224 100644 --- a/common/src/gx_icon_pixelmap_update.c +++ b/common/src/gx_icon_pixelmap_update.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_icon_pixelmap_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 cfe8518c..72407839 100644 --- a/common/src/gx_image_reader_colorspace_convert.c +++ b/common/src/gx_image_reader_colorspace_convert.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_one_row_dither PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,8 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #if defined(GX_SOFTWARE_DECODER_SUPPORT) @@ -208,7 +208,7 @@ INT *cur_err; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_one_row_convert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -242,6 +242,8 @@ INT *cur_err; /* DATE 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) @@ -263,7 +265,7 @@ GX_PIXEL pixel; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_colorspace_convert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -297,6 +299,8 @@ GX_PIXEL pixel; /* DATE 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) diff --git a/common/src/gx_image_reader_create.c b/common/src/gx_image_reader_create.c index f1936a40..d71e3cf1 100644 --- a/common/src/gx_image_reader_create.c +++ b/common/src/gx_image_reader_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) diff --git a/common/src/gx_image_reader_image_decode.c b/common/src/gx_image_reader_image_decode.c index 07031773..e5a1d67e 100644 --- a/common/src/gx_image_reader_image_decode.c +++ b/common/src/gx_image_reader_image_decode.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_gx_image_type_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -106,7 +108,7 @@ GX_CONST GX_UBYTE *buffer; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_image_decode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -139,6 +141,8 @@ GX_CONST GX_UBYTE *buffer; /* DATE 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) diff --git a/common/src/gx_image_reader_jpeg_decode.c b/common/src/gx_image_reader_jpeg_decode.c index 9ec79bf8..aa5f3326 100644 --- a/common/src/gx_image_reader_jpeg_decode.c +++ b/common/src/gx_image_reader_jpeg_decode.c @@ -51,7 +51,7 @@ static GX_CONST GX_UBYTE _gx_jpg_reorder_index[] = /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_bits_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -85,6 +85,8 @@ static GX_CONST GX_UBYTE _gx_jpg_reorder_index[] = /* DATE 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_jpeg_bits_get(GX_JPEG_INFO *jpeg_info, UINT num_of_bits, UINT *return_value) @@ -122,7 +124,7 @@ INT index = jpeg_info -> gx_jpeg_data_index; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_bits_skip PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -153,6 +155,8 @@ INT index = jpeg_info -> gx_jpeg_data_index; /* DATE 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_jpeg_bits_skip(UINT skip_bits) @@ -167,7 +171,7 @@ static void _gx_image_reader_jpeg_bits_skip(UINT skip_bits) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_range PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -197,6 +201,8 @@ static void _gx_image_reader_jpeg_bits_skip(UINT skip_bits) /* DATE 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_UBYTE _gx_image_reader_jpeg_range(INT i) @@ -220,7 +226,7 @@ static GX_UBYTE _gx_image_reader_jpeg_range(INT i) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_YCbCr2RGB_888 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -253,6 +259,8 @@ static GX_UBYTE _gx_image_reader_jpeg_range(INT i) /* DATE 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_COLOR _gx_image_reader_jpeg_YCbCr2RGB_888(INT y, INT cb, INT cr, GX_UBYTE *put) @@ -290,7 +298,7 @@ GX_UBYTE b; /* FUNCTION RELEASE */ /* */ /* _gx_dislay_driver_jpeg_quantization_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -321,6 +329,8 @@ GX_UBYTE b; /* DATE 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_quantization_table_set(GX_JPEG_INFO *jpeg_info, UINT segment_len) @@ -363,7 +373,7 @@ INT index; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_huffcode_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -400,6 +410,8 @@ INT index; /* DATE 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_huffcode_find(GX_JPEG_INFO *jpeg_info, @@ -447,7 +459,7 @@ UINT code_index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_huffman_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -478,6 +490,8 @@ UINT code_index = 0; /* DATE 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_huffman_table_set(GX_JPEG_INFO *jpeg_info, UINT segment_len) @@ -545,7 +559,7 @@ USHORT i_table_size; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_jpeg_frame_header_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -576,6 +590,8 @@ USHORT i_table_size; /* DATE 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) @@ -634,7 +650,7 @@ INT i_component; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_scan_header_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -665,6 +681,8 @@ INT i_component; /* DATE 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) @@ -699,7 +717,7 @@ INT index; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_dc_decode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -735,6 +753,8 @@ INT index; /* DATE 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_dc_decode(GX_JPEG_INFO *jpeg_info, UINT i_component) @@ -788,7 +808,7 @@ GX_BOOL negative; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_ac_decode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -824,6 +844,8 @@ GX_BOOL negative; /* DATE 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_ac_decode(GX_JPEG_INFO *jpeg_info, UINT i_component) @@ -904,7 +926,7 @@ INT negative; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_1d_idct PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -938,6 +960,8 @@ INT negative; /* DATE 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_jpeg_1d_idct(INT *input_data, INT *output_data, INT post_scale, INT round) @@ -976,7 +1000,7 @@ INT n; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_2d_idct PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1007,6 +1031,8 @@ INT n; /* DATE 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_jpeg_2d_idct(INT *block) @@ -1030,7 +1056,7 @@ INT temp_block[64]; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_dequantize_idct PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1065,6 +1091,8 @@ INT temp_block[64]; /* DATE 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_jpeg_dequantize_idct(GX_JPEG_INFO *jpeg_info, GX_UBYTE *data, UINT i_component) @@ -1105,7 +1133,7 @@ INT jpeg_block[64]; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_one_block_decode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1140,6 +1168,8 @@ INT jpeg_block[64]; /* DATE 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_one_block_decode(GX_JPEG_INFO *jpeg_info, UINT i_component, GX_UBYTE *block_data) @@ -1158,7 +1188,7 @@ static UINT _gx_image_reader_jpeg_one_block_decode(GX_JPEG_INFO *jpeg_info, UINT /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_one_mcu_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1191,6 +1221,8 @@ static UINT _gx_image_reader_jpeg_one_block_decode(GX_JPEG_INFO *jpeg_info, UINT /* DATE 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_one_mcu_write(GX_JPEG_INFO *jpeg_info, INT xpos, INT ypos) @@ -1247,7 +1279,7 @@ INT width_in_bytes; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_decompress PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1280,6 +1312,8 @@ INT width_in_bytes; /* DATE 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_decompress(GX_JPEG_INFO *jpeg_info) @@ -1362,7 +1396,7 @@ int yy; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_decode_blocks PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1402,6 +1436,8 @@ int yy; /* DATE 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_decode_blocks(GX_JPEG_INFO *jpeg_info) @@ -1517,7 +1553,7 @@ UINT status = GX_SUCCESS; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_decode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1550,6 +1586,8 @@ UINT status = GX_SUCCESS; /* DATE NAME DESCRIPTION */ /* */ /* 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_jpeg_decode(GX_CONST GX_UBYTE *read_data, ULONG data_size, @@ -1600,7 +1638,7 @@ GX_JPEG_INFO *jpeg_info; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_jpeg_mcu_decode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1638,6 +1676,8 @@ GX_JPEG_INFO *jpeg_info; /* DATE NAME DESCRIPTION */ /* */ /* 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_jpeg_mcu_decode(GX_CONST GX_UBYTE *read_data, ULONG data_size, 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 0da7931b..1fd642dc 100644 --- a/common/src/gx_image_reader_nearest_palette_color_get.c +++ b/common/src/gx_image_reader_nearest_palette_color_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_nearest_palette_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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) diff --git a/common/src/gx_image_reader_palette_set.c b/common/src/gx_image_reader_palette_set.c index 8b9afaff..2cc4f867 100644 --- a/common/src/gx_image_reader_palette_set.c +++ b/common/src/gx_image_reader_palette_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_palette_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) 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 a7d332b5..a0819685 100644 --- a/common/src/gx_image_reader_pixel_read_callback_set.c +++ b/common/src/gx_image_reader_pixel_read_callback_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_8bit_alpha_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) @@ -88,7 +90,7 @@ GX_UBYTE *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_1bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -120,6 +122,8 @@ GX_UBYTE *pLine; /* DATE 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) @@ -182,7 +186,7 @@ UINT palindex; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_2bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -214,6 +218,8 @@ UINT palindex; /* DATE 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) @@ -277,7 +283,7 @@ UINT palindex; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -309,6 +315,8 @@ UINT palindex; /* DATE 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) @@ -371,7 +379,7 @@ UINT palindex; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_8bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -403,6 +411,8 @@ UINT palindex; /* DATE 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) @@ -460,7 +470,7 @@ UINT palindex; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_8bit_palette_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -492,6 +502,8 @@ UINT palindex; /* DATE 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) @@ -533,7 +545,7 @@ UINT palindex; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_16bit_gray_alpha_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -565,6 +577,8 @@ UINT palindex; /* DATE 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) @@ -588,7 +602,7 @@ GX_UBYTE *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_32bit_gray_alpha_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -621,6 +635,8 @@ GX_UBYTE *pLine; /* DATE 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) @@ -644,7 +660,7 @@ GX_UBYTE *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_24bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -676,6 +692,8 @@ GX_UBYTE *pLine; /* DATE 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) @@ -710,7 +728,7 @@ GX_COLOR *pTrans = image_reader -> gx_image_reader_png_trans; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_48bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -742,6 +760,8 @@ GX_COLOR *pTrans = image_reader -> gx_image_reader_png_trans; /* DATE 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) @@ -778,7 +798,7 @@ GX_COLOR *pTrans = image_reader -> gx_image_reader_png_trans; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_64bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -810,6 +830,8 @@ GX_COLOR *pTrans = image_reader -> gx_image_reader_png_trans; /* DATE 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) @@ -835,7 +857,7 @@ GX_UBYTE *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_32argb_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -867,6 +889,8 @@ GX_UBYTE *pLine; /* DATE 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) @@ -889,7 +913,7 @@ GX_COLOR *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_32bit_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -921,6 +945,8 @@ GX_COLOR *pLine; /* DATE 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) @@ -943,7 +969,7 @@ GX_UBYTE *pget; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_16bit_gray_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -975,6 +1001,8 @@ GX_UBYTE *pget; /* DATE 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) @@ -1008,7 +1036,7 @@ GX_UBYTE *pget; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_565rgb_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1040,6 +1068,8 @@ GX_UBYTE *pget; /* DATE 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) @@ -1074,7 +1104,7 @@ GX_UBYTE *pAlpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_1555xrgb_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1107,6 +1137,8 @@ GX_UBYTE *pAlpha; /* DATE 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) @@ -1141,7 +1173,7 @@ GX_UBYTE *pAlpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4444argb_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1174,6 +1206,8 @@ GX_UBYTE *pAlpha; /* DATE 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) @@ -1196,7 +1230,7 @@ const USHORT *data = (USHORT *)(image_reader -> gx_image_reader_getdata); /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4bit_grayscale_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1229,6 +1263,8 @@ const USHORT *data = (USHORT *)(image_reader -> gx_image_reader_getdata); /* DATE 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) @@ -1261,7 +1297,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4bit_grayscale_transparent_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1294,6 +1330,8 @@ GX_UBYTE color; /* DATE 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) @@ -1340,7 +1378,7 @@ GX_UBYTE transparency = *(auxdata + aux_index); /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_1bpp_pixel_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1373,6 +1411,8 @@ GX_UBYTE transparency = *(auxdata + aux_index); /* DATE 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) @@ -1403,7 +1443,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_1bpp_transparent_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1436,6 +1476,8 @@ GX_UBYTE color; /* DATE 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) @@ -1477,7 +1519,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_pixel_read_callback_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1554,6 +1596,8 @@ GX_UBYTE color; /* DATE NAME DESCRIPTION */ /* */ /* 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 3f6a040e..0c780268 100644 --- a/common/src/gx_image_reader_pixel_write_callback_set.c +++ b/common/src/gx_image_reader_pixel_write_callback_set.c @@ -37,7 +37,7 @@ extern VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray); /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_8bit_alpha_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ extern VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray); /* DATE 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) @@ -91,7 +93,7 @@ GX_UBYTE *palpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_8bit_palette_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -123,6 +125,8 @@ GX_UBYTE *palpha; /* DATE 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) @@ -157,7 +161,7 @@ INT palindex; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_24xrgb_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -188,6 +192,8 @@ INT palindex; /* DATE 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) @@ -214,7 +220,7 @@ GX_COLOR *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_32argb_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -245,6 +251,8 @@ GX_COLOR *pLine; /* DATE 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) @@ -271,7 +279,7 @@ GX_COLOR *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_565rgb_rle_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -302,6 +310,8 @@ GX_COLOR *pLine; /* DATE 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) @@ -350,7 +360,7 @@ GX_UBYTE *pAlpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_565rgb_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -381,6 +391,8 @@ GX_UBYTE *pAlpha; /* DATE 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) @@ -416,7 +428,7 @@ GX_UBYTE *pAlpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_1555xrgb_rle_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -448,6 +460,8 @@ GX_UBYTE *pAlpha; /* DATE 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) @@ -496,7 +510,7 @@ GX_UBYTE *pAlpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_1555xrgb_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -528,6 +542,8 @@ GX_UBYTE *pAlpha; /* DATE 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) @@ -563,7 +579,7 @@ GX_UBYTE *pAlpha; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4444argb_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -595,6 +611,8 @@ GX_UBYTE *pAlpha; /* DATE 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) @@ -626,7 +644,7 @@ USHORT *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4444argb_transparent_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -658,6 +676,8 @@ USHORT *pLine; /* DATE 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) @@ -689,7 +709,7 @@ USHORT *pLine; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4bit_grayscale_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -721,6 +741,8 @@ USHORT *pLine; /* DATE 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) @@ -767,7 +789,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_4bit_grayscale_transparent_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -799,6 +821,8 @@ GX_UBYTE color; /* DATE 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) @@ -891,7 +915,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_monochrome_pixel_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -923,6 +947,8 @@ GX_UBYTE color; /* DATE 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) @@ -987,7 +1013,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_monochrome_transparent_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1019,6 +1045,8 @@ GX_UBYTE color; /* DATE 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) @@ -1105,7 +1133,7 @@ GX_UBYTE color; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_pixel_write_callback_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1168,6 +1196,8 @@ GX_UBYTE color; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_image_reader_png_decode.c b/common/src/gx_image_reader_png_decode.c index 34f3c313..4e5e6c52 100644 --- a/common/src/gx_image_reader_png_decode.c +++ b/common/src/gx_image_reader_png_decode.c @@ -39,7 +39,7 @@ static UINT _bit_count; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_crc_table_make PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ static UINT _bit_count; /* DATE 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) @@ -100,7 +102,7 @@ UINT k; /* FUNCTION RELEASE */ /* */ /* _gx_display_driver_png_crc_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -134,6 +136,8 @@ UINT k; /* DATE 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) @@ -155,7 +159,7 @@ UINT crc_cal = (*crc); /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_4bytes_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -189,6 +193,8 @@ UINT crc_cal = (*crc); /* DATE 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) @@ -215,7 +221,7 @@ INT get_value; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_chunk_type_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -247,6 +253,8 @@ INT get_value; /* DATE 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) @@ -262,7 +270,7 @@ static VOID _gx_image_reader_png_chunk_type_read(GX_PNG *png, CHAR *chunk_type) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_bits_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -302,6 +310,8 @@ static VOID _gx_image_reader_png_chunk_type_read(GX_PNG *png, CHAR *chunk_type) /* DATE 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) @@ -359,7 +369,7 @@ INT index = png -> gx_png_trunk_end_index; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_bits_revert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -392,6 +402,8 @@ INT index = png -> gx_png_trunk_end_index; /* DATE 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) @@ -413,7 +425,7 @@ UINT i; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_bits_skip PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -446,6 +458,8 @@ UINT i; /* DATE 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) @@ -460,7 +474,7 @@ static VOID _gx_image_reader_png_bits_skip(UINT num_of_skip_bits) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_IHDR_chunk_read PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -491,9 +505,9 @@ static VOID _gx_image_reader_png_bits_skip(UINT num_of_skip_bits) /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added data boundary check, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_image_reader_png_IHDR_chunk_read(GX_PNG *png) @@ -600,7 +614,7 @@ static UINT _gx_image_reader_png_IHDR_chunk_read(GX_PNG *png) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_dynamic_huffman_code_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -637,6 +651,8 @@ static UINT _gx_image_reader_png_IHDR_chunk_read(GX_PNG *png) /* DATE 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, @@ -687,7 +703,7 @@ UINT code_index = 0; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_fixed_ll_huffman_code_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -722,6 +738,8 @@ UINT code_index = 0; /* DATE 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, @@ -780,7 +798,7 @@ UINT code; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_clen_huffman_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -813,6 +831,8 @@ UINT code; /* DATE 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) @@ -870,7 +890,7 @@ INT pos[16]; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_ll_huffman_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -907,6 +927,8 @@ INT pos[16]; /* DATE 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_ll_huffman_read(GX_PNG *png, UINT hlit, UINT hdist) @@ -1085,7 +1107,7 @@ INT index; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_huffcode_decode PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1126,10 +1148,10 @@ INT index; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added data boundary check, */ /* fixed gcc compile warning, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_image_reader_png_huffcode_decode(GX_PNG *png, GX_BOOL dynamic, UINT decoded_data_size) @@ -1292,7 +1314,7 @@ UINT copy_len; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_tRNS_chunk_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1323,6 +1345,8 @@ UINT copy_len; /* DATE 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) @@ -1385,7 +1409,7 @@ INT index; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_IDAT_chunk_read PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1423,9 +1447,9 @@ INT index; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added data boundary check, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_image_reader_png_IDAT_chunk_read(GX_PNG *png) @@ -1639,7 +1663,7 @@ INT nlen; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_gAMA_chunk_read PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1670,9 +1694,9 @@ INT nlen; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added data boundary check, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_image_reader_png_gAMA_chunk_read(GX_PNG *png) @@ -1695,7 +1719,7 @@ static UINT _gx_image_reader_png_gAMA_chunk_read(GX_PNG *png) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_PLTE_chunk_read PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1725,6 +1749,8 @@ static UINT _gx_image_reader_png_gAMA_chunk_read(GX_PNG *png) /* DATE 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) @@ -1759,7 +1785,7 @@ GX_UBYTE blue; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_paeth_predictor PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1791,6 +1817,8 @@ GX_UBYTE blue; /* DATE 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_UBYTE _gx_image_reader_png_paeth_predictor(GX_UBYTE a, GX_UBYTE b, GX_UBYTE c) @@ -1824,7 +1852,7 @@ INT pa, pb, pc; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_unfilter PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1855,6 +1883,8 @@ INT pa, pb, pc; /* DATE 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_unfilter(GX_PNG *png) @@ -1961,7 +1991,7 @@ INT y; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_png_decode PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2009,9 +2039,9 @@ INT y; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added data boundary check, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 61a5fa44..ca4937cf 100644 --- a/common/src/gx_image_reader_rle_encode.c +++ b/common/src/gx_image_reader_rle_encode.c @@ -41,7 +41,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rle_count_location_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) @@ -128,7 +130,7 @@ static UINT _gx_image_reader_rle_count_location_get(GX_IMAGE_READER *image_reade /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rle_count_write PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -163,6 +165,8 @@ static UINT _gx_image_reader_rle_count_location_get(GX_IMAGE_READER *image_reade /* DATE 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, @@ -291,7 +295,7 @@ INT write_count; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rle_duplicates_count PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -324,6 +328,8 @@ INT write_count; /* DATE 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) @@ -363,7 +369,7 @@ GX_PIXEL cur_pixel; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rle_one_row_encode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -400,6 +406,8 @@ GX_PIXEL cur_pixel; /* DATE 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) @@ -484,7 +492,7 @@ GX_PIXEL pixel; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rle_encode_size_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -516,6 +524,8 @@ GX_PIXEL pixel; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -580,7 +590,7 @@ UINT aux_stride; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rle_encode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -611,6 +621,8 @@ UINT aux_stride; /* DATE NAME DESCRIPTION */ /* */ /* 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 e69c273e..c9bd0e01 100644 --- a/common/src/gx_image_reader_start.c +++ b/common/src/gx_image_reader_start.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_rgb2gray PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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) @@ -81,7 +83,7 @@ VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray) /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_gray_threshold_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -113,6 +115,8 @@ VOID _gx_image_reader_rgb2gray(GX_PIXEL *pixel, GX_UBYTE *gray) /* DATE 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) @@ -165,7 +169,7 @@ GX_UBYTE gray; /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_pixelmap_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -198,6 +202,8 @@ GX_UBYTE gray; /* DATE 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) @@ -286,7 +292,7 @@ static UINT _gx_image_reader_pixelmap_info_set(GX_IMAGE_READER *image_reader, GX /* FUNCTION RELEASE */ /* */ /* _gx_image_reader_start PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -332,8 +338,8 @@ static UINT _gx_image_reader_pixelmap_info_set(GX_IMAGE_READER *image_reader, GX /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 0701e55e..47a6673e 100644 --- a/common/src/gx_line_chart_axis_draw.c +++ b/common/src/gx_line_chart_axis_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_line_chart_axis_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 f9dfcea8..61200a23 100644 --- a/common/src/gx_line_chart_create.c +++ b/common/src/gx_line_chart_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_line_chart_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_line_chart_data_draw.c b/common/src/gx_line_chart_data_draw.c index ec861e3a..aa257494 100644 --- a/common/src/gx_line_chart_data_draw.c +++ b/common/src/gx_line_chart_data_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_line_chart_data_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 14c9fafc..f31bc7e8 100644 --- a/common/src/gx_line_chart_draw.c +++ b/common/src/gx_line_chart_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_line_chart_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 236cbb03..3eb1bc4e 100644 --- a/common/src/gx_line_chart_update.c +++ b/common/src/gx_line_chart_update.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_line_chart_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e68c24b6..93afffa0 100644 --- a/common/src/gx_line_chart_y_scale_calculate.c +++ b/common/src/gx_line_chart_y_scale_calculate.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_line_chart_y_scale_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0ff8ff49..1fc418af 100644 --- a/common/src/gx_menu_create.c +++ b/common/src/gx_menu_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_MENU *menu, GX_CONST GX_CHAR *name, GX_WIDGET *parent, diff --git a/common/src/gx_menu_draw.c b/common/src/gx_menu_draw.c index 930d21a6..82b6a3a2 100644 --- a/common/src/gx_menu_draw.c +++ b/common/src/gx_menu_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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_insert.c b/common/src/gx_menu_insert.c index 9e7dd5b5..19a27f9b 100644 --- a/common/src/gx_menu_insert.c +++ b/common/src/gx_menu_insert.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 722b03a4..6b478667 100644 --- a/common/src/gx_menu_position.c +++ b/common/src/gx_menu_position.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_one_level_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -174,7 +176,7 @@ GX_MENU_LIST *item_list; /* FUNCTION RELEASE */ /* */ /* _gx_menu_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -204,6 +206,8 @@ GX_MENU_LIST *item_list; /* DATE NAME DESCRIPTION */ /* */ /* 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 395fc412..7d18e81e 100644 --- a/common/src/gx_menu_remove.c +++ b/common/src/gx_menu_remove.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 807d89c2..0e0b29e4 100644 --- a/common/src/gx_menu_text_draw.c +++ b/common/src/gx_menu_text_draw.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 7b729e4c..dc5fd081 100644 --- a/common/src/gx_menu_text_offset_set.c +++ b/common/src/gx_menu_text_offset_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_menu_text_offset_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e788f1f0..2313827b 100644 --- a/common/src/gx_monochrome_driver_disabled_button_line_draw.c +++ b/common/src/gx_monochrome_driver_disabled_button_line_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_monochrome_driver_disabled_button_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 cb8b75e2..dabbc348 100644 --- a/common/src/gx_multi_line_text_button_create.c +++ b/common/src/gx_multi_line_text_button_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_multi_line_text_button_draw.c b/common/src/gx_multi_line_text_button_draw.c index 7ab20316..e5009c40 100644 --- a/common/src/gx_multi_line_text_button_draw.c +++ b/common/src/gx_multi_line_text_button_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 617368ad..4de5cd64 100644 --- a/common/src/gx_multi_line_text_button_event_process.c +++ b/common/src/gx_multi_line_text_button_event_process.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,9 +70,11 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* updated default call, */ -/* resulting in version 6.0.2 */ +/* 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) @@ -91,6 +93,13 @@ UINT status; _gx_multi_line_text_button_line_pointers_set(button); break; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + case GX_EVENT_DYNAMIC_BIDI_TEXT_ENABLE: + case GX_EVENT_DYNAMIC_BIDI_TEXT_DISABLE: + _gx_multi_line_text_button_line_pointers_set(button); + break; +#endif + default: /* Call the widget default processing. */ 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 e0bfcca6..ae26e6e7 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 @@ -28,13 +28,14 @@ #include "gx_widget.h" #include "gx_button.h" #include "gx_system.h" +#include "gx_utility.h" /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_line_pointers_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +71,10 @@ /* 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 */ /* */ /**************************************************************************/ VOID _gx_multi_line_text_button_line_pointers_set(GX_MULTI_LINE_TEXT_BUTTON *button) @@ -78,6 +83,12 @@ INT line_index; GX_STRING string; GX_CONST GX_CHAR *text; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) +GX_BIDI_TEXT_INFO text_info; +GX_BIDI_RESOLVED_TEXT_INFO *next; +#endif + + button -> gx_multi_line_text_button_line_count = 1; for (line_index = 0; line_index < GX_MULTI_LINE_TEXT_BUTTON_MAX_LINES; line_index++) @@ -103,38 +114,74 @@ GX_CONST GX_CHAR *text; return; } - while (*text) +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (_gx_system_bidi_text_enabled) { - if ((*text == GX_KEY_CARRIAGE_RETURN) || (*text == GX_KEY_LINE_FEED)) + if (!button -> gx_text_button_bidi_resolved_text_info) { - if ((*text == GX_KEY_CARRIAGE_RETURN) && (*(text + 1) == GX_KEY_LINE_FEED)) - { - text += 2; - } - else - { - text++; - } - line_index++; + text_info.gx_bidi_text_info_display_width = -1; + text_info.gx_bidi_text_info_font = GX_NULL; + text_info.gx_bidi_text_info_text = string; - if (line_index >= GX_MULTI_LINE_TEXT_BUTTON_MAX_LINES) + _gx_utility_bidi_paragraph_reorder(&text_info, &button -> gx_text_button_bidi_resolved_text_info); + } + + next = button -> gx_text_button_bidi_resolved_text_info; + + while (next) + { + button -> gx_multi_line_text_button_lines[line_index++] = *next -> gx_bidi_resolved_text_info_text; + next = next -> gx_bidi_resolved_text_info_next; + + if (line_index >= GX_MULTI_LINE_TEXT_BUTTON_MAX_LINES) { break; } - else - { - button -> gx_multi_line_text_button_line_count++; - } } - else + + if (line_index) { - if (button -> gx_multi_line_text_button_lines[line_index].gx_string_ptr == GX_NULL) - { - button -> gx_multi_line_text_button_lines[line_index].gx_string_ptr = text; - } - button -> gx_multi_line_text_button_lines[line_index].gx_string_length++; - text++; + button -> gx_multi_line_text_button_line_count = line_index; } } + else + { +#endif + while (*text) + { + if ((*text == GX_KEY_CARRIAGE_RETURN) || (*text == GX_KEY_LINE_FEED)) + { + if ((*text == GX_KEY_CARRIAGE_RETURN) && (*(text + 1) == GX_KEY_LINE_FEED)) + { + text += 2; + } + else + { + text++; + } + line_index++; + + if (line_index >= GX_MULTI_LINE_TEXT_BUTTON_MAX_LINES) + { + break; + } + else + { + button -> gx_multi_line_text_button_line_count++; + } + } + else + { + if (button -> gx_multi_line_text_button_lines[line_index].gx_string_ptr == GX_NULL) + { + button -> gx_multi_line_text_button_lines[line_index].gx_string_ptr = text; + } + button -> gx_multi_line_text_button_lines[line_index].gx_string_length++; + text++; + } + } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + } +#endif } 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 38a16939..5355fa9d 100644 --- a/common/src/gx_multi_line_text_button_text_draw.c +++ b/common/src/gx_multi_line_text_button_text_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,10 @@ /* 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) @@ -90,11 +94,6 @@ GX_RESOURCE_ID color; GX_VALUE border_width; GX_STRING *line; -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) -GX_BIDI_TEXT_INFO text_info; -GX_BIDI_RESOLVED_TEXT_INFO resolved_info; -#endif - /* Setup the button. */ widget = (GX_WIDGET *)button; @@ -159,29 +158,8 @@ GX_BIDI_RESOLVED_TEXT_INFO resolved_info; break; } -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) - if (_gx_system_bidi_text_enabled) - { - text_info.gx_bidi_text_info_text = *line; - text_info.gx_bidi_text_info_font = GX_NULL; - text_info.gx_bidi_text_info_display_width = -1; - - if (_gx_utility_bidi_paragraph_reorder(&text_info, &resolved_info) == GX_SUCCESS) - { - line = resolved_info.gx_bidi_resolved_text_info_text; - } - } -#endif /* Draw the text. */ _gx_canvas_text_draw_ext((GX_VALUE)(xtextpos + xtextoffset), (GX_VALUE)(ytextpos + ytextoffset), line); - -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) - if (_gx_system_bidi_text_enabled && resolved_info.gx_bidi_resolved_text_info_text) - { - _gx_system_memory_free(resolved_info.gx_bidi_resolved_text_info_text); - resolved_info.gx_bidi_resolved_text_info_text = GX_NULL; - } -#endif } ytextpos += font -> gx_font_line_height; } 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 676ff267..16237cab 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0de63853..7ec818c2 100644 --- a/common/src/gx_multi_line_text_button_text_set.c +++ b/common/src/gx_multi_line_text_button_text_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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) @@ -81,7 +83,7 @@ UINT _gx_multi_line_text_button_text_set(GX_MULTI_LINE_TEXT_BUTTON *button, GX_ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_button_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -113,6 +115,8 @@ UINT _gx_multi_line_text_button_text_set(GX_MULTI_LINE_TEXT_BUTTON *button, GX_ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 b13507fc..a3c2d7b2 100644 --- a/common/src/gx_multi_line_text_input_backspace.c +++ b/common/src/gx_multi_line_text_input_backspace.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_backspace PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -91,6 +91,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 e94e72b5..6e7960f6 100644 --- a/common/src/gx_multi_line_text_input_buffer_clear.c +++ b/common/src/gx_multi_line_text_input_buffer_clear.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_buffer_clear PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9de4ae01..1bb1041d 100644 --- a/common/src/gx_multi_line_text_input_buffer_get.c +++ b/common/src/gx_multi_line_text_input_buffer_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_buffer_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 ae3e7b7c..468c206a 100644 --- a/common/src/gx_multi_line_text_input_char_insert.c +++ b/common/src/gx_multi_line_text_input_char_insert.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_char_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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) @@ -92,7 +94,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_char_insert_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -140,6 +142,8 @@ GX_STRING string; /* DATE NAME DESCRIPTION */ /* */ /* 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 3a7e7f63..8cbfb8fe 100644 --- a/common/src/gx_multi_line_text_input_char_remove.c +++ b/common/src/gx_multi_line_text_input_char_remove.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_char_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e8dd75ee..ecf8f27e 100644 --- a/common/src/gx_multi_line_text_input_copy.c +++ b/common/src/gx_multi_line_text_input_copy.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_copy PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 477062f5..8dff7281 100644 --- a/common/src/gx_multi_line_text_input_create.c +++ b/common/src/gx_multi_line_text_input_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_MULTI_LINE_TEXT_INPUT *text_input, 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 a91cd952..d6d15cf7 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 @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_cursor_pos_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -84,6 +84,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 3e08b45c..8e1bb7c9 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_cursor_pos_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ca3c2adc..03304298 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 @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_cursor_pos_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 ab215ba8..0ba52892 100644 --- a/common/src/gx_multi_line_text_input_cursor_visible.c +++ b/common/src/gx_multi_line_text_input_cursor_visible.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_cursor_visible PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_multi_line_text_input_cut.c b/common/src/gx_multi_line_text_input_cut.c index f9e83def..306f8926 100644 --- a/common/src/gx_multi_line_text_input_cut.c +++ b/common/src/gx_multi_line_text_input_cut.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_cut PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 729c69e1..7723a215 100644 --- a/common/src/gx_multi_line_text_input_delete.c +++ b/common/src/gx_multi_line_text_input_delete.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -91,6 +91,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6d0c3433..730245a4 100644 --- a/common/src/gx_multi_line_text_input_down_arrow.c +++ b/common/src/gx_multi_line_text_input_down_arrow.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_down_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b7975d19..daca298a 100644 --- a/common/src/gx_multi_line_text_input_draw.c +++ b/common/src/gx_multi_line_text_input_draw.c @@ -41,7 +41,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE 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 46ac4e11..5cfdf28d 100644 --- a/common/src/gx_multi_line_text_input_end.c +++ b/common/src/gx_multi_line_text_input_end.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_end PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7f92a6cf..ce115e46 100644 --- a/common/src/gx_multi_line_text_input_event_process.c +++ b/common/src/gx_multi_line_text_input_event_process.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_pen_down_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE 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) @@ -144,7 +146,7 @@ UINT end_mark = text_input -> gx_multi_line_text_input_end_mark /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_pen_drag_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -188,6 +190,8 @@ UINT end_mark = text_input -> gx_multi_line_text_input_end_mark /* DATE 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) @@ -299,7 +303,7 @@ GX_VALUE click_y; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -351,6 +355,8 @@ GX_VALUE click_y; /* DATE NAME DESCRIPTION */ /* */ /* 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_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 e73d974c..5aa5c609 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 09b91f3c..55f48b5b 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_text_rectangle_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3bcc4e54..7912c417 100644 --- a/common/src/gx_multi_line_text_input_home.c +++ b/common/src/gx_multi_line_text_input_home.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_home PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9b214e91..1ea52fd5 100644 --- a/common/src/gx_multi_line_text_input_keydown_process.c +++ b/common/src/gx_multi_line_text_input_keydown_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_keydown_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ae791b27..b4215eb8 100644 --- a/common/src/gx_multi_line_text_input_left_arrow.c +++ b/common/src/gx_multi_line_text_input_left_arrow.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_left_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3691ba88..ce698b61 100644 --- a/common/src/gx_multi_line_text_input_mark_down.c +++ b/common/src/gx_multi_line_text_input_mark_down.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_mark_down PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8736eab4..522b5236 100644 --- a/common/src/gx_multi_line_text_input_mark_end.c +++ b/common/src/gx_multi_line_text_input_mark_end.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_mark_end PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 34bae47c..f590e8bd 100644 --- a/common/src/gx_multi_line_text_input_mark_home.c +++ b/common/src/gx_multi_line_text_input_mark_home.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_mark_home PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c034dde9..d9c56af1 100644 --- a/common/src/gx_multi_line_text_input_mark_next.c +++ b/common/src/gx_multi_line_text_input_mark_next.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_mark_next PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d56c5bb5..f6fb4247 100644 --- a/common/src/gx_multi_line_text_input_mark_previous.c +++ b/common/src/gx_multi_line_text_input_mark_previous.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_mark_previous PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 404272b0..4cb6674b 100644 --- a/common/src/gx_multi_line_text_input_mark_up.c +++ b/common/src/gx_multi_line_text_input_mark_up.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_up_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 43e28b97..4d8158e2 100644 --- a/common/src/gx_multi_line_text_input_paste.c +++ b/common/src/gx_multi_line_text_input_paste.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_paste PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c93f5ab4..7353d674 100644 --- a/common/src/gx_multi_line_text_input_right_arrow.c +++ b/common/src/gx_multi_line_text_input_right_arrow.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_right_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 16fdf2e3..9f9294fc 100644 --- a/common/src/gx_multi_line_text_input_style_add.c +++ b/common/src/gx_multi_line_text_input_style_add.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_style_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 58fd6085..0b83395e 100644 --- a/common/src/gx_multi_line_text_input_style_remove.c +++ b/common/src/gx_multi_line_text_input_style_remove.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_style_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 2c72ffd4..eae5eb73 100644 --- a/common/src/gx_multi_line_text_input_style_set.c +++ b/common/src/gx_multi_line_text_input_style_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 30e160ae..a24c3d89 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 976d95ed..f4457781 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_text_rectangle_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f5df14ea..ab9ac276 100644 --- a/common/src/gx_multi_line_text_input_text_select.c +++ b/common/src/gx_multi_line_text_input_text_select.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_text_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 049176df..80964d5e 100644 --- a/common/src/gx_multi_line_text_input_text_set.c +++ b/common/src/gx_multi_line_text_input_text_set.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_new_line_character_get PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,8 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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) @@ -127,7 +127,7 @@ UINT glyph_len; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -162,6 +162,8 @@ UINT glyph_len; /* DATE 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) @@ -188,7 +190,7 @@ GX_STRING new_string; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_text_set_ext PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -230,8 +232,8 @@ GX_STRING new_string; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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 45ef69c6..eec874e5 100644 --- a/common/src/gx_multi_line_text_input_up_arrow.c +++ b/common/src/gx_multi_line_text_input_up_arrow.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_up_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c74bd57e..91ee1014 100644 --- a/common/src/gx_multi_line_text_view_create.c +++ b/common/src/gx_multi_line_text_view_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,12 @@ /* 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, @@ -94,7 +100,7 @@ UINT _gx_multi_line_text_view_create(GX_MULTI_LINE_TEXT_VIEW *text_view, text_view -> gx_multi_line_text_view_disabled_text_color = GX_COLOR_ID_DISABLED_TEXT; text_view -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_multi_line_text_view_draw; text_view -> gx_widget_event_process_function = (UINT (*)(GX_WIDGET *, GX_EVENT *))_gx_multi_line_text_view_event_process; - text_view -> gx_window_scroll_info_get = (VOID (*)(struct GX_WINDOW_STRUCT *, ULONG, GX_SCROLL_INFO *))_gx_multi_line_text_view_scroll_info_get; + text_view -> gx_window_scroll_info_get = (VOID (*)(struct GX_WINDOW_STRUCT *, ULONG, GX_SCROLL_INFO *))(void (*)(void))_gx_multi_line_text_view_scroll_info_get; text_view -> gx_multi_line_text_view_text_id = text_id; text_view -> gx_multi_line_text_view_font_id = GX_FONT_ID_TEXT_INPUT; text_view -> gx_multi_line_text_view_text.gx_string_ptr = GX_NULL; @@ -108,9 +114,13 @@ UINT _gx_multi_line_text_view_create(GX_MULTI_LINE_TEXT_VIEW *text_view, text_view -> gx_multi_line_text_view_first_cache_line = 0; text_view -> gx_multi_line_text_view_cache_size = 0; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + text_view -> gx_multi_line_text_view_bidi_resolved_text_info = GX_NULL; +#endif + text_view -> gx_widget_status |= GX_STATUS_RESIZE_NOTIFY; - memset(text_view->gx_multi_line_text_view_line_index, 0, GX_MULTI_LINE_INDEX_CACHE_SIZE * sizeof(UINT)); + memset(text_view -> gx_multi_line_text_view_line_index, 0, GX_MULTI_LINE_INDEX_CACHE_SIZE * sizeof(UINT)); /* Determine if a parent widget was provided. */ if (parent) 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 44486b4b..36e9d93c 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 @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_display_info_get PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,9 +81,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* support line break status, */ -/* resulting in version 6.0.1 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ VOID _gx_multi_line_text_view_display_info_get(GX_MULTI_LINE_TEXT_VIEW *text_view, UINT start_index, diff --git a/common/src/gx_multi_line_text_view_draw.c b/common/src/gx_multi_line_text_view_draw.c index dca68e5f..83b958ad 100644 --- a/common/src/gx_multi_line_text_view_draw.c +++ b/common/src/gx_multi_line_text_view_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 dea40cbb..332c60b1 100644 --- a/common/src/gx_multi_line_text_view_event_process.c +++ b/common/src/gx_multi_line_text_view_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,9 +69,11 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added delete event handle, */ -/* resulting in version 6.0.2 */ +/* added logic to handle new */ +/* events, */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -96,6 +98,14 @@ UINT _gx_multi_line_text_view_event_process(GX_MULTI_LINE_TEXT_VIEW *text_view, if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) { text_view -> gx_multi_line_text_view_line_index_old = GX_TRUE; + +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (text_view -> gx_multi_line_text_view_bidi_resolved_text_info) + { + /* Widget size changed, clear reorderd bidi text so that it will be recreated when needed. */ + _gx_utility_bidi_resolved_text_info_delete(&text_view -> gx_multi_line_text_view_bidi_resolved_text_info); + } +#endif } break; @@ -125,9 +135,12 @@ UINT _gx_multi_line_text_view_event_process(GX_MULTI_LINE_TEXT_VIEW *text_view, } break; - case GX_EVENT_VERTICAL_SCROLL: - _gx_multi_line_text_view_scroll(text_view, (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_intdata[1] - event_ptr -> gx_event_payload.gx_event_intdata[0])); - return 0; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + case GX_EVENT_DYNAMIC_BIDI_TEXT_ENABLE: + case GX_EVENT_DYNAMIC_BIDI_TEXT_DISABLE: + text_view -> gx_multi_line_text_view_line_index_old = GX_TRUE; + break; +#endif case GX_EVENT_DELETE: if ((text_view -> gx_widget_style & GX_STYLE_TEXT_COPY) && @@ -142,7 +155,18 @@ UINT _gx_multi_line_text_view_event_process(GX_MULTI_LINE_TEXT_VIEW *text_view, text_view -> gx_multi_line_text_view_text.gx_string_ptr = GX_NULL; text_view -> gx_multi_line_text_view_text.gx_string_length = 0; } - break; + +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (text_view -> gx_multi_line_text_view_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&text_view -> gx_multi_line_text_view_bidi_resolved_text_info); + } +#endif + break; + + case GX_EVENT_VERTICAL_SCROLL: + _gx_multi_line_text_view_scroll(text_view, (GX_VALUE)(event_ptr -> gx_event_payload.gx_event_intdata[1] - event_ptr -> gx_event_payload.gx_event_intdata[0])); + return 0; } return(_gx_window_event_process((GX_WINDOW *)text_view, 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 909ea5bb..cec311ea 100644 --- a/common/src/gx_multi_line_text_view_font_set.c +++ b/common/src/gx_multi_line_text_view_font_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3525bfb0..d553a4b7 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 @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_index_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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) @@ -107,7 +109,7 @@ GX_MULTI_LINE_TEXT_INFO text_info; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_start_cache_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -146,6 +148,8 @@ GX_MULTI_LINE_TEXT_INFO text_info; /* DATE 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) @@ -182,7 +186,7 @@ UINT loop; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_tail_cache_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -230,6 +234,8 @@ UINT loop; /* DATE 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) @@ -266,7 +272,7 @@ UINT loop; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_start_cache_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -302,6 +308,8 @@ UINT loop; /* DATE 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) @@ -344,7 +352,7 @@ UINT updated_size; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_tail_cache_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -380,6 +388,8 @@ UINT updated_size; /* DATE 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) @@ -423,7 +433,7 @@ UINT last_cache_line; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_cache_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -459,6 +469,11 @@ UINT last_cache_line; /* 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 */ /* */ /**************************************************************************/ UINT _gx_multi_line_text_view_line_cache_update(GX_MULTI_LINE_TEXT_VIEW *view) @@ -470,6 +485,14 @@ INT new_first_cache_line; UINT line_height; GX_FONT *font; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (_gx_system_bidi_text_enabled) + { + /* No need to update line index cache when dynamic bidi text option is on. */ + return GX_SUCCESS; + } +#endif + _gx_widget_font_get((GX_WIDGET *)view, view -> gx_multi_line_text_view_font_id, &font); if (font) @@ -483,7 +506,7 @@ GX_FONT *font; } /* Calcualte first visible line. */ - if(view -> gx_multi_line_text_view_text_scroll_shift < 0) + if (view -> gx_multi_line_text_view_text_scroll_shift < 0) { first_visible_line = ((UINT)-view -> gx_multi_line_text_view_text_scroll_shift) / line_height; } 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 a61e2018..f9638528 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 @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_line_pace_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 dcc6a158..6637f512 100644 --- a/common/src/gx_multi_line_text_view_scroll.c +++ b/common/src/gx_multi_line_text_view_scroll.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) 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 3c49b0de..ed958808 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 @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 2a2da9d9..b8a8c3b8 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 @@ -29,13 +29,14 @@ #include "gx_system.h" #include "gx_window.h" #include "gx_multi_line_text_view.h" +#include "gx_utility.h" /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_string_total_rows_compute PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,19 +77,29 @@ /* 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 */ /* */ /**************************************************************************/ UINT _gx_multi_line_text_view_string_total_rows_compute(GX_MULTI_LINE_TEXT_VIEW *text_view) { +UINT total_rows = 0; GX_VALUE client_width; GX_MULTI_LINE_TEXT_INFO text_info; -UINT total_rows = 0; UINT index = 0; INT cache_index = -1; GX_STRING string; UINT first_cache_line = text_view -> gx_multi_line_text_view_first_cache_line; GX_FONT *font; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) +GX_BIDI_TEXT_INFO bidi_text_info; +GX_BIDI_RESOLVED_TEXT_INFO *next; +#endif + _gx_widget_font_get((GX_WIDGET *)text_view, text_view -> gx_multi_line_text_view_font_id, &font); if (!font) @@ -110,47 +121,73 @@ GX_FONT *font; client_width = (GX_VALUE)(client_width - (text_view -> gx_multi_line_text_view_whitespace << 1)); - /* Calculate the total rows of text view string. */ - while (index < text_view -> gx_multi_line_text_view_text.gx_string_length) - { - /* Save line index. */ - if ((total_rows >= first_cache_line) && - (total_rows < first_cache_line + GX_MULTI_LINE_INDEX_CACHE_SIZE)) - { - cache_index = (GX_UBYTE)(total_rows - first_cache_line); - text_view -> gx_multi_line_text_view_line_index[cache_index] = index; - } - - /* Calculate some information used to draw the text. */ - _gx_multi_line_text_view_display_info_get(text_view, index, text_view -> gx_multi_line_text_view_text.gx_string_length, &text_info, (GX_VALUE)(client_width - 2)); - - total_rows++; - index += text_info.gx_text_display_number; - } - if (text_view -> gx_multi_line_text_view_text_id) { _gx_widget_string_get_ext((GX_WIDGET *)text_view, text_view -> gx_multi_line_text_view_text_id, &string); } else { - string = text_view -> gx_multi_line_text_view_text; + _gx_system_private_string_get(&text_view -> gx_multi_line_text_view_text, &string, text_view -> gx_widget_style); } - if ((string.gx_string_ptr[index - 1] == GX_KEY_CARRIAGE_RETURN) || - (string.gx_string_ptr[index - 1] == GX_KEY_LINE_FEED)) +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (_gx_system_bidi_text_enabled && (text_view -> gx_widget_type == GX_TYPE_MULTI_LINE_TEXT_VIEW)) { - /* Save line index. */ - if (total_rows < first_cache_line + GX_MULTI_LINE_INDEX_CACHE_SIZE) + if (!text_view -> gx_multi_line_text_view_bidi_resolved_text_info) { - cache_index = (GX_UBYTE)(total_rows - first_cache_line); - text_view -> gx_multi_line_text_view_line_index[cache_index] = index; + bidi_text_info.gx_bidi_text_info_display_width = (GX_VALUE)(client_width - 3); + bidi_text_info.gx_bidi_text_info_font = font; + bidi_text_info.gx_bidi_text_info_text = string; + _gx_utility_bidi_paragraph_reorder(&bidi_text_info, &text_view -> gx_multi_line_text_view_bidi_resolved_text_info); } - total_rows++; - } + next = text_view -> gx_multi_line_text_view_bidi_resolved_text_info; + + while (next) + { + total_rows += next -> gx_bidi_resolved_text_info_total_lines; + next = next -> gx_bidi_resolved_text_info_next; + } + } + else + { +#endif + /* Calculate the total rows of text view string. */ + while (index < text_view -> gx_multi_line_text_view_text.gx_string_length) + { + /* Save line index. */ + if ((total_rows >= first_cache_line) && + (total_rows < first_cache_line + GX_MULTI_LINE_INDEX_CACHE_SIZE)) + { + cache_index = (GX_UBYTE)(total_rows - first_cache_line); + text_view -> gx_multi_line_text_view_line_index[cache_index] = index; + } + + /* Calculate some information used to draw the text. */ + _gx_multi_line_text_view_display_info_get(text_view, index, text_view -> gx_multi_line_text_view_text.gx_string_length, &text_info, (GX_VALUE)(client_width - 2)); + + total_rows++; + index += text_info.gx_text_display_number; + } + + if ((string.gx_string_ptr[index - 1] == GX_KEY_CARRIAGE_RETURN) || + (string.gx_string_ptr[index - 1] == GX_KEY_LINE_FEED)) + { + /* Save line index. */ + if (total_rows < first_cache_line + GX_MULTI_LINE_INDEX_CACHE_SIZE) + { + cache_index = (GX_UBYTE)(total_rows - first_cache_line); + text_view -> gx_multi_line_text_view_line_index[cache_index] = index; + } + + total_rows++; + } + + text_view -> gx_multi_line_text_view_cache_size = (GX_UBYTE)(cache_index + 1); +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + } +#endif - text_view -> gx_multi_line_text_view_cache_size = (GX_UBYTE)(cache_index + 1); text_view -> gx_multi_line_text_view_text_total_rows = total_rows; text_view -> gx_multi_line_text_view_line_index_old = GX_FALSE; 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 7a5efaaa..1aac97a3 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 92274700..5318b611 100644 --- a/common/src/gx_multi_line_text_view_text_draw.c +++ b/common/src/gx_multi_line_text_view_text_draw.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_draw PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -96,10 +96,12 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* support runtime Arabic */ /* line breaking, */ -/* resulting in version 6.0.1 */ +/* 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) @@ -125,10 +127,8 @@ GX_FONT *font; GX_SCROLLBAR *scroll; #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) -GX_BIDI_TEXT_INFO text_info; -GX_BIDI_RESOLVED_TEXT_INFO resolved_info; -UINT processed_count; -GX_CHAR pre_char; +GX_BIDI_RESOLVED_TEXT_INFO *next = GX_NULL; +UINT bidi_text_line_index = 0; #endif _gx_context_line_color_set(text_color); @@ -140,6 +140,7 @@ GX_CHAR pre_char; if (text_view -> gx_multi_line_text_view_line_index_old) { + /* Get visible rows. */ _gx_multi_line_text_view_visible_rows_compute(text_view); @@ -204,6 +205,25 @@ GX_CHAR pre_char; y_pos += text_view -> gx_multi_line_text_view_text_scroll_shift; y_pos += (text_view -> gx_multi_line_text_view_line_space >> 1); + line_string.gx_string_ptr = " "; + line_string.gx_string_length = 1; + + _gx_system_string_width_get_ext(font, &line_string, &space_width); + + first_visible_line = ((-text_view -> gx_multi_line_text_view_text_scroll_shift)) / line_height; + + if (first_visible_line < 0) + { + first_visible_line = 0; + } + + last_visible_line = first_visible_line + (INT)(text_view -> gx_multi_line_text_view_text_visible_rows); + + if (last_visible_line > (INT)(text_view -> gx_multi_line_text_view_text_total_rows - 1)) + { + last_visible_line = (INT)(text_view -> gx_multi_line_text_view_text_total_rows - 1); + } + if (text_view -> gx_multi_line_text_view_text_id) { _gx_widget_string_get_ext((GX_WIDGET *)text_view, text_view -> gx_multi_line_text_view_text_id, &string); @@ -213,137 +233,40 @@ GX_CHAR pre_char; _gx_system_private_string_get(&text_view -> gx_multi_line_text_view_text, &string, text_view -> gx_widget_style); } - line_string.gx_string_ptr = " "; - line_string.gx_string_length = 1; + y_pos += (INT)(first_visible_line * line_height); - _gx_system_string_width_get_ext(font, &line_string, &space_width); - - -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) - - if ((text_view -> gx_widget_type == GX_TYPE_MULTI_LINE_TEXT_VIEW) && _gx_system_bidi_text_enabled) + for (index = first_visible_line; index <= last_visible_line; index++) { - text_info.gx_bidi_text_info_display_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left - 2); - text_info.gx_bidi_text_info_font = font; - - pre_char = '\0'; - processed_count = 0; - - while (processed_count < string.gx_string_length) +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (_gx_system_bidi_text_enabled) { - text_info.gx_bidi_text_info_text.gx_string_ptr = string.gx_string_ptr + processed_count; - text_info.gx_bidi_text_info_text.gx_string_length = string.gx_string_length - processed_count; + line_string.gx_string_ptr = GX_NULL; + line_string.gx_string_length = 0; - switch (text_info.gx_bidi_text_info_text.gx_string_ptr[0]) + if (!next) { - case GX_KEY_CARRIAGE_RETURN: - processed_count++; - y_pos += line_height; - pre_char = GX_KEY_CARRIAGE_RETURN; - continue; - - case GX_KEY_LINE_FEED: - if (pre_char != GX_KEY_CARRIAGE_RETURN) - { - y_pos += line_height; - } - processed_count++; - pre_char = '\0'; - continue; - - default: - pre_char = '\0'; - break; + next = text_view -> gx_multi_line_text_view_bidi_resolved_text_info; } - if (_gx_utility_bidi_paragraph_reorder(&text_info, &resolved_info) == GX_SUCCESS) + while (next) { - for (index = 0; index < (INT)(resolved_info.gx_bidi_resolved_text_total_lines); index++) + if (bidi_text_line_index + next -> gx_bidi_resolved_text_info_total_lines > (UINT)index) { - line_string = resolved_info.gx_bidi_resolved_text_info_text[index]; - - if (y_pos + line_height > client.gx_rectangle_top) + /* Get line string. */ + if (next -> gx_bidi_resolved_text_info_text) { - switch (text_view -> gx_widget_style & GX_STYLE_TEXT_ALIGNMENT_MASK) - { - case GX_STYLE_TEXT_RIGHT: - _gx_system_string_width_get_ext(font, &line_string, &text_width); - while (text_width > (client.gx_rectangle_right - client.gx_rectangle_left - 2)) - { - text_width = (GX_VALUE)(text_width - space_width); - } - x_pos = client.gx_rectangle_right - 1; - x_pos = (GX_VALUE)(x_pos - text_width); - break; - case GX_STYLE_TEXT_LEFT: - x_pos = client.gx_rectangle_left + 1; - break; - case GX_STYLE_TEXT_CENTER: - default: - _gx_system_string_width_get_ext(font, &line_string, &text_width); - client_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left + 1); - while (text_width > (client_width - 3)) - { - text_width = (GX_VALUE)(text_width - space_width); - } - x_pos = (GX_VALUE)(client.gx_rectangle_left + ((client_width - text_width) / 2)); - break; - } - - /* Draw the text. */ - _gx_canvas_text_draw_ext((GX_VALUE)x_pos, (GX_VALUE)y_pos, &line_string); + line_string = next -> gx_bidi_resolved_text_info_text[(UINT)index - bidi_text_line_index]; } - - if (index < (INT)(resolved_info.gx_bidi_resolved_text_total_lines - 1)) - { - y_pos += line_height; - } - - if (y_pos > client.gx_rectangle_bottom) - { - break; - } - } - - processed_count += (UINT)resolved_info.gx_bidi_resolved_text_processed_count; - - if (resolved_info.gx_bidi_resolved_text_info_text) - { - _gx_system_memory_free(resolved_info.gx_bidi_resolved_text_info_text); - } - - if (y_pos > client.gx_rectangle_bottom) - { break; } - } - else - { - break; + + bidi_text_line_index += next -> gx_bidi_resolved_text_info_total_lines; + next = next -> gx_bidi_resolved_text_info_next; } } - } - else - { -#endif - first_visible_line = ((-text_view -> gx_multi_line_text_view_text_scroll_shift)) / line_height; - - if (first_visible_line < 0) - { - first_visible_line = 0; - } - - last_visible_line = first_visible_line + (INT)(text_view -> gx_multi_line_text_view_text_visible_rows); - - if (last_visible_line > (INT)(text_view -> gx_multi_line_text_view_text_total_rows - 1)) - { - last_visible_line = (INT)(text_view -> gx_multi_line_text_view_text_total_rows - 1); - } - - y_pos += (INT)(first_visible_line * line_height); - - for (index = first_visible_line; index <= last_visible_line; index++) + else { +#endif /* defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) */ line_cache_start = text_view -> gx_multi_line_text_view_first_cache_line; line_start_index = text_view -> gx_multi_line_text_view_line_index[index - (INT)line_cache_start]; @@ -356,45 +279,44 @@ GX_CHAR pre_char; line_end_index = text_view -> gx_multi_line_text_view_line_index[index - (INT)(line_cache_start) + 1]; } - switch (text_view -> gx_widget_style & GX_STYLE_TEXT_ALIGNMENT_MASK) - { - case GX_STYLE_TEXT_RIGHT: - line_string.gx_string_ptr = string.gx_string_ptr + line_start_index; - line_string.gx_string_length = line_end_index - line_start_index; - _gx_system_string_width_get_ext(font, &line_string, &text_width); - while (text_width > (client.gx_rectangle_right - client.gx_rectangle_left - 2)) - { - text_width = (GX_VALUE)(text_width - space_width); - } - x_pos = client.gx_rectangle_right - 1; - x_pos = (GX_VALUE)(x_pos - text_width); - break; - case GX_STYLE_TEXT_LEFT: - x_pos = client.gx_rectangle_left + 1; - break; - case GX_STYLE_TEXT_CENTER: - default: - line_string.gx_string_ptr = string.gx_string_ptr + line_start_index; - line_string.gx_string_length = line_end_index - line_start_index; - _gx_system_string_width_get_ext(font, &line_string, &text_width); - client_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left + 1); - while (text_width > (client_width - 3)) - { - text_width = (GX_VALUE)(text_width - space_width); - } - x_pos = (GX_VALUE)(client.gx_rectangle_left + ((client_width - text_width) / 2)); - break; - } - - /* Draw the text. */ + /* Get line string. */ line_string.gx_string_ptr = string.gx_string_ptr + line_start_index; line_string.gx_string_length = line_end_index - line_start_index; - _gx_canvas_text_draw_ext((GX_VALUE)x_pos, (GX_VALUE)y_pos, &line_string); - y_pos += line_height; - } #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + } +#endif /* defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) */ + + + switch (text_view -> gx_widget_style & GX_STYLE_TEXT_ALIGNMENT_MASK) + { + case GX_STYLE_TEXT_RIGHT: + _gx_system_string_width_get_ext(font, &line_string, &text_width); + while (text_width > (client.gx_rectangle_right - client.gx_rectangle_left - 2)) + { + text_width = (GX_VALUE)(text_width - space_width); + } + x_pos = client.gx_rectangle_right - 1; + x_pos = (GX_VALUE)(x_pos - text_width); + break; + case GX_STYLE_TEXT_LEFT: + x_pos = client.gx_rectangle_left + 1; + break; + case GX_STYLE_TEXT_CENTER: + default: + _gx_system_string_width_get_ext(font, &line_string, &text_width); + client_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left + 1); + while (text_width > (client_width - 3)) + { + text_width = (GX_VALUE)(text_width - space_width); + } + x_pos = (GX_VALUE)(client.gx_rectangle_left + ((client_width - text_width) / 2)); + break; + } + + /* Draw the text. */ + _gx_canvas_text_draw_ext((GX_VALUE)x_pos, (GX_VALUE)y_pos, &line_string); + y_pos += line_height; } -#endif _gx_canvas_drawing_complete(canvas, GX_FALSE); } 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 0fb4132d..0bafa2ea 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 @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,12 +83,15 @@ /* 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) { - if (text_view -> gx_widget_style & GX_STYLE_TEXT_COPY) { if (text_view -> gx_multi_line_text_view_text.gx_string_ptr) @@ -101,9 +104,16 @@ UINT _gx_multi_line_text_view_text_id_set(GX_MULTI_LINE_TEXT_VIEW *text_view, text_view -> gx_multi_line_text_view_text_total_rows = 0; text_view -> gx_multi_line_text_view_line_index_old = GX_TRUE; - _gx_widget_string_get_ext((GX_WIDGET*)text_view, text_id, &text_view->gx_multi_line_text_view_text); + _gx_widget_string_get_ext((GX_WIDGET *)text_view, text_id, &text_view -> gx_multi_line_text_view_text); text_view -> gx_multi_line_text_view_text.gx_string_ptr = GX_NULL; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (text_view -> gx_multi_line_text_view_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&text_view -> gx_multi_line_text_view_bidi_resolved_text_info); + } +#endif + if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) { _gx_system_dirty_mark((GX_WIDGET *)text_view); 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 f4d17bcf..544a2dd6 100644 --- a/common/src/gx_multi_line_text_view_text_set.c +++ b/common/src/gx_multi_line_text_view_text_set.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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) @@ -102,7 +104,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -138,6 +140,10 @@ GX_STRING string; /* 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) @@ -150,7 +156,7 @@ UINT status = GX_SUCCESS; } else { - if(text) + if (text) { text_view -> gx_multi_line_text_view_text = *text; } @@ -164,6 +170,13 @@ UINT status = GX_SUCCESS; text_view -> gx_multi_line_text_view_text_id = 0; text_view -> gx_multi_line_text_view_line_index_old = GX_TRUE; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (text_view -> gx_multi_line_text_view_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&text_view -> gx_multi_line_text_view_bidi_resolved_text_info); + } +#endif + if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) { _gx_system_dirty_mark((GX_WIDGET *)text_view); 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 9ba9ac0b..f2492f0d 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 @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_visible_rows_compute PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 eb869200..2691b477 100644 --- a/common/src/gx_multi_line_text_view_whitespace_set.c +++ b/common/src/gx_multi_line_text_view_whitespace_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_view_whitespace_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8578b3e1..289dbd16 100644 --- a/common/src/gx_numeric_pixelmap_prompt_create.c +++ b/common/src/gx_numeric_pixelmap_prompt_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_pixelmap_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_numeric_pixelmap_prompt_format.c b/common/src/gx_numeric_pixelmap_prompt_format.c index ad724503..49988a79 100644 --- a/common/src/gx_numeric_pixelmap_prompt_format.c +++ b/common/src/gx_numeric_pixelmap_prompt_format.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_pixelmap_prompt_format PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 92ae4ad1..1966faa1 100644 --- a/common/src/gx_numeric_pixelmap_prompt_format_function_set.c +++ b/common/src/gx_numeric_pixelmap_prompt_format_function_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_pixelmap_prompt_format_function_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 44c3f08f..f375b92a 100644 --- a/common/src/gx_numeric_pixelmap_prompt_value_set.c +++ b/common/src/gx_numeric_pixelmap_prompt_value_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_pixelmap_prompt_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,10 @@ /* 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) @@ -88,6 +92,13 @@ UINT length = 0; prompt -> gx_prompt_text_id = 0; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (prompt -> gx_prompt_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&prompt->gx_prompt_bidi_resolved_text_info); + } +#endif + if (prompt -> gx_widget_status & GX_STATUS_VISIBLE) { /* Mark widget as dirty. */ diff --git a/common/src/gx_numeric_prompt_create.c b/common/src/gx_numeric_prompt_create.c index 0d85f2ca..7661c66b 100644 --- a/common/src/gx_numeric_prompt_create.c +++ b/common/src/gx_numeric_prompt_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_numeric_prompt_format.c b/common/src/gx_numeric_prompt_format.c index ea98d189..bf33d7b5 100644 --- a/common/src/gx_numeric_prompt_format.c +++ b/common/src/gx_numeric_prompt_format.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_prompt_format PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 989a6287..207af89f 100644 --- a/common/src/gx_numeric_prompt_format_function_set.c +++ b/common/src/gx_numeric_prompt_format_function_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_prompt_format_function_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7b5d51c9..f6c9edb2 100644 --- a/common/src/gx_numeric_prompt_value_set.c +++ b/common/src/gx_numeric_prompt_value_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_prompt_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,10 @@ /* 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_prompt_value_set(GX_NUMERIC_PROMPT *prompt, INT value) @@ -87,6 +91,13 @@ UINT length; prompt -> gx_prompt_text_id = 0; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (prompt -> gx_prompt_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&prompt->gx_prompt_bidi_resolved_text_info); + } +#endif + if (prompt -> gx_widget_status & GX_STATUS_VISIBLE) { /* Mark widget as dirty. */ diff --git a/common/src/gx_numeric_scroll_wheel_create.c b/common/src/gx_numeric_scroll_wheel_create.c index 01c606a8..b2794e09 100644 --- a/common/src/gx_numeric_scroll_wheel_create.c +++ b/common/src/gx_numeric_scroll_wheel_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_NUMERIC_SCROLL_WHEEL *wheel, diff --git a/common/src/gx_numeric_scroll_wheel_range_set.c b/common/src/gx_numeric_scroll_wheel_range_set.c index 3dd62e87..cde7a191 100644 --- a/common/src/gx_numeric_scroll_wheel_range_set.c +++ b/common/src/gx_numeric_scroll_wheel_range_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_scroll_wheel_range_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,12 +65,20 @@ /* 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) { UINT status; +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + _gx_text_scroll_wheel_dynamic_bidi_text_delete((GX_TEXT_SCROLL_WHEEL *)wheel); +#endif // GX_DYNAMIC_BIDI_TEXT_SUPPORT + wheel -> gx_numeric_scroll_wheel_start_val = start_val; wheel -> gx_numeric_scroll_wheel_end_val = 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 eb7ea5ef..116e6c48 100644 --- a/common/src/gx_numeric_scroll_wheel_text_get.c +++ b/common/src/gx_numeric_scroll_wheel_text_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_numeric_scroll_wheel_text_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6684206b..6a79e2aa 100644 --- a/common/src/gx_pixelmap_button_create.c +++ b/common/src/gx_pixelmap_button_create.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_pixelmap_button_draw.c b/common/src/gx_pixelmap_button_draw.c index 10a2198a..18959ef7 100644 --- a/common/src/gx_pixelmap_button_draw.c +++ b/common/src/gx_pixelmap_button_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_button_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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 24ce705d..23260266 100644 --- a/common/src/gx_pixelmap_button_event_process.c +++ b/common/src/gx_pixelmap_button_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_button_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9b324667..9228245a 100644 --- a/common/src/gx_pixelmap_button_pixelmap_set.c +++ b/common/src/gx_pixelmap_button_pixelmap_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_button_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_pixelmap_button_transparent_detect.c b/common/src/gx_pixelmap_button_transparent_detect.c index 2c887611..bfcb148e 100644 --- a/common/src/gx_pixelmap_button_transparent_detect.c +++ b/common/src/gx_pixelmap_button_transparent_detect.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_button_transparent_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 22236fe9..8d50ab79 100644 --- a/common/src/gx_pixelmap_prompt_background_draw.c +++ b/common/src/gx_pixelmap_prompt_background_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_prompt_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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 6348c683..8cf8c6e9 100644 --- a/common/src/gx_pixelmap_prompt_create.c +++ b/common/src/gx_pixelmap_prompt_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_pixelmap_prompt_draw.c b/common/src/gx_pixelmap_prompt_draw.c index 4310db4e..dc619119 100644 --- a/common/src/gx_pixelmap_prompt_draw.c +++ b/common/src/gx_pixelmap_prompt_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_prompt_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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 5e4afc56..c5f78584 100644 --- a/common/src/gx_pixelmap_prompt_pixelmap_set.c +++ b/common/src/gx_pixelmap_prompt_pixelmap_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_prompt_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_pixelmap_slider_create.c b/common/src/gx_pixelmap_slider_create.c index 721bc421..ddd08917 100644 --- a/common/src/gx_pixelmap_slider_create.c +++ b/common/src/gx_pixelmap_slider_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_slider_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_pixelmap_slider_draw.c b/common/src/gx_pixelmap_slider_draw.c index 6ac3b5d2..02ace15f 100644 --- a/common/src/gx_pixelmap_slider_draw.c +++ b/common/src/gx_pixelmap_slider_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_slider_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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 cf058615..0d5a639f 100644 --- a/common/src/gx_pixelmap_slider_event_process.c +++ b/common/src/gx_pixelmap_slider_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_slider_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 75ede871..83c35e3d 100644 --- a/common/src/gx_pixelmap_slider_pixelmap_set.c +++ b/common/src/gx_pixelmap_slider_pixelmap_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_slider_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_pixelmap_slider_pixelmap_update.c b/common/src/gx_pixelmap_slider_pixelmap_update.c index b9ad8f50..fc445d17 100644 --- a/common/src/gx_pixelmap_slider_pixelmap_update.c +++ b/common/src/gx_pixelmap_slider_pixelmap_update.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_pixelmap_slider_pixelmap_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 2396ee37..cc673a4b 100644 --- a/common/src/gx_popup_list_event_process.c +++ b/common/src/gx_popup_list_event_process.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_popup_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_progress_bar_background_draw.c b/common/src/gx_progress_bar_background_draw.c index 06abb864..9c9f4a3a 100644 --- a/common/src/gx_progress_bar_background_draw.c +++ b/common/src/gx_progress_bar_background_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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 8bf64105..6fbd19b1 100644 --- a/common/src/gx_progress_bar_create.c +++ b/common/src/gx_progress_bar_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_progress_bar_draw.c b/common/src/gx_progress_bar_draw.c index b46da134..44ce897c 100644 --- a/common/src/gx_progress_bar_draw.c +++ b/common/src/gx_progress_bar_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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 36aace3a..b2092a9d 100644 --- a/common/src/gx_progress_bar_event_process.c +++ b/common/src/gx_progress_bar_event_process.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a50bef10..4ba71e81 100644 --- a/common/src/gx_progress_bar_font_set.c +++ b/common/src/gx_progress_bar_font_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d78fb04a..be334c44 100644 --- a/common/src/gx_progress_bar_info_set.c +++ b/common/src/gx_progress_bar_info_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6b2d4a95..3f3683e7 100644 --- a/common/src/gx_progress_bar_pixelmap_set.c +++ b/common/src/gx_progress_bar_pixelmap_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1bc6f3a4..e3b5cfdd 100644 --- a/common/src/gx_progress_bar_range_set.c +++ b/common/src/gx_progress_bar_range_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_range_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 86b2e05a..ba7601de 100644 --- a/common/src/gx_progress_bar_text_color_set.c +++ b/common/src/gx_progress_bar_text_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_progress_bar_text_draw.c b/common/src/gx_progress_bar_text_draw.c index c8649ad0..d7dcdd55 100644 --- a/common/src/gx_progress_bar_text_draw.c +++ b/common/src/gx_progress_bar_text_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 9a276b56..1566b49f 100644 --- a/common/src/gx_progress_bar_value_set.c +++ b/common/src/gx_progress_bar_value_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 08009178..d3634892 100644 --- a/common/src/gx_prompt_create.c +++ b/common/src/gx_prompt_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_create PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,9 +74,13 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* set new event process, */ -/* resulting in version 6.0.2 */ +/* 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, @@ -98,7 +102,11 @@ UINT _gx_prompt_create(GX_PROMPT *prompt, GX_CONST GX_CHAR *name, GX_WIDGET *pa prompt -> gx_prompt_font_id = GX_FONT_ID_PROMPT; prompt -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_prompt_draw; prompt -> gx_widget_event_process_function = (UINT(*)(GX_WIDGET*, GX_EVENT*))_gx_prompt_event_process; - prompt -> gx_prompt_text_get_function = (VOID (*)(GX_PROMPT *, GX_STRING *))_gx_prompt_text_get_ext; + prompt -> gx_prompt_text_get_function = (VOID (*)(GX_PROMPT *, GX_STRING *))(void (*)(void))_gx_prompt_text_get_ext; + +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + prompt -> gx_prompt_bidi_resolved_text_info = GX_NULL; +#endif /* Determine if a parent widget was provided. */ if (parent) diff --git a/common/src/gx_prompt_draw.c b/common/src/gx_prompt_draw.c index 947daaa7..79762634 100644 --- a/common/src/gx_prompt_draw.c +++ b/common/src/gx_prompt_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 dc940e86..194d80f9 100644 --- a/common/src/gx_prompt_event_process.c +++ b/common/src/gx_prompt_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -57,6 +57,8 @@ /* CALLS */ /* */ /* _gx_system_memory_free Release memory */ +/* _gx_utility_bidi_resolved_text_info_delete */ +/* Delete dynamic bidi text */ /* _gx_widget_event_process Default widget event process */ /* */ /* CALLED BY */ @@ -68,7 +70,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ UINT _gx_prompt_event_process(GX_PROMPT *prompt, GX_EVENT *event_ptr) @@ -79,15 +81,22 @@ UINT _gx_prompt_event_process(GX_PROMPT *prompt, GX_EVENT *event_ptr) { case GX_EVENT_DELETE: if ((prompt -> gx_widget_style & GX_STYLE_TEXT_COPY) && prompt -> gx_prompt_string.gx_string_ptr) + { + if (!_gx_system_memory_free) + { + return GX_SYSTEM_MEMORY_ERROR; + } + _gx_system_memory_free((void *)prompt -> gx_prompt_string.gx_string_ptr); + prompt -> gx_prompt_string.gx_string_ptr = GX_NULL; + prompt -> gx_prompt_string.gx_string_length = 0; + } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + + if (prompt -> gx_prompt_bidi_resolved_text_info) { - if (!_gx_system_memory_free) - { - return GX_SYSTEM_MEMORY_ERROR; - } - _gx_system_memory_free((void *)prompt -> gx_prompt_string.gx_string_ptr); - prompt -> gx_prompt_string.gx_string_ptr = GX_NULL; - prompt -> gx_prompt_string.gx_string_length = 0; + _gx_utility_bidi_resolved_text_info_delete(&prompt -> gx_prompt_bidi_resolved_text_info); } +#endif break; default: diff --git a/common/src/gx_prompt_font_set.c b/common/src/gx_prompt_font_set.c index 7da3ff3a..19c91728 100644 --- a/common/src/gx_prompt_font_set.c +++ b/common/src/gx_prompt_font_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6fa7cf77..a92b2091 100644 --- a/common/src/gx_prompt_text_color_set.c +++ b/common/src/gx_prompt_text_color_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_prompt_text_draw.c b/common/src/gx_prompt_text_draw.c index 8f54831b..b5507b8f 100644 --- a/common/src/gx_prompt_text_draw.c +++ b/common/src/gx_prompt_text_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 e3dd4d8b..099ac9a5 100644 --- a/common/src/gx_prompt_text_get.c +++ b/common/src/gx_prompt_text_get.c @@ -29,14 +29,14 @@ #include "gx_display.h" #include "gx_widget.h" #include "gx_prompt.h" - +#include "gx_utility.h" /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,13 +70,16 @@ /* DATE 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) { -UINT status; +UINT status; GX_STRING string; + string.gx_string_ptr = GX_NULL; string.gx_string_length = 0; @@ -96,7 +99,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -130,12 +133,21 @@ GX_STRING string; /* 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 */ /* */ /**************************************************************************/ UINT _gx_prompt_text_get_ext(GX_PROMPT *prompt, GX_STRING *return_string) { UINT status = GX_SUCCESS; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) +GX_BIDI_TEXT_INFO text_info; +GX_BIDI_RESOLVED_TEXT_INFO *resolved_info; +#endif + if (prompt -> gx_prompt_text_id) { status = _gx_widget_string_get_ext((GX_WIDGET *)prompt, prompt -> gx_prompt_text_id, return_string); @@ -145,5 +157,28 @@ UINT status = GX_SUCCESS; _gx_system_private_string_get(&prompt -> gx_prompt_string, return_string, prompt -> gx_widget_style); } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (_gx_system_bidi_text_enabled) + { + if (prompt -> gx_prompt_bidi_resolved_text_info) + { + *return_string = *prompt -> gx_prompt_bidi_resolved_text_info -> gx_bidi_resolved_text_info_text; + } + else + { + text_info.gx_bidi_text_info_text = *return_string; + text_info.gx_bidi_text_info_font = GX_NULL; + text_info.gx_bidi_text_info_display_width = -1; + + if (_gx_utility_bidi_paragraph_reorder(&text_info, &resolved_info) == GX_SUCCESS) + { + prompt -> gx_prompt_bidi_resolved_text_info = resolved_info; + *return_string = *resolved_info -> gx_bidi_resolved_text_info_text; + } + } + } +#endif + return(status); } + diff --git a/common/src/gx_prompt_text_id_set.c b/common/src/gx_prompt_text_id_set.c index df133c8a..abe4b9ee 100644 --- a/common/src/gx_prompt_text_id_set.c +++ b/common/src/gx_prompt_text_id_set.c @@ -29,14 +29,14 @@ #include "gx_display.h" #include "gx_widget.h" #include "gx_prompt.h" - +#include "gx_utility.h" /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,10 @@ /* 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) @@ -87,6 +91,13 @@ UINT _gx_prompt_text_id_set(GX_PROMPT *prompt, GX_RESOURCE_ID string_id) prompt -> gx_prompt_string.gx_string_ptr = GX_NULL; prompt -> gx_prompt_string.gx_string_length = 0; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (prompt -> gx_prompt_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&prompt -> gx_prompt_bidi_resolved_text_info); + } +#endif + if (prompt -> gx_widget_status & GX_STATUS_VISIBLE) { _gx_system_dirty_mark((GX_WIDGET *)prompt); diff --git a/common/src/gx_prompt_text_set.c b/common/src/gx_prompt_text_set.c index 2c4187b1..94fcfc78 100644 --- a/common/src/gx_prompt_text_set.c +++ b/common/src/gx_prompt_text_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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) @@ -99,7 +101,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_prompt_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -132,6 +134,10 @@ GX_STRING string; /* 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) @@ -157,6 +163,13 @@ UINT status = GX_SUCCESS; } } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (prompt -> gx_prompt_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&prompt -> gx_prompt_bidi_resolved_text_info); + } +#endif + if (prompt -> gx_widget_status & GX_STATUS_VISIBLE) { _gx_system_dirty_mark((GX_WIDGET *)prompt); diff --git a/common/src/gx_radial_progress_bar_anchor_set.c b/common/src/gx_radial_progress_bar_anchor_set.c index 4592b102..f806fc64 100644 --- a/common/src/gx_radial_progress_bar_anchor_set.c +++ b/common/src/gx_radial_progress_bar_anchor_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_anchor_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 dbcc5111..16d0e4e1 100644 --- a/common/src/gx_radial_progress_bar_background_draw.c +++ b/common/src/gx_radial_progress_bar_background_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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_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 37b9db15..a17dd4b4 100644 --- a/common/src/gx_radial_progress_bar_create.c +++ b/common/src/gx_radial_progress_bar_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_radial_progress_bar_draw.c b/common/src/gx_radial_progress_bar_draw.c index e1872bed..9551d213 100644 --- a/common/src/gx_radial_progress_bar_draw.c +++ b/common/src/gx_radial_progress_bar_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 b1486ba8..f5ec7aae 100644 --- a/common/src/gx_radial_progress_bar_event_process.c +++ b/common/src/gx_radial_progress_bar_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 6769261b..14729256 100644 --- a/common/src/gx_radial_progress_bar_font_set.c +++ b/common/src/gx_radial_progress_bar_font_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9479613e..40870aa8 100644 --- a/common/src/gx_radial_progress_bar_info_set.c +++ b/common/src/gx_radial_progress_bar_info_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b499af65..b1f9c50c 100644 --- a/common/src/gx_radial_progress_bar_resize.c +++ b/common/src/gx_radial_progress_bar_resize.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_prpgress_bar_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_radial_progress_bar_size_update.c b/common/src/gx_radial_progress_bar_size_update.c index 323a125a..c49f48fd 100644 --- a/common/src/gx_radial_progress_bar_size_update.c +++ b/common/src/gx_radial_progress_bar_size_update.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_prpgress_bar_size_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 a3f7a2ba..b544aae2 100644 --- a/common/src/gx_radial_progress_bar_text_color_set.c +++ b/common/src/gx_radial_progress_bar_text_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_radial_progress_bar_text_draw.c b/common/src/gx_radial_progress_bar_text_draw.c index a98188cf..17ff1cb1 100644 --- a/common/src/gx_radial_progress_bar_text_draw.c +++ b/common/src/gx_radial_progress_bar_text_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_text_draw PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,8 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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 5c5a1f18..c2a602fc 100644 --- a/common/src/gx_radial_progress_bar_value_calculate.c +++ b/common/src/gx_radial_progress_bar_value_calculate.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_value_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3bc066ad..bbd11159 100644 --- a/common/src/gx_radial_progress_bar_value_set.c +++ b/common/src/gx_radial_progress_bar_value_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_progress_bar_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 181afff9..35b4d70a 100644 --- a/common/src/gx_radial_slider_anchor_angle_calculate.c +++ b/common/src/gx_radial_slider_anchor_angle_calculate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_anchor_angle_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5c9f274e..3c1361f7 100644 --- a/common/src/gx_radial_slider_anchor_angles_set.c +++ b/common/src/gx_radial_slider_anchor_angles_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_anchor_angles_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4534502e..33495cda 100644 --- a/common/src/gx_radial_slider_angle_calculate.c +++ b/common/src/gx_radial_slider_angle_calculate.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_angle_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 85bebd07..91c452d5 100644 --- a/common/src/gx_radial_slider_angle_set.c +++ b/common/src/gx_radial_slider_angle_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_angle_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1c9ce40a..3bf5a22d 100644 --- a/common/src/gx_radial_slider_animation_set.c +++ b/common/src/gx_radial_slider_animation_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_animation_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_radial_slider_animation_start.c b/common/src/gx_radial_slider_animation_start.c index 4d5db898..a4a88be3 100644 --- a/common/src/gx_radial_slider_animation_start.c +++ b/common/src/gx_radial_slider_animation_start.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_animation_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 30b79678..405ec1f1 100644 --- a/common/src/gx_radial_slider_animation_update.c +++ b/common/src/gx_radial_slider_animation_update.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_animation_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_update(GX_RADIAL_SLIDER *slider) diff --git a/common/src/gx_radial_slider_create.c b/common/src/gx_radial_slider_create.c index 0a5d94b1..1199249a 100644 --- a/common/src/gx_radial_slider_create.c +++ b/common/src/gx_radial_slider_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_radial_slider_draw.c b/common/src/gx_radial_slider_draw.c index d8225077..c8c3ae00 100644 --- a/common/src/gx_radial_slider_draw.c +++ b/common/src/gx_radial_slider_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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 2f14a4da..84513ed4 100644 --- a/common/src/gx_radial_slider_event_process.c +++ b/common/src/gx_radial_slider_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_pen_down_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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_radial_slider_pen_down_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) @@ -134,7 +136,7 @@ GX_RECTANGLE rectangle; /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_pen_drag_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -167,6 +169,8 @@ GX_RECTANGLE rectangle; /* DATE 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_radial_slider_pen_drag_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) @@ -227,7 +231,7 @@ GX_BOOL update = GX_FALSE; /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_pen_up_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -265,6 +269,8 @@ GX_BOOL update = GX_FALSE; /* DATE 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_radial_slider_pen_up_event_process(GX_RADIAL_SLIDER *slider, GX_EVENT *event_ptr) @@ -313,7 +319,7 @@ GX_POINT *point; /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -352,6 +358,8 @@ GX_POINT *point; /* DATE NAME DESCRIPTION */ /* */ /* 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 6f8bde10..a04cc55b 100644 --- a/common/src/gx_radial_slider_info_get.c +++ b/common/src/gx_radial_slider_info_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 41ef8a1c..85734f7f 100644 --- a/common/src/gx_radial_slider_info_set.c +++ b/common/src/gx_radial_slider_info_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 48888152..c9a17a46 100644 --- a/common/src/gx_radial_slider_needle_rectangle_calculate.c +++ b/common/src/gx_radial_slider_needle_rectangle_calculate.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_needle_rectangle_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 018c1aa6..4af46bdc 100644 --- a/common/src/gx_radial_slider_pixelmap_set.c +++ b/common/src/gx_radial_slider_pixelmap_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radial_slider_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 536c73c4..3e463b60 100644 --- a/common/src/gx_radio_button_create.c +++ b/common/src/gx_radio_button_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radio_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_radio_button_draw.c b/common/src/gx_radio_button_draw.c index da58c85a..706d8d9b 100644 --- a/common/src/gx_radio_button_draw.c +++ b/common/src/gx_radio_button_draw.c @@ -31,13 +31,12 @@ #include "gx_widget.h" #include "gx_button.h" - /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_radio_button_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,18 +72,21 @@ /* 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) { -GX_VALUE xoffset = 0; -GX_VALUE yoffset = 0; -GX_RESOURCE_ID text_color; -GX_RESOURCE_ID fill_color; -GX_RESOURCE_ID pixelmap_id; -GX_PIXELMAP *pixelmap = GX_NULL; -GX_STRING string; +GX_VALUE xoffset = 0; +GX_VALUE yoffset = 0; +GX_RESOURCE_ID text_color; +GX_RESOURCE_ID fill_color; +GX_RESOURCE_ID pixelmap_id; +GX_PIXELMAP *pixelmap = GX_NULL; +GX_STRING string; if (button -> gx_widget_style & GX_STYLE_ENABLED) { @@ -169,19 +171,14 @@ GX_STRING string; } } - if (button -> gx_text_button_text_id > 0) + + _gx_text_button_text_get_ext((GX_TEXT_BUTTON *)button, &string); + + if (string.gx_string_ptr) { - _gx_widget_text_id_draw((GX_WIDGET *)button, text_color, - button -> gx_text_button_font_id, - button -> gx_text_button_text_id, - xoffset, 0); - } - else - { - _gx_system_private_string_get(&button -> gx_text_button_string, &string, button -> gx_widget_style); _gx_widget_text_draw_ext((GX_WIDGET *)button, text_color, - button -> gx_text_button_font_id, - &string, xoffset, 0); + button -> gx_text_button_font_id, + &string, xoffset, 0); } /* Draw button's children. */ diff --git a/common/src/gx_radio_button_pixelmap_set.c b/common/src/gx_radio_button_pixelmap_set.c index eda72eeb..5bc978de 100644 --- a/common/src/gx_radio_button_pixelmap_set.c +++ b/common/src/gx_radio_button_pixelmap_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_radio_button_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_rich_text_view_context_peek.c b/common/src/gx_rich_text_view_context_peek.c new file mode 100644 index 00000000..ad6b06ee --- /dev/null +++ b/common/src/gx_rich_text_view_context_peek.c @@ -0,0 +1,86 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* COMPONENT DEFINITION RELEASE */ +/* */ +/* _gx_rich_text_view_context_peek PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function retrieves the element at the top of rich text context */ +/* stack. */ +/* */ +/* INPUT */ +/* */ +/* context Retrieved top element. */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +GX_UBYTE top; + + top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; + + if ((top <= 0) || (context == GX_NULL)) + { + return GX_FAILURE; + } + + top--; + + *context = _gx_system_rich_text_context_stack.gx_rich_text_context_stack[top]; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_context_pop.c b/common/src/gx_rich_text_view_context_pop.c new file mode 100644 index 00000000..70def5d1 --- /dev/null +++ b/common/src/gx_rich_text_view_context_pop.c @@ -0,0 +1,80 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* COMPONENT DEFINITION RELEASE */ +/* */ +/* _gx_rich_text_view_context_pop PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function deletes the top element at the rich text context */ +/* stack. */ +/* */ +/* INPUT */ +/* */ +/* None */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* GUIX Internal Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +UINT _gx_rich_text_view_context_pop() +{ + if (_gx_system_rich_text_context_stack.gx_rich_text_context_stack_top <= 0) + { + return GX_FAILURE; + } + + _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top--; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_context_push.c b/common/src/gx_rich_text_view_context_push.c new file mode 100644 index 00000000..b6e4d97a --- /dev/null +++ b/common/src/gx_rich_text_view_context_push.c @@ -0,0 +1,84 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_context_push PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function adds an element to rich text context stack. */ +/* */ +/* INPUT */ +/* */ +/* context Element to add */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +GX_UBYTE top; + + if (_gx_system_rich_text_context_stack.gx_rich_text_context_stack_top >= GX_MAX_RICH_TEXT_CONTEXT_NESTING) + { + return GX_RICH_STYLE_NESTING_EXEEDED; + } + + top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; + + _gx_system_rich_text_context_stack.gx_rich_text_context_stack[top] = (*context); + _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top++; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_context_reset.c b/common/src/gx_rich_text_view_context_reset.c new file mode 100644 index 00000000..7a87080e --- /dev/null +++ b/common/src/gx_rich_text_view_context_reset.c @@ -0,0 +1,74 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* COMPONENT DEFINITION RELEASE */ +/* */ +/* _gx_rich_text_view_context_reset PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function removes all contents of rich text context stack. */ +/* */ +/* INPUT */ +/* */ +/* None */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* GUIX Internal Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +UINT _gx_rich_text_view_context_reset() +{ + _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = 0; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_context_restore.c b/common/src/gx_rich_text_view_context_restore.c new file mode 100644 index 00000000..ecc5e1bb --- /dev/null +++ b/common/src/gx_rich_text_view_context_restore.c @@ -0,0 +1,83 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* COMPONENT DEFINITION RELEASE */ +/* */ +/* _gx_rich_text_view_context_restore PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function restores rich text context stack to last save point. */ +/* */ +/* INPUT */ +/* */ +/* None */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* GUIX Internal Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +UINT _gx_rich_text_view_context_restore() +{ +GX_UBYTE top = _gx_system_rich_text_context_stack_save.gx_rich_text_context_stack_top; + + if (top) + { + /* Restore stack to last save point. */ + memcpy(&_gx_system_rich_text_context_stack.gx_rich_text_context_stack, /* Use case of memcpy is verified. */ + &_gx_system_rich_text_context_stack_save.gx_rich_text_context_stack, sizeof(GX_RICH_TEXT_CONTEXT) * top); + } + + _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = top; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_context_save.c b/common/src/gx_rich_text_view_context_save.c new file mode 100644 index 00000000..5322e134 --- /dev/null +++ b/common/src/gx_rich_text_view_context_save.c @@ -0,0 +1,83 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* COMPONENT DEFINITION RELEASE */ +/* */ +/* _gx_rich_text_view_context_save PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function saves current status of rich text context stack. */ +/* */ +/* INPUT */ +/* */ +/* stack_type Stack type */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* GUIX Internal Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +UINT _gx_rich_text_view_context_save() +{ +GX_UBYTE top = _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top; + + if (top) + { + /* Save system stack to temp stack. */ + memcpy(&_gx_system_rich_text_context_stack_save.gx_rich_text_context_stack, /* Use case of memcpy is verified. */ + &_gx_system_rich_text_context_stack.gx_rich_text_context_stack, sizeof(GX_RICH_TEXT_CONTEXT) * top); + } + + _gx_system_rich_text_context_stack_save.gx_rich_text_context_stack_top = top; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_create.c b/common/src/gx_rich_text_view_create.c new file mode 100644 index 00000000..ec24da5b --- /dev/null +++ b/common/src/gx_rich_text_view_create.c @@ -0,0 +1,107 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_multi_line_text_view.h" +#include "gx_rich_text_view.h" +#include "gx_widget.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_create PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function creates a rich text view widget. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view widget control */ +/* block */ +/* name Name of the widget */ +/* parent Pointer to parent widget */ +/* text_id Resource ID of the text string*/ +/* fonts Font list */ +/* style Style of text view widget */ +/* id Application-defined ID of text*/ +/* view */ +/* size Dimension of the widget */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_multi_line_text_view_create Create multi line text view */ +/* _gx_widget_link Link the widget to its parent */ +/* */ +/* CALLED BY */ +/* */ +/* 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, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size) +{ + + /* Call the multi line text view create function. */ + _gx_multi_line_text_view_create((GX_MULTI_LINE_TEXT_VIEW *)text_view, name, GX_NULL, text_id, style, id, size); + + text_view -> gx_widget_type = GX_TYPE_RICH_TEXT_VIEW; + text_view -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_rich_text_view_draw; + text_view -> gx_window_scroll_info_get = (VOID (*)(struct GX_WINDOW_STRUCT *, ULONG, GX_SCROLL_INFO *))(void (*)(void))_gx_rich_text_view_scroll_info_get; + text_view -> gx_rich_text_view_fonts = *fonts; + text_view -> gx_rich_text_view_text_total_height = 0; + + /* Determine if a parent widget was provided. */ + if (parent) + { + _gx_widget_link(parent, (GX_WIDGET *)text_view); + } + + /* Return the error status from window create. */ + return(GX_SUCCESS); +} + diff --git a/common/src/gx_rich_text_view_draw.c b/common/src/gx_rich_text_view_draw.c new file mode 100644 index 00000000..901b0831 --- /dev/null +++ b/common/src/gx_rich_text_view_draw.c @@ -0,0 +1,83 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_rich_text_view.h" +#include "gx_window.h" +#include "gx_widget.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_text_draw PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function draws text for a rich text view widget. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view control block */ +/* */ +/* OUTPUT */ +/* */ +/* None */ +/* */ +/* CALLS */ +/* */ +/* _gx_window_background_draw Draw window background */ +/* _gx_rich_text_view_text_draw Draw rich text */ +/* _gx_widget_children_draw Draw children */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ + /* Draw window background. */ + _gx_window_background_draw((GX_WINDOW *)text_view); + + /* Draw text. */ + _gx_rich_text_view_text_draw(text_view); + + /* Draw widget's children. */ + _gx_widget_children_draw((GX_WIDGET *)text_view); +} + diff --git a/common/src/gx_rich_text_view_fonts_set.c b/common/src/gx_rich_text_view_fonts_set.c new file mode 100644 index 00000000..048d6291 --- /dev/null +++ b/common/src/gx_rich_text_view_fonts_set.c @@ -0,0 +1,86 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_rich_text_view.h" +#include "gx_system.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_font_set PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This service sets the font of a rich text view widget. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view widget */ +/* control block */ +/* fonts Font list */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_system_dirty_mark Mark a widget as dirty */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ + /* Update rich text view fonts. */ + text_view -> gx_rich_text_view_fonts = *fonts; + + /* Mark that we need to update text total height. */ + text_view -> gx_multi_line_text_view_line_index_old = GX_TRUE; + + if (text_view -> gx_widget_status & GX_STATUS_VISIBLE) + { + /* Mark widget as dirty. */ + _gx_system_dirty_mark((GX_WIDGET *)text_view); + } + + return(GX_SUCCESS); +} + diff --git a/common/src/gx_rich_text_view_line_info_get.c b/common/src/gx_rich_text_view_line_info_get.c new file mode 100644 index 00000000..1cff1b8c --- /dev/null +++ b/common/src/gx_rich_text_view_line_info_get.c @@ -0,0 +1,238 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_canvas.h" +#include "gx_rich_text_view.h" +#include "gx_utility.h" +#include "gx_widget.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_line_info_get PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function prepares one line text for drawing. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view control block */ +/* text String to process */ +/* line_info Retrieved line information */ +/* for drawing next line */ +/* availlable_width Availlable width for drawing */ +/* */ +/* OUTPUT */ +/* */ +/* None */ +/* */ +/* CALLS */ +/* */ +/* _gx_widget_font_get Retireve font by id */ +/* _gx_rich_text_view_tag_enter Process rich text tag */ +/* _gx_utility_utf8_string_character_get Retrieve glyph length */ +/* _gx_system_string_width_get Retrieve string width */ +/* _gx_system_rich_text_format_stack_clear */ +/* Clear rich text format stack */ +/* */ +/* CALLED BY */ +/* */ +/* GUIX Internal Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +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) +{ +GX_STRING string; +GX_FONT *font; +UINT glyph_len = 1; +GX_VALUE glyph_width; +GX_RICH_TEXT_LINE_INFO break_info; +GX_RICH_TEXT_FORMAT text_format; +GX_UBYTE processed_count; +GX_BOOL escape = GX_FALSE; +GX_RESOURCE_ID font_id; +INT tail_space_width = 0; + + text_format = line_info -> gx_rich_text_line_info_start_format; + break_info = *line_info; + font_id = text_format.gx_rich_text_font_id; + + /* Pickup draw font. */ + _gx_widget_font_get((GX_WIDGET *)text_view, text_format.gx_rich_text_font_id, &font); + + if (!font) + { + return GX_INVALID_FONT; + } + + /* Calculate the total rows of text view string. */ + while (text.gx_string_length > 0) + { + if ((!escape) && (text.gx_string_ptr[0] == '\\')) + { + escape = GX_TRUE; + text.gx_string_ptr++; + text.gx_string_length--; + line_info -> gx_rich_text_line_info_text.gx_string_length++; + continue; + } + + /* Test rich text tags. */ + if ((!escape) && + (text.gx_string_ptr[0] == '<') && + (_gx_rich_text_view_tag_enter(text_view, &text, &text_format, &processed_count) == GX_SUCCESS)) + { + if (text_format.gx_rich_text_font_id != font_id) + { + /* Font changed. */ + _gx_widget_font_get((GX_WIDGET *)text_view, text_format.gx_rich_text_font_id, &font); + + if (!font) + { + return GX_INVALID_FONT; + } + + /* Calculate maximum font height for one line text. */ + if (line_info -> gx_rich_text_line_info_line_height < font -> gx_font_line_height) + { + line_info -> gx_rich_text_line_info_line_height = font -> gx_font_line_height; + line_info -> gx_rich_text_line_info_baseline = font -> gx_font_baseline; + } + + font_id = text_format.gx_rich_text_font_id; + } + + line_info -> gx_rich_text_line_info_text.gx_string_length += processed_count; + line_info -> gx_rich_text_line_info_end_format = text_format; + + text.gx_string_ptr += processed_count; + text.gx_string_length -= processed_count; + continue; + } + +#if defined GX_UTF8_SUPPORT + string = text; + + /* Pick up glyph length. */ + if (_gx_utility_utf8_string_character_get(&string, GX_NULL, &glyph_len) != GX_SUCCESS) + { + /* Invalid UTF8 string. */ + return GX_INVALID_STRING; + } +#endif + string.gx_string_ptr = text.gx_string_ptr; + string.gx_string_length = glyph_len; + + /* Calculate glyph width. */ + _gx_system_string_width_get_ext(font, &string, &glyph_width); + + /* Calculate the successive space width in the end of the line. */ + if ((text.gx_string_ptr[0] == ' ')) + { + tail_space_width += glyph_width; + } + else + { + tail_space_width = 0; + } + + if (text.gx_string_ptr[0] == GX_KEY_CARRIAGE_RETURN) + { + /* Line break charater \r. */ + glyph_len = 1; + + if ((text.gx_string_length > 1) && + (text.gx_string_ptr[1] == GX_KEY_LINE_FEED)) + { + /* Line break character \r\n. */ + glyph_len++; + } + + line_info -> gx_rich_text_line_info_text.gx_string_length += glyph_len; + break; + } + else if (text.gx_string_ptr[0] == GX_KEY_LINE_FEED) + { + /* Line break character \n. */ + line_info -> gx_rich_text_line_info_text.gx_string_length += glyph_len; + break; + } + else if (((UINT)(line_info -> gx_rich_text_line_info_text_width + (USHORT)glyph_width) > (UINT)availlable_width) && + line_info -> gx_rich_text_line_info_text_width && (text.gx_string_ptr[0] != ' ')) + { + if (break_info.gx_rich_text_line_info_text_width == 0) + { + if (tail_space_width) + { + /* Minus line end space width. */ + line_info -> gx_rich_text_line_info_text_width -= (UINT)tail_space_width; + } + break; + } + + *line_info = break_info; + break; + } + + /* Increase text width by glyph width. */ + line_info -> gx_rich_text_line_info_text_width = (UINT)(line_info -> gx_rich_text_line_info_text_width + (USHORT)glyph_width); + line_info -> gx_rich_text_line_info_text.gx_string_length += glyph_len; + + if ((text.gx_string_ptr[0] == ' ') || (text.gx_string_ptr[0] == ',') || (text.gx_string_ptr[0] == ';')) + { + /* Update line info when encounter word break character. */ + break_info = *line_info; + + if (tail_space_width) + { + break_info.gx_rich_text_line_info_text_width -= (UINT)tail_space_width; + } + } + + /* Increaset next draw text length. */ + text.gx_string_ptr += glyph_len; + text.gx_string_length -= glyph_len; + + escape = GX_FALSE; + } + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_scroll_info_get.c b/common/src/gx_rich_text_view_scroll_info_get.c new file mode 100644 index 00000000..f0d68569 --- /dev/null +++ b/common/src/gx_rich_text_view_scroll_info_get.c @@ -0,0 +1,149 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_window.h" +#include "gx_widget.h" +#include "gx_utility.h" +#include "gx_rich_text_view.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_scroll_info_get PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function gets the rich text view scroll information. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view control block */ +/* style Reserved */ +/* info Pointer to destination for */ +/* scroll info */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_widget_font_get Obtain the font */ +/* _gx_multi_line_text_view_string_total_rows_computer */ +/* Compute the number of rows */ +/* for the text view text */ +/* _gx_utility_rectangle_resize Offset rectangle */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +GX_RECTANGLE client; +GX_VALUE line_height; +INT text_height; +INT value; +INT shift; +GX_FONT *font; + + GX_PARAMETER_NOT_USED(style); + + /* Get font. */ + _gx_widget_font_get((GX_WIDGET *)text_view, text_view -> gx_rich_text_view_fonts.gx_rich_text_fonts_normal_id, &font); + + if (!font) + { + return GX_FAILURE; + } + + if (text_view -> gx_multi_line_text_view_line_index_old) + { + /* Calculate text total height. */ + _gx_rich_text_view_text_total_height_calculate(text_view); + } + + /* Pickup text height. */ + line_height = (GX_VALUE)(font -> gx_font_line_height + text_view -> gx_multi_line_text_view_line_space); + text_height = (INT)text_view -> gx_rich_text_view_text_total_height; + + client = text_view -> gx_window_client; + + if (text_view -> gx_multi_line_text_view_whitespace) + { + /* Offset client bounding box. */ + _gx_utility_rectangle_resize(&client, (GX_VALUE)(-text_view -> gx_multi_line_text_view_whitespace)); + } + + info -> gx_scroll_minimum = client.gx_rectangle_top; + info -> gx_scroll_maximum = info -> gx_scroll_minimum + text_height - 1; + info -> gx_scroll_visible = (GX_VALUE)(client.gx_rectangle_bottom - client.gx_rectangle_top + 1); + + if (text_height < info -> gx_scroll_visible) + { + info -> gx_scroll_maximum = info -> gx_scroll_minimum + info -> gx_scroll_visible - 1; + } + + shift = text_view -> gx_multi_line_text_view_text_scroll_shift; + value = client.gx_rectangle_top - shift; + + if (value < info -> gx_scroll_minimum) + { + value = info -> gx_scroll_minimum; + } + else if (value > info -> gx_scroll_maximum - info -> gx_scroll_visible + 1) + { + value = info -> gx_scroll_maximum - info -> gx_scroll_visible + 1; + } + + shift = client.gx_rectangle_top - value; + + if (shift != text_view -> gx_multi_line_text_view_text_scroll_shift) + { + /* Update shift value. */ + text_view -> gx_multi_line_text_view_text_scroll_shift = shift; + } + + info -> gx_scroll_value = value; + info -> gx_scroll_increment = line_height; + + return GX_SUCCESS; +} + diff --git a/common/src/gx_rich_text_view_tag_enter.c b/common/src/gx_rich_text_view_tag_enter.c new file mode 100644 index 00000000..b6f7592c --- /dev/null +++ b/common/src/gx_rich_text_view_tag_enter.c @@ -0,0 +1,550 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_rich_text_view.h" +#include "gx_utility.h" +#include "gx_system.h" + +/* Define rich text end tags. */ +static GX_CONST GX_CHAR close_tag_bold[] = ""; +static GX_CONST GX_CHAR close_tag_italic[] = ""; +static GX_CONST GX_CHAR close_tag_underline[] = ""; +static GX_CONST GX_CHAR close_tag_font[] = ""; +static GX_CONST GX_CHAR close_tag_color[] = ""; +static GX_CONST GX_CHAR close_tag_hicolor[] = ""; +static GX_CONST GX_CHAR close_tag_align[] = ""; + +/* Define end tag string list. */ +static GX_CONST GX_STRING gx_rich_text_end_tag_list[] = +{ + {close_tag_bold, sizeof(close_tag_bold) - 1}, + {close_tag_italic, sizeof(close_tag_italic) - 1}, + {close_tag_underline, sizeof(close_tag_underline) - 1}, + {close_tag_font, sizeof(close_tag_font) - 1}, + {close_tag_color, sizeof(close_tag_color) - 1}, + {close_tag_hicolor, sizeof(close_tag_hicolor) - 1}, + {close_tag_align, sizeof(close_tag_align) - 1} +}; + +/* Define tag index to access tag list. */ +enum gx_rich_text_tag_index +{ + GX_RICH_TEXT_TAG_INDEX_BOLD = 0, + GX_RICH_TEXT_TAG_INDEX_ITALIC, + GX_RICH_TEXT_TAG_INDEX_UNDERLINE, + GX_RICH_TEXT_TAG_INDEX_FONT, + GX_RICH_TEXT_TAG_INDEX_COLOR, + GX_RICH_TEXT_TAG_INDEX_HICOLOR, + GX_RICH_TEXT_TAG_INDEX_ALIGN +}; + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_resource_id_read PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* Internal helper function to read resource id. */ +/* */ +/* INPUT */ +/* */ +/* text Pointer to rich text */ +/* start_index Start index of the resource */ +/* text */ +/* length Length of the input string */ +/* resource_id Retrieved resource id */ +/* */ +/* OUTPUT */ +/* */ +/* status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* _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) +{ +UINT status = GX_FAILURE; +UINT id = 0; +CHAR ch; + + if (text -> gx_string_length < 2) + { + return status; + } + + ch = text -> gx_string_ptr[0]; + + if ((ch > '9') || (ch < '0')) + { + /* Invalid id. */ + return status; + } + + while (text -> gx_string_length > 0) + { + ch = text -> gx_string_ptr[0]; + + text -> gx_string_ptr++; + text -> gx_string_length--; + + if ((ch <= '9') && (ch >= '0')) + { + /* Read id value. */ + id = id * 10 + (UINT)(ch - '0'); + } + else + { + if (ch == '>') + { + status = GX_SUCCESS; + } + break; + } + } + + if (status == GX_SUCCESS) + { + *resource_id = id; + } + + return status; +} + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_tag_open PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function detects rich text open tag from specified text */ +/* position and updated rich text draw style accordion to tag type. */ +/* */ +/* INPUT */ +/* */ +/* view Rich text view control block */ +/* text Text for processing */ +/* format Current rich text format */ +/* handled_bytes Bytes been processed */ +/* */ +/* OUTPUT */ +/* */ +/* status */ +/* */ +/* CALLS */ +/* */ +/* _gx_utility_string_compare Test if two strings equal */ +/* */ +/* CALLED BY */ +/* */ +/* _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) +{ +UINT status = GX_FAILURE; +GX_STRING string; +GX_STRING tag_string; +GX_UBYTE alignment; +UINT resource_id = 0; +GX_RICH_TEXT_CONTEXT context; +UINT tag_index = 0; + + string = *text; + + context.gx_rich_text_context_format = *format; + + switch (string.gx_string_ptr[1]) + { + case 'b': + /* : bold */ + if (string.gx_string_ptr[2] == '>') + { + string.gx_string_ptr += 3; + string.gx_string_length -= 3; + + format -> gx_rich_text_flags |= GX_RICH_TEXT_BOLD; + if (format -> gx_rich_text_flags & GX_RICH_TEXT_ITALIC) + { + format -> gx_rich_text_font_id = view -> gx_rich_text_view_fonts.gx_rich_text_fonts_bold_italic_id; + } + else + { + format -> gx_rich_text_font_id = view -> gx_rich_text_view_fonts.gx_rich_text_fonts_bold_id; + } + tag_index = GX_RICH_TEXT_TAG_INDEX_BOLD; + status = GX_SUCCESS; + } + break; + + case 'i': + /* : italic */ + if (string.gx_string_ptr[2] == '>') + { + string.gx_string_ptr += 3; + string.gx_string_length -= 3; + + format -> gx_rich_text_flags |= GX_RICH_TEXT_ITALIC; + if (format -> gx_rich_text_flags & GX_RICH_TEXT_BOLD) + { + format -> gx_rich_text_font_id = view -> gx_rich_text_view_fonts.gx_rich_text_fonts_bold_italic_id; + } + else + { + format -> gx_rich_text_font_id = view -> gx_rich_text_view_fonts.gx_rich_text_fonts_italic_id; + } + tag_index = GX_RICH_TEXT_TAG_INDEX_ITALIC; + status = GX_SUCCESS; + } + break; + + case 'u': + /* : underline*/ + if (string.gx_string_ptr[2] == '>') + { + string.gx_string_ptr += 3; + string.gx_string_length -= 3; + + format -> gx_rich_text_flags |= GX_RICH_TEXT_UNDERLINE; + + tag_index = GX_RICH_TEXT_TAG_INDEX_UNDERLINE; + status = GX_SUCCESS; + } + break; + + case 'f': + /* : select font */ + if (string.gx_string_ptr[2] == ' ') + { + string.gx_string_ptr += 3; + string.gx_string_length -= 3; + + /* font id should <= 0xff */ + status = _gx_rich_text_resource_id_read(&string, &resource_id); + + if (status != GX_SUCCESS) + { + return status; + } + + tag_index = GX_RICH_TEXT_TAG_INDEX_FONT; + format -> gx_rich_text_font_id = resource_id; + } + break; + + case 'c': + /* : text color */ + if (string.gx_string_ptr[2] == ' ') + { + string.gx_string_ptr += 3; + string.gx_string_length -= 3; + + status = _gx_rich_text_resource_id_read(&string, &resource_id); + + if (status != GX_SUCCESS) + { + return status; + } + + tag_index = GX_RICH_TEXT_TAG_INDEX_COLOR; + format -> gx_rich_text_color = resource_id; + } + break; + + case 'h': + /* : highlight color */ + if (string.gx_string_length > 3) + { + if (string.gx_string_ptr[2] == 'c' && string.gx_string_ptr[3] == ' ') + { + string.gx_string_ptr += 4; + string.gx_string_length -= 4; + status = _gx_rich_text_resource_id_read(&string, &resource_id); + + if (status != GX_SUCCESS) + { + return status; + } + + tag_index = GX_RICH_TEXT_TAG_INDEX_HICOLOR; + format -> gx_rich_text_highlight_color = resource_id; + } + } + break; + + case 'a': + /* : alignment */ + tag_string.gx_string_ptr = "lign "; + tag_string.gx_string_length = sizeof("lign ") - 1; + + string.gx_string_ptr += 2; + string.gx_string_length -= 2; + + if (tag_string.gx_string_length <= string.gx_string_length) + { + if (_gx_utility_string_compare(&string, &tag_string, tag_string.gx_string_length) == GX_TRUE) + { + string.gx_string_ptr += tag_string.gx_string_length; + string.gx_string_length -= tag_string.gx_string_length; + + switch (string.gx_string_ptr[0]) + { + case 'c': + tag_string.gx_string_ptr = "enter>"; + tag_string.gx_string_length = sizeof("enter>") - 1; + alignment = GX_RICH_TEXT_CENTER; + break; + + case 'r': + tag_string.gx_string_ptr = "ight>"; + tag_string.gx_string_length = sizeof("ight>") - 1; + alignment = GX_RICH_TEXT_RIGHT; + break; + + case 'l': + tag_string.gx_string_ptr = "eft>"; + tag_string.gx_string_length = sizeof("eft>") - 1; + alignment = GX_RICH_TEXT_LEFT; + break; + + default: + return GX_FAILURE; + } + + string.gx_string_ptr++; + string.gx_string_length--; + + if (tag_string.gx_string_length <= string.gx_string_length) + { + if (_gx_utility_string_compare(&string, &tag_string, tag_string.gx_string_length) == GX_TRUE) + { + format -> gx_rich_text_flags &= (GX_UBYTE)(~GX_RICH_TEXT_ALIGN_MASK); + format -> gx_rich_text_flags |= alignment; + string.gx_string_length -= tag_string.gx_string_length; + + tag_index = GX_RICH_TEXT_TAG_INDEX_ALIGN; + status = GX_SUCCESS; + } + } + } + } + break; + + default: + return GX_FAILURE; + } + + if (status == GX_SUCCESS) + { + context.gx_rich_text_context_tag = &gx_rich_text_end_tag_list[tag_index]; + + /* Push draw style to stack. */ + status = _gx_rich_text_view_context_push(&context); + } + + if (status == GX_SUCCESS) + { + *handled_bytes = (GX_UBYTE)(text -> gx_string_length - string.gx_string_length); + } + + return status; +} + + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_tag_close PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function detects rich text close tag from specified text */ +/* position and updated rich text draw style accordion to tag type. */ +/* */ +/* INPUT */ +/* */ +/* text Text for processing */ +/* format Current rich text format */ +/* handled_bytes Bytes been processed */ +/* */ +/* OUTPUT */ +/* */ +/* status */ +/* */ +/* CALLS */ +/* */ +/* _gx_utility_string_compare Test if two strings equal */ +/* */ +/* CALLED BY */ +/* */ +/* _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) +{ +UINT status = GX_FAILURE; +GX_RICH_TEXT_CONTEXT context; +GX_CONST GX_STRING *tag; + + /* Peek tag in top of the stack. */ + status = _gx_rich_text_view_context_peek(&context); + + if (status == GX_SUCCESS) + { + tag = context.gx_rich_text_context_tag; + + /* Test if we meet the end tag in stack top. */ + if (_gx_utility_string_compare(text, tag, tag -> gx_string_length) == GX_TRUE) + { + /* Yes, it's time to pop the style. */ + _gx_rich_text_view_context_pop(); + *format = context.gx_rich_text_context_format; + *handled_bytes = (GX_UBYTE)tag -> gx_string_length; + } + else + { + status = GX_FAILURE; + } + } + + return status; +} + + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_tag_enter PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function detects rich text tag from specified text position, */ +/* and updated rich text draw style accordion to tag type. */ +/* */ +/* INPUT */ +/* */ +/* view Rich text view control block */ +/* text Text for processing */ +/* format Current rich text format */ +/* handled_bytes Bytes been processed */ +/* */ +/* OUTPUT */ +/* */ +/* status */ +/* */ +/* CALLS */ +/* */ +/* _gx_rich_text_view_tag_open Process open tag */ +/* _gx_rich_text_view_tag_close Prpcess close tag */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ + + if (text -> gx_string_ptr[0] != '<') + { + /* Tag must start with '<'. */ + return GX_FAILURE; + } + + if (text -> gx_string_length < 3) + { + /* Tag contains at least 3 character: , , . */ + return GX_FAILURE; + } + + if (text -> gx_string_ptr[1] == '/') + { + if (text -> gx_string_length < 4) + { + /* Close tag contains at least 4 character: . */ + return GX_FAILURE; + } + + return _gx_rich_text_view_tag_close(text, format, handled_bytes); + } + else + { + return _gx_rich_text_view_tag_open(view, text, format, handled_bytes); + } +} + diff --git a/common/src/gx_rich_text_view_text_draw.c b/common/src/gx_rich_text_view_text_draw.c new file mode 100644 index 00000000..7d6a15c9 --- /dev/null +++ b/common/src/gx_rich_text_view_text_draw.c @@ -0,0 +1,450 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_canvas.h" +#include "gx_rich_text_view.h" +#include "gx_window.h" +#include "gx_utility.h" +#include "gx_widget.h" +#include "gx_context.h" +#include "gx_scrollbar.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_single_line_draw PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function draws a single line text for a rich text view widget. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view control block */ +/* ypos Draw start y position */ +/* line_info Text information for drawing */ +/* */ +/* OUTPUT */ +/* */ +/* None */ +/* */ +/* CALLS */ +/* */ +/* _gx_rich_text_view_tag_enter Detect rich text enter tag */ +/* _gx_system_rich_text_format_pop Pop rich text format */ +/* _gx_system_rich_text_format_push Push rich text format */ +/* _gx_widget_font_get Retrieve font by font id */ +/* _gx_system_string_width_get Get string width */ +/* _gx_canvas_text_draw Draw text */ +/* _gx_canvas_line_draw Draw line */ +/* */ +/* CALLED BY */ +/* */ +/* _gx_rich_text_view_draw */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +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) +{ +GX_STRING text = line_info -> gx_rich_text_line_info_text; +GX_STRING draw_text; +GX_UBYTE processed_count; +GX_FONT *font; +GX_BOOL draw_start = GX_FALSE; +GX_VALUE text_width; +GX_VALUE xpos; +GX_VALUE y; +GX_RICH_TEXT_FORMAT start_format; +GX_RICH_TEXT_FORMAT format = line_info -> gx_rich_text_line_info_start_format; +GX_RECTANGLE client = text_view -> gx_window_client; +GX_VALUE client_width; +GX_RECTANGLE draw_area; +GX_BOOL escape = GX_FALSE; + + /* Offset client area by the size of whitespace. */ + _gx_utility_rectangle_resize(&client, (GX_VALUE)(-text_view -> gx_multi_line_text_view_whitespace)); + + /* Calculate client width. */ + client_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left); + + /* Process proceding styles. */ + while (text.gx_string_ptr[0] == '<') + { + if ((_gx_rich_text_view_tag_enter(text_view, &text, &format, &processed_count) == GX_SUCCESS)) + { + text.gx_string_ptr += processed_count; + text.gx_string_length -= processed_count; + } + else + { + break; + } + } + + start_format = format; + + /* Calculate draw start x coordinate. */ + switch (format.gx_rich_text_flags & GX_RICH_TEXT_ALIGN_MASK) + { + case GX_RICH_TEXT_RIGHT: + xpos = (GX_VALUE)(client.gx_rectangle_right - 1); + xpos = (GX_VALUE)(xpos - (INT)line_info -> gx_rich_text_line_info_text_width); + break; + + case GX_RICH_TEXT_CENTER: + xpos = (GX_VALUE)((client_width - (INT)line_info -> gx_rich_text_line_info_text_width) / 2); + xpos = (GX_VALUE)(xpos + client.gx_rectangle_left); + break; + + case GX_RICH_TEXT_LEFT: + default: + xpos = (GX_VALUE)(client.gx_rectangle_left + 1); + break; + } + + draw_text.gx_string_ptr = text.gx_string_ptr; + draw_text.gx_string_length = 0; + + /* Calculate the total rows of text view string. */ + while (text.gx_string_length > 0) + { + processed_count = 1; + + if ((!escape) && (text.gx_string_ptr[0] == '\\')) + { + escape = GX_TRUE; + + if (draw_text.gx_string_length == 0) + { + draw_text.gx_string_ptr++; + } + else + { + draw_start = GX_TRUE; + } + } + else + { + /* Test tags. */ + if ((!escape) && + (text.gx_string_ptr[0] == '<') && + (_gx_rich_text_view_tag_enter(text_view, &text, &format, &processed_count) == GX_SUCCESS)) + { + if (draw_text.gx_string_length == 0) + { + /* Skip tags. */ + draw_text.gx_string_ptr += processed_count; + + /* Set text draw style to current draw style. */ + start_format = format; + } + else + { + /* Draw text before current tag. */ + draw_start = GX_TRUE; + } + } + else + { + draw_text.gx_string_length += processed_count; + } + + escape = GX_FALSE; + } + + text.gx_string_ptr += processed_count; + text.gx_string_length -= processed_count; + + /* If we come the the last character, or draw_text falg is true, process drawing. */ + if ((text.gx_string_length == 0) || draw_start) + { + /* Pick up text font. */ + _gx_context_font_get(start_format.gx_rich_text_font_id, &font); + + if (!font) + { + return; + } + + /* Pict up text width. */ + _gx_system_string_width_get_ext(font, &draw_text, &text_width); + + /* Set text color. */ + _gx_context_line_color_set(start_format.gx_rich_text_color); + + /* Set font. */ + _gx_context_font_set(start_format.gx_rich_text_font_id); + + if (start_format.gx_rich_text_highlight_color != text_view -> gx_widget_normal_fill_color) + { + _gx_context_brush_width_set(0); + + /* Draw highlight background. */ + _gx_context_fill_color_set(start_format.gx_rich_text_highlight_color); + + draw_area.gx_rectangle_left = (GX_VALUE)xpos; + draw_area.gx_rectangle_right = (GX_VALUE)(xpos + text_width - 1); + draw_area.gx_rectangle_top = (GX_VALUE)(ypos - (text_view -> gx_multi_line_text_view_line_space >> 1)); + draw_area.gx_rectangle_bottom = (GX_VALUE)(draw_area.gx_rectangle_top + line_info -> gx_rich_text_line_info_line_height - 1); + + _gx_canvas_rectangle_draw(&draw_area); + } + + y = (GX_VALUE)(ypos + line_info -> gx_rich_text_line_info_baseline - font -> gx_font_baseline); + + /* Draw text. */ + _gx_canvas_text_draw_ext(xpos, y, &draw_text); + + /* Test italic flag is valid. */ + if (start_format.gx_rich_text_flags & GX_RICH_TEXT_UNDERLINE) + { + y = (GX_VALUE)(ypos + line_info -> gx_rich_text_line_info_baseline + 1); + + _gx_context_brush_width_set(1); + + /* Draw underline. */ + _gx_canvas_line_draw(xpos, y, (GX_VALUE)(xpos + text_width - 1), y); + } + + /* Advance draw start x position by text width. */ + xpos = (GX_VALUE)(xpos + text_width); + + draw_text.gx_string_ptr = text.gx_string_ptr; + draw_text.gx_string_length = 0; + + /* Set draw text flag to false. */ + draw_start = GX_FALSE; + start_format = format; + } + } + + line_info -> gx_rich_text_line_info_end_format = format; +} + + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_text_draw PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function draws text for a rich text view widget. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view control block */ +/* */ +/* OUTPUT */ +/* */ +/* None */ +/* */ +/* CALLS */ +/* */ +/* _gx_window_scrollbar_find Find scroll bar for specified */ +/* window. */ +/* _gx_rich_text_view_text_total_height_calculate */ +/* Calculate text total height */ +/* _gx_scrollbar_reset Reset scrollbar */ +/* _gx_utility_rectangle_resize Resize rectangle */ +/* _gx_widget_string_get_ext Retrieve text by id */ +/* _gx_widget_font_get Retireve font by id */ +/* _gx_system_private_string_get Retreive string pointer */ +/* _gx_system_rich_text_format_stack_clear */ +/* Clear rich text format stack */ +/* _gx_system_rich_text_format_stack_switch */ +/* Switch rich text format stack */ +/* _gx_rich_text_view_line_info_get Get one line text for drawing */ +/* _gx_rich_text_view_single_line_text_draw */ +/* Draw a single line */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +GX_STRING text; +GX_FONT *font; +GX_SCROLLBAR *scroll; +GX_RICH_TEXT_LINE_INFO line_info; +GX_RICH_TEXT_FORMAT format; +GX_VALUE client_width; +GX_RECTANGLE client; +GX_VALUE ypos; +GX_CANVAS *canvas; +GX_RECTANGLE draw_area; + + if (!text_view -> gx_multi_line_text_view_text.gx_string_length) + { + /* Nothing to draw. */ + return; + } + + if (text_view -> gx_multi_line_text_view_line_index_old) + { + + /* Rich text layout changes, we might need to reset scrollbar. */ + _gx_window_scrollbar_find((GX_WINDOW *)text_view, GX_TYPE_VERTICAL_SCROLL, &scroll); + + if (scroll) + { + /* Update rich text view text total height. */ + _gx_rich_text_view_text_total_height_calculate(text_view); + + /* Reset scrollbar. */ + _gx_scrollbar_reset(scroll, GX_NULL); + } + } + + /* Pick up client retangle. */ + client = text_view -> gx_window_client; + + /* Offset client area by the size of whitespace. */ + _gx_utility_rectangle_resize(&client, (GX_VALUE)(-text_view -> gx_multi_line_text_view_whitespace)); + + /* Calculate text display width. */ + client_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left - 1); + + /* Set default draw style. */ + format.gx_rich_text_color = text_view -> gx_multi_line_text_view_normal_text_color; + format.gx_rich_text_highlight_color = text_view -> gx_widget_normal_fill_color; + format.gx_rich_text_font_id = text_view -> gx_rich_text_view_fonts.gx_rich_text_fonts_normal_id; + format.gx_rich_text_flags = 0; + + switch (text_view -> gx_widget_style & GX_STYLE_TEXT_ALIGNMENT_MASK) + { + case GX_STYLE_TEXT_CENTER: + format.gx_rich_text_flags |= GX_RICH_TEXT_CENTER; + break; + + case GX_STYLE_TEXT_RIGHT: + format.gx_rich_text_flags |= GX_RICH_TEXT_RIGHT; + break; + + default: + /* Do nothing. */ + break; + } + + /* Pick up text for drawing. */ + if (text_view -> gx_multi_line_text_view_text_id) + { + _gx_widget_string_get_ext((GX_WIDGET *)text_view, text_view -> gx_multi_line_text_view_text_id, &text); + } + else + { + _gx_system_private_string_get(&text_view -> gx_multi_line_text_view_text, &text, text_view -> gx_widget_style); + } + + ypos = client.gx_rectangle_top; + ypos = (GX_VALUE)(ypos + text_view -> gx_multi_line_text_view_text_scroll_shift); + ypos = (GX_VALUE)(ypos + (text_view -> gx_multi_line_text_view_line_space >> 1)); + + /* pick up current canvas */ + canvas = _gx_system_current_draw_context -> gx_draw_context_canvas; + + _gx_utility_rectangle_overlap_detect(&_gx_system_current_draw_context -> gx_draw_context_dirty, &client, &draw_area); + _gx_canvas_drawing_initiate(canvas, (GX_WIDGET *)text_view, &draw_area); + + /* Calculate the total rows of text view string. */ + while (text.gx_string_length > 0) + { + /* Pickup draw font. */ + _gx_widget_font_get((GX_WIDGET *)text_view, format.gx_rich_text_font_id, &font); + + if (!font) + { + break; + } + + line_info.gx_rich_text_line_info_text.gx_string_ptr = text.gx_string_ptr; + line_info.gx_rich_text_line_info_text.gx_string_length = 0; + line_info.gx_rich_text_line_info_start_format = format; + line_info.gx_rich_text_line_info_end_format = format; + line_info.gx_rich_text_line_info_line_height = font -> gx_font_line_height; + line_info.gx_rich_text_line_info_baseline = font -> gx_font_baseline; + line_info.gx_rich_text_line_info_text_width = 0; + + _gx_rich_text_view_context_save(); + + if (_gx_rich_text_view_line_info_get(text_view, text, &line_info, client_width) != GX_SUCCESS) + { + break; + } + + format = line_info.gx_rich_text_line_info_end_format; + + /* Draw text. */ + if ((GX_VALUE)(ypos + line_info.gx_rich_text_line_info_line_height) > client.gx_rectangle_top) + { + if ((GX_VALUE)(ypos) < client.gx_rectangle_bottom) + { + _gx_rich_text_view_context_restore(); + _gx_rich_text_view_single_line_draw(text_view, ypos, &line_info); + } + else + { + break; + } + } + + ypos = (GX_VALUE)(ypos + line_info.gx_rich_text_line_info_line_height); + ypos = (GX_VALUE)(ypos + text_view -> gx_multi_line_text_view_line_space); + + text.gx_string_ptr += line_info.gx_rich_text_line_info_text.gx_string_length; + text.gx_string_length -= line_info.gx_rich_text_line_info_text.gx_string_length; + } + _gx_canvas_drawing_complete(canvas, GX_FALSE); + + _gx_rich_text_view_context_reset(); +} + 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 new file mode 100644 index 00000000..86220c7e --- /dev/null +++ b/common/src/gx_rich_text_view_text_total_height_calculate.c @@ -0,0 +1,152 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_widget.h" +#include "gx_system.h" +#include "gx_window.h" +#include "gx_rich_text_view.h" +#include "gx_utility.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_rich_text_view_text_total_height_calculate PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function calculates rich text view text total height. */ +/* */ +/* INPUT */ +/* */ +/* text_view Multi line text view */ +/* control block */ +/* OUTPUT */ +/* */ +/* None */ +/* */ +/* CALLS */ +/* */ +/* _gx_utility_rectangle_resize Resize rectangle */ +/* _gx_widget_string_get_ext Detect and process rich text */ +/* tag */ +/* _gx_widget_font_get Retrieve font by id */ +/* _gx_utility_utf8_string_character_get Retrieve glyph length */ +/* _gx_system_string_width_get Get string width */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +GX_STRING text; +GX_FONT *font; +GX_RICH_TEXT_LINE_INFO line_info; +GX_RICH_TEXT_FORMAT format; +GX_VALUE client_width; +GX_RECTANGLE client; +INT total_height = 0; + + if (!text_view -> gx_multi_line_text_view_text.gx_string_length) + { + text_view -> gx_rich_text_view_text_total_height = 0; + text_view -> gx_multi_line_text_view_line_index_old = GX_FALSE; + return GX_SUCCESS; + } + + /* Pick up client retangle. */ + client = text_view -> gx_window_client; + + /* Offset client area by the size of whitespace. */ + _gx_utility_rectangle_resize(&client, (GX_VALUE)(-text_view -> gx_multi_line_text_view_whitespace)); + + /* Calculate text display width. */ + client_width = (GX_VALUE)(client.gx_rectangle_right - client.gx_rectangle_left - 1); + + /* Set default draw style. */ + format.gx_rich_text_font_id = text_view -> gx_rich_text_view_fonts.gx_rich_text_fonts_normal_id; + format.gx_rich_text_flags = 0; + + /* Pick up text for drawing. */ + if (text_view -> gx_multi_line_text_view_text_id) + { + _gx_widget_string_get_ext((GX_WIDGET *)text_view, text_view -> gx_multi_line_text_view_text_id, &text); + } + else + { + _gx_system_private_string_get(&text_view -> gx_multi_line_text_view_text, &text, text_view -> gx_widget_style); + } + + /* Calculate the total rows of text view string. */ + while (text.gx_string_length > 0) + { + /* Pickup draw font. */ + _gx_widget_font_get((GX_WIDGET *)text_view, format.gx_rich_text_font_id, &font); + + if (!font) + { + return GX_INVALID_FONT; + } + + line_info.gx_rich_text_line_info_text.gx_string_ptr = text.gx_string_ptr; + line_info.gx_rich_text_line_info_text.gx_string_length = 0; + line_info.gx_rich_text_line_info_start_format = format; + line_info.gx_rich_text_line_info_end_format = format; + line_info.gx_rich_text_line_info_line_height = font -> gx_font_line_height; + line_info.gx_rich_text_line_info_text_width = 0; + + _gx_rich_text_view_line_info_get(text_view, text, &line_info, client_width); + + total_height += line_info.gx_rich_text_line_info_line_height; + total_height += text_view -> gx_multi_line_text_view_line_space; + + format = line_info.gx_rich_text_line_info_end_format; + + + text.gx_string_ptr += line_info.gx_rich_text_line_info_text.gx_string_length; + text.gx_string_length -= line_info.gx_rich_text_line_info_text.gx_string_length; + } + + _gx_rich_text_view_context_reset(); + + text_view -> gx_rich_text_view_text_total_height = (UINT)total_height; + text_view -> gx_multi_line_text_view_line_index_old = GX_FALSE; + return GX_SUCCESS; +} + diff --git a/common/src/gx_screen_stack_create.c b/common/src/gx_screen_stack_create.c index 4b16a587..20bc67df 100644 --- a/common/src/gx_screen_stack_create.c +++ b/common/src/gx_screen_stack_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_screen_stack_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ceb4e3e6..d05ae3f1 100644 --- a/common/src/gx_screen_stack_pop.c +++ b/common/src/gx_screen_stack_pop.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_screen_stack_pop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7b58f472..c7aea830 100644 --- a/common/src/gx_screen_stack_push.c +++ b/common/src/gx_screen_stack_push.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_screen_stack_push PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5a3b1594..e0f80bbb 100644 --- a/common/src/gx_screen_stack_reset.c +++ b/common/src/gx_screen_stack_reset.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_screen_stack_reset PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9d7c47f3..cb3ca70e 100644 --- a/common/src/gx_scroll_thumb_create.c +++ b/common/src/gx_scroll_thumb_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_thumb_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_scroll_thumb_draw.c b/common/src/gx_scroll_thumb_draw.c index b27680d4..d34fc3f3 100644 --- a/common/src/gx_scroll_thumb_draw.c +++ b/common/src/gx_scroll_thumb_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_thumb_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 f1bd1308..c7ebec9e 100644 --- a/common/src/gx_scroll_thumb_event_process.c +++ b/common/src/gx_scroll_thumb_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_thumb_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c3a12de0..6e07b0bf 100644 --- a/common/src/gx_scroll_thumb_shift_limit.c +++ b/common/src/gx_scroll_thumb_shift_limit.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_thumb_shift_limit PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 5d40d923..2a6d1872 100644 --- a/common/src/gx_scroll_wheel_create.c +++ b/common/src/gx_scroll_wheel_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_scroll_wheel_event_process.c b/common/src/gx_scroll_wheel_event_process.c index 05a8191b..da725e48 100644 --- a/common/src/gx_scroll_wheel_event_process.c +++ b/common/src/gx_scroll_wheel_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_timer_event_handler PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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_timer_event_handler(GX_SCROLL_WHEEL *wheel, UINT timer_id) @@ -182,7 +184,7 @@ GX_BOOL generate_event = GX_FALSE; break; } - if (wheel->gx_widget_id && generate_event) + if (wheel -> gx_widget_id && generate_event) { _gx_widget_event_generate((GX_WIDGET *)wheel, GX_EVENT_LIST_SELECT, wheel -> gx_scroll_wheel_selected_row); } @@ -195,7 +197,7 @@ GX_BOOL generate_event = GX_FALSE; /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_flick_event_handler PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -228,6 +230,8 @@ GX_BOOL generate_event = GX_FALSE; /* DATE 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) @@ -331,7 +335,7 @@ INT speed; /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_pen_up_event_handler PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -366,6 +370,8 @@ INT speed; /* DATE 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_pen_up_event_handler(GX_SCROLL_WHEEL *wheel) @@ -403,7 +409,7 @@ GX_RECTANGLE dirty; /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -446,6 +452,8 @@ GX_RECTANGLE dirty; /* DATE NAME DESCRIPTION */ /* */ /* 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_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 10e386cf..09c952e4 100644 --- a/common/src/gx_scroll_wheel_gradient_alpha_set.c +++ b/common/src/gx_scroll_wheel_gradient_alpha_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_gradient_alpha_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 08316883..c271a953 100644 --- a/common/src/gx_scroll_wheel_gradient_create.c +++ b/common/src/gx_scroll_wheel_gradient_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_gradient_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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_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 50d15578..aa104036 100644 --- a/common/src/gx_scroll_wheel_row_height_set.c +++ b/common/src/gx_scroll_wheel_row_height_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_row_height_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 63e3c3e8..8765219e 100644 --- a/common/src/gx_scroll_wheel_scroll.c +++ b/common/src/gx_scroll_wheel_scroll.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 077a488b..337be4d6 100644 --- a/common/src/gx_scroll_wheel_selected_background_set.c +++ b/common/src/gx_scroll_wheel_selected_background_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_selected_background_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 657a24cc..a36bce09 100644 --- a/common/src/gx_scroll_wheel_selected_get.c +++ b/common/src/gx_scroll_wheel_selected_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_selected_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c32a3202..4848e3a2 100644 --- a/common/src/gx_scroll_wheel_selected_row_calculate.c +++ b/common/src/gx_scroll_wheel_selected_row_calculate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_selected_row_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 ad97b9be..d569d9b7 100644 --- a/common/src/gx_scroll_wheel_selected_set.c +++ b/common/src/gx_scroll_wheel_selected_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 50813db0..d14c8f3d 100644 --- a/common/src/gx_scroll_wheel_speed_set.c +++ b/common/src/gx_scroll_wheel_speed_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_speed_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_scroll_wheel_total_rows_set.c b/common/src/gx_scroll_wheel_total_rows_set.c index cc584eb7..d2c60ef1 100644 --- a/common/src/gx_scroll_wheel_total_rows_set.c +++ b/common/src/gx_scroll_wheel_total_rows_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scroll_wheel_total_rows_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_scrollbar_draw.c b/common/src/gx_scrollbar_draw.c index 42f857b7..708d6832 100644 --- a/common/src/gx_scrollbar_draw.c +++ b/common/src/gx_scrollbar_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE 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_draw(GX_SCROLLBAR *scrollbar) diff --git a/common/src/gx_scrollbar_event_process.c b/common/src/gx_scrollbar_event_process.c index 1342c100..8bf58b1d 100644 --- a/common/src/gx_scrollbar_event_process.c +++ b/common/src/gx_scrollbar_event_process.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -87,6 +87,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6d55f19e..e8665934 100644 --- a/common/src/gx_scrollbar_limit_check.c +++ b/common/src/gx_scrollbar_limit_check.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_limit_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 00ba9b19..80113ca1 100644 --- a/common/src/gx_scrollbar_reset.c +++ b/common/src/gx_scrollbar_reset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_reset PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c33d09a0..2653b472 100644 --- a/common/src/gx_scrollbar_size_update.c +++ b/common/src/gx_scrollbar_size_update.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_size_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 81cc3797..fb4724a3 100644 --- a/common/src/gx_scrollbar_thumb_position_calculate.c +++ b/common/src/gx_scrollbar_thumb_position_calculate.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_thumb_position_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 84a643f5..132cd81a 100644 --- a/common/src/gx_scrollbar_value_calculate.c +++ b/common/src/gx_scrollbar_value_calculate.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_value_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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 b3690496..a3ee09e0 100644 --- a/common/src/gx_scrollbar_value_set.c +++ b/common/src/gx_scrollbar_value_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_scrollbar_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6bac3752..7de9da3b 100644 --- a/common/src/gx_single_line_text_input_backspace.c +++ b/common/src/gx_single_line_text_input_backspace.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_backspace PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d46caf66..77c20bcc 100644 --- a/common/src/gx_single_line_text_input_buffer_clear.c +++ b/common/src/gx_single_line_text_input_buffer_clear.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_buffer_clear PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e0e18433..a3d07aa6 100644 --- a/common/src/gx_single_line_text_input_buffer_get.c +++ b/common/src/gx_single_line_text_input_buffer_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* gx_single_line_text_input_buffer_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 67064409..56bac056 100644 --- a/common/src/gx_single_line_text_input_character_delete.c +++ b/common/src/gx_single_line_text_input_character_delete.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_character_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b6424978..49344758 100644 --- a/common/src/gx_single_line_text_input_character_insert.c +++ b/common/src/gx_single_line_text_input_character_insert.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_character_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ea18355f..944098a7 100644 --- a/common/src/gx_single_line_text_input_copy.c +++ b/common/src/gx_single_line_text_input_copy.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_copy PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e06f6105..cb4d2a23 100644 --- a/common/src/gx_single_line_text_input_create.c +++ b/common/src/gx_single_line_text_input_create.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_SINGLE_LINE_TEXT_INPUT *text_input, diff --git a/common/src/gx_single_line_text_input_cut.c b/common/src/gx_single_line_text_input_cut.c index 396a3173..7b523fe3 100644 --- a/common/src/gx_single_line_text_input_cut.c +++ b/common/src/gx_single_line_text_input_cut.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_cut PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 53596524..628b12a2 100644 --- a/common/src/gx_single_line_text_input_draw.c +++ b/common/src/gx_single_line_text_input_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -90,6 +90,8 @@ /* DATE 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 579ba85c..6ad34f0c 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 @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_draw_position_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3c5f215e..6d3b5b3e 100644 --- a/common/src/gx_single_line_text_input_end.c +++ b/common/src/gx_single_line_text_input_end.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_end PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 217cb6d0..61202b2b 100644 --- a/common/src/gx_single_line_text_input_event_process.c +++ b/common/src/gx_single_line_text_input_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_pen_down_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE 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) @@ -111,7 +113,7 @@ UINT end_mark = text_input -> gx_single_line_text_input_end_mark; /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_pen_drag_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -153,6 +155,8 @@ UINT end_mark = text_input -> gx_single_line_text_input_end_mark; /* DATE 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) @@ -234,7 +238,7 @@ GX_VALUE click_x; /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -284,6 +288,8 @@ GX_VALUE click_x; /* DATE NAME DESCRIPTION */ /* */ /* 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_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 c12bd50c..57e4af40 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_single_line_text_input_home.c b/common/src/gx_single_line_text_input_home.c index 998031b4..bbb81d24 100644 --- a/common/src/gx_single_line_text_input_home.c +++ b/common/src/gx_single_line_text_input_home.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_home PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a36c82f7..cb00b7a7 100644 --- a/common/src/gx_single_line_text_input_keydown_process.c +++ b/common/src/gx_single_line_text_input_keydown_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_keydown_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,8 @@ /* DATE 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 5066c182..626997ef 100644 --- a/common/src/gx_single_line_text_input_left_arrow.c +++ b/common/src/gx_single_line_text_input_left_arrow.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_left_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -81,6 +81,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 abec3bde..ff109077 100644 --- a/common/src/gx_single_line_text_input_mark_end.c +++ b/common/src/gx_single_line_text_input_mark_end.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_mark_end PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a7b917e5..8e56693e 100644 --- a/common/src/gx_single_line_text_input_mark_home.c +++ b/common/src/gx_single_line_text_input_mark_home.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_mark_home PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4fb7d67c..3e8b5a06 100644 --- a/common/src/gx_single_line_text_input_mark_next.c +++ b/common/src/gx_single_line_text_input_mark_next.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_mark_next PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 64e9657d..d9e1b797 100644 --- a/common/src/gx_single_line_text_input_mark_previous.c +++ b/common/src/gx_single_line_text_input_mark_previous.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_mark_previous PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a8b81b99..78ac9e4f 100644 --- a/common/src/gx_single_line_text_input_paste.c +++ b/common/src/gx_single_line_text_input_paste.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_paste PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 15b7b779..cb289a5e 100644 --- a/common/src/gx_single_line_text_input_position_get.c +++ b/common/src/gx_single_line_text_input_position_get.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_position_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 2ca8c51b..c9d56fa7 100644 --- a/common/src/gx_single_line_text_input_position_update.c +++ b/common/src/gx_single_line_text_input_position_update.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_position_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d6ae567b..69919db7 100644 --- a/common/src/gx_single_line_text_input_right_arrow.c +++ b/common/src/gx_single_line_text_input_right_arrow.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_right_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e8f78612..9202626e 100644 --- a/common/src/gx_single_line_text_input_style_add.c +++ b/common/src/gx_single_line_text_input_style_add.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_style_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4d041b30..9f60ce3b 100644 --- a/common/src/gx_single_line_text_input_style_remove.c +++ b/common/src/gx_single_line_text_input_style_remove.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_style_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 88f0f5ff..8be5c1ea 100644 --- a/common/src/gx_single_line_text_input_style_set.c +++ b/common/src/gx_single_line_text_input_style_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1b367e9e..6416fecd 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 280a7d39..786bb5e2 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 @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_text_rectangle_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 10663a34..7d9c5044 100644 --- a/common/src/gx_single_line_text_input_text_select.c +++ b/common/src/gx_single_line_text_input_text_select.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_text_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f092b852..eb86a358 100644 --- a/common/src/gx_single_line_text_input_text_set.c +++ b/common/src/gx_single_line_text_input_text_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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) @@ -102,7 +104,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_single_line_text_input_text_set_ext PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -140,8 +142,8 @@ GX_STRING string; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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 79491e8f..08f2e42f 100644 --- a/common/src/gx_slider_create.c +++ b/common/src/gx_slider_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_slider_draw.c b/common/src/gx_slider_draw.c index 621752c4..457390ae 100644 --- a/common/src/gx_slider_draw.c +++ b/common/src/gx_slider_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 5ff77c3a..a734ba93 100644 --- a/common/src/gx_slider_event_process.c +++ b/common/src/gx_slider_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d388b0dd..57ef6cf5 100644 --- a/common/src/gx_slider_info_set.c +++ b/common/src/gx_slider_info_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e42bba72..1e93d3d8 100644 --- a/common/src/gx_slider_needle_draw.c +++ b/common/src/gx_slider_needle_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_needle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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 90da8b09..1f6e99cb 100644 --- a/common/src/gx_slider_needle_position_get.c +++ b/common/src/gx_slider_needle_position_get.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_needle_position_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 82583ecb..33a1598f 100644 --- a/common/src/gx_slider_tickmarks_draw.c +++ b/common/src/gx_slider_tickmarks_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_tickmarks_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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 2faca0e6..54a6e23a 100644 --- a/common/src/gx_slider_travel_get.c +++ b/common/src/gx_slider_travel_get.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_travel_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 956b338c..502a0d4f 100644 --- a/common/src/gx_slider_value_calculate.c +++ b/common/src/gx_slider_value_calculate.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_value_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 83e2e729..363a67ea 100644 --- a/common/src/gx_slider_value_set.c +++ b/common/src/gx_slider_value_set.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_slider_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 794fc67d..ab73808c 100644 --- a/common/src/gx_sprite_create.c +++ b/common/src/gx_sprite_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_sprite_current_frame_set.c b/common/src/gx_sprite_current_frame_set.c index e3172710..494428ac 100644 --- a/common/src/gx_sprite_current_frame_set.c +++ b/common/src/gx_sprite_current_frame_set.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_current_frame_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c347bfcb..4d69c30a 100644 --- a/common/src/gx_sprite_draw.c +++ b/common/src/gx_sprite_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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_sprite_draw(GX_SPRITE *sprite) diff --git a/common/src/gx_sprite_event_process.c b/common/src/gx_sprite_event_process.c index ed7a5e79..078ddccc 100644 --- a/common/src/gx_sprite_event_process.c +++ b/common/src/gx_sprite_event_process.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8768f502..65cee4c4 100644 --- a/common/src/gx_sprite_frame_list_set.c +++ b/common/src/gx_sprite_frame_list_set.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_frame_list_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 fd06a8ae..c09d6c08 100644 --- a/common/src/gx_sprite_start.c +++ b/common/src/gx_sprite_start.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d44ad926..987c1e15 100644 --- a/common/src/gx_sprite_stop.c +++ b/common/src/gx_sprite_stop.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_stop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c16fbef1..0f113e29 100644 --- a/common/src/gx_sprite_update.c +++ b/common/src/gx_sprite_update.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_sprite_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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_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 17968a95..9638fb8e 100644 --- a/common/src/gx_string_scroll_wheel_create.c +++ b/common/src/gx_string_scroll_wheel_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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) @@ -100,7 +102,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_create_ext PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -141,9 +143,9 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* set new event process, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_string_scroll_wheel_create_ext(GX_STRING_SCROLL_WHEEL *wheel, diff --git a/common/src/gx_string_scroll_wheel_event_process.c b/common/src/gx_string_scroll_wheel_event_process.c index 0bdb6d35..1839d158 100644 --- a/common/src/gx_string_scroll_wheel_event_process.c +++ b/common/src/gx_string_scroll_wheel_event_process.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,7 +66,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 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) @@ -107,6 +107,6 @@ UINT _gx_string_scroll_wheel_event_process(GX_STRING_SCROLL_WHEEL *wheel, GX_EVE break; } - return _gx_scroll_wheel_event_process((GX_SCROLL_WHEEL*)wheel, event_ptr);; + return _gx_text_scroll_wheel_event_process((GX_TEXT_SCROLL_WHEEL*)wheel, 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 3a08414d..35e56c9b 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_string_id_list_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,10 @@ /* 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, @@ -80,7 +84,7 @@ UINT status; #if defined(GX_ENABLE_DEPRECATED_STRING_API) if (wheel -> gx_string_scroll_wheel_string_list_deprecated) { - if(_gx_system_memory_free == GX_NULL) + if (_gx_system_memory_free == GX_NULL) { return GX_SYSTEM_MEMORY_ERROR; } @@ -91,7 +95,7 @@ UINT status; if (wheel -> gx_string_scroll_wheel_string_list) { - if(_gx_system_memory_free == GX_NULL) + if (_gx_system_memory_free == GX_NULL) { return GX_SYSTEM_MEMORY_ERROR; } @@ -107,6 +111,10 @@ UINT status; wheel -> gx_string_scroll_wheel_string_list_deprecated = GX_NULL; #endif +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + _gx_text_scroll_wheel_dynamic_bidi_text_delete((GX_TEXT_SCROLL_WHEEL *)wheel); +#endif // GX_DYNAMIC_BIDI_TEXT_SUPPORT + status = _gx_scroll_wheel_total_rows_set((GX_SCROLL_WHEEL *)wheel, id_count); return status; 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 35a7bd1a..4e9618cb 100644 --- a/common/src/gx_string_scroll_wheel_string_list_set.c +++ b/common/src/gx_string_scroll_wheel_string_list_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_string_list_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) @@ -85,7 +87,7 @@ UINT status = GX_SUCCESS; { if (wheel -> gx_string_scroll_wheel_string_list) { - if(_gx_system_memory_free == GX_NULL) + if (_gx_system_memory_free == GX_NULL) { return GX_SYSTEM_MEMORY_ERROR; } @@ -96,7 +98,7 @@ UINT status = GX_SUCCESS; wheel -> gx_string_scroll_wheel_string_list = GX_NULL; wheel -> gx_string_scroll_wheel_string_list_buffer_size = 0; - + if (wheel -> gx_widget_style & GX_STYLE_TEXT_COPY) { status = _gx_system_private_string_list_copy(&wheel -> gx_string_scroll_wheel_string_list_deprecated, string_list, string_count); @@ -121,7 +123,7 @@ UINT status = GX_SUCCESS; /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_string_list_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -155,6 +157,10 @@ UINT status = GX_SUCCESS; /* 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, @@ -168,7 +174,7 @@ UINT status = GX_SUCCESS; { if (wheel -> gx_string_scroll_wheel_string_list_deprecated) { - if(_gx_system_memory_free == GX_NULL) + if (_gx_system_memory_free == GX_NULL) { return GX_SYSTEM_MEMORY_ERROR; } @@ -189,6 +195,10 @@ UINT status = GX_SUCCESS; wheel -> gx_string_scroll_wheel_string_list = string_list; } +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + _gx_text_scroll_wheel_dynamic_bidi_text_delete((GX_TEXT_SCROLL_WHEEL *)wheel); +#endif // GX_DYNAMIC_BIDI_TEXT_SUPPORT + if (status == GX_SUCCESS) { wheel -> gx_string_scroll_wheel_string_id_list = GX_NULL; diff --git a/common/src/gx_string_scroll_wheel_text_get.c b/common/src/gx_string_scroll_wheel_text_get.c index b0b7d0da..ebdaa781 100644 --- a/common/src/gx_string_scroll_wheel_text_get.c +++ b/common/src/gx_string_scroll_wheel_text_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_string_scroll_wheel_text_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4f9b5743..7dade254 100644 --- a/common/src/gx_system_active_language_set.c +++ b/common/src/gx_system_active_language_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_active_language_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4d87989e..23fd59d7 100644 --- a/common/src/gx_system_all_canvas_dirty.c +++ b/common/src/gx_system_all_canvas_dirty.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_all_canvas_dirty PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 02e58535..272bca96 100644 --- a/common/src/gx_system_all_views_free.c +++ b/common/src/gx_system_all_views_free.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_all_views_free PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 40abc44b..645e17db 100644 --- a/common/src/gx_system_animation_free.c +++ b/common/src/gx_system_animation_free.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_animation_free PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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/gx_system_animation_get.c b/common/src/gx_system_animation_get.c index fc71700f..df763520 100644 --- a/common/src/gx_system_animation_get.c +++ b/common/src/gx_system_animation_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_animation_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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/gx_system_bidi_text_disable.c b/common/src/gx_system_bidi_text_disable.c index 2187fb76..45962d5e 100644 --- a/common/src/gx_system_bidi_text_disable.c +++ b/common/src/gx_system_bidi_text_disable.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_bidi_text_disable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,13 +63,35 @@ /* 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) { +GX_WINDOW_ROOT *root; +GX_EVENT bidi_text_event; + _gx_system_bidi_text_enabled = GX_FALSE; + memset(&bidi_text_event, 0, sizeof(GX_EVENT)); + bidi_text_event.gx_event_type = GX_EVENT_DYNAMIC_BIDI_TEXT_DISABLE; + + root = (GX_WINDOW_ROOT *)_gx_system_root_window_created_list; + while (root) + { + if (root -> gx_window_root_canvas) + { + root -> gx_widget_event_process_function((GX_WIDGET *)root, &bidi_text_event); + } + root = (GX_WINDOW_ROOT *)root -> gx_widget_next; + } + + _gx_system_all_canvas_dirty(); + return GX_SUCCESS; } #endif diff --git a/common/src/gx_system_bidi_text_enable.c b/common/src/gx_system_bidi_text_enable.c index e10cc060..900d2cf7 100644 --- a/common/src/gx_system_bidi_text_enable.c +++ b/common/src/gx_system_bidi_text_enable.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_bidi_text_enable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,13 +63,35 @@ /* 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) { +GX_WINDOW_ROOT *root; +GX_EVENT bidi_text_event; + _gx_system_bidi_text_enabled = GX_TRUE; + memset(&bidi_text_event, 0, sizeof(GX_EVENT)); + bidi_text_event.gx_event_type = GX_EVENT_DYNAMIC_BIDI_TEXT_ENABLE; + + root = (GX_WINDOW_ROOT *)_gx_system_root_window_created_list; + while (root) + { + if (root -> gx_window_root_canvas) + { + root -> gx_widget_event_process_function((GX_WIDGET *)root, &bidi_text_event); + } + root = (GX_WINDOW_ROOT *)root -> gx_widget_next; + } + + _gx_system_all_canvas_dirty(); + return GX_SUCCESS; } #endif diff --git a/common/src/gx_system_canvas_refresh.c b/common/src/gx_system_canvas_refresh.c index f1d96a81..70d5b213 100644 --- a/common/src/gx_system_canvas_refresh.c +++ b/common/src/gx_system_canvas_refresh.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_canvas_refresh PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_canvas_refresh(VOID) diff --git a/common/src/gx_system_clipboard_get.c b/common/src/gx_system_clipboard_get.c index dcecfff5..c603cdc3 100644 --- a/common/src/gx_system_clipboard_get.c +++ b/common/src/gx_system_clipboard_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_clipboard_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 af2ab290..db5721fe 100644 --- a/common/src/gx_system_clipboard_put.c +++ b/common/src/gx_system_clipboard_put.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_clipboard_put PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,8 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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 aa6363ff..dfb83b76 100644 --- a/common/src/gx_system_dirty_list_remove.c +++ b/common/src/gx_system_dirty_list_remove.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_dirty_list_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 a76cd37a..d288fa9e 100644 --- a/common/src/gx_system_dirty_list_trim.c +++ b/common/src/gx_system_dirty_list_trim.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_dirty_overlap_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -111,7 +113,7 @@ GX_WIDGET *parent; /* FUNCTION RELEASE */ /* */ /* _gx_system_dirty_list_trim PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -148,6 +150,8 @@ GX_WIDGET *parent; /* DATE NAME DESCRIPTION */ /* */ /* 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) diff --git a/common/src/gx_system_dirty_mark.c b/common/src/gx_system_dirty_mark.c index 72df0172..7c360395 100644 --- a/common/src/gx_system_dirty_mark.c +++ b/common/src/gx_system_dirty_mark.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_dirty_mark PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f00c5c17..a5985a08 100644 --- a/common/src/gx_system_dirty_partial_add.c +++ b/common/src/gx_system_dirty_partial_add.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_dirty_partial_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 39aeadb4..40937c77 100644 --- a/common/src/gx_system_draw_context_get.c +++ b/common/src/gx_system_draw_context_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_draw_context_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a891c8b6..1e47edfe 100644 --- a/common/src/gx_system_error_process.c +++ b/common/src/gx_system_error_process.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_error_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 99e384f0..7b532b98 100644 --- a/common/src/gx_system_event_dispatch.c +++ b/common/src/gx_system_event_dispatch.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_event_dispatch PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_dispatch(GX_EVENT *in_event) diff --git a/common/src/gx_system_event_fold.c b/common/src/gx_system_event_fold.c index e9f83019..9816a8ed 100644 --- a/common/src/gx_system_event_fold.c +++ b/common/src/gx_system_event_fold.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_event_fold PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e6bc6254..cf9d525c 100644 --- a/common/src/gx_system_event_remove.c +++ b/common/src/gx_system_event_remove.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_event_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 5d273fdb..1024bf30 100644 --- a/common/src/gx_system_event_send.c +++ b/common/src/gx_system_event_send.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_event_send PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_send(GX_EVENT *in_event) diff --git a/common/src/gx_system_focus_claim.c b/common/src/gx_system_focus_claim.c index 325856a8..52d47744 100644 --- a/common/src/gx_system_focus_claim.c +++ b/common/src/gx_system_focus_claim.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_focus_claim PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 17a0e209..cdbd8e49 100644 --- a/common/src/gx_system_free_view_get.c +++ b/common/src/gx_system_free_view_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_free_view_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_initialize.c b/common/src/gx_system_initialize.c index dbfed9e9..9dbedef6 100644 --- a/common/src/gx_system_initialize.c +++ b/common/src/gx_system_initialize.c @@ -39,7 +39,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_initialize PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,8 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gx_system_initialize(VOID) @@ -112,6 +112,10 @@ UINT length; _gx_system_capture_count = 0; _gx_system_input_owner = GX_NULL; + /* initialize rich text context stack. */ + _gx_system_rich_text_context_stack.gx_rich_text_context_stack_top = 0; + _gx_system_rich_text_context_stack_save.gx_rich_text_context_stack_top = 0; + /* initialize the lock count to 0 */ _gx_system_lock_nesting = 0; diff --git a/common/src/gx_system_input_capture.c b/common/src/gx_system_input_capture.c index a0b95792..0bd6fc85 100644 --- a/common/src/gx_system_input_capture.c +++ b/common/src/gx_system_input_capture.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_input_capture PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_input_release.c b/common/src/gx_system_input_release.c index 1af467f3..23141e6c 100644 --- a/common/src/gx_system_input_release.c +++ b/common/src/gx_system_input_release.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_input_release PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_language_table_get.c b/common/src/gx_system_language_table_get.c index dfb6c0c3..d668a9a9 100644 --- a/common/src/gx_system_language_table_get.c +++ b/common/src/gx_system_language_table_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_language_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) diff --git a/common/src/gx_system_language_table_set.c b/common/src/gx_system_language_table_set.c index ebddac65..1535e3e6 100644 --- a/common/src/gx_system_language_table_set.c +++ b/common/src/gx_system_language_table_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_language_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) diff --git a/common/src/gx_system_lock.c b/common/src/gx_system_lock.c index 698500a3..12c1b89f 100644 --- a/common/src/gx_system_lock.c +++ b/common/src/gx_system_lock.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_lock PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 7af8441b..748a4520 100644 --- a/common/src/gx_system_memory_allocator_set.c +++ b/common/src/gx_system_memory_allocator_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_memory_allocator_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b06a1fe1..eeda7086 100644 --- a/common/src/gx_system_pen_configure.c +++ b/common/src/gx_system_pen_configure.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_pen_configure PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 12e3eb54..1d5d2acc 100644 --- a/common/src/gx_system_pen_flick_test.c +++ b/common/src/gx_system_pen_flick_test.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_pen_flick_test PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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_flick_test(VOID) diff --git a/common/src/gx_system_pen_speed_init.c b/common/src/gx_system_pen_speed_init.c index 693a214b..ecdfda23 100644 --- a/common/src/gx_system_pen_speed_init.c +++ b/common/src/gx_system_pen_speed_init.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_pen_speed_init PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE 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 79b2aecb..0f4d73f9 100644 --- a/common/src/gx_system_pen_speed_update.c +++ b/common/src/gx_system_pen_speed_update.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_pen_speed_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 69c31624..71f60d3d 100644 --- a/common/src/gx_system_private_string.c +++ b/common/src/gx_system_private_string.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_private_string_copy PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,8 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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) @@ -180,7 +180,7 @@ USHORT needed_buffer_size; /* FUNCTION RELEASE */ /* */ /* _gx_system_private_string_list_copy PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -217,8 +217,8 @@ USHORT needed_buffer_size; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ #if defined(GX_ENABLE_DEPRECATED_STRING_API) @@ -355,7 +355,7 @@ UINT length; /* FUNCTION RELEASE */ /* */ /* _gx_system_private_string_list_copy_ext PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -392,8 +392,8 @@ UINT length; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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) @@ -502,7 +502,7 @@ UINT length; /* FUNCTION RELEASE */ /* */ /* _gx_system_private_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -534,6 +534,8 @@ UINT length; /* DATE 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) @@ -572,7 +574,7 @@ GX_UBYTE *temp; /* FUNCTION RELEASE */ /* */ /* _gx_system_private_string_list_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -604,6 +606,8 @@ GX_UBYTE *temp; /* DATE 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) diff --git a/common/src/gx_system_root_view_add.c b/common/src/gx_system_root_view_add.c index 851e8f20..b34d52b3 100644 --- a/common/src/gx_system_root_view_add.c +++ b/common/src/gx_system_root_view_add.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_root_view_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 174215b5..92a3a12b 100644 --- a/common/src/gx_system_rtos_bind.c +++ b/common/src/gx_system_rtos_bind.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_rtos_bind PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_screen_stack_create.c b/common/src/gx_system_screen_stack_create.c index ee6dadb8..58319701 100644 --- a/common/src/gx_system_screen_stack_create.c +++ b/common/src/gx_system_screen_stack_create.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_screen_stack_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e04de11f..1bb5e33a 100644 --- a/common/src/gx_system_screen_stack_get.c +++ b/common/src/gx_system_screen_stack_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_screen_stack_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6738fba1..b6649419 100644 --- a/common/src/gx_system_screen_stack_pop.c +++ b/common/src/gx_system_screen_stack_pop.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_screen_stack_pop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 fcdfd8ac..660e730f 100644 --- a/common/src/gx_system_screen_stack_push.c +++ b/common/src/gx_system_screen_stack_push.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_screen_stack_push PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 91b97717..14c15236 100644 --- a/common/src/gx_system_screen_stack_reset.c +++ b/common/src/gx_system_screen_stack_reset.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_screen_stack_reset PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a9acf41c..5a0e3271 100644 --- a/common/src/gx_system_scroll_appearance_get.c +++ b/common/src/gx_system_scroll_appearance_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_scroll_appearance_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 005ba3a6..23ca92ca 100644 --- a/common/src/gx_system_scroll_appearance_set.c +++ b/common/src/gx_system_scroll_appearance_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_scroll_appearance_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f90602eb..c222e953 100644 --- a/common/src/gx_system_start.c +++ b/common/src/gx_system_start.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 711182b9..01017377 100644 --- a/common/src/gx_system_string_get.c +++ b/common/src/gx_system_string_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE 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) diff --git a/common/src/gx_system_string_table_get.c b/common/src/gx_system_string_table_get.c index 35fc0478..3c5faf93 100644 --- a/common/src/gx_system_string_table_get.c +++ b/common/src/gx_system_string_table_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_string_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) diff --git a/common/src/gx_system_string_width_get.c b/common/src/gx_system_string_width_get.c index 1b80126f..78c7f1f3 100644 --- a/common/src/gx_system_string_width_get.c +++ b/common/src/gx_system_string_width_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_string_width_compressed_font_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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, @@ -133,7 +135,7 @@ UINT ret; /* FUNCTION RELEASE */ /* */ /* _gx_system_string_width_kerning_font_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -168,6 +170,8 @@ UINT ret; /* DATE 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) @@ -265,7 +269,7 @@ UINT ret; /* FUNCTION RELEASE */ /* */ /* _gx_system_string_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -300,6 +304,8 @@ UINT ret; /* DATE 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) @@ -335,7 +341,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_system_string_width_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -370,6 +376,8 @@ GX_STRING string; /* DATE NAME DESCRIPTION */ /* */ /* 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 0ec5d872..a736a3a8 100644 --- a/common/src/gx_system_text_render_style_set.c +++ b/common/src/gx_system_text_render_style_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_text_render_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) diff --git a/common/src/gx_system_thread_entry.c b/common/src/gx_system_thread_entry.c index e74d26f6..720c88b0 100644 --- a/common/src/gx_system_thread_entry.c +++ b/common/src/gx_system_thread_entry.c @@ -40,7 +40,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_thread_entry PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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 0321557b..17304401 100644 --- a/common/src/gx_system_timer_expiration.c +++ b/common/src/gx_system_timer_expiration.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_timer_expiration PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_expiration(ULONG val) diff --git a/common/src/gx_system_timer_start.c b/common/src/gx_system_timer_start.c index c8f378f8..d081db4a 100644 --- a/common/src/gx_system_timer_start.c +++ b/common/src/gx_system_timer_start.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_timer_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 2c270bc0..07a3ca01 100644 --- a/common/src/gx_system_timer_stop.c +++ b/common/src/gx_system_timer_stop.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_timer_stop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 7f00f457..344edaf7 100644 --- a/common/src/gx_system_timer_update.c +++ b/common/src/gx_system_timer_update.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_timer_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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) diff --git a/common/src/gx_system_top_root_find.c b/common/src/gx_system_top_root_find.c index 25e8886c..dc73aef9 100644 --- a/common/src/gx_system_top_root_find.c +++ b/common/src/gx_system_top_root_find.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_top_root_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 54db8654..7e6eee0e 100644 --- a/common/src/gx_system_top_widget_find.c +++ b/common/src/gx_system_top_widget_find.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_top_widget_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 08a0bf90..0ddf1746 100644 --- a/common/src/gx_system_unlock.c +++ b/common/src/gx_system_unlock.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_unlock PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 c39ce5be..5903d8a0 100644 --- a/common/src/gx_system_version_string_get.c +++ b/common/src/gx_system_version_string_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_version_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -79,7 +81,7 @@ UINT _gx_system_version_string_get(GX_CHAR **return_string) /* FUNCTION RELEASE */ /* */ /* _gx_system_version_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -110,6 +112,8 @@ UINT _gx_system_version_string_get(GX_CHAR **return_string) /* DATE NAME DESCRIPTION */ /* */ /* 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 f5b472d3..ac3e89d6 100644 --- a/common/src/gx_system_view_add.c +++ b/common/src/gx_system_view_add.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_view_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 6baf19ae..79daf9cb 100644 --- a/common/src/gx_system_view_fold.c +++ b/common/src/gx_system_view_fold.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_view_fold PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 9baddc4a..7c9988e2 100644 --- a/common/src/gx_system_view_split.c +++ b/common/src/gx_system_view_split.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_view_split PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_views_free.c b/common/src/gx_system_views_free.c index 9dcf3c40..911db95b 100644 --- a/common/src/gx_system_views_free.c +++ b/common/src/gx_system_views_free.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_views_free PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_views_update.c b/common/src/gx_system_views_update.c index 27d6e8ac..a90d34b7 100644 --- a/common/src/gx_system_views_update.c +++ b/common/src/gx_system_views_update.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_views_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_system_widget_find.c b/common/src/gx_system_widget_find.c index 7114593f..7a3b4260 100644 --- a/common/src/gx_system_widget_find.c +++ b/common/src/gx_system_widget_find.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_system_widget_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a3b1a1d9..47e8e3a8 100644 --- a/common/src/gx_text_button_create.c +++ b/common/src/gx_text_button_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_create PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,9 +72,12 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* set new event process, */ -/* resulting in version 6.0.2 */ +/* 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, @@ -98,6 +101,10 @@ UINT _gx_text_button_create(GX_TEXT_BUTTON *button, GX_CONST GX_CHAR *name, button -> gx_widget_disabled_fill_color = GX_COLOR_ID_DISABLED_FILL; button -> gx_text_button_font_id = GX_FONT_ID_BUTTON; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + button -> gx_text_button_bidi_resolved_text_info = GX_NULL; +#endif + /* Determine if a parent widget was provided. */ if (parent) { diff --git a/common/src/gx_text_button_draw.c b/common/src/gx_text_button_draw.c index 5f4d4c6d..d55ee372 100644 --- a/common/src/gx_text_button_draw.c +++ b/common/src/gx_text_button_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 c6eb0be7..ae824e2a 100644 --- a/common/src/gx_text_button_event_process.c +++ b/common/src/gx_text_button_event_process.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -55,7 +55,8 @@ /* */ /* CALLS */ /* */ -/* _gx_system_memory_free Release memory */ +/* _gx_utility_bidi_resolved_text_info_delete */ +/* Delete dynamic bidi text */ /* _gx_button_event_process Default widget event process */ /* */ /* CALLED BY */ @@ -67,7 +68,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ UINT _gx_text_button_event_process(GX_TEXT_BUTTON *button, GX_EVENT *event_ptr) @@ -87,7 +88,13 @@ UINT _gx_text_button_event_process(GX_TEXT_BUTTON *button, GX_EVENT *event_ptr) button -> gx_text_button_string.gx_string_ptr = GX_NULL; button -> gx_text_button_string.gx_string_length = 0; } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (button -> gx_text_button_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&button -> gx_text_button_bidi_resolved_text_info); + } break; +#endif default: diff --git a/common/src/gx_text_button_font_set.c b/common/src/gx_text_button_font_set.c index 1c4b91ab..0aeedea9 100644 --- a/common/src/gx_text_button_font_set.c +++ b/common/src/gx_text_button_font_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 88eda84f..e6807127 100644 --- a/common/src/gx_text_button_text_color_set.c +++ b/common/src/gx_text_button_text_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_text_button_text_draw.c b/common/src/gx_text_button_text_draw.c index 47c44a7b..970028f0 100644 --- a/common/src/gx_text_button_text_draw.c +++ b/common/src/gx_text_button_text_draw.c @@ -31,13 +31,12 @@ #include "gx_widget.h" #include "gx_button.h" - /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,15 +68,19 @@ /* 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) { -GX_WIDGET *widget; -INT xtextoffset = 0; -INT ytextoffset = 0; -GX_RESOURCE_ID color; -GX_STRING string; +GX_WIDGET *widget; +INT xtextoffset = 0; +INT ytextoffset = 0; +GX_RESOURCE_ID color; +GX_STRING string; /* Setup the button. */ widget = (GX_WIDGET *)button; @@ -101,23 +104,13 @@ GX_STRING string; color = button -> gx_text_button_disabled_text_color; } - if (button -> gx_text_button_text_id > 0) - { - _gx_widget_text_id_draw(widget, color, - button -> gx_text_button_font_id, - button -> gx_text_button_text_id, - xtextoffset, ytextoffset); - } - else - { - _gx_system_private_string_get(&button -> gx_text_button_string, &string, button -> gx_widget_style); + _gx_text_button_text_get_ext(button, &string); - if (string.gx_string_ptr) - { - _gx_widget_text_draw_ext(widget, color, + if (string.gx_string_ptr) + { + _gx_widget_text_draw_ext(widget, color, button -> gx_text_button_font_id, &string, xtextoffset, ytextoffset); - } } } diff --git a/common/src/gx_text_button_text_get.c b/common/src/gx_text_button_text_get.c index 6c6a1904..e91d197d 100644 --- a/common/src/gx_text_button_text_get.c +++ b/common/src/gx_text_button_text_get.c @@ -28,14 +28,14 @@ #include "gx_system.h" #include "gx_button.h" #include "gx_widget.h" - +#include "gx_utility.h" /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_text_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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) @@ -90,7 +92,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_text_button_text_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -123,12 +125,21 @@ GX_STRING string; /* 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 */ /* */ /**************************************************************************/ UINT _gx_text_button_text_get_ext(GX_TEXT_BUTTON *button, GX_STRING *return_text) { UINT status = GX_SUCCESS; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) +GX_BIDI_TEXT_INFO text_info; +GX_BIDI_RESOLVED_TEXT_INFO *resolved_info; +#endif + if (button -> gx_text_button_text_id) { status = _gx_widget_string_get_ext((GX_WIDGET *)button, button -> gx_text_button_text_id, return_text); @@ -138,6 +149,28 @@ UINT status = GX_SUCCESS; _gx_system_private_string_get(&button -> gx_text_button_string, return_text, button -> gx_widget_style); } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (_gx_system_bidi_text_enabled) + { + if (button -> gx_text_button_bidi_resolved_text_info) + { + *return_text = *button -> gx_text_button_bidi_resolved_text_info -> gx_bidi_resolved_text_info_text; + } + else + { + text_info.gx_bidi_text_info_text = *return_text; + text_info.gx_bidi_text_info_font = GX_NULL; + text_info.gx_bidi_text_info_display_width = -1; + + if (_gx_utility_bidi_paragraph_reorder(&text_info, &resolved_info) == GX_SUCCESS) + { + button -> gx_text_button_bidi_resolved_text_info = resolved_info; + *return_text = *resolved_info -> gx_bidi_resolved_text_info_text; + } + } + } +#endif + return(status); } diff --git a/common/src/gx_text_button_text_id_set.c b/common/src/gx_text_button_text_id_set.c index e57f463b..39312965 100644 --- a/common/src/gx_text_button_text_id_set.c +++ b/common/src/gx_text_button_text_id_set.c @@ -27,14 +27,14 @@ #include "gx_api.h" #include "gx_system.h" #include "gx_button.h" - +#include "gx_utility.h" /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,10 @@ /* 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) @@ -76,13 +80,20 @@ UINT _gx_text_button_text_id_set(GX_TEXT_BUTTON *button, GX_RESOURCE_ID text_id { if (button -> gx_text_button_string.gx_string_ptr) { - _gx_system_memory_free((void *) button -> gx_text_button_string.gx_string_ptr); + _gx_system_memory_free((void *)button -> gx_text_button_string.gx_string_ptr); } } button -> gx_text_button_string.gx_string_ptr = GX_NULL; button -> gx_text_button_string.gx_string_length = 0; +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (button -> gx_text_button_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&button -> gx_text_button_bidi_resolved_text_info); + } +#endif + if (button -> gx_widget_status & GX_STATUS_VISIBLE) { _gx_system_dirty_mark((GX_WIDGET *)button); diff --git a/common/src/gx_text_button_text_set.c b/common/src/gx_text_button_text_set.c index e142a54f..bb418f30 100644 --- a/common/src/gx_text_button_text_set.c +++ b/common/src/gx_text_button_text_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_button_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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) @@ -96,7 +98,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_text_button_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -128,6 +130,10 @@ GX_STRING string; /* 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) @@ -153,6 +159,13 @@ UINT status = GX_SUCCESS; } } +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + if (button -> gx_text_button_bidi_resolved_text_info) + { + _gx_utility_bidi_resolved_text_info_delete(&button -> gx_text_button_bidi_resolved_text_info); + } +#endif + if (button -> gx_widget_status & GX_STATUS_VISIBLE) { _gx_system_dirty_mark((GX_WIDGET *)button); 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 4af93f7e..7ef57d41 100644 --- a/common/src/gx_text_input_cursor_blink_interval_set.c +++ b/common/src/gx_text_input_cursor_blink_interval_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_input_cursor_height_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f1f8704f..0fa5ba47 100644 --- a/common/src/gx_text_input_cursor_dirty_rectangle_get.c +++ b/common/src/gx_text_input_cursor_dirty_rectangle_get.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_input_cursor_dirty_rectangle_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 62eadfe6..e7d29996 100644 --- a/common/src/gx_text_input_cursor_draw.c +++ b/common/src/gx_text_input_cursor_draw.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_input_cursor_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 d480bb18..6e12fa5b 100644 --- a/common/src/gx_text_input_cursor_height_set.c +++ b/common/src/gx_text_input_cursor_height_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_input_cursor_height_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1a350973..3dcfa413 100644 --- a/common/src/gx_text_input_cursor_width_set.c +++ b/common/src/gx_text_input_cursor_width_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_input_cursor_width_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 df204e68..8fa3ecae 100644 --- a/common/src/gx_text_scroll_wheel_callback_set.c +++ b/common/src/gx_text_scroll_wheel_callback_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_callback_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,10 @@ /* 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) @@ -75,6 +79,11 @@ UINT _gx_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX /* Update event processing function pointer */ wheel -> gx_text_scroll_wheel_text_get_deprecated = callback; wheel -> gx_text_scroll_wheel_text_get = GX_NULL; + +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + _gx_text_scroll_wheel_dynamic_bidi_text_delete(wheel); +#endif // GX_DYNAMIC_BIDI_TEXT_SUPPORT + return(GX_SUCCESS); } #endif @@ -84,7 +93,7 @@ UINT _gx_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_callback_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -117,6 +126,10 @@ UINT _gx_text_scroll_wheel_callback_set(GX_TEXT_SCROLL_WHEEL *wheel, GX_CONST GX /* 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 *)) @@ -127,6 +140,11 @@ UINT _gx_text_scroll_wheel_callback_set_ext(GX_TEXT_SCROLL_WHEEL *wheel, UINT (* #if defined(GX_ENABLE_DEPRECATED_STRING_API) wheel -> gx_text_scroll_wheel_text_get_deprecated = GX_NULL; #endif + +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + _gx_text_scroll_wheel_dynamic_bidi_text_delete(wheel); +#endif // GX_DYNAMIC_BIDI_TEXT_SUPPORT + return(GX_SUCCESS); } diff --git a/common/src/gx_text_scroll_wheel_create.c b/common/src/gx_text_scroll_wheel_create.c index b486299e..2b0fa5b9 100644 --- a/common/src/gx_text_scroll_wheel_create.c +++ b/common/src/gx_text_scroll_wheel_create.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,11 @@ /* 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, @@ -91,6 +96,11 @@ UINT _gx_text_scroll_wheel_create(GX_TEXT_SCROLL_WHEEL *wheel, wheel -> gx_text_scroll_wheel_selected_text_color = GX_COLOR_ID_TEXT; wheel -> gx_text_scroll_wheel_disabled_text_color = GX_COLOR_ID_DISABLED_TEXT; wheel -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_text_scroll_wheel_draw; + wheel -> gx_widget_event_process_function = (UINT (*)(GX_WIDGET *, GX_EVENT *))_gx_text_scroll_wheel_event_process; + +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + wheel -> gx_text_scroll_wheel_bidi_resolved_text_info = GX_NULL; +#endif // GX_DYNAMIC_BIDI_TEXT_SUPPORT return(GX_SUCCESS); } diff --git a/common/src/gx_text_scroll_wheel_draw.c b/common/src/gx_text_scroll_wheel_draw.c index fff18912..51d8386d 100644 --- a/common/src/gx_text_scroll_wheel_draw.c +++ b/common/src/gx_text_scroll_wheel_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_round_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -85,6 +85,8 @@ /* DATE 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_text_scroll_wheel_round_text_draw(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, GX_RESOURCE_ID font_id, @@ -175,7 +177,7 @@ GX_COLOR old_fill_color; /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_flat_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -217,6 +219,8 @@ GX_COLOR old_fill_color; /* DATE 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_text_scroll_wheel_flat_text_draw(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, GX_RESOURCE_ID font_id, @@ -269,7 +273,7 @@ GX_BRUSH *brush; /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_row_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -306,6 +310,8 @@ GX_BRUSH *brush; /* DATE 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_text_scroll_wheel_row_draw(GX_TEXT_SCROLL_WHEEL *wheel, GX_RECTANGLE *selected_area, GX_RECTANGLE *draw_area, GX_CONST GX_STRING *string) @@ -375,8 +381,124 @@ UINT (*text_draw)(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, /* */ /* FUNCTION RELEASE */ /* */ -/* _gx_string_scroll_wheel_round_draw PORTABLE C */ -/* 6.0 */ +/* _gx_text_scroll_wheel_text_get PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* Internal helper function to retrieve text of sepecified row. */ +/* */ +/* INPUT */ +/* */ +/* wheel Scroll wheel control block */ +/* row Row index */ +/* string String pointer to be return */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* [gx_text_scroll_wheel_text_get] Retrieve row text */ +/* [_gx_system_memory_allocator] Memory allocator */ +/* _gx_utility_bidi_paragraph_reorder Reorder bidi text */ +/* */ +/* CALLED BY */ +/* */ +/* _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 */ +/* */ +/**************************************************************************/ +static UINT _gx_text_scroll_wheel_text_get(GX_TEXT_SCROLL_WHEEL *wheel, INT row, GX_STRING *string) +{ +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT +GX_BIDI_TEXT_INFO text_info; +GX_BIDI_RESOLVED_TEXT_INFO *resolved_info; +#endif + +#if defined(GX_ENABLE_DEPRECATED_STRING_API) +UINT status; + + if (wheel -> gx_text_scroll_wheel_text_get_deprecated) + { + string -> gx_string_ptr = wheel -> gx_text_scroll_wheel_text_get_deprecated(wheel, row); + + if (string -> gx_string_ptr) + { + status = _gx_utility_string_length_check(string -> gx_string_ptr, &string -> gx_string_length, GX_MAX_STRING_LENGTH); + + if (status != GX_SUCCESS) + { + return status; + } + } + } + else + { +#endif + wheel -> gx_text_scroll_wheel_text_get(wheel, row, string); +#if defined(GX_ENABLE_DEPRECATED_STRING_API) + } +#endif + +#ifdef GX_DYNAMIC_BIDI_TEXT_SUPPORT + if (_gx_system_bidi_text_enabled) + { + if (!_gx_system_memory_allocator) + { + return GX_SYSTEM_MEMORY_ERROR; + } + + if (!wheel -> gx_text_scroll_wheel_bidi_resolved_text_info) + { + wheel -> gx_text_scroll_wheel_bidi_resolved_text_info = (GX_BIDI_RESOLVED_TEXT_INFO **)_gx_system_memory_allocator(sizeof(GX_BIDI_RESOLVED_TEXT_INFO *) * (UINT)wheel -> gx_scroll_wheel_total_rows); + + if (!wheel -> gx_text_scroll_wheel_bidi_resolved_text_info) + { + return GX_SYSTEM_MEMORY_ERROR; + } + + memset(wheel -> gx_text_scroll_wheel_bidi_resolved_text_info, 0, sizeof(GX_BIDI_RESOLVED_TEXT_INFO *) * (UINT)wheel -> gx_scroll_wheel_total_rows); + } + + if (!wheel -> gx_text_scroll_wheel_bidi_resolved_text_info[row]) + { + text_info.gx_bidi_text_info_text = *string; + text_info.gx_bidi_text_info_font = GX_NULL; + text_info.gx_bidi_text_info_display_width = 0; + + if (_gx_utility_bidi_paragraph_reorder(&text_info, &resolved_info) == GX_SUCCESS) + { + wheel -> gx_text_scroll_wheel_bidi_resolved_text_info[row] = resolved_info; + } + } + + if (wheel -> gx_text_scroll_wheel_bidi_resolved_text_info[row]) + { + *string = *wheel -> gx_text_scroll_wheel_bidi_resolved_text_info[row] -> gx_bidi_resolved_text_info_text; + } + } +#endif + + return GX_SUCCESS; +} + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_text_scroll_wheel_round_draw PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -413,6 +535,9 @@ UINT (*text_draw)(GX_TEXT_SCROLL_WHEEL *wheel, GX_RESOURCE_ID tColor, /* 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) @@ -481,28 +606,13 @@ INT row; } } -#if defined(GX_ENABLE_DEPRECATED_STRING_API) - if (wheel -> gx_text_scroll_wheel_text_get_deprecated) - { - string.gx_string_ptr = wheel -> gx_text_scroll_wheel_text_get_deprecated(wheel, row); + status = _gx_text_scroll_wheel_text_get(wheel, row, &string); - if (string.gx_string_ptr) - { - status = _gx_utility_string_length_check(string.gx_string_ptr, &string.gx_string_length, GX_MAX_STRING_LENGTH); - - if (status != GX_SUCCESS) - { - return status; - } - } - } - else + if (status != GX_SUCCESS) { -#endif - wheel -> gx_text_scroll_wheel_text_get(wheel, row, &string); -#if defined(GX_ENABLE_DEPRECATED_STRING_API) + return status; } -#endif + trans_height = GX_ABS(ypos + row_height / 2 - ycenter); if (trans_height == 0) @@ -546,28 +656,13 @@ INT row; } } -#if defined(GX_ENABLE_DEPRECATED_STRING_API) - if (wheel -> gx_text_scroll_wheel_text_get_deprecated) - { - string.gx_string_ptr = wheel -> gx_text_scroll_wheel_text_get_deprecated(wheel, row); + status = _gx_text_scroll_wheel_text_get(wheel, row, &string); - if (string.gx_string_ptr) - { - status = _gx_utility_string_length_check(string.gx_string_ptr, &string.gx_string_length, GX_MAX_STRING_LENGTH); - - if (status != GX_SUCCESS) - { - return status; - } - } - } - else + if (status != GX_SUCCESS) { -#endif - wheel -> gx_text_scroll_wheel_text_get(wheel, row, &string); -#if defined(GX_ENABLE_DEPRECATED_STRING_API) + return status; } -#endif + trans_height = ycenter + (row_height / 2) - ypos; trans_height = GX_FIXED_VAL_MAKE(GX_ABS(height * 3 / 4 - trans_height)); @@ -601,7 +696,7 @@ INT row; /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_flat_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -637,6 +732,9 @@ INT row; /* 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) @@ -653,9 +751,7 @@ GX_RECTANGLE draw_area; GX_STRING string; INT row; INT top_rows; -#if defined(GX_ENABLE_DEPRECATED_STRING_API) UINT status; -#endif /* Pickup selected background. */ _gx_context_pixelmap_get(wheel -> gx_scroll_wheel_selected_background, &map); @@ -719,28 +815,12 @@ UINT status; } } -#if defined(GX_ENABLE_DEPRECATED_STRING_API) - if (wheel -> gx_text_scroll_wheel_text_get_deprecated) + status = _gx_text_scroll_wheel_text_get(wheel, row, &string); + if (status != GX_SUCCESS) { - string.gx_string_ptr = wheel -> gx_text_scroll_wheel_text_get_deprecated(wheel, row); - - if (string.gx_string_ptr) - { - status = _gx_utility_string_length_check(string.gx_string_ptr, &string.gx_string_length, GX_MAX_STRING_LENGTH); - - if (status != GX_SUCCESS) - { - return status; - } - } + return status; } - else - { -#endif - wheel -> gx_text_scroll_wheel_text_get(wheel, row, &string); -#if defined(GX_ENABLE_DEPRECATED_STRING_API) - } -#endif + _gx_utility_rectangle_define(&draw_area, xpos, ypos, (GX_VALUE)(xpos + width - 1), (GX_VALUE)(ypos + row_height - 1)); _gx_text_scroll_wheel_row_draw((GX_TEXT_SCROLL_WHEEL *)wheel, &selected_area, &draw_area, &string); ypos = (GX_VALUE)(ypos + row_height); @@ -762,7 +842,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -796,6 +876,8 @@ UINT status; /* DATE 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 new file mode 100644 index 00000000..defee8f1 --- /dev/null +++ b/common/src/gx_text_scroll_wheel_dynamic_bidi_text_delete.c @@ -0,0 +1,106 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Text Scroll Wheel Management (Scroll Wheel) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_scroll_wheel.h" +#include "gx_utility.h" +#include "gx_system.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_text_scroll_wheel_dynamic_bidi_text_delete PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function releases dynamic bi-directional text of text scroll */ +/* widget. */ +/* */ +/* INPUT */ +/* */ +/* wheel Scroll wheel control block */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_utility_bidi_resolved_text_info_delete */ +/* Release resolved bidi text */ +/* _gx_system_memory_free Release memory */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +UINT status = GX_SUCCESS; +INT row; + + if (wheel -> gx_text_scroll_wheel_bidi_resolved_text_info) + { + for (row = 0; row < wheel -> gx_scroll_wheel_total_rows; row++) + { + if(wheel->gx_text_scroll_wheel_bidi_resolved_text_info[row]) + { + status = _gx_utility_bidi_resolved_text_info_delete(&wheel -> gx_text_scroll_wheel_bidi_resolved_text_info[row]); + + if(status != GX_SUCCESS) + { + return status; + } + } + } + + if (!_gx_system_memory_free) + { + return GX_SYSTEM_MEMORY_ERROR; + } + + _gx_system_memory_free(wheel -> gx_text_scroll_wheel_bidi_resolved_text_info); + wheel -> gx_text_scroll_wheel_bidi_resolved_text_info = NULL; + } + + /* Return completion status. */ + return status; +} +#endif + diff --git a/common/src/gx_text_scroll_wheel_event_process.c b/common/src/gx_text_scroll_wheel_event_process.c new file mode 100644 index 00000000..bcbaef4d --- /dev/null +++ b/common/src/gx_text_scroll_wheel_event_process.c @@ -0,0 +1,86 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Text Scroll Wheel Management (Scroll Wheel) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_scroll_wheel.h" + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_text_scroll_wheel_event_process PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function processes the comming events for a scroll wheel */ +/* widget. */ +/* */ +/* INPUT */ +/* */ +/* wheel Text scroll wheel control */ +/* block */ +/* event_ptr Event to be processed */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_text_scroll_wheel_dynamic_bidi_text_delete */ +/* Release dynamic bidi text */ +/* _gx_scroll_wheel_event_process Default event process */ +/* CALLED BY */ +/* */ +/* 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) +{ + switch (event_ptr -> gx_event_type) + { +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + case GX_EVENT_DELETE: + _gx_text_scroll_wheel_dynamic_bidi_text_delete(wheel); + return _gx_scroll_wheel_event_process((GX_SCROLL_WHEEL*)wheel, event_ptr); +#endif + + default: + return _gx_scroll_wheel_event_process((GX_SCROLL_WHEEL *)wheel, 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 05851468..4930ff5d 100644 --- a/common/src/gx_text_scroll_wheel_font_set.c +++ b/common/src/gx_text_scroll_wheel_font_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 2f6adb02..1093540f 100644 --- a/common/src/gx_text_scroll_wheel_text_color_set.c +++ b/common/src/gx_text_scroll_wheel_text_color_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_text_scroll_wheel_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_touch_driver_generic_resistive.c b/common/src/gx_touch_driver_generic_resistive.c index 090de033..4d0374da 100644 --- a/common/src/gx_touch_driver_generic_resistive.c +++ b/common/src/gx_touch_driver_generic_resistive.c @@ -45,7 +45,7 @@ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch); /* */ /* _gx_touch_driver_generic_resistive_pen_down_event_send */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch); /* DATE 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) @@ -98,7 +100,7 @@ static VOID _gx_touch_driver_generic_resistive_pen_down_event_send(GX_RESISTIVE_ /* */ /* _gx_touch_driver_generic_resistive_pen_drag_event_send */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -130,6 +132,8 @@ static VOID _gx_touch_driver_generic_resistive_pen_down_event_send(GX_RESISTIVE_ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -158,7 +162,7 @@ static VOID _gx_touch_driver_generic_resistive_pen_drag_event_send(GX_RESISTIVE_ /* */ /* _gx_touch_driver_generic_resistive_pen_up_event_send */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -190,6 +194,8 @@ static VOID _gx_touch_driver_generic_resistive_pen_drag_event_send(GX_RESISTIVE_ /* DATE 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) @@ -212,7 +218,7 @@ static VOID _gx_touch_driver_generic_resistive_pen_up_event_send(GX_RESISTIVE_TO /* */ /* _gx_touch_driver_generic_resistive_coord_calculate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -245,6 +251,8 @@ static VOID _gx_touch_driver_generic_resistive_pen_up_event_send(GX_RESISTIVE_TO /* DATE 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, @@ -279,7 +287,7 @@ static UINT _gx_touch_driver_generic_resistive_coord_calculate(GX_RESISTIVE_TOUC /* FUNCTION RELEASE */ /* */ /* _gx_touch_driver_generic_resistive_setup PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -313,8 +321,8 @@ static UINT _gx_touch_driver_generic_resistive_coord_calculate(GX_RESISTIVE_TOUC /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ -/* resulting in version 6.0.2 */ +/* 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) @@ -329,7 +337,7 @@ VOID _gx_touch_driver_generic_resistive_setup(GX_RESISTIVE_TOUCH *touch, GX_RESI /* */ /* _gx_touch_driver_generic_resistive_calibration_matrix_set */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -362,6 +370,8 @@ VOID _gx_touch_driver_generic_resistive_setup(GX_RESISTIVE_TOUCH *touch, GX_RESI /* DATE 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, @@ -410,7 +420,7 @@ static UINT _gx_touch_driver_generic_resistive_calibration_matrix_set(GX_RESISTI /* */ /* _gx_touch_driver_generic_resistive_raw_read */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -442,6 +452,8 @@ static UINT _gx_touch_driver_generic_resistive_calibration_matrix_set(GX_RESISTI /* DATE 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_raw_read(GX_RESISTIVE_TOUCH *touch, GX_POINT *ret_val) @@ -526,7 +538,7 @@ static GX_BOOL _gx_touch_driver_generic_resistive_raw_read(GX_RESISTIVE_TOUCH *t /* */ /* _gx_touch_driver_generic_resistive_sample_read */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -558,6 +570,8 @@ static GX_BOOL _gx_touch_driver_generic_resistive_raw_read(GX_RESISTIVE_TOUCH *t /* DATE 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) @@ -578,7 +592,7 @@ static GX_BOOL _gx_touch_driver_generic_resistive_sample_read(GX_RESISTIVE_TOUCH /* */ /* _gx_touch_driver_generic_resistive_coordinate_update */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -609,6 +623,8 @@ static GX_BOOL _gx_touch_driver_generic_resistive_sample_read(GX_RESISTIVE_TOUCH /* DATE 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) @@ -638,7 +654,7 @@ static GX_BOOL _gx_touch_driver_generic_resistive_coordinate_update(GX_RESISTIVE /* */ /* _gx_touch_driver_generic_resistive_update */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -672,6 +688,8 @@ static GX_BOOL _gx_touch_driver_generic_resistive_coordinate_update(GX_RESISTIVE /* DATE 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) @@ -706,7 +724,7 @@ VOID _gx_touch_driver_generic_resistive_update(GX_RESISTIVE_TOUCH *touch) /* */ /* _gx_touch_driver_generic_resistive_wait_for_touch */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -737,6 +755,8 @@ VOID _gx_touch_driver_generic_resistive_update(GX_RESISTIVE_TOUCH *touch) /* DATE 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) @@ -754,7 +774,7 @@ static VOID _gx_touch_driver_generic_resistive_wait_for_touch(GX_RESISTIVE_TOUCH /* */ /* _gx_touch_driver_generic_resistive_wait_for_no_touch */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -785,6 +805,8 @@ static VOID _gx_touch_driver_generic_resistive_wait_for_touch(GX_RESISTIVE_TOUCH /* DATE 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) @@ -801,7 +823,7 @@ static VOID _gx_touch_driver_generic_resistive_wait_for_no_touch(GX_RESISTIVE_TO /* */ /* _gx_touch_driver_generic_resistive_calibrate */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -840,6 +862,9 @@ static VOID _gx_touch_driver_generic_resistive_wait_for_no_touch(GX_RESISTIVE_TO /* 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) @@ -890,7 +915,7 @@ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch) GX_TOUCH_TASK_SLEEP(20); } _gx_widget_hide(icon); - _gx_multi_line_text_view_text_set(text, GX_NULL); + _gx_multi_line_text_view_text_set_ext(text, GX_NULL); _gx_system_canvas_refresh(); _gx_touch_driver_generic_resistive_wait_for_no_touch(touch); GX_TOUCH_TASK_SLEEP(20); @@ -916,7 +941,7 @@ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch) GX_TOUCH_TASK_SLEEP(20); } _gx_widget_hide(icon); - _gx_multi_line_text_view_text_set(text, GX_NULL); + _gx_multi_line_text_view_text_set_ext(text, GX_NULL); _gx_system_canvas_refresh(); _gx_touch_driver_generic_resistive_wait_for_no_touch(touch); GX_TOUCH_TASK_SLEEP(20); @@ -942,7 +967,7 @@ VOID _gx_touch_driver_generic_resistive_calibrate(GX_RESISTIVE_TOUCH *touch) GX_TOUCH_TASK_SLEEP(20); } _gx_widget_hide(icon); - _gx_multi_line_text_view_text_set(text, GX_NULL); + _gx_multi_line_text_view_text_set_ext(text, GX_NULL); _gx_system_canvas_refresh(); _gx_touch_driver_generic_resistive_wait_for_no_touch(touch); diff --git a/common/src/gx_tree_view_create.c b/common/src/gx_tree_view_create.c index f81567ba..ee1dafa4 100644 --- a/common/src/gx_tree_view_create.c +++ b/common/src/gx_tree_view_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,9 @@ /* 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, @@ -85,7 +88,7 @@ UINT _gx_tree_view_create(GX_TREE_VIEW *tree, GX_CONST GX_CHAR *name, GX_WIDGET tree -> gx_widget_type = GX_TYPE_TREE_VIEW; tree -> gx_widget_event_process_function = (UINT (*)(GX_WIDGET *, GX_EVENT *))_gx_tree_view_event_process; tree -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_tree_view_draw; - tree -> gx_window_scroll_info_get = (VOID (*)(struct GX_WINDOW_STRUCT *, ULONG, GX_SCROLL_INFO *))_gx_tree_view_scroll_info_get; + tree -> gx_window_scroll_info_get = (VOID (*)(struct GX_WINDOW_STRUCT *, ULONG, GX_SCROLL_INFO *))(void (*)(void))_gx_tree_view_scroll_info_get; tree -> gx_tree_view_collapse_pixelmap_id = 0; tree -> gx_tree_view_expand_pixelmap_id = 0; tree -> gx_tree_view_root_line_color = GX_COLOR_ID_SHADOW; diff --git a/common/src/gx_tree_view_draw.c b/common/src/gx_tree_view_draw.c index 452419e4..495477d2 100644 --- a/common/src/gx_tree_view_draw.c +++ b/common/src/gx_tree_view_draw.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_root_draw_helper PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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) @@ -222,7 +224,7 @@ GX_WIDGET *pre = GX_NULL; /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_root_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -256,6 +258,8 @@ GX_WIDGET *pre = GX_NULL; /* DATE 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) @@ -320,7 +324,7 @@ GX_WIDGET *owner; /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -360,6 +364,8 @@ GX_WIDGET *owner; /* DATE 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 6d0dc7d9..cebc7dff 100644 --- a/common/src/gx_tree_view_event_process.c +++ b/common/src/gx_tree_view_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _tree_view_selected_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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) @@ -111,7 +113,7 @@ GX_BOOL found = GX_FALSE; /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_item_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -148,6 +150,8 @@ GX_BOOL found = GX_FALSE; /* DATE 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) @@ -238,7 +242,7 @@ GX_BOOL search_child; /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_root_icon_rect_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -274,6 +278,8 @@ GX_BOOL search_child; /* DATE 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) @@ -305,7 +311,7 @@ GX_PIXELMAP *map; /* FUNCTION RELEASE */ /* */ /* _gx_tree_menu_pen_down_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -352,6 +358,8 @@ GX_PIXELMAP *map; /* DATE 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) @@ -429,7 +437,7 @@ GX_BOOL check_selection = GX_FALSE; /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -466,6 +474,8 @@ GX_BOOL check_selection = GX_FALSE; /* DATE NAME DESCRIPTION */ /* */ /* 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 f6f5ca3b..87cd5549 100644 --- a/common/src/gx_tree_view_indentation_set.c +++ b/common/src/gx_tree_view_indentation_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_indentation_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f33fdf1d..3907eb59 100644 --- a/common/src/gx_tree_view_position.c +++ b/common/src/gx_tree_view_position.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 61c8cf46..00cb5930 100644 --- a/common/src/gx_tree_view_root_line_color_set.c +++ b/common/src/gx_tree_view_root_line_color_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_root_line_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5a547db2..dc96407a 100644 --- a/common/src/gx_tree_view_root_pixelmap_set.c +++ b/common/src/gx_tree_view_root_pixelmap_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_root_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ef23bc44..89e96521 100644 --- a/common/src/gx_tree_view_scroll.c +++ b/common/src/gx_tree_view_scroll.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 413dadb7..f57e3448 100644 --- a/common/src/gx_tree_view_scroll_info_get.c +++ b/common/src/gx_tree_view_scroll_info_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0070339b..585525dd 100644 --- a/common/src/gx_tree_view_selected_get.c +++ b/common/src/gx_tree_view_selected_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_selected_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e141dd91..e32c2ff6 100644 --- a/common/src/gx_tree_view_selected_set.c +++ b/common/src/gx_tree_view_selected_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_selected_visible PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) @@ -99,7 +101,7 @@ GX_MENU_LIST *list; /* FUNCTION RELEASE */ /* */ /* _gx_tree_view_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -135,6 +137,8 @@ GX_MENU_LIST *list; /* DATE NAME DESCRIPTION */ /* */ /* 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 7bf8edae..a2b21e91 100644 --- a/common/src/gx_utility_1555xrgb_pixelmap_resize.c +++ b/common/src/gx_utility_1555xrgb_pixelmap_resize.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_1555xrgb_pixelmap_raw_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE 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_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -216,7 +218,7 @@ GX_COLOR blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1555xrgb_pixelmap_alpha_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -251,6 +253,8 @@ GX_COLOR blue; /* DATE 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_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -437,7 +441,7 @@ GX_COLOR blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1555xrgb_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -477,6 +481,8 @@ GX_COLOR blue; /* DATE NAME DESCRIPTION */ /* */ /* 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 246d29e1..6d2c9b8c 100644 --- a/common/src/gx_utility_1555xrgb_pixelmap_rotate.c +++ b/common/src/gx_utility_1555xrgb_pixelmap_rotate.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_1555xrgb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -84,6 +84,8 @@ /* DATE 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) @@ -329,7 +331,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1555xrgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -369,6 +371,8 @@ INT xdiff, ydiff; /* DATE 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) @@ -646,7 +650,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1555xrgb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -689,6 +693,8 @@ INT xdiff, ydiff; /* DATE NAME DESCRIPTION */ /* */ /* 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 4e45b479..77305ecc 100644 --- a/common/src/gx_utility_16bpp_pixelmap_resize.c +++ b/common/src/gx_utility_16bpp_pixelmap_resize.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_16bpp_pixelmap_raw_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE 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_16bpp_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -216,7 +218,7 @@ GX_COLOR blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_alpha_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -251,6 +253,8 @@ GX_COLOR blue; /* DATE 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_16bpp_pixelmap_alpha_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -437,7 +441,7 @@ GX_COLOR blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_16bpp_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -473,6 +477,8 @@ GX_COLOR blue; /* DATE NAME DESCRIPTION */ /* */ /* 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 36b3de32..0c28bc41 100644 --- a/common/src/gx_utility_1bpp_pixelmap_resize.c +++ b/common/src/gx_utility_1bpp_pixelmap_resize.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_raw_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -161,7 +163,7 @@ INT yy; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_transparent_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -196,6 +198,8 @@ INT yy; /* DATE 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) @@ -299,7 +303,7 @@ INT yy; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -337,6 +341,8 @@ INT yy; /* DATE NAME DESCRIPTION */ /* */ /* 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 09066e87..ad522a04 100644 --- a/common/src/gx_utility_1bpp_pixelmap_rotate.c +++ b/common/src/gx_utility_1bpp_pixelmap_rotate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -237,7 +239,7 @@ GX_BOOL InputAlpha = GX_FALSE; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_simple_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -275,6 +277,8 @@ GX_BOOL InputAlpha = GX_FALSE; /* DATE 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) @@ -453,7 +457,7 @@ INT getstride; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_simple_transparent_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -491,6 +495,8 @@ INT getstride; /* DATE 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) @@ -696,7 +702,7 @@ INT getstride; /* FUNCTION RELEASE */ /* */ /* _gx_utility_1bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -737,6 +743,8 @@ INT getstride; /* DATE NAME DESCRIPTION */ /* */ /* 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 7ef1401c..2ad7adf3 100644 --- a/common/src/gx_utility_32argb_pixelmap_resize.c +++ b/common/src/gx_utility_32argb_pixelmap_resize.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_raw_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE 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_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -214,7 +216,7 @@ INT blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_alpha_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -249,6 +251,8 @@ INT blue; /* DATE 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_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -398,7 +402,7 @@ INT alpha; /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -434,6 +438,8 @@ INT alpha; /* DATE NAME DESCRIPTION */ /* */ /* 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 08fd3bbd..c32a1752 100644 --- a/common/src/gx_utility_32argb_pixelmap_rotate.c +++ b/common/src/gx_utility_32argb_pixelmap_rotate.c @@ -46,7 +46,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -86,6 +86,8 @@ /* DATE 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) @@ -322,7 +324,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -362,6 +364,8 @@ INT xdiff, ydiff; /* DATE 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) @@ -581,7 +585,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -624,6 +628,8 @@ INT xdiff, ydiff; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -650,7 +656,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_utility_32argb_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -688,6 +694,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 a8f71b94..22c69342 100644 --- a/common/src/gx_utility_332rgb_pixelmap_rotate.c +++ b/common/src/gx_utility_332rgb_pixelmap_rotate.c @@ -42,7 +42,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_332rgb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE 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) @@ -323,7 +325,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_332rgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -363,6 +365,8 @@ INT xdiff, ydiff; /* DATE 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) @@ -639,7 +643,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_332rgb_pixelmap_simple_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -677,6 +681,8 @@ INT xdiff, ydiff; /* DATE 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) @@ -795,7 +801,7 @@ INT x, y; /* FUNCTION RELEASE */ /* */ /* _gx_utility_332rgb_pixelmap_simple_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -833,6 +839,8 @@ INT x, y; /* DATE 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) @@ -976,7 +984,7 @@ INT x, y; /* FUNCTION RELEASE */ /* */ /* _gx_utility_332rgb_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1019,6 +1027,8 @@ INT x, y; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -1045,7 +1055,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_utility_332rgb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1088,6 +1098,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 a1ef091c..9ac82cf7 100644 --- a/common/src/gx_utility_4444argb_pixelmap_resize.c +++ b/common/src/gx_utility_4444argb_pixelmap_resize.c @@ -46,7 +46,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_4444argb_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -80,6 +80,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 53eb6d4e..c17b9531 100644 --- a/common/src/gx_utility_4444argb_pixelmap_rotate.c +++ b/common/src/gx_utility_4444argb_pixelmap_rotate.c @@ -46,7 +46,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_4444argb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -89,6 +89,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -337,7 +339,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_4444argb_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -376,6 +378,8 @@ INT xdiff, ydiff; /* DATE NAME DESCRIPTION */ /* */ /* 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 096eb2cb..9b77ec9a 100644 --- a/common/src/gx_utility_4bpp_pixelmap_resize.c +++ b/common/src/gx_utility_4bpp_pixelmap_resize.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_raw_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -163,7 +165,7 @@ INT yy; /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_transparent_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -198,6 +200,8 @@ INT yy; /* DATE 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) @@ -338,7 +342,7 @@ INT yy; /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -375,6 +379,8 @@ INT yy; /* DATE NAME DESCRIPTION */ /* */ /* 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 f31adbc8..b244e483 100644 --- a/common/src/gx_utility_4bpp_pixelmap_rotate.c +++ b/common/src/gx_utility_4bpp_pixelmap_rotate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -273,7 +275,7 @@ GX_BOOL draw = GX_TRUE; /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_simple_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -311,6 +313,8 @@ GX_BOOL draw = GX_TRUE; /* DATE 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) @@ -496,7 +500,7 @@ INT getstride; /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_simple_transparent_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -534,6 +538,8 @@ INT getstride; /* DATE 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) @@ -818,7 +824,7 @@ INT getauxstride; /* FUNCTION RELEASE */ /* */ /* _gx_utility_4bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -859,6 +865,8 @@ INT getauxstride; /* DATE NAME DESCRIPTION */ /* */ /* 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 dbede2b2..7a882e9b 100644 --- a/common/src/gx_utility_565rgb_pixelmap_rotate.c +++ b/common/src/gx_utility_565rgb_pixelmap_rotate.c @@ -44,7 +44,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -84,6 +84,8 @@ /* DATE 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) @@ -325,7 +327,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -365,6 +367,8 @@ INT xdiff, ydiff; /* DATE 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) @@ -643,7 +647,7 @@ INT xdiff, ydiff; /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_simple_raw_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -681,6 +685,8 @@ INT xdiff, ydiff; /* DATE 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) @@ -798,7 +804,7 @@ INT x, y; /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_simple_alpha_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -836,6 +842,8 @@ INT x, y; /* DATE 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) @@ -983,7 +991,7 @@ INT x, y; /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1026,6 +1034,8 @@ INT x, y; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -1052,7 +1062,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_utility_565rgb_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1095,6 +1105,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 5f7df49f..2ad1a18c 100644 --- a/common/src/gx_utility_8bpp_pixelmap_resize.c +++ b/common/src/gx_utility_8bpp_pixelmap_resize.c @@ -42,7 +42,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bpp_pixelmap_raw_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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_8bpp_pixelmap_raw_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -147,7 +149,7 @@ INT yy; /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bpp_pixelmap_alpha_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -183,6 +185,8 @@ INT yy; /* DATE 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_8bpp_pixelmap_alpha_resize(GX_PIXELMAP *src, GX_PIXELMAP *destination, INT width, INT height) @@ -370,7 +374,7 @@ GX_COLOR blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bpp_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -406,6 +410,8 @@ GX_COLOR blue; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -431,7 +437,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bit_alphamap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -466,6 +472,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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_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 95232a24..f5c92938 100644 --- a/common/src/gx_utility_8bpp_pixelmap_rotate.c +++ b/common/src/gx_utility_8bpp_pixelmap_rotate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bpp_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -200,7 +202,7 @@ INT xx, yy; /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bpp_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -238,6 +240,8 @@ INT xx, yy; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -352,7 +356,7 @@ INT x, y; /* FUNCTION RELEASE */ /* */ /* _gx_utility_8bit_alphamap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -391,6 +395,8 @@ INT x, y; /* DATE NAME DESCRIPTION */ /* */ /* 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 d1e8fe75..05a69454 100644 --- a/common/src/gx_utility_alphamap_create.c +++ b/common/src/gx_utility_alphamap_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_alphamap_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 389dfa01..df3cc73e 100644 --- a/common/src/gx_utility_bidi_arabic_shaping.c +++ b/common/src/gx_utility_bidi_arabic_shaping.c @@ -226,7 +226,7 @@ static ARABIC_LIGATURE arabic_ligature_table[] = /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_arabic_joining_type_get PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -255,7 +255,7 @@ static ARABIC_LIGATURE arabic_ligature_table[] = /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_utility_bidi_arabic_joining_type_get(ULONG code_point) @@ -284,7 +284,7 @@ ARABIC_SHAPING *shaping = arabic_shaping_table; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_arabic_form_get PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -314,7 +314,7 @@ ARABIC_SHAPING *shaping = arabic_shaping_table; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static ULONG _gx_utility_bidi_arabic_form_get(ULONG code_point, UINT form_type) @@ -363,7 +363,7 @@ ARABIC_FORM *entry = GX_NULL; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_arabic_ligature_get PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -393,7 +393,7 @@ ARABIC_FORM *entry = GX_NULL; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static ULONG _gx_utility_bidi_arabic_ligature_get(ULONG alef, ULONG lam) @@ -417,14 +417,14 @@ ARABIC_LIGATURE *entry = arabic_ligature_table; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_right_joining_causing_test PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ /* */ /* DESCRIPTION */ /* */ -/* This function tests if a joing type is right joining causing. */ +/* This function tests if a join type is right joining causing. */ /* */ /* INPUT */ /* */ @@ -446,7 +446,7 @@ ARABIC_LIGATURE *entry = arabic_ligature_table; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static GX_BOOL _gx_utility_bidi_right_joining_causing_test(UINT joining_type) @@ -467,7 +467,7 @@ static GX_BOOL _gx_utility_bidi_right_joining_causing_test(UINT joining_type) /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_left_joining_causing_test PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -496,7 +496,7 @@ static GX_BOOL _gx_utility_bidi_right_joining_causing_test(UINT joining_type) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static GX_BOOL _gx_utility_bidi_left_joining_causing_test(UINT joining_type) @@ -517,7 +517,7 @@ static GX_BOOL _gx_utility_bidi_left_joining_causing_test(UINT joining_type) /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_arabic_test PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -546,7 +546,7 @@ static GX_BOOL _gx_utility_bidi_left_joining_causing_test(UINT joining_type) /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static GX_BOOL _gx_utility_bidi_arabic_test(GX_BIDI_CONTEXT *context) @@ -572,7 +572,7 @@ INT index; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_arabic_shaping PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -601,7 +601,7 @@ INT index; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 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 e5d32926..0880532e 100644 --- a/common/src/gx_utility_bidi_bracket_pair_get.c +++ b/common/src/gx_utility_bidi_bracket_pair_get.c @@ -97,7 +97,7 @@ static GX_CONST GX_BIDI_BRACKET_PAIR _gx_bidi_bracket_pair[] = /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_bracket_pair_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -130,6 +130,8 @@ static GX_CONST GX_BIDI_BRACKET_PAIR _gx_bidi_bracket_pair[] = /* DATE NAME DESCRIPTION */ /* */ /* 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 3ae05cc2..354735ae 100644 --- a/common/src/gx_utility_bidi_character_type_get.c +++ b/common/src/gx_utility_bidi_character_type_get.c @@ -1485,7 +1485,7 @@ static GX_CONST GX_BIDI_CHARACTER_INFO _gx_bidi_character_types[] = /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_character_type_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1517,6 +1517,8 @@ static GX_CONST GX_BIDI_CHARACTER_INFO _gx_bidi_character_types[] = /* DATE NAME DESCRIPTION */ /* */ /* 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 bae62499..df44a1e2 100644 --- a/common/src/gx_utility_bidi_mirroring_get.c +++ b/common/src/gx_utility_bidi_mirroring_get.c @@ -407,7 +407,7 @@ static GX_CONST GX_BIDI_MIRROR _gx_bidi_mirroring[] = /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_mirroring_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -439,6 +439,8 @@ static GX_CONST GX_BIDI_MIRROR _gx_bidi_mirroring[] = /* DATE NAME DESCRIPTION */ /* */ /* 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 5d6647b2..6a05ced3 100644 --- a/common/src/gx_utility_bidi_paragraph_reorder.c +++ b/common/src/gx_utility_bidi_paragraph_reorder.c @@ -28,12 +28,24 @@ #include "gx_system.h" #if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + +#define GX_LINK_RESOLVED_BIDI_TEXT_INFO \ + if (pre) \ + { \ + pre -> gx_bidi_resolved_text_info_next = resolved_info; \ + } \ + pre = resolved_info; \ + if (!head) \ + { \ + head = pre; \ + } + /**************************************************************************/ /* */ /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_buffer_allocate PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,10 +76,12 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* update with bidi context */ /* structure change, */ -/* resulting in version 6.0.1 */ +/* moved a pointer check to */ +/* its caller function, */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_utility_bidi_buffer_allocate(GX_BIDI_CONTEXT *context) @@ -85,11 +99,6 @@ INT explicite_stack_size; GX_BIDI_BRACKET_PAIR bracket_pair; GX_BIDI_TEXT_INFO *input_info = context -> gx_bidi_context_input_info; - if (!_gx_system_memory_allocator) - { - return GX_SYSTEM_MEMORY_ERROR; - } - text = input_info -> gx_bidi_text_info_text; while (text.gx_string_length > 0) @@ -204,7 +213,7 @@ GX_BIDI_TEXT_INFO *input_info = context -> gx_bidi_context_input_info; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_initiate PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -242,9 +251,9 @@ GX_BIDI_TEXT_INFO *input_info = context -> gx_bidi_context_input_info; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed line breaking logic,*/ -/* resulting in version 6.0.1 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_utility_bidi_initiate(GX_BIDI_CONTEXT *context) @@ -282,7 +291,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_block_level_determine PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -319,6 +328,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -378,7 +389,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_explicit_levels_determine PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -410,6 +421,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -658,7 +671,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_level_runs_compute PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -693,6 +706,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -773,7 +788,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utiltiy_isolate_run_sequence_append PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -810,6 +825,8 @@ GX_BIDI_UNIT *unit; /* DATE 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, @@ -846,7 +863,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_one_isolate_run_sequence_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -882,6 +899,8 @@ GX_BIDI_UNIT *unit; /* DATE 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, @@ -988,7 +1007,7 @@ ULONG last_character; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_isolate_run_sequences_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1018,6 +1037,8 @@ ULONG last_character; /* DATE 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) @@ -1103,7 +1124,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_weak_type_resolve_1 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1136,6 +1157,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1186,7 +1209,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_weak_type_resolve_2_3 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1219,6 +1242,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1267,7 +1292,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_weak_type_resolve_4 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1300,6 +1325,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1353,7 +1380,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_weak_type_resolve_5 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1386,6 +1413,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1441,7 +1470,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_weak_type_resolve_6 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1474,6 +1503,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1505,7 +1536,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_weak_type_resolve_7 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1538,6 +1569,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1589,7 +1622,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_bracket_pair_search PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1626,6 +1659,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1736,7 +1771,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_neutral_type_resolve_0 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -1769,6 +1804,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -1968,7 +2005,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_neutral_type_resolve_1 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2001,6 +2038,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -2071,7 +2110,7 @@ GX_UBYTE type; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_neutral_type_resolve_2 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2104,6 +2143,8 @@ GX_UBYTE type; /* DATE 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) @@ -2148,7 +2189,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_implicit_level_resolve PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2181,6 +2222,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -2235,7 +2278,7 @@ GX_BIDI_UNIT *unit; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_isolate_run_sequences_resolve PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2266,6 +2309,8 @@ GX_BIDI_UNIT *unit; /* DATE 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) @@ -2355,7 +2400,7 @@ GX_BIDI_ISOLATE_RUN *entry = context -> gx_bidi_context_isolate_runs; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_reordering_resolve_1 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2388,6 +2433,8 @@ GX_BIDI_ISOLATE_RUN *entry = context -> gx_bidi_context_isolate_runs; /* DATE 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_1(GX_BIDI_CONTEXT *context, INT start_index, INT end_index) @@ -2477,7 +2524,7 @@ USHORT mirror; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_reordering_resolve_2 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2510,6 +2557,8 @@ USHORT mirror; /* DATE 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) @@ -2611,7 +2660,7 @@ INT count; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_line_break PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2640,7 +2689,7 @@ INT count; /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 06-30-2020 Kenneth Maxwell Initial Version 6.0.1 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ static UINT _gx_utility_bidi_line_break(GX_BIDI_CONTEXT *context) @@ -2702,7 +2751,7 @@ INT line_index = -1; } display_width += glyph_width; - display_number ++; + display_number++; if ((ch.gx_string_ptr[0] == ' ') || (ch.gx_string_ptr[0] == ',') || @@ -2728,7 +2777,7 @@ INT line_index = -1; /* FUNCTION RELEASE */ /* */ /* _gx_utility_bidi_reordering_resolve PORTABLE C */ -/* 6.0.1 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2764,38 +2813,46 @@ INT line_index = -1; /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* update with bidi context */ /* structure change, */ -/* resulting in version 6.0.1 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ -static UINT _gx_utility_bidi_reordering_resolve(GX_BIDI_CONTEXT *context, GX_BIDI_RESOLVED_TEXT_INFO *resolved_info) +static UINT _gx_utility_bidi_reordering_resolve(GX_BIDI_CONTEXT *context, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info) { -UINT status = GX_SUCCESS; -INT start_index = 0; -INT end_index; -UINT line_index; -GX_STRING *out_text_list = GX_NULL; -GX_CHAR *line_text; -ULONG byte_size; -INT index; -UINT glyph_count; -GX_BIDI_UNIT *unit; +UINT status = GX_SUCCESS; +INT start_index = 0; +INT end_index; +UINT line_index; +GX_STRING *out_text_list = GX_NULL; +GX_CHAR *line_text; +ULONG byte_size; +INT index; +UINT glyph_count; +GX_BIDI_UNIT *unit; +GX_BIDI_RESOLVED_TEXT_INFO *bidi_text; - byte_size = context -> gx_bidi_context_total_lines * sizeof(GX_STRING); + byte_size = context -> gx_bidi_context_total_lines * (sizeof(GX_BIDI_RESOLVED_TEXT_INFO) + sizeof(GX_STRING)); byte_size += context -> gx_bidi_context_reordered_utf8_size + context -> gx_bidi_context_total_lines; - resolved_info -> gx_bidi_resolved_text_info_text = (GX_STRING *)_gx_system_memory_allocator(byte_size); - out_text_list = resolved_info -> gx_bidi_resolved_text_info_text; + bidi_text = (GX_BIDI_RESOLVED_TEXT_INFO *)_gx_system_memory_allocator(byte_size); - if (!out_text_list) + if (!bidi_text) { return GX_SYSTEM_MEMORY_ERROR; } - line_text = (((GX_CHAR *)out_text_list) + context -> gx_bidi_context_total_lines * sizeof(GX_STRING)); - memset(out_text_list, 0, (size_t)byte_size); + memset(bidi_text, 0, (size_t)byte_size); + + bidi_text -> gx_bidi_resolved_text_info_text = (GX_STRING *)(bidi_text + 1); + bidi_text -> gx_bidi_resolved_text_info_total_lines = context -> gx_bidi_context_total_lines; + + *resolved_info = bidi_text; + + out_text_list = bidi_text -> gx_bidi_resolved_text_info_text; + line_text = (GX_CHAR *)(out_text_list + context -> gx_bidi_context_total_lines); + for (line_index = 0; line_index < context -> gx_bidi_context_total_lines; line_index++) { @@ -2866,8 +2923,8 @@ GX_BIDI_UNIT *unit; /* */ /* FUNCTION RELEASE */ /* */ -/* _gx_utility_bidi_paragraph_reorder PORTABLE C */ -/* 6.0.1 */ +/* _gx_utility_bidi_one_paragraph_reorder PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -2878,15 +2935,12 @@ GX_BIDI_UNIT *unit; /* */ /* INPUT */ /* */ -/* text A stream of text to be handled*/ /* text_info Pointer to bidi text */ /* reordered_text Reordered text, each line is */ /* ended a with string */ /* terminator '\0', multi line */ /* strings are linked one after*/ /* another */ -/* line_count Total lines of the returned */ -/* text */ /* processed_count The processed text size in */ /* byte */ /* */ @@ -2900,20 +2954,22 @@ GX_BIDI_UNIT *unit; /* */ /* CALLED BY */ /* */ -/* Application Code */ +/* _gx_utility_bidi_paragraph_reorder */ /* */ /* RELEASE HISTORY */ /* */ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 06-30-2020 Kenneth Maxwell Modified comment(s), modified */ -/* line breaking logic, and */ -/* supported Arabic shaping */ -/* resulting in version 6.0.1 */ +/* 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 */ /* */ /**************************************************************************/ -UINT _gx_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO *resolved_info) +static UINT _gx_utility_bidi_one_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info, UINT *processed_size) { UINT status; GX_BIDI_CONTEXT context; @@ -2921,8 +2977,6 @@ GX_BIDI_CONTEXT context; memset(&context, 0, sizeof(GX_BIDI_CONTEXT)); context.gx_bidi_context_input_info = input_info; - memset(resolved_info, 0, sizeof(GX_BIDI_RESOLVED_TEXT_INFO)); - /* Allocate buffer needed for bidi text reordering. */ status = _gx_utility_bidi_buffer_allocate(&context); @@ -2978,13 +3032,218 @@ GX_BIDI_CONTEXT context; if (status == GX_SUCCESS) { - resolved_info -> gx_bidi_resolved_text_total_lines = context.gx_bidi_context_total_lines; - resolved_info -> gx_bidi_resolved_text_processed_count = context.gx_bidi_context_processced_size; + if (processed_size) + { + *processed_size = context.gx_bidi_context_processced_size; + } _gx_system_memory_free(context.gx_bidi_context_buffer); } return status; } + + + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_utility_bidi_paragraph_reorder PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function reorders a bidi text for displaying. */ +/* */ +/* INPUT */ +/* */ +/* text_info Pointer to bidi text */ +/* reordered_text Reordered text information */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* Application Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +UINT _gx_utility_bidi_paragraph_reorder(GX_BIDI_TEXT_INFO *input_info, GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) +{ +UINT status = GX_SUCCESS; +GX_BIDI_TEXT_INFO text_info; +GX_BIDI_RESOLVED_TEXT_INFO *resolved_info; +GX_BIDI_RESOLVED_TEXT_INFO *head = GX_NULL; +GX_BIDI_RESOLVED_TEXT_INFO *pre = GX_NULL; +UINT line_size; +UINT line_break_counts = 0; +GX_STRING string = input_info -> gx_bidi_text_info_text; + + if (!_gx_system_memory_allocator) + { + return GX_SYSTEM_MEMORY_ERROR; + } + + text_info = *input_info; + + while (string.gx_string_length > 0) + { + if (string.gx_string_ptr[0] == GX_KEY_CARRIAGE_RETURN) + { + if ((string.gx_string_length > 1) && (string.gx_string_ptr[1] == GX_KEY_LINE_FEED)) + { + line_size = 2; + } + else + { + line_size = 1; + } + line_break_counts++; + } + else if (string.gx_string_ptr[0] == GX_KEY_LINE_FEED) + { + line_size = 1; + line_break_counts++; + } + else + { + line_size = 0; + } + + if (((line_break_counts > 1) && (!line_size)) || + ((line_break_counts > 0) && (line_size == string.gx_string_length))) + { + /* Collect blank lines as one bidi resolved text info instance. */ + resolved_info = (GX_BIDI_RESOLVED_TEXT_INFO *)_gx_system_memory_allocator(sizeof(GX_BIDI_RESOLVED_TEXT_INFO)); + if (!resolved_info) + { + status = GX_SYSTEM_MEMORY_ERROR; + break; + } + + memset(resolved_info, 0, sizeof(GX_BIDI_RESOLVED_TEXT_INFO)); + + if (!line_size) + { + resolved_info -> gx_bidi_resolved_text_info_total_lines = (UINT)(line_break_counts - 1); + } + else + { + resolved_info -> gx_bidi_resolved_text_info_total_lines = line_break_counts; + } + + GX_LINK_RESOLVED_BIDI_TEXT_INFO + } + + if (!line_size) + { + /* Start bidi text reorderding for one paragraph. */ + text_info.gx_bidi_text_info_text = string; + status = _gx_utility_bidi_one_paragraph_reorder(&text_info, &resolved_info, &line_size); + + if (status != GX_SUCCESS) + { + break; + } + + GX_LINK_RESOLVED_BIDI_TEXT_INFO + + line_break_counts = 0; + } + + /* Increment string pointer and decrement string length. */ + string.gx_string_ptr += line_size; + string.gx_string_length -= line_size; + } + + if (status == GX_SUCCESS) + { + *resolved_info_head = head; + } + else if (head) + { + /* Clean generated resolved bidi text link. */ + _gx_utility_bidi_resolved_text_info_delete(&head); + } + + return status; +} + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_utility_bidi_resolved_text_info_delete PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function deletes a reordered bidi text information link. */ +/* */ +/* INPUT */ +/* */ +/* reordered_text The head pointer of reordered */ +/* bidi text information link */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* Application Code */ +/* */ +/* RELEASE HISTORY */ +/* */ +/* DATE NAME DESCRIPTION */ +/* */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ +/* */ +/**************************************************************************/ +UINT _gx_utility_bidi_resolved_text_info_delete(GX_BIDI_RESOLVED_TEXT_INFO **resolved_info_head) +{ +GX_BIDI_RESOLVED_TEXT_INFO *info; +GX_BIDI_RESOLVED_TEXT_INFO *next; + + if (!_gx_system_memory_free) + { + return GX_SYSTEM_MEMORY_ERROR; + } + + info = *resolved_info_head; + + while (info) + { + next = info-> gx_bidi_resolved_text_info_next; + _gx_system_memory_free(info); + info = next; + } + + *resolved_info_head = GX_NULL; + + return GX_SUCCESS; +} #endif diff --git a/common/src/gx_utility_canvas_to_bmp.c b/common/src/gx_utility_canvas_to_bmp.c index add9787c..a2409fd1 100644 --- a/common/src/gx_utility_canvas_to_bmp.c +++ b/common/src/gx_utility_canvas_to_bmp.c @@ -58,7 +58,7 @@ typedef struct bmp_info_struct /* FUNCTION RELEASE */ /* */ /* _gx_utility_write_bitmap_header PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -90,6 +90,8 @@ typedef struct bmp_info_struct /* DATE 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)) @@ -299,7 +301,7 @@ INT blue; /* FUNCTION RELEASE */ /* */ /* _gx_utility_write_bitmap_data_32bpp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -331,6 +333,8 @@ INT blue; /* DATE 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)) @@ -361,7 +365,7 @@ INT y; /* FUNCTION RELEASE */ /* */ /* _gx_utility_write_bitmap_data_16bpp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -393,6 +397,8 @@ INT y; /* DATE 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)) @@ -430,7 +436,7 @@ INT width; /* FUNCTION RELEASE */ /* */ /* _gx_utility_write_bitmap_data_8bpp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -462,6 +468,8 @@ INT width; /* DATE 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)) @@ -506,7 +514,7 @@ INT fixed_count; /* FUNCTION RELEASE */ /* */ /* _gx_utility_write_bitmap_data_4bpp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -538,6 +546,8 @@ INT fixed_count; /* DATE 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)) @@ -611,7 +621,7 @@ INT row_count; /* FUNCTION RELEASE */ /* */ /* _gx_utility_write_bitmap_data_monochrome PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -643,6 +653,8 @@ INT row_count; /* DATE 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)) @@ -721,7 +733,7 @@ GX_UBYTE color = 0; /* FUNCTION RELEASE */ /* */ /* _gx_utility_canvas_to_bmp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -762,6 +774,8 @@ GX_UBYTE color = 0; /* DATE NAME DESCRIPTION */ /* */ /* 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 7a3560c3..9f05b941 100644 --- a/common/src/gx_utility_circle_point_get.c +++ b/common/src/gx_utility_circle_point_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_circle_point_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 42ffea5c..76d277c4 100644 --- a/common/src/gx_utility_easing_function_calculate.c +++ b/common/src/gx_utility_easing_function_calculate.c @@ -64,7 +64,7 @@ static UINT _gx_utility_pow_0_10_table[501] = { /* FUNCTION RELEASE */ /* */ /* _gx_utility_pow_0_10 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -96,6 +96,8 @@ static UINT _gx_utility_pow_0_10_table[501] = { /* DATE 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) @@ -111,7 +113,7 @@ static INT _gx_utility_pow_0_10(INT b) /* FUNCTION RELEASE */ /* */ /* _gx_utility_bounce_ease_out PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -146,6 +148,8 @@ static INT _gx_utility_pow_0_10(INT b) /* DATE 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) @@ -190,7 +194,7 @@ INT dd; /* FUNCTION RELEASE */ /* */ /* _gx_utility_easing_function_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -227,6 +231,8 @@ INT dd; /* DATE NAME DESCRIPTION */ /* */ /* 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 ee64e5a0..31b846c1 100644 --- a/common/src/gx_utility_gradient_create.c +++ b/common/src/gx_utility_gradient_create.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_gradient_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -97,7 +99,7 @@ GX_GRADIENT *search = _gx_system_gradient_list; /* FUNCTION RELEASE */ /* */ /* _gx_utility_horizontal_alpha_gradient_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -127,6 +129,8 @@ GX_GRADIENT *search = _gx_system_gradient_list; /* DATE 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) @@ -195,7 +199,7 @@ GX_UBYTE *data_start = (GX_UBYTE *)gradient -> gx_gradient_pixelmap.gx_pixelmap_ /* FUNCTION RELEASE */ /* */ /* _gx_utility_vertical_alpha_gradient_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -225,6 +229,8 @@ GX_UBYTE *data_start = (GX_UBYTE *)gradient -> gx_gradient_pixelmap.gx_pixelmap_ /* DATE 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) @@ -273,7 +279,7 @@ GX_UBYTE *data = (GX_UBYTE *)gradient -> gx_gradient_pixelmap.gx_pixelmap_data; /* FUNCTION RELEASE */ /* */ /* _gx_utility_gradient_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -309,6 +315,8 @@ GX_UBYTE *data = (GX_UBYTE *)gradient -> gx_gradient_pixelmap.gx_pixelmap_data; /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_GRADIENT *gradient, GX_VALUE width, GX_VALUE height, diff --git a/common/src/gx_utility_gradient_delete.c b/common/src/gx_utility_gradient_delete.c index d35156d5..fe971e89 100644 --- a/common/src/gx_utility_gradient_delete.c +++ b/common/src/gx_utility_gradient_delete.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_gradient_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -59,6 +59,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ebb2584e..243943ac 100644 --- a/common/src/gx_utility_ltoa.c +++ b/common/src/gx_utility_ltoa.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_ltoa PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 86a8baa5..8ff75a15 100644 --- a/common/src/gx_utility_math_acos.c +++ b/common/src/gx_utility_math_acos.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_acos_5_4_0 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -83,7 +85,7 @@ INT _gx_utility_math_acos_5_4_0(INT x) /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_acos PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -118,6 +120,8 @@ INT _gx_utility_math_acos_5_4_0(INT x) /* DATE 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 9aad7403..6d70e96e 100644 --- a/common/src/gx_utility_math_asin.c +++ b/common/src/gx_utility_math_asin.c @@ -53,7 +53,7 @@ static GX_CONST GX_UBYTE asin_angle_value_table[] = { /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_asin_5_4_0 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -86,6 +86,8 @@ static GX_CONST GX_UBYTE asin_angle_value_table[] = { /* DATE 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) @@ -119,7 +121,7 @@ INT angle = 0; /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_asin PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -153,6 +155,8 @@ INT angle = 0; /* DATE 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 54a04443..6089eb16 100644 --- a/common/src/gx_utility_math_cos.c +++ b/common/src/gx_utility_math_cos.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_cos_5_4_0 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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) @@ -80,7 +82,7 @@ INT _gx_utility_math_cos_5_4_0(INT angle) /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_cos PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -120,6 +122,8 @@ INT _gx_utility_math_cos_5_4_0(INT angle) /* DATE 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 db340936..e7db2c8a 100644 --- a/common/src/gx_utility_math_sin.c +++ b/common/src/gx_utility_math_sin.c @@ -61,7 +61,7 @@ static GX_CONST GX_UBYTE sin_value_table[360] = { /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_sin_5_4_0 PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -94,6 +94,8 @@ static GX_CONST GX_UBYTE sin_value_table[360] = { /* DATE 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) @@ -151,7 +153,7 @@ INT sine; /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_sin PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -191,6 +193,8 @@ INT sine; /* DATE 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 a4e6f0c7..b1be265a 100644 --- a/common/src/gx_utility_math_sqrt.c +++ b/common/src/gx_utility_math_sqrt.c @@ -56,7 +56,7 @@ static GX_CONST GX_UBYTE sqrt_table[256] = { /* FUNCTION RELEASE */ /* */ /* _gx_utility_math_sqrt PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -87,6 +87,8 @@ static GX_CONST GX_UBYTE sqrt_table[256] = { /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_utility_pixelmap_resize.c b/common/src/gx_utility_pixelmap_resize.c index eaf73160..22b739f9 100644 --- a/common/src/gx_utility_pixelmap_resize.c +++ b/common/src/gx_utility_pixelmap_resize.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_pixelmap_resize PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,9 +74,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added 565bgr format support,*/ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 04522e32..6646fb1d 100644 --- a/common/src/gx_utility_pixelmap_rotate.c +++ b/common/src/gx_utility_pixelmap_rotate.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_pixelmap_rotation PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,9 +78,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added 565bgr format support,*/ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 26c6aa66..41703100 100644 --- a/common/src/gx_utility_pixelmap_simple_rotate.c +++ b/common/src/gx_utility_pixelmap_simple_rotate.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_pixelmap_simple_rotation PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -92,9 +92,9 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* added 565bgr format support,*/ -/* resulting in version 6.0.2 */ +/* 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 c95628e5..5c5845d6 100644 --- a/common/src/gx_utility_rectangle_center.c +++ b/common/src/gx_utility_rectangle_center.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_center PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 cfcf8c11..0cac5488 100644 --- a/common/src/gx_utility_rectangle_center_find.c +++ b/common/src/gx_utility_rectangle_center_find.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_center_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_utility_rectangle_combine.c b/common/src/gx_utility_rectangle_combine.c index 21f23ee2..0441c18e 100644 --- a/common/src/gx_utility_rectangle_combine.c +++ b/common/src/gx_utility_rectangle_combine.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_combine PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 665080dd..c2e1c950 100644 --- a/common/src/gx_utility_rectangle_compare.c +++ b/common/src/gx_utility_rectangle_compare.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_compare PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 cbd3c790..940be9fd 100644 --- a/common/src/gx_utility_rectangle_define.c +++ b/common/src/gx_utility_rectangle_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_utility_rectangle_inside_detect.c b/common/src/gx_utility_rectangle_inside_detect.c index a6696e83..31bc7c01 100644 --- a/common/src/gx_utility_rectangle_inside_detect.c +++ b/common/src/gx_utility_rectangle_inside_detect.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_inside_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 a56b2f52..dd17db30 100644 --- a/common/src/gx_utility_rectangle_overlap_detect.c +++ b/common/src/gx_utility_rectangle_overlap_detect.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_overlap_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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, diff --git a/common/src/gx_utility_rectangle_point_detect.c b/common/src/gx_utility_rectangle_point_detect.c index b1924844..868296b1 100644 --- a/common/src/gx_utility_rectangle_point_detect.c +++ b/common/src/gx_utility_rectangle_point_detect.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_point_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 8c4c7508..e7ce7f08 100644 --- a/common/src/gx_utility_rectangle_resize.c +++ b/common/src/gx_utility_rectangle_resize.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 bc243543..31343033 100644 --- a/common/src/gx_utility_rectangle_shift.c +++ b/common/src/gx_utility_rectangle_shift.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_rectangle_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 new file mode 100644 index 00000000..e62abe3d --- /dev/null +++ b/common/src/gx_utility_string_compare.c @@ -0,0 +1,94 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Utility (Utility) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_utility.h" + + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gx_utility_string_compare PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function compares two strings character by character. */ +/* */ +/* INPUT */ +/* */ +/* string_1 String to be compared */ +/* string_2 Another string to be compared */ +/* count number of bytes to compare */ +/* */ +/* OUTPUT */ +/* */ +/* [GX_TRUE | GX_FALSE] [equal | not equal] */ +/* */ +/* CALLS */ +/* */ +/* None */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +UINT index = 0; + + if ((string_1 -> gx_string_length < count) || (string_2 -> gx_string_length < count)) + { + /* Not equal.*/ + return GX_FALSE; + } + + while (index < count) + { + if (string_1 -> gx_string_ptr[index] != string_2 -> gx_string_ptr[index]) + { + /* Not equal. */ + return GX_FALSE; + } + + index++; + } + + /* Equal. */ + return GX_TRUE; +} + diff --git a/common/src/gx_utility_string_length_check.c b/common/src/gx_utility_string_length_check.c index ef588f3e..7fe3562b 100644 --- a/common/src/gx_utility_string_length_check.c +++ b/common/src/gx_utility_string_length_check.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_string_length_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 95404415..5087efea 100644 --- a/common/src/gx_utility_string_to_alphamap.c +++ b/common/src/gx_utility_string_to_alphamap.c @@ -49,7 +49,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_string_to_alphamap PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE 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) @@ -107,7 +109,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_utility_string_to_alphamap_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -147,6 +149,8 @@ GX_STRING string; /* DATE NAME DESCRIPTION */ /* */ /* 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_to_alphamap_ext(GX_CONST GX_STRING *string, GX_CONST GX_FONT *font, GX_PIXELMAP *textmap) @@ -248,7 +252,7 @@ UINT glyph_len; /* FUNCTION RELEASE */ /* */ /* _gx_utility_glyph_8bpp_to_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -285,6 +289,8 @@ UINT glyph_len; /* DATE 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_utility_glyph_8bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) @@ -326,7 +332,7 @@ UINT y_height; /* FUNCTION RELEASE */ /* */ /* _gx_utility_glyph_4bpp_to_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -363,6 +369,8 @@ UINT y_height; /* DATE 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_utility_glyph_4bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) @@ -415,7 +423,7 @@ GX_UBYTE data; /* FUNCTION RELEASE */ /* */ /* _gx_utility_glyph_reversed_4bpp_to_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -452,6 +460,8 @@ GX_UBYTE data; /* DATE 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_SYNERGY_FONT_FORMAT_SUPPORT) @@ -506,7 +516,7 @@ GX_UBYTE data; /* FUNCTION RELEASE */ /* */ /* _gx_utility_glyph_1bpp_to_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -543,6 +553,8 @@ GX_UBYTE data; /* DATE 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_utility_glyph_1bpp_to_alphamap_draw(GX_PIXELMAP *map, INT xpos, INT ypos, GX_CONST GX_GLYPH *glyph) @@ -640,7 +652,7 @@ GX_UBYTE mask; /* FUNCTION RELEASE */ /* */ /* _gx_utility_glyph_reversed_1bpp_to_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -677,6 +689,8 @@ GX_UBYTE mask; /* DATE 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_SYNERGY_FONT_FORMAT_SUPPORT) @@ -776,7 +790,7 @@ GX_UBYTE mask; /* FUNCTION RELEASE */ /* */ /* _gx_utility_string_to_alphamap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -817,6 +831,8 @@ GX_UBYTE mask; /* DATE 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_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 42f95343..b6529e62 100644 --- a/common/src/gx_utility_thai_glyph_shaping.c +++ b/common/src/gx_utility_thai_glyph_shaping.c @@ -42,7 +42,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_thai_utf8_to_unicode PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE 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 @@ -154,7 +156,7 @@ GX_BOOL is_thai_string = GX_FALSE; /* FUNCTION RELEASE */ /* */ /* _gx_utility_thai_glyph_class_type_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -185,6 +187,8 @@ GX_BOOL is_thai_string = GX_FALSE; /* DATE 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 @@ -239,7 +243,7 @@ GX_UBYTE type; /* FUNCTION RELEASE */ /* */ /* _gx_utility_thai_glyph_shaping PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -274,6 +278,8 @@ GX_UBYTE type; /* DATE 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 diff --git a/common/src/gx_utility_unicode_to_utf8.c b/common/src/gx_utility_unicode_to_utf8.c index 3b167d7d..929dd092 100644 --- a/common/src/gx_utility_unicode_to_utf8.c +++ b/common/src/gx_utility_unicode_to_utf8.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_utf8_string_character_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 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 fcaab27e..055cf87c 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 @@ -32,7 +32,7 @@ /* */ /* _gx_utility_utf8_string_backward_character_length_get */ /* PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 diff --git a/common/src/gx_utility_utf8_string_character_get.c b/common/src/gx_utility_utf8_string_character_get.c index 891f2ee9..b6bd106f 100644 --- a/common/src/gx_utility_utf8_string_character_get.c +++ b/common/src/gx_utility_utf8_string_character_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_utility_utf8_string_character_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 diff --git a/common/src/gx_vertical_list_children_position.c b/common/src/gx_vertical_list_children_position.c index 6efb66e6..8e9190b0 100644 --- a/common/src/gx_vertical_list_children_position.c +++ b/common/src/gx_vertical_list_children_position.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_children_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 dfa9cc7a..35a8ddb2 100644 --- a/common/src/gx_vertical_list_create.c +++ b/common/src/gx_vertical_list_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vetical_list_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_VERTICAL_LIST *vertical_list, diff --git a/common/src/gx_vertical_list_down_wrap.c b/common/src/gx_vertical_list_down_wrap.c index 89d88f8b..1be1d604 100644 --- a/common/src/gx_vertical_list_down_wrap.c +++ b/common/src/gx_vertical_list_down_wrap.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_down_wrap PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 e917e2fc..a4a013a2 100644 --- a/common/src/gx_vertical_list_event_process.c +++ b/common/src/gx_vertical_list_event_process.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -84,6 +84,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 12dbab36..6958f968 100644 --- a/common/src/gx_vertical_list_page_index_set.c +++ b/common/src/gx_vertical_list_page_index_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_page_index_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b357a848..92b3cdef 100644 --- a/common/src/gx_vertical_list_scroll.c +++ b/common/src/gx_vertical_list_scroll.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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_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 b99def1b..a991110e 100644 --- a/common/src/gx_vertical_list_scroll_info_get.c +++ b/common/src/gx_vertical_list_scroll_info_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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_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 deb8cd36..d9722efb 100644 --- a/common/src/gx_vertical_list_selected_index_get.c +++ b/common/src/gx_vertical_list_selected_index_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_selected_index_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_vertical_list_selected_set.c b/common/src/gx_vertical_list_selected_set.c index 94aab43d..aca20a42 100644 --- a/common/src/gx_vertical_list_selected_set.c +++ b/common/src/gx_vertical_list_selected_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 2db1b1d2..c7392c02 100644 --- a/common/src/gx_vertical_list_selected_visible.c +++ b/common/src/gx_vertical_list_selected_visible.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_selected_visible PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 6316f5da..99e368f4 100644 --- a/common/src/gx_vertical_list_selected_widget_get.c +++ b/common/src/gx_vertical_list_selected_widget_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_selected_widget_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_vertical_list_slide_back_check.c b/common/src/gx_vertical_list_slide_back_check.c index 7f85f6ec..ae8f1e6b 100644 --- a/common/src/gx_vertical_list_slide_back_check.c +++ b/common/src/gx_vertical_list_slide_back_check.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_slide_back_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 795e1d30..9530f0f5 100644 --- a/common/src/gx_vertical_list_total_rows_set.c +++ b/common/src/gx_vertical_list_total_rows_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_total_rows_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_total_rows_set(GX_VERTICAL_LIST *list, INT count) diff --git a/common/src/gx_vertical_list_up_wrap.c b/common/src/gx_vertical_list_up_wrap.c index 3cd5ca1b..d310b05f 100644 --- a/common/src/gx_vertical_list_up_wrap.c +++ b/common/src/gx_vertical_list_up_wrap.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_list_up_wrap PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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 e7e74aa9..dbdf3eb7 100644 --- a/common/src/gx_vertical_scrollbar_create.c +++ b/common/src/gx_vertical_scrollbar_create.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_vertical_scrollbar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -83,6 +83,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_widget_allocate.c b/common/src/gx_widget_allocate.c index b524e182..71263268 100644 --- a/common/src/gx_widget_allocate.c +++ b/common/src/gx_widget_allocate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_allocate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e7dc6c45..56721135 100644 --- a/common/src/gx_widget_attach.c +++ b/common/src/gx_widget_attach.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_attach PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_widget_back_attach.c b/common/src/gx_widget_back_attach.c index 59d285cc..b85dd9ce 100644 --- a/common/src/gx_widget_back_attach.c +++ b/common/src/gx_widget_back_attach.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_back_attach PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gx_widget_back_link.c b/common/src/gx_widget_back_link.c index 6597b0c1..b68a1fc0 100644 --- a/common/src/gx_widget_back_link.c +++ b/common/src/gx_widget_back_link.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_back_link PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 5cc58e0d..14f7cdb3 100644 --- a/common/src/gx_widget_back_move.c +++ b/common/src/gx_widget_back_move.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_back_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b32bdb4f..2eb3379b 100644 --- a/common/src/gx_widget_background_draw.c +++ b/common/src/gx_widget_background_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 e3ddd637..29f80ae6 100644 --- a/common/src/gx_widget_block_move.c +++ b/common/src/gx_widget_block_move.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b65eb9c0..930dddf3 100644 --- a/common/src/gx_widget_border_draw.c +++ b/common/src/gx_widget_border_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_border_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -82,6 +82,8 @@ /* DATE 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, diff --git a/common/src/gx_widget_border_style_set.c b/common/src/gx_widget_border_style_set.c index 95e01c70..a5c1a8e0 100644 --- a/common/src/gx_widget_border_style_set.c +++ b/common/src/gx_widget_border_style_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_border_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 311fd525..b7d26f96 100644 --- a/common/src/gx_widget_border_width_get.c +++ b/common/src/gx_widget_border_width_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_border_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3ff82005..1de5a0b1 100644 --- a/common/src/gx_widget_canvas_get.c +++ b/common/src/gx_widget_canvas_get.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_canvas_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ac29c672..587207f4 100644 --- a/common/src/gx_widget_child_clipping_update.c +++ b/common/src/gx_widget_child_clipping_update.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_child_clipping_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 b65bafda..6ba97305 100644 --- a/common/src/gx_widget_child_detect.c +++ b/common/src/gx_widget_child_detect.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_child_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b34aa116..c5ced89c 100644 --- a/common/src/gx_widget_child_focus_assign.c +++ b/common/src/gx_widget_child_focus_assign.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_child_focus_assign PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 3c0205ce..bb6a873d 100644 --- a/common/src/gx_widget_children_draw.c +++ b/common/src/gx_widget_children_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_children_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE 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 ac2a099f..89762c34 100644 --- a/common/src/gx_widget_children_event_process.c +++ b/common/src/gx_widget_children_event_process.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_children_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 d6e9b318..8f742d90 100644 --- a/common/src/gx_widget_client_get.c +++ b/common/src/gx_widget_client_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_client_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 655a774e..6e037b4b 100644 --- a/common/src/gx_widget_client_index_get.c +++ b/common/src/gx_widget_client_index_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_client_index_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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 df2b03e7..37e57eda 100644 --- a/common/src/gx_widget_clipping_update.c +++ b/common/src/gx_widget_clipping_update.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_clipping_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 241c0c1a..99bc1fab 100644 --- a/common/src/gx_widget_color_get.c +++ b/common/src/gx_widget_color_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 163e2e3a..a4cd2a90 100644 --- a/common/src/gx_widget_context_fill_set.c +++ b/common/src/gx_widget_context_fill_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_context_fill_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 692d7212..2356b757 100644 --- a/common/src/gx_widget_create.c +++ b/common/src/gx_widget_create.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_widget_created_test.c b/common/src/gx_widget_created_test.c index 96bf90b6..affe5b83 100644 --- a/common/src/gx_widget_created_test.c +++ b/common/src/gx_widget_created_test.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_created_test PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1d91f1c7..f6e7909e 100644 --- a/common/src/gx_widget_delete.c +++ b/common/src/gx_widget_delete.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_delete_helper PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,10 +69,10 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ -/* 08-14-2020 Kenneth Maxwell Modified comment(s), */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ /* removed private string */ /* delete, */ -/* resulting in version 6.0.2 */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ static VOID _gx_widget_delete_helper(GX_WIDGET *widget) @@ -120,7 +120,7 @@ GX_EVENT delete_event; /* FUNCTION RELEASE */ /* */ /* _gx_widget_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -153,6 +153,8 @@ GX_EVENT delete_event; /* DATE NAME DESCRIPTION */ /* */ /* 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) @@ -163,7 +165,7 @@ GX_WIDGET *child; GX_ENTER_CRITICAL /* first delete widget children */ - while(widget -> gx_widget_first_child) + while (widget -> gx_widget_first_child) { child = widget -> gx_widget_first_child; while (child -> gx_widget_first_child) diff --git a/common/src/gx_widget_detach.c b/common/src/gx_widget_detach.c index 29342495..c669b138 100644 --- a/common/src/gx_widget_detach.c +++ b/common/src/gx_widget_detach.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_detach PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a40d0285..e988f906 100644 --- a/common/src/gx_widget_draw.c +++ b/common/src/gx_widget_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 985a6ac8..ec779905 100644 --- a/common/src/gx_widget_draw_set.c +++ b/common/src/gx_widget_draw_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_draw_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f484ad96..75d19770 100644 --- a/common/src/gx_widget_event_generate.c +++ b/common/src/gx_widget_event_generate.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_event_generate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 821b6b66..87cec785 100644 --- a/common/src/gx_widget_event_process.c +++ b/common/src/gx_widget_event_process.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_children_show_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) @@ -125,7 +127,7 @@ GX_WIDGET *end = GX_NULL; /* FUNCTION RELEASE */ /* */ /* _gx_widget_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -162,6 +164,9 @@ GX_WIDGET *end = GX_NULL; /* 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 */ /* */ /**************************************************************************/ UINT _gx_widget_event_process(GX_WIDGET *widget, GX_EVENT *event_ptr) @@ -269,6 +274,10 @@ UINT status = GX_SUCCESS; case GX_EVENT_LANGUAGE_CHANGE: case GX_EVENT_RESOURCE_CHANGE: +#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) + case GX_EVENT_DYNAMIC_BIDI_TEXT_DISABLE: + case GX_EVENT_DYNAMIC_BIDI_TEXT_ENABLE: +#endif /* pass this event down to all my children */ child = widget -> gx_widget_first_child; while (child) diff --git a/common/src/gx_widget_event_process_set.c b/common/src/gx_widget_event_process_set.c index 5982b28b..4bb9c8a6 100644 --- a/common/src/gx_widget_event_process_set.c +++ b/common/src/gx_widget_event_process_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_event_process_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 178a773d..bd75f169 100644 --- a/common/src/gx_widget_event_to_parent.c +++ b/common/src/gx_widget_event_to_parent.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_event_to_parent PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1fb20639..1128b7b5 100644 --- a/common/src/gx_widget_fill_color_set.c +++ b/common/src/gx_widget_fill_color_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_widget_find.c b/common/src/gx_widget_find.c index 0375c801..c02439fd 100644 --- a/common/src/gx_widget_find.c +++ b/common/src/gx_widget_find.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 917a49d9..8f76a80a 100644 --- a/common/src/gx_widget_first_child_get.c +++ b/common/src/gx_widget_first_child_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_first_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 54d77b16..4d8d5aa3 100644 --- a/common/src/gx_widget_first_client_child_get.c +++ b/common/src/gx_widget_first_client_child_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_first_client_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE 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) diff --git a/common/src/gx_widget_focus_next.c b/common/src/gx_widget_focus_next.c index c66d18a2..251b12f6 100644 --- a/common/src/gx_widget_focus_next.c +++ b/common/src/gx_widget_focus_next.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_focus_next PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7f4e6202..b8e8b535 100644 --- a/common/src/gx_widget_focus_previous.c +++ b/common/src/gx_widget_focus_previous.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_focus_previous PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 11e7573a..6c5bc7b2 100644 --- a/common/src/gx_widget_font_get.c +++ b/common/src/gx_widget_font_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_font_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 593848ae..463d8b50 100644 --- a/common/src/gx_widget_free.c +++ b/common/src/gx_widget_free.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_free PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9404a185..d4f32b0e 100644 --- a/common/src/gx_widget_front_move.c +++ b/common/src/gx_widget_front_move.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_front_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b2b9a5a7..b9c62e97 100644 --- a/common/src/gx_widget_height_get.c +++ b/common/src/gx_widget_height_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_height_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3d76ebad..2775494e 100644 --- a/common/src/gx_widget_hide.c +++ b/common/src/gx_widget_hide.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_hide PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 cacf76e7..5caf5592 100644 --- a/common/src/gx_widget_last_child_get.c +++ b/common/src/gx_widget_last_child_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_last_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6a35ba8b..79f4cd7b 100644 --- a/common/src/gx_widget_last_client_child_get.c +++ b/common/src/gx_widget_last_client_child_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_last_client_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) diff --git a/common/src/gx_widget_link.c b/common/src/gx_widget_link.c index 57e70a93..100bc646 100644 --- a/common/src/gx_widget_link.c +++ b/common/src/gx_widget_link.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_link PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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 7b880f43..00838401 100644 --- a/common/src/gx_widget_nav_order_initialize.c +++ b/common/src/gx_widget_nav_order_initialize.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_nav_order_initialize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE 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 4a608455..b6a8c8a7 100644 --- a/common/src/gx_widget_next_client_child_get.c +++ b/common/src/gx_widget_next_client_child_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_next_client_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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) diff --git a/common/src/gx_widget_next_sibling_get.c b/common/src/gx_widget_next_sibling_get.c index 344532c9..c4b976a0 100644 --- a/common/src/gx_widget_next_sibling_get.c +++ b/common/src/gx_widget_next_sibling_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_next_sibling_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 cb66a218..60da1a4a 100644 --- a/common/src/gx_widget_parent_get.c +++ b/common/src/gx_widget_parent_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_parent_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 98635f70..21c35730 100644 --- a/common/src/gx_widget_pixelmap_get.c +++ b/common/src/gx_widget_pixelmap_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_pixelmap_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c24d74d0..862dfc35 100644 --- a/common/src/gx_widget_previous_sibling_get.c +++ b/common/src/gx_widget_previous_sibling_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_previous_sibling_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f9db0e71..b25ba31a 100644 --- a/common/src/gx_widget_resize.c +++ b/common/src/gx_widget_resize.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 99c6fa5e..4eed7d89 100644 --- a/common/src/gx_widget_scroll_shift.c +++ b/common/src/gx_widget_scroll_shift.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_scroll_shift_helper PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) @@ -94,7 +96,7 @@ GX_WINDOW *win; /* FUNCTION RELEASE */ /* */ /* _gx_widget_scroll_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -132,6 +134,8 @@ GX_WINDOW *win; /* DATE NAME DESCRIPTION */ /* */ /* 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 ab68d090..c14cd4ad 100644 --- a/common/src/gx_widget_shift.c +++ b/common/src/gx_widget_shift.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_shift_helper PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ /* DATE 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) @@ -127,7 +129,7 @@ GX_EVENT new_event; /* FUNCTION RELEASE */ /* */ /* _gx_widget_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -165,6 +167,8 @@ GX_EVENT new_event; /* DATE NAME DESCRIPTION */ /* */ /* 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 e0a0fcc2..10c72d80 100644 --- a/common/src/gx_widget_show.c +++ b/common/src/gx_widget_show.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_show PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 66e597c0..cf5cf9e7 100644 --- a/common/src/gx_widget_status_add.c +++ b/common/src/gx_widget_status_add.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_status_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e01cdbc6..3d0d544d 100644 --- a/common/src/gx_widget_status_get.c +++ b/common/src/gx_widget_status_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_status_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1723c6f7..b09e6377 100644 --- a/common/src/gx_widget_status_remove.c +++ b/common/src/gx_widget_status_remove.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_status_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 49fad5fc..c465f91c 100644 --- a/common/src/gx_widget_status_test.c +++ b/common/src/gx_widget_status_test.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_status_test PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9721ca2a..df5b8faa 100644 --- a/common/src/gx_widget_string_get.c +++ b/common/src/gx_widget_string_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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) @@ -101,7 +103,7 @@ GX_DISPLAY *display; /* FUNCTION RELEASE */ /* */ /* _gx_widget_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -136,6 +138,8 @@ GX_DISPLAY *display; /* DATE NAME DESCRIPTION */ /* */ /* 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 35580fd1..d23033ff 100644 --- a/common/src/gx_widget_style_add.c +++ b/common/src/gx_widget_style_add.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_style_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 87d52250..c48bcb36 100644 --- a/common/src/gx_widget_style_get.c +++ b/common/src/gx_widget_style_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_style_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5ed61348..db68fd54 100644 --- a/common/src/gx_widget_style_remove.c +++ b/common/src/gx_widget_style_remove.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_style_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 12fe8ec9..25f2cf5b 100644 --- a/common/src/gx_widget_style_set.c +++ b/common/src/gx_widget_style_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 03f7c2e1..fe7456ff 100644 --- a/common/src/gx_widget_text_blend.c +++ b/common/src/gx_widget_text_blend.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_text_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ /* DATE 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) @@ -105,7 +107,7 @@ GX_STRING new_string; /* FUNCTION RELEASE */ /* */ /* _gx_widget_text_blend_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -149,6 +151,8 @@ GX_STRING new_string; /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gx_widget_text_draw.c b/common/src/gx_widget_text_draw.c index 0049872f..e2807486 100644 --- a/common/src/gx_widget_text_draw.c +++ b/common/src/gx_widget_text_draw.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE 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) @@ -99,7 +101,7 @@ GX_STRING string; /* FUNCTION RELEASE */ /* */ /* _gx_widget_text_draw_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -142,6 +144,10 @@ GX_STRING string; /* 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 */ /* */ /**************************************************************************/ @@ -160,11 +166,6 @@ GX_VALUE border_width; GX_BRUSH *brush; -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) -GX_BIDI_TEXT_INFO text_info; -GX_BIDI_RESOLVED_TEXT_INFO resolved_info; -#endif - /* Is there a string? */ if (string) { @@ -207,29 +208,8 @@ GX_BIDI_RESOLVED_TEXT_INFO resolved_info; break; } -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) - if (_gx_system_bidi_text_enabled) - { - text_info.gx_bidi_text_info_text = *string; - text_info.gx_bidi_text_info_font = GX_NULL; - text_info.gx_bidi_text_info_display_width = -1; - - if (_gx_utility_bidi_paragraph_reorder(&text_info, &resolved_info) == GX_SUCCESS) - { - string = resolved_info.gx_bidi_resolved_text_info_text; - } - } -#endif - /* Draw the text. */ _gx_canvas_text_draw_ext((GX_VALUE)(x_pos + x_offset), (GX_VALUE)(y_pos + y_offset), string); - -#if defined(GX_DYNAMIC_BIDI_TEXT_SUPPORT) - if (_gx_system_bidi_text_enabled && resolved_info.gx_bidi_resolved_text_info_text) - { - _gx_system_memory_free(resolved_info.gx_bidi_resolved_text_info_text); - } -#endif } } diff --git a/common/src/gx_widget_text_id_draw.c b/common/src/gx_widget_text_id_draw.c index cee03bd3..fec16086 100644 --- a/common/src/gx_widget_text_id_draw.c +++ b/common/src/gx_widget_text_id_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_text_id_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE 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, diff --git a/common/src/gx_widget_top_visible_child_find.c b/common/src/gx_widget_top_visible_child_find.c index ff56f20b..e6a1b029 100644 --- a/common/src/gx_widget_top_visible_child_find.c +++ b/common/src/gx_widget_top_visible_child_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_top_visible_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d5fcc202..177bde16 100644 --- a/common/src/gx_widget_transparent_pixelmap_detect.c +++ b/common/src/gx_widget_transparent_pixelmap_detect.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_transparent_pixelmap_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 06f1a396..640c2f9a 100644 --- a/common/src/gx_widget_type_find.c +++ b/common/src/gx_widget_type_find.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_type_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4798d7c4..e7c7ba71 100644 --- a/common/src/gx_widget_unlink.c +++ b/common/src/gx_widget_unlink.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_unlink PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 61c2e0c3..5bb4109c 100644 --- a/common/src/gx_widget_width_get.c +++ b/common/src/gx_widget_width_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_widget_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e5ac211a..96e64512 100644 --- a/common/src/gx_window_background_draw.c +++ b/common/src/gx_window_background_draw.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_background_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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 31e7860c..827f3c95 100644 --- a/common/src/gx_window_border_draw.c +++ b/common/src/gx_window_border_draw.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_border_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ /* DATE 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 24783319..005d34a5 100644 --- a/common/src/gx_window_client_height_get.c +++ b/common/src/gx_window_client_height_get.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_client_height_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0b919051..78644c37 100644 --- a/common/src/gx_window_client_scroll.c +++ b/common/src/gx_window_client_scroll.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_client_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f176c740..bdae4013 100644 --- a/common/src/gx_window_client_width_get.c +++ b/common/src/gx_window_client_width_get.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_client_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7f656412..775af6d2 100644 --- a/common/src/gx_window_close.c +++ b/common/src/gx_window_close.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_close PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ea602f05..925e8236 100644 --- a/common/src/gx_window_create.c +++ b/common/src/gx_window_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,9 @@ /* 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, @@ -104,7 +107,7 @@ GX_VALUE border_width; window -> gx_window_move_start.gx_point_y = 0; window -> gx_widget_draw_function = (VOID (*)(GX_WIDGET *))_gx_window_draw; window -> gx_widget_event_process_function = (UINT (*)(GX_WIDGET *, GX_EVENT *))_gx_window_event_process; - window -> gx_window_scroll_info_get = (VOID (*)(GX_WINDOW *, ULONG, GX_SCROLL_INFO *))_gx_window_scroll_info_get; + window -> gx_window_scroll_info_get = (VOID (*)(GX_WINDOW *, ULONG, GX_SCROLL_INFO *))(void (*)(void))_gx_window_scroll_info_get; /* Determine if a parent widget was provided. */ if (parent) diff --git a/common/src/gx_window_draw.c b/common/src/gx_window_draw.c index e06bb09c..abb01bba 100644 --- a/common/src/gx_window_draw.c +++ b/common/src/gx_window_draw.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 c83d970d..aa882992 100644 --- a/common/src/gx_window_event_process.c +++ b/common/src/gx_window_event_process.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7c0bfae6..10e9c536 100644 --- a/common/src/gx_window_execute.c +++ b/common/src/gx_window_execute.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_execute PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 fb3abaf0..83f3c6ec 100644 --- a/common/src/gx_window_root_create.c +++ b/common/src/gx_window_root_create.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_root_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_WINDOW_ROOT *root_window, GX_CONST GX_CHAR *name, diff --git a/common/src/gx_window_root_delete.c b/common/src/gx_window_root_delete.c index 5592749c..c372f961 100644 --- a/common/src/gx_window_root_delete.c +++ b/common/src/gx_window_root_delete.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_root_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 410e6077..c965af6f 100644 --- a/common/src/gx_window_root_event_process.c +++ b/common/src/gx_window_root_event_process.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_root_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4ab02c6e..77414194 100644 --- a/common/src/gx_window_root_find.c +++ b/common/src/gx_window_root_find.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_root_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5508efb7..4e793040 100644 --- a/common/src/gx_window_scroll.c +++ b/common/src/gx_window_scroll.c @@ -38,7 +38,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 373f340b..cd518a9e 100644 --- a/common/src/gx_window_scroll_info_get.c +++ b/common/src/gx_window_scroll_info_get.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6c41518f..0637ecc8 100644 --- a/common/src/gx_window_scrollbar_find.c +++ b/common/src/gx_window_scrollbar_find.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_scrollbar_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3f942cdc..b2b58156 100644 --- a/common/src/gx_window_view_update_detect.c +++ b/common/src/gx_window_view_update_detect.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_view_update_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 d4db0d40..090e6e74 100644 --- a/common/src/gx_window_wallpaper_get.c +++ b/common/src/gx_window_wallpaper_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_wallpaper_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f7e03b25..15c94526 100644 --- a/common/src/gx_window_wallpaper_set.c +++ b/common/src/gx_window_wallpaper_set.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gx_window_wallpaper_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8094354a..63e41a39 100644 --- a/common/src/gxe_accordion_menu_create.c +++ b/common/src/gxe_accordion_menu_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_accordion_menu_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_accordion_menu_event_process.c b/common/src/gxe_accordion_menu_event_process.c index 1efa6150..2e8a87f6 100644 --- a/common/src/gxe_accordion_menu_event_process.c +++ b/common/src/gxe_accordion_menu_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_accordion_menu_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7c49e166..4bd5a4e6 100644 --- a/common/src/gxe_accordion_menu_position.c +++ b/common/src/gxe_accordion_menu_position.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_accordion_menu_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 357fd179..30d9a104 100644 --- a/common/src/gxe_animation_canvas_define.c +++ b/common/src/gxe_animation_canvas_define.c @@ -37,7 +37,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_animation_canvas_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_canvas_define(GX_ANIMATION *animation, GX_CANVAS *canvas) diff --git a/common/src/gxe_animation_create.c b/common/src/gxe_animation_create.c index 4a61df9b..66bc6dee 100644 --- a/common/src/gxe_animation_create.c +++ b/common/src/gxe_animation_create.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_animation_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_create(GX_ANIMATION *animation) diff --git a/common/src/gxe_animation_drag_disable.c b/common/src/gxe_animation_drag_disable.c index 6f6f016e..f730014c 100644 --- a/common/src/gxe_animation_drag_disable.c +++ b/common/src/gxe_animation_drag_disable.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gx_animation_drag_disable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_drag_disable(GX_ANIMATION *animation, GX_WIDGET *widget) diff --git a/common/src/gxe_animation_drag_enable.c b/common/src/gxe_animation_drag_enable.c index 0be7c90f..15beee4b 100644 --- a/common/src/gxe_animation_drag_enable.c +++ b/common/src/gxe_animation_drag_enable.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_animation_drag_enable PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_drag_enable(GX_ANIMATION *animation, GX_WIDGET *widget, GX_ANIMATION_INFO *info) diff --git a/common/src/gxe_animation_landing_speed_set.c b/common/src/gxe_animation_landing_speed_set.c index 78928815..ef7dc999 100644 --- a/common/src/gxe_animation_landing_speed_set.c +++ b/common/src/gxe_animation_landing_speed_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_animation_landing_speed_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_landing_speed_set(GX_ANIMATION *animation, USHORT shift_per_step) diff --git a/common/src/gxe_animation_start.c b/common/src/gxe_animation_start.c index 4cef3d68..ee161e57 100644 --- a/common/src/gxe_animation_start.c +++ b/common/src/gxe_animation_start.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_animation_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_start(GX_ANIMATION *animation, GX_ANIMATION_INFO *info) diff --git a/common/src/gxe_animation_stop.c b/common/src/gxe_animation_stop.c index 02f02df7..a77e6f05 100644 --- a/common/src/gxe_animation_stop.c +++ b/common/src/gxe_animation_stop.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_animation_stop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ UINT _gxe_animation_stop(GX_ANIMATION *animation) diff --git a/common/src/gxe_binres_language_count_get.c b/common/src/gxe_binres_language_count_get.c index 96cf8ab6..d4884b07 100644 --- a/common/src/gxe_binres_language_count_get.c +++ b/common/src/gxe_binres_language_count_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_binres_language_count_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 diff --git a/common/src/gxe_binres_language_info_load.c b/common/src/gxe_binres_language_info_load.c index df848a6e..7bd15498 100644 --- a/common/src/gxe_binres_language_info_load.c +++ b/common/src/gxe_binres_language_info_load.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_binres_language_info_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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 diff --git a/common/src/gxe_binres_language_table_load.c b/common/src/gxe_binres_language_table_load.c index 516866c8..5a9866ef 100644 --- a/common/src/gxe_binres_language_table_load.c +++ b/common/src/gxe_binres_language_table_load.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_binres_language_table_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE 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 @@ -101,7 +103,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_binres_language_table_load_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -136,6 +138,8 @@ UINT status; /* DATE 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 diff --git a/common/src/gxe_binres_theme_load.c b/common/src/gxe_binres_theme_load.c index 33be026d..0d9826aa 100644 --- a/common/src/gxe_binres_theme_load.c +++ b/common/src/gxe_binres_theme_load.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_binres_theme_load PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE 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 diff --git a/common/src/gxe_brush_default.c b/common/src/gxe_brush_default.c index 311af933..d7848a85 100644 --- a/common/src/gxe_brush_default.c +++ b/common/src/gxe_brush_default.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_brush_default PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b45254a2..a50a6e6f 100644 --- a/common/src/gxe_brush_define.c +++ b/common/src/gxe_brush_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_brush_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 65e634ab..10196ad6 100644 --- a/common/src/gxe_button_create.c +++ b/common/src/gxe_button_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_button_deselect.c b/common/src/gxe_button_deselect.c index 8f44eb17..d336f026 100644 --- a/common/src/gxe_button_deselect.c +++ b/common/src/gxe_button_deselect.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_button_deselect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 d2b88903..7539cac7 100644 --- a/common/src/gxe_button_event_process.c +++ b/common/src/gxe_button_event_process.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_button_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 2cbcaa71..add03d69 100644 --- a/common/src/gxe_button_select.c +++ b/common/src/gxe_button_select.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_button_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3dee1207..7a63d247 100644 --- a/common/src/gxe_canvas_alpha_set.c +++ b/common/src/gxe_canvas_alpha_set.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_alpha_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 280da480..e05e7e38 100644 --- a/common/src/gxe_canvas_arc_draw.c +++ b/common/src/gxe_canvas_arc_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_arc_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7682cfc4..4a5bdca4 100644 --- a/common/src/gxe_canvas_block_move.c +++ b/common/src/gxe_canvas_block_move.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 502b3bc5..ac9f8c84 100644 --- a/common/src/gxe_canvas_circle_draw.c +++ b/common/src/gxe_canvas_circle_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_circle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 9454de06..a949d743 100644 --- a/common/src/gxe_canvas_create.c +++ b/common/src/gxe_canvas_create.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_CANVAS *canvas, GX_CONST GX_CHAR *name, GX_DISPLAY *display, UINT type, diff --git a/common/src/gxe_canvas_delete.c b/common/src/gxe_canvas_delete.c index 5ada58bd..acd17d60 100644 --- a/common/src/gxe_canvas_delete.c +++ b/common/src/gxe_canvas_delete.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 62d0667e..b06d09c5 100644 --- a/common/src/gxe_canvas_drawing_complete.c +++ b/common/src/gxe_canvas_drawing_complete.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_drawing_complete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 b2ff7425..88529d9f 100644 --- a/common/src/gxe_canvas_drawing_initiate.c +++ b/common/src/gxe_canvas_drawing_initiate.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_drawing_initiate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 697606d6..14026acc 100644 --- a/common/src/gxe_canvas_ellipse_draw.c +++ b/common/src/gxe_canvas_ellipse_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_ellipse_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 540885d7..ad66c376 100644 --- a/common/src/gxe_canvas_hardware_layer_bind.c +++ b/common/src/gxe_canvas_hardware_layer_bind.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_hardware_layer_bind PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7250a51a..07592fd7 100644 --- a/common/src/gxe_canvas_hide.c +++ b/common/src/gxe_canvas_hide.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_hide PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 427f45fe..17d4b308 100644 --- a/common/src/gxe_canvas_line_draw.c +++ b/common/src/gxe_canvas_line_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_line_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 e29e2904..f9ac2a5e 100644 --- a/common/src/gxe_canvas_memory_define.c +++ b/common/src/gxe_canvas_memory_define.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_memory_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 97dd65a5..c23b5809 100644 --- a/common/src/gxe_canvas_mouse_define.c +++ b/common/src/gxe_canvas_mouse_define.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_mouse_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_canvas_mouse_hide.c b/common/src/gxe_canvas_mouse_hide.c index 6b5732ef..050ad1b2 100644 --- a/common/src/gxe_canvas_mouse_hide.c +++ b/common/src/gxe_canvas_mouse_hide.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_mouse_hide PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_canvas_mouse_show.c b/common/src/gxe_canvas_mouse_show.c index b5498a68..e7719a20 100644 --- a/common/src/gxe_canvas_mouse_show.c +++ b/common/src/gxe_canvas_mouse_show.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_mouse_show PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_canvas_offset_set.c b/common/src/gxe_canvas_offset_set.c index 0a891e99..264f29b3 100644 --- a/common/src/gxe_canvas_offset_set.c +++ b/common/src/gxe_canvas_offset_set.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_offset_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 381a66c2..d1330e9d 100644 --- a/common/src/gxe_canvas_pie_draw.c +++ b/common/src/gxe_canvas_pie_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_pie_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 64928803..7084668a 100644 --- a/common/src/gxe_canvas_pixel_draw.c +++ b/common/src/gxe_canvas_pixel_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_pixel_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c6dac93f..0d955da5 100644 --- a/common/src/gxe_canvas_pixelmap_blend.c +++ b/common/src/gxe_canvas_pixelmap_blend.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_pixelmap_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_canvas_pixelmap_draw.c b/common/src/gxe_canvas_pixelmap_draw.c index 82d09ee0..eee4487a 100644 --- a/common/src/gxe_canvas_pixelmap_draw.c +++ b/common/src/gxe_canvas_pixelmap_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_pixelmap_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 855d077d..e6370f71 100644 --- a/common/src/gxe_canvas_pixelmap_get.c +++ b/common/src/gxe_canvas_pixelmap_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_offset_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a6039d0b..3be10ff2 100644 --- a/common/src/gxe_canvas_pixelmap_rotate.c +++ b/common/src/gxe_canvas_pixelmap_rotate.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_pixelmap_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_canvas_pixelmap_tile.c b/common/src/gxe_canvas_pixelmap_tile.c index ab058748..ad6b1674 100644 --- a/common/src/gxe_canvas_pixelmap_tile.c +++ b/common/src/gxe_canvas_pixelmap_tile.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_pixelmap_tile PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 077bb330..dafbc41e 100644 --- a/common/src/gxe_canvas_polygon_draw.c +++ b/common/src/gxe_canvas_polygon_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_polygon_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 f15fe8b5..a03f7510 100644 --- a/common/src/gxe_canvas_rectangle_draw.c +++ b/common/src/gxe_canvas_rectangle_draw.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_rectangle_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 fcfe9694..b2f78a6b 100644 --- a/common/src/gxe_canvas_rotated_text_draw.c +++ b/common/src/gxe_canvas_rotated_text_draw.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_rotated_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -107,7 +109,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_rotated_text_draw_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -141,6 +143,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 29a81d24..4bc1a00a 100644 --- a/common/src/gxe_canvas_shift.c +++ b/common/src/gxe_canvas_shift.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 dfbe4c03..7a2c4af2 100644 --- a/common/src/gxe_canvas_show.c +++ b/common/src/gxe_canvas_show.c @@ -39,7 +39,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_show PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a2103890..823f97b1 100644 --- a/common/src/gxe_canvas_text_draw.c +++ b/common/src/gxe_canvas_text_draw.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_text_draw PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -104,7 +106,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_canvas_text_draw_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -136,6 +138,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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) diff --git a/common/src/gxe_checkbox_create.c b/common/src/gxe_checkbox_create.c index 071da969..73376860 100644 --- a/common/src/gxe_checkbox_create.c +++ b/common/src/gxe_checkbox_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_checkbox_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_checkbox_event_process.c b/common/src/gxe_checkbox_event_process.c index 3203b4ce..01e980d1 100644 --- a/common/src/gxe_checkbox_event_process.c +++ b/common/src/gxe_checkbox_event_process.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_checkbox_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 e8a6e44b..6b9c2798 100644 --- a/common/src/gxe_checkbox_pixelmap_set.c +++ b/common/src/gxe_checkbox_pixelmap_set.c @@ -36,7 +36,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_checkbox_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_pixelmap_set(GX_CHECKBOX *checkbox, diff --git a/common/src/gxe_checkbox_select.c b/common/src/gxe_checkbox_select.c index e3586570..9d6b5a3d 100644 --- a/common/src/gxe_checkbox_select.c +++ b/common/src/gxe_checkbox_select.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_checkbox_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 05cd6c90..0238bced 100644 --- a/common/src/gxe_circular_gauge_angle_get.c +++ b/common/src/gxe_circular_gauge_angle_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_circular_gauge_angle_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 482e80d3..e9507f6f 100644 --- a/common/src/gxe_circular_gauge_angle_set.c +++ b/common/src/gxe_circular_gauge_angle_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_circular_gauge_angle_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 717009b2..af81c070 100644 --- a/common/src/gxe_circular_gauge_animation_set.c +++ b/common/src/gxe_circular_gauge_animation_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_circular_gauge_angle_range_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gxe_circular_gauge_create.c b/common/src/gxe_circular_gauge_create.c index d6724980..584f8c12 100644 --- a/common/src/gxe_circular_gauge_create.c +++ b/common/src/gxe_circular_gauge_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_circular_gauge_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_circular_gauge_event_process.c b/common/src/gxe_circular_gauge_event_process.c index 5279fb0d..8bb97745 100644 --- a/common/src/gxe_circular_gauge_event_process.c +++ b/common/src/gxe_circular_gauge_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_circular_gauge_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 337c42c3..298535b8 100644 --- a/common/src/gxe_context_brush_default.c +++ b/common/src/gxe_context_brush_default.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_default PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e1b7460d..b92f489e 100644 --- a/common/src/gxe_context_brush_define.c +++ b/common/src/gxe_context_brush_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ae66c851..54353615 100644 --- a/common/src/gxe_context_brush_get.c +++ b/common/src/gxe_context_brush_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c963ecfc..67462f61 100644 --- a/common/src/gxe_context_brush_pattern_set.c +++ b/common/src/gxe_context_brush_pattern_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_pattern_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 60c7e8fc..7be65f43 100644 --- a/common/src/gxe_context_brush_set.c +++ b/common/src/gxe_context_brush_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 046bcb99..c9568c61 100644 --- a/common/src/gxe_context_brush_style_set.c +++ b/common/src/gxe_context_brush_style_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 51f96bc1..5ae7177c 100644 --- a/common/src/gxe_context_brush_width_set.c +++ b/common/src/gxe_context_brush_width_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_context_brush_width_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 9a3ad0ee..6f75deac 100644 --- a/common/src/gxe_context_color_get.c +++ b/common/src/gxe_context_color_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_system_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 253c29c6..21e2889e 100644 --- a/common/src/gxe_context_fill_color_set.c +++ b/common/src/gxe_context_fill_color_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 7de69fa2..f4c70f91 100644 --- a/common/src/gxe_context_font_get.c +++ b/common/src/gxe_context_font_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_font_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6955d177..fe6987f3 100644 --- a/common/src/gxe_context_font_set.c +++ b/common/src/gxe_context_font_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_context_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 6b900289..0909032f 100644 --- a/common/src/gxe_context_line_color_set.c +++ b/common/src/gxe_context_line_color_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_line_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 169d7ba2..ee3f80eb 100644 --- a/common/src/gxe_context_pixelmap_get.c +++ b/common/src/gxe_context_pixelmap_get.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_context_pixelmap_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 61c41201..72f27982 100644 --- a/common/src/gxe_context_pixelmap_set.c +++ b/common/src/gxe_context_pixelmap_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_context_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 d76a3861..8c41bdcb 100644 --- a/common/src/gxe_context_raw_brush_define.c +++ b/common/src/gxe_context_raw_brush_define.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_context_raw_brush_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 1563bd5e..48c841d4 100644 --- a/common/src/gxe_context_raw_fill_color_set.c +++ b/common/src/gxe_context_raw_fill_color_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_raw_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 666b7c3f..21126491 100644 --- a/common/src/gxe_context_raw_line_color_set.c +++ b/common/src/gxe_context_raw_line_color_set.c @@ -31,7 +31,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_context_raw_line_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 81724218..d44d0615 100644 --- a/common/src/gxe_context_string_get.c +++ b/common/src/gxe_context_string_get.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_context_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -106,7 +108,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_context_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -140,6 +142,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 6dd67b81..47dad7c0 100644 --- a/common/src/gxe_display_active_language_set.c +++ b/common/src/gxe_display_active_language_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_active_language_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 345efadd..1901cc92 100644 --- a/common/src/gxe_display_color_set.c +++ b/common/src/gxe_display_color_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 798a4ee5..c28468f9 100644 --- a/common/src/gxe_display_color_table_set.c +++ b/common/src/gxe_display_color_table_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_color_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 b04165b4..e38844b0 100644 --- a/common/src/gxe_display_create.c +++ b/common/src/gxe_display_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_display_delete.c b/common/src/gxe_display_delete.c index 262630e8..c6f04f66 100644 --- a/common/src/gxe_display_delete.c +++ b/common/src/gxe_display_delete.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 cfd7f09c..428cd780 100644 --- a/common/src/gxe_display_font_table_set.c +++ b/common/src/gxe_display_font_table_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_font_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 f0ab00d3..87430baa 100644 --- a/common/src/gxe_display_language_table_get.c +++ b/common/src/gxe_display_language_table_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_language_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -99,7 +101,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_display_language_table_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -134,6 +136,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 2c6bbc68..2e4941e5 100644 --- a/common/src/gxe_display_language_table_set.c +++ b/common/src/gxe_display_language_table_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_language_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -109,7 +111,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_display_language_table_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -145,6 +147,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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) diff --git a/common/src/gxe_display_pixelmap_table_set.c b/common/src/gxe_display_pixelmap_table_set.c index f846824d..d19722d6 100644 --- a/common/src/gxe_display_pixelmap_table_set.c +++ b/common/src/gxe_display_pixelmap_table_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_pixelmap_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 2090a698..fb52e6b6 100644 --- a/common/src/gxe_display_string_get.c +++ b/common/src/gxe_display_string_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -96,7 +98,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_display_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -128,6 +130,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 858bfb47..2f0466b1 100644 --- a/common/src/gxe_display_string_table_get.c +++ b/common/src/gxe_display_string_table_get.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_string_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -102,7 +104,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_display_string_table_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -138,6 +140,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 a34fdc93..24ddaccf 100644 --- a/common/src/gxe_display_theme_install.c +++ b/common/src/gxe_display_theme_install.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_display_theme_install PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c2375c4e..606a4890 100644 --- a/common/src/gxe_drop_list_close.c +++ b/common/src/gxe_drop_list_close.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_drop_list_close PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ead48217..5ee8a69e 100644 --- a/common/src/gxe_drop_list_create.c +++ b/common/src/gxe_drop_list_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_drop_list_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_drop_list_event_process.c b/common/src/gxe_drop_list_event_process.c index c260aefb..4442bbac 100644 --- a/common/src/gxe_drop_list_event_process.c +++ b/common/src/gxe_drop_list_event_process.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_drop_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 da4e4264..3c4828f2 100644 --- a/common/src/gxe_drop_list_open.c +++ b/common/src/gxe_drop_list_open.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_drop_list_open PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 155c93ac..680a7886 100644 --- a/common/src/gxe_drop_list_pixelmap_set.c +++ b/common/src/gxe_drop_list_pixelmap_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_drop_list_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 3a21833f..4a7b22fd 100644 --- a/common/src/gxe_drop_list_popup_get.c +++ b/common/src/gxe_drop_list_popup_get.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_drop_list_popup_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gxe_horizontal_list_children_position.c b/common/src/gxe_horizontal_list_children_position.c index 968527dc..2102173c 100644 --- a/common/src/gxe_horizontal_list_children_position.c +++ b/common/src/gxe_horizontal_list_children_position.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_children_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 66c6db44..593bba3b 100644 --- a/common/src/gxe_horizontal_list_create.c +++ b/common/src/gxe_horizontal_list_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_horizontal_list_event_process.c b/common/src/gxe_horizontal_list_event_process.c index ec66fab1..33b91054 100644 --- a/common/src/gxe_horizontal_list_event_process.c +++ b/common/src/gxe_horizontal_list_event_process.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 9f000aef..7a2123b2 100644 --- a/common/src/gxe_horizontal_list_page_index_set.c +++ b/common/src/gxe_horizontal_list_page_index_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_page_index_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 46adf2e8..03a4e3dc 100644 --- a/common/src/gxe_horizontal_list_selected_index_get.c +++ b/common/src/gxe_horizontal_list_selected_index_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_selected_index_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_horizontal_list_selected_set.c b/common/src/gxe_horizontal_list_selected_set.c index ed5f5ca6..31a63c4d 100644 --- a/common/src/gxe_horizontal_list_selected_set.c +++ b/common/src/gxe_horizontal_list_selected_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a27aa6a6..87f72893 100644 --- a/common/src/gxe_horizontal_list_selected_widget_get.c +++ b/common/src/gxe_horizontal_list_selected_widget_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_list_selected_widget_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_horizontal_list_total_columns_set.c b/common/src/gxe_horizontal_list_total_columns_set.c index f637744e..39649012 100644 --- a/common/src/gxe_horizontal_list_total_columns_set.c +++ b/common/src/gxe_horizontal_list_total_columns_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gx_horizontal_list_total_columns_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 4b0cc5f9..aada866e 100644 --- a/common/src/gxe_horizontal_scrollbar_create.c +++ b/common/src/gxe_horizontal_scrollbar_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_horizontal_scrollbar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_icon_button_create.c b/common/src/gxe_icon_button_create.c index f56f9331..67a696a2 100644 --- a/common/src/gxe_icon_button_create.c +++ b/common/src/gxe_icon_button_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_icon_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_icon_button_pixelmap_set.c b/common/src/gxe_icon_button_pixelmap_set.c index 3347950c..e2cbc783 100644 --- a/common/src/gxe_icon_button_pixelmap_set.c +++ b/common/src/gxe_icon_button_pixelmap_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_icon_button_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_icon_create.c b/common/src/gxe_icon_create.c index 84795070..b6903e08 100644 --- a/common/src/gxe_icon_create.c +++ b/common/src/gxe_icon_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_icon_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_icon_event_process.c b/common/src/gxe_icon_event_process.c index 1f56b051..826355c4 100644 --- a/common/src/gxe_icon_event_process.c +++ b/common/src/gxe_icon_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_icon_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 939ace18..57eee39d 100644 --- a/common/src/gxe_icon_pixelmap_set.c +++ b/common/src/gxe_icon_pixelmap_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_icon_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_image_reader_create.c b/common/src/gxe_image_reader_create.c index f1a39380..c7165bcd 100644 --- a/common/src/gxe_image_reader_create.c +++ b/common/src/gxe_image_reader_create.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_image_reader_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) diff --git a/common/src/gxe_image_reader_palette_set.c b/common/src/gxe_image_reader_palette_set.c index 0d6eba78..31d67f27 100644 --- a/common/src/gxe_image_reader_palette_set.c +++ b/common/src/gxe_image_reader_palette_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_image_reader_palette_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) diff --git a/common/src/gxe_image_reader_start.c b/common/src/gxe_image_reader_start.c index cff91a5f..8b1d3c9d 100644 --- a/common/src/gxe_image_reader_start.c +++ b/common/src/gxe_image_reader_start.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_image_reader_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_line_chart_create.c b/common/src/gxe_line_chart_create.c index 365388e8..68d1086e 100644 --- a/common/src/gxe_line_chart_create.c +++ b/common/src/gxe_line_chart_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_line_chart_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_line_chart_update.c b/common/src/gxe_line_chart_update.c index 42d7a087..12e02640 100644 --- a/common/src/gxe_line_chart_update.c +++ b/common/src/gxe_line_chart_update.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_line_chart_update PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 edc747dc..bb3cd406 100644 --- a/common/src/gxe_line_chart_y_scale_calculate.c +++ b/common/src/gxe_line_chart_y_scale_calculate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_line_chart_y_scale_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 26973097..8ed3c2eb 100644 --- a/common/src/gxe_menu_create.c +++ b/common/src/gxe_menu_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_menu_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_menu_insert.c b/common/src/gxe_menu_insert.c index 301c3158..e1d0c876 100644 --- a/common/src/gxe_menu_insert.c +++ b/common/src/gxe_menu_insert.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_menu_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a23d4887..fae7e75d 100644 --- a/common/src/gxe_menu_remove.c +++ b/common/src/gxe_menu_remove.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_menu_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 45e26aa6..56499a4c 100644 --- a/common/src/gxe_menu_text_offset_set.c +++ b/common/src/gxe_menu_text_offset_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_menu_text_offset_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 9f33cc57..91271f13 100644 --- a/common/src/gxe_multi_line_text_button_create.c +++ b/common/src/gxe_multi_line_text_button_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 3257fe39..c1cb1edf 100644 --- a/common/src/gxe_multi_line_text_button_event_process.c +++ b/common/src/gxe_multi_line_text_button_event_process.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_button_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 337602a8..d7a8e19e 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 @@ -41,7 +41,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_button_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 501aabbe..d27136de 100644 --- a/common/src/gxe_multi_line_text_button_text_set.c +++ b/common/src/gxe_multi_line_text_button_text_set.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_button_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -98,7 +100,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_button_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -131,6 +133,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 c3d16399..c9ab397b 100644 --- a/common/src/gxe_multi_line_text_input_backspace.c +++ b/common/src/gxe_multi_line_text_input_backspace.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_backspace PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ac797a8a..81a87a1b 100644 --- a/common/src/gxe_multi_line_text_input_buffer_clear.c +++ b/common/src/gxe_multi_line_text_input_buffer_clear.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_buffer_clear PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 b68dcb39..222d5a94 100644 --- a/common/src/gxe_multi_line_text_input_buffer_get.c +++ b/common/src/gxe_multi_line_text_input_buffer_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_buffer_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 e36d14cd..e5b87986 100644 --- a/common/src/gxe_multi_line_text_input_char_insert.c +++ b/common/src/gxe_multi_line_text_input_char_insert.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_char_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -112,7 +114,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_char_insert_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -147,6 +149,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 6f33b734..35463a3c 100644 --- a/common/src/gxe_multi_line_text_input_create.c +++ b/common/src/gxe_multi_line_text_input_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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_create(GX_MULTI_LINE_TEXT_INPUT *text_input_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 bc677b0e..ea5af2df 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_cursor_pos_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 62ebb03d..31059baa 100644 --- a/common/src/gxe_multi_line_text_input_delete.c +++ b/common/src/gxe_multi_line_text_input_delete.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gx_multi_line_text_input_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 bb58f311..98ffc4ff 100644 --- a/common/src/gxe_multi_line_text_input_down_arrow.c +++ b/common/src/gxe_multi_line_text_input_down_arrow.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_down_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ccaca966..309407e9 100644 --- a/common/src/gxe_multi_line_text_input_end.c +++ b/common/src/gxe_multi_line_text_input_end.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_end PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c9c861d4..026c2c69 100644 --- a/common/src/gxe_multi_line_text_input_event_process.c +++ b/common/src/gxe_multi_line_text_input_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 a8849c86..80f4343e 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_multi_line_text_input_home.c b/common/src/gxe_multi_line_text_input_home.c index 5be87d48..c03d4005 100644 --- a/common/src/gxe_multi_line_text_input_home.c +++ b/common/src/gxe_multi_line_text_input_home.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_home PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 904b4471..f0282572 100644 --- a/common/src/gxe_multi_line_text_input_left_arrow.c +++ b/common/src/gxe_multi_line_text_input_left_arrow.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_left PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 599e1428..74f47d2e 100644 --- a/common/src/gxe_multi_line_text_input_right_arrow.c +++ b/common/src/gxe_multi_line_text_input_right_arrow.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_right_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 31e1aa89..312fb325 100644 --- a/common/src/gxe_multi_line_text_input_style_add.c +++ b/common/src/gxe_multi_line_text_input_style_add.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 01731868..1f9453b4 100644 --- a/common/src/gxe_multi_line_text_input_style_remove.c +++ b/common/src/gxe_multi_line_text_input_style_remove.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_style_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c2c3d0b9..5e80d4f5 100644 --- a/common/src/gxe_multi_line_text_input_style_set.c +++ b/common/src/gxe_multi_line_text_input_style_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 48545692..92954f69 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 6ec31ffb..ce779a00 100644 --- a/common/src/gxe_multi_line_text_input_text_select.c +++ b/common/src/gxe_multi_line_text_input_text_select.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_text_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 6d7e0c68..5710f1af 100644 --- a/common/src/gxe_multi_line_text_input_text_set.c +++ b/common/src/gxe_multi_line_text_input_text_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -96,7 +98,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -132,6 +134,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 edc5b0a1..e1d89958 100644 --- a/common/src/gxe_multi_line_text_input_up_arrow.c +++ b/common/src/gxe_multi_line_text_input_up_arrow.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_input_up PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ca3cc38a..e355884e 100644 --- a/common/src/gxe_multi_line_text_view_create.c +++ b/common/src/gxe_multi_line_text_view_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 d2f7a343..3fd169ae 100644 --- a/common/src/gxe_multi_line_text_view_event_process.c +++ b/common/src/gxe_multi_line_text_view_event_process.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 64413b48..0fb3f411 100644 --- a/common/src/gxe_multi_line_text_view_font_set.c +++ b/common/src/gxe_multi_line_text_view_font_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a95eae7a..f684cf19 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_line_space_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 56084ffc..bd0ea399 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 @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 940521f8..0012faef 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 fda5aac9..fa85c9c9 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 9b046f0e..e830fd77 100644 --- a/common/src/gxe_multi_line_text_view_text_set.c +++ b/common/src/gxe_multi_line_text_view_text_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -97,7 +99,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -132,6 +134,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 78c24e49..0ae20884 100644 --- a/common/src/gxe_multi_line_text_view_whitespace_set.c +++ b/common/src/gxe_multi_line_text_view_whitespace_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_multi_line_text_view_whitespace_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 77776610..22c95d9a 100644 --- a/common/src/gxe_numeric_pixelmap_prompt_create.c +++ b/common/src/gxe_numeric_pixelmap_prompt_create.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_pixelmap_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 86cbb24a..c35096db 100644 --- a/common/src/gxe_numeric_pixelmap_prompt_format_function_set.c +++ b/common/src/gxe_numeric_pixelmap_prompt_format_function_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_pixelmap_prompt_format_function_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 21cdf7f3..10320e93 100644 --- a/common/src/gxe_numeric_pixelmap_prompt_value_set.c +++ b/common/src/gxe_numeric_pixelmap_prompt_value_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_pixelmap_prompt_value set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ee257825..d37dd63f 100644 --- a/common/src/gxe_numeric_prompt_create.c +++ b/common/src/gxe_numeric_prompt_create.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_numeric_prompt_format_function_set.c b/common/src/gxe_numeric_prompt_format_function_set.c index cd38d9ae..9f18f196 100644 --- a/common/src/gxe_numeric_prompt_format_function_set.c +++ b/common/src/gxe_numeric_prompt_format_function_set.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_prompt_format_function_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a5b8da9a..cff089f7 100644 --- a/common/src/gxe_numeric_prompt_value_set.c +++ b/common/src/gxe_numeric_prompt_value_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_prompt_value set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 081c7d0a..cda02a6f 100644 --- a/common/src/gxe_numeric_scroll_wheel_create.c +++ b/common/src/gxe_numeric_scroll_wheel_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_numeric_scroll_wheel_range_set.c b/common/src/gxe_numeric_scroll_wheel_range_set.c index 679b813f..f9c9878c 100644 --- a/common/src/gxe_numeric_scroll_wheel_range_set.c +++ b/common/src/gxe_numeric_scroll_wheel_range_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_numeric_scroll_wheel_range_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 9fd1712e..7dc7dbd3 100644 --- a/common/src/gxe_pixelmap_button_create.c +++ b/common/src/gxe_pixelmap_button_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_pixelmap_button_event_process.c b/common/src/gxe_pixelmap_button_event_process.c index 6a011849..b545d5e8 100644 --- a/common/src/gxe_pixelmap_button_event_process.c +++ b/common/src/gxe_pixelmap_button_event_process.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_button_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8b7f60c7..878df806 100644 --- a/common/src/gxe_pixelmap_button_pixelmap_set.c +++ b/common/src/gxe_pixelmap_button_pixelmap_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_button_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_pixelmap_prompt_create.c b/common/src/gxe_pixelmap_prompt_create.c index 2a7c5451..98e6fce6 100644 --- a/common/src/gxe_pixelmap_prompt_create.c +++ b/common/src/gxe_pixelmap_prompt_create.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_pixelmap_prompt_pixelmap_set.c b/common/src/gxe_pixelmap_prompt_pixelmap_set.c index 10356f99..e97a2bb6 100644 --- a/common/src/gxe_pixelmap_prompt_pixelmap_set.c +++ b/common/src/gxe_pixelmap_prompt_pixelmap_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_prompt_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_pixelmap_slider_create.c b/common/src/gxe_pixelmap_slider_create.c index 044b9287..1ebace32 100644 --- a/common/src/gxe_pixelmap_slider_create.c +++ b/common/src/gxe_pixelmap_slider_create.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_slider_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_pixelmap_slider_event_process.c b/common/src/gxe_pixelmap_slider_event_process.c index b6d35458..dc22ab8a 100644 --- a/common/src/gxe_pixelmap_slider_event_process.c +++ b/common/src/gxe_pixelmap_slider_event_process.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_slider_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 4a91f2d3..6823203f 100644 --- a/common/src/gxe_pixelmap_slider_pixelmap_set.c +++ b/common/src/gxe_pixelmap_slider_pixelmap_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_pixelmap_slider_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_progress_bar_create.c b/common/src/gxe_progress_bar_create.c index f8126f56..74a88191 100644 --- a/common/src/gxe_progress_bar_create.c +++ b/common/src/gxe_progress_bar_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_progress_bar_event_process.c b/common/src/gxe_progress_bar_event_process.c index 0e763c86..e760c400 100644 --- a/common/src/gxe_progress_bar_event_process.c +++ b/common/src/gxe_progress_bar_event_process.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 dc20a953..34eca74d 100644 --- a/common/src/gxe_progress_bar_font_set.c +++ b/common/src/gxe_progress_bar_font_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 0be9fef2..60261575 100644 --- a/common/src/gxe_progress_bar_info_set.c +++ b/common/src/gxe_progress_bar_info_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gx_progress_bar_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 26d74ac7..95ac8389 100644 --- a/common/src/gxe_progress_bar_pixelmap_set.c +++ b/common/src/gxe_progress_bar_pixelmap_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 48594f18..d1c07a33 100644 --- a/common/src/gxe_progress_bar_range_set.c +++ b/common/src/gxe_progress_bar_range_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_range_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8d8b4b13..9102c377 100644 --- a/common/src/gxe_progress_bar_text_color_set.c +++ b/common/src/gxe_progress_bar_text_color_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_progress_bar_value_set.c b/common/src/gxe_progress_bar_value_set.c index 85558d55..eeb3568f 100644 --- a/common/src/gxe_progress_bar_value_set.c +++ b/common/src/gxe_progress_bar_value_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 db720fce..d552acaa 100644 --- a/common/src/gxe_prompt_create.c +++ b/common/src/gxe_prompt_create.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_prompt_event_process.c b/common/src/gxe_prompt_event_process.c index 7419156c..03c2f7ca 100644 --- a/common/src/gxe_prompt_event_process.c +++ b/common/src/gxe_prompt_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,7 +68,7 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 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 c90e2681..dd266e2f 100644 --- a/common/src/gxe_prompt_font_set.c +++ b/common/src/gxe_prompt_font_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7f803836..f79fa9e3 100644 --- a/common/src/gxe_prompt_text_color_set.c +++ b/common/src/gxe_prompt_text_color_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_prompt_text_get.c b/common/src/gxe_prompt_text_get.c index a0c53855..6fb3193a 100644 --- a/common/src/gxe_prompt_text_get.c +++ b/common/src/gxe_prompt_text_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_text_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) @@ -98,7 +100,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_text_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -131,6 +133,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 11185730..9c0162e1 100644 --- a/common/src/gxe_prompt_text_id_set.c +++ b/common/src/gxe_prompt_text_id_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 06e316a9..b1bcd6a5 100644 --- a/common/src/gxe_prompt_text_set.c +++ b/common/src/gxe_prompt_text_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -98,7 +100,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_prompt_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -130,6 +132,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 a422c1d4..d2d3b2cd 100644 --- a/common/src/gxe_radial_progress_bar_anchor_set.c +++ b/common/src/gxe_radial_progress_bar_anchor_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radia_progress_bar_anchor_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ecd1909f..9f824814 100644 --- a/common/src/gxe_radial_progress_bar_create.c +++ b/common/src/gxe_radial_progress_bar_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_progress_bar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_radial_progress_bar_event_process.c b/common/src/gxe_radial_progress_bar_event_process.c index e911b3b3..e3befbea 100644 --- a/common/src/gxe_radial_progress_bar_event_process.c +++ b/common/src/gxe_radial_progress_bar_event_process.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_progress_bar_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 b47333da..300744fa 100644 --- a/common/src/gxe_radial_progress_bar_font_set.c +++ b/common/src/gxe_radial_progress_bar_font_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_progress_bar_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 30e9fd9c..f6229638 100644 --- a/common/src/gxe_radial_progress_bar_info_set.c +++ b/common/src/gxe_radial_progress_bar_info_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_progress_bar_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 fb010bc7..98892026 100644 --- a/common/src/gxe_radial_progress_bar_text_color_set.c +++ b/common/src/gxe_radial_progress_bar_text_color_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_progress_bar_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_radial_progress_bar_value_set.c b/common/src/gxe_radial_progress_bar_value_set.c index 4dae4f6b..33bcbe9e 100644 --- a/common/src/gxe_radial_progress_bar_value_set.c +++ b/common/src/gxe_radial_progress_bar_value_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radia_progress_bar_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 790e7aac..e0c47867 100644 --- a/common/src/gxe_radial_slider_anchor_angles_set.c +++ b/common/src/gxe_radial_slider_anchor_angles_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_anchor_angles_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f1e74da9..6f040c74 100644 --- a/common/src/gxe_radial_slider_angle_set.c +++ b/common/src/gxe_radial_slider_angle_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_angle_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 cdc12e2b..ccad7bf5 100644 --- a/common/src/gxe_radial_slider_animation_set.c +++ b/common/src/gxe_radial_slider_animation_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_animation_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_radial_slider_animation_start.c b/common/src/gxe_radial_slider_animation_start.c index a6877a66..f01c78d6 100644 --- a/common/src/gxe_radial_slider_animation_start.c +++ b/common/src/gxe_radial_slider_animation_start.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_animation_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 01f4888c..96ddbce6 100644 --- a/common/src/gxe_radial_slider_create.c +++ b/common/src/gxe_radial_slider_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_radial_slider_event_process.c b/common/src/gxe_radial_slider_event_process.c index aa25b04f..0b93abcb 100644 --- a/common/src/gxe_radial_slider_event_process.c +++ b/common/src/gxe_radial_slider_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 0e92c650..37543a98 100644 --- a/common/src/gxe_radial_slider_info_get.c +++ b/common/src/gxe_radial_slider_info_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 54a04f90..a04ea71d 100644 --- a/common/src/gxe_radial_slider_info_set.c +++ b/common/src/gxe_radial_slider_info_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 74b209a9..2dac64c2 100644 --- a/common/src/gxe_radial_slider_pixelmap_set.c +++ b/common/src/gxe_radial_slider_pixelmap_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radial_slider_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 00f25250..7f85c358 100644 --- a/common/src/gxe_radio_button_create.c +++ b/common/src/gxe_radio_button_create.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radio_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -76,6 +76,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_radio_button_pixelmap_set.c b/common/src/gxe_radio_button_pixelmap_set.c index 41b78130..b5e7a261 100644 --- a/common/src/gxe_radio_button_pixelmap_set.c +++ b/common/src/gxe_radio_button_pixelmap_set.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_radio_button_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_rich_text_view_create.c b/common/src/gxe_rich_text_view_create.c new file mode 100644 index 00000000..1c0082ad --- /dev/null +++ b/common/src/gxe_rich_text_view_create.c @@ -0,0 +1,116 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Management (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_window.h" +#include "gx_rich_text_view.h" + +GX_CALLER_CHECKING_EXTERNS + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gxe_multi_line_text_view_create PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function checks for errors in the rich text view create */ +/* function. */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view widget control */ +/* block */ +/* name Name of the widget */ +/* parent Pointer to parent widget */ +/* text_id Resource ID of the text string*/ +/* fonts Font list */ +/* style Style of text view widget */ +/* id Application-defined ID of text*/ +/* view */ +/* size Dimension of the widget */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_rich_text_view_create Actual rich text view create */ +/* function */ +/* */ +/* CALLED BY */ +/* */ +/* 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, + GX_WIDGET *parent, + GX_RESOURCE_ID text_id, + GX_RICH_TEXT_FONTS *fonts, + ULONG style, + USHORT id, + GX_CONST GX_RECTANGLE *size, + UINT control_block_size) +{ +UINT status; + + /* Check for invalid caller of this function. */ + GX_INIT_AND_THREADS_CALLER_CHECKING + + /* Check for invalid pointer. */ + if ((rich_view == GX_NULL) || (size == GX_NULL) || (fonts == GX_NULL)) + { + return(GX_PTR_ERROR); + } + + /* Check for invalid control block size. */ + if (control_block_size != sizeof(GX_RICH_TEXT_VIEW)) + { + return(GX_INVALID_SIZE); + } + + /* Check for widget already created. */ + if (rich_view -> gx_widget_type != 0) + { + return(GX_ALREADY_CREATED); + } + + /* Call actual multi line text input create function. */ + status = _gx_rich_text_view_create(rich_view, name, parent, text_id, fonts, style, id, size); + + /* Return the error status from window create. */ + return(status); +} + diff --git a/common/src/gxe_rich_text_view_fonts_set.c b/common/src/gxe_rich_text_view_fonts_set.c new file mode 100644 index 00000000..845297bd --- /dev/null +++ b/common/src/gxe_rich_text_view_fonts_set.c @@ -0,0 +1,86 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Rich Text View Managment (Rich Text View) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_system.h" +#include "gx_rich_text_view.h" + +GX_CALLER_CHECKING_EXTERNS +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gxe_rich_text_view_fonts_set PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function checks for errors in the rich text view font set */ +/* function call. */ +/* */ +/* */ +/* INPUT */ +/* */ +/* text_view Rich text view widget */ +/* control block */ +/* fonts Font list */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_rich_text_view_font_set Actual rich text view font */ +/* set function */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +UINT status; + + /* Check for invalid caller. */ + GX_INIT_AND_THREADS_CALLER_CHECKING + + /* Check for invalid pointer. */ + if ((rich_view == GX_NULL) || (fonts == GX_NULL)) + { + return(GX_PTR_ERROR); + } + + status = _gx_rich_text_view_fonts_set(rich_view, fonts); + + return(status); +} + diff --git a/common/src/gxe_screen_stack_create.c b/common/src/gxe_screen_stack_create.c index e8422d04..b7a406b7 100644 --- a/common/src/gxe_screen_stack_create.c +++ b/common/src/gxe_screen_stack_create.c @@ -31,8 +31,8 @@ /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_screen_stack_create ORTABLE C */ -/* 6.0 */ +/* _gxe_screen_stack_create PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 a08e1127..22dbe433 100644 --- a/common/src/gxe_screen_stack_pop.c +++ b/common/src/gxe_screen_stack_pop.c @@ -34,8 +34,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_screen_stack_pop ORTABLE C */ -/* 6.0 */ +/* _gxe_screen_stack_pop PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 f29825ff..f3ece324 100644 --- a/common/src/gxe_screen_stack_push.c +++ b/common/src/gxe_screen_stack_push.c @@ -34,8 +34,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_screen_stack_push ORTABLE C */ -/* 6.0 */ +/* _gxe_screen_stack_push PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 bd8241cc..05b14b29 100644 --- a/common/src/gxe_screen_stack_reset.c +++ b/common/src/gxe_screen_stack_reset.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_screen_stack_reset PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -63,6 +63,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 34fc43b0..27c76f41 100644 --- a/common/src/gxe_scroll_thumb_create.c +++ b/common/src/gxe_scroll_thumb_create.c @@ -34,8 +34,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_scroll_thumb_create ORTABLE C */ -/* 6.0 */ +/* _gxe_scroll_thumb_create PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 76454fdf..6f3c51e8 100644 --- a/common/src/gxe_scroll_thumb_event_process.c +++ b/common/src/gxe_scroll_thumb_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_thumb_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 bf1fa601..a9669a2c 100644 --- a/common/src/gxe_scroll_wheel_create.c +++ b/common/src/gxe_scroll_wheel_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -75,6 +75,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_scroll_wheel_event_process.c b/common/src/gxe_scroll_wheel_event_process.c index db4e5fdd..b0f47e5e 100644 --- a/common/src/gxe_scroll_wheel_event_process.c +++ b/common/src/gxe_scroll_wheel_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8e1d4c7c..2e203078 100644 --- a/common/src/gxe_scroll_wheel_gradient_alpha_set.c +++ b/common/src/gxe_scroll_wheel_gradient_alpha_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_gradient_alpha_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 f88a0ac3..256cc834 100644 --- a/common/src/gxe_scroll_wheel_row_height_set.c +++ b/common/src/gxe_scroll_wheel_row_height_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_row_height_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 b5cc1e81..c8c3bca6 100644 --- a/common/src/gxe_scroll_wheel_selected_background_set.c +++ b/common/src/gxe_scroll_wheel_selected_background_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_selected_background_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7ac250a9..abfdb361 100644 --- a/common/src/gxe_scroll_wheel_selected_get.c +++ b/common/src/gxe_scroll_wheel_selected_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_selected_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 0b30b6f6..c1bf3a36 100644 --- a/common/src/gxe_scroll_wheel_selected_set.c +++ b/common/src/gxe_scroll_wheel_selected_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 86c84b8d..5f0d2f14 100644 --- a/common/src/gxe_scroll_wheel_speed_set.c +++ b/common/src/gxe_scroll_wheel_speed_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_speed_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_scroll_wheel_total_rows_set.c b/common/src/gxe_scroll_wheel_total_rows_set.c index 89a7a4cb..e860d775 100644 --- a/common/src/gxe_scroll_wheel_total_rows_set.c +++ b/common/src/gxe_scroll_wheel_total_rows_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scroll_wheel_total_rows_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 fc102b91..98f51a87 100644 --- a/common/src/gxe_scrollbar_event_process.c +++ b/common/src/gxe_scrollbar_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scrollbar_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8b94c2e6..863d2c5f 100644 --- a/common/src/gxe_scrollbar_limit_check.c +++ b/common/src/gxe_scrollbar_limit_check.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scrollbar_limit_check PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c30b6a58..ae5426e2 100644 --- a/common/src/gxe_scrollbar_reset.c +++ b/common/src/gxe_scrollbar_reset.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scrollbar_reset PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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_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 25728b2f..1964c01e 100644 --- a/common/src/gxe_scrollbar_value_set.c +++ b/common/src/gxe_scrollbar_value_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_scrollbar_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 839ad4b3..aae6e676 100644 --- a/common/src/gxe_single_line_text_input_backspace.c +++ b/common/src/gxe_single_line_text_input_backspace.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_backspace PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 ec9e0a75..110a4eea 100644 --- a/common/src/gxe_single_line_text_input_buffer_clear.c +++ b/common/src/gxe_single_line_text_input_buffer_clear.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_buffer_clear PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 d5208ea0..a2ff5961 100644 --- a/common/src/gxe_single_line_text_input_buffer_get.c +++ b/common/src/gxe_single_line_text_input_buffer_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_buffer_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 40a582ad..1f30cea7 100644 --- a/common/src/gxe_single_line_text_input_character_delete.c +++ b/common/src/gxe_single_line_text_input_character_delete.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_character_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 2ab9d84e..8975d91e 100644 --- a/common/src/gxe_single_line_text_input_character_insert.c +++ b/common/src/gxe_single_line_text_input_character_insert.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_character_insert PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 0ea6b0ca..17766d14 100644 --- a/common/src/gxe_single_line_text_input_create.c +++ b/common/src/gxe_single_line_text_input_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -79,6 +79,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 97bff201..6037956f 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 @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_draw_position_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 df48ab76..b3166b06 100644 --- a/common/src/gxe_single_line_text_input_end.c +++ b/common/src/gxe_single_line_text_input_end.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_end PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 bd7c91de..13eef30a 100644 --- a/common/src/gxe_single_line_text_input_event_process.c +++ b/common/src/gxe_single_line_text_input_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 0df4a808..a48d0ab5 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_single_line_text_input_home.c b/common/src/gxe_single_line_text_input_home.c index 29a11509..2f5f8566 100644 --- a/common/src/gxe_single_line_text_input_home.c +++ b/common/src/gxe_single_line_text_input_home.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_home PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 e5e28efc..d0ae3bde 100644 --- a/common/src/gxe_single_line_text_input_left_arrow.c +++ b/common/src/gxe_single_line_text_input_left_arrow.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_left_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 6e292f44..b2e549dc 100644 --- a/common/src/gxe_single_line_text_input_position_get.c +++ b/common/src/gxe_single_line_text_input_position_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_position_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 908a1d50..022370ed 100644 --- a/common/src/gxe_single_line_text_input_right_arrow.c +++ b/common/src/gxe_single_line_text_input_right_arrow.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_right_arrow PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ 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 82617cce..d6758e7e 100644 --- a/common/src/gxe_single_line_text_input_style_add.c +++ b/common/src/gxe_single_line_text_input_style_add.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_style_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a7d036c5..2c71f073 100644 --- a/common/src/gxe_single_line_text_input_style_remove.c +++ b/common/src/gxe_single_line_text_input_style_remove.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_style_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c3e14cff..17cc6d3d 100644 --- a/common/src/gxe_single_line_text_input_style_set.c +++ b/common/src/gxe_single_line_text_input_style_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 e1c42ceb..daf596a9 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -77,6 +77,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 e1e782c1..5bc5479b 100644 --- a/common/src/gxe_single_line_text_input_text_select.c +++ b/common/src/gxe_single_line_text_input_text_select.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_text_select PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8f4237cd..00e8f730 100644 --- a/common/src/gxe_single_line_text_input_text_set.c +++ b/common/src/gxe_single_line_text_input_text_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -101,7 +103,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_single_line_text_input_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -137,6 +139,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 12755628..57d73ff4 100644 --- a/common/src/gxe_slider_create.c +++ b/common/src/gxe_slider_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_slider_event_process.c b/common/src/gxe_slider_event_process.c index d49e316c..8572ab0f 100644 --- a/common/src/gxe_slider_event_process.c +++ b/common/src/gxe_slider_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7b206f86..789a3462 100644 --- a/common/src/gxe_slider_info_set.c +++ b/common/src/gxe_slider_info_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_info_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 697af2fd..41f8bdbe 100644 --- a/common/src/gxe_slider_needle_position_get.c +++ b/common/src/gxe_slider_needle_position_get.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_needle_position_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ad40449e..781671a0 100644 --- a/common/src/gxe_slider_travel_get.c +++ b/common/src/gxe_slider_travel_get.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_travel_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 438e6971..f8ee1143 100644 --- a/common/src/gxe_slider_value_calculate.c +++ b/common/src/gxe_slider_value_calculate.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_value_calculate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 20e9d447..e167df57 100644 --- a/common/src/gxe_slider_value_set.c +++ b/common/src/gxe_slider_value_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_slider_value_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 48157a5a..0a504e40 100644 --- a/common/src/gxe_sprite_create.c +++ b/common/src/gxe_sprite_create.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_sprite_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_sprite_current_frame_set.c b/common/src/gxe_sprite_current_frame_set.c index 7193e48e..74221a19 100644 --- a/common/src/gxe_sprite_current_frame_set.c +++ b/common/src/gxe_sprite_current_frame_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_sprite_current_frame_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7ee66af4..2544dc4c 100644 --- a/common/src/gxe_sprite_frame_list_set.c +++ b/common/src/gxe_sprite_frame_list_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_sprite_frame_list_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a0ffecbb..2b0fc6d2 100644 --- a/common/src/gxe_sprite_start.c +++ b/common/src/gxe_sprite_start.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_sprite_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7ab3bc7c..bbe1328d 100644 --- a/common/src/gxe_sprite_stop.c +++ b/common/src/gxe_sprite_stop.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_sprite_stop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a16086a5..18b959a8 100644 --- a/common/src/gxe_string_scroll_wheel_create.c +++ b/common/src/gxe_string_scroll_wheel_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_string_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -127,7 +129,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_string_scroll_wheel_create_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -170,6 +172,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_string_scroll_wheel_event_process.c b/common/src/gxe_string_scroll_wheel_event_process.c index 779a655a..e8be8137 100644 --- a/common/src/gxe_string_scroll_wheel_event_process.c +++ b/common/src/gxe_string_scroll_wheel_event_process.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_string_scroll_wheel_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,7 +67,7 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 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 3fb11470..46fbce13 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 @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_string_scroll_wheel_string_id_list_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, 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 a9b3a323..9d97e60a 100644 --- a/common/src/gxe_string_scroll_wheel_string_list_set.c +++ b/common/src/gxe_string_scroll_wheel_string_list_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_string_scroll_wheel_string_list_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -111,7 +113,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_string_scroll_wheel_string_list_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -146,6 +148,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_system_active_language_set.c b/common/src/gxe_system_active_language_set.c index 8d0da494..5bcb99e2 100644 --- a/common/src/gxe_system_active_language_set.c +++ b/common/src/gxe_system_active_language_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_active_language_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 92f6fb94..02cd8c14 100644 --- a/common/src/gxe_system_animation_free.c +++ b/common/src/gxe_system_animation_free.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_animation_free PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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_animation_get.c b/common/src/gxe_system_animation_get.c index 8aea15f1..16fd8026 100644 --- a/common/src/gxe_system_animation_get.c +++ b/common/src/gxe_system_animation_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_animation_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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 01ff6bcc..af91e9bc 100644 --- a/common/src/gxe_system_canvas_refresh.c +++ b/common/src/gxe_system_canvas_refresh.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_canvas_refresh PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 74e0a4d3..14f4c885 100644 --- a/common/src/gxe_system_dirty_mark.c +++ b/common/src/gxe_system_dirty_mark.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_dirty_mark PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 518f500e..b0301f4c 100644 --- a/common/src/gxe_system_dirty_partial_add.c +++ b/common/src/gxe_system_dirty_partial_add.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_dirty_partial_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 e7389750..b1381a24 100644 --- a/common/src/gxe_system_draw_context_get.c +++ b/common/src/gxe_system_draw_context_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_system_draw_context_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5e28f014..2332bf72 100644 --- a/common/src/gxe_system_event_fold.c +++ b/common/src/gxe_system_event_fold.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_system_event_fold PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 c5552a87..a745d5ee 100644 --- a/common/src/gxe_system_event_send.c +++ b/common/src/gxe_system_event_send.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_system_event_send PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -62,6 +62,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 28a53f65..6fab375d 100644 --- a/common/src/gxe_system_focus_claim.c +++ b/common/src/gxe_system_focus_claim.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_focus_claim PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 3bd150a5..86145e06 100644 --- a/common/src/gxe_system_initialize.c +++ b/common/src/gxe_system_initialize.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_initialize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ab87f60f..6c2799e9 100644 --- a/common/src/gxe_system_language_table_get.c +++ b/common/src/gxe_system_language_table_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_language_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_system_language_table_set.c b/common/src/gxe_system_language_table_set.c index 7662a1aa..fbd366a8 100644 --- a/common/src/gxe_system_language_table_set.c +++ b/common/src/gxe_system_language_table_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_language_table_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_system_memory_allocator_set.c b/common/src/gxe_system_memory_allocator_set.c index aac7d7de..51f926ef 100644 --- a/common/src/gxe_system_memory_allocator_set.c +++ b/common/src/gxe_system_memory_allocator_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_memory_allocator_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 1fa78944..15c2f0be 100644 --- a/common/src/gxe_system_pen_configure.c +++ b/common/src/gxe_system_pen_configure.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_pen_configure PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c0dbd2e6..55d61057 100644 --- a/common/src/gxe_system_screen_stack_create.c +++ b/common/src/gxe_system_screen_stack_create.c @@ -31,8 +31,8 @@ /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_system_screen_stack_create ORTABLE C */ -/* 6.0 */ +/* _gxe_system_screen_stack_create PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 76322e25..32cd8853 100644 --- a/common/src/gxe_system_screen_stack_get.c +++ b/common/src/gxe_system_screen_stack_get.c @@ -34,8 +34,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_system_screen_stack_get ORTABLE C */ -/* 6.0 */ +/* _gxe_system_screen_stack_get PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 672a9728..67657b90 100644 --- a/common/src/gxe_system_screen_stack_pop.c +++ b/common/src/gxe_system_screen_stack_pop.c @@ -34,8 +34,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_system_screen_stack_pop ORTABLE C */ -/* 6.0 */ +/* _gxe_system_screen_stack_pop PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8e70db44..69661376 100644 --- a/common/src/gxe_system_screen_stack_push.c +++ b/common/src/gxe_system_screen_stack_push.c @@ -34,8 +34,8 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* FUNCTION RELEASE */ /* */ -/* _gxe_system_screen_stack_push ORTABLE C */ -/* 6.0 */ +/* _gxe_system_screen_stack_push PORTABLE C */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 047f1acb..e2d53ca4 100644 --- a/common/src/gxe_system_scroll_appearance_get.c +++ b/common/src/gxe_system_scroll_appearance_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_scroll_appearance_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 58b7013a..8571f343 100644 --- a/common/src/gxe_system_scroll_appearance_set.c +++ b/common/src/gxe_system_scroll_appearance_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_scroll_appearance_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a3054eea..e7b43e92 100644 --- a/common/src/gxe_system_start.c +++ b/common/src/gxe_system_start.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 1d9f78a5..eabf6791 100644 --- a/common/src/gxe_system_string_get.c +++ b/common/src/gxe_system_string_get.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_system_string_table_get.c b/common/src/gxe_system_string_table_get.c index f4f4a6c1..ee69d959 100644 --- a/common/src/gxe_system_string_table_get.c +++ b/common/src/gxe_system_string_table_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_string_table_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) diff --git a/common/src/gxe_system_string_width_get.c b/common/src/gxe_system_string_width_get.c index c6baee73..3af35e30 100644 --- a/common/src/gxe_system_string_width_get.c +++ b/common/src/gxe_system_string_width_get.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_string_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -125,7 +127,7 @@ UINT length; /* FUNCTION RELEASE */ /* */ /* _gx_system_string_width_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -160,6 +162,8 @@ UINT length; /* DATE NAME DESCRIPTION */ /* */ /* 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 bbca1089..d4bdaa7a 100644 --- a/common/src/gxe_system_timer_start.c +++ b/common/src/gxe_system_timer_start.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_timer_start PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ddacb9b9..b30d9410 100644 --- a/common/src/gxe_system_timer_stop.c +++ b/common/src/gxe_system_timer_stop.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_system_timer_stop PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8c51cd6c..9e604421 100644 --- a/common/src/gxe_system_version_string_get.c +++ b/common/src/gxe_system_version_string_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_system_version_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -89,7 +91,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_system_version_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -122,6 +124,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 de557a93..23c79824 100644 --- a/common/src/gxe_system_widget_find.c +++ b/common/src/gxe_system_widget_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_system_widget_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 037f2436..b292566c 100644 --- a/common/src/gxe_text_button_create.c +++ b/common/src/gxe_text_button_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -73,6 +73,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_text_button_event_process.c b/common/src/gxe_text_button_event_process.c index 0e044b6f..51eef08e 100644 --- a/common/src/gxe_text_button_event_process.c +++ b/common/src/gxe_text_button_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_event_process PORTABLE C */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,7 +68,7 @@ GX_CALLER_CHECKING_EXTERNS /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 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 26e82ffc..68a803ed 100644 --- a/common/src/gxe_text_button_font_set.c +++ b/common/src/gxe_text_button_font_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 119bcfe6..f7f78ebc 100644 --- a/common/src/gxe_text_button_text_color_set.c +++ b/common/src/gxe_text_button_text_color_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_text_button_text_get.c b/common/src/gxe_text_button_text_get.c index 4d3937dd..319cb5a6 100644 --- a/common/src/gxe_text_button_text_get.c +++ b/common/src/gxe_text_button_text_get.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_text_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -104,7 +106,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_text_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -137,6 +139,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 a4172252..baf78c45 100644 --- a/common/src/gxe_text_button_text_id_set.c +++ b/common/src/gxe_text_button_text_id_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_text_id_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 4bcf434d..913385d8 100644 --- a/common/src/gxe_text_button_text_set.c +++ b/common/src/gxe_text_button_text_set.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_text_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -104,7 +106,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_text_button_text_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -137,6 +139,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 13ab50e3..c4541afa 100644 --- a/common/src/gxe_text_input_cursor_blink_interval_set.c +++ b/common/src/gxe_text_input_cursor_blink_interval_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_text_input_cursor_blink_interval_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 5c3e981d..272e01f8 100644 --- a/common/src/gxe_text_input_cursor_height_set.c +++ b/common/src/gxe_text_input_cursor_height_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_text_input_cursor_height_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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_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 28e6f91f..8a3549b1 100644 --- a/common/src/gxe_text_input_cursor_width_set.c +++ b/common/src/gxe_text_input_cursor_width_set.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_text_input_cursor_width_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 2dcdffe2..c6d36c5a 100644 --- a/common/src/gxe_text_scroll_wheel_callback_set.c +++ b/common/src/gxe_text_scroll_wheel_callback_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_text_scroll_wheel_callback_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE 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) @@ -98,7 +100,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_text_scroll_wheel_callback_set_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -133,6 +135,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 7d2b6bdc..703e3842 100644 --- a/common/src/gxe_text_scroll_wheel_create.c +++ b/common/src/gxe_text_scroll_wheel_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_scroll_wheel_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_text_scroll_wheel_event_process.c b/common/src/gxe_text_scroll_wheel_event_process.c new file mode 100644 index 00000000..bcd1eed0 --- /dev/null +++ b/common/src/gxe_text_scroll_wheel_event_process.c @@ -0,0 +1,96 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Text Scroll Wheel Management (Scroll Wheel) */ +/** */ +/**************************************************************************/ + +#define GX_SOURCE_CODE + + +/* Include necessary system files. */ + +#include "gx_api.h" +#include "gx_scroll_wheel.h" + +GX_CALLER_CHECKING_EXTERNS + +/**************************************************************************/ +/* */ +/* FUNCTION RELEASE */ +/* */ +/* _gxe_text_scroll_wheel_event_process PORTABLE C */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* This function checks for errors in text scroll wheel event process */ +/* call. */ +/* */ +/* INPUT */ +/* */ +/* wheel Text scroll wheel control */ +/* block */ +/* event_ptr Event to be processed */ +/* */ +/* OUTPUT */ +/* */ +/* status Completion status */ +/* */ +/* CALLS */ +/* */ +/* _gx_text_scroll_wheel_event_process Actual text scroll wheel */ +/* event process call */ +/* */ +/* CALLED BY */ +/* */ +/* 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) +{ +UINT status; + + /* Check for appropriate caller. */ + GX_INIT_AND_THREADS_CALLER_CHECKING + + /* Check for invalid pointer. */ + if ((wheel == GX_NULL) || (event_ptr == GX_NULL)) + { + return GX_PTR_ERROR; + } + + /* Check for invalid widget. */ + if (wheel -> gx_widget_type == 0) + { + return(GX_INVALID_WIDGET); + } + + status = _gx_text_scroll_wheel_event_process(wheel, event_ptr); + + return status; +} + diff --git a/common/src/gxe_text_scroll_wheel_font_set.c b/common/src/gxe_text_scroll_wheel_font_set.c index b869ee96..79343d75 100644 --- a/common/src/gxe_text_scroll_wheel_font_set.c +++ b/common/src/gxe_text_scroll_wheel_font_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_scroll_wheel_font_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 2c1f4689..14ddefd0 100644 --- a/common/src/gxe_text_scroll_wheel_text_color_set.c +++ b/common/src/gxe_text_scroll_wheel_text_color_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_text_scroll_wheel_text_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_tree_view_create.c b/common/src/gxe_tree_view_create.c index 462e49ff..32a34028 100644 --- a/common/src/gxe_tree_view_create.c +++ b/common/src/gxe_tree_view_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_tree_view_event_process.c b/common/src/gxe_tree_view_event_process.c index 7a943939..53189781 100644 --- a/common/src/gxe_tree_view_event_process.c +++ b/common/src/gxe_tree_view_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 528b1f72..c8a1404b 100644 --- a/common/src/gxe_tree_view_indentation_set.c +++ b/common/src/gxe_tree_view_indentation_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_indentation_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 3f9e541c..8b513d63 100644 --- a/common/src/gxe_tree_view_position.c +++ b/common/src/gxe_tree_view_position.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 13f30f8e..fcc63838 100644 --- a/common/src/gxe_tree_view_root_line_color_set.c +++ b/common/src/gxe_tree_view_root_line_color_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_root_line_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 225102d5..a1eb89be 100644 --- a/common/src/gxe_tree_view_root_pixelmap_set.c +++ b/common/src/gxe_tree_view_root_pixelmap_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_root_pixelmap_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 0ac965a1..60e75203 100644 --- a/common/src/gxe_tree_view_selected_get.c +++ b/common/src/gxe_tree_view_selected_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_selected_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ce6e0904..00eb6b4d 100644 --- a/common/src/gxe_tree_view_selected_set.c +++ b/common/src/gxe_tree_view_selected_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_tree_view_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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_canvas_to_bmp.c b/common/src/gxe_utility_canvas_to_bmp.c index 25e209dd..5457c934 100644 --- a/common/src/gxe_utility_canvas_to_bmp.c +++ b/common/src/gxe_utility_canvas_to_bmp.c @@ -32,7 +32,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gx_utility_canvas_to_bmp PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 217119a0..b1a8118d 100644 --- a/common/src/gxe_utility_circle_point_get.c +++ b/common/src/gxe_utility_circle_point_get.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_circle_point_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 cd5bcc21..8ce419cf 100644 --- a/common/src/gxe_utility_gradient_create.c +++ b/common/src/gxe_utility_gradient_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_gradient_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_utility_gradient_delete.c b/common/src/gxe_utility_gradient_delete.c index 776687dc..6a38f9bb 100644 --- a/common/src/gxe_utility_gradient_delete.c +++ b/common/src/gxe_utility_gradient_delete.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_gradient_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ab07f58d..23db58a9 100644 --- a/common/src/gxe_utility_ltoa.c +++ b/common/src/gxe_utility_ltoa.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_ltoa PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0e56060e..eb7c24ff 100644 --- a/common/src/gxe_utility_pixelmap_resize.c +++ b/common/src/gxe_utility_pixelmap_resize.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_pixelmap_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 31bb10cb..04605c8e 100644 --- a/common/src/gxe_utility_pixelmap_rotate.c +++ b/common/src/gxe_utility_pixelmap_rotate.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_pixelmap_rotation PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 dd779f8d..697fe6df 100644 --- a/common/src/gxe_utility_pixelmap_simple_rotate.c +++ b/common/src/gxe_utility_pixelmap_simple_rotate.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_pixelmap_simple_rotate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d4482f2f..7b23ae95 100644 --- a/common/src/gxe_utility_rectangle_center.c +++ b/common/src/gxe_utility_rectangle_center.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_center PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 d3ab7804..94bc96c2 100644 --- a/common/src/gxe_utility_rectangle_center_find.c +++ b/common/src/gxe_utility_rectangle_center_find.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_center_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_utility_rectangle_combine.c b/common/src/gxe_utility_rectangle_combine.c index 08ae5d02..7434e12c 100644 --- a/common/src/gxe_utility_rectangle_combine.c +++ b/common/src/gxe_utility_rectangle_combine.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_combine PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0c2a2d7e..04de7ec2 100644 --- a/common/src/gxe_utility_rectangle_compare.c +++ b/common/src/gxe_utility_rectangle_compare.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_compare PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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 346a7e7d..a6fd408d 100644 --- a/common/src/gxe_utility_rectangle_define.c +++ b/common/src/gxe_utility_rectangle_define.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_define PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_utility_rectangle_overlap_detect.c b/common/src/gxe_utility_rectangle_overlap_detect.c index b542d1d0..ec6bd7a3 100644 --- a/common/src/gxe_utility_rectangle_overlap_detect.c +++ b/common/src/gxe_utility_rectangle_overlap_detect.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_overlap_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE 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, diff --git a/common/src/gxe_utility_rectangle_point_detect.c b/common/src/gxe_utility_rectangle_point_detect.c index 332a9e92..63fb3c38 100644 --- a/common/src/gxe_utility_rectangle_point_detect.c +++ b/common/src/gxe_utility_rectangle_point_detect.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_point_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE 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 6ea199c5..2f884866 100644 --- a/common/src/gxe_utility_rectangle_resize.c +++ b/common/src/gxe_utility_rectangle_resize.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e763dc17..73a8bcd1 100644 --- a/common/src/gxe_utility_rectangle_shift.c +++ b/common/src/gxe_utility_rectangle_shift.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_rectangle_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4015ea13..a1213e69 100644 --- a/common/src/gxe_utility_string_to_alphamap.c +++ b/common/src/gxe_utility_string_to_alphamap.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_utility_string_to_alphamap PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -64,6 +64,8 @@ /* DATE 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) @@ -93,7 +95,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_utility_string_to_alphamap_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -124,6 +126,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 7f684199..329798e7 100644 --- a/common/src/gxe_vertical_list_children_position.c +++ b/common/src/gxe_vertical_list_children_position.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_children_position PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 b74d59b1..9da223cd 100644 --- a/common/src/gxe_vertical_list_create.c +++ b/common/src/gxe_vertical_list_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -78,6 +78,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_vertical_list_event_process.c b/common/src/gxe_vertical_list_event_process.c index 0fb6c4db..ccb8f7bd 100644 --- a/common/src/gxe_vertical_list_event_process.c +++ b/common/src/gxe_vertical_list_event_process.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 f4b05b11..831d1d5c 100644 --- a/common/src/gxe_vertical_list_page_index_set.c +++ b/common/src/gxe_vertical_list_page_index_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_page_index_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 4a4fea4c..944c6c80 100644 --- a/common/src/gxe_vertical_list_selected_index_get.c +++ b/common/src/gxe_vertical_list_selected_index_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_selected_index_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_vertical_list_selected_set.c b/common/src/gxe_vertical_list_selected_set.c index 8250671a..f83419e5 100644 --- a/common/src/gxe_vertical_list_selected_set.c +++ b/common/src/gxe_vertical_list_selected_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_selected_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 d4f16a9b..546cb6e3 100644 --- a/common/src/gxe_vertical_list_selected_widget_get.c +++ b/common/src/gxe_vertical_list_selected_widget_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_selected_widget_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_vertical_list_total_rows_set.c b/common/src/gxe_vertical_list_total_rows_set.c index 0a013673..8064fc49 100644 --- a/common/src/gxe_vertical_list_total_rows_set.c +++ b/common/src/gxe_vertical_list_total_rows_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_list_total_rows_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 f7a45fe5..672fae3e 100644 --- a/common/src/gxe_vertical_scrollbar_create.c +++ b/common/src/gxe_vertical_scrollbar_create.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_vertical_scrollbar_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -72,6 +72,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_widget_allocate.c b/common/src/gxe_widget_allocate.c index 02f6fac2..430166d8 100644 --- a/common/src/gxe_widget_allocate.c +++ b/common/src/gxe_widget_allocate.c @@ -34,7 +34,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_allocate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 25ad080c..5cd39184 100644 --- a/common/src/gxe_widget_attach.c +++ b/common/src/gxe_widget_attach.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_attach PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gxe_widget_back_attach.c b/common/src/gxe_widget_back_attach.c index 1613dc72..f4d342c3 100644 --- a/common/src/gxe_widget_back_attach.c +++ b/common/src/gxe_widget_back_attach.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_back_attach PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ diff --git a/common/src/gxe_widget_back_move.c b/common/src/gxe_widget_back_move.c index 5d5628da..07bb4a2a 100644 --- a/common/src/gxe_widget_back_move.c +++ b/common/src/gxe_widget_back_move.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_back_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 00707bcb..034f3cd9 100644 --- a/common/src/gxe_widget_block_move.c +++ b/common/src/gxe_widget_block_move.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_block_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a2524ebb..f83ce276 100644 --- a/common/src/gxe_widget_border_style_set.c +++ b/common/src/gxe_widget_border_style_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_border_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ab0102e3..36d058cf 100644 --- a/common/src/gxe_widget_border_width_get.c +++ b/common/src/gxe_widget_border_width_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_border_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f93fad1a..c252601e 100644 --- a/common/src/gxe_widget_canvas_get.c +++ b/common/src/gxe_widget_canvas_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_canvas_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 91729d79..30bef74d 100644 --- a/common/src/gxe_widget_child_detect.c +++ b/common/src/gxe_widget_child_detect.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_child_detect PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 84dfd4db..c70397f6 100644 --- a/common/src/gxe_widget_client_get.c +++ b/common/src/gxe_widget_client_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_client_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 58726ba6..8c92bc95 100644 --- a/common/src/gxe_widget_color_get.c +++ b/common/src/gxe_widget_color_get.c @@ -33,7 +33,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_color_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 97bd7a34..4593cb8c 100644 --- a/common/src/gxe_widget_create.c +++ b/common/src/gxe_widget_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_widget_created_test.c b/common/src/gxe_widget_created_test.c index 2d58f719..aea535ac 100644 --- a/common/src/gxe_widget_created_test.c +++ b/common/src/gxe_widget_created_test.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_created_test PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 b674e46d..eb087fce 100644 --- a/common/src/gxe_widget_delete.c +++ b/common/src/gxe_widget_delete.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 2a6f7054..329dab3f 100644 --- a/common/src/gxe_widget_detach.c +++ b/common/src/gxe_widget_detach.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_detach PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 431725c8..1fec7884 100644 --- a/common/src/gxe_widget_draw_set.c +++ b/common/src/gxe_widget_draw_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_draw_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 efa958e1..66024699 100644 --- a/common/src/gxe_widget_event_generate.c +++ b/common/src/gxe_widget_event_generate.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_event_generate PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ed9a1c0d..54e8071f 100644 --- a/common/src/gxe_widget_event_process.c +++ b/common/src/gxe_widget_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 02fefcc9..cdd84c5a 100644 --- a/common/src/gxe_widget_event_process_set.c +++ b/common/src/gxe_widget_event_process_set.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_event_process_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1ca317e0..ac3b4923 100644 --- a/common/src/gxe_widget_event_to_parent.c +++ b/common/src/gxe_widget_event_to_parent.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_event_to_parent PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 a9047512..852a533f 100644 --- a/common/src/gxe_widget_fill_color_set.c +++ b/common/src/gxe_widget_fill_color_set.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_fill_color_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_widget_find.c b/common/src/gxe_widget_find.c index cc41bbc2..7672f5b3 100644 --- a/common/src/gxe_widget_find.c +++ b/common/src/gxe_widget_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 3fb4e1b2..2714c7b7 100644 --- a/common/src/gxe_widget_first_child_get.c +++ b/common/src/gxe_widget_first_child_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_first_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 eae904be..2fc97a7c 100644 --- a/common/src/gxe_widget_focus_next.c +++ b/common/src/gxe_widget_focus_next.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_focus_next PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 72658c52..84e1d297 100644 --- a/common/src/gxe_widget_focus_previous.c +++ b/common/src/gxe_widget_focus_previous.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_focus_previous PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 e0423363..37b637c0 100644 --- a/common/src/gxe_widget_font_get.c +++ b/common/src/gxe_widget_font_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_font_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 8f10691c..7df0386f 100644 --- a/common/src/gxe_widget_free.c +++ b/common/src/gxe_widget_free.c @@ -35,7 +35,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_free PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e857024e..d48e464b 100644 --- a/common/src/gxe_widget_front_move.c +++ b/common/src/gxe_widget_front_move.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_front_move PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 2a6ff3f1..e67b6c60 100644 --- a/common/src/gxe_widget_height_get.c +++ b/common/src/gxe_widget_height_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_height_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 3acfe485..425d56f5 100644 --- a/common/src/gxe_widget_hide.c +++ b/common/src/gxe_widget_hide.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_hide PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c02b1bef..2fb26858 100644 --- a/common/src/gxe_widget_last_child_get.c +++ b/common/src/gxe_widget_last_child_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_last_child_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4384c423..0b74cf61 100644 --- a/common/src/gxe_widget_next_sibling_get.c +++ b/common/src/gxe_widget_next_sibling_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_next_sibling_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 bf0d6019..9331a876 100644 --- a/common/src/gxe_widget_parent_get.c +++ b/common/src/gxe_widget_parent_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_parent_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 6bfd3faa..63462a29 100644 --- a/common/src/gxe_widget_pixelmap_get.c +++ b/common/src/gxe_widget_pixelmap_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_pixelmap_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 0cc83fed..4529854a 100644 --- a/common/src/gxe_widget_previous_sibling_get.c +++ b/common/src/gxe_widget_previous_sibling_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_previous_sibling_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 38453d75..802cfe73 100644 --- a/common/src/gxe_widget_resize.c +++ b/common/src/gxe_widget_resize.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_resize PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 cc12cdeb..fd36e6e3 100644 --- a/common/src/gxe_widget_shift.c +++ b/common/src/gxe_widget_shift.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_shift PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 e759baf9..d2c11fa3 100644 --- a/common/src/gxe_widget_show.c +++ b/common/src/gxe_widget_show.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_show PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 b5fd72a1..7c3d8b4f 100644 --- a/common/src/gxe_widget_status_add.c +++ b/common/src/gxe_widget_status_add.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_status_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 ebd20271..76f81273 100644 --- a/common/src/gxe_widget_status_get.c +++ b/common/src/gxe_widget_status_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_status_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 9af95a57..364c0fea 100644 --- a/common/src/gxe_widget_status_remove.c +++ b/common/src/gxe_widget_status_remove.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_status_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -65,6 +65,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 06279dfb..490276a3 100644 --- a/common/src/gxe_widget_status_test.c +++ b/common/src/gxe_widget_status_test.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_status_test PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 4a8162db..bac00658 100644 --- a/common/src/gxe_widget_string_get.c +++ b/common/src/gxe_widget_string_get.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_string_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -103,7 +105,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_widget_string_get_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -137,6 +139,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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 b7790d8b..d4a0636c 100644 --- a/common/src/gxe_widget_style_add.c +++ b/common/src/gxe_widget_style_add.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_style_add PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 06fd7f61..7b3ed200 100644 --- a/common/src/gxe_widget_style_get.c +++ b/common/src/gxe_widget_style_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_style_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 8892e9e6..b6a4734f 100644 --- a/common/src/gxe_widget_style_remove.c +++ b/common/src/gxe_widget_style_remove.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_style_remove PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c1abd9bf..5e1efc8e 100644 --- a/common/src/gxe_widget_style_set.c +++ b/common/src/gxe_widget_style_set.c @@ -37,7 +37,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_style_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 c06b3a4d..0d5bb421 100644 --- a/common/src/gxe_widget_text_blend.c +++ b/common/src/gxe_widget_text_blend.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_text_blend PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE 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) @@ -111,7 +113,7 @@ UINT status; /* FUNCTION RELEASE */ /* */ /* _gxe_widget_text_blend_ext PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -149,6 +151,8 @@ UINT status; /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_widget_top_visible_child_find.c b/common/src/gxe_widget_top_visible_child_find.c index 8290a18b..39b8e355 100644 --- a/common/src/gxe_widget_top_visible_child_find.c +++ b/common/src/gxe_widget_top_visible_child_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_top_visible_child_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 f9840427..caaaf044 100644 --- a/common/src/gxe_widget_type_find.c +++ b/common/src/gxe_widget_type_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_widget_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d59ed541..302d5399 100644 --- a/common/src/gxe_widget_width_get.c +++ b/common/src/gxe_widget_width_get.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_widget_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -69,6 +69,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 879c1901..665787ec 100644 --- a/common/src/gxe_window_client_height_get.c +++ b/common/src/gxe_window_client_height_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_window_client_height_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 e29a00f9..b9e26515 100644 --- a/common/src/gxe_window_client_scroll.c +++ b/common/src/gxe_window_client_scroll.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_client_scroll PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -70,6 +70,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 25b894c5..065034f5 100644 --- a/common/src/gxe_window_client_width_get.c +++ b/common/src/gxe_window_client_width_get.c @@ -34,7 +34,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_client_width_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7935f6c5..8f1b6599 100644 --- a/common/src/gxe_window_close.c +++ b/common/src/gxe_window_close.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_close PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 7f91952d..2e6b1c23 100644 --- a/common/src/gxe_window_create.c +++ b/common/src/gxe_window_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -74,6 +74,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_window_event_process.c b/common/src/gxe_window_event_process.c index 0479c567..6c32838d 100644 --- a/common/src/gxe_window_event_process.c +++ b/common/src/gxe_window_event_process.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 3583e2d8..46e1c935 100644 --- a/common/src/gxe_window_execute.c +++ b/common/src/gxe_window_execute.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_execute PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 5440de6b..3d9bf321 100644 --- a/common/src/gxe_window_root_create.c +++ b/common/src/gxe_window_root_create.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_root_create PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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, diff --git a/common/src/gxe_window_root_delete.c b/common/src/gxe_window_root_delete.c index b21c2749..0cd6fc09 100644 --- a/common/src/gxe_window_root_delete.c +++ b/common/src/gxe_window_root_delete.c @@ -36,7 +36,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_root_delete PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 ee299fa7..b3be88d0 100644 --- a/common/src/gxe_window_root_event_process.c +++ b/common/src/gxe_window_root_event_process.c @@ -38,7 +38,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_root_event_process PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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 3b4f14cd..eb2d28bd 100644 --- a/common/src/gxe_window_root_find.c +++ b/common/src/gxe_window_root_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_window_root_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -67,6 +67,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 d9d27aef..22977d5e 100644 --- a/common/src/gxe_window_scroll_info_get.c +++ b/common/src/gxe_window_scroll_info_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_window_scroll_info_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 055f7535..12c383a0 100644 --- a/common/src/gxe_window_scrollbar_find.c +++ b/common/src/gxe_window_scrollbar_find.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_window_scrollbar_find PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -68,6 +68,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 72f46176..f8248101 100644 --- a/common/src/gxe_window_wallpaper_get.c +++ b/common/src/gxe_window_wallpaper_get.c @@ -32,7 +32,7 @@ /* FUNCTION RELEASE */ /* */ /* _gxe_window_wallpaper_get PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -66,6 +66,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 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 1fef9539..8eabef5e 100644 --- a/common/src/gxe_window_wallpaper_set.c +++ b/common/src/gxe_window_wallpaper_set.c @@ -35,7 +35,7 @@ GX_CALLER_CHECKING_EXTERNS /* FUNCTION RELEASE */ /* */ /* _gxe_window_wallpaper_set PORTABLE C */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -71,6 +71,8 @@ GX_CALLER_CHECKING_EXTERNS /* DATE NAME DESCRIPTION */ /* */ /* 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/ports/arc_em/metaware/inc/gx_port.h b/ports/arc_em/metaware/inc/gx_port.h index 6fbc125e..aada8a69 100644 --- a/ports/arc_em/metaware/inc/gx_port.h +++ b/ports/arc_em/metaware/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h ARCv2_EM/MetaWare */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2010 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARCv2_EM/MetaWare Version 6.1 *"; #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 48773ad7..cef951fe 100644 --- a/ports/arc_hs/metaware/inc/gx_port.h +++ b/ports/arc_hs/metaware/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h ARC_HS/MetaWare */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARC_HS/MetaWare Version 6.1 *"; #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 5e02f039..565f7280 100644 --- a/ports/arm9/ac5/inc/gx_port.h +++ b/ports/arm9/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h ARM9/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/AC5 Version 6.1 *"; #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 623751b0..926db38e 100644 --- a/ports/arm9/gnu/inc/gx_port.h +++ b/ports/arm9/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h ARM9/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/GNU Version 6.1 *"; #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 a764fa06..6bb46e53 100644 --- a/ports/arm9/iar/inc/gx_port.h +++ b/ports/arm9/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h ARM9/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX ARM9/IAR Version 6.1 *"; #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 e2db9ae8..7c0b7738 100644 --- a/ports/c667x/ccs/inc/gx_port.h +++ b/ports/c667x/ccs/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h C6xxx/TI */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX C6xxx/TI Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX C6xxx/TI Version 6.1 *"; #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 5855db6e..dda14187 100644 --- a/ports/cortex_a15/gnu/inc/gx_port.h +++ b/ports/cortex_a15/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A15/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A15/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A15/GNU Version 6.1 *"; #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 9b8e6c4e..47fc4bdc 100644 --- a/ports/cortex_a5/ac5/inc/gx_port.h +++ b/ports/cortex_a5/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A5/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/AC5 Version 6.1 *"; #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 1e2da8c9..988e9d58 100644 --- a/ports/cortex_a5/gnu/inc/gx_port.h +++ b/ports/cortex_a5/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A5/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/GNU Version 6.1 *"; #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 f258b558..65cc30c6 100644 --- a/ports/cortex_a5/iar/inc/gx_port.h +++ b/ports/cortex_a5/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A5/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5/IAR Version 6.1 *"; #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 af9a0b0d..73575d05 100644 --- a/ports/cortex_a5x/ac6/inc/gx_port.h +++ b/ports/cortex_a5x/ac6/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A5x/AC6 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5x/AC6 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A5x/AC6 Version 6.1 *"; #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 c39dda2a..2cb4b2aa 100644 --- a/ports/cortex_a7/ac5/inc/gx_port.h +++ b/ports/cortex_a7/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A7/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/AC5 Version 6.1 *"; #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 f6d0b1fd..137f3c67 100644 --- a/ports/cortex_a7/gnu/inc/gx_port.h +++ b/ports/cortex_a7/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A7/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/GNU Version 6.1 *"; #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 680f5f1b..7f8a20e1 100644 --- a/ports/cortex_a7/iar/inc/gx_port.h +++ b/ports/cortex_a7/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A7/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A7/IAR Version 6.1 *"; #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 527b33ec..c95cbb8f 100644 --- a/ports/cortex_a8/ac5/inc/gx_port.h +++ b/ports/cortex_a8/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A8/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/AC5 Version 6.1 *"; #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 3a81ce8c..22107b5c 100644 --- a/ports/cortex_a8/gnu/inc/gx_port.h +++ b/ports/cortex_a8/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A8/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/GNU Version 6.1 *"; #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 55649b48..7688a162 100644 --- a/ports/cortex_a8/iar/inc/gx_port.h +++ b/ports/cortex_a8/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A8/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A8/IAR Version 6.1 *"; #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 a3c59605..f555e47b 100644 --- a/ports/cortex_a9/ac5/inc/gx_port.h +++ b/ports/cortex_a9/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A9/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/AC5 Version 6.1 *"; #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 91a58f44..4e8ba239 100644 --- a/ports/cortex_a9/gnu/inc/gx_port.h +++ b/ports/cortex_a9/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A9/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/GNU Version 6.1 *"; #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 d2535c21..63c99218 100644 --- a/ports/cortex_a9/iar/inc/gx_port.h +++ b/ports/cortex_a9/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-A9/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-A9/IAR Version 6.1 *"; #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 6d0591fa..3fac25a0 100644 --- a/ports/cortex_m0/ac5/inc/gx_port.h +++ b/ports/cortex_m0/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M0/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/AC5 Version 6.1 *"; #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 a7e72f2f..19b068f1 100644 --- a/ports/cortex_m0/gnu/inc/gx_port.h +++ b/ports/cortex_m0/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M0/GNU */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -39,6 +39,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +142,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/GNU Version G6.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/GNU Version G6.1 *"; #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 c1c08d05..6ce784e4 100644 --- a/ports/cortex_m0/iar/inc/gx_port.h +++ b/ports/cortex_m0/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M0/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M0/IAR Version 6.1 *"; #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 1530e72b..67441a86 100644 --- a/ports/cortex_m3/ac5/inc/gx_port.h +++ b/ports/cortex_m3/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M3/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/AC5 Version 6.1 *"; #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 62fa87ac..ad006365 100644 --- a/ports/cortex_m3/gnu/inc/gx_port.h +++ b/ports/cortex_m3/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M3/GNU */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -39,6 +39,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +142,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/GNU Version G6.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/GNU Version G6.1 *"; #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 fda35bd0..ab8660e9 100644 --- a/ports/cortex_m3/iar/inc/gx_port.h +++ b/ports/cortex_m3/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M3/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/IAR Version 6.1 *"; #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 9682758f..69aebe5e 100644 --- a/ports/cortex_m3/keil/inc/gx_port.h +++ b/ports/cortex_m3/keil/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M3/KEIL */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/KEIL Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M3/KEIL Version 6.1 *"; #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 14156b42..504954f6 100644 --- a/ports/cortex_m4/ac5/inc/gx_port.h +++ b/ports/cortex_m4/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M4/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/AC5 Version 6.1 *"; #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 22e98465..3b1a239e 100644 --- a/ports/cortex_m4/gnu/inc/gx_port.h +++ b/ports/cortex_m4/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M4/GNU */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -39,6 +39,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +142,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/GNU Version G6.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/GNU Version G6.1 *"; #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 a5ab7346..1beca515 100644 --- a/ports/cortex_m4/iar/inc/gx_port.h +++ b/ports/cortex_m4/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M4/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/IAR Version 6.1 *"; #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 1ef45901..1e68dbd7 100644 --- a/ports/cortex_m4/keil/inc/gx_port.h +++ b/ports/cortex_m4/keil/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M4/KEIL */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/KEIL Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M4/KEIL Version 6.1 *"; #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 2a39a606..281a6a00 100644 --- a/ports/cortex_m7/ac5/inc/gx_port.h +++ b/ports/cortex_m7/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M7/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/AC5 Version 6.1 *"; #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 b50c6d03..a31ad2eb 100644 --- a/ports/cortex_m7/gnu/inc/gx_port.h +++ b/ports/cortex_m7/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M7/GNU */ -/* 6.0 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -39,6 +39,8 @@ /* DATE NAME DESCRIPTION */ /* */ /* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Modified comment(s), */ +/* resulting in version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +142,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/GNU Version G6.0 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/GNU Version G6.1 *"; #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 5dbc4429..8359919c 100644 --- a/ports/cortex_m7/iar/inc/gx_port.h +++ b/ports/cortex_m7/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-M7/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-M7/IAR Version 6.1 *"; #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 699dbb18..947c00a0 100644 --- a/ports/cortex_r4/ac5/inc/gx_port.h +++ b/ports/cortex_r4/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R4/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC5 Version 6.1 *"; #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 f77a610a..80f92503 100644 --- a/ports/cortex_r4/ac6/inc/gx_port.h +++ b/ports/cortex_r4/ac6/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R4/AC6 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC6 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/AC6 Version 6.1 *"; #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 0e7dd7c9..ebefa9ea 100644 --- a/ports/cortex_r4/gnu/inc/gx_port.h +++ b/ports/cortex_r4/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R4/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/GNU Version 6.1 *"; #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 fc3cb7a3..8351113d 100644 --- a/ports/cortex_r4/iar/inc/gx_port.h +++ b/ports/cortex_r4/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R4/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R4/IAR Version 6.1 *"; #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 96f6d12d..19f36eb7 100644 --- a/ports/cortex_r5/ac5/inc/gx_port.h +++ b/ports/cortex_r5/ac5/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R5/AC5 */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/AC5 Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/AC5 Version 6.1 *"; #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 628acd2c..77f37be0 100644 --- a/ports/cortex_r5/gnu/inc/gx_port.h +++ b/ports/cortex_r5/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R5/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/GNU Version 6.1 *"; #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 816bca30..b48543cc 100644 --- a/ports/cortex_r5/iar/inc/gx_port.h +++ b/ports/cortex_r5/iar/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Cortex-R5/IAR */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/IAR Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Cortex-R5/IAR Version 6.1 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/linux/gnu/CMakeLists.txt b/ports/linux/gnu/CMakeLists.txt new file mode 100644 index 00000000..75c79531 --- /dev/null +++ b/ports/linux/gnu/CMakeLists.txt @@ -0,0 +1,9 @@ +target_sources(${PROJECT_NAME} PRIVATE + # {{BEGIN_TARGET_SOURCES}} + + # {{END_TARGET_SOURCES}} +) + +target_include_directories(${PROJECT_NAME} PUBLIC + ${CMAKE_CURRENT_LIST_DIR}/inc +) diff --git a/ports/linux/gnu/inc/gx_port.h b/ports/linux/gnu/inc/gx_port.h index 38b5809d..3fd5241b 100644 --- a/ports/linux/gnu/inc/gx_port.h +++ b/ports/linux/gnu/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Linux/GNU */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 08-14-2020 Kenneth Maxwell Initial Version 6.0.2 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -140,7 +140,7 @@ typedef SHORT GX_VALUE; #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Linux/GNU Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Linux/GNU Version 6.1 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/win32/vs_2019/inc/gx_port.h b/ports/win32/vs_2019/inc/gx_port.h index b49afbe6..7f44320e 100644 --- a/ports/win32/vs_2019/inc/gx_port.h +++ b/ports/win32/vs_2019/inc/gx_port.h @@ -24,7 +24,7 @@ /* APPLICATION INTERFACE DEFINITION RELEASE */ /* */ /* gx_api.h Win32/Visual */ -/* 6.0.2 */ +/* 6.1 */ /* AUTHOR */ /* */ /* Kenneth Maxwell, Microsoft Corporation */ @@ -38,7 +38,7 @@ /* */ /* DATE NAME DESCRIPTION */ /* */ -/* 05-19-2020 Kenneth Maxwell Initial Version 6.0 */ +/* 09-30-2020 Kenneth Maxwell Initial Version 6.1 */ /* */ /**************************************************************************/ @@ -64,7 +64,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) @@ -97,8 +97,6 @@ typedef SHORT GX_VALUE; /* Define several macros for the error checking shell in GUIX. */ -#ifndef GX_DISABLE_THREADX_BINDING - #ifndef TX_TIMER_PROCESS_IN_ISR #define GX_CALLER_CHECKING_EXTERNS extern TX_THREAD *_tx_thread_current_ptr; \ @@ -146,19 +144,12 @@ typedef SHORT GX_VALUE; #endif -#else -#define GX_CALLER_CHECKING_EXTERNS -#define GX_THREADS_ONLY_CALLER_CHECKING -#define GX_INIT_AND_THREADS_CALLER_CHECKING -#define GX_NOT_ISR_CALLER_CHECKING -#define GX_THREAD_WAIT_CALLER_CHECKING -#endif /* Define the version ID of GUIX. This may be utilized by the application. */ #ifdef GX_SYSTEM_INIT CHAR _gx_version_id[] = - "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Visual Version 6.0.2 *"; + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Visual Version 6.1 *"; #else extern CHAR _gx_version_id[]; #endif diff --git a/ports/win32/vs_2019_standalone/inc/gx_port.h b/ports/win32/vs_2019_standalone/inc/gx_port.h new file mode 100644 index 00000000..3a3034be --- /dev/null +++ b/ports/win32/vs_2019_standalone/inc/gx_port.h @@ -0,0 +1,110 @@ +/**************************************************************************/ +/* */ +/* Copyright (c) Microsoft Corporation. All rights reserved. */ +/* */ +/* This software is licensed under the Microsoft Software License */ +/* Terms for Microsoft Azure RTOS. Full text of the license can be */ +/* found in the LICENSE file at https://aka.ms/AzureRTOS_EULA */ +/* and in the root directory of this software. */ +/* */ +/**************************************************************************/ + + +/**************************************************************************/ +/**************************************************************************/ +/** */ +/** GUIX Component */ +/** */ +/** Port Specific */ +/** */ +/**************************************************************************/ +/**************************************************************************/ +/**************************************************************************/ +/* */ +/* APPLICATION INTERFACE DEFINITION RELEASE */ +/* */ +/* gx_api.h Win32/Visual */ +/* 6.1 */ +/* AUTHOR */ +/* */ +/* Kenneth Maxwell, Microsoft Corporation */ +/* */ +/* DESCRIPTION */ +/* */ +/* 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 */ +/* */ +/**************************************************************************/ + +#ifndef GX_PORT_H +#define GX_PORT_H + +/* define target for build */ +#define GX_TARGET_WIN32 + +/* Determine if the optional GUIX user define file should be used. */ + +#ifdef GX_INCLUDE_USER_DEFINE_FILE + +/* Include the user defines in gx_user.h. The defines in this file may + alternately be defined on the command line. */ + +#include "gx_user.h" +#endif + +typedef INT GX_BOOL; + +typedef SHORT GX_VALUE; + +#define GX_VALUE_MAX 0x7FFF + +/* 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) + +#define GX_WIDGET_USER_DATA + +/* Define the basic system parameters. */ + +#ifndef GX_TICKS_SECOND +#define GX_TICKS_SECOND 50 +#endif + +#define GX_CONST const + +#define GX_INCLUDE_DEFAULT_COLORS + +#define GX_MAX_ACTIVE_TIMERS 32 + +#define GX_SYSTEM_TIMER_TICKS 2 /* 20 ms */ + +#define GX_MAX_VIEWS 32 + +#define GX_MAX_DISPLAY_HEIGHT 800 + + +#define GX_CALLER_CHECKING_EXTERNS +#define GX_THREADS_ONLY_CALLER_CHECKING +#define GX_INIT_AND_THREADS_CALLER_CHECKING +#define GX_NOT_ISR_CALLER_CHECKING +#define GX_THREAD_WAIT_CALLER_CHECKING + + +/* Define the version ID of GUIX. This may be utilized by the application. */ + +#ifdef GX_SYSTEM_INIT +CHAR _gx_version_id[] = + "Copyright (c) Microsoft Corporation. All rights reserved. * GUIX Win32/Standalone/Visual Version 6.1 *"; +#else +extern CHAR _gx_version_id[]; +#endif + +#endif +