From afb632d2028fdc4a37e10e41e1929264ff59f52e Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 14 Mar 2013 09:53:33 +0100 Subject: Convert XML files to UTF-8, where needed --- lib/wx/doc/src/notes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index a6e89d32a9..6ed7d6cf8d 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -39,7 +39,7 @@

Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of - wx. (Thanks to Håkan Mattsson)

+ wx. (Thanks to HÃ¥kan Mattsson)

Own Id: OTP-10585

-- cgit v1.2.3 From e5875001247e6a6ac4f474157a51a8c54f94ae49 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 14 Mar 2013 16:01:25 +0100 Subject: Convert XML files to UTF-8 --- lib/wx/doc/src/book.xml | 4 ++-- lib/wx/doc/src/fascicules.xml | 2 +- lib/wx/doc/src/notes.xml | 2 +- lib/wx/doc/src/part.xml | 4 ++-- lib/wx/doc/src/part_notes.xml | 4 ++-- lib/wx/doc/src/ref_man.xml.src | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/book.xml b/lib/wx/doc/src/book.xml index d517892776..769b204ed6 100644 --- a/lib/wx/doc/src/book.xml +++ b/lib/wx/doc/src/book.xml @@ -1,10 +1,10 @@ - +
- 2009 + 20092013 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/fascicules.xml b/lib/wx/doc/src/fascicules.xml index 1b9d6bc94d..154c8a3b6d 100644 --- a/lib/wx/doc/src/fascicules.xml +++ b/lib/wx/doc/src/fascicules.xml @@ -1,4 +1,4 @@ - + diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 6ed7d6cf8d..6ecae3752b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -1,4 +1,4 @@ - + diff --git a/lib/wx/doc/src/part.xml b/lib/wx/doc/src/part.xml index 168add1a3c..a11473462c 100644 --- a/lib/wx/doc/src/part.xml +++ b/lib/wx/doc/src/part.xml @@ -1,10 +1,10 @@ - +
- 2009 + 20092013 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/part_notes.xml b/lib/wx/doc/src/part_notes.xml index 539ced5f1d..958a273488 100644 --- a/lib/wx/doc/src/part_notes.xml +++ b/lib/wx/doc/src/part_notes.xml @@ -1,10 +1,10 @@ - +
- 2009 + 20092013 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/ref_man.xml.src b/lib/wx/doc/src/ref_man.xml.src index 77fd16b050..26706d538b 100644 --- a/lib/wx/doc/src/ref_man.xml.src +++ b/lib/wx/doc/src/ref_man.xml.src @@ -1,10 +1,10 @@ - +
- 2009 + 20092013 Ericsson AB. All Rights Reserved. -- cgit v1.2.3 From c011973178d860f280c6ce18b07ce4176aec5b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Fri, 6 Sep 2013 13:40:21 +0200 Subject: Change encoding of troublesome notes.xml files to utf-8 Most notes.xml files will be updated in every release and cause the kind of the problems described in the previous commit. --- lib/wx/doc/src/notes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index a6e89d32a9..6ecae3752b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -1,4 +1,4 @@ - + @@ -39,7 +39,7 @@

Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of - wx. (Thanks to Håkan Mattsson)

+ wx. (Thanks to HÃ¥kan Mattsson)

Own Id: OTP-10585

-- cgit v1.2.3 From 01af7515f1d70d0c885c41435ed9a15ad985dc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20M=C3=BChmer?= Date: Sun, 10 Nov 2013 20:16:45 +0100 Subject: fix documentation --- lib/wx/doc/overview.edoc | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/overview.edoc b/lib/wx/doc/overview.edoc index 8bff6c34e1..054016f515 100644 --- a/lib/wx/doc/overview.edoc +++ b/lib/wx/doc/overview.edoc @@ -12,11 +12,11 @@ of wxWidgets. This document describes the erlang mapping to wxWidgets and it's implementation. It is not a complete users guide to wxWidgets. If you need that, you will have to read the wxWidgets documentation instead. wx tries to keep a one-to-one mapping with -the original api so that the original documentation and examples shall be +the original API so that the original documentation and examples shall be as easy as possible to use. wxErlang examples and test suite can be found in the erlang src release. -They can also provide some help on how to use the api. +They can also provide some help on how to use the API. This is currently a very brief introduction to wx. The application is still under development, which means the interface may change, @@ -33,17 +33,17 @@ and the test suite currently have a poor coverage ratio. == Introduction == -The original wxWidgets is an object-oriented (C++) api and +The original wxWidgets is an object-oriented (C++) API and that is reflected in the erlang mapping. In most cases each class in wxWidgets is represented as a module in erlang. This gives the wx application a huge interface, spread over several modules, and it all starts with the wx module. The wx module contains functions to create and -destroy the gui, i.e. wx:new/0,wx:destroy/0, and +destroy the GUI, i.e. wx:new/0, wx:destroy/0, and some other useful functions. Objects or object references in wx should be seen as erlang -processes rather then erlang terms. When you operate on them they can +processes rather than erlang terms. When you operate on them they can change state, e.g. they are not functional objects as erlang terms are. Each object has a type or rather a class, which is manipulated with the corresponding module or by sub-classes of that object. Type @@ -62,7 +62,7 @@ For example the wxWindow C++ class is implemented in the member wxWindow::CenterOnParent is thus wxWindow:centerOnParent. The following C++ code:
-  wxWindow MyWin = new wxWindo();
+  wxWindow MyWin = new wxWindow();
   MyWin.CenterOnParent(wxVERTICAL);
   ...
   delete MyWin;
