|
7cf5b23306
|
Add debug.js and implement notification simulation in it
|
2017-01-02 18:29:28 +01:00 |
|
|
f7516b593f
|
Add JavaScript dialog handler that uses FormMessage for alerts and confirmations
|
2017-01-01 21:38:46 +01:00 |
|
|
83ff998f9d
|
Rename DialogHandlerBrowser to FileDialogHandler
|
2017-01-01 21:34:24 +01:00 |
|
|
c014c4bc24
|
Refactor notifications (move namespaces, move screenshot methods to a separate class)
|
2016-12-29 02:50:16 +01:00 |
|
|
dd14ad470e
|
Add WIP export/import selection dialog
|
2016-12-28 21:16:53 +01:00 |
|
|
12af79de05
|
Refactor tweet screenshot code to a separate class and work around window disposal issues
|
2016-12-24 20:35:13 +01:00 |
|
|
1bbc1e0d7e
|
Include script files in the project to make Visual Studio detect changes
|
2016-12-24 16:35:47 +01:00 |
|
|
da83d73ba6
|
Merge pull request #85 from chylex/screenshot
Add tweet screenshot functionality & update CEF
|
2016-12-23 15:31:15 +01:00 |
|
|
3a37ee719b
|
Fix csproj file after previous refactor commit
|
2016-12-23 14:29:23 +01:00 |
|
|
7f7c5ab35b
|
Update CefSharp to 53.0.1
|
2016-12-23 14:07:47 +01:00 |
|
|
391a90e1df
|
Add a -debugupdates command line argument to allow prereleases in update checker
|
2016-11-23 02:08:33 +01:00 |
|
|
04a78a02d3
|
Add NotificationFlags for easier configuration of the notification window
|
2016-11-16 18:33:01 +01:00 |
|
|
cfe92f18e3
|
Remove all TweetDeck and other migration code
|
2016-11-15 19:20:43 +01:00 |
|
|
89e5943d8f
|
Add a PluginFolder enum and a plugin data root path to Program
|
2016-11-14 05:43:30 +01:00 |
|
|
b78c4cb8f0
|
Move PluginEnvironment and PluginGroup to a separate Enums package
|
2016-11-14 05:08:18 +01:00 |
|
|
1efe2a02f7
|
Add a CommandLineArgs class for easy arg management
|
2016-09-26 13:52:55 +02:00 |
|
|
ab2ab06f60
|
Reorganize utility classes and methods in TweetDeck Migration code
|
2016-09-26 04:19:50 +02:00 |
|
|
3176b6cb8f
|
Create a Reporter class with improved HandleException code
|
2016-09-20 16:34:56 +02:00 |
|
|
0dbfa7e101
|
Improve reliability of directory write perm checking
|
2016-09-20 16:00:41 +02:00 |
|
|
85d09c4b5e
|
Add a FormMessage class for custom message boxes
|
2016-09-20 07:47:16 +02:00 |
|
|
340eaece0f
|
Update CefSharp to 53 and update the readme
|
2016-09-19 00:12:48 +02:00 |
|
|
c151e7cd37
|
Remove everything TweetDick related
|
2016-09-18 23:24:11 +02:00 |
|
|
b0386937d7
|
Remove lnk updater from the TweetDeck migration system
|
2016-09-05 21:25:25 +02:00 |
|
|
53cd9dc9a6
|
Move script files to /scripts/ folder and exclude them from Visual Studio
|
2016-09-02 19:05:48 +02:00 |
|
|
65aeb6656f
|
Add a very basic setting for custom CSS in browser and notifications
|
2016-08-10 15:45:56 +02:00 |
|
|
353ac7c76b
|
Add setting for CEF command line args
Closes #52
|
2016-08-10 14:46:24 +02:00 |
|
|
f6b0ddddb9
|
Add FlatButton for generic buttons without double border on focus
|
2016-07-28 21:51:49 +02:00 |
|
|
c64e16471b
|
Add plugin utility bridge with file functionality and a plugin token system
|
2016-07-23 18:36:58 +02:00 |
|
|
780908f777
|
Refactor some code and replace the only RichTextLabel use with Label
|
2016-07-04 03:53:44 +02:00 |
|
|
88e5681155
|
Add import, export, and reset buttons to FormSettings
|
2016-07-03 23:12:41 +02:00 |
|
|
1ca3541b34
|
Redesign and rewrite FormSettings to use TabPanel
|
2016-07-03 14:56:56 +02:00 |
|
|
0a21c61535
|
Rewrite FormPlugins to use the new TabPanel and remove PluginListControl
|
2016-07-03 03:43:42 +02:00 |
|
|
8583a55424
|
Add TabPanel and TabButton user controls
|
2016-07-03 03:34:22 +02:00 |
|
|
3a7a0f63de
|
Redo external link handling using ILifeSpanHandler instead of hacky JS code
|
2016-07-02 22:39:16 +02:00 |
|
|
6f1884451b
|
Fix project file after separating plugins.js and breaking solution building
|
2016-07-02 00:04:36 +02:00 |
|
|
6e0717bf22
|
Add a WindowState class for easier Form saving and restoring
|
2016-06-30 19:39:49 +02:00 |
|
|
8bb69ef0ee
|
Rework plugin manager events (move to a different namespace and change LoadError to Load)
|
2016-06-25 19:38:20 +02:00 |
|
|
13d0e10dcd
|
Implement basic plugin loading and management
|
2016-06-25 18:53:03 +02:00 |
|
|
4283403f0e
|
Add a base for plugin management including basic UI
|
2016-06-04 23:24:46 +02:00 |
|
|
9bf396f2a8
|
Prepare plugin git handling and build event scripts
|
2016-06-03 15:04:56 +02:00 |
|
|
87af4c96c4
|
Reorganize resources in .csproj and move scripts to Resources\Scripts\
|
2016-05-28 23:05:17 +02:00 |
|
|
dd78a7c9de
|
Push .csproj file after the refactoring
|
2016-05-28 23:02:47 +02:00 |
|
|
2a65e20fb9
|
Rewrite update handling and add an update check button to Settings
|
2016-05-26 14:13:30 +02:00 |
|
|
c5edad9c4b
|
Add a button to clear cache to the Settings Form
|
2016-05-14 15:18:57 +02:00 |
|
|
162bbc3221
|
Add option to disable HTML5 hardware acceleration
Closes #30
|
2016-05-13 14:01:11 +02:00 |
|
|
fd97c20d37
|
Add second tray icon for unread tweets when notifications are muted
Closes #7
|
2016-05-12 15:46:39 +02:00 |
|
|
f5212d88f3
|
Redesign the About screen
|
2016-05-08 20:53:08 +02:00 |
|
|
03a93ad3f3
|
Move native methods to a NativeMethods class
|
2016-05-08 18:33:42 +02:00 |
|
|
8fe4aa386d
|
Fix icons again by using proper resource files for Forms
|
2016-04-30 17:02:14 +02:00 |
|
|
fd350528a9
|
Add CTRL+V image paste functionality when writing tweets
Closes #23
|
2016-04-29 17:55:00 +02:00 |
|