Commit Graph

64 Commits

Author SHA1 Message Date
Yusuke Yamada
cb20c063cf Use electron that exist in current path 2017-11-07 16:58:32 +09:00
Robert Muehsig
52f55424ae fixes https://github.com/ElectronNET/Electron.NET/issues/36 & https://github.com/ElectronNET/Electron.NET/issues/11 2017-11-04 23:17:04 +01:00
Robert Muehsig
85b80bfba2 fix for https://github.com/ElectronNET/Electron.NET/issues/36 2017-11-04 22:58:29 +01:00
Robert Muehsig
61160f7366 fix for https://github.com/ElectronNET/Electron.NET/issues/30 2017-11-04 22:42:12 +01:00
Robert Muehsig
93b7c94bbe Merge pull request #32 from tebeco/no_xml_declaration_in_csprojet
use XmlWritter to avoid serialising Xml Declaration in csproj
2017-11-04 21:42:07 +01:00
Peter Marcu
f981c04159 Move to generic RIDs 2017-11-04 09:25:43 -07:00
TeBeCo
04b41c03c5 use XmlWritter to avoid serialising Xml Declaration in csproj 2017-11-03 22:15:14 +01:00
Robert Muehsig
5ca360b308 fix https://github.com/ElectronNET/Electron.NET/issues/21 2017-10-29 23:38:02 +01:00
Robert Muehsig
1eb312a257 fixes https://github.com/ElectronNET/Electron.NET/issues/20 2017-10-29 23:11:28 +01:00
Robert Muehsig
4433d36829 first step in fixing the debug UX
related to https://github.com/ElectronNET/Electron.NET/issues/13
2017-10-26 23:00:22 +02:00
Robert Muehsig
4acaa9fedd super stupid implementation for https://github.com/ElectronNET/Electron.NET/issues/13 2017-10-25 22:43:59 +02:00
Robert Muehsig
910d0e59ea remove xml comment generation in cli proj (not needed) 2017-10-25 22:06:36 +02:00
Robert Muehsig
f2a7f0bb5e Merge branch 'master' into obj-desktop-per-target 2017-10-24 22:30:32 +02:00
Gregor Biswanger
778dde2b55 implement the API Demo-App complete. Implement the Clipboard-, Screen- and WebContents-API. Fix some bugs. Edit the Readme. 2017-10-23 19:08:10 +02:00
Gregor Biswanger
248ddde82b implement Demo App sections: Dialogs, Menu, Tray, Shell, CrashHang, Notification, Shortcuts etc. Fix some API bugs and implement GlobalShortcut-, Shell- and WebContents-API. 2017-10-21 04:37:01 +02:00
Robert Muehsig
740de2b345 arg - missing desktop part 2017-10-19 21:58:50 +02:00
Robert Muehsig
d6e044de92 test to kick of appveyor 2017-10-19 21:46:46 +02:00
Robert Muehsig
8f43d451fd .... 2017-10-19 21:32:28 +02:00
Robert Muehsig
cc7905a326 build obj per target 2017-10-19 21:31:32 +02:00
Robert Muehsig
51f449bb87 changelog referenced and xml doc fix 2017-10-18 23:12:26 +02:00
Robert Muehsig
01db058f0d fix https://github.com/GregorBiswanger/Electron.NET/issues/2 2017-10-18 23:06:21 +02:00
Robert Muehsig
d3c2a365cd adding the init to the help page 2017-10-18 22:48:32 +02:00
Robert Muehsig
0caac0084c include xml documentation
see https://github.com/GregorBiswanger/Electron.NET/issues/5
2017-10-18 22:43:57 +02:00
Robert Muehsig
385c4fcd1a nuget meta data 2017-10-17 23:33:52 +02:00
Robert Muehsig
8f47727078 make it possible to build all other configurations 2017-10-17 23:15:05 +02:00
Robert Muehsig
56652e9257 done note 2017-10-16 22:58:56 +02:00
Robert Muehsig
65f250455d typo 2017-10-16 22:51:30 +02:00
Robert Muehsig
4ed51e5fa8 for xplat dev: always remove dlls from cache 2017-10-16 22:27:54 +02:00
Robert Muehsig
b5bdc88109 naming changes to electron.manifest.json 2017-10-15 22:43:35 +02:00
Gregor Biswanger
828963ae9f merge from develop 2017-10-15 22:09:25 +02:00
Gregor Biswanger
08b88e3adf implement first dialog-, notification-, tray- and menu-api functions 2017-10-15 17:03:07 +02:00
Gregor Biswanger
8f9a84cb0f implement WindowManager, BrowserWindow-API and Menu-API 2017-10-15 06:03:48 +02:00
Robert Muehsig
f3050b9dc4 init 2017-10-15 00:08:15 +02:00
Gregor Biswanger
aa526c4bcb Implement all functions from the Electron App-API 2017-10-14 00:06:58 +02:00
Robert Muehsig
d099363fb9 ignore exit code 2017-10-12 22:44:07 +02:00
Robert Muehsig
32e2ba24f3 swallow error message 2017-10-12 22:31:51 +02:00
Robert Muehsig
fa666eda27 linux support 2017-10-11 23:29:58 +02:00
Robert Muehsig
d75259e2a6 small changes regarding osx build 2017-10-09 00:13:04 +02:00
Robert Muehsig
418efd8d49 dirty osx tricks 2017-10-08 23:56:04 +02:00
Robert Muehsig
4903384bd4 osx for aspnet? 2017-10-08 23:22:20 +02:00
Robert Muehsig
b1ad790c41 condition for windows 2017-10-08 22:53:17 +02:00
Gregor Biswanger
6020369892 merge solution file 2017-10-07 01:35:47 +02:00
Gregor Biswanger
2989144dce implement IPC Support 2017-10-07 01:32:19 +02:00
Robert Muehsig
e01c2dc423 dev cleanup 2017-10-06 22:51:43 +02:00
Gregor Biswanger
47996a76d9 implement auto port support for socket bridge communication 2017-10-06 05:04:56 +02:00
Gregor Biswanger
383e9cd3fa fix Build und Start Commands with new Temp-Folder "OBJ" 2017-10-06 02:54:55 +02:00
Gregor Biswanger
44138a81c9 add host project an link main.js file 2017-10-06 02:15:55 +02:00
Gregor Biswanger
4901a00a70 remove copy of main.js 2017-10-06 02:15:07 +02:00
Robert Muehsig
210ccc2ffb maybe i broke it... 2017-10-06 00:37:14 +02:00
Robert Muehsig
6b59bbe828 cleanup 2017-10-05 23:38:00 +02:00