Menu

Code Commit Log


Commit Date  
[r486] by rbd

Better layout support.

2023-06-16 13:02:15 Tree
[r485] by rbd

Removed "standard" CMAKE_OSX_DEPLOYMENT_TARGET so it is a user-settable option. Default seems to be the latest available, so to make a version that is generally usable on other macs, pick something a few years old, e.g. "10.14"

2023-06-14 02:56:19 Tree
[r484] by rbd

Fixed UTF8 bug in find() and open() now skips over initial BOM character if found.

2023-06-11 18:19:56 Tree
[r483] by rbd

Added support for Wxs_color(r, g, b [,alpha]) as an alternative to strings in color methods so you can have a single variable describing an arbitrary color.

2023-06-07 02:31:16 Tree
[r482] by rbd

Fixed Semantics::init() to initialize noops array pointer.

2023-05-19 16:45:38 Tree
[r481] by rbd

Fixed missing parameter in Image class initialization.

2023-05-12 20:03:38 Tree
[r480] by rbd

Fixed vumeter appearance for linux. Fixed Window deletion for linux (problem with menubars).

2023-05-09 18:20:51 Tree
[r479] by rbd

Improvements/generalization of wxserpent.srp - now groups of controls can be given an id and be parents, allowing for them to share code for deletion and cleanup. See slider.srp for example.

2023-05-07 15:54:50 Tree
[r478] by rbd

Addressed some issues spotted by compilers.

2023-05-01 13:42:46 Tree
[r477] by rbd

Modified scheduler to accept 0 with warning for setting BPS. Corrected STOPPED_BPS value to match comment (1 beat per million minutes)

2023-04-29 20:46:15 Tree
Older >