Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Latest commit

 

History

History
175 lines (128 loc) · 14.6 KB

CHANGELOG.md

File metadata and controls

175 lines (128 loc) · 14.6 KB

v0.1.1

CHANGELOG

v0.1.1

Fixes

  • Fixed loading issues and removed winapi references - b83f752 (2015-08-21 10:40:42)

v0.1.0

Main functionality and a number of UI elements done

0b96979 (2015-07-30 12:34:20)

Additions

  • Added UI base lib - 944f335 (2015-07-21 04:49:54)
  • Added base library structure - 4ab30d6 (2015-07-23 13:52:53)
  • Added View class - 4ab30d6 (2015-07-23 13:52:53)
  • Added Stack class - 4ab30d6 (2015-07-23 13:52:53)
  • Added Flow class - 4ab30d6 (2015-07-23 13:52:53)
  • Added IconButton element - 4ab30d6 (2015-07-23 13:52:53)
  • Added 'name' and index based object retrieval from the UI tree - 4ab30d6 (2015-07-23 13:52:53)
  • Added UI element automatic placement under Stacks or Flows - b72025a (2015-07-24 12:47:02)
  • Added Stack and Flow building logic - b72025a (2015-07-24 12:47:02)
  • Added Stack and Flow mixing logic - b72025a (2015-07-24 12:47:02)
  • Added Button - bede56a (2015-07-26 07:32:10)
  • Added size options to Button - eb4a5c2 (2015-07-26 11:08:02)
  • Added Checkbox - 0b177bb (2015-07-26 12:14:12)
  • Added Text - 88fddbd (2015-07-26 16:55:58)
  • Added HorizontalSeparator - 093e52a (2015-07-26 17:33:11)
  • Added Dropdown - cc25a7c (2015-07-27 08:22:19)
  • Added FlatDropdown - 0afdacf (2015-07-27 11:12:05)
  • Added onSelect callback for Dropdown and FlatDropdown - 0afdacf (2015-07-27 11:12:05)
  • Added Textinput - c375237 (2015-07-27 13:38:38)
  • Added FlatTextinput - 5e00089 (2015-07-27 21:28:17)
  • Added a bunch of new settings to some elements - 9c83fd3 (2015-07-28 05:43:37)
  • Added onEnter option for Textinput and FlatTextinput - 4a80969 (2015-07-28 06:02:46)
  • Added ImageButton - b98a646 (2015-07-28 07:36:47)
  • Added onWidthChange callback to Dropdown - b98a646 (2015-07-28 07:36:47)
  • Added hover options for Button and IconButton - 035c254 (2015-07-28 09:56:33)
  • Added winapi for opening dialogs - 9a5f8fb (2015-07-28 11:09:22)
  • Added openColorPicker call - 9f50bd6 (2015-07-28 12:10:47)
  • Added openSaveDialog call - aa2f91b (2015-07-28 20:49:18)
  • Added openOpenDialog call - aaeb1eb (2015-07-28 20:51:03)
  • Added Tabs - 840e791 (2015-07-28 23:43:18)
  • Added VerticalSeparator - 0dd9d68 (2015-07-29 01:01:17)
  • Added VerticalSpacing - 0dd9d68 (2015-07-29 01:01:17)
  • Added HorizontalSpacing - 0dd9d68 (2015-07-29 01:01:17)
  • Added colors table to YaouiTheme - e815458 (2015-07-29 01:42:25)
  • Added Anime example - 6564c3d (2015-07-30 00:09:56)
  • Added README - 71ee091 (2015-07-30 11:25:34)

Fixes

  • Fixed issues with Stack, Flow stacking - e9f4e10 (2015-07-25 01:34:01)
  • Fixed all Stack and Flow mixing issues - 21cdc2f (2015-07-25 02:17:43)
  • Fixed issues with Button - eb4a5c2 (2015-07-26 11:08:02)
  • Fixed Thranduil's Checkbox checked_enter and checked_exit - 0b177bb (2015-07-26 12:14:12)
  • Fixed Dropdown and FlatDropdown unselect - c375237 (2015-07-27 13:38:38)
  • Fixed a number of issues with most current elements - 9c83fd3 (2015-07-28 05:43:37)
  • Fixed cursor changes - dad235f (2015-07-29 02:05:16)
  • Fixed bottom/right margin positions for Stacks and Flows - 71ee091 (2015-07-30 11:25:34)

Updates

  • Finished high level Stack and Flow functionality - 21cdc2f (2015-07-25 02:17:43)
  • Changed name to footsies - 96cbcd9 (2015-07-25 04:15:00)
  • Changed name to yaoui - e9e5b48 (2015-07-25 11:49:22)
  • Integrated YaouiTheme colors - e9199b9 (2015-07-29 02:35:38)
  • Updated and fixed a number of issues (result of Anime example) - 6564c3d (2015-07-30 00:09:56)

