Skip to content

Update systray library and make sure the Agent works on all OS #553

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c68da6e
Update systray module to getlantern original mainstrem repo
Jan 13, 2020
de1b277
add updated dependency for golang.org/x/sys/windows
Jan 13, 2020
ab3d9e5
Merge pull request #509 from arduino/rsora/systray-update-mainstream
Feb 4, 2020
18519ef
Add new icons for windows and linux
sebromero Mar 5, 2020
4874388
Reword menu items
sebromero Mar 5, 2020
1eecf2f
Use title case for menu items
sebromero Mar 6, 2020
631ad74
Add new icon files
sebromero Mar 19, 2020
223c38b
Add new icon go files
sebromero Mar 19, 2020
d081593
Enable quit in normal mode
sebromero Mar 19, 2020
c3b5435
Update Colors and fonts of console template
sebromero Mar 19, 2020
93addcb
Update spacing and styles of console template
sebromero Mar 20, 2020
407dc64
Add fluid layout
sebromero Mar 20, 2020
f2435fa
Merge console template into go file
sebromero Mar 20, 2020
0ac2cc9
Fix visual alignment of buttons
sebromero Mar 22, 2020
fdd7783
Add clear log function
sebromero Mar 22, 2020
eb1b80c
Merge console template into go file
sebromero Mar 22, 2020
f3fac83
Fix incorrect hibernate icon
sebromero Mar 22, 2020
28e2a95
Satisfy linter
sebromero Mar 22, 2020
98bc4c8
Merge pull request #538 from sbhklr/sbhklr/ux-improvements
Mar 23, 2020
5b34d40
Create manifest for windows and add instructions
matteosuppo Mar 30, 2020
dda98a2
Merge pull request #543 from arduino/manifest
matteosuppo Mar 30, 2020
caffd81
Refactor systray
matteosuppo Mar 31, 2020
d9c50f7
Add comment about systray_fake
matteosuppo Apr 1, 2020
f973044
Merge pull request #544 from arduino/refactor_systray
matteosuppo Apr 1, 2020
bc773b8
Remove vendor folder and use go modules
matteosuppo Apr 1, 2020
b0b3b31
Merge pull request #546 from arduino/mod
matteosuppo Apr 1, 2020
a23bd53
Ensure the path is always trimmed
matteosuppo Apr 6, 2020
1213508
Three card trick
matteosuppo Apr 8, 2020
36dcef5
prevent bad errors on osx
matteosuppo Apr 8, 2020
7f3e25a
Refactor: extract copyExe func
matteosuppo Apr 14, 2020
fd8b606
refactor: extract TempPath and BinPath funcs
matteosuppo Apr 14, 2020
6db5ade
Merge pull request #551 from arduino/autoupdate
matteosuppo Apr 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

bufferflow_tinyg_old.md

arduino-create-agent
arduino-create-agent*
rsrc.syso

snapshot/*
public/
Expand Down
Loading