Jonas Kruckenberg
|
9b19a805aa
|
fix(api.js) Replace number[]with Uint8Array. fixes #3306 (#3305)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2022-02-04 22:18:23 -03:00 |
|
Lucas Fernandes Nogueira
|
f5109e0c96
|
fix(api): window label null instead of actual value, closes #3295 (#3332)
|
2022-02-04 21:57:41 -03:00 |
|
Lucas Nogueira
|
0d1e3219b4
|
Merge branch 'next' into feat/audit-patches
|
2022-02-02 20:09:41 -03:00 |
|
Lucas Nogueira
|
28a67fdb60
|
chore(docs): update platform-specific documentation notes
|
2022-01-22 14:35:36 -03:00 |
|
Lucas Nogueira
|
a48b8b18d4
|
feat(core): validate callbacks and event names [TRI-038] [TRI-020] (#21)
|
2022-01-09 16:12:29 -03:00 |
|
Lucas Fernandes Nogueira
|
680554de3e
|
feat: validate window label [TRI-021] (#13)
|
2022-01-09 14:30:43 -03:00 |
|
Lucas Nogueira
|
6ac21b3cef
|
feat: add private api feature flag (#7)
|
2022-01-09 11:29:29 -03:00 |
|
Lucas Fernandes Nogueira
|
0600099696
|
feat(api): support unknown types for event emit payload, closes #2929 (#2964)
|
2022-01-07 16:50:07 -03:00 |
|
Lucas Fernandes Nogueira
|
74dff536d4
|
fix(core): emit tauri://close-requested to JS, closes #2996 (#3041)
|
2021-12-09 12:22:12 -03:00 |
|
Amr Bashir
|
1bfc32a3b2
|
fix(api.js): add fileDropEnabled to WindowOptions, closes #2968 (#2989)
|
2021-12-09 01:03:21 -03:00 |
|
renovate[bot]
|
b759744999
|
chore(deps) Update Tauri API Definitions (major) (#2747)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-10-13 10:30:24 -03:00 |
|
Lucas Fernandes Nogueira
|
11db96e440
|
fix(cli.js): .ico icon generation, closes #2692 (#2694)
* fix(cli.js): `.ico` icon generation, closes #2692
* fmt
* chore: cleanup resize logic
|
2021-10-02 08:42:32 -03:00 |
|
Lucas Nogueira
|
a21f6b212c
|
docs(api): clarify setSize, setMinSize, setMaxSize and setLocation, closes #2660
|
2021-09-29 18:00:59 -03:00 |
|
Lucas Nogueira
|
2792531347
|
chore: apply temporary change to __currentWindow usage
|
2021-09-27 15:13:01 -03:00 |
|
Lucas Nogueira
|
f68603aee4
|
chore(docs): simplify event system documentation
|
2021-09-27 13:07:05 -03:00 |
|
Adilson Schmitt Junior
|
cc8b1468c8
|
Fix(api): Window size and position returning wrong class (fix: #2599) (#2621)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-09-22 18:57:23 -03:00 |
|
amrbashir
|
ba9f1a3ceb
|
docs(api.js): update platform-specific notes size
|
2021-09-04 17:52:57 +02:00 |
|
Lucas Fernandes Nogueira
|
8e48029790
|
feat(api): improve EventName type definition (#2379)
|
2021-08-10 10:54:42 -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 |
|
FabianLars
|
0f63f5e757
|
fix(api): Fix monitor functions, closes #2294 (#2301)
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com>
|
2021-07-29 13:44:24 -03:00 |
|
Lucas Fernandes Nogueira
|
268450b132
|
fix(api): global bundle broken code, closes #2289 (#2297)
|
2021-07-26 11:25:08 -03:00 |
|
Amr Bashir
|
9fbcc02454
|
fix(api.js): fix double window creation, closes #2284 (#2285)
|
2021-07-23 09:06:12 -04:00 |
|
Amr Bashir
|
785865863e
|
chore(api.js): better platform-specific notes (#2253)
|
2021-07-21 12:23:16 +08:00 |
|
Amr Bashir
|
dd52e738f1
|
fix(api.js): fix @ts-expect-error usage, closes #2249 (#2250)
|
2021-07-19 18:19:58 -04:00 |
|
Lucas Fernandes Nogueira
|
d69b1cf6d7
|
feat(api): allow mananing windows created on JS (#2154)
|
2021-07-05 12:16:55 -03:00 |
|
Lucas Fernandes Nogueira
|
5d7626f897
|
feat(api): WindowManager extends WebviewWindowHandle, add events docs (#2146)
|
2021-07-03 23:38:35 -03:00 |
|
Lucas Fernandes Nogueira
|
7dcca6e928
|
feat(core): add request_user_attention API, closes #2023 (#2026)
* feat(core): add `request_user_attention` API
* fix: api lint
* fix build without window allowlist
|
2021-06-20 23:42:38 -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
|
e06aa27738
|
feat(core): add set_skip_taskbar API
|
2021-05-30 22:09:12 -03:00 |
|
Lucas Nogueira
|
5525b03a78
|
feat(core): add skip_taskbar API to the WindowBuilder/WindowOptions
|
2021-05-30 18:43:28 -03:00 |
|
Lucas Nogueira
|
36506c967d
|
feat(core): add is_visible API
|
2021-05-30 18:06:24 -03:00 |
|
Lucas Nogueira
|
5f351622c7
|
feat(core): add focus API to the WindowBuilder and WindowOptions, #1737
|
2021-05-30 17:41:28 -03:00 |
|
Lucas Nogueira
|
bb6992f888
|
feat(core): add set_focus window API, fixes #1737
|
2021-05-30 17:30:26 -03:00 |
|
Lucas Nogueira
|
f58a2114fb
|
feat(core): add is_decorated Window getter
|
2021-05-30 17:21:05 -03:00 |
|
Lucas Fernandes Nogueira
|
4aeb936e9b
|
fix(api): WebviewWindow constructor is public (#1888)
|
2021-05-21 13:25:10 -03:00 |
|
Lucas Fernandes Nogueira
|
2881ccc329
|
docs(api): document allowlist for each module (#1853)
|
2021-05-17 22:33:09 -03:00 |
|
Lucas Fernandes Nogueira
|
de147cd3a9
|
docs(api): document window.__TAURI__ option on each module [skip ci] (#1852)
|
2021-05-17 17:56:14 -03:00 |
|
Lucas Fernandes Nogueira
|
612cd8ecb8
|
feat(api): finalize export type usage (#1847)
|
2021-05-17 12:54:56 -03:00 |
|
Lucas Fernandes Nogueira
|
7616e6cc7b
|
feat(api): validate window API size and location arguments (#1846)
* feat(api): validate window API `size` and `location` arguments
* fmt
|
2021-05-17 11:47:11 -03:00 |
|
Sporesirius
|
9a662d2601
|
fix: Monitor if --isolatedModules is enabled (#1825)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
|
2021-05-13 16:53:10 -03:00 |
|
Lucas Nogueira
|
46ea873311
|
fix(api): export WebviewWindowHandle type
|
2021-05-10 21:46:06 -03:00 |
|
Lucas Fernandes Nogueira
|
08c1c5ca5c
|
fix(api): missing transparent flag on WindowOptions (#1764)
|
2021-05-10 00:30:01 -03:00 |
|
Lucas Fernandes Nogueira
|
6bfac866a7
|
refactor(core): add window getters, physical & logical sizes/positions (#1723)
|
2021-05-05 20:15:08 -03:00 |
|
Lucas Fernandes Nogueira
|
f7892cf4ff
|
feat(api): documentation (#1694)
* feat(api): documentation
* more docs [skip ci]
|
2021-05-05 14:36:40 -03:00 |
|
Lucas Fernandes Nogueira
|
c31f0978c5
|
refactor: update to wry 0.9 (#1630)
|
2021-04-28 19:56:05 -03:00 |
|
Pablo Singer
|
ae156e77e0
|
fix(api): wrong window.setIcon argument type (#1591)
|
2021-04-22 21:39:18 -03:00 |
|
Lucas Fernandes Nogueira
|
5b6c7bb6ee
|
feat(examples): showcase basics of multiwindows feature on api example (#1468)
|
2021-04-12 23:35:57 -03:00 |
|
Amr Bashir
|
186deb43d5
|
refactor: more consistent js-api docs (#1463)
|
2021-04-12 22:44:50 -03:00 |
|
Lucas Fernandes Nogueira
|
aea614587b
|
refactor(repo): add /tooling folder (#1457)
|
2021-04-12 01:59:25 -03:00 |
|