File | Date | Author | Commit |
---|---|---|---|
FBBlock | 2015-12-04 |
![]() |
[4910c7] Added the Social Blocker feature |
FlashCards | 2015-12-06 |
![]() |
[18265e] Added the Flash Cards feature. |
Journal | 2016-06-16 |
![]() |
[29eeb1] Removed built binaries from Journal |
NapAlarm | 2016-06-16 |
![]() |
[9711c8] Removed dependency for licensed third-party con... |
Prioritize | 2015-12-03 |
![]() |
[ffd906] Added the Prioritize feature. |
ToDoList | 2015-12-04 |
![]() |
[9742e2] Added the ToDo List feature |
LICENSE | 2015-12-01 |
![]() |
[ef471a] Initial commit |
README.md | 2016-06-16 |
![]() |
[e2a768] Added license. |
Parts of this application use the MetroFramework libraries for UI design. It's open-source and available on GitHub at this link:
https://github.com/thielj/MetroFramework
The source code for the Drag and Drop ListBox, used in the Prioritize feature, can be found on CodeProject here:
http://www.codeproject.com/Articles/36412/Drag-and-Drop-ListBox
The Gantt Chart and Printable ListView controls used in the ToDo List feature can be found on CodeProject here:
http://www.codeproject.com/Articles/20731/Gantt-Chart
http://www.codeproject.com/Articles/11686/Printable-ListView
The Animator control, which allows for animated showing and hiding of controls in WinForms applications, can be found on CodeProject here:
http://www.codeproject.com/Articles/548769/Animator-for-WinForms
The SVHS controls, used in Flash Cards feature will be changed to standard Windows Forms controls shortly. For now, you can find the source code on CodeProject here:
http://www.codeproject.com/Articles/70811/Mac-OS-X-Theme-for-Windows-Forms
The MultiLine ListBox control used in Journal can be found here:
http://www.codeproject.com/Articles/2695/An-editable-multi-line-listbox-for-NET
Copyright (c) 2016 Rahul Yedida
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.