| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-25 | Merge pull request #92 from gearboxworks/osx-mojave-fixHEADmaster | joesis | |
| Attempt to fix https://github.com/getlantern/systray/issues/75 | |||
| 2019-06-25 | Attempt to fix https://github.com/getlantern/systray/issues/75 | Mike Schinkel | |
| 2019-06-17 | Merge pull request #91 from raunaqrox/patch-1 | joesis | |
| Fix application path for MacOS in README | |||
| 2019-06-18 | Fix application path for MacOS in README | Sahebjot singh | |
| App does not work with MacOS and Resources folder outside Contents. | |||
| 2019-01-30 | more precise comment of LR_DEFAULTSIZE | Joesis | |
| 2019-01-31 | Merge pull request #78 from juja256/master | joesis | |
| Fix bad-looking system tray icon in Windows | |||
| 2019-01-30 | Merge pull request #81 from michaelsanford/master | joesis | |
| Document cross-platform console window details | |||
| 2019-01-29 | Document cross-platform console window details | Michael Sanford | |
| Fixes #55. Explain how to hide the console window when running on Windows / macOS. | |||
| 2019-01-10 | fixed bad-looking icon issue on windows | Yevhen Hrubiian | |
| 2018-12-05 | Merge pull request #76 from meskio/separator_windows | thistle | |
| Add the separator to the visible items | |||
| 2018-11-29 | Add the separator to the visible items | Ruben Pollan | |
| 2018-11-24 | Merge pull request #74 from kalikaneko/bug/keep-track-of-hidden-items-win | joesis | |
| keep track of hidden items | |||
| 2018-11-14 | keep a slice with the visible items to fix positioning bug | kali | |
| in windows, Hide() destroys a menuItem. this has problems when later we try to Show() it and end up using the original menuID, for instance if we did hide several elements in a row: if we insert the element in the original position, it will end up inserted past some other elements that were intended to be placed after the items that were hidden. by keeping a slice where we insert and delete the id of the elements that are shown, we can sort this slice and take the index of a given element as the correct index in which we want to insert the menuItem when calling Show() again. - Resolves: #72 | |||
| 2018-11-02 | Merge pull request #73 from swznd/patch-1 | joesis | |
| Support macOS older than 10.13 | |||
| 2018-11-02 | Support macOS older than 10.13 | Muhammad Fikri | |
| `NSControlStateValueOff` and `NSControlStateValueOn` available since 10.13 | |||
| 2018-10-19 | Merge pull request #69 from getlantern/pull-68 | joesis | |
| define ERROR_SUCCESS as syscall.Errno | |||
| 2018-10-19 | define ERROR_SUCCESS as syscall.Errno | Joesis | |
| 2018-10-19 | Merge pull request #68 from kalikaneko/bug/fix-broken-menuitem-show | joesis | |
| Bug/fix broken menuitem show | |||
| 2018-10-19 | get rid of confusing error | Kali Kaneko | |
| For some reason, at least in Windows 10, the return value is 0, but the error message states that the operation completed successfully. | |||
| 2018-10-18 | make addOrUpdateMenuItem insert item if it was deleted | Kali Kaneko | |
| Currently, a menu item that was previously hidden (ie, deleted) will not return -1, and so when we're in the Show() code execution path we will never insert it in the previous position: attempts at Show() are failing because it tries to update a non-existing item. - Resolves: #67 | |||
| 2018-10-17 | Merge pull request #63 from meskio/unlink_temp_files | joesis | |
| linux: delete temp files as soon as they are not needed | |||
| 2018-10-17 | Merge pull request #66 from jefvel/fix-mac-deprecations | joesis | |
| Fix mac deprecations | |||
| 2018-10-17 | Merge pull request #65 from jefvel/menu-item-icons | joesis | |
| Made it possible to add icons to menu items on Mac | |||
| 2018-10-16 | Made statusItem imagePosition update based on if title and/or icon exists on mac | Aksel Kornesjö | |
| 2018-10-16 | Fixed Mac deprecations. Icon is placed correctly. | jefvel | |
| 2018-10-16 | Added info about SetIcon on menu items to readme and example | jefvel | |
| 2018-10-15 | linux: use TMPDIR to store icons if defined | Ruben Pollan | |
| TMPDIR is the canonical environment variable in Unix and POSIX that should be used to specify a temporary directory: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html#tag_08_03 Let's use it if is defined to store temporary icon files and default to '/tmp' if is not defined. | |||
| 2018-10-15 | linux: delete temp files as soon as they are not needed | Ruben Pollan | |
| Stop generating one file in /tmp for each icon change. Let's move the clean up to the set icon instead of waiting for the quit clean up. | |||
| 2018-10-15 | Made it possible to add icons to menu items on Mac | jefvel | |
| 2018-08-23 | Merge pull request #56 from getlantern/amkulikov | Percy Wegmann | |
| Merge changes from amkulikov to remove DLL for windows | |||
| 2018-08-23 | Merge pull request #44 from amkulikov/dev_windows_syscall_pr | Percy Wegmann | |
| Syscalls instead of custom DLLs | |||
| 2018-07-09 | Merge pull request #51 from stoggi/revert-46-macos-template-icon | joesis | |
| Revert "Use templated icons for the menu bar in macOS" | |||
| 2018-07-09 | Revert "Use templated icons for the menu bar in macOS" | Jeremy Stott | |
| 2018-06-06 | Merge pull request #46 from stoggi/macos-template-icon | Myles Horton | |
| Use templated icons for the menu bar in macOS | |||
| 2018-04-10 | Use templated icons for the menu bar in macOS | Jeremy Stott | |
| Fixes getlantern/systray#45 | |||
| 2018-04-08 | windows: improved tests | Alexander Kulikov | |
| 2018-04-08 | windows: made windows constants private, fixed little bugs, added automatic ↵ | Alexander Kulikov | |
| icon redrawing on explorer.exe restarts | |||
| 2018-04-04 | windows: All c++ and DLLs removed, instead of it system calls are used. Also ↵ | Alexander Kulikov | |
| fixed duplicating of icon files in temp folder. | |||
| 2018-03-20 | Merge pull request #39 from meskio/hide_widgets_linux | joesis | |
| Fixed hide show in linux (#37) | |||
| 2018-03-20 | Merge pull request #41 from meskio/exit_main_linux | joesis | |
| On quit exit main loop on linux | |||
| 2018-03-19 | Fixed hide show in linux | Ruben Pollan | |
| Closes #37 | |||
| 2018-03-19 | On quit exit main loop on linux | Ruben Pollan | |
| Close #40 | |||
| 2018-01-17 | Merge pull request #36 from novln/patch-1 | joesis | |
| fix: linux compilation warning | |||
| 2018-01-09 | fix: linux compilation warning | LE ROUX Thomas | |
| Tested on Archlinux Close #24 | |||
| 2017-09-13 | Fixed windows 32 bit | Ox Cart | |
| 2017-09-13 | Setting icon size explicitly on OS X | Ox Cart | |
| 2017-09-13 | Merge pull request #32 from getlantern/issue881 | joesis | |
| Added separator functionality | |||
| 2017-09-12 | Added separator functionality for linux | Ox Cart | |
| 2017-09-12 | Added separator functionality for windows | Ox Cart | |
| 2017-09-12 | Merge branch 'master' into issue881 | Ox Cart | |
