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
added dependency. More... about 20 years ago
now inherits from X11::FreeDesktop::DesktopEntry. More... about 20 years ago
added missing dependency. More... about 20 years ago
fixed some calls to make sure we're looking at the right locale. More... about 20 years ago
splits locale on . in case the value is xx_YY.UTF-8 or similar. More... about 20 years ago
clean up .spec file after build. More... about 20 years ago
reformatted the package info, and make the PREFIX rules more clear. More... about 20 years ago
don't need to be quiet, really. More... about 20 years ago
updated ChangeLog, will probably do a new release tomorrow. More... about 20 years ago
reinstated variable menu icon size, but there's no GUI control for it (yet). More... about 20 years ago
added a check for other flags that can indicate that a volume is user-mountable. More... about 20 years ago
.desktop files can now be dragged onto the panel. word. More... about 20 years ago
launcher icon now searches for an icon if it can't find one. More... about 20 years ago
launcher icons can now be dragged and dropped, which is pretty cool. More... about 20 years ago
changed Glib::Timeout to PerlPanel::add_timeout. More... about 20 years ago
GNOME menu will now reload the menu if the mtime of the base URI changes. More... about 20 years ago
GnomeMenu now sorts menu items on their label, not on the name of the file that produced them. More... about 20 years ago
added a pref to disable NET_WM_STRUTS when the panel isn't expanded. More... about 20 years ago
removed check_deps(), since it's silly to do it for just one module when we require so many more. More... about 20 years ago
desktop files are now queried for their translated strings, where required. also, symlinks are handled better, but still not perfectly. More... about 20 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... about 20 years ago
fixed locale(), which required $self. More... about 20 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... about 20 years ago
added URL() convenience function. More... about 20 years ago
committing updated change from Nathan Powell. More... about 20 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... about 20 years ago
doesn't show the config button when the panel is expanded, since it's useless in that context. More... about 20 years ago
removed unnecessary code (we required Gtk+ >= 2.4.0). More... about 20 years ago
prefs dialog is no longer modal, but the applet stays insensitive when the dialog is visible. More... about 20 years ago
removed un-needed space. this is shown up when the panel isn't expanded. More... about 20 years ago