summaryrefslogtreecommitdiff
path: root/lib/wx
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'maint'Lukas Larsson2021-11-012-0/+8
|\ \ | |/
| * Add .editorconfigLukas Larsson2021-10-272-0/+8
| |
* | Merge branch 'maint'Henrik Nord2021-09-222-1/+43
|\ \ | |/ | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
| * Prepare releaseErlang/OTP2021-09-172-1/+43
| |
* | Merge branch 'maint'Ingela Anderton Andin2021-09-131-1/+1
|\ \ | |/
| * test suites: replace ?t: with test_server:Maxim Fedorov2021-09-081-1/+1
| | | | | | | | | | | | Removing ?t retained for backward compatibility allows to search for test_server callsites easier. Replace ?t:fail and test_server:fail with ct:fail.
* | Merge branch 'dgud/wx/color-match/GH-4999/OTP-17577'Dan Gudmundsson2021-09-0236-4012/+4532
|\ \ | |/
| * wx: add some font functions to wxtextattrDan Gudmundsson2021-08-258-3869/+4368
| | | | | | | | | | | | The functions was missing, other functions are missing too, but they seems to be for wxRichtext which is not yet implemented/supported.
| * wx: Check wxColour type harderDan Gudmundsson2021-08-2431-143/+164
| | | | | | | | | | | | | | | | | | Can't check that argument is a tuple of size 4 is a color, since it could also be an object_ref and make the clause match stuff the shouldn't be matched. Also make color to have a seperate type footprint to discover those cases.
* | Add app-file runtime_dependencies test and incorrect dependencies fixesKjell Winblad2021-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds a test case to check that app files for the Erlang/OTP applications specifies correct versions for the dependencies in the runtime_dependencies field. The test is designed to work on the Erlang/OTP team's test servers as it assumes that all released applications are installed in particular places and that all app versions have been increased in the correct way (which is done by scripts in the Erlang/OTP team's test infrastructure). The test uses xref to try to find undefined function calls in all Erlang/OTP applications. When running xref to test an application, `xref`'s library path is set to point to folders containing beam-files for the applications that are specified as the minimum correct versions by the `runtime_dependencies` field in the application's app file. This commit also bumps the versions of several dependencies that the test found to have incorrect versiosn so they instead get the first version of the dependencies that makes the test pass.
* | Merge branch 'rickard/cross-build-host-triplets-check/ERIERL-668/OTP-17514' ↵Rickard Green2021-07-021-0/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | into rickard/cross-build-host-triplets-check/master/ERIERL-668/OTP-17514 * rickard/cross-build-host-triplets-check/ERIERL-668/OTP-17514: Update configure scripts Fail if canonicalized host and build equals when cross compiling
* \ \ Merge branch 'maint'Dan Gudmundsson2021-06-231-1/+5
|\ \ \ | | |/ | |/|
| * | Merge branch 'dgud/wx/fix-raise' into maintDan Gudmundsson2021-06-231-1/+5
| |\ \ | | | | | | | | | | | | OTP-17507
| | * | wx: Fix raise in delete_envDan Gudmundsson2021-05-241-1/+5
| | | | | | | | | | | | | | | | | | | | Clear queue so that we don't have any out standing requests to memenv before deleting it.
* | | | Merge branch 'rickard/autoconf-2.71/master/OTP-17414'Rickard Green2021-06-177-5882/+2624
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/autoconf-2.71/master/OTP-17414: Update configure scripts Remove leftovers of standalone build for wx application Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE() Update configure scripts Move autoconf helpers from erts to make/autoconf Update configure scripts Adapt configure scripts to autoconf 2.71 (step 2) Update configure scripts Adapt configure scripts to autoconf 2.71 (step 1) No tabs in m4 files Fix monotonic hrtime configure test
| * | | Merge branch 'rickard/autoconf-2.71/OTP-17414' into ↵Rickard Green2021-06-157-5876/+2618
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rickard/autoconf-2.71/master/OTP-17414 * rickard/autoconf-2.71/OTP-17414: Update configure scripts Remove leftovers of standalone build for wx application Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE() Update configure scripts Move autoconf helpers from erts to make/autoconf Update configure scripts Adapt configure scripts to autoconf 2.71 (step 2) Update configure scripts Adapt configure scripts to autoconf 2.71 (step 1) No tabs in m4 files Fix monotonic hrtime configure test
| | * | | Update configure scriptsRickard Green2021-06-151-21/+1
| | | | |
| | * | | Remove leftovers of standalone build for wx applicationRickard Green2021-06-153-28/+1
| | | | |
| | * | | Double quote arguments to AC_LANG_PROGRAM() and AC_LANG_SOURCE()Rickard Green2021-06-151-3/+3
| | | | |
| | * | | Update configure scriptsRickard Green2021-06-151-2/+90
| | | | |
| | * | | Move autoconf helpers from erts to make/autoconfRickard Green2021-06-154-4103/+3
| | | | |
| | * | | Update configure scriptsRickard Green2021-06-151-46/+197
| | | | |
| | * | | Adapt configure scripts to autoconf 2.71 (step 2)Rickard Green2021-06-151-44/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace conditional constructs (if, case) with autoconf constructs (AS_IF(), AS_CASE()) where needed. This due to the following (cut from autoconf 2.70 release notes): - Autoconf macros that use AC_REQUIRE are not safe to use in shell control-flow constructs that appear outside of macros defined by AC_DEFUN. Use AS_IF, AS_CASE, etc. instead. (See the Prerequisite Macro section of the manual for details.) The set of macros that use AC_REQUIRE internally may change from release to release. The only macros that are guaranteed *not* to use AC_REQUIRE are the macros for acting on the results of a test: AC_DEFINE, AC_SUBST, AC_MSG_*, AC_CACHE_CHECK, etc.
| | * | | Update configure scriptsRickard Green2021-06-141-1647/+2278
| | | | |
| | * | | Adapt configure scripts to autoconf 2.71 (step 1)Rickard Green2021-06-141-14/+11
| | | |/ | | |/| | | | | | | | | Replace obsolete macros and fix warnings
* | | | wx: Include the edge webview loader in wxDan Gudmundsson2021-06-155-34/+104
|/ / / | | | | | | | | | | | | Include it so that the end users that install the prebuilt erlang don't need to build the loader as well as install the edge-chromium library.
* | | Merge pull request #4780 from diodechain/letz/wxAppEventsDan Gudmundsson2021-05-254-8/+56
|\ \ \ | |_|/ |/| | | | | | | | | | | Completed list of handled MacOS wxApp events OTP-17438
| * | Completed list of handled MacOS app eventsDominic Letz2021-04-284-8/+56
| | | | | | | | | | | | | | | | | | | | | So far only `new_file` was handled and there was only an undocumented function to fetch those events. Now all currently existing application events are captured and can be subscribed to from a client application.
* | | Merge branch 'maint-22' into maintRickard Green2021-05-201-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-22: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/common_test/doc/src/notes.xml # lib/common_test/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/megaco/doc/src/notes.xml # lib/megaco/vsn.mk # lib/odbc/doc/src/notes.xml # lib/odbc/vsn.mk # lib/snmp/doc/src/notes.xml # lib/snmp/vsn.mk # lib/wx/doc/src/notes.xml # lib/wx/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | | Prepare releaseErlang/OTP2021-05-202-1/+16
| | | |
| * | | Update configure scriptsRickard Green2021-05-194-0/+10836
| | | |
* | | | Merge branch 'maint-23' into maintRickard Green2021-05-201-1/+15
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * maint-23: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # erts/doc/src/notes.xml # erts/vsn.mk # lib/common_test/doc/src/notes.xml # lib/common_test/vsn.mk # lib/crypto/doc/src/notes.xml # lib/crypto/vsn.mk # lib/erl_interface/doc/src/notes.xml # lib/erl_interface/vsn.mk # lib/megaco/doc/src/notes.xml # lib/megaco/vsn.mk # lib/odbc/doc/src/notes.xml # lib/odbc/vsn.mk # lib/snmp/doc/src/notes.xml # lib/snmp/vsn.mk # lib/ssh/doc/src/notes.xml # lib/ssh/vsn.mk # lib/wx/doc/src/notes.xml # lib/wx/vsn.mk # make/otp_version_tickets # otp_versions.table
| * | | Prepare releaseErlang/OTP2021-05-202-1/+16
| | | |
| * | | Update configure scriptsRickard Green2021-05-194-0/+10905
| | | |
* | | | Prepare releaseErlang/OTP2021-05-202-1/+23
| | | |
* | | | Merge branch 'dgud/wx/fix-build-std/GH-4834/OTP-17407' into maint-24Erlang/OTP2021-05-202-3/+33
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * dgud/wx/fix-build-std/GH-4834/OTP-17407: wx: Fix compile error
| * | | | wx: Fix compile errorDan Gudmundsson2021-05-172-3/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it compile when wxWidgets is built with "-enable-std". Fixes GH-4834
* | | | | Update configure scriptsRickard Green2021-05-194-0/+11654
|/ / / /
* | | | Prepare releaseErlang/OTP2021-05-102-1/+83
| | | |
* | | | Change icon filesDan Gudmundsson2021-04-2836-2948/+5
| | | | | | | | | | | | | | | | | | | | And remove wxWidgets licenced icons. Remove xrc example as I don't have time to re-write it.
* | | | Correct licenseDan Gudmundsson2021-04-28235-3290/+470
| | | | | | | | | | | | | | | | The docs is generated from wxWidgets docs and should have wxWidgets copyright.
* | | | Improve doc generationDan Gudmundsson2021-04-2822-433/+120
| | | |
* | | | wx: Move wx interface filesDan Gudmundsson2021-04-23397-179908/+9
| |_|/ |/| | | | | | | | | | | Remove the interface files and keep those in a seperate repo, to make it easier to keep them updated.
* | | Revert "Prepare release"Henrik Nord2021-04-212-83/+1
| | | | | | | | | | | | This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
* | | Prepare releaseErlang/OTP2021-04-192-1/+83
| | |
* | | Revert "Prepare release"Henrik Nord2021-03-262-83/+1
| | | | | | | | | | | | This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
* | | Prepare releaseErlang/OTP2021-03-252-1/+83
| | |
* | | Merge branch 'maint'Henrik Nord2021-03-242-1/+19
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION
| * | Prepare releaseErlang/OTP2021-03-222-1/+19
| | |
* | | Merge pull request #4566 from diodechain/letz/wxNotificationMessageDan Gudmundsson2021-03-156-158/+279
|\ \ \ | | | | | | | | wxNotificationMessage macos & win polish