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.

79 check-ins using file include/win32/win32w.inc version 86c18fa93f

2012-09-18
07:23
Now the IDE compiles and works with the new import macros. check-in: 3c3f5a3631 user: lhmnai0 tags: trunk
06:32
Merge with FreshLibDev because of changes to the DLL import libraries. Preparations for the next release. check-in: 95660c4123 user: lhmnai0 tags: trunk
2012-09-03
11:35
Merged with FreshLibDev because of major changes. Some edits of FreshLibDoc.txt (not finished). check-in: 80876d9309 user: johnfound tags: trunk
2012-08-27
16:35
Fixed rare bug - crash when some file is in the project, does not exists on disk and the user choose to keep it in the project. Then on compilation, when the compiled file uses this missing file, Fresh crashes. check-in: c05d5ad789 user: johnfound tags: trunk
2012-08-25
21:53
Version 2.0.8 release. Published on http://fresh.flatassembler.net check-in: d90b48bf86 user: johnfound tags: trunk, v2.0.8
2012-08-19
06:16
"examples/Portable/Portable.fpr" example was changed in order to do something "useful" on button click. Minor bug in gui library fixed in FreshLib. check-in: 81313f2a36 user: johnfound tags: trunk
05:38
Merge with FreshLibDev. check-in: b0aba99a91 user: johnfound tags: trunk
05:32
WhatsNew added records for the comming version. check-in: e7a0ade924 user: johnfound tags: trunk
2012-08-17
11:31
Fixed the working directory for the andLinux running programs. check-in: b3fffab6af user: lhmnai0 tags: trunk
2012-08-16
05:22
Some preparations for 2.0.8; Work on background .fas processing - the compiled lines are now displayed in the status bar, instead of message window. check-in: eb7e0280af user: johnfound tags: trunk
2012-08-10
13:39
Work on the compiler interface. check-in: 877a83fd95 user: lhmnai0 tags: trunk
2012-08-09
06:22
Fixed some small bugs in the compilation process. The background thread didn't displayed proper information in the message window. Some more work is needed on this subject. check-in: 3e6fe18a17 user: johnfound tags: trunk
2012-07-22
13:21
Added documentation source files. Edits to the documentation. This is version 2.0.7 check-in: e9cba028f3 user: johnfound tags: trunk, v2.0.7
04:52
Intermediate commit during preparation of v2.0.7 for release. Added new features (source embeded help and separate view of help files). Some bugs fixed. Accelerated compilation, due to background processing of .fas files. check-in: eb057d744e user: johnfound tags: trunk
2012-07-20
13:52
Added new templates. Fixed behavior of the template tool. Revised and fixed examples. check-in: 628bc9de9f user: lhmnai0 tags: trunk
2012-07-19
13:52
More FreshLib and less Win API calls. check-in: 56158932e1 user: lhmnai0 tags: trunk
2012-07-18
20:45
Fixed bug from ticket 97e4e8e946bd67390965c8034cdc81f553976353 - external debugger start on path with spaces. check-in: 81e16ed74e user: johnfound tags: trunk
20:32
Merge with FreshLibDev for the fix in the Win32 import macros. Now compiles properly and seems to work. check-in: be43c1f72b user: johnfound tags: trunk
14:30
Still not finished and not compilable. Closed-Leaf check-in: 91f632feca user: lhmnai0 tags: SomeTests
12:47
Another merge with FreshLibDev. check-in: ba42476864 user: lhmnai0 tags: trunk
12:00
Using more FreshLib. check-in: 36ad5e2105 user: lhmnai0 tags: trunk
11:31
Merged with FreshLibDev branch in order to update FreshLib. The project is not working in this checkin, because of not compatible changes in FreshLib. The code have to be checked and fixed. check-in: 4f3b17c3aa user: lhmnai0 tags: trunk
11:10
nothing check-in: 7a194ca6c8 user: lhmnai0 tags: trunk
2012-04-27
11:48
Some last behaviour fixes. WhatsNew.txt update. check-in: 41d362ec80 user: lhmnai0 tags: trunk, v2.0.6
06:49
Merged with FreshLibDev. Also, some small changes on the xref windows, related to the font used. check-in: 07192215a5 user: lhmnai0 tags: trunk
2012-04-26
22:33
In fact this is v2.0.6 RC - the trunk merged with xref branch. This release contains the new cross reference functions. It needs some testing before publishing. check-in: 4172e706ef user: johnfound tags: trunk
22:05
Added individual label cross reference in the editor (Ctrl+R). The cross reference functions need some functionality, but are useful even in the present state. To be merged to trunk. Closed-Leaf check-in: aeb3983cf6 user: johnfound tags: xref
13:38
Some more polish on the labels explorer. Automatically closes explorer window when the label tree is destroyed. Also supports only one instance of the labels explorer. check-in: 7550f712c7 user: lhmnai0 tags: xref
12:16
Fixed very old bug, that caused the editor status bar to not display the X caret position. Cross reference in the Label explorer now works fine with hiperlinks and monospaced font. The position of the Label explorer window is now set at the upper-right corner of the editor host window. check-in: 0ef7da3199 user: lhmnai0 tags: xref
2012-04-24
20:48
Work on the labels explorer. It almost works now - displays the label names (but it should display the full name) and the preprocessed line text. The hiperlink should be implemented and the whole line selection. check-in: 8ec703f82a user: johnfound tags: xref
2012-04-20
14:13
Work on xref appearance. Not finished. check-in: cabe67ce26 user: lhmnai0 tags: xref
2012-04-19
14:05
Update of FASM compiler to the latest version. Cross reference features of the labels explorer works ok. The appearance and behaviour needs some more work. check-in: d96c4106cc user: lhmnai0 tags: xref
2012-04-18
13:41
Work on the labels explorer. Something is still wrong with the displayed cross reference. check-in: 67aa2609f6 user: lhmnai0 tags: xref
2012-04-17
13:47
New FASM version. Label explorer refactored in order to separate Label properties dialog alone. Now everything is ready for cross reference display in the list view. The Labels explorer needs spliter in order to allow resizing of the label properties panel. check-in: a586058d59 user: lhmnai0 tags: xref
2012-04-12
12:06
Ended (not tested) the implementation of xref info, built in the TLabel structure. The labels explorer changed in order to be able to display cross reference information. The label properties panel is separated to individual form in order to be used in "show cross reference" function in the editor. check-in: 87e8a5c99e user: lhmnai0 tags: xref
2012-04-11
14:19
Added search of the xref information and appending it to the TLabel of the label. check-in: 51d9b954ed user: lhmnai0 tags: xref
2012-04-10
11:21
Added the latest version of FASM compiler (1.69.50); Changed TLabel structure to support array of cross reference info. The pointer to the definition line is removed from TLabel and is added as a first element of the cross reference array. check-in: 5239f5c169 user: lhmnai0 tags: xref
2012-03-10
09:01
Work on xref features. check-in: 12d716d455 user: johnfound tags: xref
08:22
Experimental version with new FASM compiler that generate cross reference information in the .fas file. check-in: 630490b45c user: johnfound tags: xref
08:00
Create new branch named "xref" check-in: f27593443c user: johnfound tags: xref
2012-03-01
16:04
Create new branch named "test_fast" Closed-Leaf check-in: 4796218e64 user: johnfound tags: test_fast
2012-02-12
07:47
Bugfix update of FASM compiler. check-in: e57f763169 user: johnfound tags: trunk
2012-02-11
19:16
FASM compiler updated to v.1.69.36 check-in: f999c94a85 user: johnfound tags: trunk
2012-01-29
09:28
Removed files with names in cyrillic, that caused some problems with fossil. Leaf check-in: 94813e4aaf user: johnfound tags: use_fossil
2012-01-13
22:30
The installer script set to generate v2.0.5 check-in: 31869afab8 user: johnfound tags: trunk, v2.0.5
22:23
Minor release version 2.0.5 The main feature is the native run of ELF executables, when Fresh runs in Linux|Wine. Now it is possible to run compiled Linux programs directly from the IDE. check-in: 436f4fd3e6 user: johnfound tags: trunk
2011-12-26
20:30
Release version 2.0.4 It will be published on the home page. check-in: e2fb822424 user: johnfound tags: trunk, v2.0.4
17:33
Some project structure changes. check-in: e44263c3d9 user: johnfound tags: trunk
2011-12-25
16:02
One step before the release 2.0.4 It works. Needs some tests. check-in: 9921fda6ec user: johnfound tags: trunk
14:32
Merge with the latest FreshLibDev in order to prepare the next release of the IDE. check-in: 430a03f9b4 user: johnfound tags: trunk
09:41
Fixed some filename issues in the doc/ directory. check-in: e07a3d5618 user: johnfound tags: trunk
2011-03-17
20:13
Fresh.exe added to the trunk branch. check-in: c93afffc2b user: johnfound tags: trunk
17:08
Another merge with FreshLibDev that to updates the trunk to the latest FreshLibDev. Preparation for release. check-in: 96f27ae34c user: johnfound tags: trunk
2011-03-06
08:41
Work on FossilConsole.frm check-in: 700e6bc002 user: johnfound tags: use_fossil
2011-03-05
22:01
Merge with latest FreshLibDev branch. check-in: a0f1e6db64 user: johnfound tags: use_fossil
21:52
edits in fossil.asm and fossilConsole.frm check-in: 34a5ce2327 user: johnfound tags: use_fossil
21:10
Work on fossil support. Implemented "open repository" and "close repository" functions. check-in: 7a529af120 user: johnfound tags: use_fossil
17:13
Merge with the latest changes in FreshLibDev. check-in: 2ea7f9b733 user: johnfound tags: trunk
2011-03-02
13:20
The branch is updated with the latest changes in FreshLibDev branch. check-in: 2c7d29b875 user: lhmnai0 tags: use_fossil
2011-02-25
19:09
Fossil integration work commit. Detection of open repository works. One change in _globals.inc that have to be merged with FreshLib check-in: fd012d16d9 user: johnfound tags: use_fossil
14:49
Editing of fossil.asm; Also, one constant added to _KERNEL32.INC - should be merged with the trunk. check-in: d3de1f1378 user: lhmnai0 tags: use_fossil
2011-02-24
15:11
Continue of developement of Fossil support. Nothing special. check-in: 7992c26de4 user: lhmnai0 tags: use_fossil
10:14
The concept about use_fossil is cleaner now. So, some changes in this direction. check-in: ed93e4b1a6 user: lhmnai0 tags: use_fossil
2011-02-23
23:36
Menu "Repository" introduced. Repository actions cleared. The idea is to make the normal project manager to work in two modes - one normal- manage categories and files and second - using current open repository and current check-out check-in: acc61d592a user: johnfound tags: use_fossil
18:45
Edits in actions.inc and ProjectFossil.frm check-in: d5d19f699c user: johnfound tags: use_fossil
2011-02-22
20:33
Create new branch named "FreshLib" check-in: ab46fe8d98 user: johnfound tags: FreshLib
20:28
Well, pretty chaotic work on use_fossil branch. The concept is still not clear. check-in: e9e9bb7857 user: johnfound tags: use_fossil
08:03
Added new actions about fossil interface. check-in: 2a60442d87 user: lhmnai0 tags: use_fossil
2011-02-21
20:39
Trunk updated with bug fixes from use_fossil branch. check-in: 0cec2bbea8 user: JohnFound tags: trunk
20:29
Changes of the project manager. check-in: 0e2f13d298 user: JohnFound tags: use_fossil
11:45
Added new form for the project manager, based on fossil repositories. check-in: 34261dd811 user: lhmnai0 tags: use_fossil
09:08
Fixed two bugs in form editor. check-in: 35613a9a6f user: lhmnai0 tags: use_fossil
2011-02-20
19:09
Changes in readme check-in: 2f3d5392a6 user: JohnFound tags: use_fossil
19:05
Changes in WhatsNew check-in: f320d07d3e user: JohnFound tags: use_fossil
18:20
Create new branch named "use_fossil" check-in: 12faabe832 user: JohnFound tags: use_fossil
09:21
Little change in the comments check-in: bd8e168b47 user: JohnFound tags: trunk
09:18
Just simple test of the fossil check-in: 6e9a033e5c user: JohnFound tags: trunk
2011-02-19
22:28
Added some extra directories with sources that are for future use... check-in: 3925af7a0d user: JohnFound tags: trunk, v2.0.3
22:21
First commit for FreshIDE project. check-in: df8e975d33 user: JohnFound tags: trunk