@@ -91,7 +91,7 @@ they are directly mapped to corresponding erlang terms:
   
wxGridCellCoords is represented by {Row,Column}
-In the places where the erlang api differs from the original one it should +In the places where the erlang API differs from the original one it should be obvious from the erlang documentation which representation has been used. E.g. the C++ arrays and/or lists are sometimes represented as erlang lists and sometimes as tuples. @@ -112,7 +112,7 @@ Additionally some global functions, i.e. non-class functions, exist in the wx_misc module. wxErlang is implemented as a (threaded) driver and a rather direct -interface to the C++ api, with the drawback that if the erlang +interface to the C++ API, with the drawback that if the erlang programmer does an error, it might crash the emulator. Since the driver is threaded it requires a smp enabled emulator, @@ -121,7 +121,7 @@ that provides a thread safe interface to the driver. == Multiple processes and memory handling == The intention is that each erlang application calls wx:new() once to -setup it's gui which creates an environment and a memory mapping. To +setup it's GUI which creates an environment and a memory mapping. To be able to use wx from several processes in your application, you must share the environment. You can get the active environment with wx:get_env/0 and set it in the new processes @@ -153,26 +153,26 @@ increasing memory usage. This is especially important when wxWidgets assumes or recommends that you (or rather the C++ programmer) have allocated the object on the stack since that will never be done in the erlang binding. For example wxDC class -or its sub-classes or wxSizerFlags. +or its sub-classes or wxSizerFlags. Currently the dialogs show modal function freezes wxWidgets until the dialog is closed. That is intended but in erlang where you -can have several gui applications running at the same time it causes +can have several GUI applications running at the same time it causes trouble. This will hopefully be fixed in future wxWidgets releases. == Event Handling == -Event handling in wx differs most the from the original api. +Event handling in wx differs most from the original API. You must specify every event you want to handle in wxWidgets, -that is the same in the erlang binding but can you choose to receive -the events as messages or handle them with callback funs. +that is the same in the erlang binding but you can choose to receive +the events as messages or handle them with callback funs. Otherwise the event subscription is handled as wxWidgets dynamic event-handler connection. You subscribe to events of a certain -type from objects with an ID or within a range of ID:s. The -callback fun is optional, if not supplied the event will be sent to the -process that called connect/2. Thus, a handler is a callback fun +type from objects with an ID or within a range of IDs. The +callback fun is optional, if not supplied the event will be sent to the +process that called connect/2. Thus, a handler is a callback fun or a process which will receive an event message. Events are handled in order from bottom to top, in the widgets @@ -195,7 +195,7 @@ subscribed to wxKey event record where Event#wxKey.type = key_up. -In wxWidgets the developer have to call +In wxWidgets the developer has to call wxEvent:skip() if he wants the event to be processed by other handlers. You can do the same in wx if you use callbacks. If you want the event as messages you just don't supply a @@ -217,11 +217,11 @@ following handlers. The actual event objects are deleted after the fun returns. The callbacks are always invoked by another process and have -exclusive usage of the gui when invoked. This means that a callback fun +exclusive usage of the GUI when invoked. This means that a callback fun can not use the process dictionary and should not make calls to other -processes. Calls to another process inside a callback fun may cause a +processes. Calls to another process inside a callback fun may cause a deadlock if the other process is waiting on completion of his call to -the gui. +the GUI. == Acknowledgments == -- cgit v1.2.3 From 25237481ccccd3ddfa74582dc267632ad618ba30 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 9 Dec 2013 20:12:33 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 6ecae3752b..c330353dd4 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,42 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.1.1 + +
Fixed Bugs and Malfunctions + + +

