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 related to "trunk"

2023-11-25
12:24
Fixed bug in CCList.asm; Some code cleanup. Leaf check-in: d1cb7801c5 user: johnfound tags: trunk
2022-01-24
14:00
Fixed the xlib example for the new Linux ABI. check-in: ef71bde359 user: johnfound tags: trunk
2021-12-05
10:40
Fixed the incorrect analyze of the arguments with the procedures containing "." in the name. check-in: b8d62baf7f 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
13:05
Set the proper value for [stack_limit]. check-in: 3d007dc0b6 user: johnfound tags: trunk
2020-10-07
09:10
Updated the FlatAssembler programmers manual. check-in: d8126b0a00 user: johnfound tags: trunk
08:50
FlatAssembler updated to version 1.73.25 check-in: b30611ffdf user: johnfound tags: trunk
08:40
Merged with FreshLibDev for the latest changes. check-in: c29ece6e35 user: johnfound tags: trunk
08:32
Win32 memory functions fixed to work properly with MS standard C runtime. check-in: f860e2378a user: johnfound tags: FreshLibDev
2020-10-06
07:01
Better formatting in the help files. check-in: ef561bd649 user: johnfound tags: trunk
2020-01-30
13:42
Fixed bug. Prevent double free of the screen memory in AsmEdit when the screen is wider than 256 characters. (in WM_SIZE handler). check-in: bf995c0853 user: johnfound tags: trunk
2020-01-29
08:07
Sometimes it crashes here. Attempt to process more precisely. check-in: 89ed5c203a user: johnfound tags: trunk
2019-07-09
09:12
The official source release v2.7.0 check-in: e4ed3605e0 user: johnfound tags: trunk, v2.7.0
06:42
Two templates removed from the project as obsolete. check-in: 03c543f314 user: johnfound tags: trunk
2019-07-08
20:36
Merged with FreshLibDev for a minor bugfix. Updated WhatsNew.txt as a preparation for release. check-in: 4da49bac6f user: johnfound tags: trunk
20:08
Removed some obsolete variables. check-in: d344a8c658 user: johnfound tags: trunk
20:07
Fixed some of the examples. check-in: ab1415b939 user: johnfound tags: trunk
20:03
Fixed the interface for AddFontResourceEx. Fixed small bug in gui/Win32/Main.asm check-in: 3a5499d8bf user: johnfound tags: FreshLibDev
12:50
Fixed the handling of the read-only rows in AsmEdit. Fixed the background color of the read-only rows in Classic theme. Fixed the applets changing in the options dialog. check-in: 5db9d3c036 user: johnfound tags: trunk
09:35
Fixed the font rendering issues in Windows 10; Increased the version number. check-in: 9d80f1626f 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
19:02
Added FixedSys Excelsior font to the themes. All themes set to use the builtin fonts. Leaf check-in: 932014c493 user: johnfound tags: latest_freshlib
2019-06-25
19:15
Merged with the latest FreshLibDev. Because of the interface changes, more extended testing is needed. check-in: 5d75a4ca40 user: johnfound tags: latest_freshlib
10:46
The syntax highlighter improved further. Now it seems all tests are passed (see the file test_syntax_all.asm). check-in: ea509f707d user: johnfound tags: trunk
2019-06-24
23:40
The Classic theme changed a little. check-in: 1161fd7d22 user: johnfound tags: trunk
23:38
Fixed serious bug in the syntax highlighter. Improved the numbers detection. check-in: d150160cf4 user: johnfound tags: trunk
2019-05-26
14:35
Updated FASM compiler to v1.73.12 check-in: 5040272766 user: johnfound tags: trunk
14:22
Work on the examples fix. Most of the examples are actually very outdated and something have to be done with this... check-in: 278a7ae8ca user: johnfound tags: trunk
14:20
Code cleanup. check-in: bc30a1af9f user: johnfound tags: trunk
2018-12-05
11:32
More readable comments. check-in: 17292b7f38 user: johnfound tags: trunk
09:21
Merged with the latest FreshLibDev. check-in: 695640ceff user: johnfound tags: trunk
09:18
Fixed small bug in procedure Exec. check-in: 58b8de14c7 user: johnfound tags: FreshLibDev
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-07-06
08:12
Fixed small regression in AsmEdit related to the word separator characters. check-in: d5b70f0b8f user: johnfound tags: trunk
2018-07-04
12:25
Merge with the latest FreshLibDev. Minor changes. check-in: 02f422b8ee user: johnfound tags: trunk
12:24
Added some debug output in asmedit.asm check-in: f0bb4f2d76 user: johnfound tags: trunk
12:22
Commented out some debug output in uconfig.asm; Code cleanup in Linux/_process_native.asm; Small bugfix in network.asm; check-in: aed56f1b2f user: johnfound tags: FreshLibDev
2018-06-29
10:48
Small addition to the help files. check-in: 8945de3c57 user: johnfound tags: trunk
2018-06-27
09:22
Correct free of the strDisplay global variable. check-in: 8310acbb5d user: johnfound tags: trunk
2018-06-26
07:15
Small bug fixed. check-in: 41498af8b7 user: johnfound tags: trunk
06:14
Improved the words handling (AEM_GETWORDATCARET) in the AsmEdit to better handle some specific cases, for example labels with "$" inside. As long as this code is widely used for many code navigation, help and other processing, this change have pretty big impact on the users workflow. Actually it was inspired by working with the rwasa/heavything sources. check-in: cef068fcbf user: johnfound tags: trunk
2018-06-25
20:05
Reverted the file msgutils to rev.6dd632694ae65 because it fixes the problem with the main window, but disables the shortcut keys in the dialog windows. More research is needed. Again, the mentioned problem is in WINE only. It seems that IsWindowEnabled API works not very correct in some circumstances. check-in: b4ac052701 user: johnfound tags: trunk
2018-06-22
18:14
Minor update to the Clasic editor theme. check-in: 7286400315 user: johnfound tags: trunk
16:17
Attempt to fix the hotkeys not working on focused editor. It seems that the problem is only in Wine. check-in: 13cc0551fd user: johnfound tags: trunk
2018-06-18
11:19
Merged with the latest FreshLibDev. check-in: 6dd632694a user: johnfound tags: trunk
11:18
The latest changes in markdown.asm; Small changes in strlib and buffergap. check-in: eb290fa734 user: johnfound tags: FreshLibDev
11:09
FASM compiler has been updated to v1.73.04; Preparations for v2.6.3 release. check-in: 9d7515b73d user: johnfound tags: trunk
10:23
Fixed the bug from [eb4d978cde6] ticket - crashes on indent/outdent/comment/uncomment commands. check-in: 1b66b99b2d user: johnfound tags: trunk
10:10
The double call "fixed" in the previous commit was researched and found to be reasonable. The project file can be changed by saving the other files in different paths, so the project file must to be saved last. This functionality was implemented in better (at least more readable) way in this checkin. check-in: e582633f9f user: johnfound tags: trunk