summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
AgeCommit message (Collapse)Author
2015-03-16Color quota display orange/red when over 80/90 %Thomas Bruederli
2015-02-07Embed magnet link for license information1.1.0Thomas Bruederli
2015-01-23Code style improvements and fixesAleksander Machniak
2015-01-23Workaround Firefox 3.6 issue where "advanced options" toggle element was ↵Aleksander Machniak
misplaced
2014-12-16Remove focus from toggle item if clicked with the mouseThomas Bruederli
2014-11-18Avoid duplicated errors in error dialogAleksander Machniak
2014-11-13Don't append created iframe to document if it's going to be appended to a ↵Aleksander Machniak
dialog - skip redundant http request + small CS improvements
2014-10-27Fix compose body area size, so scrollbars aren't truncated, unify paddingAleksander Machniak
2014-09-19Fix splitter code to properly work with 1px size bordersThomas Bruederli
2014-09-16Avoid errors when contacts widget is missing (in derived skins for example)Thomas Bruederli
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-07-23Fix errors when using localStorage in Safari's private browsing mode (#1489996)Aleksander Machniak
2014-07-09Fix displaying error messages without timeoutThomas Bruederli
2014-07-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
2014-06-30Unify default width of resizable UI elements (#1488837)Aleksander Machniak
2014-06-26Display full quota information in popup (#1485769, #1486604)Aleksander Machniak
2014-06-23Focus displayed input element in show_header_row()Aleksander Machniak
2014-06-19Fix preview toggle button (missing iconbutton class after click)Aleksander Machniak
2014-06-05Fix keyboard interaction with decorated <select> elements (Firefox only)Thomas Bruederli
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-03Apply accessibility improvements to the settings sectionThomas Bruederli
2014-06-03Use jQuery UI tabs widget for tabbed fieldsetsThomas Bruederli
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-27More aria-* improvements to toggle buttons and autocompletion listsThomas Bruederli
2014-05-08Moved popup-menu functions to Roundcube core for seamless integration of ↵Thomas Bruederli
(stackable) skin and core menus
2014-05-07Improve keyboard navigation on compose screen: define tabindex groups + ↵Thomas Bruederli
enable keyboard controls of contacts list widget
2014-05-07Further accessibility improvements regarding keyboard navigation and ↵Thomas Bruederli
document structure
2014-05-07Forward keyboard event through 'menu-open' command to enable keyboard navigationThomas Bruederli
2014-05-01Improve mail view document structure with headings, roles, labels and ↵Thomas Bruederli
aria-attributes
2014-05-01Update to TinyMCE 4.xAleksander Machniak
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-28Add splitter in Settings > ResponsesAleksander 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
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵Aleksander Machniak
to jQuery-2.1.0
2014-04-07Small refactoring of message list column configuration; fixes table column ↵Thomas Bruederli
resorting issues with hidden 'folder' column
2014-04-07Merge branch 'dev-multi-folder-search'Thomas Bruederli
2014-04-04Improve HTML structure so toolbar and content are in separate containers.Aleksander Machniak
This makes splitters size and positioning better.
2014-04-04Fix splitter so minimum width/height is checked on both sides of the splitterAleksander Machniak
2014-01-20Update to TinyMCE 4.xAleksander Machniak
2014-01-20Fix thread/list mode update and displayThomas Bruederli
2014-01-20Re-submit search query when switching foldersThomas Bruederli
2014-01-20- Make search scope selectable in UIThomas Bruederli
- Disable thread mode when searching over multiple folders - Encode UID values for HTML message row identifiers
2014-01-05Move 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-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23Merge pull request #156 from JohnDoh/previewtoggleAleksander Machniak
remember preview headers collapse status
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)