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.

25 check-ins using file source/CCList.asm version 45eb87184e

2014-04-25
04:43
More minor bugfixes in the dialogs. Preparation for extending the theme editing and change the theme files to another format. check-in: cfa095099e user: johnfound tags: trunk
2014-04-23
21:49
Release: v2.1.10

Added missing files in the setup script. Fixed a bug in the options dialogs. check-in: b783652b9c user: johnfound tags: trunk, v2.1.10

2014-04-22
10:27
Small change in the "procedure argument hint" feature in order to allow space separated arguments "stdcall PROCNAME arg1, arg2, ..." together with comma separated arguments "stdcall PROCNAME, arg1, arg2, ...". check-in: e63653ae1b user: johnfound tags: trunk
2014-04-21
15:00
Merged with the fixed version of FreshLib (file access flags). Code cleanup. Changed the way MRU lists are saved and loaded from the config files. check-in: 5be1453de1 user: johnfound tags: NewConfig
2014-04-19
18:26
Converted to use FreshLib uConfig library, instead of Win32 API in order to save and load the IDE configuration and settings from the INI file. This change pushes the IDE one step further to the full portability. check-in: 6f7fa0e4bf user: johnfound tags: NewConfig
2014-04-18
20:33
Merged with FreshLibDev. check-in: dd123e170c user: johnfound tags: NewConfig
08:56
Merged with the trunk in order to get the latest changes. check-in: 33ffefc027 user: johnfound tags: NewConfig
2014-04-16
10:46
Release v2.1.9 check-in: 22d5c9179b user: johnfound tags: trunk, v2.1.9
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-15
18:07
Re-added automatic web browser detection on the first run. It is important because of the help browsing. check-in: b8cfa61c29 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
21:02
The examples, not working because FreshLib interface has been fixed. check-in: c9da06e53e 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-27
09:30
Merged with FreshLibDev. check-in: 6b6c8a749b user: johnfound 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
10:01
Fixed a bug in the .html file search/open with keyword. Leaf check-in: 57f7f594c2 user: johnfound tags: HelpServer
09:30
Removed not working good code for browser autodetection. check-in: d3b8510949 user: johnfound tags: HelpServer
2014-03-23
16:11
Merged with the fixed version of Exec procedure (FreshLibDev). Fixed redraw issues on the IDE options dialog. check-in: a87916e9b5 user: johnfound tags: HelpServer
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-16
10:17
An Wine specific issue fixed about activation of the main menu by keyboard (WM_SYSCOMMAND/SC_KEYMENU). It must be tested in Windows. check-in: 6b4b6b8ccd user: johnfound tags: trunk
2014-03-15
20:45
Code completion, values display improved. check-in: 24c452ad6e user: johnfound tags: trunk