summaryrefslogtreecommitdiff
path: root/skins/larry
AgeCommit message (Collapse)Author
2014-06-03Use jQuery UI tabs widget for tabbed fieldsetsThomas Bruederli
2014-06-02Some more improvemements on content structure, text representation and ↵Thomas Bruederli
keyboard navigation within the mail view
2014-06-02Localize title and summary attributes; make message count display box a live ↵Thomas Bruederli
area
2014-05-28Improve (message) list widget display and keyboard navigation to show sane ↵Thomas Bruederli
behavior with screen readers
2014-05-27More aria-* improvements to toggle buttons and autocompletion listsThomas Bruederli
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-12Use localized labels for voice-only headings and link textsThomas Bruederli
2014-05-12Set aria-selected and aria-expanded state attributesThomas 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-04-301. Prepare core and Larry skin for improved accessibilityThomas Bruederli
2. Implement full keyboard navigation in main mail view
2014-04-28Remove inadequate 'pagenav' class from button containersThomas Bruederli
2014-04-28Define globally available styles for UI buttons with iconsThomas Bruederli
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-18Add multi-folder search capabilities to classic skin (#1485234)Thomas Bruederli
2014-04-12Move some IE8-specific style to legacy_browser pluginAleksander Machniak
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-04-03Remove style that breaks border/spacing of nested folders in mailboxes listAleksander Machniak
2014-03-21Disable link registering mailto: protocol handler if not supported by the ↵Thomas Bruederli
browser (#1489569)
2014-03-17Better indentation styles for treelist itemsThomas Bruederli
2014-03-11Add id for login submit button (#1489676) - make it skin independentAleksander Machniak
2014-03-07Define default treelist styles (i.e. indentation) globallyThomas Bruederli
2014-02-14Re-locate the move-message toolbar button to be next to the related delete ↵Thomas Bruederli
icon; synchronize toolbars in larry and classic skin
2014-02-13Added toolbar button to move message in message viewAleksander Machniak
2014-02-13Add toolbar icon for message moveThomas Bruederli
2014-02-04Fix some glitches in ACL table displayThomas Bruederli
2014-02-03Add missing box-shadow style (#1489556)Aleksander Machniak
2014-01-29Fix the small CSS fixThomas Bruederli
2014-01-29Small CSS fix with message notice boxes in Larry skin (#1489497)Thomas Bruederli
2014-01-29Fix cropped display of fixed list header in IE (#1295420)Thomas Bruederli
2014-01-23Fix empty folder icon for trash folder one level below the rootAleksander Machniak
2014-01-20Added icon for empty trash (#1485775)Thomas Bruederli
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-16Added icons for move and copy menu itemsThomas Bruederli
2014-01-16Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail ↵Thomas Bruederli
into dev-multi-folder-search after rebasing to master
2014-01-16Prepare message list to display IMAP folderThomas
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-27Optimised imageAleksander Machniak
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
Replace deperecated row_init usage with addEventListener('initrow')