Skip to content

Releases: EmptyFlow/SciterAPI

1.1.0

28 Nov 13:35

Choose a tag to compare

  • SciterAPIHost(pathToFolder, prepareGrophics, prepareRequest) more generalized constructor, instead manually call SciterLoader.Initialize (...) and .PrepareXApi(s) methods
  • SciterAPIHost.LoadHost() now redundant, you don't need to call it manually anymore.
  • Refactor GraphicsAPI helpers
  • GraphicsDrawLine change signature and now it have Vector2 parameters
  • SciterRectangle.LeftTopCorner get left and top values in Vector2
  • SciterRectangle.RightBottomCorner get right and bottom values in Vector2

1.0.11

15 Oct 18:20

Choose a tag to compare

Added new methods

SciterAPIHost.GraphicsSaveState for save graphics state
SciterAPIHost.GraphicsRestoreState for restore graphics state
SciterAPIHost.GraphicsLineColor for set line color
SciterAPIHost.GraphicsDrawLine for set draw the line
SciterAPIHost.GraphicsGetColor for get color from separate channel components.
SciterAPIHost.GraphicsFillColor for set color for filling.
SciterAPIHost.GraphicsLineGradientLinear for set linear line gradient.
SciterAPIHost.GraphicsLineGradientRadial for set radial line gradient.
SciterAPIHost.GraphicsFillGradientLinear for set linear gradient color for filling.
SciterAPIHost.GraphicsFillGradientRadial for set radial gradient color for filling.
SciterAPIHost.GraphicsDrawEllipse for draw ellipse
SciterAPIHost.GraphicsDrawRectangle for draw rectangle
SciterAPIHost.GraphicsDrawRoundedRectangle for draw rounded rectangle
SciterAPIHost.GraphicsDrawText for draw text
SciterAPIHost.GraphicsDrawImage for draw image

1.0.9

14 Jul 12:35

Choose a tag to compare

  • Added EventBehaviourGroups.HANDLE_STYLE_CHANGE and EventBehaviourGroups.HANDLE_ATTRIBUTE_CHANGE
  • Added SciterEventHandler.AttributeChanged override method for handled attribute changed event
  • Added SciterEventHandler.StyleChanged override method for handled style changed event
  • Changed signature for SciterAPIHost.AddEventHandler and removed fromFactory parameter
  • Added SciterEventHandler.GetUnique for get event handler global unique value
  • Added SciterAPIHost.GetEventHandlerByUnique for get event handler by Unique
  • Added SciterAPIHost.GetEventHandlerByPointer for get event handler by pointer

1.0.3

06 May 17:34

Choose a tag to compare

  • Added SciterAPIHost.LoadHtml for load HTML page as string
  • Added SciterAPIHost.GetElementChildrensCount for get count of childrens for specified element
  • Added SciterAPIHost.ClearAttributes for clear all element attributes
  • Added SciterAPIHost.ElementFromValue for get element from value
  • Added SciterAPIHost.ElementToValue wrap element reference into value
  • Added SciterAPIHost.SetSharedVariable for set global variable in all or one window
  • Added SciterAPIHost.SetMainWindowVariable for set global variable in main window
  • Added SciterAPIHost.GetMainWindowVariable for get global variable for main window

1.0.2

25 Apr 17:46

Choose a tag to compare

  • Added bindings for Graphics API
  • Added ability to override main handler in SciterEventHandler

1.0.1

18 Apr 12:27

Choose a tag to compare

  • Added helpers for Value API
  • Added ability to omit few loading files if return empty bytes

1.0.0

10 Apr 12:31
eafe1bd

Choose a tag to compare

  • Mapping low level API
  • Run and process windows
  • Get/Set Elements
  • Get/Set Attributes
  • File Protocols
  • Event Handlers

0.0.0 sciter libraries

29 Mar 10:56

Choose a tag to compare

Pre-release
  • Package with sciter libraries for different achitectures