| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
gl:getDebugMessageLog returned one list instead of several,
and gl:debugMessageInsert had an unused lenght parameter.
|
|
|
|
|
|
| |
Some changed macros in 3.2.
Also add support function for OpenGL contexts.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| | |
|
| |
| |
| |
| | |
This reverts commit a2c8df222e6d02fa518d5d6cbbea75a9dd720d30.
|
| | |
|
|\ \
| | |
| | |
| | | |
wx: Add MacGetCommonMenuBar and MacSetCommonMenuBar
OTP-18008
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This is especially useful for apps that manage multiple wxFrames where
we can close the last window but want the application to keep running.
Before this patch we'd be stuck with the default menu bar, created in
`wxe_impl.cpp`, that we cannot interact with. After this patch we can,
which means we can add new menu items, subscribe to events, etc.
Example:
wx:new(), MB = wxMenuBar:macGetCommonMenuBar(), M = wxMenuBar:oSXGetAppleMenu(MB), wxMenu:setTitle(M, "Test").
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| |
| |
| |
| | |
This reverts commit 435bc5e68dd45ff6f7992077998930519208e910.
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Don't add it to the event record, you can already subscribe to events
of aux1 and aux2 so I don't want make the event record larger and incompatible.
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| | |
* maint:
Updated OTP version
Prepare release
Update copyright year
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Only a few functions where correct and even they will cause crashes
if the original binary is garbage collected.
Instead remove the option and always copy the data and let wxWidgets
free it when done.
|
| |
| |
| |
| | |
This reverts commit 95f5a792610ed4c87457863cb03b047414ad4a14.
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
To many function where not found when generating doc, make more
special cases and exceptions.
|
| |
|
|
|
|
|
|
| |
The functions was missing, other functions are missing too,
but they seems to be for wxRichtext which is not yet
implemented/supported.
|
|
|
|
|
|
|
|
|
| |
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.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
The docs is generated from wxWidgets docs and should have wxWidgets copyright.
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 221e41bd32e433f6e08bbfedb013fc49c9aa1283.
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 1cc1d15c4e54c1d9d8c34a4c66193a95b10c479a.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* maint:
Updated OTP version
Prepare release
# Conflicts:
# OTP_VERSION
|
| | | |
|
|\ \ \
| | | |
| | | | |
wxNotificationMessage macos & win polish
|