├── LICENSE ├── README.md ├── Test ├── Readme.md ├── boot.html ├── boot.js ├── favicon.ico ├── glass.ogg ├── jquery.min.js ├── luhn_gen.adb ├── random_int-program.adb ├── random_int-ui.adb ├── random_int-ui.ads ├── random_int.ads ├── rgb.jpg └── show_all.adb ├── ada_gui-dialogs.adb ├── ada_gui-gnoga-application.adb ├── ada_gui-gnoga-application.ads ├── ada_gui-gnoga-client_storage.adb ├── ada_gui-gnoga-client_storage.ads ├── ada_gui-gnoga-colors.adb ├── ada_gui-gnoga-colors.ads ├── ada_gui-gnoga-gui-document.adb ├── ada_gui-gnoga-gui-document.ads ├── ada_gui-gnoga-gui-element-canvas-context_2d.adb ├── ada_gui-gnoga-gui-element-canvas-context_2d.ads ├── ada_gui-gnoga-gui-element-canvas.adb ├── ada_gui-gnoga-gui-element-canvas.ads ├── ada_gui-gnoga-gui-element-common.adb ├── ada_gui-gnoga-gui-element-common.ads ├── ada_gui-gnoga-gui-element-form.adb ├── ada_gui-gnoga-gui-element-form.ads ├── ada_gui-gnoga-gui-element-list.adb ├── ada_gui-gnoga-gui-element-list.ads ├── ada_gui-gnoga-gui-element-multimedia.adb ├── ada_gui-gnoga-gui-element-multimedia.ads ├── ada_gui-gnoga-gui-element.adb ├── ada_gui-gnoga-gui-element.ads ├── ada_gui-gnoga-gui-location.adb ├── ada_gui-gnoga-gui-location.ads ├── ada_gui-gnoga-gui-view-console.adb ├── ada_gui-gnoga-gui-view-console.ads ├── ada_gui-gnoga-gui-view-grid.adb ├── ada_gui-gnoga-gui-view-grid.ads ├── ada_gui-gnoga-gui-view.adb ├── ada_gui-gnoga-gui-view.ads ├── ada_gui-gnoga-gui-window.adb ├── ada_gui-gnoga-gui-window.ads ├── ada_gui-gnoga-gui.adb ├── ada_gui-gnoga-gui.ads ├── ada_gui-gnoga-server-connection-common.ads ├── ada_gui-gnoga-server-connection.adb ├── ada_gui-gnoga-server-connection.ads ├── ada_gui-gnoga-server-database.adb ├── ada_gui-gnoga-server-database.ads ├── ada_gui-gnoga-server-mime.adb ├── ada_gui-gnoga-server-mime.ads ├── ada_gui-gnoga-server-model-queries.adb ├── ada_gui-gnoga-server-model-queries.ads ├── ada_gui-gnoga-server-model.adb ├── ada_gui-gnoga-server-model.ads ├── ada_gui-gnoga-server-template_parser-simple.adb ├── ada_gui-gnoga-server-template_parser-simple.ads ├── ada_gui-gnoga-server-template_parser.adb ├── ada_gui-gnoga-server-template_parser.ads ├── ada_gui-gnoga-server.adb ├── ada_gui-gnoga-server.ads ├── ada_gui-gnoga.adb ├── ada_gui-gnoga.ads ├── ada_gui-next_event.adb ├── ada_gui-plotting.adb ├── ada_gui.adb ├── ada_gui.ads ├── generic_unbounded_array.adb ├── generic_unbounded_array.ads ├── generic_unbounded_ptr_array.adb ├── generic_unbounded_ptr_array.ads ├── gnat-sockets-connection_state_machine-big_endian-unsigneds.adb ├── gnat-sockets-connection_state_machine-big_endian-unsigneds.ads ├── gnat-sockets-connection_state_machine-big_endian.ads ├── gnat-sockets-connection_state_machine-expected_sequence.adb ├── gnat-sockets-connection_state_machine-expected_sequence.ads ├── gnat-sockets-connection_state_machine-http_server.adb ├── gnat-sockets-connection_state_machine-http_server.ads ├── gnat-sockets-connection_state_machine-terminated_strings.adb ├── gnat-sockets-connection_state_machine-terminated_strings.ads ├── gnat-sockets-connection_state_machine.adb ├── gnat-sockets-connection_state_machine.ads ├── gnat-sockets-server.adb ├── gnat-sockets-server.ads ├── gnat.adc ├── object-handle-generic_unbounded_array.adb ├── object-handle-generic_unbounded_array.ads ├── object-handle.adb ├── object-handle.ads ├── object.adb ├── object.ads ├── parsers-generic_source-get_cpp_blank.adb ├── parsers-generic_source-get_cpp_blank.ads ├── parsers-generic_source-get_text.adb ├── parsers-generic_source-get_text.ads ├── parsers-generic_source-get_token.adb ├── parsers-generic_source-get_token.ads ├── parsers-generic_source-keywords.adb ├── parsers-generic_source-keywords.ads ├── parsers-generic_source-xpm.adb ├── parsers-generic_source-xpm.ads ├── parsers-generic_source.ads ├── parsers-multiline_source-text_io.adb ├── parsers-multiline_source-text_io.ads ├── parsers-multiline_source-xpm.ads ├── parsers-multiline_source.adb ├── parsers-multiline_source.ads ├── parsers.ads ├── stack_storage.adb ├── stack_storage.ads ├── strings_edit-base64.adb ├── strings_edit-base64.ads ├── strings_edit-fields.adb ├── strings_edit-fields.ads ├── strings_edit-float_edit.adb ├── strings_edit-float_edit.ads ├── strings_edit-floats.ads ├── strings_edit-integer_edit.adb ├── strings_edit-integer_edit.ads ├── strings_edit-integers.ads ├── strings_edit-quoted.adb ├── strings_edit-quoted.ads ├── strings_edit-streams.adb ├── strings_edit-streams.ads ├── strings_edit-text_edit.adb ├── strings_edit-time_conversions.adb ├── strings_edit-time_conversions.ads ├── strings_edit-utf8-handling.adb ├── strings_edit-utf8-handling.ads ├── strings_edit-utf8.adb ├── strings_edit-utf8.ads ├── strings_edit.adb ├── strings_edit.ads ├── tables-names.adb ├── tables-names.ads ├── tables.adb └── tables.ads /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/README.md -------------------------------------------------------------------------------- /Test/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/Readme.md -------------------------------------------------------------------------------- /Test/boot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/boot.html -------------------------------------------------------------------------------- /Test/boot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/boot.js -------------------------------------------------------------------------------- /Test/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/favicon.ico -------------------------------------------------------------------------------- /Test/glass.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/glass.ogg -------------------------------------------------------------------------------- /Test/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/jquery.min.js -------------------------------------------------------------------------------- /Test/luhn_gen.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/luhn_gen.adb -------------------------------------------------------------------------------- /Test/random_int-program.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/random_int-program.adb -------------------------------------------------------------------------------- /Test/random_int-ui.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/random_int-ui.adb -------------------------------------------------------------------------------- /Test/random_int-ui.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/random_int-ui.ads -------------------------------------------------------------------------------- /Test/random_int.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/random_int.ads -------------------------------------------------------------------------------- /Test/rgb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/rgb.jpg -------------------------------------------------------------------------------- /Test/show_all.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/Test/show_all.adb -------------------------------------------------------------------------------- /ada_gui-dialogs.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-dialogs.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-application.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-application.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-application.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-application.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-client_storage.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-client_storage.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-client_storage.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-client_storage.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-colors.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-colors.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-colors.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-colors.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-document.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-document.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-document.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-document.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-canvas-context_2d.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-canvas-context_2d.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-canvas-context_2d.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-canvas-context_2d.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-canvas.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-canvas.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-canvas.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-canvas.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-common.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-common.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-common.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-common.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-form.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-form.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-form.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-form.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-list.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-list.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-list.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-list.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-multimedia.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-multimedia.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element-multimedia.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element-multimedia.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-element.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-element.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-location.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-location.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-location.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-location.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-view-console.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-view-console.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-view-console.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-view-console.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-view-grid.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-view-grid.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-view-grid.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-view-grid.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-view.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-view.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-view.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-view.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-window.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-window.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui-window.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui-window.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-gui.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-gui.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-gui.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-connection-common.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-connection-common.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-connection.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-connection.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-connection.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-connection.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-database.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-database.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-database.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-database.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-mime.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-mime.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-mime.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-mime.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-model-queries.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-model-queries.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-model-queries.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-model-queries.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-model.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-model.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-model.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-model.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-template_parser-simple.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-template_parser-simple.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-template_parser-simple.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-template_parser-simple.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server-template_parser.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-template_parser.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server-template_parser.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server-template_parser.ads -------------------------------------------------------------------------------- /ada_gui-gnoga-server.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server.adb -------------------------------------------------------------------------------- /ada_gui-gnoga-server.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga-server.ads -------------------------------------------------------------------------------- /ada_gui-gnoga.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga.adb -------------------------------------------------------------------------------- /ada_gui-gnoga.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-gnoga.ads -------------------------------------------------------------------------------- /ada_gui-next_event.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-next_event.adb -------------------------------------------------------------------------------- /ada_gui-plotting.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui-plotting.adb -------------------------------------------------------------------------------- /ada_gui.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui.adb -------------------------------------------------------------------------------- /ada_gui.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/ada_gui.ads -------------------------------------------------------------------------------- /generic_unbounded_array.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/generic_unbounded_array.adb -------------------------------------------------------------------------------- /generic_unbounded_array.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/generic_unbounded_array.ads -------------------------------------------------------------------------------- /generic_unbounded_ptr_array.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/generic_unbounded_ptr_array.adb -------------------------------------------------------------------------------- /generic_unbounded_ptr_array.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/generic_unbounded_ptr_array.ads -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-big_endian-unsigneds.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-big_endian-unsigneds.adb -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-big_endian-unsigneds.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-big_endian-unsigneds.ads -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-big_endian.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-big_endian.ads -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-expected_sequence.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-expected_sequence.adb -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-expected_sequence.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-expected_sequence.ads -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-http_server.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-http_server.adb -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-http_server.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-http_server.ads -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-terminated_strings.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-terminated_strings.adb -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine-terminated_strings.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine-terminated_strings.ads -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine.adb -------------------------------------------------------------------------------- /gnat-sockets-connection_state_machine.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-connection_state_machine.ads -------------------------------------------------------------------------------- /gnat-sockets-server.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-server.adb -------------------------------------------------------------------------------- /gnat-sockets-server.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat-sockets-server.ads -------------------------------------------------------------------------------- /gnat.adc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/gnat.adc -------------------------------------------------------------------------------- /object-handle-generic_unbounded_array.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/object-handle-generic_unbounded_array.adb -------------------------------------------------------------------------------- /object-handle-generic_unbounded_array.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/object-handle-generic_unbounded_array.ads -------------------------------------------------------------------------------- /object-handle.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/object-handle.adb -------------------------------------------------------------------------------- /object-handle.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/object-handle.ads -------------------------------------------------------------------------------- /object.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/object.adb -------------------------------------------------------------------------------- /object.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/object.ads -------------------------------------------------------------------------------- /parsers-generic_source-get_cpp_blank.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-get_cpp_blank.adb -------------------------------------------------------------------------------- /parsers-generic_source-get_cpp_blank.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-get_cpp_blank.ads -------------------------------------------------------------------------------- /parsers-generic_source-get_text.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-get_text.adb -------------------------------------------------------------------------------- /parsers-generic_source-get_text.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-get_text.ads -------------------------------------------------------------------------------- /parsers-generic_source-get_token.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-get_token.adb -------------------------------------------------------------------------------- /parsers-generic_source-get_token.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-get_token.ads -------------------------------------------------------------------------------- /parsers-generic_source-keywords.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-keywords.adb -------------------------------------------------------------------------------- /parsers-generic_source-keywords.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-keywords.ads -------------------------------------------------------------------------------- /parsers-generic_source-xpm.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-xpm.adb -------------------------------------------------------------------------------- /parsers-generic_source-xpm.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source-xpm.ads -------------------------------------------------------------------------------- /parsers-generic_source.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-generic_source.ads -------------------------------------------------------------------------------- /parsers-multiline_source-text_io.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-multiline_source-text_io.adb -------------------------------------------------------------------------------- /parsers-multiline_source-text_io.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-multiline_source-text_io.ads -------------------------------------------------------------------------------- /parsers-multiline_source-xpm.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-multiline_source-xpm.ads -------------------------------------------------------------------------------- /parsers-multiline_source.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-multiline_source.adb -------------------------------------------------------------------------------- /parsers-multiline_source.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers-multiline_source.ads -------------------------------------------------------------------------------- /parsers.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/parsers.ads -------------------------------------------------------------------------------- /stack_storage.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/stack_storage.adb -------------------------------------------------------------------------------- /stack_storage.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/stack_storage.ads -------------------------------------------------------------------------------- /strings_edit-base64.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-base64.adb -------------------------------------------------------------------------------- /strings_edit-base64.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-base64.ads -------------------------------------------------------------------------------- /strings_edit-fields.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-fields.adb -------------------------------------------------------------------------------- /strings_edit-fields.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-fields.ads -------------------------------------------------------------------------------- /strings_edit-float_edit.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-float_edit.adb -------------------------------------------------------------------------------- /strings_edit-float_edit.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-float_edit.ads -------------------------------------------------------------------------------- /strings_edit-floats.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-floats.ads -------------------------------------------------------------------------------- /strings_edit-integer_edit.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-integer_edit.adb -------------------------------------------------------------------------------- /strings_edit-integer_edit.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-integer_edit.ads -------------------------------------------------------------------------------- /strings_edit-integers.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-integers.ads -------------------------------------------------------------------------------- /strings_edit-quoted.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-quoted.adb -------------------------------------------------------------------------------- /strings_edit-quoted.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-quoted.ads -------------------------------------------------------------------------------- /strings_edit-streams.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-streams.adb -------------------------------------------------------------------------------- /strings_edit-streams.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-streams.ads -------------------------------------------------------------------------------- /strings_edit-text_edit.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-text_edit.adb -------------------------------------------------------------------------------- /strings_edit-time_conversions.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-time_conversions.adb -------------------------------------------------------------------------------- /strings_edit-time_conversions.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-time_conversions.ads -------------------------------------------------------------------------------- /strings_edit-utf8-handling.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-utf8-handling.adb -------------------------------------------------------------------------------- /strings_edit-utf8-handling.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-utf8-handling.ads -------------------------------------------------------------------------------- /strings_edit-utf8.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-utf8.adb -------------------------------------------------------------------------------- /strings_edit-utf8.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit-utf8.ads -------------------------------------------------------------------------------- /strings_edit.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit.adb -------------------------------------------------------------------------------- /strings_edit.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/strings_edit.ads -------------------------------------------------------------------------------- /tables-names.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/tables-names.adb -------------------------------------------------------------------------------- /tables-names.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/tables-names.ads -------------------------------------------------------------------------------- /tables.adb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/tables.adb -------------------------------------------------------------------------------- /tables.ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jrcarter/Ada_GUI/HEAD/tables.ads --------------------------------------------------------------------------------