World: r4wp
[Announce] Announcements only - use Ann-reply to chat
older | first |
Robert 14-Jul-2013 [555] | In conjunction we did a new R3-GUI release as well. added DETAB flag support fixed TEXT-AREA issues fixed TEXT init-size handling fixed SIZE-TXT bug built new R3GUI release (version 4897) delete "experimental" layout-sizing-independent.r3 improve rouding move docs/r3-gui/ to documentation/r3/r3-gui/ remove documentation/r3/r3-gui/license/ directory containing obsolete license Copyright notice update license update typo fixed Rounding correction improved rotate event handling improved drag handling code (removed duplicate gui-events/drag reference) improved android text input handling fixed progress resizing improved text-able cell font handling fonts are antialiased by default on android now http://development.saphirion.com/resources/r3-gui.r |
Cyphre 14-Jul-2013 [556] | Some additional notes: -you can run the demo on Saphir / R3 Andoid just by typing DEMO in the console -the Linux, OSX-PPC and OSX-Intel "View" binaries needs 32-bit version of freetype2 library (also included in the specific build folders) -the Linux, OSX-PPC and OSX-Intel "View" binaries are currently able to render DRAW dialect to image! (using the DRAW command). We'll be working to get full graphics support on the metioned platforms in the near future. |
Kaj 14-Jul-2013 [557] | I upgraded the 0MQ library for Windows that is included in my Red downloads from version 2.0.10 to 2.2.0: http://red.esperconsultancy.nl/Red-test/dir?ci=tip Timeouts are now available for sending and receiving messages, and the OpenPGM library is included for multicast networking. Thanks to MikeL for noting the newer binary builds for Windows. |
Luis 15-Jul-2013 [558] | Robert, Cyphre Congratulations !! Correct link for r3-gui is: http://development.saphirion.com/resources/r3-gui.r3 (no .r) |
Geomol 17-Jul-2013 [559] | New World alpha release at https://github.com/Geomol/World - Added better networking using cURL library, libcurl (OS X and Linux) - Added tasks incl.: - task! datatype - task-id! datatype - TASKS native function - task? and task-id? mezzanines - Task support for many functions incl. HELP, SOURCE, FIRST, SECOND, PICK, COMPILED? and DISASM - KILL mezzanine to call TASKS/KILL - Added inter-task communication using SEND and RECEIVE native functions - Added support for messages to WAIT as: wait 'message - Added preemptive multitasking using TASKS/TICKS to specify number of Virtual Machine instructions per task run (default is 200) - Added timers for tasks triggered by WAIT native and READ native, when reading from url - Task yield can be achieved by: wait 0 - Changed ;{ } comment syntax to ;( ) - Parens can now span several lines at the prompt - Added system/console/paren - Added support for pressing <Esc> to stop execution of main task - Sending input via pipe to World started with a script will activate input without echo and without <tab>-completion etc.. (Not sure how and if this works under Windows.) - Added support for picking 'Re and 'Im of complex numbers - Better implementation of TRY - New test versions of IF and EITHER, that can take other than block! arguments - Added more tests |
Robert 19-Jul-2013 [560] | We have pushed our R3-GUI sources to Github. The project was cleaned up, old stuff removed etc. So it should be in pretty good shape. We keep the GibHub repository in sync with our internal SVN repository. We will further take a look at pull requests and take your feedback into our main line. You can find the repository here: https://github.com/saphirion/r3-gui |
Ladislav 19-Jul-2013 [561] | README adjustments made as Adrian proposed. |
Gerard 28-Jul-2013 [562:last] | Thank you very much Robert and your team members for all of your efforts. I'll also contribute to your advancement by sending some contributions to you very soon. Just waiting for my next pay cheque in about 15 days. |
older | first |