summaryrefslogtreecommitdiff
path: root/program/js/list.js
AgeCommit message (Expand)Author
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
2012-08-03Add generic mobile browser detection, enable touch events for all mobile brow...Aleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-14Remove 'focused' class on blurAleksander Machniak
2012-01-24Fix thread expand/collapse callbacks which set css classesthomascube
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-09- Fix error when calling remove_row() on non-existing rowalecpl
2012-01-05Avoid dblclick events after 3rd clickthomascube
2011-09-22Ignore events from form elementsthomascube
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alecpl
2011-05-12- Make some regexp fasteralecpl
2011-05-05- Fix bug where messages were deleted instead moved to trash folder after Shi...alecpl
2011-04-13- Added scroll position reset for Opera (#1487689), small code improvementsalecpl
2011-02-01- Unify typeof and undefined usagealecpl
2011-01-12Missed some replacements in previous commit...thomascube
2010-12-16- When clicking on the list take the focus away from an iframe tooalecpl
2010-11-30- Fix window is blur'ed in IE when selecting a message (#1487316)alecpl
2010-11-15- Fix focused elements aren't unfocused when clicking on the list (#1487123)alecpl
2010-11-12- Fix IE issue when replacing spaces doesn't workalecpl
2010-11-12- Fix handling of special characters when building content of drag layeralecpl
2010-09-29Correct JS syntaxthomascube
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