|
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 |
|
|
7f9e9e27a0
|
Move import/export/restore to a single dialog in FormSettings
|
2017-06-21 08:33:36 +02:00 |
|
|
abf58a4aec
|
Add an option to change notification scroll speed
|
2017-06-21 05:56:10 +02:00 |
|
|
5d9a700a6e
|
Move TrackBar value alignment code to ControlExtensions
|
2017-06-21 05:52:40 +02:00 |
|
|
34449da2b8
|
Redo Options tabs to fit the new layout
|
2017-06-20 20:42:17 +02:00 |
|
|
42f367f822
|
Fix mouse wheel not working in Options form
|
2017-06-20 20:40:37 +02:00 |
|
|
781ca0bb77
|
Tweak Options form design
|
2017-06-20 18:37:46 +02:00 |
|
|
00d6dc5626
|
Rewrite Options form to have tabs on the left
|
2017-06-20 16:29:50 +02:00 |
|
|
a1648c307f
|
Remove (now) redundant call to plugin panel resize event
|
2017-06-20 14:35:54 +02:00 |
|
|
b8f170ae39
|
Fix visual issues in Plugins form
|
2017-06-20 13:02:34 +02:00 |
|
|
073f1da5b4
|
Redesign Plugins form
|
2017-06-20 11:58:33 +02:00 |
|
|
c2b1aef810
|
Show official & custom plugins on one page
|
2017-06-20 09:50:11 +02:00 |
|
|
a753806d7b
|
Fix 'Edit CEF arguments' restart prompt and tweak dialog text
|
2017-06-03 18:03:34 +02:00 |
|
|
bd1692cea3
|
Rename Settings to Options
|
2017-06-03 17:24:43 +02:00 |
|