0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 02, 2024 — Jun 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied file fixes More... over 18 years ago
Fixed minor issue with iframe blocking together with invisible iframes More... over 18 years ago
Added disabledIcon property More... over 18 years ago
Minor output bugfixes More... over 18 years ago
version bump More... over 18 years ago
Minor bugfix for non-mshtml browsers More... over 18 years ago
Removed tabIndex from textField to ignore it in tab-key sequences. Manually focus the input element if the combobox is editable. More... over 18 years ago
Only blur if there is no new focused child. Omits the problem that IE focus/blur the browser window More... over 18 years ago
Renamed internal property focusManager to focusHandler. Was just wrong all the time. More... over 18 years ago
Minor optimization for tab-key handling. Prevent default on all tab key events. More... over 18 years ago
Bugfix: Files with no extractable id produced an exception (instead of the intended behaviour: print a warning and use the filePathId) More... over 18 years ago
Minor bugfix More... over 18 years ago
Added support for packages in single execution calls. This adds support if one wants to use string optimization in multiple packages and not using config files. More... over 18 years ago
Minor change More... over 18 years ago
Renamed More... over 18 years ago
Enabled string optimization. More... over 18 years ago
Renamed. The feature was named package not module. More... over 18 years ago
Fixed help for generator options. Added package support to string optimization. More... over 18 years ago
Improved code of string compression (added cache feature). Renamed --compress-strings to --optimize-strings. Updated Makefiles accordingly. More... over 18 years ago
git-svn-id: https://qooxdoo.svn.sourceforge.net/svnroot/qooxdoo/trunk@4299 61aaf1ca-a10e-0410-b9fb-ac63ec25887f More... over 18 years ago
Added Makefile to build a release from the backend folder. Added ignore for dynamically created release folder. More... over 18 years ago
Improved Makefile. Removed problematic executability flag. Reordered find parameters to be compatible with current find versions under cygwin. More... over 18 years ago
Damn, was forgotten for the 0.6.1 release :-( More... over 18 years ago
Wider support for release building More... over 18 years ago
Use encodeURIComponent instead of escape (escape doesn't handle the plus sign and non-Laten-1 characters correctly) More... over 18 years ago
Only reacting on left mouse button More... over 18 years ago
Bugfix: TableModel changes coming up while invisible were not shown when the table got visible again More... over 18 years ago
Escape parameter names and values. Thanks to Ricardo Borillo for the suggestion. More... over 18 years ago
fix accidental indentation More... over 18 years ago
fix a missing getInstance() on a singleton More... over 18 years ago