1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected about 2 years ago.
Aug 08, 2022 — Aug 08, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added dependency. More... over 20 years ago
now inherits from X11::FreeDesktop::DesktopEntry. More... over 20 years ago
added missing dependency. More... almost 21 years ago
fixed some calls to make sure we're looking at the right locale. More... almost 21 years ago
splits locale on . in case the value is xx_YY.UTF-8 or similar. More... almost 21 years ago
clean up .spec file after build. More... almost 21 years ago
reformatted the package info, and make the PREFIX rules more clear. More... almost 21 years ago
don't need to be quiet, really. More... almost 21 years ago
updated ChangeLog, will probably do a new release tomorrow. More... almost 21 years ago
reinstated variable menu icon size, but there's no GUI control for it (yet). More... almost 21 years ago
added a check for other flags that can indicate that a volume is user-mountable. More... almost 21 years ago
.desktop files can now be dragged onto the panel. word. More... almost 21 years ago
launcher icon now searches for an icon if it can't find one. More... almost 21 years ago
launcher icons can now be dragged and dropped, which is pretty cool. More... almost 21 years ago
changed Glib::Timeout to PerlPanel::add_timeout. More... almost 21 years ago
GNOME menu will now reload the menu if the mtime of the base URI changes. More... almost 21 years ago
GnomeMenu now sorts menu items on their label, not on the name of the file that produced them. More... almost 21 years ago
added a pref to disable NET_WM_STRUTS when the panel isn't expanded. More... almost 21 years ago
removed check_deps(), since it's silly to do it for just one module when we require so many more. More... almost 21 years ago
desktop files are now queried for their translated strings, where required. also, symlinks are handled better, but still not perfectly. More... almost 21 years ago
support for wide characters. also, if the supplied locale is of the form xx_YY, then get_value() will look for values in the xx locale if nothing's found for xx_YY. More... almost 21 years ago
fixed locale(), which required $self. More... almost 21 years ago
changed mkdir() to PerlPanel::mkpath() because there's no guarantee that $HOME/.perlpanel exists before we try to create $HOME/.perlpanel/launchers. More... almost 21 years ago
added URL() convenience function. More... almost 21 years ago
committing updated change from Nathan Powell. More... almost 21 years ago
now that the move() function is called a lot more, i've made it a bit more efficient. expand also works better with autohide. but there's a funny race going on, which i can't get to the bottom of. More... almost 21 years ago
doesn't show the config button when the panel is expanded, since it's useless in that context. More... almost 21 years ago
removed unnecessary code (we required Gtk+ >= 2.4.0). More... almost 21 years ago
prefs dialog is no longer modal, but the applet stays insensitive when the dialog is visible. More... almost 21 years ago
removed un-needed space. this is shown up when the panel isn't expanded. More... almost 21 years ago