|
91bb2f4df0
|
Fix video player control panel not disappearing & improve error handling
|
2017-08-12 01:02:09 +02:00 |
|
|
ae3a0ae83d
|
Fix crash when trying to update with 'Edit CSS' or 'Edit CEF Arguments' open
|
2017-08-12 00:05:56 +02:00 |
|
|
bc1767fb84
|
Change namespace of BrowserProcesses, MemoryUsageTracker, VideoPlayer
|
2017-08-11 23:50:16 +02:00 |
|
|
308926a2ae
|
Add video player volume sync with user config
|
2017-08-11 20:58:37 +02:00 |
|
|
8ceb70e67d
|
Fix back button and context menu handling with a video playing
|
2017-08-11 15:22:45 +02:00 |
|
|
924065c26e
|
Change video play icon color and handle playback errors
|
2017-08-11 13:59:05 +02:00 |
|
|
8b676fe6ce
|
Implement video player in TweetDeck
|
2017-08-11 11:56:19 +02:00 |
|
|
f832e04e9e
|
Remove unnecessary resx files and cleanup csproj
|
2017-08-10 15:09:15 +02:00 |
|
|
37c5fba162
|
Change text color of sound notification file option for invalid paths
|
2017-08-05 19:50:30 +02:00 |
|
|
23e99b1d44
|
Update GC memory threshold defaults, also GC reload is enabled by default
|
2017-08-05 19:42:10 +02:00 |
|
|
8432240a47
|
Update HW acceleration & GC reload tooltips to note they won't be exported
|
2017-08-05 19:37:14 +02:00 |
|
|
a4bab743d6
|
Remove notification warning in GC reload option tooltip
|
2017-08-05 19:34:20 +02:00 |
|
|
60766789ab
|
Move GC reload options to SystemConfig
|
2017-08-05 19:27:20 +02:00 |
|
|
a51b34b48f
|
Move CommandLineArgsParser code to CommandLineArgs
|
2017-07-31 22:26:48 +02:00 |
|
|
c235c55b19
|
Add option to show media previews in notification
|
2017-07-31 14:12:24 +02:00 |
|
|
4e7d8aba1c
|
Improve FormMessage to match MessageBox closer and look better on high DPI
|
2017-07-30 23:50:24 +02:00 |
|
|
d1b1dd539f
|
Add an option to use :orig image links in context menu
|
2017-07-17 05:39:59 +02:00 |
|
|
4a0d72d2cc
|
Fix FormMessage icon position on high DPI
|
2017-07-09 17:24:01 +02:00 |
|
|
441228e2b0
|
Stop using BrandName in msg dialogs, update msg titles, fix mistakes from prev commits
|
2017-07-09 04:21:33 +02:00 |
|
|
7538aee4f2
|
Replace all MessageBox.Show calls with FormMessage
|
2017-07-09 03:50:04 +02:00 |
|
|
acf809268e
|
Add many helper methods to FormMessage
|
2017-07-09 03:45:35 +02:00 |
|
|
4ebc0c10b6
|
Forgot something!
|
2017-07-09 02:55:48 +02:00 |
|
|
a453888ca2
|
Tweak new lines in FormMessage, add ControlType enum for FormMessage buttons
|
2017-07-09 02:40:37 +02:00 |
|
|
530b44762b
|
Make \n the only new line character in FormMessage
|
2017-07-09 01:52:44 +02:00 |
|
|
e47aeb37f0
|
Designer, why
|
2017-07-08 20:19:22 +02:00 |
|
|
776e9968dc
|
Fix tab order in Advanced tab in Options
|
2017-07-08 19:25:20 +02:00 |
|
|
1898bf4731
|
Add a tooltip to browser GC reload checkbox
|
2017-07-08 19:21:36 +02:00 |
|
|
dbb2f10754
|
Update from master
|
2017-07-08 02:49:21 +02:00 |
|
|
14d44528b0
|
Fuck CultureInfo some more and fix analysis violations (dispose pattern, lang features)
|
2017-07-07 23:53:04 +02:00 |
|
|
eb8159ca0f
|
Add a tooltip to text box in the Sounds tab in Options
|
2017-07-07 23:49:57 +02:00 |
|
|
4bff006743
|
Refactor (move files into different namespaces)
|
2017-07-06 20:58:06 +02:00 |
|
|
4d77a498f6
|
Add a WIP memory tracker that runs GC reload, and fix config
|
2017-07-04 22:00:03 +02:00 |
|
|
c69b9784fc
|
Add option to enable GC reload with a custom memory threshold (currently unused)
|
2017-06-30 16:47:31 +02:00 |
|
|
502310c413
|
Prevent TrackBar from stealing focus when scrolling
|
2017-06-29 23:34:00 +02:00 |
|
|
a7124e5449
|
Fix FormMessage not scaling well with high DPI
|
2017-06-29 02:21:39 +02:00 |
|
|
a714f3480a
|
Refactor Program.Restart and UpdaterSettings initialization
|
2017-06-28 23:09:49 +02:00 |
|
|
27e2372097
|
Add an option for custom notification window size
|
2017-06-27 17:54:52 +02:00 |
|
|
7f5b99495c
|
Move some code (config, notifications, settings)
|
2017-06-27 16:49:37 +02:00 |
|
|
850873aec8
|
Add a delay to notification duration option to fix example notification flicker
Closes #136
|
2017-06-26 19:40:20 +02:00 |
|
|
d9e6afbf36
|
Replace Math.Round calls with a more convenient custom method
|
2017-06-26 17:33:07 +02:00 |
|
|
7f3bd2715c
|
Enable high DPI support and fix all known DPI-related UI issues
Closes #99
|
2017-06-26 17:08:51 +02:00 |
|
|
c81cb393e9
|
Allow scroll speed option to use increments of 5 instead of 25
|
2017-06-26 16:22:52 +02:00 |
|
|
4800faa783
|
Fix a race condition crash in update checker events
|
2017-06-24 12:10:25 +02:00 |
|
|
28eb7d0810
|
Fix scrollbar in Options not working after focusing certain controls
|
2017-06-23 19:01:09 +02:00 |
|
|
8becef3e45
|
Reorganize Notifications tab in Options
|
2017-06-22 08:31:24 +02:00 |
|
|
3237634e3b
|
Tweak button positions in Options
|
2017-06-22 08:11:59 +02:00 |
|
|
fcaa47c0a8
|
Move 'Custom' notification location option
|
2017-06-21 17:52:02 +02:00 |
|
|
68ea17ccbd
|
Move some notification options into a separate panel
|
2017-06-21 13:59:49 +02:00 |
|
|
80308c7102
|
Redesign and cleanup parts of Options
|
2017-06-21 11:27:56 +02:00 |
|
|
ac245f5128
|
Fix retarded scroll bar behavior in Options
|
2017-06-21 09:07:50 +02:00 |
|