summaryrefslogtreecommitdiff
path: root/lib/wx/c_src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update to OpenGL 4.1Dan Gudmundsson2010-11-155-273/+2502
| |
* | Remove ostype sub dirs below wx/privDan Gudmundsson2010-11-151-4/+4
| | | | | | | | | | This was intended for distributing several binaries in one package, in standalone version, it has no need when included in otp.
* | Windows and Mac build issuesDan Gudmundsson2010-11-155-357/+264
| |
* | Split opengl functionality into separate dynamic libraryDan Gudmundsson2010-11-159-646/+800
|/ | | | | The idea is to build a separate opengl library which can be reused by other erlang applications.
* Merge branch 'dgud/wx/TreeCtrl_editlabel/OTP-8767' into devDan Gudmundsson2010-08-272-1443/+1453
|\ | | | | | | | | | | * dgud/wx/TreeCtrl_editlabel/OTP-8767: Add .gitignore Added missing wxTextCtrl:editLabel/2.
| * Added missing wxTextCtrl:editLabel/2.Dan Gudmundsson2010-08-192-1443/+1453
| | | | | | | | Reported by akorosmezey.
* | Callback crash reported by Sergei Golovan.Dan Gudmundsson2010-08-181-2/+2
|/ | | | May also be the reason of the crash seen on windows by several others.
* Implemented wxSystemSettings class.Dan Gudmundsson2010-07-144-45/+79
| | | | It was missing as Doug Edmunds pointed out.
* Fix shared libraries installationPeter Lemenkov2010-04-151-1/+1
| | | | | | | | Several shared libraries (asn1_erl_drv.so, megaco_flex_scanner_drv_mt.so, megaco_flex_scanner_drv.so, wxe_driver.so) were installed as data files previously. Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
* Merge branch 'dgud/wx-new-doxygen' into devErlang/OTP2010-03-307-3903/+3914
|\ | | | | | | | | | | | | | | | | | | * dgud/wx-new-doxygen: Added a non existing macro on windows. Commit of the generated code with previous commit. Fixed code generation from newer doxygen versions. Whitespace fixes OTP-8547 dgud/wx-new-doxygen
| * Added a non existing macro on windows.Dan Gudmundsson2010-03-121-0/+5
| | | | | | | | | | The new code generator doesn't resolve macros and a is missing (not used in wxWidgets) on windows.
| * Commit of the generated code with previous commit.Dan Gudmundsson2010-03-123-2534/+2540
| | | | | | | | Should be the same as previously. Still generated with doxxygen-1.4.6.
| * Whitespace fixesDan Gudmundsson2010-03-124-1369/+1369
| |
* | Merge branch 'pan/otp_8332_halfword' into devErlang/OTP2010-03-224-21/+34
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pan/otp_8332_halfword: Teach testcase in driver_suite the new prototype for driver_async wx: Correct usage of driver callbacks from wx thread Adopt the new (R13B04) Nif functionality to the halfword codebase Support monitoring and demonitoring from driver threads Fix further test-suite problems Correct the VM to work for more test suites Teach {wordsize,internal|external} to system_info/1 Make tracing and distribution work Turn on instruction packing in the loader and virtual machine Add the BeamInstr data type for loaded BEAM code Fix the BEAM dissambler for the half-word emulator Store pointers to heap data in 32-bit words Add a custom mmap wrapper to force heaps into the lower address range Fit all heap data into the 32-bit address range
| * wx: Correct usage of driver callbacks from wx threadPatrik Nyblom2010-03-104-6/+19
|/
* Merge branch 'dgud/wx_list_ctrl' into ccase/r13b04_devErlang/OTP2010-02-054-9343/+9351
|\ | | | | | | | | | | | | | | | | | | * dgud/wx_list_ctrl: Generate without trailing spaces Fix correct starting copyright year Do not emit trailing whitespace Added tests for wxListCtrl:getItem/2. Added wxListCtrl:getEditCtrl (not available on Mac) OTP-8408 Added wxListCtrl:getEditCtrl/1 (not available on Mac).
| * Generate without trailing spacesBjörn Gustavsson2010-02-024-7590/+7590
| |
| * Added wxListCtrl:getEditCtrl (not available on Mac)Dan Gudmundsson2010-02-023-1759/+1767
| |
* | OTP-8323 Cross compilation improvements and other build systemRickard Green2010-02-031-13/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improvements. Most notable: Lots of cross compilation improvements. The old cross compilation support was more or less non-existing as well as broken. Please, note that the cross compilation support should still be considered as experimental. Also note that old cross compilation configurations cannot be used without modifications. For more information on cross compiling Erlang/OTP see the $ERL_TOP/xcomp/README file. Support for staged install using <url href="http://www.gnu.org/prep/standards/html_node/DESTDIR.html">D ESTDIR</url>. The old broken INSTALL_PREFIX has also been fixed. For more information see the $ERL_TOP/README file. Documentation of the release target of the top Makefile. For more information see the $ERL_TOP/README file. make install now by default creates relative symbolic links instead of absolute ones. For more information see the $ERL_TOP/README file. $ERL_TOP/configure --help=recursive now works and prints help for all applications with configure scripts. Doing make install, or make release directly after make all no longer triggers miscellaneous rebuilds. Existing bootstrap system is now used when doing make install, or make release without a preceding make all. The crypto and ssl applications use the same runtime library path when dynamically linking against libssl.so and libcrypto.so. The runtime library search path has also been extended. The configure scripts of erl_interface and odbc now search for thread libraries and thread library quirks the same way as erts do. The configure script of the odbc application now also looks for odbc libraries in lib64 and lib/64 directories when building on a 64-bit system. The config.h.in file in the erl_interface application is now automatically generated in instead of statically updated which reduces the risk of configure tests without any effect.
* Update copyright headersBjörn Gustavsson2010-02-026-30/+30
|
* wx: Improved wxTreeCtrl.Dan Gudmundsson2010-01-194-1547/+1591
| | | | | | | | | Changed representation of wxTreeItem to be int. This saves memory, where the driver don't need to keep a reference map for every tree item. And added getFirstChild and getNextChild to wxTreeCtrl.
* Fixed a memory reference bug which caused unexplained {badarg, Int} exits.Dan Gudmundsson2010-01-191-25/+32
| | | | | | | | | | | You could get a reference to another applications memory, if wx had deleted that applications memory without the drivers knowledge about it, typically memory allocated by wx and not the application using classes where wx-driver can't override the desctructors. When wx allocated new memory and got a pointer to that memory, the wx-driver detected the same pointer and forwarded the old ref to erlang.
* The generated updates, of the previous fix.Dan Gudmundsson2009-12-041-10/+2
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-2022-0/+46415