Aleksander Machniak
15bd0b51a4
Improve mailvelope decryption errors handling, hide encrypted part attachment on successful decryption ( #5279 )
...
+ small style improvements
8 years ago
Aleksander Machniak
a844db6a27
Merge branch 'dev-layouts'
8 years ago
Aleksander Machniak
cf866990f2
Get rid of "popupmessage" class
...
It wasn't widely used and made the dialogs look inconsistent
8 years ago
Aleksander Machniak
04f2d139bf
Fix splitter dragging over messages list
...
Mouseup event on messages list is not propagated to document.
We workaround this by setting drag_active flag, in such case
the event will be propagated.
8 years ago
Aleksander Machniak
edea8732a6
Fix regression where UI object could be not created on some pages ( #5484 )
8 years ago
Aleksander Machniak
6886a4de3f
Widescreen layout aka three column view ( #5093 )
8 years ago
Aleksander Machniak
b3ee5d13cd
Update to jQuery-UI 1.12.0
8 years ago
Aleksander Machniak
eda23fe6c8
Remove hacks for old Internet Explorer versions
8 years ago
Aleksander Machniak
ebc2f5dc7d
Add possibility to rename attachments in mail compose ( #4996 )
...
... and fix some small issues related to the new compose attachment menu feature
8 years ago
Aleksander Machniak
b3f7b08e57
Append menu to the attachment list entry after upload finishes
8 years ago
Aleksander Machniak
8a13615e9e
Add possibility to preview and download attachments in mail compose ( #5053 )
8 years ago
Aleksander Machniak
8e65f618c5
Display full message subject in onmouseover on truncated subject in mail view ( #5346 )
8 years ago
Aleksander Machniak
5b3a86da57
Merge pull request #5184 from guitarmanusa/compose_focus
...
Implements 'scroll by keyboard #5139'
9 years ago
Aleksander Machniak
8935587a59
Fix bug where contact search menu fields where always unchecked in Larry skin
9 years ago
Kyle Francis
31713805f8
Changed native DOM call to jQuery
9 years ago
Kyle Francis
522babb3a3
Implements 'scroll by keyboard #5139'
9 years ago
Aleksander Machniak
459003303c
Fix initial value of horizontal splitter and page elements
9 years ago
Thomas Bruederli
e1126a3056
Fix Mailvelope container resizing after changes in 82dcbb74
9 years ago
Aleksander Machniak
fe8ff85d7e
Move skin-specific code for compose encryption button to the skin
9 years ago
Aleksander Machniak
d9ff47b011
Don't use deprecated (soon) jQuery .bind() and .unbind() methods
9 years ago
Aleksander Machniak
82dcbb7488
Fix various issues in Mailvelope integration ( #1490533 )
9 years ago
Thomas Bruederli
b95a6d8f41
Disable some toolbar buttons if Mailvelope editor is active ( #1490533 )
9 years ago
Thomas Bruederli
f189d72943
Merged branch 'dev-mailvelope'
9 years ago
Aleksander Machniak
3516b02344
Fix so adding CC/BCC recipients from the sidebar unhides compose form fields in Classic skin ( #1490472 )
9 years ago
Thomas Bruederli
1cd3762b0d
Start integrating the Mailvelope browser extension via its API.
...
- Embed Mailvelope message container for encrypted message text and full pgp-mime messages
- Prepare to embed the Mailvelope editor for composing encrypted messages (with attachments)
10 years ago
Aleksander Machniak
9a5d9a83ab
Implemented UI element to jump to specified page of the messages list ( #1485235 )
10 years ago
Thomas Bruederli
3dd377e272
Color quota display orange/red when over 80/90 %
10 years ago
Thomas Bruederli
190ae4f800
Embed magnet link for license information
10 years ago
Aleksander Machniak
64ed175944
Code style improvements and fixes
10 years ago
Aleksander Machniak
b79a6e1b33
Workaround Firefox 3.6 issue where "advanced options" toggle element was misplaced
10 years ago
Thomas Bruederli
b80f4bafc3
Remove focus from toggle item if clicked with the mouse
10 years ago
Aleksander Machniak
2a89127a7c
Avoid duplicated errors in error dialog
10 years ago
Aleksander Machniak
63e4989aa5
Don't append created iframe to document if it's going to be appended to a dialog - skip redundant http request + small CS improvements
10 years ago
Aleksander Machniak
421ed1e545
Fix compose body area size, so scrollbars aren't truncated, unify padding
10 years ago
Thomas Bruederli
13bbcd0f59
Fix splitter code to properly work with 1px size borders
10 years ago
Thomas Bruederli
d1cd22a6dd
Avoid errors when contacts widget is missing (in derived skins for example)
10 years ago
Thomas Bruederli
0fddf7a6a2
Place folder namespace selector above search box. Adjust height after box is visible and real heights can be computed
10 years ago
Aleksander Machniak
e9ecd49f74
Added namespace filter in Folder Manager
10 years ago
Aleksander Machniak
66233b76c8
Added folder searching in Folder Manager
10 years ago
Aleksander Machniak
b0b9cf00d2
Fix errors when using localStorage in Safari's private browsing mode ( #1489996 )
10 years ago
Thomas Bruederli
d981aa0667
Fix displaying error messages without timeout
10 years ago
Aleksander Machniak
c6447e2ce2
Use treelist widget for folders list in Settings/Folders ( #1489648 )
10 years ago
Aleksander Machniak
a292e4f524
Unify default width of resizable UI elements ( #1488837 )
11 years ago
Aleksander Machniak
c5f06896d4
Display full quota information in popup ( #1485769 , #1486604 )
11 years ago
Aleksander Machniak
a7343c243c
Focus displayed input element in show_header_row()
11 years ago
Aleksander Machniak
f331daffe1
Fix preview toggle button (missing iconbutton class after click)
11 years ago
Thomas Bruederli
3445ca1a4f
Fix keyboard interaction with decorated <select> elements (Firefox only)
11 years ago
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
11 years ago
Thomas Bruederli
77043f8469
Apply accessibility improvements to the settings section
11 years ago
Thomas Bruederli
5cf77e1159
Use jQuery UI tabs widget for tabbed fieldsets
11 years ago