IRCCloud icon indicating copy to clipboard operation
IRCCloud copied to clipboard

Mac App, Win App and Linux app for IRCCloud. (An Electron wrapper for IRCCloud.)

Results 15 IRCCloud issues
Sort by recently updated
recently updated
newest added

Bumps [electron-packager](https://github.com/electron/electron-packager) from 5.2.1 to 15.0.0. Release notes Sourced from electron-packager's releases. 15.0.0 Added mac: app API key notarization (#1127) TypeScript definition (#1131) Changed Replace cross-zip with extract-zip (#1139) Removed...

dependencies

Tried the release version and the version from master, both exhibit the same behavior on my Macbook Pro. I can't click in the username/password fields to log in. OSX 10.11.6...

The app does not show in Spotlight search. Maybe that's the issue with `NSPrincipalClass` from the plist? [From the docs](https://developer.apple.com/library/prerelease/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW11): > NSPrincipalClass (String - macOS). This key contains a string...

Hey, I upgraded my PC today to Ubuntu 16.04 (from Ubuntu 15.10) Notifications used to show the same as the command 'notify-send', but now it opens a different box ![Example...

Add an action menu to move between channels with a relative alias: - Jump to Channel (`CommandOrControl+P`) - Switch to Previous Channel (`CommandOrControl+PageUp`) - Switch to Next Channel (`CommandOrControl+PageDown`) -...

Extends PR https://github.com/dalinaum/IRCCloud/pull/21 by adding context menus for selections in text and input (or textarea) fields

Add Context menu on links with two elements, Open and Copy to Clipboard.

webframe: override setZoomFactor and emit a zoom-factor-changed IPC when called When the webFrame zoom factor changes we need to get notified, so let's override the setter function. Once the app...

Would love to see this in OS X so that IRCCloud gets the same treatment as other messaging apps. > Badges keep a count of how many new items or...

enhancement

``` Uncaught Exception: Error: Cannot create BrowserWindow before app is ready at Error (native) at openMainWindow (/Applications/IRCCloud.app/Contents/Resources/app/main.js:319:16) at EventEmitter. (/Applications/IRCCloud.app/Contents/Resources/app/main.js:344:3) at emitOne (events.js:77:13) at EventEmitter.emit (events.js:169:7) ```