1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected over 1 year ago.
Aug 08, 2022 — Aug 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo caused changes to event notes not to be saved. fixed. More... about 20 years ago
the changes since 0.8.0 are enough to warrant a minor version bump, so there will be now 0.8.1. More... about 20 years ago
reverting changelog after clobbering it accidentally. More... about 20 years ago
forgot to test when panel->config->menu_as_panel was true, fixed. More... about 20 years ago
tasklist has a button that brings up a context menu. the panel can dynamically expand and contract to fit its contents. More... about 20 years ago
reinstated menu_icon_size(). More... about 20 years ago
added a BuildArch line. More... about 20 years ago
fixed a word-wrapping bug where the shadow text would wrap at a different place to the foreground text. More... about 20 years ago
removes launcher file when deleted, so you don't get a load of dead launchers. More... about 20 years ago
panel's size is now worked out in pixels - no icon_size_name cruft, the user can use whatever they like. removed a few duff prefs. More... about 20 years ago
a timeout management system so the process isn't running loads of timeouts for non-existent applets. More... about 20 years ago
new Launcher applet icon, courtesy of jimmac :) More... about 20 years ago
new about dialog BG. More... about 20 years ago
more or less done now. rather than try to managed device+mountpoint, and all the attendant problems, now looks at fstab to see what the user can mount. More... about 20 years ago
callbacks for the buttons. gnomevfs really doesn't like the /dev directory, so this may not be the best solution. More... about 20 years ago
sort of works, not reliably. usermount stuff is not working. More... over 20 years ago
added config dialog. More... over 20 years ago
a simple drive manager. you will be able to use it to mount, unmount and eject storage devices. will use mount+eject for the time being, dbus when it's available. More... over 20 years ago
calendar code is more or less done. More... over 20 years ago
framework in place for editing events. notice i'm committing lots? because this is a rewrite - i'd already done all this, but lost it all cos i didn't commit frequently enough :-/ More... over 20 years ago
reminders implemented. More... over 20 years ago
numeric sort, not string sort. More... over 20 years ago
if the launcher comes across an invalid desktop file, prompts for user to edit. also added an "add" item to context menu. More... over 20 years ago
changed the way config is referenced ($obj->{foo}{bar} to $obj->{foo}->{bar}) More... over 20 years ago
fixed bad variable name. More... over 20 years ago
checks file before attempting load. More... over 20 years ago
copy and paste is bad - fixed code that looked for a non-existent $self->menu. More... over 20 years ago
updated dependencies. More... over 20 years ago
updated dependencies, and clarified some points. More... over 20 years ago
install_applet() can now be given directory and file arguments so we can install stuff in different places. More... over 20 years ago