Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/tao

The TAO of cross-platform windowing. A library in Rust built for Tauri.
https://github.com/tauri-apps/tao

feat(macos): support to change tray icon aspect ratio, close #564 (#565)

* feat(macos): support to change tray icon aspect ratio, close #564

* chore: add changes file...

dbbfd97c615ba0eec582b484e06608b87f34ef7a authored about 2 years ago by GyDi <[email protected]>
ci: migrate to the org-level `ORG_CRATES_IO_TOKEN`

9aa7e52f40d60b5880afa64ab659fd7e53bbf000 authored about 2 years ago by Amr Bashir <[email protected]>
docs: document position not supported on waylnad, closes #566

3937df589ac3125a27ff652fcd31988adeb4519a authored about 2 years ago by amrbashir <[email protected]>
chore: add covector readme (#563)

93082da8c98fe7fb2f14e1245a693cbe0372f057 authored over 2 years ago by Amr Bashir <[email protected]>
fix(windows): fix focus event emission on minimize (#559)

ref: https://github.com/rust-windowing/winit/pull/2496

Co-authored-by: killian <killiancharri...

37bca310be977f8922eb13e35d0e53b925a6039d authored over 2 years ago by Amr Bashir <[email protected]>
fix(deps): update rust crate unicode-segmentation to 1.10.0 (#555)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

bc8334ef46976b1a14c35a0132301e09b2e403d8 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Publish New Versions (#532)

Co-authored-by: amrbashir <[email protected]>

24222d82052d26b3e84802f44a902f60360ae2b3 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: added text support to system tray for macos, closes #65 (#554)

* feat: added text support to system tray for macos, closes #65

* extract image position into...

972307ddf088b0f941be2ea66bded2473222aed5 authored over 2 years ago by Tomáš Vojtášek <[email protected]>
fix(Linux): resize doesn't work when calling with resizable, fix #545 (#553)

* Try cargo r --example resizable and press space

* Set dault size to (1, 1)

* Remove all ...

4524d5d399c8bf01d22b160a9f9a04d5b074b466 authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix(deps): Use less specific version for once_cell (#552)

0ae71fc887f0cbc498f7a2f5053201b4546f5a4d authored over 2 years ago by Fabian-Lars <[email protected]>
feat: implement set_content_protection, closes #550 (#551)

* feat: implement set_content_protection

* fmt

* Update content_protection.rs

* add cha...

802146fb8692a46185846a64163c174520450c43 authored over 2 years ago by Jonas Kruckenberg <[email protected]>
fix(deps): update rust crate once_cell to 1.14 (#549)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

457385a56a48f79d78f8528b2387eb59aeecaf02 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Update windows to 0.39.0 (#544)

* Update windows to 0.39.0

* Add a change log entry

* Avoid the w!() macro since it relies...

84e1a9f93fa7e9e83f1ed92320ab9d7998673c60 authored over 2 years ago by Bill Avery <[email protected]>
chore: licenses (#542)

be7ee932319dd3e6c4972e2a406357e4eba29cd5 authored over 2 years ago by Amr Bashir <[email protected]>
fix(linux/globalShortcut): disable on wayland (#543)

Don't start the global shortcut thread on wayland, as its highly x11
specific and otherwise res...

27ab6f4dcef19c052b0434873e34b54447b70860 authored over 2 years ago by Ralf Rachinger <[email protected]>
covector: reduce cargo audit/publish noise in release notes (#541)

816ca49dc648a5286eab943c6fc936629fd3a596 authored over 2 years ago by Amr Bashir <[email protected]>
Always on bottom (#522)

* feat: always below bottom

* refactor: always on bottom

* refactor: remove unnecessary wa...

a2a7b7262cc55e4c6defb79d5f77efce9d7e386d authored over 2 years ago by Heng-Yi Wu <[email protected]>
fix(macos): retain tray to prevent segfault when event loop is running (#539)

759b7db37b8188ea38fa2919f9a0e504d4d2edca authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
fix(linux/globalShortcut): grab the shortcut with extra mods, closes #307 (#540)

7e5556e0f247076e8f547fca313d957eeca46366 authored over 2 years ago by Amr Bashir <[email protected]>
chore: remove changefile, bug still exists

871ad037b02b8ab4d650ba390664386e195c0bc7 authored over 2 years ago by amrbashir <[email protected]>
fix(deps): update rust crate x11-dl to 2.20 (#523)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

f7953e770d1391e16178ba8f8bda0ef41676428f authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(linux/globalShorcut): extract needed mods from event state, closes #307, closes #537 (#538)

* fix(linux/globalShorcut): extract needed mods from event state, closes #307, closes #537

* ...

07e3c1f55d18537dc5c776b2706490676bba7cde authored over 2 years ago by Amr Bashir <[email protected]>
feat: Window::is_focused (#533)

7d2eeeebb4da15e9aeda9bf17e80ebdf23c95cee authored over 2 years ago by Heng-Yi Wu <[email protected]>
Add DeviceEventFilter on Windows (#465)

* Add DeviceEventFilter on Windows

* Add change file

* use winit implementation instead

...

5bbd4f8f72901425432a35915d79d0bee0c96cce authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix(android): unescape escaped underscore in package name (#531)

6d8cc7e3e4091462a741ee748112a3ea4aa4f12f authored over 2 years ago by Amr Bashir <[email protected]>
publish new versions (#526)

Co-authored-by: wusyong <[email protected]>

d7c641e355e4afeb9bbbcd8a5357b9db29460632 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor(android): remove WebView logic, allow wry to hook into it (#530)

152aaa4481ff8e44fc32ea3fe93a74c7fecd5be5 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(android): change WebViewMessage::Eval to run specific script (#529)

903c7e7f5b8c7984515697865fc7c74b496a64dc authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
fix(android): run initialization scripts before page loads (#528)

3d66ad0b5548ed40da6e954fb5a911c3fb5a13e8 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(android): implement custom protocol (#527)

* feat(android): implement custom protocol

* add change file

* fix status code, use log::e...

b464b8ae296cf2b545cd0a98a1506f83779e94ff authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(windows): implement `with_tooltip`&`set_tooltip`, closes #205 (#524)

06949a7948100a51e98008c9e6f4ac73e069433a authored over 2 years ago by Amr Bashir <[email protected]>
Publish New Versions (#508)

Co-authored-by: amrbashir <[email protected]>

5f5eed5acb4cba7974f18b72c1c4c937ecc2c34a authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add `Window::is_minimized()`, closes #257 (#486)

9c3481548b05de1d56c2efe8a1951fd014006b27 authored over 2 years ago by Heng-Yi Wu <[email protected]>
feat(tray): hide indicator on drop on Linux (#521)

* feat(tray): hide indicator on drop on Linux

9c6a543c1a748ed53ae408780a65043f6a9448f9 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(tray): remove from tray on `Drop` on macOS (#520)

aca4d3fb2619d8bd38e4514583e921227cba6a04 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
fix(window): `is_decorated` wrong return value, closes #518 (#519)

c3e076e9345ad33183426f5ef4bd936305254e15 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
feat(tray): add identifier to allow multiple tray setup (#514)

* feat(tray): add identifier to allow multiple tray setup

* fix macos impl

* feat: make it...

4ea78bcb577f36ebd4f6b7ce4fcd31d7c02cafdb authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
chore: remove unnecessary var (#512)

b08e86663969d51c8731bc2f6239aebcd428018b authored over 2 years ago by keiya sasaki <[email protected]>
fix: support Darker theme on Linux (#511)

c6d6c0115c2facd488e8fab73c8f8b92e172771c authored over 2 years ago by keiya sasaki <[email protected]>
feat(macos): add `SystemTray::set_tooltip`, ref #409 (#410)

* feat: add set_tool_tip to tray

* add changes file

* note: make clear that this is wip

...

14e265682fab87502d59a718c9607aaf146c4d3e authored over 2 years ago by Peter Evers <[email protected]>
chore: update readme (#510)

* Update to new logo

* Update badges

ed233786f467cdc5cbf36f7be158ef1da4c45071 authored over 2 years ago by Lorenzo Lewis <[email protected]>
fix(windows): fix tray event window showing up on click, closes #506 (#507)

* fix(windows): fix tray event window showing up on click, closes #506

* changefile

* chan...

ad1f641f496c21a02c8d173167d77f1b31849273 authored over 2 years ago by Amr Bashir <[email protected]>
publish new versions (#505)

Co-authored-by: wusyong <[email protected]>

3e360fff624f2d81e1e672bd5bb93ac7a6691e53 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fix window can't be displayed on wayland (#504)

eb880f48932adb96bc428efdf69e2256fe989b6b authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
publish new versions (#491)

Co-authored-by: amrbashir <[email protected]>

d582cb7fa598dafe1f6a77b6e15bbb45bae32074 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor(windows): improve visible state handling

a2fde98ed9ab7190f882d4cc31daaf52026560be authored over 2 years ago by amrbashir <[email protected]>
fix(windows): respect min/max sizes when creating window, closes #498 (#499)

c1c6822e8bb4708857225491b939f076b120dec1 authored over 2 years ago by Amr Bashir <[email protected]>
Receive only one draw event per cycle (#500)

b86ada73ccc493340f4cee35d884867623287111 authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
feat(linux): Add necessary features for creating GL windows (#495)

* Add draw_event platform attribute

* Add EventLoopWindowTargetExtUnix

* Add x11 module

...

db7e5cb4466133869f512487e605b061a6610560 authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
chore(deps): update `raw-window-handle` to `0.5` (#493)

b905852d2e76dafaadc8c0ca5785328981628bf0 authored over 2 years ago by Amr Bashir <[email protected]>
chore: update `libappindicator` dependency to `7.0.1` (#492)

d87a611c90ed5852a1d7ca2a7c7f6416eac2e52e authored over 2 years ago by Nazar Mokrynskyi <[email protected]>
chore: adjust changelog

98b9cb153a583afd943f43cfaff03f0fbb2e15c6 authored over 2 years ago by Lucas Nogueira <[email protected]>
publish new versions (#462)

Co-authored-by: wusyong <[email protected]>

d87ac4b744a94f780b86640318f676df658d4244 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(windows): fix focus events being sent to inactive windows. (#488)

* fix(windows): fix focus events being sent to inactive windows.

Co-authored-by: Steve Wooste...

23ae71b717184e2eb0f2da0c683b7c8f0b5cd216 authored over 2 years ago by Amr Bashir <[email protected]>
fix(windows): subscribe to taskbar restart event, closes #476 (#487)

* fix(windows): subscribe to taskbar restart event, closes #476

9450329e3ab70aa3608ef44207df19cfdddf45a0 authored over 2 years ago by Amr Bashir <[email protected]>
fix(windows): prevent ghost window from showing up on taskbar (#489)

Co-authored-by: Osspial <[email protected]>

feb212726da553397beda6428666092b0561fd12 authored over 2 years ago by Amr Bashir <[email protected]>
On macOS, fallback resize event for NSWindow to handle

ab2e57e9ec056861fa772262a2128c2ac2e16d1b authored over 2 years ago by Yu-Wei Wu <[email protected]>
fix(windows): get correct monitor in `WM_NCCALCSIZE`, closes #471 (#472)

* fix(windows): get correct monitor in `WM_NCCALCSIZE`, closes #471

`MonitorFromWindow` is un...

9d97e4a646ce8a4372d3ed2c22d227d8a33ba8ba authored over 2 years ago by Amr Bashir <[email protected]>
fix: maximizing window on linux, closes #442 (#456)

* fix: miximizing window on linux

* chor: remove unnecessary line

* fix: maximizing window

01fb1d6cdf17f01ebe5757f4a66a0d8e40222490 authored over 2 years ago by keiya sasaki <[email protected]>
feat: add theme feature on Linux (#468)

74425e8e5b032299cec99f8278d9a05ae650013c authored over 2 years ago by keiya sasaki <[email protected]>
fix(deps): update rust crate unicode-segmentation to 1.9.0 (#315)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

2ad9126a965425d8486901730590b7c77e242da5 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update rust crate uuid to v1 (#419)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

ce41f19713938c1b7692c6f0ad1f70788b9d8269 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update rust crate once_cell to 1.13 (#399)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

4a5e0711fdb29e41e3467296ff0eb0dba863544a authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update rust crate parking_lot to 0.12 (#314)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

91cbc798a06fd64b857f8a1bac361cbe9f7d913e authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix(deps): update rust crate x11-dl to 2.19 (#454)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

620932a46390bf16eceaeeab8be8788ab5944006 authored over 2 years ago by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
feat(macos): implement CustomMenuItem::set_icon() (#459)

* feat(macos): implement set icon

* refactor: remove set_icon definition from CustomMenuItemE...

13f9f182754b0bfbaa9163330aed4d444b1e007a authored over 2 years ago by Victor Aremu <[email protected]>
chore: add embedding icon comment in `window_icon` example(#326)

* add new embedded window icon example

* add a note in window_icon example instead

Co-auth...

286ee65f84c604a3d0e8b0f971be5a155859564b authored over 2 years ago by Tabulate <[email protected]>
fix: fixed inner_size even if resizable is set to false (#461)

17203d08a4ee49c8fa8decb24bcf76fe4c264ca7 authored over 2 years ago by keiya sasaki <[email protected]>
publish new versions (#458)

48a34d7d3c98bd4e7e39191bad4abb16573dfa97 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Revert "Remove most RedrawWindow to event target window" (#457)

38f9a587c5a394a88c767b28e1bf2ae40f990bae authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
merge build.yml and fmt.yml (#433)

* chore: merge build.yml and fmt.yml

* chore: fmt in its own job

* chore: remove unnecessa...

c1c5a18efbd99fdf459a69ae1a1517a9d6eb65d5 authored over 2 years ago by Heng-Yi Wu <[email protected]>
publish new versions (#425)

Co-authored-by: wusyong <[email protected]>

ab904895314f38549a88dbbe22699cf238462548 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Remove most RedrawWindow to event target window (#427)

* Remove most RedrawWindow to event tartget window

* Add workaround to handle clear event

...

5ca39af1117677b469f92a8094769610c01419ad authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix: miximizing window (#453)

6782f657e5d7e02d61adb380cae2c1592d1d50c2 authored over 2 years ago by keiya sasaki <[email protected]>
feat(linux) add `with_temp_icon_dir` builder extension (#452)

* linux: Defer writing files to the `SystemTrayBuilder::build` call

* linux: Add an argument ...

ce209d39ab21e493ba98bab83aa7827fa05d7050 authored over 2 years ago by Robin van Boven <[email protected]>
fix(tests): use `option_env!` instead

86e1e811eedfd3dcda4c0d3278efdbd38c8fbabc authored over 2 years ago by amrbashir <[email protected]>
feat(linux): store tray icons in `XDG_RUNTIME_DIR` (#449)

* feat(linux): Store tray icons in XDG_RUNTIME_DIR

This is preferred over /tmp, because this ...

01253829dc23b7316db8941ed8c302d479890186 authored over 2 years ago by Robin van Boven <[email protected]>
fix: global hide others shortcut (#447)

dfae373e58da44ab6adc977ffe24e3d55ed51de0 authored over 2 years ago by keiya sasaki <[email protected]>
docs: document system tray drop behavior

5e7c1ecb6a48ad8724de6d1c1c9ccf454632237d authored over 2 years ago by amrbashir <[email protected]>
fix: remove core-video-sys dependency, closes #435 (#441)

Co-authored-by: Mads Marquart <[email protected]>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusy...

3bb09aa6a03c39bb78378fb85e977c37d8a47a79 authored over 2 years ago by Jason Tsai <[email protected]>
fix: fix assigning the wrong monitor when receiving Windows move events (#438)

* fix: fix assigning the wrong monitor when receiving Windows move events

* use `SET_WINDOW_P...

054a34ec504dc98235d1fafc9b1cdede7727193e authored over 2 years ago by Amr Bashir <[email protected]>
fix: emit resize event on frame_did_change on macOS, closes #436 (#439)

* On macOS, emit resize event on frame_did_change

When the window switches mode from normal t...

54062ca1a96e3637acee771e9657ef0267933352 authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Fix native file dialogs freezing the event loop (#440)

On macOS, fix native file dialogs hanging the event loop and
having multiple windows would prev...

5c9cc21a394b3d6b32c794453344263457f7d223 authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Update CODEOWNERS (#432)

* Update CODEOWNERS

* Update CODEOWNERS

5a664fdd994cc294839b1cf2b076d4c8febe6bad authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
fix(macos): guard theme APIs to not crash when running on 10.13 or older (#429)

ba9c5571f408bdca8584b1b44cc1b95a927d8e34 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
fix(macos): do not emit ThemeChanged event if window theme didn't change (#430)

aae6bec9110c19ed0b6618f08e6ce48f483bbfd0 authored over 2 years ago by Lucas Fernandes Nogueira <[email protected]>
Fix window can't be hidden when maximized (#384)

* Fix window can't be hidden when maximized

* remove `WindowFlags::MAXIMIZED` from diff if we...

cd9ad33a088b3ab5dbcf3ff1681ebce323c5c61d authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Publish New Versions (#424)

Co-authored-by: lucasfernog <[email protected]>

74b960833847437c2c180c4e8b965eb6af0cd6b2 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(macos): crash on tray class usage

2cc163d2debba48457a63f4a839f1371b572e121 authored over 2 years ago by Lucas Nogueira <[email protected]>
publish new versions (#423)

Co-authored-by: amrbashir <[email protected]>

04b12a500a3855eb7723b043cdd7c1690415e0cc authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: fix wrong macOS trait implementation

f42c1be13ce949a3ca47c9126c2c1e914dee179a authored over 2 years ago by amrbashir <[email protected]>
publish new versions (#413)

Co-authored-by: amrbashir <[email protected]>

a41c2d6b359fddd8100d018181145af548a45f15 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: `Window::set_ignore_cursor_events`, closes #184 (#421)

* feat: `Window::set_ignore_cursor_events`, closes #184

Co-authored-by: Markus Siglreithmaier <...

4fa8761776d546ee3b1b0bb1a02a31d72eedfa80 authored over 2 years ago by Amr Bashir <[email protected]>
feat: support child window on linux, closes #273 (#415)

* feat: support child window on linux, closes #273

* fix: ganeral window builder

* Revert ...

f1e8d7556eb9aea89769a9b38407e8fcd12675af authored over 2 years ago by keiya sasaki <[email protected]>
feat(macos): allow to disable system tray menu on left click, closes #317 (#329)

* fix(macos): show system tray menu on right click only, closes #317

* update changefile

*...

0858356f3a14fcb6e1e1dfc8d2d35482388ccb43 authored over 2 years ago by Amr Bashir <[email protected]>
Add documentation to the accelerator module (#417)

84ba06a8654d9baecf1db53ad8c9d21a03c08eea authored over 2 years ago by AndreasAc <[email protected]>
connect mouse wheel event with GTK window (#412)

* feat: connect mouse wheel event with GTK window

* Update mouse-wheel.md

Co-authored-by: ...

f9e0b734c6a3737174d63a0ec8cb2ebc130f35f8 authored over 2 years ago by Heng-Yi Wu <[email protected]>
refactor: system tray icons (#328)

0a98eb3993d9f24323f71520426712009bd9e272 authored over 2 years ago by Amr Bashir <[email protected]>
feat: support theme on macOS (#408)

* feat: support theme on macOS

* Update support-theme-on-macos.md

Co-authored-by: Ngo Iok ...

8af4d8f02149f08093cc348e278f5792dab4a423 authored over 2 years ago by keiya sasaki <[email protected]>
publish new versions (#407)

Co-authored-by: wusyong <[email protected]>

1674d4ba1bc6382bae5237d75f7a65f45173f7a2 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>