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.

50 most recent check-ins that include changes to files matching 'doc/*'

2022-01-24
14:00
Fixed the xlib example for the new Linux ABI. check-in: ef71bde359 user: johnfound tags: trunk
2020-10-08
20:49
Updated TtH tool (TeX to HTML). Added a patch file for the changes needed by Fresh IDE in order to make future updates easier. check-in: 64300eef5b user: johnfound tags: trunk
2020-10-07
09:10
Updated the FlatAssembler programmers manual. check-in: d8126b0a00 user: johnfound tags: trunk
2020-10-06
07:01
Better formatting in the help files. check-in: ef561bd649 user: johnfound tags: trunk
2019-07-07
19:42
Merged with latest_freshlib branch. Preparations for release. Some more tests are needed. check-in: 84acad18c1 user: johnfound tags: trunk
2019-06-26
19:22
Some of the help files updated. The rendering of the markdown reverted back to the original procedure. check-in: b08783e09e user: johnfound tags: latest_freshlib
2018-12-05
08:57
TeX to HTML tool TTH updated to v4.12 check-in: 1d5ab4479e user: johnfound tags: trunk
08:34
More generic font family in the help files. check-in: 38462acc17 user: johnfound tags: trunk
2018-06-29
10:48
Small addition to the help files. check-in: 8945de3c57 user: johnfound tags: trunk
2017-12-30
10:11
The official release v2.6.2

Updated the documentation. Updated the FASM compiler. Minor edits to the help CSS styles and the help index. check-in: 1863b5fab7 user: johnfound tags: trunk, v2.6.2

2017-12-04
19:25
The stylesheets for the help, as external file. This actually was a bug. check-in: 84b51549b7 user: johnfound tags: trunk
2017-10-26
17:21
Small fix in the FASM.rhtm help file. check-in: bd3fd2aa44 user: johnfound tags: trunk
17:19
Removed not needed margin tag from FASM.TEX Leaf check-in: 82fd95a50d user: johnfound tags: help_update
11:05
Merged with the help_update branch. Almost ready for release. check-in: d538990122 user: johnfound tags: trunk
10:57
Merged with "newskin" branch. check-in: 142ab39cbf user: johnfound tags: trunk
2017-10-24
08:28
Updated the help system to allow raw headless html files and to decorate them in the same way as the .md files.

The extension of such files is .rhtm; The FASM LaTeX manual has been updated to the latest version and formatted to .rhtm file. The doc/tools/ directory was cleaned up from outdated tools and LaTeX_to_html tool (tth) has been updated to the latest version. Notice, that in doc/tools/tth_src is a modified version of the tool that emits anchor tags in a way, Fresh IDE help system use them.

This help files update is part of preparations for the new release of Fresh IDE together with "newskin" branch. check-in: c8ad2b898b user: johnfound tags: help_update

2017-10-12
08:03
Work on the icons for the dark skin. Removed the gif images from the resource file. check-in: 7f59f08de9 user: johnfound tags: newskin
2017-09-22
16:00
Added new instruction set reference. Not full, but is pretty helpful because contains the flags affected and explain the instructions in details. check-in: 59c17aeab1 user: johnfound tags: trunk
2016-10-16
18:17
Official release v2.5.0 Contains bad regression. check-in: 465566527f user: johnfound tags: trunk
2016-09-11
23:27
Attempt to fix all problems with the non-latin filenames and paths. Not finished. check-in: 52b2cb4271 user: johnfound tags: unicode_fix
2016-09-02
15:34
The CSS styles of the help files are embeded in the HTML files in order to faster render in the browsers; A little bit dirty implementation of code completion for the OOP methods and params. Should be more tested. check-in: d1530b6425 user: johnfound tags: trunk
2016-02-24
07:00
Edits of the help documents. Removed some outdated chapters of FreshLib reference. Changed a little the visual style. Increased font size for better use on high dpi devices. check-in: 3c68946a23 user: johnfound tags: trunk
2015-11-28
05:20
Merge with FastAsmEdit branch as a preparation for release. check-in: 7fdb55bb72 user: johnfound tags: trunk
05:18
Added link to the linux syscalls reference in the help server index page. Closed-Leaf check-in: d4657a26be user: johnfound tags: FastAsmEdit
2015-11-09
15:28
Added missing images for the documentation. check-in: 868477588d user: johnfound tags: trunk
2015-07-10
10:14
Fixed bug with the selection indent/unindent in the source editor.