+ wx initialization hanged with wxWidgets-3.0 on mac. Fixed + a crash with wxListBox on wxWidgets-3.0 (thanks Sergei + Golovan) Fixed documentation links. Fixed event callbacks + cleanup.

+

+ Own Id: OTP-11393

+
+ +

+ Improve documentation (Thanks to Boris Mühmer)

+

+ Own Id: OTP-11505

+
+
+
+ + +
Improvements and New Features + + +

+ Fix silent make rules (Thanks to Anthony Ramine)

+

+ Own Id: OTP-11515

+
+
+
+ +
+
Wx 1.0
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 23790daf1a2d384b0fc11c655fa825151d9fa420 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 24 Jan 2014 12:30:47 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index c330353dd4..6e653cf828 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,22 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.1.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a problem which caused the debugger to crash when + closing a window. Fixed static linking on mac.

+

+ Own Id: OTP-11444

+
+
+
+ +
+
Wx 1.1.1
Fixed Bugs and Malfunctions -- cgit v1.2.3 From f719d0fe308f00b85f92c29d7cdf9b0dc20d98a2 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 7 Apr 2014 19:52:48 +0200 Subject: Update release notes --- lib/wx/doc/src/notes.xml | 53 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 6e653cf828..daa61fda1e 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,59 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.2 + +
Fixed Bugs and Malfunctions + + +

+ Refactored C++ code, fixed crashes and a deadlock on + linux.

+

+ Own Id: OTP-11586

+
+ +

+ Some local implementations of removing the last element + from a list are replaced by lists:droplast/1. Note + that this requires at least stdlib-2.0, which is + the stdlib version delivered in OTP 17.0. (Thanks to Hans + Svensson)

+

+ Own Id: OTP-11678

+
+ +

+ Reworked the internal event handling to avoid crashes in + destroy objects. Thanks Tom for the bug report.

+

+ Own Id: OTP-11699

+
+ +

+ Application upgrade (appup) files are corrected for the + following applications:

+

+ asn1, common_test, compiler, crypto, debugger, + dialyzer, edoc, eldap, erl_docgen, et, eunit, gs, hipe, + inets, observer, odbc, os_mon, otp_mibs, parsetools, + percept, public_key, reltool, runtime_tools, ssh, + syntax_tools, test_server, tools, typer, webtool, wx, + xmerl

+

+ A new test utility for testing appup files is added to + test_server. This is now used by most applications in + OTP.

+

+ (Thanks to Tobias Schlager)

+

+ Own Id: OTP-11744

+
+
+
+ +
+
Wx 1.1.2
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 77da984614ae462912a1896ba1bb73c798ffd4f8 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 19 Jun 2014 13:47:21 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index daa61fda1e..63eb047caa 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,36 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.3 + +
Fixed Bugs and Malfunctions + + +

Fix delayed destroy for wxPaintDC objects which could + cause an eternal loop for modal dialogs.

Fix + wxSL_LABELS compatibility between wxWidgets-2.8 and + wxWidgets-3.0 versions

+

+ Own Id: OTP-11985

+
+
+
+ + +
Improvements and New Features + + +

+ Add missing classes wxPopup[Transient]Window, + wxActivateEvent and wxTextCtrl:cahngeValue/2 function.

+

+ Own Id: OTP-11986

+
+
+
+ +
+
Wx 1.2
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 950d808c97a4c5b579f4f1cc16b95f2d419d3505 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 15 Sep 2014 12:02:14 +0200 Subject: Update release notes --- lib/wx/doc/src/notes.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 63eb047caa..5a9c53e3b6 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,23 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.3.1 + +
Fixed Bugs and Malfunctions + + +

+ Implement --enable-sanitizers[=sanitizers]. Similar to + debugging with Valgrind, it's very useful to enable + -fsanitize= switches to catch bugs at runtime.

+

+ Own Id: OTP-12153

+
+
+
+ +
+
Wx 1.3
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 7f3486a5ddc02a366f2945dfd009c4a2697a2b98 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 9 Dec 2014 15:21:47 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 5a9c53e3b6..52087398e7 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,35 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.3.2 + +
Fixed Bugs and Malfunctions + + +