v0.0.4

Additions

  • Added Anime example - 6564c3d (2015-07-30 00:09:56)

Updates

  • Updated and fixed a number of issues (result of Anime example) - 6564c3d (2015-07-30 00:09:56)

v0.0.3

Additions

  • Added onEnter option for Textinput and FlatTextinput - 4a80969 (2015-07-28 06:02:46)
  • Added ImageButton - b98a646 (2015-07-28 07:36:47)
  • Added onWidthChange callback to Dropdown - b98a646 (2015-07-28 07:36:47)
  • Added hover options for Button and IconButton - 035c254 (2015-07-28 09:56:33)
  • Added winapi for opening dialogs - 9a5f8fb (2015-07-28 11:09:22)
  • Added openColorPicker call - 9f50bd6 (2015-07-28 12:10:47)
  • Added openSaveDialog call - aa2f91b (2015-07-28 20:49:18)
  • Added openOpenDialog call - aaeb1eb (2015-07-28 20:51:03)
  • Added Tabs - 840e791 (2015-07-28 23:43:18)
  • Added VerticalSeparator - 0dd9d68 (2015-07-29 01:01:17)
  • Added VerticalSpacing - 0dd9d68 (2015-07-29 01:01:17)
  • Added HorizontalSpacing - 0dd9d68 (2015-07-29 01:01:17)
  • Added colors table to YaouiTheme - e815458 (2015-07-29 01:42:25)

Fixes

  • Fixed cursor changes - dad235f (2015-07-29 02:05:16)

Updates

  • Integrated YaouiTheme colors - e9199b9 (2015-07-29 02:35:38)

v0.0.2

Additions

  • Added Button - bede56a (2015-07-26 07:32:10)
  • Added size options to Button - eb4a5c2 (2015-07-26 11:08:02)
  • Added Checkbox - 0b177bb (2015-07-26 12:14:12)
  • Added Text - 88fddbd (2015-07-26 16:55:58)
  • Added HorizontalSeparator - 093e52a (2015-07-26 17:33:11)
  • Added Dropdown - cc25a7c (2015-07-27 08:22:19)
  • Added FlatDropdown - 0afdacf (2015-07-27 11:12:05)
  • Added onSelect callback for Dropdown and FlatDropdown - 0afdacf (2015-07-27 11:12:05)
  • Added Textinput - c375237 (2015-07-27 13:38:38)
  • Added FlatTextinput - 5e00089 (2015-07-27 21:28:17)
  • Added a bunch of new settings to some elements - 9c83fd3 (2015-07-28 05:43:37)

Fixes

  • Fixed issues with Button - eb4a5c2 (2015-07-26 11:08:02)
  • Fixed Thranduil's Checkbox checked_enter and checked_exit - 0b177bb (2015-07-26 12:14:12)
  • Fixed Dropdown and FlatDropdown unselect - c375237 (2015-07-27 13:38:38)
  • Fixed a number of issues with most current elements - 9c83fd3 (2015-07-28 05:43:37)

Updates

  • Changed name to yaoui - e9e5b48 (2015-07-25 11:49:22)

v0.0.1

Additions

  • Added UI base lib - 944f335 (2015-07-21 04:49:54)
  • Added base library structure - 4ab30d6 (2015-07-23 13:52:53)
  • Added View class - 4ab30d6 (2015-07-23 13:52:53)
  • Added Stack class - 4ab30d6 (2015-07-23 13:52:53)
  • Added Flow class - 4ab30d6 (2015-07-23 13:52:53)
  • Added IconButton element - 4ab30d6 (2015-07-23 13:52:53)
  • Added 'name' and index based object retrieval from the UI tree - 4ab30d6 (2015-07-23 13:52:53)
  • Added UI element automatic placement under Stacks or Flows - b72025a (2015-07-24 12:47:02)
  • Added Stack and Flow building logic - b72025a (2015-07-24 12:47:02)
  • Added Stack and Flow mixing logic - b72025a (2015-07-24 12:47:02)

Fixes

  • Fixed issues with Stack, Flow stacking - e9f4e10 (2015-07-25 01:34:01)
  • Fixed all Stack and Flow mixing issues - 21cdc2f (2015-07-25 02:17:43)

Updates

  • Finished high level Stack and Flow functionality - 21cdc2f (2015-07-25 02:17:43)
  • Changed name to footsies - 96cbcd9 (2015-07-25 04:15:00)