Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-25 | Remove focus on mouse clicks | Thomas Bruederli | |
2014-06-24 | Separate list of saved searched from addressbooks list | Thomas Bruederli | |
2014-06-23 | Mail compose: Selecting contact inserts recipient to previously focused ↵ | Aleksander Machniak | |
input - to/cc/bcc accordingly (#1489684) | |||
2014-06-18 | Improve accessibility on attachments list: use custom tabindex attribute + ↵ | Thomas Bruederli | |
add aria-label for meaningful voice output on delete icons | |||
2014-06-17 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2014-06-17 | Close "no subject" prompt with Enter key (#1489580) | Aleksander Machniak | |
2014-06-17 | Use the right label for response dialog after renaming them | Thomas Bruederli | |
2014-06-16 | Avoid scrolling of lists and menus when navigating with cursor keys (#1489929) | Thomas Bruederli | |
2014-06-15 | Fix list reload after sending message in another window (#1489931) - use ↵ | Aleksander Machniak | |
checkmail instead of list command | |||
2014-06-12 | Move some code to legacy_browser plugin | Aleksander Machniak | |
2014-06-08 | Fix mouse selection on autocomplete lists | Aleksander Machniak | |
2014-06-05 | Small code improvements and cleanup | Aleksander Machniak | |
2014-06-05 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2014-06-05 | Navigate with arrow keys only in treelist widgets; fix keyboard event ↵ | Thomas Bruederli | |
detection in IE; new text label to help screen readers | |||
2014-06-05 | Select/scroll to previously selected message when returning from message ↵ | Aleksander Machniak | |
page (#1489023) | |||
2014-06-05 | Fix regression where html code is sent as plain text (#1488649) | Aleksander Machniak | |
2014-06-05 | Merge 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-04 | Fix typo in aria-attribute | Thomas Bruederli | |
2014-06-04 | Make autocomplete widget actually work with screen readers | Thomas Bruederli | |
2014-06-04 | Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines | Thomas Bruederli | |
2014-06-04 | Add fieldset legends and input element labels to contact edit form | Thomas Bruederli | |
2014-06-03 | Fix keyboard navigation and focus/blur behavior in list widgets; register ↵ | Thomas Bruederli | |
real link element as menu opener | |||
2014-06-03 | Apply accessibility improvements to the address book task | Thomas Bruederli | |
2014-06-03 | Fixed set_unread_message() in multifolder mode | Aleksander Machniak | |
2014-06-03 | Fix so message list and counters are updated when a message is opened in new ↵ | Aleksander Machniak | |
window (#1489919) | |||
2014-06-03 | Small code improvements/fixes | Aleksander Machniak | |
2014-06-02 | Some more improvemements on content structure, text representation and ↵ | Thomas Bruederli | |
keyboard navigation within the mail view | |||
2014-06-02 | Code improvements, removed redundant hasClass() calls | Aleksander Machniak | |
2014-05-30 | Display a warning if popup window was blocked (#1489618) | Aleksander Machniak | |
2014-05-30 | Small code improvement | Aleksander Machniak | |
2014-05-30 | Implemented Text Editor widget that integrates all operations on | Aleksander Machniak | |
textareas including HTML editor and spellchecking | |||
2014-05-28 | Remove useless code for IE | Aleksander Machniak | |
2014-05-28 | Improve (message) list widget display and keyboard navigation to show sane ↵ | Thomas Bruederli | |
behavior with screen readers | |||
2014-05-28 | Merge 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-28 | TinyMCE4: Fix spellchecker resume | Aleksander Machniak | |
2014-05-28 | Improved folders sorting by name - use Intl.Collator if supported | Aleksander Machniak | |
2014-05-27 | Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵ | Aleksander Machniak | |
TinyMCE4 | |||
2014-05-27 | More aria-* improvements to toggle buttons and autocompletion lists | Thomas Bruederli | |
2014-05-27 | Replace Array.prototype.last() with jQuery.last to avoid side-effects in ↵ | Thomas Bruederli | |
array iterations | |||
2014-05-27 | Set aria-* attributes for autocompletion fields and widgets | Thomas Bruederli | |
2014-05-26 | Skip setting button state (css classes, etc.) if the state didn't change | Aleksander Machniak | |
- this fixes disappearing listmode selection after clicking search reset button | |||
2014-05-23 | CS fixes | Aleksander Machniak | |
2014-05-21 | Fix wrong set-listmode command (button) status set by getunread request | Aleksander Machniak | |
2014-05-18 | Don't remove links when html signature is converted to text (#1489621) | Aleksander Machniak | |
Fix so when switching editor mode original version of signature is used (#1488849) | |||
2014-05-17 | Merge branch 'dev-text2html' | Aleksander Machniak | |
Conflicts: program/js/app.js Fix handling magic_quotes in rcube_text2html and rcube_html2text - move stripslashes from these classes to action files | |||
2014-05-16 | Improve variables scope: rcmail -> ref | Aleksander Machniak | |
2014-05-15 | CS fixes | Aleksander Machniak | |
2014-05-12 | Fix unintentional draft autosave request if autosave is disabled (#1489882) | Aleksander Machniak | |
2014-05-12 | Set aria-selected and aria-expanded state attributes | Thomas Bruederli | |
2014-05-11 | Improved display of plain text messages and text to HTML conversion (#1488937) | Aleksander Machniak | |
Now instead of <pre> we use <div class="pre"> styled with monospace font. We replace whitespace characters with non-breaking spaces where needed. I.e. plain text is always unwrappable, until it uses format=flowed, in such a case only flowed paragraphs are wrappable. Also conversion of text to HTML in compose editor was modified in the same way. |