summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2014-06-05Localize mail toolbar menu titlesThomas Bruederli
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-05Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-06-05Select/scroll to previously selected message when returning from message ↵Aleksander Machniak
page (#1489023)
2014-06-05Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-06-05Fix regression where html code is sent as plain text (#1488649)Aleksander Machniak
2014-06-05Fix check for data-* attributes after merge with dev-accessibilityThomas Bruederli
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-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-04Fix folders sorting in case when special folders are subfolders of INBOXAleksander Machniak
2014-06-03Apply accessibility improvements to the settings sectionThomas 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-06-02CS fixesAleksander Machniak
2014-06-02Localize title and summary attributes; make message count display box a live ↵Thomas Bruederli
area
2014-06-01Change private method to protectedAleksander Machniak
2014-06-01Change private vars/methods to protectedAleksander 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-29Remove (was: ...) from message subject on reply (#1489375)Aleksander Machniak
2014-05-28Remove useless code for IEAleksander Machniak
2014-05-28Add message status labels to clientThomas Bruederli
2014-05-28Improve (message) list widget display and keyboard navigation to show sane ↵Thomas Bruederli
behavior with screen readers
2014-05-28Enable autolink plugin in TinyMCE (#1488845)Aleksander Machniak
2014-05-28Merge branch 'tinymce4'Aleksander Machniak
Conflicts: program/js/app.js program/js/editor.js program/js/tiny_mce/tiny_mce.js program/steps/utils/spell_html.inc
2014-05-28TinyMCE4: small improvementsAleksander Machniak
2014-05-28TinyMCE4: Fix spellchecker resumeAleksander Machniak
2014-05-28Bring back "Add To Dictionary" featureAleksander Machniak
2014-05-28Add method to make a treelist widget become a jQuery UI droppable with ↵Thomas Bruederli
support for auto-scrolling and auto-expanding
2014-05-28Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-05-28Small code improvementsAleksander Machniak
2014-05-28Improved folders sorting by name - use Intl.Collator if supportedAleksander Machniak
2014-05-28Fix UTF7-IMAP encoding detection (fixes folders list sorting)Aleksander Machniak
2014-05-28Support csv contacts import in German localization (#1489920)Aleksander Machniak
2014-05-27Update to TinyMCE 4.0.28Aleksander Machniak