Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | Fix possible javascript error on drag-n-drop (#1489560) | Aleksander Machniak | |
2014-02-03 | Fix bug where it wasn't possible to focus the messages list with | Aleksander Machniak | |
mouse click on a record after the focus was put on preview frame. | |||
2014-01-29 | Also adapt fixed table header to vertical body scrolling | Thomas Bruederli | |
2014-01-29 | Adjust fixed header position when scrolling (#1295420) | Thomas Bruederli | |
2014-01-14 | Remove expand/collapse with plus/minus keys (on numeric keypad) (#1489513) | Aleksander Machniak | |
2014-01-07 | Fix error when calling get_selection() after any (selected) row was removed | Aleksander Machniak | |
2013-12-23 | Make addEventListener() chainable for better performance and compact code | Aleksander Machniak | |
Replace deperecated row_init usage with addEventListener('initrow') | |||
2013-12-18 | Fix Closure-compiler warnings, small code improvements | Aleksander Machniak | |
2013-12-15 | Fix position of messages list column dragging layer when the list is ↵ | Aleksander Machniak | |
scrolled down | |||
2013-12-11 | Improved drag-n-drop layer: - do not auto-select children of collapsed threads, | Aleksander Machniak | |
display subjects in real order (not is selection order), some code improvements | |||
2013-12-09 | Fix issue where children of selected and collapsed thread were skipped on ↵ | Aleksander Machniak | |
various actions (#1489457) | |||
2013-12-08 | Fix fixed header issue after removing rows (1295420) | Aleksander Machniak | |
2013-11-25 | Small code improvement | Aleksander Machniak | |
2013-11-22 | Fix rowcount when list element contains bot only tr/li elements but also ↵ | Aleksander Machniak | |
text nodes | |||
2013-11-05 | Fix regression where child messages on collapsed thread weren't selected | Aleksander Machniak | |
on move/delete action (#1489415) | |||
2013-11-04 | Merge pull request #152 from cmcnulty/control-shift | Aleksander Machniak | |
Reset shift_start on control select | |||
2013-11-02 | Fix list record selection on lists with toggleselect:true, i.e. folder manager | Aleksander Machniak | |
- this is a regression in recent keyboard handling refactoring (#1489408) | |||
2013-10-30 | need to reset shift_start on control select | cmcnulty | |
reproduce steps: shift-select some messages, hold down control and select another message. hold down shift+control and select more messages - desired behavior, two separate ranges of selected messages. (consistent with outlook/thunderbird/windows explorer) | |||
2013-10-30 | Improve performance and code readability by using String's startsWith() ↵ | Aleksander Machniak | |
method, other code improvements | |||
2013-10-30 | CS fixes | Aleksander Machniak | |
2013-10-30 | Fix drag-n-drop broken in bc35e865 | Aleksander Machniak | |
2013-10-30 | Bring back fix for #1489396, unintentionally removed in another pull request | Aleksander Machniak | |
2013-10-30 | Fix Ctrl+click selection after recent refactorings of keyboard nawigation on ↵ | Aleksander Machniak | |
list widget | |||
2013-10-30 | Merge pull request #151 from cmcnulty/new-key-navigation | Aleksander Machniak | |
Spacebar for message selection, left/right arrow for thread collapse/expand | |||
2013-10-30 | Merge pull request #149 from cmcnulty/1489403 | Aleksander Machniak | |
#1489403 - fixes scrolling issues when highlighted message is below header. | |||
2013-10-29 | Revert "simplify home/end key behavior" | cmcnulty | |
This reverts commit 3bef61232bc2e0e470a66dda6d88248100fdc36f. | |||
2013-10-29 | replace space bar with arrow key thread handling | cmcnulty | |
and switch spacebar to select messages | |||
2013-10-29 | simplify home/end key behavior | cmcnulty | |
Makes the home/end keys behave like every other mechanism for selecting records. | |||
2013-10-29 | fix scrolling up | cmcnulty | |
Make sure that the fixed header is never over a message | |||
2013-10-29 | Fix an issue where pressing minus key on contacts list was hiding list ↵ | Aleksander Machniak | |
records (#1489393) | |||
2013-10-28 | Merge pull request #146 from cmcnulty/1489397 | Aleksander Machniak | |
1489397 - fix shift-down arrow key over thread when going up | |||
2013-10-25 | Fix shift-select when navigating UP the messsage list | Charles McNulty | |
2013-10-25 | Refactored status/flag toggle code, added touch event support on flag and ↵ | Aleksander Machniak | |
status icons. Fixed regression in commit 4e4c2511bc00cfc0 where click on flag/status/expando icons was selecting the message row. | |||
2013-10-23 | #1489392 - arrow key with control down should *not* select messages | cmcnulty | |
In alignment with desktop applications (windows & mac) using the arrow keys with the control key pressed should not select the messages. Changes code so that with_mouse will be passed as true when click event occurs, and row will only be toggled if it was a click event. | |||
2013-10-15 | Remove dont_select internal flag, we don't need it anymore | Aleksander Machniak | |
2013-10-14 | Fix regression where click on subject text wasn't selecting the message row | Aleksander Machniak | |
2013-10-14 | Use onclick even for status, flag and expando actions to fix issue | Aleksander Machniak | |
where mouse right click would invoke action where it shouldn't | |||
2013-09-27 | rcube_list_widget.rows is not an array - fixed checking if it's empty (#1489359) | Aleksander Machniak | |
2013-08-16 | Fix touch check when IE (7|8) doesn't specify the event object | Thomas Bruederli | |
2013-08-15 | Distinguish mobile/tablet/touch devices | Thomas Bruederli | |
2013-08-14 | Optimize list events for touch devices | Thomas Bruederli | |
2013-07-12 | Enable fixed list header in IE7, too. Seems to work after some testing | Thomas Bruederli | |
2013-07-10 | Enable fixed message list header in classic skin | Thomas Bruederli | |
2013-07-09 | Finally: make message list header stay on top when scrolling (#1295420) | Thomas Bruederli | |
2013-05-24 | Align double-click time in list.js and app.js | Aleksander Machniak | |
2013-05-08 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
Conflicts: program/js/list.js | |||
2013-05-08 | Allow row insertion at a specified position (not only on top of the list) | Aleksander Machniak | |
2013-05-03 | Fix messages list focus issue in Opera and Webkit (#1489058) | Aleksander Machniak | |
2013-05-03 | Experimental: refactored list.js and html_table class to render lists with ↵ | Thomas Bruederli | |
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support | |||
2013-05-02 | Revert fix for #1489058 because it opened another IE8 focus issue | Aleksander Machniak | |