renovate[bot]
|
ca30dbe2cc
|
Revert "chore(deps) Update dependency @types/imagemin to v8 (#2635)"
This reverts commit c0285e873d .
|
2021-09-29 14:29:40 -03:00 |
|
renovate[bot]
|
c0285e873d
|
chore(deps) Update dependency @types/imagemin to v8 (#2635)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com>
Co-authored-by: david <david@lemarier.ca>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh>
Co-authored-by: David Von Edge <david.vonedge@smiths.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.studio>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Elvinas Predkelis <elvinas.predkelis@gmail.com>
Co-authored-by: edgex004 <edgex004@gmail.com>
Co-authored-by: Barry Simons <linuxuser586@gmail.com>
Co-authored-by: Kris Scott <kscott91@gmail.com>
Co-authored-by: grey4owl <66082492+grey4owl@users.noreply.github.com>
Co-authored-by: cybai <cyb.ai.815@gmail.com>
Co-authored-by: Lucas Nogueira <lucasfernandesnog@gmail.com>
Co-authored-by: Robert Buchanan <robbie.buchanan@ioneyed.com>
Co-authored-by: Kasper <kasperkh.kh@gmail.com>
Co-authored-by: Manuel Quarneti <manuelquarneti@gmail.com>
Co-authored-by: Stef Kors <stef.kors@gmail.com>
Co-authored-by: David D <1168397+davedbase@users.noreply.github.com>
Co-authored-by: Adilson Schmitt Junior <adilsonschj@gmail.com>
Co-authored-by: Bill Avery <wravery@users.noreply.github.com>
Co-authored-by: Julien Kauffmann <90217528+jkauffmann-legion@users.noreply.github.com>
Co-authored-by: Andrea Giammarchi <andrea.giammarchi@gmail.com>
Co-authored-by: ThisSeanZhang <46880100+ThisSeanZhang@users.noreply.github.com>
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
|
2021-09-29 11:05:33 -03:00 |
|
github-actions[bot]
|
52723ee8a1
|
Apply Version Updates From Current Changes (#2513)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2021-08-23 11:19:45 -03:00 |
|
github-actions[bot]
|
80f16d35f9
|
Apply Version Updates From Current Changes (#2246)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-08-16 17:59:06 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
f81ebddfcc
|
feat: remove menu feature flag (#2415)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-08-13 10:23:32 -03:00 |
|
Lucas Fernandes Nogueira
|
d7dd653026
|
chore(deps): wry 0.12 (#2372)
* chore(deps): wry 0.12
* update tokio [skip ci]
* keep wry github [skip ci]
|
2021-08-09 00:10:02 -03:00 |
|
Ngo Iok Ui (Wu Yu Wei)
|
63ad303903
|
chore(linux): bump gtk to v0.14 (#2361)
* Bump gtk to v0.14
* Switch back to rfd
|
2021-08-06 18:15:22 +02:00 |
|
david
|
8808085541
|
feat(window): Allow creation of Window without wry (#2321)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-07-29 14:35:26 -03:00 |
|
github-actions[bot]
|
e48bb3edff
|
apply version updates (#2121)
|
2021-07-16 09:23:10 -04:00 |
|
david
|
f0a8db62e4
|
core(deps): bump wry to 0.11 (#2210)
|
2021-07-15 11:47:19 -04:00 |
|
Lucas Fernandes Nogueira
|
e0a8e09cab
|
feat(core): expose gtk_window , closes #2083 (#2141)
|
2021-07-02 13:08:51 -03:00 |
|
github-actions[bot]
|
3806b88ee1
|
Apply Version Updates From Current Changes (#2069)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2021-06-28 11:03:55 -03:00 |
|
github-actions[bot]
|
5353379d15
|
Apply Version Updates From Current Changes (#1823)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
|
2021-06-23 16:56:16 -03:00 |
|
Lucas Fernandes Nogueira
|
842652abe5
|
chore(deps): update to wry 0.10 (#2041)
* chore(deps): update to wry 0.10
* fix: cli format
|
2021-06-22 10:47:45 -03:00 |
|
Edgar Geier
|
cca8115d9c
|
refactor: update wry, simplify script eval (#1965)
* refactor: simplify `handle_event_loop`
* update wry to git rev
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-06-15 22:04:06 -03:00 |
|
Lucas Fernandes Nogueira
|
40b717edc5
|
feat(core): set window icon on Linux, closes #1922 (#1937)
|
2021-06-01 13:07:48 -03:00 |
|
Lucas Fernandes Nogueira
|
8c0d0739ee
|
feat(core): add run_iteration , parent_window and owner_window APIs, closes #1872 (#1874)
|
2021-05-21 16:16:05 -03:00 |
|
Lucas Fernandes Nogueira
|
1be37a3f30
|
refactor(core): remove image dependency (#1859)
|
2021-05-18 21:46:21 -03:00 |
|
github-actions[bot]
|
a68b4ee827
|
Apply Version Updates From Current Changes (#1799)
Co-authored-by: jbolda <jbolda@users.noreply.github.com>
|
2021-05-12 16:31:52 -03:00 |
|
Lucas Fernandes Nogueira
|
1ab8dd93e6
|
fix(core): system-tray cargo feature usage, fixes #1798 (#1801)
|
2021-05-12 10:55:21 -03:00 |
|
github-actions[bot]
|
7c7a0777ca
|
Apply Version Updates From Current Changes (#1629)
* apply version updates
* fix metadata.json [skip ci]
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-05-11 16:20:35 -03:00 |
|
Lucas Fernandes Nogueira
|
319cf16a54
|
fix: prune packages, add license files, closes #1507 (#1769)
Co-authored-by: Daniel Thompson-Yvetot <denjell@mailscript.com>
|
2021-05-10 20:28:15 -03:00 |
|
Lucas Fernandes Nogueira
|
22676df57a
|
refactor(core): menu and system-tray feature flags (#1765)
|
2021-05-10 13:27:42 -03:00 |
|
Lucas Fernandes Nogueira
|
b6b4128885
|
chore(deps): wry 0.9.1 (#1761)
|
2021-05-09 22:50:16 -03:00 |
|
Lucas Fernandes Nogueira
|
45a7a111e0
|
feat(core): add tauri-wry crate (#1756)
|
2021-05-09 18:43:50 -03:00 |
|