celeron533
a1c96055d5
Merge pull request #2379 from TGSAN/master
Support Windows 10 1903 Light Theme
7 years ago
celeron533
50699a9aac
Fix #2431 test failed
When launch from test framework, the Application.StartupPath looks like "C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\2019\COMMUNITY\COMMON7\IDE\EXTENSIONS\TESTPLATFORM" which may not have write permission.
7 years ago
celeron533
554203aa74
Merge pull request #2419 from Yifei0727/master
Support local IPv6 listener
# Conflicts:
# shadowsocks-csharp/Model/Configuration.cs
7 years ago
Yifei0727
561ba610f2
Fix IE global proxy mode 'server address' always be ipv4 problem
7 years ago
Allen Zhu
2f64ac8e4e
Merge pull request #2427 from Mygod/dpipm-off
Turn off per-monitor DPI awareness as it is not supported
7 years ago
TGSAN
66b94d4983
Fixed bug of #2379 pullrequestreview-254461303
Fixed bug of #2379 pullrequestreview-254461303
Redundant paintings when user move mouse on the icon, pixel by pixel.
7 years ago
celeron533
d1c6900b90
Upgrade the .Net Framework and Visual Studio version
7 years ago
celeron533
f9e00d860b
Merge branch 'master' of https://github.com/shadowsocks/shadowsocks-windows
7 years ago
celeron533
75a5b13a4f
Merge branch 'master' of https://github.com/shadowsocks/shadowsocks-windows
7 years ago
Mygod
f221a4bdba
Turn off per-monitor DPI awareness as it is not supported
7 years ago
Yifei0727
5c0ce2159b
add jsonignore for param localHost
7 years ago
Yifei0727
339d29b2b9
change UpdateChecker WebProxy host support IPv6 mode
7 years ago
Yifei0727
58c914d8ed
add Pac support for IPv6
7 years ago
Yifei0727
f8fef5f909
add IPv6 support for tcp/dup/ and Privoxy
7 years ago
Yifei0727
da9af1cf72
Add IPv6 param flag to config
7 years ago
TGSAN
95b760c6e1
Update for #2379
Move GetWindows10SystemThemeSetting() to Util.cs
WindowsThemeMode use enum
Status var windowsThemeMode rename to windowsThemeMode
Used `if else` to replace `switch case`
Delete legacy commint (Some code).
Increase contrast for icon.
7 years ago
Stzx
62f40a7814
Update I18N file
Added Config Form hint text
7 years ago
Stzx
9529fc1a59
Refactoring the Config Form interactive code
Add new hints and fixed some old interaction bugs
7 years ago
Stzx
e4d3775b4c
Simplified code
7 years ago
Allen Zhu
1b06bab4c4
Merge pull request #2387 from zyc9012/udpfix
Fix udp relay
7 years ago
Allen Zhu
a02a59e23e
Merge pull request #2377 from Stzx/master
fixed issue #2371
7 years ago
celeron533
03926a7b23
Merge branch 'master' of https://github.com/celeron533/shadowsocks-windows
7 years ago
tato
13c679e514
Fix udp relay
7 years ago
Stzx
5556a060ab
fixed shadowsocks/shadowsocks-windows/#2371
7 years ago
TGSAN
6f71e6cca6
Support Windows 10 1903 Light Theme
Support Windows 10 1903 Light Theme (Menu icon color)
7 years ago
Hirbod
495731e090
Fixed a bug with + in query
7 years ago
celeron533
191d5473bb
bump copyright year
7 years ago
celeron533
62491f4f33
Update CHANGES and bump version
7 years ago
celeron533
2751467b14
Fix typo
Plugin arguments tooltip
7 years ago
celeron533
8a42d3c9d4
Exception for port assignment
When error code is SocketError.AccessDenied/10013(WSAEACCES), the port is reserved by system and you may not find the process name in `netstat`.
https://github.com/shadowsocks/shadowsocks-windows/issues/1835#issuecomment-453528715
7 years ago
Kevin2Law
59b0612217
chore: Resource designer file auto regenerated by Visual Studio.
7 years ago
Kevin2Law
aea690d356
feat: Add apply button for server configuration form.
7 years ago
celeron533
d4ae7b958e
Remove unused translations
7 years ago
Kevin2Law
8b610174a1
Add i18n resource.
7 years ago
Kevin2Law
948457fd52
enhance: Combine enable system proxy and proxy mode as one switcher for better user experience.
7 years ago
rickryo
0d6c8bd0bc
add "basic access authentication" support for http proxy
7 years ago
Allen Zhu
9f243197e0
Merge pull request #2212 from studentmain/master
Add check box to toggle plugin argument input
7 years ago
celeron533
db4c560fdb
Update CHANGES and bump version
7 years ago
celeron533
63282a4c8d
Update user-agent
7 years ago
Student Main
5791618ac5
Replace 'Arguement' to 'Argument'
7 years ago
Student Main
0433c12a85
correction names
7 years ago
Student Main
2079cab91d
Update zh_CN text
7 years ago
Allen Zhu
8d9de516f5
Merge pull request #2220 from DamirAinullin/unused_arrays_allocation
Removed unused array allocations
7 years ago
Allen Zhu
94cc6c523a
Merge pull request #2221 from DamirAinullin/use_proxy_wrong_check
Improve the code readability useProxy test condition
7 years ago
celeron533
cd5f482278
Fix the flash animation in QRCodeSplashForm
Mentioned in PR #2219
7 years ago
Allen Zhu
42401afcc4
Merge pull request #2222 from DamirAinullin/enum_flags
Marked ApplicationRestartFlags with Flags attribute
7 years ago
celeron533
fdd068c414
Log checking GFWList
7 years ago
Damir Ainullin
5a2adf749c
Added flag RESTART_ALWAYS = 0 for ApplicationRestartFlags
7 years ago
Damir Ainullin
7a6230f53d
Fix for appropriate logic of the original design
7 years ago
Damir Ainullin
7ed2434db7
Marked ApplicationRestartFlags with Flags attribute
7 years ago