index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
js
/
treelist.js
Age
Commit message (
Expand
)
Author
2014-08-08
Reset search after folder creation/remove/rename
Aleksander Machniak
2014-08-08
Added folder searching in Folder Manager
Aleksander Machniak
2014-08-07
Getter to detect if treelist widget is in search mode
Thomas Bruederli
2014-07-25
Fix drag-n-drop after folder move/create (#1489648)
Aleksander Machniak
2014-07-16
Collapsible (and iconized) folders tree in folder manager (#1489648)
Aleksander Machniak
2014-07-03
Remove leftover code - fixes js error
Aleksander Machniak
2014-07-02
Use treelist widget for folders list in Settings/Folders (#1489648)
Aleksander Machniak
2014-06-26
Apply selection styles to clones search result items, too
Thomas Bruederli
2014-06-25
Minor optimization
Thomas Bruederli
2014-06-24
Mute clicks on virtual treelist item links (they need tabindex=0 in order to ...
Thomas Bruederli
2014-06-24
Fix updating and re-sorting treelist nodes
Thomas Bruederli
2014-06-24
Allow to move a treelist node to a new parent with .update()
Thomas Bruederli
2014-06-23
Fix keyboard navigation with nested link element in treelist nodes
Thomas Bruederli
2014-06-18
Option to disable cursor keyboard navigation on treelist widgets
Thomas Bruederli
2014-06-16
Avoid scrolling of lists and menus when navigating with cursor keys (#1489929)
Thomas Bruederli
2014-06-16
Avoid scrolling when moving focus from a treelist widget (#1489929)
Thomas Bruederli
2014-06-05
Navigate with arrow keys only in treelist widgets; fix keyboard event detecti...
Thomas Bruederli
2014-06-05
Remove leftover from merge; set alt text for contact photo
Thomas Bruederli
2014-06-05
Merge branch 'dev-accessibility'
Thomas Bruederli
2014-05-28
Add method to make a treelist widget become a jQuery UI droppable with suppor...
Thomas Bruederli
2014-05-15
Minor fixes for teelist searching
Thomas Bruederli
2014-05-14
Small improvements to make treelist work in search-mode
Thomas Bruederli
2014-05-13
Fix invalid var pointer
Thomas Bruederli
2014-05-13
Extend treelist.js with search function and saving collapse/expand states in ...
Thomas Bruederli
2014-05-12
Create treetoggle icons if necessary
Thomas Bruederli
2014-05-12
Fix treelist keyboard navigation + assign aria-level attributes to treeitems
Thomas Bruederli
2014-05-12
Set aria-selected and aria-expanded state attributes
Thomas Bruederli
2014-05-01
Enable keyboard navigation on treelist widgets with cursor keys
Thomas Bruederli
2014-04-30
1. Prepare core and Larry skin for improved accessibility
Thomas Bruederli
2014-04-27
Specify licenses in all javascript files and blocks to please LibreJS
Thomas Bruederli
2014-04-20
Remove IE7 hack that is not needed anymore
Aleksander Machniak
2014-04-12
Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update t...
Aleksander Machniak
2014-03-10
Avoid bubbling of clicks to treelist expand/collapse toggles
Thomas Bruederli
2014-03-07
Add method to reset a treelist widget
Thomas Bruederli
2014-01-05
Move folder/directory list auto-scrolling functionality to treelist widget (s...
Thomas Bruederli
2013-05-24
Unify codestile
Aleksander Machniak
2013-02-10
Only scroll tree list of selected item isn't fully visible
Thomas Bruederli
2013-02-05
Fix inserting a new contact group when list is still empty
Thomas Bruederli
2013-02-01
Move some list manipulation functionality to the new treelist widget
Thomas Bruederli
2013-01-31
- Refactored the hierarchical mailboxlist control into a separate widget class
Thomas Bruederli