31 Commits (f14a85911a9b4e6930f947de2587b96da21f4bc0)

Author SHA1 Message Date
Jonas Arnold 4a3ad49fcf fixed issue where app crashes when index is out of range, 3 years ago
Jonas Arnold 2dc2db70d6 added application icon, 3 years ago
Jonas Arnold d86f4f106f implemented newline sequence handling in ConsoleView, 3 years ago
Jonas Arnold e9a5424d1a fixed binding for start menu, 3 years ago
Jonas Arnold 232829b53f started with implementation of start menu, 3 years ago
Jonas Arnold 034138f7de fixed bug with wrong colors in MultiFormatTextBox, 3 years ago
Jonas Arnold 3539ecb0da implemented first version of send history, 3 years ago
Jonas Arnold 4247614035 implemented first version of console view, 3 years ago
Jonas Arnold 973043a270 changed logfile and config file location, 3 years ago
Jonas Arnold 4c628942e9 added handler for tab switch key combination 3 years ago
Jonas Arnold 12a3b6792f implemented progress bar and auto remove status bar message after duration, 3 years ago
Jonas Arnold 897908bf13 changed to using only one udp client, enables to reply from the same port that the message was received on, 3 years ago
Jonas Arnold d8191bc80b implemented caching behaviour for tab, disables virtualization on tab controls, 3 years ago
Jonas Arnold 47ac0abfe6 created INetworkProtocolSettings to generalize Udp and later TCP Protocol Settings, 3 years ago
Jonas Arnold 92beb2ec45 changed IsConnected boolean to State of Enum ProtocolConnectionState, 3 years ago
Jonas Arnold eac4757427 fixed no tab open exception, 3 years ago
Jonas Arnold 585ce8bebd implemented serial protocol, 3 years ago
Jonas Arnold 8393a41cea registered event handler for connection request from UI, 3 years ago
Jonas Arnold 77e355a269 moved protocols enum to Protocols project 3 years ago
Jonas Arnold 5312b750f5 cleaned up namespaces: 3 years ago
Jonas Arnold c55411d6c9 implemented context menu that opens when the AddTab Button is pressed 3 years ago
Jonas Arnold b0e63d0437 added MergedDictionaries in Generic.xaml to split custom controls in seperate xaml files, 3 years ago
Jonas Arnold f869d217ac implemented creation of TerminalViewModel Tabs with DI, 3 years ago
Jonas Arnold b862b61599 implemented CommandableSubMenu to generate list of clickable MenuItems and binding to a command with parameter 3 years ago
Jonas Arnold aec146cf88 added enum for Protocol and TerminalView Types, 3 years ago
Jonas Arnold 63946ad478 implemented tab closing 3 years ago
Jonas Arnold 2daa9c2027 changed source of enum type to xaml, 3 years ago
Jonas Arnold 1c2e67df8d Finished implementation of SingleSelectSubMenu, 3 years ago
Jonas Arnold 07a86117e1 worked on settings for NewlineSeparator in menubar, 3 years ago
Jonas Arnold c3a965875f added SendReceiveViewModel and according View, 3 years ago
Jonas Arnold d152bf121d created and mapped ShellViewModel and according View 3 years ago