summaryrefslogtreecommitdiff
path: root/program/js/list.js
AgeCommit message (Expand)Author
2015-01-16Fix javascript error in "IE 8.0/Tablet PC" browser (#1490210)Aleksander Machniak
2014-08-17Fix contacts list update after adding/deleting/moving a contact (#1490028, #1...Aleksander Machniak
2014-04-14Fix regression where title attribute for long message subjects wasn't used on IEAleksander Machniak
2014-04-03Don't trigger 'select' event twice when selecting a list itemThomas Bruederli
2014-02-05Fix possible javascript error on drag-n-drop (#1489560)Aleksander Machniak
2014-02-03Fix bug where it wasn't possible to focus the messages list withAleksander Machniak
2014-01-29Also adapt fixed table header to vertical body scrollingThomas Bruederli
2014-01-29Adjust fixed header position when scrolling (#1295420)Thomas Bruederli
2014-01-14Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513)Aleksander Machniak
2014-01-07Fix error when calling get_selection() after any (selected) row was removedAleksander Machniak
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-12-15Fix position of messages list column dragging layer when the list is scrolled...Aleksander Machniak
2013-12-11Improved drag-n-drop layer: - do not auto-select children of collapsed threads,Aleksander Machniak
2013-12-09Fix issue where children of selected and collapsed thread were skipped on var...Aleksander Machniak
2013-12-08Fix fixed header issue after removing rows (1295420)Aleksander Machniak
2013-11-25Small code improvementAleksander Machniak
2013-11-22Fix rowcount when list element contains bot only tr/li elements but also text...Aleksander Machniak
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