1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected 10 months 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... over 19 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... over 19 years ago
reverting changelog after clobbering it accidentally. More... over 19 years ago
forgot to test when panel->config->menu_as_panel was true, fixed. More... over 19 years ago
tasklist has a button that brings up a context menu. the panel can dynamically expand and contract to fit its contents. More... over 19 years ago
reinstated menu_icon_size(). More... over 19 years ago
added a BuildArch line. More... over 19 years ago
fixed a word-wrapping bug where the shadow text would wrap at a different place to the foreground text. More... over 19 years ago
removes launcher file when deleted, so you don't get a load of dead launchers. More... over 19 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... over 19 years ago
a timeout management system so the process isn't running loads of timeouts for non-existent applets. More... over 19 years ago
new Launcher applet icon, courtesy of jimmac :) More... over 19 years ago
new about dialog BG. More... over 19 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... over 19 years ago
callbacks for the buttons. gnomevfs really doesn't like the /dev directory, so this may not be the best solution. More... over 19 years ago
sort of works, not reliably. usermount stuff is not working. More... over 19 years ago
added config dialog. More... over 19 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 19 years ago
calendar code is more or less done. More... over 19 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 19 years ago
reminders implemented. More... over 19 years ago
numeric sort, not string sort. More... over 19 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 19 years ago
changed the way config is referenced ($obj->{foo}{bar} to $obj->{foo}->{bar}) More... over 19 years ago
fixed bad variable name. More... over 19 years ago
checks file before attempting load. More... over 19 years ago
copy and paste is bad - fixed code that looked for a non-existent $self->menu. More... over 19 years ago
updated dependencies. More... over 19 years ago
updated dependencies, and clarified some points. More... over 19 years ago
install_applet() can now be given directory and file arguments so we can install stuff in different places. More... over 19 years ago