summaryrefslogtreecommitdiff
path: root/program/js
AgeCommit message (Collapse)Author
2013-12-29re-add lost group_delete js eventJohnDoh
2013-12-29Don't alter Message-ID of a draft when sending (#1489409)Aleksander Machniak
2013-12-25Display different icons when Trash folder is empty or full (#1485775)Aleksander Machniak
2013-12-23Make addEventListener() chainable for better performance and compact codeAleksander Machniak
Replace deperecated row_init usage with addEventListener('initrow')
2013-12-23Merge pull request #157 from JohnDoh/trigger-insertrowAleksander Machniak
trigger insertrow JS event from compose screen address book widget
2013-12-23Fix so message flags modified by another client are applied on the list on ↵Aleksander Machniak
refresh (#1485186)
2013-12-18Fix Closure-compiler warnings, small code improvementsAleksander Machniak
2013-12-15Fix position of messages list column dragging layer when the list is ↵Aleksander Machniak
scrolled down
2013-12-15Implemented menu actions to copy/move messages, added folder-selector widget ↵Aleksander Machniak
(#1484086)
2013-12-11Improved drag-n-drop layer: - do not auto-select children of collapsed threads,Aleksander Machniak
display subjects in real order (not is selection order), some code improvements
2013-12-11Fix regression where only first new folder was placed in correct place on ↵Aleksander Machniak
the list (#1489472)
2013-12-09Fix issue where children of selected and collapsed thread were skipped on ↵Aleksander Machniak
various actions (#1489457)
2013-12-08Fix fixed header issue after removing rows (1295420)Aleksander Machniak
2013-12-07trigger insertrow JS event from compose screen address book widgetJohnDoh
2013-11-25Small code improvementAleksander Machniak
2013-11-23Make local storage functions work before rcmail.init() was calledThomas Bruederli
2013-11-23- Update TinyMCE to version 3.5.10 (#1489442)Aleksander Machniak
2013-11-22Fix keyboard navigation in autocompletion list on Opera browserAleksander Machniak
(use keydown event on all browsers)
2013-11-22Display loading message when loading identity frameAleksander Machniak
2013-11-22Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-11-22Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-11-22Trigger event when opening new windows with a reference to the window object ↵Thomas Bruederli
(#1489413)
2013-11-22Fix rowcount when list element contains bot only tr/li elements but also ↵Aleksander Machniak
text nodes
2013-11-22Display status messages as pile of black bars overlaying the UI in order to ↵Thomas Bruederli
improve visibility (#1488974)
2013-11-21Fix issue where subject input might get filled with "null" string (IE8)Aleksander Machniak
2013-11-21Replace Array.indexOf() with jQuery.inArray() for older browsers (IE<9)Aleksander Machniak
2013-11-21Fix folders sorting procedure.Aleksander Machniak
Fixes the issue where after creating a folder with name 'Abc abc' it were added before existing subfolders of folder 'Abc' and after 'Abc'.
2013-11-20Small fixes: variable scopeAleksander Machniak
2013-11-15Fix (again) IE11 detection where document.all is not defined.Aleksander Machniak
@TODO: review our document.all uses.
2013-11-15Fix Internet Explorer 11 detection (#1489434)Aleksander Machniak
2013-11-11Do not start autocomplete request on arrow keys pressAleksander Machniak
2013-11-10Compare draft message-ID when restoring local message contentsThomas Bruederli
2013-11-10Track typing activity in HTML editorThomas Bruederli
2013-11-10Better button text for message restore dialogThomas Bruederli
2013-11-10Track typing in compose screen and only update local storage on activityThomas Bruederli
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-11-05Fix regression where child messages on collapsed thread weren't selectedAleksander Machniak
on move/delete action (#1489415)
2013-11-04Merge pull request #152 from cmcnulty/control-shiftAleksander Machniak
Reset shift_start on control select
2013-11-04Code improvementsAleksander Machniak
2013-11-03Fix issue where mails with inline images of the same name contained only the ↵Aleksander Machniak
first image multiple times (#1489406)
2013-11-02Fix list record selection on lists with toggleselect:true, i.e. folder managerAleksander Machniak
- this is a regression in recent keyboard handling refactoring (#1489408)
2013-10-30need to reset shift_start on control selectcmcnulty
reproduce steps: shift-select some messages, hold down control and select another message. hold down shift+control and select more messages - desired behavior, two separate ranges of selected messages. (consistent with outlook/thunderbird/windows explorer)
2013-10-30Improve performance and code readability by using String's startsWith() ↵Aleksander Machniak
method, other code improvements
2013-10-30CS fixesAleksander Machniak
2013-10-30Fix drag-n-drop broken in bc35e865Aleksander Machniak
2013-10-30Eliminate "blinking" loading icon in browser on messages selectionAleksander Machniak
- do not assign location.href to the same value as it is
2013-10-30Bring back fix for #1489396, unintentionally removed in another pull requestAleksander Machniak
2013-10-30Fix Ctrl+click selection after recent refactorings of keyboard nawigation on ↵Aleksander Machniak
list widget
2013-10-30Merge pull request #151 from cmcnulty/new-key-navigationAleksander Machniak
Spacebar for message selection, left/right arrow for thread collapse/expand
2013-10-30Merge pull request #149 from cmcnulty/1489403Aleksander Machniak
#1489403 - fixes scrolling issues when highlighted message is below header.