5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 24, 2024 — May 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Calendar: fixed a typo with the ps command and also kill subprocesses (sleep 120) More... almost 13 years ago
DBus: cairo-dock-unity-bridge: excluded the current process when looking if the script has not already been launched + converted grep commands to python commands to not launch 4 processes just for that + Added 'Unity-Bridge' before all 'print' More... almost 13 years ago
LibRSVG2: with the 2.36.2 version, 'rsvg-cairo.h' AND 'librsvg-features.h' are included in rsvg.h and including these header files directly are now deprecated. But we need 'librsvg-features.h' to use LIBRSVG_CHECK_VERSION macro in order to know if we can include (or not) librsvg-cairo.h... Yeah, a bit strange :) More... almost 13 years ago
Fixed the librsvg mess (now should also work with older versions) More... almost 13 years ago
include: <librsvg/rsvg-cairo.h> can no longer be included directly since LibRSVG 2.36.2 + *@fabounet*: gdk_threads_enter has been deprecated since version 3.6 and should not be used in newly-written code. All GDK and GTK+ calls should be made from the main thread. What should we do with 'GDK_THREADS_LEAVE'? More... almost 13 years ago
Screensaver Inhibitor: fixed a possible crash: it's no longer possible to choose a float value for the timeout + no longer use 'timelength', it seems it's not correct but feel free to revert this change ;) + by default, it's maybe better to not have any timeout (e.g. if we use this applet for a long presentation or a very long film, etc.) More... almost 13 years ago
cairo-dock.c: 'unistd.h' is needed for 'sleep' and 'execl' functions More... almost 13 years ago
Class manager: handle custom .desktop files located in ~/.local/share/applications More... almost 13 years ago
Recent Events: added recent applications More... almost 13 years ago
Dialogs: fixed a small offset in the position of a dialog above its icon when the dock is hidden More... almost 13 years ago
Class Mgr: translations of QuickList menus are generally available in the Gettext domain (this information is available in the .desktop file) More... almost 13 years ago
updated themes folder, defined it in CMakeList.txt More... almost 13 years ago
GMenu: fixed a bug that could provoke a crash if the applet was deactivated More... almost 13 years ago
Slide view: fixed a bug in the calculaion of the layout in a rare case More... almost 13 years ago
Taskbar: fixed a bug that inserted an extra separator when grouping applis togather in a sub-dock More... almost 13 years ago
INSTALL: updated the INSTALL file with some intructions to the packagers/maintainers More... almost 13 years ago
GMenu: set recent documents size to 20 by default More... almost 13 years ago
make 'quit' and 'delete dock' dialogs appear above the currently pointed icon More... almost 13 years ago
Remote-Control: stop the animatoin of the currently pointed icon when we activate another one withe number More... almost 13 years ago
GUI: themes: correctly refresh the widget when themes are added/deleted More... almost 13 years ago
bump version More... almost 13 years ago
removed some deprecated parameters and bumped version More... almost 13 years ago
updated the maintenance mode to work with the new config GUI More... almost 13 years ago
Sound control: fixed a regression in the config widgets More... almost 13 years ago
cairo-dock-extract-message: removed deprecated widget types More... almost 13 years ago
Updated the Changelog -> this is the first beta of the 3.1 More... almost 13 years ago
Data-renderer: 'bHasValue' should belong to the Data, not the Renderer (this fixes a small drawing issue when reloading an applet with a progress-bar) More... almost 13 years ago
Progress-bars: increased the contrast of the default colors More... almost 13 years ago
Data-renderer: don't draw the overlay if no value has been set yet More... almost 13 years ago
moved dbus_g_thread_init into the core More... almost 13 years ago