summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2014-06-25Remove focus on mouse clicksThomas Bruederli
2014-06-24Separate list of saved searched from addressbooks listThomas Bruederli
2014-06-24Mute clicks on virtual treelist item links (they need tabindex=0 in order to ↵Thomas Bruederli
be focusable by keyboard though)
2014-06-24Fix updating and re-sorting treelist nodesThomas Bruederli
2014-06-24Allow to move a treelist node to a new parent with .update()Thomas Bruederli
2014-06-24Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-23Mail compose: Selecting contact inserts recipient to previously focused ↵Aleksander Machniak
input - to/cc/bcc accordingly (#1489684)
2014-06-23Improved accessibility (Tab navigation) in HTML editor's image browserAleksander Machniak
2014-06-23Fix keyboard navigation with nested link element in treelist nodesThomas Bruederli
2014-06-19Add missing colorpicker plugin for TinyMCEAleksander Machniak
2014-06-18Upgrade to TinyMCE 4.1.0Aleksander Machniak
2014-06-18Improve accessibility on attachments list: use custom tabindex attribute + ↵Thomas Bruederli
add aria-label for meaningful voice output on delete icons
2014-06-18Option to disable cursor keyboard navigation on treelist widgetsThomas Bruederli
2014-06-17Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-17Close "no subject" prompt with Enter key (#1489580)Aleksander Machniak
2014-06-17Use the right label for response dialog after renaming themThomas Bruederli
2014-06-16Fix tab navigation with TinyMCE editor (#1489946)Thomas Bruederli
2014-06-16Avoid scrolling of lists and menus when navigating with cursor keys (#1489929)Thomas Bruederli
2014-06-16Avoid scrolling when moving focus from a treelist widget (#1489929)Thomas Bruederli
2014-06-15Fix list reload after sending message in another window (#1489931) - use ↵Aleksander Machniak
checkmail instead of list command
2014-06-12Move some code to legacy_browser pluginAleksander Machniak
2014-06-10Fix unintentional unselection with Ctrl+Up/Down in toggleselect modeAleksander Machniak
2014-06-09Fix keyboard event detection in Opera (#1489929)Aleksander Machniak
2014-06-09Fix so list record identifier can be '0'Aleksander Machniak
2014-06-08Fix mouse selection on autocomplete listsAleksander Machniak
2014-06-05Small code improvements and cleanupAleksander Machniak
2014-06-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-05Navigate with arrow keys only in treelist widgets; fix keyboard event ↵Thomas Bruederli
detection in IE; new text label to help screen readers
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Fix regression where html code is sent as plain text (#1488649)Aleksander Machniak
2014-06-05Remove leftover from merge; set alt text for contact photoThomas Bruederli
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html
2014-06-04Improved video support, all tinymce related resources moved to ↵Aleksander Machniak
program/js/tinymce/roundcube dir
2014-06-04Fix typo in aria-attributeThomas Bruederli
2014-06-04Make autocomplete widget actually work with screen readersThomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli
2014-06-04Add fieldset legends and input element labels to contact edit formThomas Bruederli
2014-06-03Fix keyboard navigation and focus/blur behavior in list widgets; register ↵Thomas Bruederli
real link element as menu opener
2014-06-03Fix list keyboard navigation with toggleselect onThomas Bruederli
2014-06-03Apply accessibility improvements to the address book taskThomas Bruederli
2014-06-03Fixed set_unread_message() in multifolder modeAleksander Machniak
2014-06-03Fix so message list and counters are updated when a message is opened in new ↵Aleksander Machniak
window (#1489919)
2014-06-03Small code improvements/fixesAleksander Machniak
2014-06-02Add aria-* controls to turn tables into a listbox widgetThomas Bruederli
2014-06-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view
2014-06-02Code improvements, removed redundant hasClass() callsAleksander Machniak
2014-05-30Display a warning if popup window was blocked (#1489618)Aleksander Machniak
2014-05-30Small code improvementAleksander Machniak
2014-05-30Implemented Text Editor widget that integrates all operations onAleksander Machniak
textareas including HTML editor and spellchecking
2014-05-28Remove useless code for IEAleksander Machniak