summaryrefslogtreecommitdiff
path: root/src/static/js
AgeCommit message (Collapse)Author
2015-04-06Merge branch 'develop' of github.com:ether/etherpad-lite into ↵John McLear
editbar-accessibility
2015-04-05timeslider settings for fontsJohn McLear
2015-04-05support for open dyslexic fontJohn McLear
2015-04-05use ctrl shift 2 instead of alt aJohn McLear
2015-04-03final accessibility for Timeslider hopefullyJohn McLear
2015-04-02Merge branch 'editbar-accessibility' of github.com:ether/etherpad-lite into ↵John McLear
editbar-accessibility
2015-04-02change to alt shit and a to show authorsJohn McLear
2015-04-02fix for #2574John McLear
2015-04-02fix timeslider title issuesJohn McLear
2015-03-31Merge branch 'develop' of github.com:ether/etherpad-lite into ↵John McLear
editbar-accessibility
2015-03-31Merge pull request #2423 from ether/fix/reimplement-ace-getAttributeOnSelectionJohn McLear
Re-implement ace_getAttributeOnSelection
2015-03-31Merge pull request #2482 from ether/chrome-list-handlingJohn McLear
chrome list handling fix for #2412
2015-03-31Merge pull request #2541 from cristo-rabani/patch-3John McLear
fixed + support for value
2015-03-31Merge pull request #2565 from tm-linkwerk/feature-2558-attributes-on-positionJohn McLear
feature #2558 get attributes on position
2015-03-31expose method for getting a full user list on the client including ↵John McLear
historical data
2015-03-31better handling for inputs and left and right arrowsJohn McLear
2015-03-31MVP of alt A behavior to show author of lineJohn McLear
2015-03-31I came to bring the rain.. Let me get my coat... Fix focus on timeslider ↵John McLear
import export
2015-03-31Timeslider accessibility and BugfixesJohn McLear
2015-03-31fix alt and focus issuesJohn McLear
2015-03-31make Alt C and Alt F9 and Escape work from anywhereJohn McLear
2015-03-31dont use nasty settimeouts use a callback instead for focusJohn McLear
2015-03-31feature #2558 added documentationThomas Muehlichen
2015-03-30fix issue with showControls false not workingJohn McLear
2015-03-26Feature #2567 Added workaround to enable contentcollector to write key-value ↵Thomas Muehlichen
attributes
2015-03-26much better chat focus toggle behaviorJohn McLear
2015-03-26alt c to focus on chat and gritter and chat both now work with ariaJohn McLear
2015-03-26more keyboard support while in editbarJohn McLear
2015-03-26more working logic and also pretty nice screen reader experienceJohn McLear
2015-03-26stop listing URL each time focus is placed back on inner iframeJohn McLear
2015-03-26make the pad contents act like an application and not contents, this can ↵John McLear
probably be togglable but default state should be editable
2015-03-26escape to exit editbarJohn McLear
2015-03-25support drop down show eventsJohn McLear
2015-03-25whoopsJohn McLear
2015-03-25working f9 logicJohn McLear
2015-03-25logic to send focus back to pad on Alt F9 when focus on editbarJohn McLear
2015-03-25better logic for handling lr arrowsJohn McLear
2015-03-25feature #2558 more precise documentationThomas Muehlichen
2015-03-25remove console logJohn McLear
2015-03-25remove console logJohn McLear
2015-03-25different font families for people with dyslexiaJohn McLear
2015-03-25feature #2558 added functions to get all attributes at the current or an ↵Thomas Muehlichen
abritrary position
2015-03-25first semi working alt f9 functionalityJohn McLear
2015-03-24own listcristo-rabani
2015-03-24disable cut renumbering of OLs so cut paste worksJohn McLear
2015-03-24temp fix for cut paste but might break some OL functionalityJohn McLear
2015-03-22fixcristo-rabani
2015-03-20fixes #2556 (error toggling line attribute) and clarified method ↵Thomas Muehlichen
documentation (AttributeManager.toggleAttributeOnLine)
2015-03-13Return true from handleCut functionlid2000
2015-03-06fixed + support for valueCristo