summaryrefslogtreecommitdiff
path: root/program/js/list.js
AgeCommit message (Expand)Author
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-06-01Fix subject column after re-arranging colsthomascube
2010-05-28Make drag&drop work on iPadsthomascube
2010-05-26- jquery's hide/show functions are slow, don't use it in loopsalecpl
2010-05-19- small improvementsalecpl
2010-05-18- Some files from /bin + spellchecking actions moved to the new 'utils' taskalecpl
2010-05-18- Added threads tree iconsalecpl
2010-05-15- improve performance of threads expanding/collapsing (significant on IE)alecpl
2010-05-02- Allow columns order change per user - drag&drop (#1485795)alecpl
2010-04-20- fix iframe hack (divs must be removed also in mouseup)alecpl
2010-04-16- code formatting, cleanup and small improvementsalecpl
2010-04-15- Fix messages list scrolling in FF3.6 (#1486472)alecpl
2010-04-14- use the same iframe hack as in splitter.jsalecpl
2010-03-25- Added Home/End kayboard keys support on lists (#1486430)alecpl
2010-03-24Only select childs when a message row is collapsed but also do it when deleti...thomascube
2010-03-17Don't unselect already selected childsthomascube
2010-03-17Also select childs when dragging a thread messagethomascube
2010-03-17- use jQuery.inArray() instead of rcube_in_array()alecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2009-10-23- Don't display disabled sections in Settings (#1486099)alecpl
2009-07-17- use lowercase in html tag names (to make switch to xhtml simpler in the fut...alecpl
2009-06-05- fix key repetition (#1485672)alecpl
2009-06-03- fix selecting repetition with holded arrow key (#1485672)alecpl
2009-06-02Fix list events used in drag&drop functionality (#1485890)thomascube
2009-05-31- Added possibility to invert messages selectionalecpl
2009-05-26- Add drag cancelling with ESC key (#1484344)alecpl
2009-04-24- Fix folder dragging in folder manager isn't working after jquery integratio...alecpl
2009-04-23- fix Unread selection after jquery integrationalecpl
2009-04-21- Speed up message list displaying on IE (initialize list in background)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...thomascube
2009-04-16- Fix folders subscribtions on Konqueror (#1484841)alecpl
2009-04-15- remove leading spaces from draglayer's rowsalecpl
2009-04-10- Fix DEL key problem in search boxes (#1485528)alecpl
2009-04-09- Fix drag&drop with scrolling on IE (#1485786)alecpl
2009-03-17- Fix incorrect row id parsing for LDAP contacts list (#1485784)alecpl
2009-02-06- Fix pressing select all/unread multiple times (#1485723)alecpl
2009-02-06- Fix selecting all unread does not honor new messages (#1485724)alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2009-01-17* adding svn:keywordstill
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