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.

18 check-ins using file freshlib/data/strlib.asm version 51430ede44

2013-02-12
08:02
The project is moving to EUPL license. There are remaining boiler plates that need to be fixed later. check-in: 1c23c340f3 user: johnfound tags: trunk
2013-01-30
15:30
Editing the FreshLib user guide. Work in progress. check-in: 4e2e8dbaed user: lhmnai0 tags: trunk
08:35
Started new chapter of the FreshLib user documentation - user guide. Small edits of the FreshLibDoc. Small bug fixed in the project templates. check-in: 33d036e699 user: johnfound tags: trunk
2013-01-25
14:03
Changed gui/Win32/windows.asm procedure _RefreshWindow to use RedrawWindow instead of InvalidateRect in order to get better response of the user interface. check-in: 5dc8db060e user: lhmnai0 tags: FreshLibDev
07:54
Fixed small but in the markdown parser (not closed chapter tag at the end of the file). Added support for progress bar component in OldTemplates.inc compatibility macros. Fixed windows border settings in the Win32 OS dependent library. check-in: 54534c041f user: lhmnai0 tags: FreshLibDev
2013-01-24
13:45
Fixed small bug in the form editor. check-in: e2ed0868e7 user: lhmnai0 tags: trunk
11:32
Flatassembler compiler has been updated to v1.71.07 check-in: c988dd8f7e user: lhmnai0 tags: trunk
09:04
Merged with the latest FreshLibDev branch. Introduced the compatibility macros in order to allow using of the .frm visually edited forms in FreshLib portable programs.

Added new FreshLib project template that uses visually edited form. check-in: 69e4c80fb1 user: lhmnai0 tags: trunk

08:52
Commit before merging with the latest FreshLibDev. check-in: 75eea40dea user: lhmnai0 tags: trunk
07:27
The markdown parser is fixed - now it allows use of flash animations. Test application was added to freshlib/test_code/TestMarkdown/ check-in: fc66c46199 user: lhmnai0 tags: FreshLibDev
2013-01-23
15:43
Work on markdown parser - implementation of <object> tags. check-in: cedc6bd96b user: lhmnai0 tags: FreshLibDev
11:47
Started work on expanding markdown library to support embeded objects in the generated HTML. The work is not finished and not working.

Introduced compatibility macros, that allow the old .frm files to be used with the new GUI library. Now, the templates can be created and edited with the existing visual form editor. Limited kinds of components is supported, because there are not so much in FreshLib for now. :) Buttons, edits, labels and Textbox (dirty implemented through FreshEdit component). check-in: 72cba8f435 user: lhmnai0 tags: FreshLibDev

2013-01-18
13:36
IDE edited in order to be able to work properly on any monitor of the system, not only on the main monitor. check-in: 9b92b406cc user: lhmnai0 tags: trunk
2013-01-17
12:20
Added sub-chapter formatting in markdown.asm check-in: 2e929f9486 user: lhmnai0 tags: FreshLibDev
04:54
KolibriOS, read from console buggy implementation. check-in: 4797095a60 user: johnfound tags: FreshLibDev
2013-01-14
07:42
Merge with FreshLibDev in order to get the recent updates. check-in: a0dd8a8ada user: lhmnai0 tags: trunk
06:27
Removed call to CfgClean in CfgLoad. If the config object have to be reused, explicit call to CfgClead have to be provided. check-in: bb8e1507c5 user: johnfound tags: FreshLibDev
2013-01-12
20:11
Merged with the latest uConfig branch. It updates the uConfig API, and breaks some backward compatibility. All projects that uses uConfig should be updated now. (Fortunately they are not so many - better now than later). The latest uConfig API is advanced and provides many new features.

Additionally, StrNormalizePath procedure was introduced in StrLib.asm that can process paths with random separators. check-in: 1aa7133438 user: johnfound tags: FreshLibDev