User contributions for A740g
Jump to navigation
Jump to search
29 October 2022
- 20:3320:33, 29 October 2022 diff hist +26 m MESSAGEBOX (function) Add _COLORCHOOSERDIALOG
- 20:3220:32, 29 October 2022 diff hist +26 m MESSAGEBOX Add _COLORCHOOSERDIALOG
- 20:3120:31, 29 October 2022 diff hist +26 m NOTIFYPOPUP Add _COLORCHOOSERDIALOG
- 20:3020:30, 29 October 2022 diff hist +26 m INPUTBOX$ Add _COLORCHOOSERDIALOG
- 19:0319:03, 29 October 2022 diff hist +1,449 N INPUTBOX$ Initial version
- 18:5918:59, 29 October 2022 diff hist +36 SELECTFOLDERDIALOG$ Fix Description
- 18:4718:47, 29 October 2022 diff hist +1 m NOTIFYPOPUP Add missing bracket
- 18:4718:47, 29 October 2022 diff hist +1 m MESSAGEBOX Add missing bracket
- 18:3518:35, 29 October 2022 diff hist 0 m MESSAGEBOX (function) Re-order description
- 18:1618:16, 29 October 2022 diff hist 0 m MESSAGEBOX Re-order description
- 18:1518:15, 29 October 2022 diff hist 0 m NOTIFYPOPUP Re-order description
- 18:1318:13, 29 October 2022 diff hist +1,334 N SELECTFOLDERDIALOG$ Initial version
28 October 2022
- 11:4311:43, 28 October 2022 diff hist 0 m MESSAGEBOX Minor formatting
- 11:4211:42, 28 October 2022 diff hist 0 m NOTIFYPOPUP Update formatting
27 October 2022
- 22:5822:58, 27 October 2022 diff hist +1 m MESSAGEBOX (function) Update example title
- 22:5622:56, 27 October 2022 diff hist +2,068 N MESSAGEBOX (function) Initial version
- 21:0921:09, 27 October 2022 diff hist +1,308 N MESSAGEBOX Initial version
- 19:2019:20, 27 October 2022 diff hist +1,199 N NOTIFYPOPUP Initial version
5 October 2022
- 17:1617:16, 5 October 2022 diff hist +1 m SNDBAL Add punctuation.
- 16:5916:59, 5 October 2022 diff hist +771 SNDBAL Remove extra closing bracket from syntax and update example 1
- 16:4916:49, 5 October 2022 diff hist +1,074 SNDPLAYCOPY Update to add new feature (#185)
4 September 2022
- 01:0601:06, 4 September 2022 diff hist +1,722 MEMSOUND Fixed issues per https://github.com/QB64-Phoenix-Edition/QB64pe/pull/157
3 September 2022
- 21:0021:00, 3 September 2022 diff hist +20 m SHR Added references to ROR & ROL
- 20:5920:59, 3 September 2022 diff hist +21 SHL Added references to ROR & ROL
- 20:5620:56, 3 September 2022 diff hist +1 m ROR Change "shift" to "rotate"
- 20:5520:55, 3 September 2022 diff hist +471 ROR Initial version
- 20:4720:47, 3 September 2022 diff hist +286 ROL Initial version
27 August 2022
- 13:0913:09, 27 August 2022 diff hist 0 PLAY Fixed "see also" formatting
- 13:0613:06, 27 August 2022 diff hist +22 PLAY Added Play (function) under "see also"
- 12:5312:53, 27 August 2022 diff hist +566 PLAY (function) Added initial documentation for Play function
- 11:2811:28, 27 August 2022 diff hist +23 SNDOPEN Added version note on STREAM. May need to change version to the actual version that contains the changes
- 11:1411:14, 27 August 2022 diff hist +2,356 MEMSOUND Updated all new miniaudio _MEMSOUND behavior and features. Updated example 2 that works for both OpenAL and miniaudio backends
- 09:3609:36, 27 August 2022 diff hist +57 SNDRAW Added _SDNRAWDONE just before entering _SNDRAWLEN wait busy loop in all examples
- 08:0708:07, 27 August 2022 diff hist +43 SNDPLAYFILE Added information about new format support.
- 07:5707:57, 27 August 2022 diff hist +514 SNDOPEN Added notes on the new miniaudio backend capabilities$ (STREAM). This is simply ignored with the OpenAL backend. So, we are good that way.
- 07:3507:35, 27 August 2022 diff hist +441 SNDOPEN Added new format information. Updated notes on how to deal with invalid handles. Improved example #2
- 06:1206:12, 27 August 2022 diff hist +108 SNDRATE Added a new point. The old OpenAL code was hardcoded to 44100 Hz. The miniaudio backend on the other hand will choose the device's native sample rate.
- 06:0506:05, 27 August 2022 diff hist +1 m PLAY Fixed the last example - "Play x" to "Play x$"
- 05:5005:50, 27 August 2022 diff hist +2 LOADIMAGE No edit summary
- 05:0305:03, 27 August 2022 diff hist +481 LOADIMAGE Documented all new features from https://github.com/QB64-Phoenix-Edition/QB64pe/pull/141. The version information for mode 257 will need to be updated with whatever version number includes the PR.