summaryrefslogtreecommitdiff
path: root/skins/larry
AgeCommit message (Collapse)Author
2014-01-20Added icon for empty trash (#1485775)Thomas Bruederli
2014-01-16Added icons for move and copy menu itemsThomas Bruederli
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')
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)
2013-12-09Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)Aleksander Machniak
2013-12-05Improved error messagesAleksander 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-12-05Fix links in UI messages after new #messagestack was implementedAleksander Machniak
2013-12-02Remove useless height attribute from #quotadisplay elementAleksander Machniak
2013-11-28Improve "ul.listing li" with text overflow stylesAleksander Machniak
2013-11-23Save Larry skin UI settings in local storage instead of cookiesThomas Bruederli
2013-11-23remember preview header collapse statusPhilW
2013-11-22Fix right margin in mail task interface to be precissely the same as in ↵Aleksander Machniak
other tasks
2013-11-22Fix #messagestack position (again)Aleksander Machniak
2013-11-22Make splitters more responsive (using timing events)Aleksander Machniak
2013-11-22Add missing </div>Aleksander Machniak
2013-11-22Small improvements to #messagestack styleAleksander Machniak
2013-11-22Remember 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-22Small adjustments to new status message displayThomas Bruederli
2013-11-22More improvements to list focus styles:Thomas Bruederli
- display focused row also when selected - background-position-x doesn't work on Firefox, use full background-position properties
2013-11-22Tweak borders and paddings of focused/selected list rows. Don't show focus ↵Thomas Bruederli
indicator when selected
2013-11-22Merge pull request #153 from cmcnulty/row-focusThomas B.
Indicator for row focus, resolves #1489392
2013-11-22Optimize and preload message iconsThomas Bruederli
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-11-20Fix attachment menu link in IE8Aleksander Machniak
2013-11-11apply focused styles to address book and classic skincmcnulty
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-11-09remove remnant of focus tdcmcnulty
2013-11-09remerge with mastercmcnulty
2013-11-09CSS only solution to focused messagescmcnulty
2013-11-08Fix listicons image with wrong message header iconThomas Bruederli
2013-11-08Better icon for advanced settings blocks; message list row bordersThomas Bruederli
2013-11-08Adjust 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-11-08Adjust date column size to fit the widest possible date format (#1489368)Thomas Bruederli
2013-11-08Add filetype icons for Powerpoint and Openoffice Presentations (#1489225)Thomas Bruederli
2013-11-06Move focus column to the left-most sidecmcnulty
2013-11-04tiny-focus column for determining where focus should beCharles McNulty
2013-11-04style for focused messagescmcnulty
2013-10-30Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734)Aleksander Machniak
2013-10-25Fixed status icon in messages list header, fixed position of flag iconAleksander Machniak
2013-10-25Better fix for menu scrollbars: only allow vertical scrollbar to appearThomas Bruederli
2013-10-25Fix message content scrolling on touch devicesThomas Bruederli
2013-10-25Merge branch 'dev-canned-responses'Thomas Bruederli
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html
2013-10-24Eliminate horizontal scrollbar in popup menus with many options (e.g. ↵Aleksander Machniak
spellcheck languages list)
2013-10-18Avoid popup menus overflowing the browser windowThomas Bruederli
2013-09-30Also truncate the list of addresses in print view + add link to show them allThomas Bruederli
2013-09-28Generate settings tabs with a template object 'settingstabs' and let plugins ↵Thomas Bruederli
register themselves there using the 'settings_actions' hook
2013-09-21Hide Delivery Status Notification option when smtp_server is unset (#1489336)Aleksander Machniak