summaryrefslogtreecommitdiff
path: root/program/js/list.js
AgeCommit message (Expand)Author
2008-12-14#1485444: fix drag layer over an iframealecpl
2008-09-19- added set_message, set_message_icon and set_message_status functionsalecpl
2008-09-18Prevent drag layer from wrapping linesthomascube
2008-09-18#1484805: fix next/last page buttons when new message is added to the list + ...alecpl
2008-09-12Refactor drag & drop functionality. Don't rely on browser events anymore (#14...thomascube
2008-09-05Capture backspace key in list mode (#1484566)thomascube
2008-09-04Enable export of contacts as vCard + DRYthomascube
2008-08-22Better fix for keyboard controls; does not disable all kind of keyboard eventsthomascube
2008-08-22Fix keyboard control of the list widgets and prevent Safari from scrolling (#...thomascube
2008-06-12- #1484816: keypress (not keydown) for repeatalecpl
2008-06-11- focus the list after drag&dropalecpl
2008-04-12- and another constraint for shift selectionalecpl
2008-04-12- fix for shift key use without shift_start on the listalecpl
2008-04-07- added check alecpl
2008-04-04Better fix for #1484942thomascube
2008-04-03#1484942: Clear selection when selecting single itemalecpl
2008-04-02http://trac.roundcube.net/ticket/1484838alecpl
2008-03-31Don't preview message if dragging or multi-selecting it, closes #1484316.svncommit
2008-02-28Fix quirky message selectionthomascube
2008-02-13Always use subject col when dragging messagesthomascube
2008-02-12Make script cross browser compatiblethomascube
2008-02-12Ignore clicks from input elements and imagesthomascube
2008-02-08Don't unselect and re-select a list rowthomascube
2007-11-25Only show new messages if they match the current search (#1484176)thomascube
2007-10-20Fix toggleselect of list widgetthomascube
2007-10-19- Enable single-selection toggling in JS list objectsvncommit
2007-09-26Select next message after removing one from listthomascube
2007-09-05Allso trigger events when selecting all/none list entriesthomascube
2007-05-28Prevent default events on subject link; fixed typo in smtp scriptthomascube
2007-05-17Add link to message subjects (#1484257); don't make selected list items bold;...thomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2006-12-17Added patch for resizeable preview panethomascube
2006-11-21Bypass Trash folder if Shift-Del was pressed.svncommit
2006-09-24Partial client re-write with a common list classthomascube