Commit graph

268 commits

Author SHA1 Message Date
dbuechel
c9a53397a4 Renamed Key to TextKey and started implementing keyboard monitoring. 2017-08-03 15:35:22 +02:00
dbuechel
cbb3e797b0 Made browser refresh functionality respect the configured settings. 2017-08-03 08:42:48 +02:00
dbuechel
12246bd0f5 Renamed EventController to RuntimeController, added F5 key handling to browser window / control and enhanced about window. 2017-08-02 14:01:20 +02:00
dbuechel
75f104f136 Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
Damian Büchel
5c365f02b0 Continued implementation of browser window, i.e. added basic browser functionality like address bar, refresh and navigation. 2017-07-31 20:22:53 +02:00
dbuechel
714d300758 Working on browser configuration. 2017-07-28 14:52:15 +02:00
dbuechel
af7e1e6a6e Completed instance handling for browser and taskbar button implementation. 2017-07-28 09:12:17 +02:00
dbuechel
9125b41361 Minor refactoring (renamed UI factory). 2017-07-27 14:45:54 +02:00
dbuechel
25105d61b1 Completed basic implementation of window and process monitoring. 2017-07-27 11:46:31 +02:00
dbuechel
8e4f818159 Implemented basic browser window and moved log file paths to settings. 2017-07-26 08:50:36 +02:00
Damian Büchel
d2e08e3278 Switched to Windows Forms version of CefSharp, as the WPF user control is less performant (slow & laggy). 2017-07-25 11:36:50 +02:00
Damian Büchel
386d0e7a7a Added post-build event to copy browser libraries to output directory of the main executable. 2017-07-25 09:02:32 +02:00
Damian Büchel
429685463b Started implementing the browser component. 2017-07-24 17:31:28 +02:00
Damian Büchel
72e8dcbb54 Finished basic implementation of taskbar. 2017-07-17 16:59:50 +02:00
Damian Büchel
e623101f8c Still working on the taskbar. Implemented basic version of taskbar buttons with instance popup and made splash screen localizable. 2017-07-14 10:28:59 +02:00
Damian Büchel
fefe1feb01 Moved attribution of Chromium logo to XAML file. 2017-07-13 12:17:00 +02:00
Damian Büchel
8a400ab983 Added XAML support for icons in the taskbar, updated Chromium logo to vector graphics and added the application icon for SEB itself. 2017-07-13 12:12:52 +02:00
Damian Büchel
8adb72bb0f Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00