Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-25 | Merge branch 'maint' | Lukas Larsson | |
* maint: Updated OTP version Prepare release Include erlang-logo128.png in release Enable setting custom application icon for Mac OS X through environment variable Update to icon with better resolution | |||
2019-01-23 | Include erlang-logo128.png in release | Juan Facorro | |
2019-01-23 | Enable setting custom application icon for Mac OS X through environment variable | Juan Facorro | |
2019-01-23 | Update to icon with better resolution | Juan Facorro | |
2018-12-11 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-12-07 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Don't try to wake up wx thread when not necessary | |||
2018-12-06 | Don't try to wake up wx thread when not necessary | Dan Gudmundsson | |
That kills performance on at least windows when a the load goes up and a lot of commands is sent to the driver. | |||
2018-12-03 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: wx: Do not delay deletes of wxGraphicContext | |||
2018-12-03 | Merge branch 'dgud/wx/mojave-crash/OTP-15426' into maint | Dan Gudmundsson | |
* dgud/wx/mojave-crash/OTP-15426: wx: Do not delay deletes of wxGraphicContext | |||
2018-11-16 | wx: Do not delay deletes of wxGraphicContext | Dan Gudmundsson | |
Fixes crash on Mojave, where refresh events are sent early and invoked recursively the delete of wxGraphicContext was delayed until after callback returned causing the crash to happen. | |||
2018-09-25 | Merge branch 'maint' | Henrik Nord | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Merge branch 'maint' | Henrik Nord | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-08-13 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Fix delete_object and write convergence in transaction. Replace for loop with strchr Fix typos Clean unused wxe_driver callbacks Remove wx c_src compilation warning on Darwin | |||
2018-08-13 | Merge remote-tracking branch 'upstream/pr/1860' into maint | Dan Gudmundsson | |
* upstream/pr/1860: Replace for loop with strchr Fix typos Clean unused wxe_driver callbacks Remove wx c_src compilation warning on Darwin OTP-15230 | |||
2018-07-27 | Change "can not" into "cannot" | Raimo Niskanen | |
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree. | |||
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-07-03 | Replace for loop with strchr | Artur Cygan | |
2018-07-03 | Fix typos | Artur Cygan | |
2018-07-03 | Clean unused wxe_driver callbacks | Artur Cygan | |
2018-07-03 | Remove wx c_src compilation warning on Darwin | Artur Cygan | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-30 | Update version numbers | Erlang/OTP | |
2018-04-19 | Merge branch 'dgud/wx/glcanvas-improvements' | Dan Gudmundsson | |
* dgud/wx/glcanvas-improvements: Add new "constants" to wxGLCanvas | |||
2018-04-19 | Merge pull request #1768 from dgud/dgud/wx/build-on-wxW-311 | Dan Gudmundsson | |
Allow building with wxWidgets-3.1.1 OTP-15027 | |||
2018-04-09 | erl_docgen: Add ghlink step for all non-generated doc xml files | Lukas Larsson | |
In order to get line numbers into the ghlink we have to add a post processing step for all xml files. | |||
2018-04-04 | Add new "constants" to wxGLCanvas | Dan Gudmundsson | |
They can't be constants because the order differ between 3.0.3 and 3.1. So they must be looked up in runtime. | |||
2018-04-03 | Add backwards compatibility for wxWidgets-3.1.1 | Dan Gudmundsson | |
wx did not build with wxWidgets-3.1.1 since they have removed wxGraphicsRenderer:CreatePen(wxPen). Get the pen info and create the pen from that in 3.1.1 as is done for wxGrahicsContext:CreatePen(wxPen). | |||
2018-03-27 | Merge branch 'dgud/testcase-fixes' | Dan Gudmundsson | |
* dgud/testcase-fixes: debug info add unicode opt env may contain unicode signs Fix lexemes conversion | |||
2018-02-06 | wx: Do not call erlang:get_stacktrace() | Hans Bolinder | |
2018-01-22 | wx: open_port doesn't allow 0 terminated strings anymore | Dan Gudmundsson | |
Fix getenv usage. And remove set path it is automagically done by driver interface. | |||
2017-12-13 | Merge branch 'maint' | Henrik Nord | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-10-23 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: fix win32 share filename join/split (#1604) Correct io_vec handling | |||
2017-10-20 | add unicode opt env may contain unicode signs | Dan Gudmundsson | |
2017-10-17 | Correct io_vec handling | Dan Gudmundsson | |
Can not depend on internal knowledge of binaries any more it changed and caused at least opengl to crash in OTP-20.1 | |||
2017-10-10 | Merge branch 'maint' | Lars Thorsen | |
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-26 | Merge branch 'maint' | Henrik Nord | |
2017-09-22 | Update release notes | Erlang/OTP | |