Commit graph

409 commits

Author SHA1 Message Date
Malcolm Smith
ca8410da22 Document App.windows, and related fixes 2023-10-25 10:41:32 +01:00
Malcolm Smith
3f67033edb Clean up App constructor docs 2023-10-23 16:22:17 +01:00
Russell Keith-Magee
5c31e88877
Merge branch 'main' into audit-app 2023-10-20 09:18:01 +08:00
Malcolm Smith
7a46d410be
Merge pull request #1399 from freakboy3742/cocoa-fonts
Initial implementation of Cocoa and iOS font loading.
2023-10-19 19:08:32 +01:00
Russell Keith-Magee
28771cf580
Merge branch 'main' into audit-app 2023-10-18 12:36:28 +08:00
Russell Keith-Magee
fb9561633e
Merge branch 'main' into ownership-cleanup-samschott 2023-10-18 07:54:26 +08:00
Malcolm Smith
c9d0e1e4b4 Move common Android test methods to BaseProbe 2023-10-15 09:19:58 +01:00
Malcolm Smith
a44043eed6 Window documentation cleanups 2023-10-14 19:47:54 +01:00
Russell Keith-Magee
e67de2e8fb
Added platform note about cocoa/iOS variant font files. 2023-10-10 15:50:05 +02:00
Russell Keith-Magee
7ff95f05fd
Merge branch 'main' into ownership-cleanup-samschott 2023-10-09 06:57:55 +02:00
Russell Keith-Magee
9240da395b
Disable variable font tests on cocoa and iOS. 2023-10-08 10:59:34 +02:00
Russell Keith-Magee
5a5a48a84c
Enable iOS custom font tests. 2023-10-08 10:52:43 +02:00
Russell Keith-Magee
d63b46246f
Merge branch 'main' into audit-window 2023-10-06 06:10:43 +08:00
Malcolm Smith
425e6d4612 Add definitions of CSS pixels and points 2023-10-01 14:59:22 +01:00
Malcolm Smith
1a8d1cc606 Add text baseline setting, update tests, and fix on WinForms 2023-09-27 21:23:00 +01:00
Malcolm Smith
233adb2513 Remove redundant DrawingOperation documentation 2023-09-24 20:15:07 +01:00
Malcolm Smith
5fccc5c880 Documentation cleanups 2023-09-17 14:43:40 +01:00
Malcolm Smith
b8370a1cfd Merge remote-tracking branch 'origin/main' into audit-canvas 2023-09-14 21:54:10 +01:00
Russell Keith-Magee
dce0223e65
Reorganize docs for Font. 2023-09-14 07:35:37 +08:00
Malcolm Smith
4b9c84abaf Documentation fixes 2023-09-13 18:56:05 +01:00
Malcolm Smith
5821c65eda Documentation cleanups 2023-09-12 18:33:52 +01:00
Malcolm Smith
d22539a1d0 Clarify that Android Selection doesn't support font, color or alignment 2023-09-11 13:21:02 +01:00
Russell Keith-Magee
f370c3159f
Merge branch 'main' into audit-window 2023-09-10 08:49:40 +08:00
Russell Keith-Magee
a978bc7925
Merge branch 'main' into gtk-font-tests 2023-09-10 08:36:41 +08:00
Russell Keith-Magee
813e682522
Merge pull request #2025 from freakboy3742/audit-detailedlist
[widget Audit] toga.DetailedList
2023-09-10 07:56:35 +08:00
Malcolm Smith
4ff988cc57 Clarify DetailedList accessor docs 2023-09-09 15:49:33 +01:00
Russell Keith-Magee
7764b92788
Enable webkit inspector for iOS and Cococa. 2023-09-04 06:58:09 +08:00
Malcolm Smith
449a17ac7a WinForms DetailedList at 100%, but primary, secondary and refresh actions not implemented 2023-09-01 22:05:04 +01:00
Malcolm Smith
9d0a282405 Winforms: support icons in Tables, but in first column only 2023-09-01 17:41:30 +01:00
Malcolm Smith
52be4795e6 Documentation cleanups 2023-08-30 10:22:45 +01:00
Russell Keith-Magee
812fe805ee
Merge branch 'main' into audit-detailedlist 2023-08-30 06:56:06 +08:00
Malcolm Smith
3911cadc68 Documentation cleanups 2023-08-29 17:08:48 +01:00
Russell Keith-Magee
68a3721a2f
Merge branch 'main' into audit-tree 2023-08-28 09:58:34 +08:00
Malcolm Smith
6e116c9d62 Android Table to 100% coverage 2023-08-27 01:34:45 +01:00
Russell Keith-Magee
32fbd4579a
Merge branch 'audit-table' into audit-tree 2023-08-26 13:39:35 +08:00
Russell Keith-Magee
66a613b2df
Merge branch 'gtk-font-tests' into audit-canvas 2023-08-25 14:57:24 +08:00
Russell Keith-Magee
0c07e4cace
Merge branch 'main' into gtk-font-tests 2023-08-25 14:21:16 +08:00
Malcolm Smith
3d3641cd65 Winforms Table to 100% coverage 2023-08-24 17:42:03 +01:00
Malcolm Smith
673b061c3a Merge branch 'main' into audit-table 2023-08-23 14:07:58 +01:00
Malcolm Smith
ef88f58927 More docs clarifications 2023-08-23 14:04:49 +01:00
Malcolm Smith
7c67ded7f1 Avoid wrapping in examples 2023-08-23 10:25:42 +01:00
Malcolm Smith
b76e453749
Apply suggestions from code review
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
2023-08-23 10:21:20 +01:00
Russell Keith-Magee
ca1471dd83
Merge branch 'audit-window' into audit-app 2023-08-23 09:15:51 +08:00
Russell Keith-Magee
85f537f818
Merge branch 'main' into audit-window 2023-08-23 09:03:25 +08:00
Malcolm Smith
0c17678955 Icon documentation cleanups 2023-08-22 21:13:28 +01:00
Malcolm Smith
1e8deea707 Documentation cleanups 2023-08-22 20:15:54 +01:00
Malcolm Smith
d761b7ac00 Enable autodoc_default_options: members, undoc-members, show-inheritance 2023-08-22 12:21:57 +01:00
Malcolm Smith
ec1ac83eec Merge branch 'main' into audit-table 2023-08-22 09:59:26 +01:00
Russell Keith-Magee
fc4ea4bd61 Add documentation about the finality of close(). 2023-08-17 19:29:57 +02:00
Russell Keith-Magee
035fc8be77
Merge branch 'audit-window' into audit-app 2023-08-16 12:33:14 +08:00
Russell Keith-Magee
a04ad63056
Merge branch 'main' into audit-window 2023-08-16 10:17:31 +08:00
Russell Keith-Magee
3f41330ced
First pass at a Textual backend. 2023-08-16 07:43:34 +08:00
Russell Keith-Magee
2076dd9888
Complete core test coverage for Command. 2023-08-12 11:34:19 +08:00
Russell Keith-Magee
8f92cd375a
Add docs, docstrings and type annotations for Command. 2023-08-11 15:34:53 +08:00
Russell Keith-Magee
684a45d386
Add documentation and test coverage for app and document. 2023-08-11 12:54:02 +08:00
Malcolm Smith
125ddf24cf Documentation fixes 2023-08-09 13:53:21 +01:00
Russell Keith-Magee
7cd3fde6fe
Minor coverage tweaks. 2023-08-03 13:55:00 +08:00
Russell Keith-Magee
e3613f2e8b
100% coverage for Window on iOS. 2023-08-03 13:55:00 +08:00
Russell Keith-Magee
d2eec8110a
Migrated core tests to pytest. 2023-08-03 13:54:59 +08:00
Russell Keith-Magee
d3fd16d236
Update docstrings and documentation for Window and MainWindow. 2023-08-03 13:54:58 +08:00
Russell Keith-Magee
fef0258023
Merge branch 'main' into audit-table 2023-07-26 15:50:33 +08:00
Russell Keith-Magee
d033c1e807
Merge branch 'gtk-font-tests' into audit-canvas 2023-07-26 15:47:36 +08:00
Russell Keith-Magee
69fab4f421
Merge branch 'main' into gtk-font-tests 2023-07-26 15:42:04 +08:00
Russell Keith-Magee
230d3bbaba
Merge branch 'audit-tree' into audit-detailedlist 2023-07-26 15:40:25 +08:00
Russell Keith-Magee
3f3c6f590f
Merge branch 'audit-table' into audit-tree 2023-07-26 15:39:35 +08:00
Russell Keith-Magee
6aa0992350
Merge branch 'main' into audit-table 2023-07-26 15:39:06 +08:00
Russell Keith-Magee
eac7feb5f4
Merge branch 'main' into audit-optioncontainer 2023-07-26 15:32:45 +08:00
Russell Keith-Magee
0bf11fa58f
Minor naming and wording cleanups. 2023-07-26 14:55:39 +08:00
Niklas Mertsch
1682acba68 Docs: add protocols 2023-07-23 15:33:09 +02:00
Russell Keith-Magee
4c5e8160cb
Merge branch 'gtk-font-tests' into audit-canvas 2023-07-17 08:51:38 +02:00
Russell Keith-Magee
c67cb769db
Merge branch 'main' into gtk-font-tests 2023-07-17 08:49:51 +02:00
Russell Keith-Magee
f92d9f8ba5
Merge branch 'audit-tree' into audit-detailedlist 2023-07-17 08:49:33 +02:00
Russell Keith-Magee
72d1c2ccbd
Merge branch 'audit-table' into audit-tree 2023-07-17 08:49:11 +02:00
Russell Keith-Magee
347abf9bfe
Merge branch 'main' into audit-table 2023-07-17 08:48:02 +02:00
Russell Keith-Magee
00b46fbabb
Merge branch 'main' into audit-optioncontainer 2023-07-17 08:43:51 +02:00
Russell Keith-Magee
83a2b72155
Merge branch 'gtk-font-tests' into audit-canvas 2023-07-14 16:07:26 +08:00
Russell Keith-Magee
6281eb0dc1
Merge branch 'main' into gtk-font-tests 2023-07-14 16:07:07 +08:00
Malcolm Smith
bd3f4670ef Documentation cleanups 2023-07-12 13:27:03 +01:00
Russell Keith-Magee
88f13229e8
Update docs reference to <1 flex handling. 2023-07-12 13:19:58 +08:00
Russell Keith-Magee
3399e45e52
Use direction constant consistently. 2023-07-12 13:15:57 +08:00
Russell Keith-Magee
7374d4c0e7
Apply suggestions from code review
Co-authored-by: Malcolm Smith <smith@chaquo.com>
2023-07-12 13:14:11 +08:00
Russell Keith-Magee
b9cafba116
Corrected inconsistent page titles. 2023-07-12 12:21:03 +08:00
Russell Keith-Magee
e7c945b159
Add documentation for the constants module. 2023-07-12 12:20:08 +08:00
Russell Keith-Magee
04142449dc
Merge branch 'audit-scrollcontainer' into audit-splitcontainer 2023-07-12 12:01:01 +08:00
Russell Keith-Magee
ab6f9f6061
Complete documentation audit and add changenotes. 2023-07-12 10:16:46 +08:00
Malcolm Smith
0d210105fd Miscellaneous cleanups 2023-07-10 12:51:47 +01:00
Russell Keith-Magee
bd1a2a93fd
Updated documentation for Canvas. 2023-07-10 07:20:12 +08:00
Russell Keith-Magee
6ec8eb8bb8
iOS DetailedList to 100% coverage. 2023-07-07 07:41:37 +08:00
Russell Keith-Magee
1f260f5b56
Modify core API to use primary/secondary actions. 2023-07-06 10:00:43 +08:00
Russell Keith-Magee
9a4e69fbd7
Update docs index entry. 2023-07-06 09:59:46 +08:00
Russell Keith-Magee
8a3fbf1215
Update docs and core API for DetailedList. 2023-07-06 09:59:41 +08:00
Malcolm Smith
e6c2cf2fa1 Update widget support table 2023-07-05 09:53:02 +01:00
Russell Keith-Magee
c6b63c169e
Merge remote-tracking branch 'upstream/main' into gtk-font-tests 2023-07-02 17:00:37 +08:00
Russell Keith-Magee
d3802f3308
Add font checks to table and tree. 2023-06-30 12:58:02 +08:00
Russell Keith-Magee
a67ae06d8f
Simplify the GTK implementation by tracking insertion iterators. 2023-06-30 10:58:02 +08:00
Russell Keith-Magee
0b4d6b355f
Add docs for Tree. 2023-06-29 13:42:42 +08:00
Russell Keith-Magee
855dd094fc
Add changenotes and docs for Tree widget. 2023-06-29 13:41:08 +08:00
Russell Keith-Magee
1ed974b6e9
Update docs and tests for TreeSource. 2023-06-29 13:41:08 +08:00
Russell Keith-Magee
77a7e4d222
Add documentation notes about icons and widgets in Table. 2023-06-27 15:30:50 +08:00
Russell Keith-Magee
dd70006643
Add an explicit note that ListSource is list-like. 2023-06-27 14:34:56 +08:00
Russell Keith-Magee
15624b5bd9
Merge branch 'audit-splitcontainer' into audit-optioncontainer 2023-06-27 07:57:45 +08:00
Russell Keith-Magee
1b224c60a4
Merge branch 'audit-scrollcontainer' into audit-splitcontainer 2023-06-27 07:56:42 +08:00
Russell Keith-Magee
17d4120381
Merge branch 'main' into audit-scrollcontainer 2023-06-27 07:54:12 +08:00
Russell Keith-Magee
a7d7cbfed1
Add an explicit note that ListSource is list-like. 2023-06-27 07:24:04 +08:00
Russell Keith-Magee
f63c715af9
100% coverage and testbed for icons. 2023-06-26 10:28:54 +08:00
Russell Keith-Magee
de52103d76
Add docs for Table. 2023-06-26 10:28:09 +08:00
Russell Keith-Magee
49b81b2321
Merge branch 'audit-splitcontainer' into audit-optioncontainer 2023-06-26 08:30:22 +08:00
Russell Keith-Magee
4195a8fd12
Merge branch 'audit-scrollcontainer' into audit-splitcontainer 2023-06-26 08:28:10 +08:00
Russell Keith-Magee
17e4a873d8
Merge branch 'main' into audit-scrollcontainer 2023-06-26 08:27:38 +08:00
Russell Keith-Magee
2ae27675eb
Merge branch 'main' into audit-selection 2023-06-26 08:24:02 +08:00
Russell Keith-Magee
c548a2d4c1
Restructure background section to provide better organization. 2023-06-25 13:28:14 +08:00
Russell Keith-Magee
95d6b3cfae
Merge branch 'main' into gtk-font-tests 2023-06-24 15:09:24 +08:00
Russell Keith-Magee
53abedd500
Merge branch 'audit-splitcontainer' into audit-optioncontainer 2023-06-23 07:17:08 +08:00
Russell Keith-Magee
a324c3778e
Merge branch 'audit-scrollcontainer' into audit-splitcontainer 2023-06-23 07:10:13 +08:00
Russell Keith-Magee
20697ded21
Merge branch 'main' into audit-scrollcontainer 2023-06-23 07:07:40 +08:00
Malcolm Smith
ba6bdbf538 Winforms to 100% 2023-06-22 22:15:45 +01:00
Malcolm Smith
c56d6d9c17 Merge remote-tracking branch 'origin/main' into audit-selection
# Conflicts:
#	docs/reference/data/widgets_by_platform.csv
2023-06-22 19:05:34 +01:00
Russell Keith-Magee
a5b47d1d92
Clarify interpretation of image sizing and Pack handling of images. 2023-06-22 13:25:02 +08:00
Russell Keith-Magee
8a7d0dc5bd
Merge branch 'main' into audit-imageview 2023-06-22 09:25:54 +08:00
Russell Keith-Magee
a4b5a3d3c2
Clarify that image format support is for loading and saving.
Co-authored-by: Malcolm Smith <smith@chaquo.com>
2023-06-22 08:56:58 +08:00
Russell Keith-Magee
7db07cdb88
Update doc class references. 2023-06-21 08:35:07 +08:00
Russell Keith-Magee
47921708e2
Merge branch 'audit-splitcontainer' into audit-optioncontainer 2023-06-20 13:22:33 +08:00
Russell Keith-Magee
5c4cd009e8
Merge branch 'audit-scrollcontainer' into audit-splitcontainer 2023-06-20 13:17:18 +08:00
Malcolm Smith
94244f88c0 TimeInput min and max fixes (core) 2023-06-19 19:46:54 +01:00
Malcolm Smith
b9fa936bfb DateInput min and max fixes 2023-06-19 18:41:00 +01:00
Russell Keith-Magee
932efb0209
Update docs and core API for OptionContainer. 2023-06-19 14:38:24 +08:00
Russell Keith-Magee
8d64f1d7d9
Fix markup issues with splitcontainer image. 2023-06-19 10:56:20 +08:00
Russell Keith-Magee
c967ad49f5
Correct some docs markup issues. 2023-06-19 10:54:39 +08:00
Russell Keith-Magee
d9e5737527
Merge branch 'audit-scrollcontainer' into audit-splitcontainer 2023-06-18 15:42:16 +08:00
Russell Keith-Magee
78d521a991
Merge branch 'main' into audit-scrollcontainer 2023-06-18 15:41:51 +08:00
Russell Keith-Magee
f03f7b96c5
Misc documentation cleanups. 2023-06-16 07:51:14 +08:00
Russell Keith-Magee
d92960c7a8
Apply suggestions from code review
Co-authored-by: Malcolm Smith <smith@chaquo.com>
2023-06-16 06:43:22 +08:00
Malcolm Smith
2bc7b12f2c Merge branch 'main' into audit-imageview 2023-06-15 19:11:17 +01:00
Malcolm Smith
7cd87bfe55 Merge branch 'main' into audit-datetime 2023-06-15 14:40:45 +01:00
Russell Keith-Magee
033d465168
Try a better explanation of items and value. 2023-06-15 14:34:03 +08:00
Russell Keith-Magee
60c5abefa3
Cleanup of Source APIs and docs. 2023-06-15 12:09:51 +08:00
Russell Keith-Magee
aecc4720a9
Remove cross-platform utils from the widgets-by-platform chart. 2023-06-15 07:55:19 +08:00
Russell Keith-Magee
c3abe3259a
Correct docs markup. 2023-06-15 07:25:26 +08:00
Russell Keith-Magee
b15f3820c9
Merge branch 'main' into audit-selection 2023-06-15 07:11:59 +08:00
Russell Keith-Magee
5aac223729
Correct docs typo. 2023-06-14 11:26:11 +08:00
Russell Keith-Magee
b9a1a384b2
Initial update to SplitContainer docs and API. 2023-06-14 11:26:09 +08:00
Russell Keith-Magee
20ca03e1f0
Minor docs cleanups. 2023-06-14 10:57:07 +08:00
Russell Keith-Magee
bc832e9b1d
Merge branch 'main' into gtk-font-tests 2023-06-13 17:52:12 +08:00
Russell Keith-Magee
b89f14a14c
Cocoa ScrollContainer at 100%, including container rework. 2023-06-12 12:53:57 +08:00
Malcolm Smith
2db3c13efe Fix async issues on Windows 2023-06-10 16:11:34 +01:00
Russell Keith-Magee
40a7dd03cd
Update docs for ScrollContainer 2023-06-09 08:49:13 +08:00
Russell Keith-Magee
457a00b88f
Merge branch 'main' into audit-datetime 2023-06-09 08:48:16 +08:00
Russell Keith-Magee
17cf05d822
Merge branch 'main' into audit-webview 2023-06-09 08:20:19 +08:00
Russell Keith-Magee
2c9ab1e58b
Merge branch 'main' into audit-selection 2023-06-09 07:25:55 +08:00
Russell Keith-Magee
da9ce1a0c4
Merge branch 'main' into audit-imageview 2023-06-09 06:57:03 +08:00