Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-09 | wx: Fix comments | Dan Gudmundsson | |
Fix utf-8 code generation for opengl docs | |||
2013-01-09 | wx: Mac fixes | Dan Gudmundsson | |
2013-01-09 | wx: Fix demo and tests | Dan Gudmundsson | |
Added debugging and workarounds for wx-2.9 on Mac | |||
2013-01-09 | wx: Allow 64 bits compilation on mac, requires wxWidgets-2.9 | Dan Gudmundsson | |
Testing using wxWidgets-2.9 on mac | |||
2013-01-09 | wx: Fix the demo | Dan Gudmundsson | |
Changing demo, didn't close the previous choosen demo, which looked really bad on Windows. | |||
2013-01-09 | wx: Fix loading icons and cursors in Windows | Dan Gudmundsson | |
wxWidgets looked in the wrong executable after icons and cursors, stole wxLua's solution. Also finds wx-2.9 on windows | |||
2013-01-09 | wx: Remove unnecessary casts | Dan Gudmundsson | |
2013-01-09 | wx: Fix changed getfunctions | Dan Gudmundsson | |
wx-2.9 have changed some functions from returning references to objects to returning objects instead | |||
2013-01-09 | wx: Fix int to enum | Dan Gudmundsson | |
In 2.9 several functions takes enum's instead of int as arguments, remove dirty -fpermissive fix and fix it correctly instead. | |||
2013-01-09 | wx: Include correct m4 file in 2.9 | Dan Gudmundsson | |
The older m4 file will not work with a 2.9 release, so include the correct one in 2.9 | |||
2013-01-09 | wx: Update examples so they work with both wxWidgets 2.8 and 2.9 | Dan Gudmundsson | |
2013-01-09 | wx: Modify tests so they work on wxWidgets-2.9 | Dan Gudmundsson | |
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. | |||
2013-01-09 | wx: Deprecate functions not available in wxWidgets-2.9 | Dan Gudmundsson | |
Prepare to remove functionality which is not available in coming wxWidgets versions. | |||
2013-01-09 | wx: Fixes more changed/removed functionality in 2.9 | Dan Gudmundsson | |
2013-01-09 | wx: Ifdef changed/removed functionality in wxWidgets-2.9.x | Dan Gudmundsson | |
2013-01-09 | wx: Re-generated code | Dan Gudmundsson | |
Generated code with previous commit. | |||
2013-01-09 | wx: Fix code generation bugs | Dan Gudmundsson | |
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. | |||
2013-01-09 | wx: Fix xml-parsing with new doxygen version | Dan Gudmundsson | |
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2012-11-21 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-19 | Enable silent start of wx | Håkan Mattsson | |
Add {silent_start, boolean()} option to wx:new/1 in order to be able to suppress error messages during startup of wx. | |||
2012-11-14 | Teach erl_interface configure more pthread support | Per Hedeland | |
- 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. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-24 | Merge branch 'msp/double_middle_endian/OTP-10209' into maint | Lukas Larsson | |
* 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. | |||
2012-07-20 | Revise the autoconf tests for double middle endianness. | Mike Sperber | |
The previous iteration didn't work for big-endian systems. Now use code very close to what Erts does internally. Also, only warn when the double endianness is unknown - i.e. when we're cross-compiling. | |||
2012-06-28 | [wx] Add callback option to event handler spec | Dan Gudmundsson | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-05-14 | [wx] Add dependencies to .erl when generating edoc xmls | Siri Hansen | |
2012-04-27 | wx: configure.in needs AC_LANG_SOURCE | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-29 | [wx] Fix list in list in list specs | Dan Gudmundsson | |
To many lists | |||
2012-03-23 | Unbreak floating point on middle-endian machines. | Mike Sperber | |
On some ARMs (and maybe other platforms), doubles are stored with the the two 32-bit words reversed with respect to more common architectures. The symptom is this: > io_lib:write(1.0). "0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005299808824" Detect that and account for it when decoding floats. | |||
2012-03-16 | [wx] Add more types | Dan Gudmundsson | |
The hardcoded records wxMouseState and wxHtmlLinkInfo did have types as comments. (changes in code gen is in prev commit) | |||
2012-03-16 | [wx] Fix listctrl issues | Dan Gudmundsson | |
Wrong arguments / return values in: hitTest getItemPosition and getItemRect | |||
2012-03-06 | [wx] Fix bad defines | Dan Gudmundsson | |
Reported by Vlad Dumitrescu. | |||
2012-03-01 | [wx] Fix bad type references | Dan Gudmundsson | |
2012-02-29 | [wx] Fix missing export_types | Dan Gudmundsson | |
2012-02-27 | [wx] Add simple taskbaricon test | Dan Gudmundsson | |
2012-02-24 | [wx] Add missing stc function | Dan Gudmundsson | |
wxSTC:SetEdgeMode was missing for some reason. | |||
2012-02-24 | [wx] Add wxTaskBarIcon class | Dan Gudmundsson | |
2012-02-24 | [wx] Doc overloaded functions | Dan Gudmundsson | |
edoc do not handle overloaded type-specs, so doc them manually | |||
2012-02-22 | [wx] Fix spec errors | Dan Gudmundsson | |
2012-02-20 | [wx] Fix api bugs in wxDC | Dan Gudmundsson | |
Some out arguments was in args. | |||
2012-02-17 | [wx] Fix wxGraphicContext bugs | Dan Gudmundsson | |
* Lines had wrong arguments * Change float() to number in guards, when packing arguments integers are converted floats to automaticly anyway. | |||
2012-02-16 | [wx] Remove redundant erts version check | Dan Gudmundsson | |
2012-02-16 | [wx] Generated types for all wx classes | Dan Gudmundsson | |
2012-02-16 | [wx] Generate GL api from latest version | Dan Gudmundsson | |
- Remove edoc types in gl - Add OpenGL documentation | |||
2012-02-09 | [wx] Cleanup Makefiles | Dan Gudmundsson | |
Remove old "outside" otp building support. | |||
2012-01-03 | Change the name of generated pdf file for documentation consistency | Henrik Nord | |
2011-12-12 | Prepare release | Erlang/OTP | |