summaryrefslogtreecommitdiff
path: root/lib/wx
Commit message (Collapse)AuthorAgeFilesLines
* Fix configure detection of ethread native atomics on powerpcRickard Green2013-07-121-1/+1
|
* Refuse to build SMP runtime by default without native atomicsRickard Green2013-07-091-150/+159
| | | | | Build with fallback can be enabled by passing the `configure` command line argument `--disable-smp-require-native-atomics`
* Merge branch 'dgud/testcase_fixes' into maintDan Gudmundsson2013-03-262-2/+4
|\ | | | | | | | | | | | | | | | | * dgud/testcase_fixes: Fix timers mnesia: Decrease test times Add debug printouts wx: Fix failing testcases stdlib: Ignore symlink tests on windows
| * wx: Fix failing testcasesDan Gudmundsson2013-02-262-2/+4
| | | | | | | | | | Fix bad hit test. Fix timing issue in test.
* | reduce bashismYAMAMOTO Takashi2013-03-081-2/+2
|/ | | | taken from from a pkgsrc patch: patch-lib_wx_configure.in
* Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|
* Update config.guess and config.sub to latest versionsLukas Larsson2013-02-142-386/+722
|
* Prepare releaseOTP_R16A_RELEASE_CANDIDATEErlang/OTP2013-01-292-1/+47
|
* Merge branch 'pan/wx_and_gcc45'Patrik Nyblom2013-01-281-6/+22
|\ | | | | | | | | * pan/wx_and_gcc45: Make Mac wx use Apple compilers regardless of $CC
| * Make Mac wx use Apple compilers regardless of $CCPatrik Nyblom2013-01-251-6/+22
| | | | | | | | | | | | | | | | If using gcc 4.5 from MacPorts, or probably any other third party "real" gcc to compile the VM, an unusable wx-driver was created, as the wx application requires the apple compilers for all files (not only ObjC) since we started to support Cocoa wxWidgets.
* | Update copyright yearsBjörn-Egil Dahlberg2013-01-2525-25/+25
|/
* Merge branch 'dgud/wx/depr-driver-if'Dan Gudmundsson2013-01-2515-188/+145
|\ | | | | | | | | | | | | | | * dgud/wx/depr-driver-if: Document howto build wxWidgets on mac wx: Fix crash in glu tesselate wx: Remove deprecated driver_send_term usage wx: Removed wx internal event
| * wx: Fix crash in glu tesselateDan Gudmundsson2013-01-221-60/+75
| | | | | | | | Could overwrite emulator data, add range checks.
| * wx: Remove deprecated driver_send_term usageDan Gudmundsson2013-01-1613-64/+70
| |
| * wx: Removed wx internal eventDan Gudmundsson2013-01-161-64/+0
| | | | | | | | | | Should never have been generated in the first place, have been removed from the generator already but I forgot to remove remove the generated file.
* | wx: Add wxTreeCtrl:isTreeItemIdOk/1Dan Gudmundsson2013-01-2310-4291/+4356
| | | | | | | | | | | | | | | | Since I have replaced the wxTreeItemIdClass with integers, there is no way to verify that it is a valid wxTreeItemId that is returned from the wxTreeCtrl:getItem* functions. Still the check is that is non null so beware don't construct your own id's.
* | wx: Fix wxTreeCtrl return valuesDan Gudmundsson2013-01-235-28/+38
| | | | | | | | | | | | Fixes wxTreeCtrl:getBoundingRect/2 and wxTreeCtrl:hitTest/1. wxTreeCtrl:hitTest now returns a tuple, i.e. not bug compatible with previous releases but needed to know if the returned wxTreeItemId is valid or not.
* | Merge branch 'lh/forget-mnemosyne/OTP-10729'Fredrik Gustafsson2013-01-221-1/+0
|\ \ | | | | | | | | | | | | | | | * lh/forget-mnemosyne/OTP-10729: Remove what remains of the Mnemosyne code Remove support for the query keyword and query expressions
| * | Remove support for the query keyword and query expressionsLoïc Hoguin2013-01-161-1/+0
| |/
* | Merge branch 'nox/enable-silent-rules/OTP-10726'Björn-Egil Dahlberg2013-01-181-6/+6
|\ \ | | | | | | | | | | | | * nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules
| * | Implement ./otp_build configure --enable-silent-rulesAnthony Ramine2013-01-151-6/+6
| | | | | | | | | | | | | | | | | | With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1.
* | | Fix LM_TRY_ENABLE_CFLAG to use correct environmentBjörn-Egil Dahlberg2013-01-151-4/+3
| |/ |/| | | | | | | | | LM_TRY_ENABLE_CFLAG takes which environment variable should be updated but only CFLAGS was updated. Though CFLAGS is the normally the intended variable, others may be used. For instance CXXFLAGS.
* | Merge branch 'dgud/wx/platform-gen'Dan Gudmundsson2013-01-152-8/+13
|\ \ | | | | | | | | | | | | * dgud/wx/platform-gen: wx: Build targets to platform subdirs
| * | wx: Build targets to platform subdirsDan Gudmundsson2012-12-132-8/+13
| |/ | | | | | | And add code so wx can be run from src tree during development.
* | Merge branch 'dgud/wx/fix-wx-2.9-compat/OTP-10407'Dan Gudmundsson2013-01-1583-2494/+4033
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dgud/wx/fix-wx-2.9-compat/OTP-10407: (26 commits) wx: Fix comments wx: Workaround wx-2.9 bugs wx: Mac fixes wx: Fix demo and tests wx: Allow 64 bits compilation on mac, requires wxWidgets-2.9 appmon: Move runtime part to runtime_tools app reltool: fix wxWidgets-2.9 compability debugger: Fix 2.9 compat observer: Fix check for graphics contexts Observer: Fix distribution dialog observer: Fix font sizes wx: Fix the demo wx: Fix loading icons and cursors in Windows wx: Remove unnecessary casts wx: Fix changed getfunctions wx: Depricate wxCursor new functions wx: Fix int to enum wx: Include correct m4 file in 2.9 wx: Update examples so they work with both wxWidgets 2.8 and 2.9 wx: Modify tests so they work on wxWidgets-2.9 ...
| * | wx: Fix commentsDan Gudmundsson2013-01-097-204/+219
| | | | | | | | | | | | Fix utf-8 code generation for opengl docs
| * | wx: Mac fixesDan Gudmundsson2013-01-092-3/+24
| | |
| * | wx: Fix demo and testsDan Gudmundsson2013-01-094-30/+92
| | | | | | | | | | | | Added debugging and workarounds for wx-2.9 on Mac
| * | wx: Allow 64 bits compilation on mac, requires wxWidgets-2.9Dan Gudmundsson2013-01-091-15/+15
| | | | | | | | | | | | Testing using wxWidgets-2.9 on mac
| * | wx: Fix the demoDan Gudmundsson2013-01-0926-33/+125
| | | | | | | | | | | | | | | Changing demo, didn't close the previous choosen demo, which looked really bad on Windows.
| * | wx: Fix loading icons and cursors in WindowsDan Gudmundsson2013-01-092-4/+15
| | | | | | | | | | | | | | | | | | | | | wxWidgets looked in the wrong executable after icons and cursors, stole wxLua's solution. Also finds wx-2.9 on windows
| * | wx: Remove unnecessary castsDan Gudmundsson2013-01-096-1049/+1046
| | |
| * | wx: Fix changed getfunctionsDan Gudmundsson2013-01-094-29/+46
| | | | | | | | | | | | | | | wx-2.9 have changed some functions from returning references to objects to returning objects instead
| * | wx: Fix int to enumDan Gudmundsson2013-01-0913-87/+159
| | | | | | | | | | | | | | | In 2.9 several functions takes enum's instead of int as arguments, remove dirty -fpermissive fix and fix it correctly instead.
| * | wx: Include correct m4 file in 2.9Dan Gudmundsson2013-01-093-1/+1082
| | | | | | | | | | | | | | | The older m4 file will not work with a 2.9 release, so include the correct one in 2.9
| * | wx: Update examples so they work with both wxWidgets 2.8 and 2.9Dan Gudmundsson2013-01-0911-101/+91
| | |
| * | wx: Modify tests so they work on wxWidgets-2.9Dan Gudmundsson2013-01-095-38/+93
| | | | | | | | | | | | | | | Things have changed in 2.9 modify tests so they are still valid for both 2.8 and 2.9 branches, so far only tested on linux.
| * | wx: Deprecate functions not available in wxWidgets-2.9Dan Gudmundsson2013-01-0914-29/+61
| | | | | | | | | | | | | | | Prepare to remove functionality which is not available in coming wxWidgets versions.
| * | wx: Fixes more changed/removed functionality in 2.9Dan Gudmundsson2013-01-093-6/+19
| | |
| * | wx: Ifdef changed/removed functionality in wxWidgets-2.9.xDan Gudmundsson2013-01-0910-274/+325
| | |
| * | wx: Re-generated codeDan Gudmundsson2013-01-097-605/+562
| | | | | | | | | | | | Generated code with previous commit.
| * | wx: Fix code generation bugsDan Gudmundsson2013-01-093-24/+58
| | | | | | | | | | | | | | | | | | | | | | | | Removed defines that is void, i.e. -defined(FOO, ?NEVER_DEFINED_VALUE). Also removed wxSTC:sendMsg/[2|3] which was wrong before and breaks code generation with new doxygen.
| * | wx: Fix xml-parsing with new doxygen versionDan Gudmundsson2013-01-093-31/+70
| | |
* | | If GCC is used, treat -Wreturn-type as errorTuncer Ayaz2013-01-112-0/+32
|/ /
* | Prepare OTP files for Unicode as default encodingHans Bolinder2013-01-091-2/+3
|/
* Merge branch 'maint'Björn-Egil Dahlberg2012-11-211-1/+9
|\
| * Teach erl_interface configure more pthread supportPer Hedeland2012-11-141-1/+9
| | | | | | | | | | | | | | | | - Teach lib/erl_interface/configure.in to look for pthreads support in libc (where it can be found on QNX) - A minor tweak such that this configure *fails* if you pass --enable-threads and no pthreads support can be found.
* | Enable silent start of wxHåkan Mattsson2012-11-195-38/+77
|/ | | | | Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of wx.
* Update copyright yearsBjörn-Egil Dahlberg2012-08-313-3/+3
|
* Merge branch 'msp/double_middle_endian/OTP-10209' into maintLukas Larsson2012-08-241-0/+106
|\ | | | | | | | | | | | | | | * msp/double_middle_endian/OTP-10209: Configure now assumed normal doubles Revise the autoconf tests for double middle endianness. Add test for floating-point output to float_SUITE. Unbreak floating point on middle-endian machines.