5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 34 minutes 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
Panel view: take into account the requested displayed size for icons More... over 12 years ago
Opengl backend: fixed a small issue with semi-transparent labels More... over 12 years ago
Icons: added a requested displayed size More... over 12 years ago
MusicPlayer: MPRIS2: don't block if the player freeze or if it doesn't quickly anwser to dbus calls Added a shorter timeout for all cairo_dock_dbus_get_property_* () Use 500ms when using them in the main loop (e.g. when displaying the right click menu) 250ms to get the elapsed time (will be call each second, 250ms is already a big timeout, if there is a problem we can wait the next call) and 1sec for other cases. More... over 12 years ago
DBus: cairo_dock_dbus_[gs]et_property_*: it's now possible to get/set property with another timeout By default dbus_g_proxy_call has a timeout of ~10sec Note that it's also possible to use: dbus_g_proxy_set_default_timeout More... over 12 years ago
Gui Simple: updated due to the latest changes in the API (g_desktopGeometry.iXScreenWidth/Height is no longer available but replaced by gldi_get_desktop_width/height()) More... over 12 years ago
Theme-manager: handle the creation/deletion/update of config file, so that the theme is correctly marked as modified More... over 12 years ago
Flying container: use an animated ImageBuffer for the explosion + removed some useless code More... over 12 years ago
forgot to deactivate some unit test ^^ More... over 12 years ago
All: updated to use the new screen API More... over 12 years ago
Core: updated to use the new screen API More... over 12 years ago
Docks: screen number is now defined per-dock + updated config files and use the new screens list widget More... over 12 years ago
GUI: added a widget to list available screens More... over 12 years ago
X manager: added full support of multi-screens More... over 12 years ago
Init: g_type_init is now deprecated with GLib 2.25 More... over 12 years ago
Init: g_type_init is now deprecated with GLib 2.25 More... over 12 years ago
Screenshot: remove the transition before setting the default image when the menu is deactivated (if we try to set the default image during the transition, it will not work) More... over 12 years ago
Quick-Browser: Added a right click menu: Open With / Copy Location / Open the parent folder + Set Icon Pixbuf for drag'n drop only when dragging file + Force to compute the size of the menu before displaying it by using gtk_widget_realize: avoid big menu that are out of the screen the first time we open it with GTK3 More... over 12 years ago
GUI advanced: handle the case of a module with several instances More... over 12 years ago
fixed a crash in case a 2nd instance of a module is deactivated More... over 12 years ago
Screenshot: AppsList (Open With): no need to recreate the list, to search for icons, etc. It's always a .png file always made by Cairo so we can get the list only the first time More... over 12 years ago
Recent-Events: Open With menu: used the correct size for the image More... over 12 years ago
Screenshot: if the file already exists, add a number at the end + added the default dir in the dialogue More... over 12 years ago
Screenshot: Added the possibility to change the directory when using options in the dialogue + Added tooltips More... over 12 years ago
Bump version More... over 12 years ago
Docks: when the screen resolution changes, be sure to update the size of sub-docks as well More... over 12 years ago
Screenshot: merge (seems we had the same idea at the same time ^^) More... over 12 years ago
Slide view: ensure the scroll don't get out of range when the dock is resized More... over 12 years ago
Screenshot: added an option to define the default saving folder More... over 12 years ago
Animated Icons: Rotation: Translated all old comments from French to English More... over 12 years ago