Skip to content

Releases: dmcoles/ReBuild

v1.2.0

18 Sep 13:59
Compare
Choose a tag to compare
  • fix getfile readonly code not being generated when TRUE
  • use macros setting was not fully applied to all object definitions
  • fix os4 issues with penmap and bitmap gadgets
  • rename 'name' fields to 'label'
  • add identifier field for all gadgets
  • add child labels for gradient slider and palette gadgets
  • add support for checkable/toggle/mutual menu items
  • add 'move into vlayout' and 'move into hlayout' menu options
  • implement reopen function
  • add hint text option to all gadgets
  • rename incorrect window gadget help label
  • set window gadget help to default to true
  • window activate flag defaults to true
  • adding new gadget now inserts after currently selected gadget instead
    of at the end
  • add menu keyboard shortcuts
  • add undo/redo capability
  • save code preview and preview window positions to project file
  • update project file format to v2
  • add tooltype options for code previews and code preview window position
  • settings saved to envarc:
  • add realtime code preview window
  • set selected item to root layout for new project
  • make main window and code preview window remember their last positions
  • add preview window width + height properties
  • add link to vscroll to text field gadget
  • add link to hscroll and link to vscroll to text editor gadget
  • add link to slider gadget for integer gadget
  • add horizontal scroll flag to texteditor
  • throw an error on startup if neither textfield or texteditor gadgets
    are present
  • all gadget types now have label property
  • set preview window settings based on window definition
  • re-arrange some gadget settings pages to try to better fit them in
    640*256
  • Add an edit button on main window

automated dev build {2024-09-18}

06 May 16:53
Compare
Choose a tag to compare
Pre-release
dev-build

update build number for final release

v1.1.0

04 Mar 14:15
Compare
Choose a tag to compare

Changes in this release 1.1.0
- Creating a virtual gadget could cause crashes (due to a bug
in the version of E-VO used to compile 1.0.0)
- About dialog changed 'Rebuilder' To 'Rebuild'
- Loading a bitmap with no image selected reported an incorrect error
- Added option to generate code that does not use macros in the object
definitions (for better GCC compatibility).
- add GA_TabCycle property to click tab
- code generated for fuel gauge now uses GA_Text instead child label
- fuel gauge used incorrect default number of ticks
- GetScreenMode did not include child label in generated code
- Glyph did not include child label in generated code
- Glyph used incorrect default type
- Added USEMACROS tooltype
- Sketchboard was missing many of the settings in the generated code
- SizeBRight and SizeBBottom did not work correctly in preview window

v1.0.0

08 Feb 14:11
Compare
Choose a tag to compare
update to version 1.0.0

fix in c code generation for tabs truncating the generated code

0.10.0-beta

17 Jan 17:32
Compare
Choose a tag to compare
0.10.0-beta Pre-release
Pre-release
  • made some changes to the code generation function to add a window id enumeration
  • changed window 'name' property to 'identifier' and added some validition
  • added a user manual text file

0.9.0-beta

10 Jan 15:25
Compare
Choose a tag to compare
0.9.0-beta Pre-release
Pre-release
bitmap object did not generate code for height property correctly

add enums for ids as well as indexes in generated code
use enums for ids and indexes in the in generated code object definitions
enable full code setting in example files