5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Messaging-Menu: used the new cd_indicator3_update_image More... over 12 years ago
Indicator-applet3: added a 'utils' file with a method to convert a GtkImage to a Cairo context More... over 12 years ago
Menu: improved the drawing of the menu-item buttons More... over 12 years ago
Status-Notifier: if the item doesn't have any title, label or description, the ID is shown but this string is cut (12 chars) More... over 12 years ago
Messaging-Menu: added the indicator name (libmessaging.so) in the config file to provide a workaround if the name has changed or something else + removed the link to ido (it's not needed) More... over 12 years ago
Mail: fixed a few memory leaks and removed a few useless variables' initialisation More... over 12 years ago
Menu: if bIgnoreQuicklist is true, don't show these quicklist menu entries (e.g. with MP) + fixed a typo More... over 12 years ago
po: Updated translations More... over 12 years ago
po: Updated translations More... over 12 years ago
po: Updated translations More... over 12 years ago
Shortcuts: fixed a typo More... over 12 years ago
Shortcuts: Bookmarks: added Home in the bookmark list More... over 12 years ago
gvfs-integration: removed an useless strcmp More... over 12 years ago
Shortcuts: added the possibility to launch nautilus-connect-server from its menu + Messaging-Menu: fixed a typo with the about menu More... over 12 years ago
GVFS: no longer add the home directory when listing vfs-root + fixed a few memory leaks + rename '/' by 'File System' (name used by other DE) More... over 12 years ago
Integration plugins: Even if there is no translatable strings in these plugins, use the right gettext domain (if we want to add translatable strings in the future) More... over 12 years ago
Stack: supported all URI extensions if we don't drop a file (file://), g_filename_from_uri returns NULL. If we only want the basename with 'unreserved' char (i.e. ASCII alphanumerical characters plus dash, dot, underscore and tilde) and not char like '%20', etc., we can use 'g_uri_unescape_string' instead of 'g_filename_from_uri' More... over 12 years ago
Menu on appli: put the window actions into a single menu-item, which avoid having a crowded menu or another sub-menu More... over 12 years ago
Messaging-Menu: this applet is broken on Ubuntu Quantal due to the recent changes in the messagin-menu deamon. Now we use Indicator-applet3 to manage the applet. The code is now shorter, it should be safer and it's no longer needed to sync the code between indicator-messages and this Messaging-Menu applet Note: we only use Indicator-applet3 if we are using the latest version of Indicator but it could be enabled on older version. Note 2: this code also works with other indicator applets (e.g. with 'libsession.so') More... over 12 years ago
Added support of the new Indicator (3-0.4) to easily create Indicator applets More... over 12 years ago
Graph: iRadius parameter is no longer needed More... over 12 years ago
cairo-dock.c: Don't close the dock if no plug-ins are found: fixed a typo and update the message because the dock is no longer stopped More... over 12 years ago
Don't close the dock if no plug-ins are found, just display the message (it might be useful to be able to launch a terminal) More... over 12 years ago
Advanced GUI: fixed a bug that prevented to edit a 2nd instance of an applet + renamed to 'advanced' More... over 12 years ago
Cairo-Penguin: allow to display the menu of the applet when clicking on the character More... over 12 years ago
Dialogs: fixed a crash if the dialog was forced above (GTK3) More... over 12 years ago
when a label is updated, update the drawing accordingly More... over 12 years ago
Man: 'A' ('ask-backend') option was missing and 'i' (indirect) is no longer supported + for 'colors', used 'F' instead of 'A' which is already used by 'ask-backend' More... over 12 years ago
Give a little love to this app :-) Ported to GTK-3 and updated to match the core. More... over 12 years ago
Menu: it's maybe better with this title: 'Below *other* windows' + fixed a typo (bIsMaximized was checked a bit too late) More... over 12 years ago