Fixed a bug with the toolbar tooltips. With some probability this is the bug reported several times for Windows 8.1

Some help files edits. check-in: e5dde43d53 user: johnfound tags: trunk

2015-05-19
19:07
Last preparations for official release. Edited WhatsNew.txt. Added new article in the documentation, about OOP programming with FreshLib. The css file for the articles is changed a little. check-in: beb4f53ea2 user: johnfound tags: trunk
2015-05-16
14:28
Fixed small problem in doc/index.help check-in: 84611bb253 user: johnfound tags: trunk
2015-05-15
11:09
Merged with the WithoutWinproc branch, implementing several new features and in preparation for the next release version. Some bugs are possible. check-in: 6751cb3a15 user: johnfound tags: trunk
2015-05-14
19:33
Fixed "dispatch" macro use in many files.

Implemented new format for index.help, supporting titles for the help files.

Implemented new feature "Open Linux terminal". Added new icon for this feature. check-in: 59854f6efd user: johnfound tags: WithoutWinproc

2014-10-16
20:14
Merged with the AdvNamesHandling branch in order to get all the changes. Preparations for v2.2.2 release. Updated WhatsNew.txt file. check-in: aab90855ac user: johnfound tags: trunk
17:55
The FreshLib reference manual has been updated a little. Closed-Leaf check-in: be3aef9182 user: johnfound tags: AdvNamesHandling
2014-05-20
08:08
Fixed unrolling macro feature when the macro ends with "} some_macro" case. (Used in struct macro definition). Closed-Leaf check-in: 5bde707dff user: johnfound tags: UnrollMacro
2014-05-10
22:36
Fresh IDE release v2.2.1.

It is a mainly bug fix version. But there is very important new feature: "Unroll macro". This is a long awaited feature that will significantly accelerate and facilitate the development, analysis and debugging of macros. It probably needs some improvement later, but it is some kind of break-through. check-in: 74e4c60760 user: johnfound tags: release, trunk, v2.2.1

2014-04-18
08:56
Merged with the trunk in order to get the latest changes. check-in: 33ffefc027 user: johnfound tags: NewConfig
2014-04-16
10:39
Documentation editing. check-in: 2ca433bf1b user: johnfound tags: trunk
04:22
Preparations for release v2.1.9 check-in: caf9909cff user: johnfound tags: trunk
2014-04-14
22:11
Deleted old russian translation of the FASM help. It is not used at all and if someone need it it is still in the repository. check-in: f149c1a849 user: johnfound tags: trunk
2014-04-03
12:05
Added an index file item in the html help files index (*.idx). check-in: e3c3fedbf2 user: lhmnai0 tags: trunk
2014-03-24
21:48
Merged with the branch HelpServer. Now the structure of the context help system is totally new. It uses web server in order to provide access to the html and markdown help documents. check-in: d0d2ace9f3 user: johnfound tags: trunk
2014-03-23
15:59
A lot of changes in the file structure of the documentation and the online help system. check-in: 183d3fb45e user: johnfound tags: HelpServer
2014-03-19
12:46
The proper server help termination provided. check-in: 7eb3de9345 user: johnfound tags: HelpServer
06:07
Implemented web server in order to serve the help requests of the IDE. check-in: dafa6b9a84 user: johnfound tags: HelpServer
2014-03-18
17:27
Merged with trunk in order to get the latest changes. Closed-Leaf check-in: 3890422a97 user: johnfound tags: OnlineHelp
2014-03-15
20:45
Code completion, values display improved. check-in: 24c452ad6e user: johnfound tags: trunk
2014-03-13
14:41
Work on the internal help browser. check-in: 2b9f1768c9 user: johnfound tags: OnlineHelp
07:24
Empty commit. check-in: fb5d2143c5 user: johnfound tags: OnlineHelp
2014-03-12
20:21
Merged with trunk. Start of implementation of internal HTML help browser. check-in: 7338985436 user: johnfound tags: OnlineHelp
20:20
Merged with FreshLibDev. check-in: 9a850263bf user: johnfound tags: trunk
2014-02-28
11:52
The context help now can search and display markdown formatted files. Not tested enough. check-in: b91114fe3f user: johnfound tags: OnlineHelp