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.

33 check-ins using file freshlib/equates/Win32/_KERNEL32.INC version 2475f2791d

2016-07-23
14:49
This is very old branch that was not developed for years. I will close it, but now commiting the latest changes, before closing the branch. Closed-Leaf check-in: 64bf95be6a user: johnfound tags: FreshEditNoIndex
2012-06-26
14:22
New functions in StrLib. check-in: 42d8dfa3cd user: lhmnai0 tags: FreshLibDev
2012-06-25
04:49
New function FileWriteString was added in files.asm library. It writes some strlib string to a file. OS inedependent.

Changed names of fields in the structure TFileInfo. check-in: fc4d9992b8 user: johnfound tags: FreshLibDev

2012-06-17
11:31
Implemented StrURLDecode procedure in StrLib. It was stub until now. Forced GetEnvironmentStrA in system/win32/environment.asm; But this is not good and need some more work. check-in: 2656c35a44 user: johnfound tags: FreshLibDev
2012-06-13
21:22
Bug fixed in GetFileInfo (Linux) check-in: 1ed7928399 user: johnfound tags: FreshLibDev
19:30
Fixed the problems with the Linux version of GetFileInfo procedure. check-in: 315770942d user: johnfound tags: FreshLibDev
13:34
Added OS dependent functions GetFileInfo and GetTime to the Linux library. They are not tested, so it is possible to contain bugs. check-in: 9c6f00e97a user: lhmnai0 tags: FreshLibDev
04:59
Introduced procedures for work with files data/time parameters and to get system time. All times are formatted as Unix time. check-in: 4b0fa7086b user: johnfound tags: FreshLibDev
2012-06-11
04:19
Added procedure GetCmdArguments for Linux.

Fixed some weird bug in _display.inc; DispSize macro didn't output properly the size 10K??? A slight change in the code fixed the problem, but it is possibly bug in the compiler. Needs more investigation.

Changed interface of TranslateMarkdown procedure - now it returns the result in memory structure. check-in: 5cee31d25f user: johnfound tags: FreshLibDev

2012-06-08
13:15
Merge with the FreshLibDev library because of heavy structure changes in the library. check-in: 87c2aa9433 user: lhmnai0 tags: FreshEditNoIndex
12:27
Heavy code restructure in order to make the use of the library more easy and clear. check-in: 24503edf95 user: lhmnai0 tags: FreshLibDev
2012-06-06
21:35
Added tables support in markdown.asm library. check-in: 7a1d5615e3 user: johnfound tags: FreshLibDev
14:04
Fixed the HTML character encoding in the source code blocks. check-in: 06172c74ca user: lhmnai0 tags: FreshLibDev
04:34
Implemented inline images. check-in: 5bf8dd1880 user: johnfound tags: FreshLibDev
2012-06-05
14:35
Added support of
tag in markdown.asm library.
check-in: c1eda72f72 user: lhmnai0 tags: FreshLibDev
04:39
Added support for HTML special characters [&,",',<,>]; check-in: 767dada131 user: johnfound tags: FreshLibDev
2012-06-03
21:50
Added procedure SortDirArray to sort the elements in the list returned from DirectoryRead procedure. Added new procedure in StrLib: SreComSort that returns -1, 0, 1 depending of the compiret strings relation. Some fixes and refining of the markdown parser. check-in: 46183e665c user: johnfound tags: FreshLibDev
06:40
Added callback function to the markdown parser function in order to handle the links addresses in the context of the bigger system. The callback can add some prefixes to the links. check-in: fb4643e891 user: johnfound tags: FreshLibDev
2012-06-02
13:25
Very old bug in StrLib StrCompCase function fixed. It is possible this bug caused some crashes in Fresh and other programs. check-in: 5bf9cba61b user: johnfound tags: FreshLibDev
2012-06-01
14:29
Simplification of markdown.asm library. check-in: f60687e548 user: lhmnai0 tags: FreshLibDev
2012-05-31
19:15
Some pretty big changes to the links generation was made in markdown.asm library. check-in: 13c18be744 user: johnfound tags: FreshLibDev
13:58
Work on the different link types in markdown.asm library. The work is not finished - the links to the local document does not work. Also, images have to be implemented in the same manner. check-in: 9c22770baf user: lhmnai0 tags: FreshLibDev
2012-05-30
13:41
Markdown library bug fix and changed "blockquote" tag with "div". check-in: 3a108326a4 user: lhmnai0 tags: FreshLibDev
2012-05-29
13:42
Support for unordered lists added. Also, added support for ;keywords and ;description metatags. There is a bug somewhere, that causes crash. The library will not work in this checkin! check-in: 7e0a2b66ea user: lhmnai0 tags: FreshLibDev
05:11
Added blockquotes to the markdown parser. check-in: 4a6eb823fe user: johnfound tags: FreshLibDev
2012-05-28
14:00
Some experiments on the markdown formating. check-in: c854cd15c2 user: lhmnai0 tags: FreshLibDev
2012-05-27
23:52
Stupid bug fixed in markdown.asm check-in: 3f2c1e0c0b user: johnfound tags: FreshLibDev
22:50
Work on markdown parser. Now it is fully reentrant in order to support multifile documents with "include" clause. check-in: c3c36bd343 user: johnfound tags: FreshLibDev
10:49
Some effort was made to turn markdown.asm to emit valid xhtml 1.0 code. check-in: c4246a0135 user: johnfound tags: FreshLibDev
2012-05-26
23:12
Added new library data/markdown.asm It contains lightweight markup parser, similar to markdown. The name of the library will probably be changed later, because the full specification of markdown will not be implemented.

Temporary, in system/Linux/files.asm was changed FileOpen function to support read-only open of the files. This solves the problems with the access rights, but the problem needs better solution.

The memory allocation mechanism of the data/strlib.asm was made more agressive in order to spare redundant reallocations. check-in: e86615e15d user: johnfound tags: FreshLibDev

2012-05-25
00:15
Fixed Win32 environment variables handling in unicode. Added empty stub for the needed procedure StrURLDecode in data/strlib.asm check-in: f0aaea34ec user: johnfound tags: FreshLibDev
2012-05-24
16:56
Added new function in system/files.asm library: FileReadLine Changed the linux FileOpen function to use string handles. check-in: 0799af893b user: johnfound tags: FreshLibDev
06:41
Implemented Win32 version of DirectoryRead function. check-in: 3b8ab4c6fa user: johnfound tags: FreshLibDev