+ Fixed a minor typo in the graphicsContext example.

+

+ Own Id: OTP-12259

+
+
+
+ + +
Improvements and New Features + + +

+ Distribute autoconf helpers to applications at + build time instead of having multiple identical copies + committed in the repository.

+

+ Own Id: OTP-12348

+
+
+
+ +
+
Wx 1.3.1
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 62870c998955e1498e71bfc90607885e96ecaa27 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 31 Mar 2015 12:24:04 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 52087398e7..682ab48ca0 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -31,6 +31,21 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.3.3 + +
Fixed Bugs and Malfunctions + + +

+ Fix timing related crash during wx application stop.

+

+ Own Id: OTP-12374

+
+
+
+ +
+
Wx 1.3.2
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 738c34d4bb8f1a3811acd00af8c6c12107f8315b Mon Sep 17 00:00:00 2001 From: Bruce Yinhe Date: Thu, 18 Jun 2015 11:31:02 +0200 Subject: Change license text to APLv2 --- lib/wx/doc/src/Makefile | 19 ++++++++++--------- lib/wx/doc/src/book.xml | 21 +++++++++++---------- lib/wx/doc/src/notes.xml | 21 +++++++++++---------- lib/wx/doc/src/part.xml | 21 +++++++++++---------- lib/wx/doc/src/part_notes.xml | 21 +++++++++++---------- lib/wx/doc/src/ref_man.xml.src | 21 +++++++++++---------- 6 files changed, 65 insertions(+), 59 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/Makefile b/lib/wx/doc/src/Makefile index 4e6727b6a6..a0684d112d 100644 --- a/lib/wx/doc/src/Makefile +++ b/lib/wx/doc/src/Makefile @@ -3,16 +3,17 @@ # # Copyright Ericsson AB 2008-2012. All Rights Reserved. # -# The contents of this file are subject to the Erlang Public License, -# Version 1.1, (the "License"); you may not use this file except in -# compliance with the License. You should have received a copy of the -# Erlang Public License along with this software. If not, it can be -# retrieved online at http://www.erlang.org/. +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at # -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # %CopyrightEnd% # diff --git a/lib/wx/doc/src/book.xml b/lib/wx/doc/src/book.xml index 769b204ed6..d438e08749 100644 --- a/lib/wx/doc/src/book.xml +++ b/lib/wx/doc/src/book.xml @@ -8,16 +8,17 @@ Ericsson AB. All Rights Reserved. - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 682ab48ca0..1fc3a57d3a 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -8,16 +8,17 @@ Ericsson AB. All Rights Reserved. - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/lib/wx/doc/src/part.xml b/lib/wx/doc/src/part.xml index a11473462c..7823c5312b 100644 --- a/lib/wx/doc/src/part.xml +++ b/lib/wx/doc/src/part.xml @@ -8,16 +8,17 @@ Ericsson AB. All Rights Reserved. - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/lib/wx/doc/src/part_notes.xml b/lib/wx/doc/src/part_notes.xml index 958a273488..d3bdacb432 100644 --- a/lib/wx/doc/src/part_notes.xml +++ b/lib/wx/doc/src/part_notes.xml @@ -8,16 +8,17 @@ Ericsson AB. All Rights Reserved. - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/lib/wx/doc/src/ref_man.xml.src b/lib/wx/doc/src/ref_man.xml.src index 26706d538b..2c843fa593 100644 --- a/lib/wx/doc/src/ref_man.xml.src +++ b/lib/wx/doc/src/ref_man.xml.src @@ -8,16 +8,17 @@ Ericsson AB. All Rights Reserved. - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. -- cgit v1.2.3 From 2955ddebc32837b66d9bacb4e925ad0ed0033168 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 23 Jun 2015 10:24:26 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 1fc3a57d3a..0f00309f1b 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,49 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.4 + +
Fixed Bugs and Malfunctions + + +

+ The undocumented option generic_debug for + gen_server has been removed.

+

+ Own Id: OTP-12183

+
+ +

+ Remove raise condition where wx could crash during + emulator stoppage.

+

+ Own Id: OTP-12734

+
+
+
+ + +
Improvements and New Features + + +

+ Use wxWidgets-3.0, if found, as default backend on + windows.

+

+ Own Id: OTP-12632

+
+ +

+ Add missing fields in some events records. May require a + recompilation of user applications.

+

+ Own Id: OTP-12660

