summaryrefslogtreecommitdiff
path: root/program/js/common.js
AgeCommit message (Expand)Author
2015-03-09Unified request* event arguments handling, added support for _unlock and _act...Aleksander Machniak
2015-03-08Fix Opera browser detection in javascript (#1490307)Aleksander Machniak
2015-01-10Fix checks based on window.ActiveXObject in IE > 10Aleksander Machniak
2014-06-09Fix keyboard event detection in Opera (#1489929)Aleksander Machniak
2014-06-05Navigate with arrow keys only in treelist widgets; fix keyboard event detecti...Thomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
2014-05-27Replace Array.prototype.last() with jQuery.last to avoid side-effects in arra...Thomas Bruederli
2014-05-08Moved popup-menu functions to Roundcube core for seamless integration of (sta...Thomas Bruederli
2014-05-02Improve rcube_find_object() performance by prefering getElementById() as this...Aleksander Machniak
2014-05-02Small code improvementsAleksander Machniak
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-18Fix next message display after removing a message (#1489800)Aleksander Machniak
2014-04-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-16Use (deprecated) event.returnValue on legacy browsers onlyAleksander Machniak
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2014-04-15Move more IE<9 specific code to legacy_browserAleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update t...Aleksander Machniak
2014-02-03Fixed Opera > 15 detection (#1489562)Aleksander Machniak
2014-01-29Also adapt fixed table header to vertical body scrollingThomas Bruederli
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
2013-11-15Fix (again) IE11 detection where document.all is not defined.Aleksander Machniak
2013-11-15Fix Internet Explorer 11 detection (#1489434)Aleksander Machniak
2013-10-30Improve performance and code readability by using String's startsWith() metho...Aleksander Machniak
2013-08-15Distinguish mobile/tablet/touch devicesThomas Bruederli
2013-06-04Fix rcube_clone_object()Aleksander Machniak
2013-06-04Move rcube_layer class to classic skin, it was used only thereAleksander Machniak
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-03-28Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was ...Aleksander Machniak
2013-03-22Better fix for IE9 issue with document.activeElement error (#1489008)Aleksander Machniak
2013-03-22Fix javascript error in IE9 when loading form with placeholders into an ifram...Aleksander Machniak
2012-08-24Improved email address validation with IPv6 supportAleksander Machniak
2012-08-23Fix email address validation for addresses with IP address in domain partAleksander Machniak
2012-08-20Added session_path config option and unified cookies settings in javascriptAleksander Machniak
2012-08-03Add generic mobile browser detection, enable touch events for all mobile brow...Aleksander Machniak
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-01Define and use 'mozilla' class for HTML styleAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-03-15Improve input field placeholders: use native attributes if supported, encapsu...thomascube
2012-01-21Simplify codethomascube
2012-01-20Fine tuning Larry styles + browser specific css quirksthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2011-11-23- Fixed bug where similiar folder names were highlighted wrong (#1487860)alecpl
2011-11-14- Make urlencode() compatible with PHP's rawurlencode() - fixes collapsing/ex...alecpl
2011-09-28Distinguish standard timezone offset and DST of clientthomascube
2011-09-27- Fix bug where when replying always the last identity is used (#1488101)alecpl
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alecpl
2011-08-02- Fixed error in IE7 (#1488017)alecpl
2011-07-04- Fix GCC errors and warnings (#1487988)alecpl
2011-06-30- Unset event name, so it will be not added to request dataalecpl