celeron533
a1c96055d5
Merge pull request #2379 from TGSAN/master
Support Windows 10 1903 Light Theme
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
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
9529fc1a59
Refactoring the Config Form interactive code
Add new hints and fixed some old interaction bugs
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
celeron533
2751467b14
Fix typo
Plugin arguments tooltip
7 years ago
Kevin2Law
aea690d356
feat: Add apply button for server configuration form.
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
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
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
Damir Ainullin
7a6230f53d
Fix for appropriate logic of the original design
7 years ago
Damir Ainullin
08e7de224b
Fixed condition for useProxy
7 years ago
Student Main
4bce18a595
Add check box to toggle plugin argument input
7 years ago
celeron533
f75ffc06fc
Minor updates
7 years ago
CGDF
46f37fa4f2
补上Statistics界面的图标
7 years ago
Soul Dark
22fdc823f2
修复ConfigForm不安全代码。链接分隔符支持空格。
7 years ago
celeron533
721fb3f0ef
Refine HotkeyReg logic
7 years ago
voq
f24c0e9872
Merge pull request #1130 from voq/master
Auto register hotkeys
7 years ago
Chen Shaoju
21ecdc6425
Optimal description ( #1924 )
* Update LogForm.cs
* Update ja.txt
* Update zh_CN.txt
* Update zh_TW.txt
* Update the control name
8 years ago
celeron533
ed4f8f5b78
Minor updates on Hotkeys form
- Naming
- Cleanup
- Move logic to controller
8 years ago
celeron533
05b41389f1
Get rid of the UI coupled reflection on Hotkey config form
8 years ago
celeron533
66cdd13144
Minor updates on Hotkeys form
8 years ago
celeron533
c77d69f931
Minor updates on ConfigForm
8 years ago
celeron533
db1bbd8039
Minor updates on Hotkeys form
8 years ago
celeron533
409f58bf1b
Minor updates on ConfigForm
8 years ago
celeron533
79f33bc326
Simplify the temp folder mechanism: portable mode is back
- Portable mode ON: executable file's folder
- Portable mode OFF: current user's temp folder
8 years ago
Opportunity
70ec5df5b0
Add temp folder path selection ( #1827 )
* Translation
* Environment Variables support
8 years ago
celeron533
9439fc617a
Config form UI updates
* Add tooltips
* Translations
8 years ago
celeron533
b7e30318cd
Add plugin CLI arguments support
8 years ago
Zch
81dcad5df5
fix #1768
Move PerPixelAlphaForm's code into QRCodeSplashForm to avoid 2 derived class of Form in same file.
Before: QRCodeSplashForm -> PerPixelAlphaForm -> Form
After: QRCodeSplashForm -> Form
8 years ago
celeron533
257448a80a
Misc
8 years ago
wzxjohn
226ad0cf50
Fix wrong splash on multi display ( #1729 )
Because the splash is already on the target display, the target rect doesn't need to calculate with the screen position.
8 years ago
Chen Shaoju
5138e43aff
"Allow Clients from LAN" Description & Translation optimization ( #1753 )
"Allow Clients from LAN" --> "Allow other Devices to connect"
8 years ago
Syrone Wong
3329291ab9
add xchacha20-ietf-poly1305
- update mbedtls to 2.7.0, use new md5 api
- update libsodium to 1.0.16
- static link to openssl 1.1.0g, check libsscrypto repo for detail
8 years ago
celeron533
5db7c79407
Minor changes on Forward Proxy
8 years ago
SharerMax
acc192df34
Remove useless code
8 years ago
SharerMax
eae0b1cfac
Add option to show password
8 years ago
celeron533
a4c4967f5f
Rename GetQRCode() to GetServerURL()
8 years ago
celeron533
05df449826
Add notification message
8 years ago
Raif Atef
f04b497d79
SIP002 and SIP003 support
8 years ago
Allen Zhu
84b69d3dff
Chart Refactor ( #1019 )
* Rename variable 'traffic' to 'trafficPerSecondQueue' and 'trafficInfoQueue'
* Remove class QueueLast<T> by using linq Queue.Last()
* Slight changes, such as rename, move several variables from function domain to class domain to improve performance.
Logic remains the same.
* Update the logic of copying queue from Controller to View.
* Move the TrafficInfo declaration into LogForm class
Overwise, the VS UI designer does not work.
9 years ago
Syrone Wong
7408a75f0e
drop OTA; add AEAD config
9 years ago
破娃酱
b266bf42f5
create "help" menu group ( #989 )
9 years ago
破娃酱
18e956f34c
not set alpha of the icon ( #981 )
9 years ago