Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-18Spelling (#8001)Josh Soref
2020-07-18Fix regression where drag-n-drop content was empty on mail messages listAleksander Machniak
2020-07-01Improve JS Edge version detection, add support for Edge Chromium (#6952)johndoh
2020-05-04Remove depreciated jquery.trim function (#7371)johndoh
2020-03-15Allow possibility to define the container of a table with a fixed header (#7239)johndoh
2020-03-14Add selection element to theads as well as tbodies (#7238)johndoh
2019-11-26Fix so use of Ctrl+A does not scroll the list (#7020)Aleksander Machniak
2019-08-09Use Left/Right Arrow keys to faster move over threaded messages list (#6399)Aleksander Machniak
2019-08-02Select all records on the current list page with CTRL + A (#6813)Aleksander Machniak
2019-06-10Changes in `display_next` setting (#6795)Aleksander Machniak
2019-04-16Remove year(s) from copyright headers + some cleanupAleksander Machniak
2019-03-04Fix bug where next row wasn't selected after deleting a collapsed thread (#6655)Aleksander Machniak
2019-02-17Fix bug when aborting dragging with ESC key didn't stop the move action (#6623)Aleksander Machniak
2018-05-10Support enabling checkbox selection on list after intialization and existing ...Aleksander Machniak
2018-04-26Use timer to differentiate touch or touch + hold events (#6259)johndoh
2018-04-21Allow plugins to prevent multiple execution of getselection JS event (#6256)johndoh
2018-02-25Trigger getselection in get_single_selection() (#6180)johndoh
2018-01-11Fix drop action (using jquery-ui draggable) on rcube_list_widgetAleksander Machniak
2018-01-02Disable tabIndex on selection checkboxesAleksander Machniak
2017-12-27Fix so Shift selection also works on list selection checkboxesAleksander Machniak
2017-11-21Fix so clicking pushgroup link on contacts list does not load group informati...Aleksander Machniak
2017-11-13Append "..." to draglayer as div, the same as other drag entriesAleksander Machniak
2017-10-16Elastic skin support for managesieve (part II)Aleksander Machniak
2017-09-12Add (unified) get_next/get_prev/get_single_selection methods for list and tre...Aleksander Machniak
2017-09-07Code simplificationAleksander Machniak
2017-07-23Add 'getselection' event to the list widgetAleksander Machniak
2017-07-07improve detection for Egde browser and add pointer event support (#5783)JohnDoh
2017-03-15Fix update_row() for lists with checkbox selectionAleksander Machniak
2017-03-03Added optional checkbox selection for the list widgetAleksander Machniak
2016-09-17Widescreen layout aka three column view (#5093)Aleksander Machniak
2016-08-29Fix so messages list does not lose focus when releasing drag-n-drop outside o...Aleksander Machniak
2016-05-20Fix bug where message list columns could be in wrong order after column drag-...Aleksander Machniak
2016-04-21Fix message list multi-select/deselect issue (#5219)Aleksander Machniak
2016-02-14Fix list row selection when provided uid is number not a stringAleksander Machniak
2015-09-30Fix responses list update issue after response name change (#1490555)Aleksander Machniak
2015-07-31Fix some javascript errors in rare situations (#1490441)Aleksander Machniak
2015-07-31Fix wrong positioning of message list header on page scroll in Webkit browser...Aleksander Machniak
2015-04-18Fix mouseup event handling when dragging a list record (#1490359)Aleksander Machniak
2015-03-12Fix javascripts errors in IE8 - lack of Event.which, focusing a hidden elemen...Aleksander Machniak
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2015-01-10Fix css selectors in resize() for IE (#1490213)Aleksander Machniak
2014-10-25Catch only left-button clicks on the list widget's mouseup handlerAleksander Machniak
2014-09-02Don't cancel event on parent focusAleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, #1...Aleksander Machniak
2014-08-05Make possible to skip some elements from subject cell when creating text for ...Aleksander Machniak
2014-07-26Handle clicks on list parent element from the list widgetAleksander Machniak
2014-06-10Fix unintentional unselection with Ctrl+Up/Down in toggleselect modeAleksander Machniak
2014-06-09Fix so list record identifier can be '0'Aleksander Machniak
2014-06-05Merge branch 'dev-accessibility'Thomas Bruederli
2014-06-04Use <th> tags for table headers as suggested by the WCAG 2.0 GuidelinesThomas Bruederli