summaryrefslogtreecommitdiff
path: root/skins/larry/ui.js
AgeCommit message (Expand)Author
2014-06-03Use jQuery UI tabs widget for tabbed fieldsetsThomas Bruederli
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 (sta...Thomas Bruederli
2014-05-07Improve keyboard navigation on compose screen: define tabindex groups + enabl...Thomas Bruederli
2014-05-07Further accessibility improvements regarding keyboard navigation and document...Thomas Bruederli
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 aria-at...Thomas Bruederli
2014-04-301. Prepare core and Larry skin for improved accessibilityThomas 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-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update t...Aleksander Machniak
2014-04-07Small refactoring of message list column configuration; fixes table column re...Thomas Bruederli
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
2014-04-04Fix splitter so minimum width/height is checked on both sides of the splitterAleksander 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
2014-01-05Move folder/directory list auto-scrolling functionality to treelist widget (s...Thomas Bruederli
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
2013-12-23Merge pull request #156 from JohnDoh/previewtoggleAleksander Machniak
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ...Aleksander Machniak
2013-12-05Improved error messagesAleksander Machniak
2013-11-23Save Larry skin UI settings in local storage instead of cookiesThomas Bruederli
2013-11-23remember preview header collapse statusPhilW
2013-11-22Make splitters more responsive (using timing events)Aleksander Machniak
2013-11-22Remember compose-options collapse status and display them by default; Use abs...Thomas Bruederli
2013-11-22Display status messages as pile of black bars overlaying the UI in order to i...Thomas Bruederli
2013-11-20Fix attachment menu link in IE8Aleksander Machniak
2013-11-10First version of the local storage compose data saving feature; some behavior...Thomas Bruederli
2013-11-08Adjust recipients textarea size according to conent.Thomas Bruederli
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-09-13Move some config options to new and collapsible 'advanced' blocksThomas Bruederli
2013-08-15Distinguish mobile/tablet/touch devicesThomas Bruederli
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
2013-06-24Improved/unified attachment preview pageAleksander Machniak
2013-06-23Improve screen min-width calculationAleksander Machniak
2013-06-23Fix lack of space between searchfiler and quicksearchbar in Larry skin (#1489...Aleksander Machniak
2013-06-18Merge branch 'dev-advanced-ldap-groups':Thomas Bruederli
2013-06-14Add feature to import messages to the currently selected folderThomas Bruederli
2013-06-12Improved width of message list menu dialogAleksander Machniak
2013-06-11Fix list mode switch to 'List' after saving list settings in Larry skin (#148...Aleksander Machniak
2013-06-07Fix decorated select width in FirefoxAleksander Machniak
2013-06-05Make update_quota publicAleksander Machniak
2013-06-01Improved handling of Reply-To/Bcc addresses of identity in compose form (#148...Aleksander Machniak
2013-05-20Change Reply-All button label/title when mailing list is detected (#1488938)Aleksander Machniak
2013-04-29Catch possible "Permission denied" error on iframe elements in IEAleksander Machniak
2013-04-19Small code optimizationVictor Benincasa