5
I Use This!
High Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jan 08, 2025 — Jan 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
YoutubeDl: Fixed the missing applet folders More... over 13 years ago
Main GUI: fixed a crash when hovering group buttons too quickly (the dialog was not correctly destroyed) More... over 13 years ago
YoutubeDl: Fixed urlListEdit I had disabled tkinter for testing; updated version number; Added left click add url requested by Eduardo Mucelli More... over 13 years ago
MP: prevented a warning message: when changing song, we don't receive this value: Position => no need to display a warning message each time More... over 13 years ago
musicPlayer: fixed a typo (if we use an mpris2 name in the config: e.g. rhythmbox and not Rhythmbox, the icon was no longer linked to the icon because the class name variable was freed More... over 13 years ago
Systray: force the icons size to 24px, to avoid buggy programs to display their icon with a wrong size More... over 13 years ago
Dialogs: prevent closing the dialog unexpectedly when clicking on it, if the click is actually inside the interactive widget More... over 13 years ago
YoutubeDl: Forgot to add the urlListEdit.py file More... over 13 years ago
YoutubeDl: Fixed a bug, added url list editing, little more cleanup More... over 13 years ago
don't call a 'change-icon' callback if we got a fake 'enter' event (which happens when clicking or scrolling on an icon, and trigger an unneeded animation on the icon) More... over 13 years ago
avoid emitting an 'enter' event when not needed More... over 13 years ago
Drop to share: handle the case where the user tries to upload an unreadable text file More... over 13 years ago
MP: fixed a bug that was not completely fixed: when closing an MPRIS2 player, we couldn't open it again More... over 13 years ago
third-party applets: reposition their right-click menu when the 'AddMenuItems' method is called, so that it's the same as a normal menu (on top of the icon and no scroll needed) More... over 13 years ago
Logout: when the menu is reversed (top dock), select the last item so that it's the same as the normal menu (ie, the 'shutdown' item) More... over 13 years ago
Fixed warnings at the end of the execution of Status-Notifier More... over 13 years ago
Dbus: Fixed a compilation error if we don't use DBusMenu More... over 13 years ago
CMakeLists.txt: fixed a typo with DBUSMENU_GTK3_NEW variable Yes we can use 'if (DBUSMENU_GTK3_NEW)' instead of 'if (${DBUSMENU_GTK3_NEW})' but we use the second form everywhere else More... over 13 years ago
Messaging-Menu & Global-Menu: Added define for easily remove the new workarounds More... over 13 years ago
Global-Menu: removed double separators in the menu (workaround) + removed a wrong error message when we click on the main icon if we don't steal window menus More... over 13 years ago
Messaging-Menu: removed double entries in the menu and double separators Yes, it's just a wonderful workaround :D More... over 13 years ago
GMenu: try to load icons sooner More... over 13 years ago
quick-browser: drag'n'drop: add the icon when creating the menu item, not each time a drag is initiated + added URI target More... over 13 years ago
YoutubeDl: Bug fixes and cleanup for More... over 13 years ago
alsaMixer: fix: double-clicking does nothing if we didn't open the menu of the applet More... over 13 years ago
DND callback: display a message if the dock is locked and the user drops files into it More... over 13 years ago
Recent-Events: if the file doesn't exist, don't display it in the 'Recent Files' menu More... over 13 years ago
Quick-Browser: DND: only added pixbuf for dragged files when the dragging action begins + Added a target list (e.g. needed for firefox in order to directly drop file in a webpage with DND support) + Prevented a GTK warning if an entry menu doesn't have image More... over 13 years ago
Quick-Browser: we can probably just use g_filename_to_uri to get the URI More... over 13 years ago
GMenu: fixed a bug that made sub-menus be too small, and therefore have to be scrolled + code cleaning More... over 13 years ago