Magnus Hauge Bakke
60a6111671
Update to electron 0.37.6
9 years ago
Tor Hveem
a08452548e
Merge pull request #770 from glowing-bear/connectionlock
...
Add a lock on the connection
9 years ago
Lorenz Hübschle-Schneider
1edba41c4c
Add a lock on the connection
...
This should fix #610 but needs more testing
9 years ago
Lorenz Hübschle-Schneider
88036119d6
Merge pull request #768 from tnguyen14/master
...
Make the settings close button more visible for dark themes
9 years ago
Tri Nguyen
3d1f49dfde
Make the settings close button more visible for dark themes
9 years ago
Lorenz Hübschle-Schneider
6d3ef2f86b
Merge pull request #767 from Bakke/buffer-search-improved
...
Use arrow keys to select buffer in buffer search
9 years ago
Magnus Hauge Bakke
2d6df2fffd
Make number check for windows bagde future-proof
9 years ago
Magnus Hauge Bakke
7aad726269
Do not set dot badge for windows app
9 years ago
Magnus Hauge Bakke
bbb4d259be
Use arrow keys to select buffer in buffer search
9 years ago
Magnus Hauge Bakke
570f293399
Update app unread badge to dot instead of punctuation
9 years ago
Magnus Hauge Bakke
08f6ec0f05
Make sed commands in makefile compatible with os x again
9 years ago
Magnus Hauge Bakke
ea0dc4805d
Make sed commands in makefile compatible with os x
9 years ago
Magnus Hauge Bakke
eec07e7767
Add electron-packager as dev dependency + whitespace fix
9 years ago
Tor Hveem
85755b98d3
Merge pull request #766 from glowing-bear/katex
...
Switch math rendering to KaTeX
9 years ago
Lorenz Hübschle-Schneider
b8854a287a
Switch math rendering to KaTeX
9 years ago
Tor Hveem
012189635c
Include note about Electron in README
9 years ago
Tor Hveem
cf255756ae
use new global to check for electron
9 years ago
Tor Hveem
382a5dc5c0
handle focus event, fix whitespace
9 years ago
Tor Hveem
1d52986bc6
use overlayicon on win32
9 years ago
Tor Hveem
693234cab6
Fix whitespace
9 years ago
Magnus Hauge Bakke
093f8683ce
Merge pull request #1 from lorenzhs/electron-fixes
...
Electron: Use local files and add Linux target
9 years ago
Lorenz Hübschle-Schneider
f4245f1296
Electron: Use a Makefile
9 years ago
Lorenz Hübschle-Schneider
2112757a2d
Fix emojione in electron
9 years ago
Lorenz Hübschle-Schneider
4fb04dae09
Add npm script to use local files (for electron or cordova)
...
This copies useless files as well, I'm not sure what's the best
way to deal with that.
9 years ago
Lorenz Hübschle-Schneider
ba988aecd3
Add Electron Linux target
9 years ago
Magnus Hauge Bakke
3ad7ad203b
Add comments to electron app badge functions
9 years ago
Magnus Hauge Bakke
14d8f73532
Electron: Set app badge in os x (darwin)
9 years ago
Tor Hveem
c3aa336183
Disable serviceWorker in electron process
9 years ago
Tor Hveem
aa26834d03
use slighly older version on windows, for notification fix
9 years ago
Lorenz Hübschle-Schneider
53d8b2cee2
Merge pull request #765 from kurros/imgurhttps
...
Imgurhttps
9 years ago
Wade Menard
d636fbaae8
Modify Imgur's link response to HTTPS.
9 years ago
Tor Hveem
ba71a9dc4b
Ignore directories node_modules and test in electron builds
9 years ago
Magnus Hauge Bakke
174b9159d6
Set application menu on ready event.
9 years ago
Magnus Hauge Bakke
20820e64ba
Fix bug when fetcing app name for darwin menus
9 years ago
Magnus Hauge Bakke
fb52faa840
Fix missing semicolon
9 years ago
Magnus Hauge Bakke
7cc8658c40
Add icons for os x (darwin)
9 years ago
Magnus Hauge Bakke
878c4e54ab
Build darwin without asar=true
9 years ago
Tor Hveem
32e57f2ca9
Rudimentary Electron (Atom-Shell) support
...
This patch serves as a starting point for making electron based Glowing
Bear builds. Primary motivation is that Mozilla is removing support for
their web runtime, so then Electron is a new way to get standalone
application running outside of browser.
This adds 2 new files that will be the main html and main js for
electron. Those files simply load the rest of the app.
It also adds two new npm run commands to build windows and darwin builds
for electron. Darwin is untested so far.
Bulding packages requires npm package `electron-packager`
There's still some problems with notifications.
And badges for the dock in Darwin is not implemented.
We could also put all keyboard shorcuts in menus.
Thanks to @lukas2511 for some guidance on the wrappers and commands.
9 years ago
Tor Hveem
5e1dfbf8f0
Merge pull request #751 from remimarenco/patch-1
...
Fix a typo issue in index.html
9 years ago
Rémi Marenco
2c883d65aa
Fix a typo issue in index.html
...
Just a typo issue when having Encryption error ;)
9 years ago
David Cormier
22de5bd422
Merge pull request #749 from glowing-bear/lorenzhs-patch-1
...
Update keyboard shortcuts on landing page
9 years ago
Lorenz Hübschle-Schneider
af7f27df15
Update keyboard shortcuts on landing page
...
See https://github.com/glowing-bear/glowing-bear/pull/691#issuecomment-191744945
Good idea, @fuzzy76
9 years ago
Lorenz Hübschle-Schneider
fd3e4d440e
Fix minification and bump versions to prepare for release
10 years ago
David Cormier
fea3c75836
Merge pull request #747 from glowing-bear/screenshot-readme
...
Add a newer screenshot with a nice font to README
10 years ago
Lorenz Hübschle-Schneider
7660feafc5
Add a newer screenshot with a nice font to README
10 years ago
Tor Hveem
c706c93e43
Merge pull request #746 from simeng/master
...
Add preview of .mp3, .ogg and .wav links via <audio> tag.
10 years ago
Simen Graaten
b7183fb404
Add preview of .mp3, .ogg and .wav links via <audio> tag.
...
This fixes #745
10 years ago
Tor Hveem
2c9e7c7023
Merge pull request #732 from glowing-bear/custom-css
...
Add support for custom CSS
10 years ago
Tor Hveem
1df82da2be
Merge pull request #743 from southdesign/master
...
Added python 3 version self hosting startup option.
10 years ago
Thomas Fankhauser
11fbd0c023
Added python 3 version self hosting startup option as the module was
...
renamed from python 2 -> python 3.
10 years ago