summaryrefslogtreecommitdiff
path: root/skins/classic
AgeCommit message (Collapse)Author
2014-12-29Improve move-to and contact-export button in classic skin (#1490166)Aleksander Machniak
2014-12-29Fix offset of download iconAleksander Machniak
2014-11-20Add method to display operation (uploading) progress in UI messageAleksander Machniak
2014-11-13Small fix for HTML editor border radiusAleksander Machniak
2014-11-13Fix missing HTML editor borderAleksander Machniak
2014-10-27Fix compose body area size, so scrollbars aren't truncated, unify paddingAleksander Machniak
2014-10-18Fix font style display issue in HTML messages with styled <span> elements ↵Aleksander Machniak
(#1490101)
2014-08-22Small alignment improvements on folders listAleksander Machniak
2014-08-14Place folder namespace selector above search box. Adjust height after box is ↵Thomas Bruederli
visible and real heights can be computed
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-08Added folder searching in Folder ManagerAleksander Machniak
2014-08-04Add option (disabled_actions) to disable UI elements/actions (#1489638)Aleksander Machniak
2014-07-30Fix missing folders list icons on mail view pageAleksander Machniak
2014-07-28Remove useless css rulesAleksander Machniak
2014-07-26Create/rename groups in UI dialogs (#1489951)Aleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
2014-06-28Some more css improvementsAleksander Machniak
2014-06-26Display full quota information in popup (#1485769, #1486604)Aleksander Machniak
2014-06-25Add/fix styles for a hierarchical list of address booksThomas Bruederli
2014-06-24Separate list of saved searched from addressbooks listThomas Bruederli
2014-06-20Fix regressions in popups handling (#1489932)Aleksander Machniak
2014-06-20Hide voice messagesThomas Bruederli
2014-06-14Unify some labelsAleksander Machniak
2014-06-10Fix folder-selector positionAleksander Machniak
2014-06-09Send X-UA-Compatible as HTTP header instead of meta tagAleksander Machniak
2014-06-06Removed redundant margins for HTML message bodiesAleksander Machniak
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-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-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view
2014-05-30Fix double newlines on message printoutAleksander Machniak
2014-05-28Hide droptarget image if drag-n-drop is not supportedAleksander Machniak
2014-05-28Improve (message) list widget display and keyboard navigation to show sane ↵Thomas Bruederli
behavior with screen readers
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-27Implemented image selector dialog for TinyMCE, css fixes in classic skin for ↵Aleksander Machniak
TinyMCE4
2014-05-27Remove 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-26Fix so responses menu hides on click in classic skin (#1489915)Aleksander Machniak
2014-05-20Define common styles for search boxesThomas Bruederli
2014-05-17Merge 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-15Improved handling of new-lines in quoted paragraphs on text2html conversionAleksander Machniak
2014-05-12Update copyright year in about templateThomas Bruederli
2014-05-11Improved 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-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-05Make TinyMCE4 buttons smallerAleksander Machniak
2014-05-01Update to TinyMCE 4.xAleksander Machniak
2014-04-27Specify licenses in all javascript files and blocks to please LibreJSThomas Bruederli
2014-04-25Avoid popupmenus being closed when scrollbar is clicked (#1489832)Thomas Bruederli