Commit Graph

53 Commits

Author SHA1 Message Date
renovate[bot]
1f98853573 chore(deps) Update Tauri Core (#2480)
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: Renovate Bot <bot@renovateapp.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>
2021-08-24 11:40:10 -03:00
Lucas Fernandes Nogueira
b0a8c38a73 feat(docs): improve config documentation (#2451) 2021-08-16 16:52:10 -03:00
Lucas Fernandes Nogueira
9bfdeb42ef feat(bundler): add config for WiX dialog image path (#2449) 2021-08-16 12:03:00 -03:00
Lucas Fernandes Nogueira
13003ec761 feat(bundler): add config for WiX banner path, closes #2175 (#2448) 2021-08-16 11:17:29 -03:00
Alve Larsson
7057c0f7b8 New brand (#2445)
* Update readme

* Update splash.svg

* New logo

* change to image

* Update splash.png

* Update README.md

* Mac Tray icon fix
2021-08-16 22:00:40 +08:00
Lucas Fernandes Nogueira
397710b2c5 refactor(bundler): use linuxdeploy instead of appimagetool, closes #1986 (#2437) 2021-08-15 17:09:55 -03:00
Riccardo Padovani
102895fa0c Remove as_str() call from event.menu_item_id() (#2430)
There isn't a method `as_str()` associated to the `MenuIdRef` returned by `menu_item_id()`
2021-08-14 21:15:48 -03:00
Lucas Nogueira
aa0828f8ad fix(docs): wrong import path on updater guide 2021-08-14 10:39:07 -03:00
Lucas Nogueira
206c1d0f23 feat(docs): mention @tauri-apps/api on integration guide, closes #2235 2021-08-14 10:35:33 -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 Nogueira
f665d001ed feat(docs): improve splashscreen example 2021-08-13 10:09:43 -03:00
Alan Ninan Thomas
cad7b17cf4 Update WebView2 requirement docs for Windows 11 (#2408) 2021-08-12 09:50:09 -03:00
Thad Guidry
efefc6e6c1 Add example of using allowlist to reduce binary size (#2111)
* Add example of using allowlist to reduce binary size

based on comment from@lucasfernog at https://discord.com/channels/616186924390023171/807549941936816148/859059694316683295

* fix example

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-11 20:24:51 -03:00
Lucas Nogueira
178164b259 fix(docs): splashscreen guide using dropped Params syntax 2021-08-11 14:52:47 -03:00
Sanket Chaudhari
7fcd991aab Fix import path for getCurrent and WebviewWindow in docs (#2364) 2021-08-08 17:41:27 -03:00
Lucas Fernandes Nogueira
c17532f741 refactor(core): change Plugin initialize signature, move register t… (#2347)
* refactor(core): change Plugin `initialize` signature, move register to AppHandle

* clippy
2021-08-03 22:06:05 -03:00
Michael E. Snowden
2eed5b5e97 Update Rust example in cli.md (#2337)
* Update cli.md

Updating the example Rust code with an example graciously provided by @amrbashir . This is also in response to a [docs issue](https://github.com/tauri-apps/tauri/issues/2332) that I had raised earlier.

* Update docs/usage/guides/cli.md

* Update cli.md

* Update cli.md

Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
2021-08-02 13:13:44 -03:00
Amr Bashir
1a51006673 fix(core): data-tauri-drag-region didn't respect resizable, closes #2314 (#2316)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-08-02 10:43:31 -03:00
Zoe
58472d4ed2 chore(docs) fix typo of the example code (#2315) 2021-08-01 23:54:49 -03:00
david
426a6b4996 feat(macOS): Implement tray icon template (#2322) 2021-07-29 15:29:59 -04:00
Lucas Fernandes Nogueira
71d687b787 feat(cli.rs): platform-specific conf.json (#2309) 2021-07-28 12:55:32 -03:00
Joaquín
3f84381ea9 fix[docs]: Fix import in the Plugin example (#2224) 2021-07-23 07:44:17 -04:00
Amr Bashir
74a278fcfc chore(docs): devPath & distDir are relative to tauri.conf.json, closes #2236 (#2259)
* chore(docs): `devPath` & `distDir` are relative to tauri.conf.json

* change cli.rs message
2021-07-21 15:40:03 +08:00
Thad Guidry
9aa24dfde6 Add further notes for CTO types to understand Tauri (#2152) 2021-07-15 07:42:48 -03:00
chip
fd8fab507c refactor(core): remove Params and replace with strings (#2191)
* refactor(core): remove `Params` and replace with strings

* add tauri-utils to changelog

* update default runtime macro to accept type and feature

* remove accidental default feature addition

* remove changefile todo items that have no futher action

* fix clippy warning

* update changefile

* finish change file

* fix splashscreen example

* fix markdown typo [skip ci]

* remove final uses of `Params`

* add license header to new runtime module in tauri-macros

* update plugin guide to use runtime instead of params
2021-07-15 18:05:29 +08:00
DeemoDing
4bc23c01c1 docs(getting-started): add libvips to arch linux (#2150) 2021-07-12 12:03:40 -03:00
Joaquín
aba52cf21d fix(docs): make the splashscreen guide work (fix: #2185) (#2186) 2021-07-12 12:01:11 -03:00
Joaquín
324275c00a Fix outdated Plugin page (#2178)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-07-08 11:45:35 -03:00
Amr Bashir
66916b739f chore: add .prettierrc in repo root (#2145) 2021-07-03 19:48:04 -03:00
Amr Bashir
189c129f4f fix(docs): use correct link (#2134) 2021-06-30 19:08:48 -03:00
Amr Bashir
373e2ba318 docs: add maximize toggle to window_customization guide (#2132) 2021-06-30 15:32:38 -03:00
Laegel
94a5848afb chore(docs): Applied change from tauri-docs 2021-06-29 23:33:09 +02:00
Amr Bashir
2a6cfbf818 fix(docs): use data-tauri-drag-region instead of drag-region class (#2112) 2021-06-28 20:13:41 -03:00
Lucas Fernandes Nogueira
66efb43388 fix(docs): target triple detection script, closes #2084 (#2096) 2021-06-27 21:21:24 -03:00
Thad Guidry
da2e72698c Fix grammar and typos in Anti Bloat doc (#2095)
* Fix grammer and typos in Anti Bloat doc

- use Simple English to bring clarity and easier translations
- fix typos and grammar

* Update anti-bloat.md

* Update anti-bloat.md
2021-06-27 19:52:59 -03:00
Lucas Nogueira
b46a2884ac fix: menu docs 2021-06-25 00:12:01 -03:00
Lucas Fernandes Nogueira
160fb0529f feat(core): improve RPC security, closes #814 (#2047) 2021-06-22 17:29:10 -03:00
Lucas Fernandes Nogueira
59784c7e55 feat(core): implement CommandArg for AppHandle (#2037) 2021-06-21 14:00:34 -03:00
Lucas Fernandes Nogueira
9cd10df4d5 feat(core): allow disabling file drop handler, closes #2014 (#2030) 2021-06-21 10:55:14 -03:00
Lucas Fernandes Nogueira
b769c7f7da feat(bundler): windows installer license, closes #2009 (#2027) 2021-06-21 10:36:13 -03:00
Lucas Nogueira
1886a9885e docs(config): add missing window configs 2021-06-17 11:30:31 -03:00
Lucas Fernandes Nogueira
0897dce872 fix(docs): update sidecar documentation (#2000) 2021-06-16 22:18:32 -03:00
Lucas Fernandes Nogueira
4791961981 feat(bundler): allow setting wix language, closes #1976 (#1988) 2021-06-15 21:12:34 -03:00
nothingismagick
463fd00d06 fix(csp): add wss and tauri to conf template (#1974)
* fix(csp): add wss and tauri to conf template

* add change file, update examples/docs

Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2021-06-15 13:37:24 -03:00
Gabe Cohen
fb1f483a33 Add documentation on multiple commands (fix #1981) (#1982) 2021-06-15 13:21:24 -03:00
Lucas Fernandes Nogueira
5cba6eb4d2 feat(core): add window center API, closes #1822 (#1954) 2021-06-05 18:20:16 -03:00
Lucas Nogueira
f877aa5dd0 fix(docs): remove appmenu-gtk3-module from setup guide, closes #775 2021-06-05 09:48:31 -03:00
Lucas Fernandes Nogueira
f7e9fe8f3f refactor(core): new system tray and window menu APIs, closes #1898 (#1944) 2021-06-04 13:51:15 -03:00
Laegel
37db639a65 feat(docs): Added version-bound docs (#1676) 2021-06-02 08:55:07 -03:00
nothingismagick
d4aec4bbd5 feat(docs): purge for external documentation page (#36)
* feat(docs): purge for external documentation page

* feat(docs): add proper logo

* feat(docs): fix logo height/width

* feat(docs): fix logo height/width p2
2019-09-15 10:52:07 +02:00