Fresh IDE . Timeline
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

7 check-ins using file freshlib/_doc/CheckListFresh3.txt version 53b9b44951

2015-11-12
21:06
Implemented simple TCheckbox control. Improved support for the actions. Fixed some bugs. Improved the test program (TestMenu.fpr) for TMenu and TAction components. check-in: be9007291f user: johnfound tags: NewWidgets
14:54
Work on the TAction integration, notifications and icon cache handling. check-in: 613a968a5a user: johnfound tags: NewWidgets
13:27
The object TObject has been changed to support parent/child relations. So, now the children of the TWindow can be TObject descendent (non-visual) objects, like TAction.

TAction now provides icons for the controls. The implementation uses cached images, so it should be fast enough. But the cache update is not implemented yet. It needs to free the cached images on TImageList:ImgIcons change and on attaching/detaching the TAction to the TActionList object.

TButton now works with actions as well with its usual properties. The TAction has higher priority. check-in: d25fd76c12 user: johnfound tags: NewWidgets

2015-11-10
21:31
Started the proper implementation of TAction by OOP and with the needed interfaces to the controls. Not working and the whole structure needs some development. check-in: b3784f3f19 user: johnfound tags: NewWidgets
09:26
Some debug information included to the fonts library. check-in: 9c8e59f26d user: johnfound tags: NewWidgets
07:57
Small fix. check-in: 7524393de7 user: johnfound tags: NewWidgets
07:55
Work on the menus and themes. check-in: 10fee86a80 user: johnfound tags: NewWidgets