Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | appmon: Move runtime part to runtime_tools app | Dan Gudmundsson | |
2013-01-09 | reltool: fix wxWidgets-2.9 compability | Dan Gudmundsson | |
2013-01-09 | debugger: Fix 2.9 compat | Dan Gudmundsson | |
wxTextCtrl:setFocus selects all input. wxListBox:insertItems() Asserts for a zero list, sigh.. | |||
2013-01-09 | observer: Fix check for graphics contexts | Dan Gudmundsson | |
wxWidgets-2.9 seg faults if you try to create a graphics context before the window is shown. With bad timing this can happen. So change the haveGC test to check if the functionality is available without creating the GraphicsContext. | |||
2013-01-09 | Observer: Fix distribution dialog | Dan Gudmundsson | |
2013-01-09 | observer: Fix font sizes | Dan Gudmundsson | |
On wxWidgets 2.9 they seem to have fixed font sizes in GC's | |||
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: Depricate wxCursor new functions | Dan Gudmundsson | |
Not available on mac and windows for on 2.9 | |||
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 | Merge branch 'hb/prepare_for_unicode/OTP-10630' | Hans Bolinder | |
* hb/prepare_for_unicode/OTP-10630: Prepare OTP files for Unicode as default encoding | |||
2013-01-09 | Prepare OTP files for Unicode as default encoding | Hans Bolinder | |
2013-01-09 | Merge branch 'siri/cover/new-bugs-r16/OTP-10638' | Siri Hansen | |
* siri/cover/new-bugs-r16/OTP-10638: [cover] Cleanup by stopping cover between tests [common_test] Stop cover on slave node after node is terminated [test_server] Stop cover on node after node is terminated [cover] Fix timing dependent bug in cover_SUITE:reconnect [cover] Remove stopped node also from lost_nodes list [cover] Don't mark stopped node as lost | |||
2013-01-09 | Merge branch 'hb/fix_fop_warnings/OTP-10665' | Hans Bolinder | |
* hb/fix_fop_warnings/OTP-10665: Fix some FOP warnings | |||
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2013-01-08 | Merge branch 'sverk/hipe-smp-independence' | Sverker Eriksson | |
* sverk/hipe-smp-independence: erts,hipe: Make hipe compiler ask running emulator about process struct offsets | |||
2013-01-08 | Merge branch 'ia/ssl/TLS-1.2-default/OTP-10425' | Ingela Anderton Andin | |
* ia/ssl/TLS-1.2-default/OTP-10425: ssl: Make TLS-1.2 default version | |||
2013-01-08 | Merge branch 'ia/ssl/deprecated-r16' | Ingela Anderton Andin | |
* ia/ssl/deprecated-r16: stdlib: Updated otp_internal to reflect removal of deprecated function ssl & orber: Remove ssl:pid/1 (has been pointless since R14) | |||
2013-01-08 | Merge branch 'hb/stdlib/shell_improvement/OTP-10659' | Hans Bolinder | |
* hb/stdlib/shell_improvement/OTP-10659: [stdlib] Improve the Erlang shell's handling of scanner errors | |||
2013-01-07 | [stdlib] Improve the Erlang shell's handling of scanner errors | Hans Bolinder | |
The Erlang shell now skips the rest of the line when it encounters an Erlang scanner error. Examples: 1> $\xtt. * 1: illegal character 1> "$\xtt". * 1: illegal character 1> | |||
2013-01-03 | Merge branch 'ks/stdlib/proplists-spec-cleanup/OTP-10663' | Fredrik Gustafsson | |
* ks/stdlib/proplists-spec-cleanup/OTP-10663: Ensure that edocumentation and the xml file are in sync Clean up some specs | |||
2013-01-03 | Merge branch 'ks/kernel/dist_util-minor-fix/OTP-10662' | Fredrik Gustafsson | |
* ks/kernel/dist_util-minor-fix/OTP-10662: Do not return wrong terms unnecessarily | |||
2013-01-03 | Merge branch 'hb/parsetools/remove_esyntax/OTP-10660' | Hans Bolinder | |
* hb/parsetools/remove_esyntax/OTP-10660: Remote the file esyntax.yrl | |||
2013-01-02 | Remote the file esyntax.yrl | Hans Bolinder | |
2013-01-02 | Make sure the Erlang shell prompt can handle Unicode | Hans Bolinder | |
2013-01-02 | Improve and correct contracts and types of the IO modules | Hans Bolinder | |
2013-01-02 | Clean up some of the Unicode documentation | Hans Bolinder | |
2013-01-02 | Correct bugs in the old shell (user.erl) | Hans Bolinder | |
2013-01-02 | [tools] Add Unicode support for Cover | Hans Bolinder | |
Code written by Siri Hansen. | |||
2013-01-02 | [test_server] Add Unicode support to module listing | Hans Bolinder | |
Code written by Siri Hansen. | |||
2013-01-02 | [erl_docgen] Use DejaVu fonts when generating PDF | Hans Bolinder | |
A few examples in lib/stdlib/doc/src/unicode_usage.xml make use of Cyrillic characters. | |||
2013-01-02 | Update primary bootstrap | Hans Bolinder | |
2013-01-02 | [syntax_tools] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Not complete. Unicode in wild attribute doesn't work. No support for Unicode regarding Igor stubs. | |||
2013-01-02 | [erl_docgen] Update due to introduction of Unicode | Hans Bolinder | |
2013-01-02 | [edoc] Introduce Unicode support for source files | Hans Bolinder | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. |