Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Enable autolink plugin in TinyMCE (#1488845) | Aleksander Machniak | |
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: small improvements | Aleksander Machniak | |
2014-05-28 | TinyMCE4: Fix spellchecker resume | Aleksander Machniak | |
2014-05-28 | Add method to make a treelist widget become a jQuery UI droppable with ↵ | Thomas Bruederli | |
support for auto-scrolling and auto-expanding | |||
2014-05-28 | Improved folders sorting by name - use Intl.Collator if supported | Aleksander Machniak | |
2014-05-27 | Update to TinyMCE 4.0.28 | 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 | Remove list row 'unfocused' state and keep 'selected' classes even when list ↵ | Thomas Bruederli | |
loses focus. For visual distinguishing .focus tr.selected can be used | |||
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-22 | Fix message un-selection on the list (#1489906) | 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 | Merge branch 'master' of github.com:roundcube/roundcubemail | Thomas Bruederli | |
2014-05-15 | Minor fixes for teelist searching | Thomas Bruederli | |
2014-05-15 | CS fixes | Aleksander Machniak | |
2014-05-14 | Small improvements to make treelist work in search-mode | Thomas Bruederli | |
2014-05-13 | Fix invalid var pointer | Thomas Bruederli | |
2014-05-13 | Extend treelist.js with search function and saving collapse/expand states in ↵ | Thomas Bruederli | |
localStorage | |||
2014-05-12 | Fix unintentional draft autosave request if autosave is disabled (#1489882) | Aleksander Machniak | |
2014-05-12 | Create treetoggle icons if necessary | Thomas Bruederli | |
2014-05-12 | Fix treelist keyboard navigation + assign aria-level attributes to treeitems | Thomas Bruederli | |
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. | |||
2014-05-09 | Avoid scrolling when list gets back focus (on invisible focus element) | Thomas Bruederli | |
2014-05-09 | Fix searching in addressbook broken with multi-folder search implementation ↵ | Aleksander Machniak | |
(#1489869) | |||
2014-05-08 | Moved popup-menu functions to Roundcube core for seamless integration of ↵ | Thomas Bruederli | |
(stackable) skin and core menus | |||
2014-05-08 | Remove unused 'foldertray' container | Aleksander Machniak | |
2014-05-07 | Improve keyboard navigation on compose screen: define tabindex groups + ↵ | Thomas Bruederli | |
enable keyboard controls of contacts list widget | |||
2014-05-07 | Further accessibility improvements regarding keyboard navigation and ↵ | Thomas Bruederli | |
document structure | |||
2014-05-07 | Forward keyboard event through 'menu-open' command to enable keyboard navigation | Thomas Bruederli | |
2014-05-07 | Reset search when swicthing folders to meet common expecations | Thomas Bruederli | |
2014-05-05 | Fix Spell button with TinyMCE4 | Aleksander Machniak | |
2014-05-05 | Make TinyMCE4 buttons smaller | Aleksander Machniak | |
2014-05-02 | jQuery-2.1.1 | Aleksander Machniak | |
2014-05-02 | Improve rcube_find_object() performance by prefering getElementById() as ↵ | Aleksander Machniak | |
this is the most common case | |||
2014-05-02 | Small code improvements | Aleksander Machniak | |