1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 29 minutes ago. based on code collected about 14 hours ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ppa build files for 1.5 More... over 9 years ago
Support svg icons via wxsvg Internally, wxwidgets and thus simdock still just uses bitmaps. Support for svg is added by enabling the launcherDialog to show .svg files, then passing them to simimage where wxsvg converts them into a bitmap More... over 9 years ago
Fix launcher dialog errors caused by unfilled img More... over 9 years ago
Preserve starter icon also when closing window More... over 9 years ago
Make it easier to middle click without moving Also fixes a bug that prevented multiple middle clicks opening multiple apps without leaving and entering an icon More... over 9 years ago
Don't exchange starter icon with app icon More... over 9 years ago
try to fix ubuntu build by moving it ti wxwidgets 3.0 More... over 9 years ago
Fix: middle-click starts new program instances again More... over 9 years ago
describe features and ebuild More... over 9 years ago
Fix desktop background copy for newer wxWidgets version More... over 9 years ago
make it compile with wxWidget 3.0 More... over 9 years ago
fix free/delete mismatch on con close More... about 11 years ago
fix black background when starting a program see https://github.com/onli/simdock/commit/cc6ee865900db5d13ab70461d098066af22970a7 for background More... about 11 years ago
Fix flicker on hover After an update to the newest X with mesa drivers (radeon), simdock started to flicker. Turns out this was caused by changing icons y-variable always by zoomChange, even when reducing the change for width and height in the last steps to not step over, thus replacing the icon a bit (stepping over the paintarea?). It's unclear to me why this lead to flicker now. More... about 11 years ago
sync makefile with local one (pipe, O2) Launchpad builds simdock for the ppa in a way that makes it crash when clicking on an icon. First try to minimize differences More... about 11 years ago
bugfix: was stuttering when leaving icon More... about 11 years ago
minor: use getClickkedIcon more, update about dlg More... about 11 years ago
fix refresh issue & wrong drag detection More... about 11 years ago
minor format cleanup More... over 11 years ago
add toggle for fast animations (default) More... over 11 years ago
imrpove animator allow all animation speeds and undo efa4d9e81c0a2fa4f828ccf38f73ede03744669d because reacting immediately to icon leave leads to flicker More... over 11 years ago
add real drag barrier More... over 11 years ago
hide dragged icon after clicking More... over 11 years ago
Start animation immediately after leaving icon More... over 11 years ago
immediate position icons, fix size calc Some edges of the new animation approach were missing More... over 11 years ago
New Animation Engine approach Prevent the horizontal wobblyness. Part 1, still needs to be combined with the zoom-function and to fully replace the old approach More... over 11 years ago
compile dependency change for trusty More... over 11 years ago
Readme: link PPA More... over 11 years ago
Try to smoothen horizontal animation This only works sometimes, but does not seem to make it worse. The whole animation/position/size flow should be rewritten More... over 11 years ago
Make clicks also count while moving The drag-detection was too instant. This is a workaround, a better way would be to activate dragging after the mousepointer is moved more than a delta while holding the left mouse button. But till then, this helps. More... over 11 years ago