summaryrefslogtreecommitdiff
path: root/program/js/list.js
AgeCommit message (Expand)Author
2014-08-05lot of stuffHugues Hiegel
2013-11-05Fix regression where child messages on collapsed thread weren't selectedAleksander Machniak
2013-11-04Merge pull request #152 from cmcnulty/control-shiftAleksander Machniak
2013-11-02Fix list record selection on lists with toggleselect:true, i.e. folder managerAleksander Machniak
2013-10-30need to reset shift_start on control selectcmcnulty
2013-10-30Improve performance and code readability by using String's startsWith() metho...Aleksander Machniak
2013-10-30CS fixesAleksander Machniak
2013-10-30Fix drag-n-drop broken in bc35e865Aleksander Machniak
2013-10-30Bring back fix for #1489396, unintentionally removed in another pull requestAleksander Machniak
2013-10-30Fix Ctrl+click selection after recent refactorings of keyboard nawigation on ...Aleksander Machniak
2013-10-30Merge pull request #151 from cmcnulty/new-key-navigationAleksander Machniak
2013-10-30Merge pull request #149 from cmcnulty/1489403Aleksander Machniak
2013-10-29Revert "simplify home/end key behavior"cmcnulty
2013-10-29replace space bar with arrow key thread handlingcmcnulty
2013-10-29simplify home/end key behaviorcmcnulty
2013-10-29fix scrolling upcmcnulty
2013-10-29Fix an issue where pressing minus key on contacts list was hiding list record...Aleksander Machniak
2013-10-28Merge pull request #146 from cmcnulty/1489397Aleksander Machniak
2013-10-25Fix shift-select when navigating UP the messsage listCharles McNulty
2013-10-25Refactored status/flag toggle code, added touch event support on flag and sta...Aleksander Machniak
2013-10-23#1489392 - arrow key with control down should *not* select messagescmcnulty
2013-10-15Remove dont_select internal flag, we don't need it anymoreAleksander Machniak
2013-10-14Fix regression where click on subject text wasn't selecting the message rowAleksander Machniak
2013-10-14Use onclick even for status, flag and expando actions to fix issueAleksander Machniak
2013-09-27rcube_list_widget.rows is not an array - fixed checking if it's empty (#1489359)Aleksander Machniak
2013-08-16Fix touch check when IE (7|8) doesn't specify the event objectThomas Bruederli
2013-08-15Distinguish mobile/tablet/touch devicesThomas Bruederli
2013-08-14Optimize list events for touch devicesThomas Bruederli
2013-07-12Enable fixed list header in IE7, too. Seems to work after some testingThomas Bruederli
2013-07-10Enable fixed message list header in classic skinThomas Bruederli
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-05-24Align double-click time in list.js and app.jsAleksander Machniak
2013-05-08Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-05-08Allow row insertion at a specified position (not only on top of the list)Aleksander Machniak
2013-05-03Fix messages list focus issue in Opera and Webkit (#1489058)Aleksander Machniak
2013-05-03Experimental: refactored list.js and html_table class to render lists with di...Thomas Bruederli
2013-05-02Revert fix for #1489058 because it opened another IE8 focus issueAleksander Machniak
2013-04-28Fix messages list focus issue in Internet Explorer (#1489058)Aleksander Machniak
2013-04-20Fix unintentional messages list jumps on click in Internet Explorer (#1489056)Aleksander Machniak
2013-04-05Fix selecting collapsed rows when using selection with Shift/Ctrl keyAleksander Machniak
2013-04-05Fix selecting collapsed rows on select-all (#1489036)Aleksander Machniak
2013-04-04Pass event object as an argument of 'dragend' event handlerAleksander Machniak
2013-03-28Fix keyboard events on list widgets in Internet Explorer (#1489025) - It was ...Aleksander Machniak
2013-03-13Fix draglayer list building, so the element used as the text source canAleksander Machniak
2013-02-26CS fixesAleksander Machniak
2013-02-10Trigger and forward 'listupdate' events from list.jsThomas Bruederli
2012-11-20Fix keybord events on messages list in opera browser (#1488823)Aleksander Machniak
2012-11-20Fix selection of collapsed thread rows (#1488772)Aleksander Machniak
2012-09-04Fix focus issue in IE when selecting message row (#1488620)Aleksander Machniak
2012-08-11Fix focus on the list when list row is clicked (#1488600)Aleksander Machniak