5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 23, 2024 — May 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
showDesktop: check the XRandr version with the core function More... over 12 years ago
when activating a new applet, place it after the last launcher/applet in the main dock More... over 12 years ago
Xrandr support: added a function to check any version More... over 12 years ago
MP: prevent displaying quicklist, since the applet already provides all the common actions for any player More... over 12 years ago
added a way to prevent quicklists for an icon + some cleaning in the Icon structure More... over 12 years ago
only disable drag'n'drop onto the dock when the dock is completely locked, not the icons position More... over 12 years ago
XRandr/Xinerama: prevent screens with null dimensions (yes, it's possible with XRandr) and try all screens with XRandr and then with Xinerama More... over 12 years ago
Twitter: fixed a few typo about the translations More... over 12 years ago
Install Applet: used the current date+1 for the 'last-modif' file + if the directory in ~/.config/cairo-dock/third-party is not a symbolic link, asked if this dir can be removed More... over 12 years ago
Google: moved it to 'Internet' category + updated the list.conf file More... over 12 years ago
Updating user agent fixed stuff. Google was returning an old format of the site for my old masked user agent. More... over 12 years ago
Menu: added a submenu entries for all icons of applications called 'Window management' It contains all window management entries: Show, (un)Maximise, Minimise, Below windows and Close. + Moved 'Launch a new' to the main submenu (menu with the title of the icon) + Renamed 'Lower' to 'Below windows' => Feel free to give us your feedback about this change (or anything else) on our forum: http://glx-dock.org/bg_topic.php?t=6457 More... over 12 years ago
Man: Added the new -W (--metacity-workaround) option More... over 12 years ago
Added a workaround for Metacity not handling the _NET_WM_OPACITY correctly More... over 12 years ago
Recent-Events: Dialog: no longer added removed files (I think it's an useless information. But we can add a section with these recent files which have been deleted but I'm not sure that it's really interesting to have this section... => ''I'm sure that I edited a file recently and I deleted just after... Oh yes, it's right. Arf, too late... :P )'' + Dialog: Applications: Used the translated name + Recent files: added deleted files to the hashtable to prevent useless g_file_test showDesktop: fixed a typo (about the coloration in the code) More... over 12 years ago
XRandr: Checked if 1.1 version is available for basic functions (e.g. to change the resolution) and 1.3 version (to replace Xinerama) More... over 12 years ago
ShowDesktop: checked if Xrandr extension is available before using it (LP: #1040271) (simply used cairo_dock_xrandr_is_available) More... over 12 years ago
Xrandr: fixed a typo + added cairo_dock_xrandr_is_available (needed to avoid a crash in ShowDesktop applet) More... over 12 years ago
Added support for Xrandr (to replace Xinerama) -> feedbacks are needed More... over 12 years ago
CMakeLists.txt: linked each plugin to all libs used by gldi except gldi (and not only to a few modules) More... over 12 years ago
CMakeLists.txt: fixed a typo (arf, it's better when we don't remove char :D) More... over 12 years ago
Module Mgr: removed GModule dependences because we directly use dl + stopped the compilation if 'dl' library or 'dlfcn.h' are not found + same thing with 'm' and 'math.h' + linked gldi to 'dl' More... over 12 years ago
Dbus: cairo-dock-unity-bridge crashed with TypeError in on_name_owner_changed(): cannot concatenate 'str' and 'NoneType' objects (LP: #1041558) More... over 12 years ago
Progress bar: Cairo Backend: no longer drawn the bar if the value is 0 (was drawn only on the Cairo backend) More... over 12 years ago
Fixed a crash if we launch the dock with '-l debug' and a module is not loaded (e.g. integration module) More... over 12 years ago
CMakeLists.txt: Checked gio-2.0 for 'gvfs-integration' even if GMenu is not compiled + Linked gvfs-integration static library to gio-2.0 More... over 12 years ago
GMenu: use gio to launch the menu entries, so that the event is stored in Zeitgeist More... over 12 years ago
Dbus: the binary was not linked to libdbusmenu + checked that the we have dbusmenu and dbusmenu-gtk before adding DBusMenu support More... over 12 years ago
Calendar: ps command: print only the pid and the cmd More... over 12 years ago
DBus: cairo-dock-unity-bridge: ps command: print only pid + cmd More... over 12 years ago