Toasts

Subversion Repositories:
Rev:
   
Rev Age Author Path Log message Diff Changes
54 19 d 20 h office /trunk/Toasts/ - Remove the form animator due to being overly flimsy with Win32 calls and leading to many crashes (ie: the animator having to be injected between Load and Shown, which is some Windows deep magic that we really do not want to care about). Diff
D/trunk/Toasts/FormAnimator.cs
M/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/Toasts.csproj
53 19 d 21 h office /trunk/Toasts/ - Major overhaul. Diff
A/trunk/Toasts/Utilities
/trunk/Toasts/Utilities/Extensions.cs
M/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/Toasts.csproj
52 23 d 8 h office /trunk/Toasts/ - Update logo.
- Do not close toasts if mouse is hovering over them.
Diff
M/trunk/Toasts/Images/was.png
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
49 28 d 18 h office /trunk/Toasts/ - Fix an issue with properties not being set due to object initialization (linger time should now work properly).
- Implement UserAgent option for retrieving images for websites that filter UAs.
Diff
M/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastDisplayData.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/Toasts.csproj
45 50 d 23 h office /trunk/Toasts/ - add the ability to copy the text of the toast to clipboard Diff
A/trunk/Toasts/Images/copy.png
M/trunk/Toasts/Properties/Resources.Designer.cs
/trunk/Toasts/Properties/Resources.resx
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
/trunk/Toasts/Toasts.csproj
44 95 d 17 h office /trunk/Toasts/ - do not render offscreen notifications,
- center any logo image,
- ensure that any closd form is disposed after closing,
- strss testing
Diff
M/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
/trunk/Toasts/Toasts.csproj
41 121 d 11 h office /trunk/Toasts/ - allow notifications to be kept on screen like stickies Diff
M/trunk/Toasts/FormAnimator.cs
/trunk/Toasts/NativeMethods.cs
/trunk/Toasts/NotificationInfo.cs
/trunk/Toasts/ScheduledContinuation.cs
/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastDisplayData.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/Toasts.cs
40 121 d 15 h office /trunk/Toasts/ - allow notifications to be kept on screen like stickies Diff
M/trunk/Toasts/FormAnimator.cs
/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
35 197 d 11 h office /trunk/Toasts/ - Make sure to make images smaller so they will fit insidie the notification pane.
- Downgrade the NetSparkle updater for better compatiblity.
- Preserve the default height of the notifications and only extend the form when the content is too large to fit.
- Small aesthetic adjustments.
Diff
M/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastDisplayData.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
/trunk/Toasts/Toasts.csproj
/trunk/Toasts/app.config
/trunk/Toasts/packages.config
34 197 d 18 h office /trunk/Toasts/ - Diff
M/trunk/Toasts/Images/background.png
/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastDisplayData.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
/trunk/Toasts/Toasts.csproj
/trunk/Toasts/app.config
/trunk/Toasts/packages.config
27 500 d 5 h office /trunk/Toasts/ - Render HTML instead of plaintext in toast popup. Diff
A/trunk/Toasts/ToastDisplay.cs
/trunk/Toasts/ToastDisplayData.cs
M/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
/trunk/Toasts/Toasts.csproj
/trunk/Toasts/packages.config
25 522 d 20 h office /trunk/Toasts/ - Cleanup. Diff
M/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
16 742 d 16 h office /trunk/Toasts/ - Linearize toasts and ensure no gaps when multiple toasts are displayed in sequence. Diff
A/trunk/Toasts/ScheduledContinuation.cs
/trunk/Toasts/Toasts.cs
/trunk/Toasts/packages.config
M/trunk/Toasts/FormAnimator.cs
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/Toasts.csproj
15 742 d 19 h office /trunk/Toasts/ - Code maintenance. Diff
M/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
12 746 d 14 h office /trunk/Toasts/ - Make sure toasts are top most and do not steal focus when they appear. Diff
M/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
9 1015 d 6 h office /trunk/Toasts/ - Remove unnecessary resources.
- Use built-in resources instead of runtime loading.
- Cleanups.
Diff
D/trunk/Toasts/Images/icon.png
M/trunk/Toasts/Properties/Resources.Designer.cs
/trunk/Toasts/Properties/Resources.resx
/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/Toasts.csproj
7 1015 d 7 h office /trunk/Toasts/ - Prevent access violations.
- Use private constructor for initialization.
Diff
M/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
2 1015 d 12 h office /trunk/Toasts/ - Various cleanups and refactorings. Diff
A/trunk/Toasts/ToastForm.cs
/trunk/Toasts/ToastForm.designer.cs
/trunk/Toasts/ToastForm.resx
D/trunk/Toasts/Notification.cs
/trunk/Toasts/Notification.designer.cs
/trunk/Toasts/Notification.resx
M/trunk/Toasts/Properties/Resources.Designer.cs
/trunk/Toasts/Toasts.csproj
1 1015 d 13 h office / initial import Diff
A/branches
/tags
/trunk
/trunk/README.md
/trunk/Test
/trunk/Test/App.config
/trunk/Test/Program.cs
/trunk/Test/Properties
/trunk/Test/Properties/AssemblyInfo.cs
/trunk/Test/Properties/Resources.Designer.cs
/trunk/Test/Properties/Resources.resx
/trunk/Test/Properties/Settings.Designer.cs
/trunk/Test/Properties/Settings.settings
/trunk/Test/Test.Designer.cs
/trunk/Test/Test.cs
/trunk/Test/Test.csproj
/trunk/Test/Test.resx
/trunk/Toasts
/trunk/Toasts.sln
/trunk/Toasts/FormAnimator.cs
/trunk/Toasts/Images
/trunk/Toasts/Images/background.png
/trunk/Toasts/Images/icon.png
/trunk/Toasts/Images/was.png
/trunk/Toasts/NativeMethods.cs
/trunk/Toasts/Notification.cs
/trunk/Toasts/Notification.designer.cs
/trunk/Toasts/Notification.resx
/trunk/Toasts/NotificationInfo.cs
/trunk/Toasts/Properties
/trunk/Toasts/Properties/AssemblyInfo.cs
/trunk/Toasts/Properties/Resources.Designer.cs
/trunk/Toasts/Properties/Resources.resx
/trunk/Toasts/Properties/Settings.Designer.cs
/trunk/Toasts/Properties/Settings.settings
/trunk/Toasts/Sounds
/trunk/Toasts/Sounds/cityscape.wav
/trunk/Toasts/Sounds/festival.wav
/trunk/Toasts/Sounds/garden.wav
/trunk/Toasts/Sounds/heritage.wav
/trunk/Toasts/Sounds/landscape.wav
/trunk/Toasts/Sounds/normal.wav
/trunk/Toasts/Sounds/savanna.wav
/trunk/Toasts/Sounds/sonata.wav
/trunk/Toasts/Toasts.csproj
/trunk/Toasts/app.config