+
+
+
+ +
+
Wx 1.3.3
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 6738d356a279835222b951fd213ed4cf9897eb7e Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 21 Sep 2015 17:09:23 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 0f00309f1b..6a0dd898e3 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,21 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.5 + +
Improvements and New Features + + +

+ Extend AUI functionality.

+

+ Own Id: OTP-12961

+
+
+
+ +
+
Wx 1.4
Fixed Bugs and Malfunctions -- cgit v1.2.3 From f4a0ae1736216feac5ae053610644bba2e12ed34 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 15 Dec 2015 09:45:27 +0100 Subject: Update release notes --- lib/wx/doc/src/notes.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 6a0dd898e3..0bbeeaafab 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,24 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.6 + +
Improvements and New Features + + +

Add wxOverlay and make wxPostScripDC optional to make + it easier to build on windows.

Correct some + function specifications.

The driver implementation + have been optimized and now invokes commands after events + have been sent to erlang.

+

+ Own Id: OTP-13160

+
+
+
+ +
+
Wx 1.5
Improvements and New Features -- cgit v1.2.3 From 0f8afe80c6582f7affd17f36dc9cb48cc7946713 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Mon, 14 Mar 2016 10:46:23 +0100 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 0bbeeaafab..f895540b25 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,26 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.6.1 + +
Fixed Bugs and Malfunctions + + +

+ Fixed commands with multiple binaries, such as + wxImage:new/4. Added + wxWindow:SetDoubleBuffered/1, + wxWindow:isDoubleBuffered/1, + wxWindow:setTransparent/2 and + wxWindow:canSetTransparent/1. Fixed timing issues.

+

+ Own Id: OTP-13404

+
+
+
+ +
+
Wx 1.6
Improvements and New Features -- cgit v1.2.3 From 6664eed554974336909d3ffe03f20349cc4c38fd Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Tue, 15 Mar 2016 15:19:56 +0100 Subject: update copyright-year --- lib/wx/doc/src/Makefile | 2 +- lib/wx/doc/src/book.xml | 2 +- lib/wx/doc/src/notes.xml | 2 +- lib/wx/doc/src/part.xml | 2 +- lib/wx/doc/src/part_notes.xml | 2 +- lib/wx/doc/src/ref_man.xml.src | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/Makefile b/lib/wx/doc/src/Makefile index a0684d112d..cae2f9fe4e 100644 --- a/lib/wx/doc/src/Makefile +++ b/lib/wx/doc/src/Makefile @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 2008-2012. All Rights Reserved. +# Copyright Ericsson AB 2008-2016. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/lib/wx/doc/src/book.xml b/lib/wx/doc/src/book.xml index d438e08749..555c2a9625 100644 --- a/lib/wx/doc/src/book.xml +++ b/lib/wx/doc/src/book.xml @@ -4,7 +4,7 @@
- 20092013 + 20092016 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index f895540b25..c7400206ab 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -4,7 +4,7 @@
- 20092013 + 20092016 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/part.xml b/lib/wx/doc/src/part.xml index 7823c5312b..cab7dfbc68 100644 --- a/lib/wx/doc/src/part.xml +++ b/lib/wx/doc/src/part.xml @@ -4,7 +4,7 @@
- 20092013 + 20092016 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/part_notes.xml b/lib/wx/doc/src/part_notes.xml index d3bdacb432..5a5a6494c1 100644 --- a/lib/wx/doc/src/part_notes.xml +++ b/lib/wx/doc/src/part_notes.xml @@ -4,7 +4,7 @@
- 20092013 + 20092016 Ericsson AB. All Rights Reserved. diff --git a/lib/wx/doc/src/ref_man.xml.src b/lib/wx/doc/src/ref_man.xml.src index 2c843fa593..14d64f5b35 100644 --- a/lib/wx/doc/src/ref_man.xml.src +++ b/lib/wx/doc/src/ref_man.xml.src @@ -4,7 +4,7 @@
- 20092013 + 20092016 Ericsson AB. All Rights Reserved. -- cgit v1.2.3 From bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Wed, 11 May 2016 17:22:23 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index c7400206ab..4f0e166924 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,43 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.7 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bugs which could cause called functions to be + invoked twice or not at all when callbacks where invoked + at the same time.

+

+ Own Id: OTP-13491

+
+
+
+ + +
Improvements and New Features + + +

+ Changed atom 'boolean' fields in #wxMouseState{} to + 'boolean()'.

