Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-02 | Use treelist widget for folders list in Settings/Folders (#1489648) | Aleksander Machniak | |
2014-06-30 | Unify default width of resizable UI elements (#1488837) | Aleksander Machniak | |
2014-06-26 | Display full quota information in popup (#1485769, #1486604) | Aleksander Machniak | |
2014-06-23 | Focus displayed input element in show_header_row() | Aleksander Machniak | |
2014-06-19 | Fix preview toggle button (missing iconbutton class after click) | Aleksander Machniak | |
2014-06-05 | Fix keyboard interaction with decorated <select> elements (Firefox only) | Thomas Bruederli | |
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-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-06-03 | Use jQuery UI tabs widget for tabbed fieldsets | 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-27 | More aria-* improvements to toggle buttons and autocompletion lists | Thomas Bruederli | |
2014-05-08 | Moved popup-menu functions to Roundcube core for seamless integration of ↵ | Thomas Bruederli | |
(stackable) skin and core menus | |||
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-01 | Improve mail view document structure with headings, roles, labels and ↵ | Thomas Bruederli | |
aria-attributes | |||
2014-05-01 | Update to TinyMCE 4.x | Aleksander Machniak | |
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-28 | Add splitter in Settings > Responses | Aleksander Machniak | |
2014-04-27 | Specify licenses in all javascript files and blocks to please LibreJS | Thomas Bruederli | |
2014-04-25 | Avoid popupmenus being closed when scrollbar is clicked (#1489832) | Thomas Bruederli | |
2014-04-12 | Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵ | Aleksander Machniak | |
to jQuery-2.1.0 | |||
2014-04-07 | Small refactoring of message list column configuration; fixes table column ↵ | Thomas Bruederli | |
resorting issues with hidden 'folder' column | |||
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-04-04 | Fix splitter so minimum width/height is checked on both sides of the splitter | Aleksander Machniak | |
2014-01-20 | Update to TinyMCE 4.x | Aleksander Machniak | |
2014-01-20 | Fix thread/list mode update and display | Thomas Bruederli | |
2014-01-20 | Re-submit search query when switching folders | Thomas Bruederli | |
2014-01-20 | - Make search scope selectable in UI | Thomas Bruederli | |
- Disable thread mode when searching over multiple folders - Encode UID values for HTML message row identifiers | |||
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-23 | Make addEventListener() chainable for better performance and compact code | Aleksander Machniak | |
Replace deperecated row_init usage with addEventListener('initrow') | |||
2013-12-23 | Merge pull request #156 from JohnDoh/previewtoggle | Aleksander Machniak | |
remember preview headers collapse status | |||
2013-12-15 | Implemented menu actions to copy/move messages, added folder-selector widget ↵ | Aleksander Machniak | |
(#1484086) | |||
2013-12-05 | Improved error messages | Aleksander Machniak | |
- display errors only in dialogs (hide original message element), - fix error when closing dialog on timeout after dialog was closed manually, - center dialog vertically on the screen, - use fadeOut effect on close. | |||
2013-11-23 | Save Larry skin UI settings in local storage instead of cookies | Thomas Bruederli | |
2013-11-23 | remember preview header collapse status | PhilW | |
2013-11-22 | Make splitters more responsive (using timing events) | Aleksander Machniak | |
2013-11-22 | Remember compose-options collapse status and display them by default; Use ↵ | Thomas Bruederli | |
abstracted functions to read and set UI settings. To be replaced with local storage... | |||
2013-11-22 | Display status messages as pile of black bars overlaying the UI in order to ↵ | Thomas Bruederli | |
improve visibility (#1488974) | |||
2013-11-20 | Fix attachment menu link in IE8 | Aleksander Machniak | |
2013-11-10 | First version of the local storage compose data saving feature; some ↵ | Thomas Bruederli | |
behavioral improvements and encrytion are still to be added | |||
2013-11-08 | Adjust recipients textarea size according to conent. | Thomas Bruederli | |
This reduces the height to 1 row on Firefox < 25 which renders textareas rows+1 heigh (#1489198) | |||
2013-10-30 | Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) | Aleksander Machniak | |
2013-09-13 | Move some config options to new and collapsible 'advanced' blocks | Thomas Bruederli | |
2013-08-15 | Distinguish mobile/tablet/touch devices | Thomas Bruederli | |
2013-07-09 | Finally: make message list header stay on top when scrolling (#1295420) | Thomas Bruederli | |
2013-07-01 | Contacts drag-n-drop default action is to move contacts (#1488751) | Aleksander Machniak | |
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move' | |||
2013-06-24 | Improved/unified attachment preview page | Aleksander Machniak | |
Implemented attachment print button |