0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 22 hours ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed alert More... over 18 years ago
Keyhandler test added More... over 18 years ago
Updated to fix bug #188. Thank to Dietrich. More... over 18 years ago
Cleaned up debug statements. More... over 18 years ago
* Removed window focus listener from ComboBox. This fixes some issues, when the ComboBox does not open. * Reimplemented/Tuned window focus/blur handling and detection. Should work more correct now. More... over 18 years ago
Added support for migration of settings. Added support for 0.7 class declaration. More... over 18 years ago
Minor improvements. More... over 18 years ago
css fix fix More... over 18 years ago
fix Safari CSS handling. This fixes globalCursor in Safari as well. More... over 18 years ago
Minor improvement. More... over 18 years ago
test for css functionality added More... over 18 years ago
Improved javadoc. More... over 18 years ago
Fixed some gecko issue with mousewheel events. More... over 18 years ago
Reverted my last change. Sebastian said, it was not qooxdooish enough. The image URLs are now hardcoded again and may not be changed in the appearance. More... over 18 years ago
Removed auto dispose deactivation. We should definitely find a more elegant solution here. More... over 18 years ago
Moved setting of the image source to appearance More... over 18 years ago
Removed reference counter (Derrells latest changes.) More... over 18 years ago
correct a comment More... over 18 years ago
Event dispose handling appears to be working properly now. Instead of a simple autoDispose property, there's now a referenceCount property. If the event is not to be auto-disposed, we start the reference count at 1; otherwise at 0. We then increment the reference count by the number of listeners. After processing each listener, we decrement the reference count. After processing all listeners, if the reference count is zero, we auto-dispose. More... over 18 years ago
Fixed missing semicolon. More... over 18 years ago
Result of "make fix". More... over 18 years ago
part 5 of renaming qx.util.finitestatemachine to qx.util.fsm More... over 18 years ago
part 4 of renaming qx.util.finitestatemachine to qx.util.fsm More... over 18 years ago
part 3 of renaming qx.util.finitestatemachine to qx.util.fsm More... over 18 years ago
part 2 of renaming qx.util.finitestatemachine to qx.util.fsm More... over 18 years ago
part 1 of renaming qx.util.finitestatemachine to qx.util.fsm More... over 18 years ago
Fix a copy/paste error More... over 18 years ago
Minor changes. Hopefully this recovers the old behavior. More... over 18 years ago
Minor adjustments to event handling. Derrell, I hope this does not break any of your code. More... over 18 years ago
Corrected documentation. More... over 18 years ago