summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Expand)Author
2014-06-04Fix typo in aria-attributeThomas Bruederli
2014-06-04Make autocomplete widget actually work with screen readersThomas Bruederli
2014-06-04Render localized texts for icon-style messagelist headersThomas 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-03Apply accessibility improvements to the settings sectionThomas Bruederli
2014-06-03Fix keyboard navigation and focus/blur behavior in list widgets; register rea...Thomas Bruederli
2014-06-03Fix list keyboard navigation with toggleselect onThomas Bruederli
2014-06-03Apply accessibility improvements to the address book taskThomas Bruederli
2014-06-02Add aria-* controls to turn tables into a listbox widgetThomas Bruederli
2014-06-02Some more improvemements on content structure, text representation and keyboa...Thomas Bruederli
2014-06-02Localize title and summary attributes; make message count display box a live ...Thomas Bruederli
2014-05-28Add message status labels to clientThomas Bruederli
2014-05-28Improve (message) list widget display and keyboard navigation to show sane be...Thomas Bruederli
2014-05-27More aria-* improvements to toggle buttons and autocompletion listsThomas Bruederli
2014-05-27Remove list row 'unfocused' state and keep 'selected' classes even when list ...Thomas Bruederli
2014-05-27Replace Array.prototype.last() with jQuery.last to avoid side-effects in arra...Thomas Bruederli
2014-05-27Set aria-* attributes for autocompletion fields and widgetsThomas Bruederli
2014-05-12Use localized labels for voice-only headings and link textsThomas Bruederli
2014-05-12Fix treelist keyboard navigation + assign aria-level attributes to treeitemsThomas Bruederli
2014-05-12Set aria-selected and aria-expanded state attributesThomas Bruederli
2014-05-09Avoid scrolling when list gets back focus (on invisible focus element)Thomas Bruederli
2014-05-08Moved popup-menu functions to Roundcube core for seamless integration of (sta...Thomas Bruederli
2014-05-07Improve keyboard navigation on compose screen: define tabindex groups + enabl...Thomas Bruederli
2014-05-07Further accessibility improvements regarding keyboard navigation and document...Thomas Bruederli
2014-05-07Declare content language for proper text-to-speech supportThomas Bruederli
2014-05-07Forward keyboard event through 'menu-open' command to enable keyboard navigationThomas Bruederli
2014-05-01Improve mail view document structure with headings, roles, labels and aria-at...Thomas Bruederli
2014-05-01Enable keyboard navigation on treelist widgets with cursor keysThomas Bruederli
2014-05-01Fix list focus in non-keyboard mode: restore old behaviorThomas Bruederli
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2014-04-28Revert unintentional changeAleksander Machniak
2014-04-28Make identity name field optional (#1489510)Aleksander Machniak
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-25Merge branch 'x-forwarded-whitelist' of github.com:tribut/roundcubemail into ...Thomas Bruederli
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-24Fix possibly wrong error message when contact with the same email exists on m...Aleksander Machniak
2014-04-24Accept broken vcards from Outlook that only supply ORG but not the required N...Thomas Bruederli
2014-04-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-04-23Set task variable to 'cli' when loading rcmail instance in shell scriptsThomas Bruederli
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-23Fix saving of search settings in 'all folders' modeThomas Bruederli
2014-04-23Remove debug outputThomas Bruederli
2014-04-23Only refresh the affected parts of a cross-folder search set after moving/del...Thomas Bruederli
2014-04-23Reduce duplicated codeThomas Bruederli
2014-04-23Further refine cross-folder searching:Thomas Bruederli
2014-04-23Fix so browser capabilities check is done really only once a sessionAleksander Machniak
2014-04-21Move rcube_installer class to include/rcmail_installer in order to remain acc...Thomas Bruederli
2014-04-20Allow aborting of running search requestsAleksander Machniak
2014-04-20Unify use of local 'this' variable referenceAleksander Machniak