Commit Graph

525 Commits

Author SHA1 Message Date
antelle c17b711a2e fix copy tip hide 2016-07-16 16:30:17 +03:00
antelle 0ee53071b7
reset selection after locking 2016-07-16 13:01:19 +03:00
antelle c0544c3d4a reverted back to sass; resorted colors 2016-07-16 10:57:12 +03:00
Eric e6fb3514e7 Sort theme names in select tag
- Make theme names appear in ascending order in the settings page
2016-07-15 18:00:10 -05:00
Eric 52b8c54db9 Add Solarized themes
- Add solarized-dark and solarized-light themes, based on
  http://ethanschoonover.com/solarized#usage-development
- Update text-contrast-color() to pick the best color, based on Compass
  http://compass-style.org/reference/compass/utilities/color/contrast/
- Previous text-contrast-color() or other simple implementations that
  were experimented didn't work well with both solarized-dark and
  solarized-light
2016-07-15 17:56:07 -05:00
Eric 41e36bb6bd Compile scss with Compass
- Replace Sass by Compass
- Replace grunt-sass by grunt-contrib-compass plugin
- Fix errors pointed by Compass
- This is being introduced to be able to efectivelly compute color
  contrast. Compass has 
  http://compass-style.org/reference/compass/utilities/color/contrast/
  and any other implementation needs pow() with decimal numbers, also
  provided by Compass.
2016-07-15 17:43:41 -05:00
antelle 09ccfdf038 trigger auto-type change on item select 2016-07-14 22:33:46 +03:00
antelle d0325e48e3
fix special keys auto-type in linux 2016-07-14 21:56:48 +03:00
antelle 2c0d837237
fix electron deprecations 2016-07-12 08:05:07 +03:00
antelle 91e8ce5c86
fix #261: storage auth popups on desktop 2016-07-12 07:40:01 +03:00
antelle bdce1c008f win fix 2016-07-11 22:37:04 +03:00
antelle 27982cc6a6
hide global auto-type shortcut 2016-07-04 23:16:26 +03:00
antelle f0139c93e2
Change master password if it's expired 2016-07-03 19:46:43 +03:00
antelle f7da41db3e ability to load json config 2016-06-16 20:00:24 +03:00
antelle 303ea5ac24
better advanced search icon 2016-06-12 10:53:30 +03:00
antelle 3c9ecfc3f3
fix cursor on collapse control 2016-06-12 00:44:32 +03:00
antelle b09e504e9e
customizable table view 2016-06-11 17:18:11 +03:00
Chris Taylor 7f19d90514 ct: Try to preserve newlines while copying.
- For some reason, copying a multi-line field's value in Chrome does so
  whilst preserving newlines.  In the desktop app on OSX, though,
  multiline values are copied as a single line.

- Although non-standard, the .innerText property of a Node will do
  better at preserving plain-text-formatting (newlines, and such) from
  child elements.  Where it doesn't exist, fallback to whatever JQuery's
  `.text()` uses.
2016-06-10 21:36:58 -04:00
antelle 8990058bca
table columns list ui 2016-06-10 22:08:28 +03:00
antelle 07e8db1e37
fix #242: webdav in ie 2016-06-10 20:31:16 +03:00
antelle a07f31d47b fix table borders 2016-06-05 17:58:44 +03:00
antelle 1c7405ae76
select file for new records 2016-06-05 17:49:00 +03:00
antelle c7325076ca
fix #170: local files are not saved to cache 2016-06-05 14:48:23 +03:00
antelle c7240edca9 fix #163: allow opening same file twice 2016-06-05 13:25:50 +03:00
antelle 172bd0eefb repo links 2016-06-04 23:34:49 +03:00
antelle f80a9ff1ad fix #205: webdav relative url error 2016-06-04 18:34:15 +03:00
antelle 6ba0808c17 fix #176: logout from remote storages on disable 2016-06-04 18:08:50 +03:00
antelle 571702a8f8 fix logs display 2016-06-04 15:59:03 +03:00
antelle bd3423cec1 fix #224: group info in entry details 2016-06-04 15:47:56 +03:00
antelle 049f801c2e fix #236: drag-drop in Safari 2016-06-04 11:46:13 +03:00
antelle 466c0a24d1 option to show app logs 2016-06-04 11:31:06 +03:00
antelle 4d1e2fbee8 disabled ios safari click background 2016-06-04 10:28:12 +03:00
antelle 5878356d59 fix manifest link 2016-06-04 10:09:10 +03:00
Steven MacLeod 3fd7e9de9f fix #113: increased max password length
0198828ca7 missed a couple places to increase the max password length
2016-05-21 14:17:29 -04:00
antelle 0198828ca7 fix #113: increased max password length 2016-05-21 20:55:20 +03:00
antelle 8788e67cf8 fix #217: ability to increase font size 2016-05-15 10:57:29 +03:00
antelle 928b561a65 high contrast theme 2016-05-13 16:14:13 +03:00
antelle 47112c42da typo 2016-05-13 15:09:56 +03:00
antelle 1e1a5aeefc fix word wrapping in notes field 2016-05-13 15:09:45 +03:00
antelle b5b932fd6b better open page ux on launch screen 2016-05-13 15:09:21 +03:00
antelle 6cb2693c02 electron v1.0.1 2016-05-13 15:07:46 +03:00
antelle b0a009aa80 fix menu item 2016-05-01 18:39:44 +03:00
antelle 46f3d76380 auto-type hint 2016-04-26 22:40:18 +03:00
antelle 4c7072eeed linux auto-type impl 2016-04-26 00:19:40 +03:00
antelle 41cace7805 get linux window title 2016-04-24 23:29:28 +03:00
antelle 4503f4bcd8 fix naming 2016-04-24 23:08:59 +03:00
antelle d88a3c9dc9 fix helper path 2016-04-24 23:04:26 +03:00
antelle c48f947a0f get helper path from app path 2016-04-24 23:03:52 +03:00
antelle b3d92e0f2b windows emitter switched to helper app 2016-04-24 15:08:46 +03:00
antelle 5e4a13a765 fix group seq 2016-04-23 22:59:28 +03:00