Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-16 | Collapsible (and iconized) folders tree in folder manager (#1489648) | Aleksander Machniak | |
2014-07-09 | Small css fix for delete icon on messages list | Aleksander Machniak | |
2014-07-07 | Fix messages list columns width in Chrome | Aleksander Machniak | |
2014-07-02 | Get rid of -moz-box-shadow | Aleksander Machniak | |
2014-07-02 | Get rid of -o-box-shadow | Aleksander Machniak | |
2014-06-30 | Unify default width of resizable UI elements (#1488837) | Aleksander Machniak | |
2014-06-28 | Some more css improvements | Aleksander Machniak | |
2014-06-23 | Small css fix | Aleksander Machniak | |
2014-06-19 | Fix preview toggle button (missing iconbutton class after click) | Aleksander Machniak | |
2014-06-17 | Small icon alignment fix | Aleksander Machniak | |
2014-06-16 | Fix message list header spacings (#1489929) | Thomas Bruederli | |
2014-06-14 | Remove "min-width:0" - fixes unwanted horizontal scrollbar in message ↵ | Aleksander Machniak | |
headers box | |||
2014-06-09 | New optional HTML/plaintext view icons in #messageheader mean that | David Carter | |
we need wider CSS margin on the message subject. Otherwise a long subject line runs behind the extra icons. This shows up frequently with the threecol plugin installed: https://github.com/tofi86/Roundcube-Plugin-Threecol-Layout (I have submitted a pull request to make that work with 1.0.1) However you see the same problem with the standard mailbox view if a message has a very long subject line. | |||
2014-06-05 | Don't hide voice contents with display:none, otherwise they're not read. Fix ↵ | Thomas Bruederli | |
icon styles for compose contacts list | |||
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 | Render localized texts for icon-style messagelist headers | Thomas Bruederli | |
2014-06-04 | Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines | Thomas Bruederli | |
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-27 | Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵ | Aleksander Machniak | |
TinyMCE4 | |||
2014-05-26 | Fix some css | Aleksander Machniak | |
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-15 | Small css fixes, optimized some images | Aleksander Machniak | |
2014-05-15 | Improved handling of new-lines in quoted paragraphs on text2html conversion | Aleksander Machniak | |
2014-05-14 | Don't wrap messages list footer | Aleksander Machniak | |
2014-05-12 | Define generic styles for a search boxe inside list widgets | 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 | Unify lists' records and headers height no matter it's td, li or span | 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-01 | Improve mail view document structure with headings, roles, labels and ↵ | Thomas Bruederli | |
aria-attributes | |||
2014-04-30 | 1. Prepare core and Larry skin for improved accessibility | Thomas Bruederli | |
2. Implement full keyboard navigation in main mail view | |||
2014-04-18 | Add multi-folder search capabilities to classic skin (#1485234) | Thomas Bruederli | |
2014-04-07 | Merge branch 'dev-multi-folder-search' | Thomas Bruederli | |
2014-04-04 | Improve HTML structure so toolbar and content are in separate containers. | Aleksander Machniak | |
This makes splitters size and positioning better. | |||
2014-02-03 | Add missing box-shadow style (#1489556) | Aleksander Machniak | |
2014-01-29 | Fix the small CSS fix | Thomas Bruederli | |
2014-01-29 | Small CSS fix with message notice boxes in Larry skin (#1489497) | Thomas Bruederli | |
2014-01-29 | Fix cropped display of fixed list header in IE (#1295420) | Thomas Bruederli | |
2014-01-23 | Fix empty folder icon for trash folder one level below the root | Aleksander Machniak | |
2014-01-20 | Added icon for empty trash (#1485775) | Thomas Bruederli | |
2014-01-20 | Update to TinyMCE 4.x | Aleksander Machniak | |
2014-01-16 | Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail ↵ | Thomas Bruederli | |
into dev-multi-folder-search after rebasing to master | |||
2014-01-16 | Prepare message list to display IMAP folder | Thomas | |
2014-01-05 | Move folder/directory list auto-scrolling functionality to treelist widget ↵ | Thomas Bruederli | |
(same as auto-expand) and make it work without list header/footer blocks | |||
2013-12-15 | Implemented menu actions to copy/move messages, added folder-selector widget ↵ | Aleksander Machniak | |
(#1484086) | |||
2013-11-22 | Fix right margin in mail task interface to be precissely the same as in ↵ | Aleksander Machniak | |
other tasks | |||
2013-11-22 | Merge pull request #153 from cmcnulty/row-focus | Thomas B. | |
Indicator for row focus, resolves #1489392 | |||
2013-11-22 | Display status messages as pile of black bars overlaying the UI in order to ↵ | Thomas Bruederli | |
improve visibility (#1488974) | |||
2013-11-09 | CSS only solution to focused messages | cmcnulty | |
2013-11-08 | Adjust date column size to fit the widest possible date format (#1489368) | Thomas Bruederli | |