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.

20 check-ins using file source/filemanager.asm version f470fdd5fa

2014-05-07
20:13
Create new branch named "UnrollMacro" check-in: 5e9ddafef1 user: johnfound tags: UnrollMacro
2014-05-05
20:22
Fixed an old misbehavior, that the command "Exit" can not be canceled because the check is performed too late in the termination process. check-in: d0dbb61363 user: johnfound tags: trunk
10:12
Fixed bug in the "save" function caused invalid text files to be saved (padded with $00 bytes at the end) when "Optimal fill on saving" option is set. check-in: 7c549a7e23 user: johnfound tags: trunk
08:15
Fixed a bug in the "Goto interface" function of the editor. Additionally "Goto interface" now works like "Goto definition" when the label is defined not by interface/body macros. check-in: 1bd71771a4 user: johnfound tags: trunk
2014-05-03
16:11
Fixed ConvertPath procedure that was not reentrant and this way caused the help server to generate invalid file names. check-in: 1d019e15a1 user: johnfound tags: trunk
2014-05-02
15:39
Cleanup of the code. Fixed wrong run of the Windows console applications from the IDE. Fixed bug in the debugger caused very slow startup of the debugged Windows application. There are still problems with the memory dumper. check-in: d80e125648 user: johnfound tags: trunk
2014-05-01
11:10
Release v2.2.0

Compiled the setup .exe and .zip packages. check-in: 0a9fa57b2b user: johnfound tags: trunk, v2.2.0

10:32
Merged with FreshLibDev and NewConfig as a preparation for release. check-in: ec0c61dd3f user: johnfound tags: trunk
09:59
Preparations for release. New installer script created. WhatsNew.txt updated. Closed-Leaf check-in: dddc58fffd user: johnfound tags: NewConfig
2014-04-29
19:49
Merged with FreshLibDev. The new Win32 mutex procedures gives huge (10 times) performance boost on string intensive functions, especially under WINE. In Windows the boost is smaller, but still valuable. check-in: ddc0cb5e81 user: johnfound tags: NewConfig
2014-04-27
18:57
Merged with the newer version of uConfig. Changed loading/saving themes to be atomic. check-in: 92a70ed999 user: johnfound tags: NewConfig
17:55
Some edits on the themes. check-in: 07df5bc9cf user: johnfound tags: NewConfig
14:09
The theme files are more human-friendly now. Added 3 more themes. check-in: d42bc61262 user: johnfound tags: NewConfig
2014-04-25
22:00
Small change in the editor colors applet. check-in: 5ebb983658 user: johnfound tags: NewConfig
21:36
Merged with FreshLibDev in order to get better arguments for the imported functions. check-in: 65180678c6 user: johnfound tags: NewConfig
17:56
Added support for fonts with Bold and Italic properties. check-in: 3ea13bcdc7 user: johnfound tags: NewConfig
16:48
Fixed the default color theme. Removed the feature that saves the visual state of the scratch window. It is now always hidden on start. The default font selection has been made "inteligent". Now, the font and the font size will be selected dependent on the OS and the screen size. The logic is simple, but should work. check-in: 46533b44a1 user: johnfound tags: NewConfig
10:57
The themes format changed to be the text format, used by uConfig library. The current settings this way are now stored in the main .INI file. Not tested enough. check-in: 536b4a7d97 user: lhmnai0 tags: NewConfig
06:03
Merged with the trunk in order to get minor bugfixes in the options dialogs. check-in: b93480d4eb user: lhmnai0 tags: NewConfig
04:45
Closer integration of the scratch window with the IDE - implemented common actions Cut/Copy/Paste. check-in: 41d077486e user: johnfound tags: NewConfig