|
e882fc8b5e
|
Disable screenshot border setting by default
|
2017-04-02 18:07:26 +02:00 |
|
|
cddce8596f
|
Add an option to pause new notifications when idle
Closes #96
|
2017-04-02 01:27:56 +02:00 |
|
|
96146e3dc8
|
Add a setting for non-intrusive popups to avoid accidental clicks
|
2017-03-21 00:11:13 +01:00 |
|
|
5aaae51be1
|
Move packages.config to root and remove app.config
|
2017-03-20 13:44:18 +01:00 |
|
|
b98625fdbc
|
Remove legacy config binder to update TweetNotification.Position namespace
|
2017-03-20 12:33:42 +01:00 |
|
|
b249b5f46e
|
Rewrite handling of program arguments & add Program.RestartWithArgs
|
2017-03-18 12:57:42 +01:00 |
|
|
85701b0a3c
|
Update CefSharp to 55
|
2017-03-10 10:59:01 +01:00 |
|
|
8a48d5c2f9
|
Update LockManager to use TrySleepUntil
|
2017-03-09 13:35:18 +01:00 |
|
|
3f82745f5b
|
Improve main window detection and skip kill if already exited in LockManager
|
2017-03-09 03:06:47 +01:00 |
|
|
2b7b3f586b
|
Allow LockManager to forcibly kill the process if the attempt to close it times out
|
2017-03-09 02:52:04 +01:00 |
|
|
859fdc7ec1
|
Rewrite custom sound notification to show an error message on failure instead of hiding it
|
2017-01-27 23:56:00 +01:00 |
|
|
50a8893f4f
|
Add an option to disable screenshot window border
|
2017-01-08 02:47:47 +01:00 |
|
|
7ff9e23283
|
Remove legacy notification loading option
|
2017-01-08 01:33:48 +01:00 |
|
|
89854d527c
|
Fix notification position config after changing namespace and remove TweetNotification.Duration
|
2017-01-03 18:43:36 +01:00 |
|
|
c014c4bc24
|
Refactor notifications (move namespaces, move screenshot methods to a separate class)
|
2016-12-29 02:50:16 +01:00 |
|
|
921294eeb3
|
Add support for custom wav notification sounds
Closes #3
|
2016-12-24 15:59:29 +01:00 |
|
|
eb4ce18e31
|
Refactor -32000 location to a static Point object
|
2016-12-23 23:27:37 +01:00 |
|
|
da83d73ba6
|
Merge pull request #85 from chylex/screenshot
Add tweet screenshot functionality & update CEF
|
2016-12-23 15:31:15 +01:00 |
|
|
7f7c5ab35b
|
Update CefSharp to 53.0.1
|
2016-12-23 14:07:47 +01:00 |
|
|
648d1b9aa9
|
Rewrite lock system to be more reliable and handle exceptions better
|
2016-11-19 05:57:55 +01:00 |
|
|
e70d792654
|
Fix plugin status not updating from new config after importing profile
Closes #79
|
2016-11-16 04:10:17 +01:00 |
|
|
9ae533f907
|
Remove TweetDick config file compatibility
|
2016-11-15 19:26:23 +01:00 |
|
|
cfe92f18e3
|
Remove all TweetDeck and other migration code
|
2016-11-15 19:20:43 +01:00 |
|
|
5ac1df2283
|
Fix LockManager not finding correct process in debug
|
2016-10-18 15:48:55 +02:00 |
|
|
86aba1eb52
|
Update all exception handlers
|
2016-09-20 16:55:51 +02:00 |
|
|
8abf4364c6
|
Replace calls to Program.Log
|
2016-09-20 16:39:31 +02:00 |
|
|
757ccbf9d3
|
Switch locale to English and add spell check setting
Closes #62
|
2016-09-19 13:33:44 +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 |
|
|
478e6ed8df
|
Move config loading and migration execution to an earlier point
|
2016-09-18 22:19:02 +02:00 |
|
|
f41523c1b2
|
Remove redundant 'using' directives
|
2016-09-04 04:53:37 +02:00 |
|
|
fb3d9e6d6b
|
Add a reply-account plugin with config
|
2016-09-04 04:01:00 +02:00 |
|
|
ca4eb17308
|
Add a clear-columns plugins
|
2016-09-02 17:28:32 +02:00 |
|
|
31a475861b
|
Reformat (missing space after comma), minor code tweaks
|
2016-09-02 13:34:41 +02:00 |
|
|
3f15ff1c06
|
Fix missing default value for NotificationDurationValue causing crash with fresh install
|
2016-08-13 03:16:28 +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 |
|
|
ba6242e09d
|
Change notification duration setting to a track bar
|
2016-07-28 21:58:42 +02:00 |
|
|
ef78496d5d
|
Add notification count down toggle option
|
2016-07-28 14:24:43 +02:00 |
|
|
41a45a14df
|
Change tray highlight to trigger on any notification and reset on window focus
Closes #33
|
2016-07-27 04:48:09 +02:00 |
|
|
56bf33229b
|
Add a legacy notification load system option
|
2016-07-24 16:30:58 +02:00 |
|
|
afbfea6d43
|
Add methods for config reloading and resetting
|
2016-07-03 23:05:14 +02:00 |
|
|
66ce355571
|
Update Plugins Form (change default size, store state, fix title)
|
2016-06-30 20:00:00 +02:00 |
|
|
5108649ec6
|
Fix WindowState saving and remove IsMaximized from config
|
2016-06-30 19:59:23 +02:00 |
|
|
740195146b
|
Update FormBrowser and configuration to use WindowState
|
2016-06-30 19:43:38 +02:00 |
|
|
6729b597c0
|
Restore program from tray if ran twice
Closes #39
|
2016-06-26 22:28:48 +02:00 |
|
|
4283403f0e
|
Add a base for plugin management including basic UI
|
2016-06-04 23:24:46 +02:00 |
|
|
973e0c489e
|
Address code analysis issues
|
2016-05-28 22:34:40 +02:00 |
|
|
293c01b12f
|
Rewrite exit procedure to only run once and refactor
|
2016-05-13 16:25:22 +02:00 |
|
|
3a66fa28ab
|
Do minor code refactoring
|
2016-05-08 14:59:01 +02:00 |
|