Michael Eichhorn
|
5198f70ebf
|
ContextMenu 2: Extract DeserializedResult #1366
|
2017-04-11 14:50:25 +01:00 |
|
Michael Eichhorn
|
de12208d4a
|
ContextMenu 1: Rename #1366
|
2017-04-11 14:50:09 +01:00 |
|
bao-qian
|
2f3a2d495a
|
Update ISSUE_TEMPLATE.md
|
2017-04-06 16:28:16 +01:00 |
|
bao-qian
|
baa9837702
|
Update ISSUE_TEMPLATE.md
|
2017-04-06 15:26:11 +01:00 |
|
bao-qian
|
cfa7d9820b
|
remove annoying fail prompt #1339
|
2017-04-05 13:59:16 +01:00 |
|
bao-qian
|
3554d9fda2
|
Handle more exceptions for UWP #1309
|
2017-04-01 19:15:23 +01:00 |
|
bao-qian
|
cb2eebef40
|
More exception info
|
2017-04-01 18:56:29 +01:00 |
|
bao-qian
|
f4d0cc4dd1
|
Misc
|
2017-04-01 18:50:22 +01:00 |
|
bao-qian
|
d31347c0e0
|
Revert "Remove first chance exception"
This reverts commit 4aa4d98c08f3bcc176bd3ac1b9b718ab98298ca4.
The squirrel crash is not caused by this #1320
|
2017-04-01 18:45:57 +01:00 |
|
bao-qian
|
911a43337b
|
error report windows won't crashs
|
2017-04-01 13:13:53 +01:00 |
|
bao-qian
|
f62f15cea7
|
Decouple runtime info and dependencies info
|
2017-04-01 13:02:07 +01:00 |
|
bao-qian
|
dcd27a5f7a
|
Add more NonNull check
|
2017-04-01 12:54:05 +01:00 |
|
bao-qian
|
bf4c4561ce
|
Remove some useless code for error reporting
|
2017-04-01 12:49:51 +01:00 |
|
bao-qian
|
cc6c18b5ad
|
fix debug info
|
2017-04-01 12:49:51 +01:00 |
|
bao-qian
|
6b536ced92
|
let it crash
|
2017-04-01 12:49:51 +01:00 |
|
bao-qian
|
60ca0cbae3
|
Add build instruction
|
2017-03-31 11:39:20 +01:00 |
|
bao-qian
|
b16abfba9c
|
Remove more duplicated dll
|
2017-03-30 18:52:49 +01:00 |
|
bao-qian
|
0a34143388
|
Ensure UpdateManager is Disposed #1320
|
2017-03-30 18:43:52 +01:00 |
|
bao-qian
|
1e79f202f4
|
Merge branch 'master' of https://github.com/Wox-launcher/Wox
|
2017-03-29 10:19:12 +01:00 |
|
bao-qian
|
90f7b5259b
|
Remove first chance exception
Remove first chance exception,
it crash the app frequently when squirrel throw/catch exception internally.
|
2017-03-28 22:30:55 +01:00 |
|
bao-qian
|
2d143abda6
|
update #1266 help info
|
2017-03-27 00:18:47 +01:00 |
|
bao-qian
|
128671f5e9
|
fix github update error handling #1266
|
2017-03-27 00:10:02 +01:00 |
|
bao-qian
|
6945eb548f
|
Add default config
|
2017-03-14 20:28:05 +00:00 |
|
bao-qian
|
ca3cd36887
|
add script into solution
|
2017-03-14 02:24:41 +00:00 |
|
bao-qian
|
31da08d186
|
fixup
|
2017-03-14 02:16:30 +00:00 |
|
bao-qian
|
1c90b09e2d
|
Make the name same as post build event in vs
|
2017-03-14 02:14:20 +00:00 |
|
bao-qian
|
18056139fd
|
ignore more files
|
2017-03-14 02:12:34 +00:00 |
|
bao-qian
|
0898632ba4
|
Clean solution items
|
2017-03-14 02:12:34 +00:00 |
|
bao-qian
|
f79a493083
|
Merge appveor build script and visual studio build script into one
|
2017-03-14 02:12:33 +00:00 |
|
bao-qian
|
2b159e24a7
|
fixup
|
2017-03-14 02:12:33 +00:00 |
|
bao-qian
|
d8032836bf
|
Rewrite appveyor build script
|
2017-03-14 00:45:41 +00:00 |
|
bao-qian
|
b881f3c1c8
|
misc
|
2017-03-07 19:37:38 +00:00 |
|
bao-qian
|
6f42bcfa4f
|
Use own update manager, so we can pass proxy #1266
|
2017-03-07 19:23:42 +00:00 |
|
bao-qian
|
ade6c46cca
|
let it crash for http get
|
2017-03-07 18:57:47 +00:00 |
|
bao-qian
|
c6d0bf8d98
|
misc
|
2017-03-07 18:33:18 +00:00 |
|
bao-qian
|
c41035058a
|
Merge update logic #1266
|
2017-03-06 01:54:06 +00:00 |
|
bao-qian
|
e66f7a206e
|
Add new version popup
|
2017-03-06 01:30:47 +00:00 |
|
bao-qian
|
cec3d986a7
|
add local buil script
|
2017-03-06 01:04:51 +00:00 |
|
bao-qian
|
ccb7e5270c
|
Misc
|
2017-03-06 00:05:03 +00:00 |
|
bao-qian
|
ff29b6e84f
|
fix can't catch exception issue
- Origin code can't catch exception in code, and all exceptions goes
into first chance exception hanlding.
- releated: #1266
- http://stackoverflow.com/a/5383408/2833083
-
https://msdn.microsoft.com/en-us/magazine/jj991977.aspx?f=255&MSPPError=-2147217396
|
2017-03-05 23:59:10 +00:00 |
|
bao-qian
|
6ed9e09451
|
More exception info
|
2017-03-04 16:41:03 +00:00 |
|
bao-qian
|
75ce6d42d0
|
update nuget package
|
2017-03-04 16:35:24 +00:00 |
|
Jason Ko
|
3bb0b93c79
|
make the font list sorted (#1263) fix #790
|
2017-03-02 11:07:52 +00:00 |
|
bao-qian
|
87834b74ef
|
Update ISSUE_TEMPLATE.md
|
2017-03-02 00:42:23 +00:00 |
|
bao-qian
|
6ef434f26d
|
Update README.md
|
2017-03-02 00:30:06 +00:00 |
|
bao-qian
|
15b4152dce
|
fixup
|
2017-03-02 00:29:18 +00:00 |
|
bao-qian
|
4aa19d700d
|
Update README.md
|
2017-03-02 00:27:16 +00:00 |
|
bao-qian
|
3edf667958
|
Add coding style
|
2017-03-02 00:16:58 +00:00 |
|
bao-qian
|
c9b3b6c1b8
|
Merge pull request #1265 from bagjob/master
Add Korean language.
|
2017-03-01 23:49:53 +00:00 |
|
bao-qian
|
6e3bc5e65d
|
Save more
|
2017-03-01 23:47:50 +00:00 |
|