+

+ Moved out arguments in wxListCtrl:hitTest to result.

+

+ Removed no-op functions in wxGauge that have been removed + from wxWidgets-3.1.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-13553

+
+
+
+ +
+
Wx 1.6.1
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 663e847459686604ea051f036a0e4caff18cea6f Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 12 May 2016 12:04:14 +0200 Subject: Revert "Prepare release" This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. --- lib/wx/doc/src/notes.xml | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 4f0e166924..c7400206ab 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,43 +32,6 @@

This document describes the changes made to the wxErlang application.

-
Wx 1.7 - -
Fixed Bugs and Malfunctions - - -

- Fixed bugs which could cause called functions to be - invoked twice or not at all when callbacks where invoked - at the same time.

-

- Own Id: OTP-13491

-
-
-
- - -
Improvements and New Features - - -

- Changed atom 'boolean' fields in #wxMouseState{} to - 'boolean()'.

-

- Moved out arguments in wxListCtrl:hitTest to result.

-

- Removed no-op functions in wxGauge that have been removed - from wxWidgets-3.1.

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-13553

-
-
-
- -
-
Wx 1.6.1
Fixed Bugs and Malfunctions -- cgit v1.2.3 From e020f75c10410a6943cd055bfa072a2641eab7da Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 10:55:26 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index c7400206ab..4f0e166924 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,43 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.7 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bugs which could cause called functions to be + invoked twice or not at all when callbacks where invoked + at the same time.

+

+ Own Id: OTP-13491

+
+
+
+ + +
Improvements and New Features + + +

+ Changed atom 'boolean' fields in #wxMouseState{} to + 'boolean()'.

+

+ Moved out arguments in wxListCtrl:hitTest to result.

+

+ Removed no-op functions in wxGauge that have been removed + from wxWidgets-3.1.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-13553

+
+
+
+ +
+
Wx 1.6.1
Fixed Bugs and Malfunctions -- cgit v1.2.3 From c04cad3ba921deb086d19e2de2526af4854add75 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Thu, 2 Jun 2016 11:39:07 +0200 Subject: Revert "Prepare release" This reverts commit e020f75c10410a6943cd055bfa072a2641eab7da. --- lib/wx/doc/src/notes.xml | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index 4f0e166924..c7400206ab 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,43 +32,6 @@

This document describes the changes made to the wxErlang application.

-
Wx 1.7 - -
Fixed Bugs and Malfunctions - - -

- Fixed bugs which could cause called functions to be - invoked twice or not at all when callbacks where invoked - at the same time.

-

- Own Id: OTP-13491

-
-
-
- - -
Improvements and New Features - - -

- Changed atom 'boolean' fields in #wxMouseState{} to - 'boolean()'.

-

- Moved out arguments in wxListCtrl:hitTest to result.

-

- Removed no-op functions in wxGauge that have been removed - from wxWidgets-3.1.

-

- *** POTENTIAL INCOMPATIBILITY ***

-

- Own Id: OTP-13553

-
-
-
- -
-
Wx 1.6.1
Fixed Bugs and Malfunctions -- cgit v1.2.3 From 6e51c6d19612d03abc81b86bb70b8d7da678ce5d Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Tue, 21 Jun 2016 15:12:41 +0200 Subject: Prepare release --- lib/wx/doc/src/notes.xml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'lib/wx/doc') diff --git a/lib/wx/doc/src/notes.xml b/lib/wx/doc/src/notes.xml index c7400206ab..4f0e166924 100644 --- a/lib/wx/doc/src/notes.xml +++ b/lib/wx/doc/src/notes.xml @@ -32,6 +32,43 @@

This document describes the changes made to the wxErlang application.

+
Wx 1.7 + +
Fixed Bugs and Malfunctions + + +

+ Fixed bugs which could cause called functions to be + invoked twice or not at all when callbacks where invoked + at the same time.

+

+ Own Id: OTP-13491

+
+
+
+ + +
Improvements and New Features + + +

+ Changed atom 'boolean' fields in #wxMouseState{} to + 'boolean()'.

+

+ Moved out arguments in wxListCtrl:hitTest to result.

+

+ Removed no-op functions in wxGauge that have been removed + from wxWidgets-3.1.

+

+ *** POTENTIAL INCOMPATIBILITY ***

+

+ Own Id: OTP-13553

+
+
+
+ +
+
Wx 1.6.1
Fixed Bugs and Malfunctions -- cgit v1.2.3