about summary refs log tree commit diff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Allow idle time detection on all Wayland desktops HEAD mainVika2025-01-031-0/+6
| | | | | | Other desktops require C dependencies I don't want to bring in, so let's leave it at that. Pretty much all of the code was kanged from the new Iced rewrite.
* Use gtk-rs 0.6.4Ricky Kresslein2023-03-231-2/+2
|
* Create Mac port and add App Store badgeRIcky Kresslein2023-03-141-0/+0
|
* Fix formattingRicky Kresslein2022-06-081-3/+3
|
* Moved distroRicky Kresslein2022-03-021-0/+0
|
* - Distinctive development modeRicky Kresslein2022-02-201-2/+2
|
* - Added PreferencesRicky Kresslein2022-02-201-0/+1
| | | | | - Added idle notify to preferences - Bug fix: if user deleted first task none would show
* - Moved to com.lakoliu.FurtheranceRicky Kresslein2022-02-181-0/+58
- Removed development flag for release - Created nicer about dialog - Added description to data file - Improved desktop file - Changed database directory - Delete All no longer enabled if no tasks - Added GPL to top of every file