5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
May 26, 2024 — May 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dbus: Fixed a compilation error if we don't use DBusMenu More... almost 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... almost 13 years ago
Messaging-Menu & Global-Menu: Added define for easily remove the new workarounds More... almost 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... almost 13 years ago
Messaging-Menu: removed double entries in the menu and double separators Yes, it's just a wonderful workaround :D More... almost 13 years ago
GMenu: try to load icons sooner More... almost 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... almost 13 years ago
YoutubeDl: Bug fixes and cleanup for More... almost 13 years ago
alsaMixer: fix: double-clicking does nothing if we didn't open the menu of the applet More... almost 13 years ago
DND callback: display a message if the dock is locked and the user drops files into it More... almost 13 years ago
Recent-Events: if the file doesn't exist, don't display it in the 'Recent Files' menu More... almost 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... almost 13 years ago
Quick-Browser: we can probably just use g_filename_to_uri to get the URI More... almost 13 years ago
GMenu: fixed a bug that made sub-menus be too small, and therefore have to be scrolled + code cleaning More... almost 13 years ago
DND2Share: text files: fixed a typo More... almost 13 years ago
DND2Share: Supported text files (now it uploads the content of text files to servers like pastebin) More... almost 13 years ago
DND2Share: Pastebin: Their public API is no longer available -> ported to the new API More... almost 13 years ago
QuickBrowser: Added drag and drop support More... almost 13 years ago
YoutubeDL: fixed a typo in the .conf file More... almost 13 years ago
Version: We can't use dashes in the version name. Switched to '3.0.99' in order to release the next version with the numerotation '3.1.0' and not '3.1.0.1' More... almost 13 years ago
Version: We can't use dashes in the version name. Switched to '3.0.99' in order to release the next version with the numerotation '3.1.0' and not '3.1.0.1' More... almost 13 years ago
bump version: 3.1-alpha More... almost 13 years ago
Taskbar: added an option to separate applis from launchers or not --> that's it, we're in an alpha stage once again \! :-) More... almost 13 years ago
MusicPlayer: allow recently played files in the menu More... almost 13 years ago
Recent-Events: prevent doubles in the menu list More... almost 13 years ago
bug-fix: when set to 'always visible', applets' background couldn't be turned off More... almost 13 years ago
YoutubeDl: Changed default to dialogues instead of pynotify, Removed help menu, Use xdg-user-dir instead of hard coded video directory as default folder More... almost 13 years ago
eggaccelerators: Added 'primary' key support Note that it can be interesting to use GtkAccelGroup More... almost 13 years ago
Icon Mgr: with older versions of GLib (< 2.32) we have to use a GStaticMutex instead of a GMutex More... almost 13 years ago
Icon Mgr: declared the mutex into cairo_dock_search_icon_s_path (only used in this function) More... almost 13 years ago