package bogue
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
GUI library for ocaml, with animations, based on SDL2
Install
dune-project
Dependency
Authors
Maintainers
Sources
20240225.tar.gz
md5=e03c1e72b29262bdeae37ffdfdb520b3
sha512=0d643de102fcf43847db11de6bcc640327f2d96175ef988b306fbb18c00906204be8c155b434692e3322d19f35d0260d4a6ebecfb05a5cb86258f59289fe4fe6
doc/CHANGELOG.html
Changelog
WIP! This changelog file is not complete!
All notable changes to the Bogue project will be documented in this file.
The format is based on Keep a Changelog.
Unreleased
Developement
- Next version will use tsdl 1.0.0
20240225
Warning: Last version compatible with tsdl < 0.9.9 (and >= 0.9.7)
Added
Text_input.activateis now publicBox.get_styleandBox.set_styleare now public.
Fixed
- Take advantage of recent SDL version to (greatly!) reduce power saving with idle.
- Fix too large cursor position when using Text_input.set
Developement
mouse_at_restnow usesTimeout.- Switch from
directoriestoxdgto work on Windows. - Remove symlinks in doc.
- The
example.mlfile is now calledexamples.ml, which is much more logical since it contains more than 50 examples. - Trying to enforce that all used submodules are aliased (to make it clear they are used) in the header of each file, example
module Time = B_time.
20231209
Added
- Use
directoriesto compute home and config paths, and add special care for Windows OS. - Deal with systems without audio device
Changed
Fixed
- fix flickering menus
- Workaround for Mac OS 13.0.1 cocoa bug when closing windows
etc.
20221112
older versions are not documented here yet...
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page