5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
May 28, 2024 — May 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Animations: fixed a bug that prevented the animation to be triggered when an icon was removed More... almost 13 years ago
Initialized the D-BUS thread system (can be needed for applets like Logout) More... almost 13 years ago
Fixed compilation errors (due to the changes in gldi about the GUI - fixed by importing code from an older version of gldi) but this project still needs to be ported to GTK3 :) ) More... almost 13 years ago
Custom widgets in applets' config window: updated to match the core More... almost 13 years ago
GUI: make the load/save of custom widgets per widget, not for the whole window + removed lot of GUI code from the core More... almost 13 years ago
Shortcuts: forgot to remove 2 lines :p More... almost 13 years ago
Progress-bars: allow to invert the default colors More... almost 13 years ago
Shortcuts: update the progress bar of a volume when we mount/unmount it + allow to invert default colors of progress bars if we display used space More... almost 13 years ago
Terminal: allowed to reorder tabs by drag and drop More... almost 13 years ago
Stack: display a permanent dialogue and not a temporary dialogue during only 2 sec More... almost 13 years ago
GUI: moved the user themes selector outside of the core More... almost 13 years ago
Fixing the 'Twitter already sent' problem More... almost 13 years ago
GMenu: recent items: removed useless options, replaced them with an option to set the size of the sub-menu More... almost 13 years ago
GUI: finished to implement the reload of the GUI More... almost 13 years ago
GUI: added a reload method to the interface, implemented it in several widgets More... almost 13 years ago
GUI: widget items: search icon path with the right icon size + used long dashes for the separators + freed two gchar More... almost 13 years ago
cairo-dock.c: a few sentences were not translatable More... almost 13 years ago
GUI: added a menu to delete an user theme (widget reload is not yet implemented) More... almost 13 years ago
Help.conf: removed '#F[Applet's Handbook]' which is no longer needed due to the changes in the widget API CMakeLists.txt: bump Help version More... almost 13 years ago
Netspeed: fixed a typo (oops, forgot to remove comment during my tests :) ) More... almost 13 years ago
GThread: Fixed a memory leaks (Virtual Memory) with GLib >= 2.32 Now a GThread created with g_thread_(try_)new is joinable and should be freed with g_thread_unref (or g_thread_join) (ok... except that this information is only available with the description of g_thread_new and not g_thread_try_new... :) ) + a g_free was missing for a gchar (rarely used) in icon-factory More... almost 13 years ago
GUI: moved the theme selector out the core + tried to keep the theme preview size constant More... almost 13 years ago
Dbus: fixed a compilation error if DbusMenuGtk is not available More... almost 13 years ago
Screensaver Inhibitor: ps command: only check the processes of the user (and removed '-') More... almost 13 years ago
Dbus: cairo-dock-unity-bridge: ps command: only check the processes of the user (and removed '-') More... almost 13 years ago
Gui: Simple: compilation: fixed two warnings @fabounet: I added the sizes that I want to have on my computer. It's maybe very small for you but for me, it's should be the maximum sizes :). Also I think the vertical (and the horizontal) spacing should be increased => http://developer.gnome.org/hig-book/3.5/design-window.html More... almost 13 years ago
.conf files: removed '#F[Applet's Handbook]' which is no longer needed due to the changes in the widget API list.conf: bump applets versions due to the previous changes in .conf files More... almost 13 years ago
GUI simple: replaced the toolbar with a notebook (feedbacks are welcome ^^) More... almost 13 years ago
ProgressBar: added support of opacity (alpha channel) More... almost 13 years ago
GUI: Color chooser widget (GTK > 3.4.0): added support for opacity (alpha channel) if it's needed More... almost 13 years ago