Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
452 check-ins using file source/Doc/ProjectFileFormat.txt version d3f7fa189f
2016-10-13
| ||
10:33 | Making the design form to hide when the active editor is switched in the editors host. check-in: 813a9a9003 user: johnfound tags: single2 | |
08:18 | Possibly fixed the heisenbug crashing in Windows10 (and rarely in Win7) when setting the main file of the project. check-in: 6c5fa12fe2 user: johnfound tags: single2 | |
07:27 | Fixed a bug in the project manager causing more than one file to be set as a main file. Changed the icons for the project categories in order to be more readable. check-in: 206e732d3f user: johnfound tags: single2 | |
2016-10-11
| ||
18:48 | Fixed strange bug (regression?) in the listing generation. check-in: e5923fe3b5 user: johnfound tags: single2 | |
18:30 |
Fixed bug in asmedit related to undo information.
Fixed the non-widechar titles for the file open dialogs, reported by jazz on the forum. Fixed the CloseAll remaining active current file. Increased the height of the font choose ButtonEdit in the options dialog. Fixed the remaining filename in the main window title after closing the project. The current source editor file name is indicated in the status bar. check-in: b375e9be38 user: johnfound tags: single2 | |
2016-10-06
| ||
16:35 | Fixed the first time install, when Fresh is started not from the root directory of the IDE. check-in: 9d9d6942c6 user: johnfound tags: single2 | |
12:41 | Removed old commented-out code. check-in: a5351c9490 user: johnfound tags: single2 | |
08:49 | Fixed the missing read-only colors in the default editor theme. check-in: 0e851b02be user: johnfound tags: single2 | |
2016-10-05
| ||
13:33 | Fixed CRLF line endings on some drag and drop operations. check-in: 0a14664bbe user: johnfound tags: single2 | |
11:45 | Bug fixes in WM_DROPFILES message handling - widechar support. check-in: 8a651c20c5 user: johnfound tags: single2 | |
2016-10-03
| ||
14:30 | Fixed a little the possitioning in the form editor. This is not good solution, but will do the work, until some better solution is developed. check-in: a4a2884ced user: johnfound tags: single2 | |
11:06 | Fixed crashing bug in asmedit on EM_REPLACESEL with no undo. check-in: 3032a4f3c7 user: johnfound tags: single2 | |
07:04 | It is v2.5.0RC for evaluation and testing. check-in: f801803894 user: johnfound tags: single2, v2.5.0RC | |
2016-10-02
| ||
21:33 | Updated the icons in the IDE/mime_types/ directory. check-in: dc8213bfa8 user: johnfound tags: single2 | |
19:01 | Cleanup of the resources and bitmaps. Changed the main icon to the red colored. It looks better on blue background and is better rendered. check-in: 82209ce277 user: johnfound tags: single2 | |
12:22 | Merged with the FreshLibDev branch in order to get the latest changes. check-in: e0f21ee4b6 user: johnfound tags: single2 | |
2016-10-01
| ||
20:34 |
Has been implemented partial read-only mode for AsmEdit (the first N lines can be read-only). This way, the form editor now includes the
visual windows definition in read-only mode. This way, the all line number navigation problems with the form editor, should be fixed now.
Added two new colors to the editor theme: read-only background and read-only text color. check-in: 17d40cb399 user: johnfound tags: single2 | |
13:34 | Preparations for 2.5.0RC; FASM compiled has been updated to v1.71.57; The about dialog has been fixed; The ANSI convertor has been developed a little; The tooltips in the editors host has been fixed to work equally well in WINE and Windows; check-in: ba04cdbca8 user: johnfound tags: single2 | |
07:29 | Some shortening of the code page descriptions and fixed size of the code pages list. check-in: 0c00405cd7 user: johnfound tags: single2 | |
2016-09-30
| ||
23:18 | Fixed bug in the asmedit visual component. Removed forgotten int3 instruction. check-in: 07f463652c user: johnfound tags: single2 | |
22:39 | Added missing files. Implemented ANSI/UTF-8 converter for the files not encoded in UTF-8. check-in: 3ae3b482be user: johnfound tags: single2 | |
13:29 | Fixed the missing refresh on showing focusing line in the editor. check-in: 3d62099d16 user: johnfound tags: single2 | |
11:56 | The behavior of the form editor is now as intended. Fixed several WINE issues with activating windows and wrong focus control. Implemented automatic show/hide of the property editor in order to avoid empty space on the left panel. check-in: 4c09aa8c4b user: johnfound tags: single2 | |
2016-09-29
| ||
22:35 |
Removed the obsolete options forms. All settings are now in one dialog box - IDEOptions.frm
Implemented tooltips for the editors host window, showing the full filename of the pointed file. Because of WINE bugs, it needed much more effort than usually. Not tested in Windows, but should work. check-in: a260450884 user: johnfound tags: single2 | |
2016-09-28
| ||
15:29 | Fixed bugs, crashing on real Windows. check-in: 2ad16f8e4c user: johnfound tags: single2 | |
10:57 | Design issues and experiments with the colors. check-in: e51ec8c798 user: johnfound tags: single2 | |
00:11 | Implemented saving the last window placement to the config file and then restoring on startup. check-in: f16bdde654 user: johnfound tags: single2 | |
2016-09-27
| ||
22:22 | Some debugging code commented out. check-in: 3bf5a0fc2a user: johnfound tags: single2 | |
21:22 | The CreateLabelsTree procedure has been refactored not reuse already allocated tree, instead of free and then allocate new one. This way, the FAS file processing is now much faster after the first compilation. This method need some more research and testing. check-in: ed38ff1c50 user: johnfound tags: single2 | |
19:32 | Some speed tests on debug information collection. check-in: ccee3dc868 user: johnfound tags: single2 | |
16:43 | Chaotic work on the form/properties editor and other GUI features. Some bugfixes. Testing. check-in: 296c3e72bd user: johnfound tags: single2 | |
05:13 | Work on the form editor and the commit dialogs behavior. Changed the way themes are loaded and saved to more standard behaviour. check-in: 98cb02176e user: johnfound tags: single2 | |
2016-09-25
| ||
13:03 | Almost everithing works now - form resizing and crashes are almost fixed. Some features in the form editor are disabled and need to be fixed. check-in: 83c8edb57e user: johnfound tags: single2 | |
2016-09-24
| ||
20:18 | A lot of change on the visual editors, options dialogs and the splitgrids. check-in: 6b072d8845 user: johnfound tags: single2 | |
2016-09-23
| ||
14:21 | All main features seems to be implemented well. Now the auxiliary need to be checked and fixed. check-in: 5430e1ee67 user: johnfound tags: single2 | |
2016-09-22
| ||
22:38 | New features for SplitGrid; A lot of work on the flickering/refresh issues. check-in: 055c76ad00 user: johnfound tags: single2 | |
08:57 | It almost works, but the navigation in the window needs a lot of fixes. check-in: 62ecba4c87 user: johnfound tags: single2 | |
2016-09-21
| ||
10:02 | Get a bugfix from unicode_fix check-in: d173ff6f5d user: johnfound tags: single2 | |
10:00 | Small bug in propgrid has been fixed. check-in: 7aa56fe09d user: johnfound tags: unicode_fix | |
09:54 | The next attempt to make Fresh IDE in single window. check-in: 1d6342b5df user: johnfound tags: single2 | |
2016-09-20
| ||
16:02 | Removed the last remaining A-suffix API functions. Fixed some ansi/unicode issues in the code completion and parameters help tools. check-in: 346ed66abb user: johnfound tags: unicode_fix | |
08:03 | Some visual issues with the editor tabs. check-in: b48e2aad42 user: johnfound tags: unicode_fix | |
2016-09-19
| ||
22:52 | The tooltips now works in WINE. I changed the way, the proper toolbar is searched. check-in: c44b510cce user: johnfound tags: unicode_fix | |
20:38 | Fixed an easy bug in the cross reference for the local labels. check-in: e561c15a6b user: johnfound tags: unicode_fix | |
20:01 | Work on the tooltips. check-in: 7d0a0756a5 user: johnfound tags: unicode_fix | |
16:11 | The tooltips seems to be working now in Windows, but not in WINE. To be reported as a bug in WINE mailing list. Now on startup, the monitor is choosed based on where the mouse cursor is located. check-in: 70feae2987 user: johnfound tags: unicode_fix | |
15:35 | More fixes for the tooltips. They work only Windows though. There is some WINE specific problem. check-in: 717bd31dde user: johnfound tags: unicode_fix | |
14:05 | Merged with FreshLibDev in order to get some changes. Attempt to fix a tooltips bug, displaying huge fun chineese tooltips. check-in: c78ef0cac6 user: johnfound tags: unicode_fix | |
08:14 | This is release candidate for testing from the users because there are huge amount of source changes. check-in: 1caa0eeff8 user: johnfound tags: unicode_fix, v2.4.0RC | |
08:05 | Version changed. check-in: 44fb32e86e user: johnfound tags: unicode_fix | |
07:59 | Some not used legacy parts of the code has been removed. Small behavior fixes here and there. check-in: aa2975bf8d user: johnfound tags: unicode_fix | |
2016-09-18
| ||
22:07 | Fixed the WM_MENUCHAR handling. check-in: 9abe1cb1b3 user: johnfound tags: unicode_fix | |
21:44 | FASM compiler updated to v1.71.55 check-in: c67d125b9a user: johnfound tags: unicode_fix | |
21:32 | Undo for the code completion inserted text. It was disabled for unknown reason. check-in: b3ecbd55e8 user: johnfound tags: unicode_fix | |
21:14 | Fixed old hanging bug in the editor host window message handling. check-in: 0bae65dd63 user: johnfound tags: unicode_fix | |
19:12 | Fixed bug in starting the external debugger on files containing spaces. check-in: 4c012962a7 user: johnfound tags: unicode_fix | |
17:00 | Fixed several bugs. Improved windows interaction in Linux. Increased the speed of the cross reference window loading. check-in: f6afbe3934 user: johnfound tags: unicode_fix | |
06:46 | Fixes in the form editor and properties editor. check-in: 2bb967d90f user: johnfound tags: unicode_fix | |
2016-09-17
| ||
22:08 | Some aspects of the focusing windows fixed. Need tests on real Windows. The find functions of AsmEdit seems to be working now. check-in: 833fa9c0e7 user: johnfound tags: unicode_fix | |
19:48 | Work here and there in the source in order to fix the unicode issues. Several bugs (and from the ASCII version) fixed. check-in: 0a349ca02e user: johnfound tags: unicode_fix | |
10:47 | Fixed old bug in TAB indent lines feature of the editor. It still need fix for the undo. check-in: afcd87cc8d user: johnfound tags: unicode_fix | |
09:13 | Fixed small bug in the syntax highligher. check-in: bf01ff5e39 user: johnfound tags: unicode_fix | |
08:09 |
A very old bug preventing paste with vertical selection has been fixed.
All block (including clipboard) operations seems to work now with unicode strings. check-in: 177549be42 user: johnfound tags: unicode_fix | |
2016-09-16
| ||
20:55 | Syntax highlighter refactored. Fixed a bug in the screen repainting procedure of AsmEdit. check-in: f46d2fb36a user: johnfound tags: unicode_fix | |
18:32 | Fixed the selection display in the AsmEdit control. check-in: 8ece6fe6d3 user: johnfound tags: unicode_fix | |
12:38 | AsmEdit control, TAB inserting fixed. check-in: 1b45f1212d user: johnfound tags: unicode_fix | |
06:44 | Fixed crashing bug in Windows. check-in: f3c4c438e0 user: johnfound tags: unicode_fix | |
06:08 | Merged with FreshLibDev in order to get some important bug fixes. Fixed bad repainting of the auto aligned windows in WINE. Closed-Leaf check-in: f0f6a6ea29 user: johnfound tags: obsolete_merge | |
2016-09-15
| ||
22:04 | Fixed some font issues and GUI elements not directly related to the unicode port. check-in: b701104ad9 user: johnfound tags: unicode_fix | |
14:27 | More work on the source editor. It should be buggy, but partially working now. Very slow because of unknown reasons. check-in: 43dd42d957 user: johnfound tags: unicode_fix | |
13:32 | Unicode support for the source editor. check-in: c016c508c3 user: johnfound tags: unicode_fix | |
08:53 | CreateProcessW arguments fixed. check-in: 5c35a35570 user: johnfound tags: unicode_fix | |
08:28 | Fixed bug with the config filename. Now the projects can be loaded and compiled. Still many bugs remains and the unicode handling in the source editor. check-in: 94efccb192 user: johnfound tags: unicode_fix | |
2016-09-14
| ||
19:47 | Bug fixes and merged with FreshLibDev in order to get even more bugs fixed. Now partially works. check-in: c0fbbd7b15 user: johnfound tags: unicode_fix | |
14:19 | Almost everything is widechar now, but crashes misserably. :D Probably some heap corruption. check-in: 19607d1384 user: johnfound tags: unicode_fix | |
2016-09-13
| ||
20:41 | Merge with FreshLibDev. check-in: 55e51c9e56 user: johnfound tags: unicode_fix | |
20:41 | More work. check-in: e49de30e39 user: johnfound tags: unicode_fix | |
13:21 | More work on unicode. Still not working. check-in: 1ee7eb91a8 user: johnfound tags: unicode_fix | |
2016-09-12
| ||
20:43 | Work on unicode. Total mess. Not working. :D check-in: 33676b9b59 user: johnfound tags: unicode_fix | |
13:46 | Continues the work on the unicode support. check-in: 6b48b296fa user: johnfound tags: unicode_fix | |
09:06 | Merge with FreshLibDev in order to have the latest changes. check-in: e223955ccb user: johnfound tags: unicode_fix | |
09:04 | More work on the unicode support. check-in: eb443a4430 user: johnfound tags: unicode_fix | |
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-04
| ||
06:47 | Official release v2.3.0 check-in: 6f178643b1 user: johnfound tags: trunk, v2.3.0 | |
2016-09-02
| ||
16:07 | Merged with the latest FreshLibDev. check-in: 99d945fc09 user: johnfound tags: trunk | |
15:58 | Fixed very old misbehavior with wrong inserting text from the code completion window on pressing "." multiply times. check-in: e1d44fcf97 user: johnfound tags: trunk | |
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-07-22
| ||
07:26 | An attempt to fix a bug with the component palette randomly appearing when set hidden. check-in: b77502929b user: johnfound tags: trunk | |
2016-07-21
| ||
18:02 | Small fix in the directory browse dialog. The "New application" dialog has been fixed to size the controls according to the window size. This should fix the alignment problems in Windows 10. (The problem is still generally not solved). Because of the FreshLib upgrade, new minor version 2.3.0 has been set. Will be released soon. check-in: 1c7b376202 user: johnfound tags: trunk | |
2016-07-20
| ||
19:44 | The trunk merged with the latest version of FreshLibDev. Now FreshLib is using the new OOP type of GUI widgets. The examples and templates are updated. A lot of work has to be done. check-in: be942e8921 user: johnfound tags: trunk | |
2016-07-18
| ||
09:00 | Reverted two files from FASM compiler, wrongly changed. Closed-Leaf check-in: d60bdac61d user: johnfound tags: NewLibTrunk | |
08:38 | An attempt to migrate the IDE to the new GUI widget library. If everything is OK, will be merged the trunk and then released as new version. But some tests with Windows 10 must be provided. check-in: 21d6090607 user: johnfound tags: NewLibTrunk | |
2016-06-24
| ||
05:31 | FASM compiler has been updated to v1.71.54 check-in: 9aefb14717 user: johnfound tags: trunk | |
05:27 | Some work on utf-8 handling in the visual properties editor. More tests to be done. check-in: bdd7ea0dad user: johnfound tags: trunk | |
2016-03-17
| ||
16:21 | The PDF files of the EUPL licenses has been replaced with plain text version. The license itself is not changed. check-in: d2ee35b912 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 | |
2016-02-11
| ||
10:26 | FASM compiler has been updated to v1.71.51 check-in: 79a0844960 user: johnfound tags: trunk | |
2016-01-22
| ||
06:28 | FASM compiler updated to v1.71.49 check-in: cf3371f4ee user: johnfound tags: trunk | |
2015-11-29
| ||
06:18 | Missing release date fixed. check-in: 5516a8f95d user: johnfound tags: trunk | |
2015-11-28
| ||
20:50 | Official release v2.2.5; check-in: 21f6f420b6 user: johnfound tags: trunk, v2.2.5 | |
09:11 | Some fixs in the examples and in the memory library for Win32. Preparation for release. check-in: a8803998c8 user: johnfound tags: trunk | |
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-26
| ||
07:14 | Several minor bugs in compilation procedures has been fixed. check-in: 9603af39d4 user: johnfound tags: FastAsmEdit | |
2015-11-24
| ||
18:15 | Fixed the old bug in asmedit that paste one line less on some circumstances. check-in: 3cbeed1cbb user: johnfound tags: FastAsmEdit | |
09:00 | On asmedit, some old minor issues with the copy/paste operations and some recent regressions has been fixed. Need more tests. check-in: 6efe10f396 user: johnfound tags: FastAsmEdit | |
05:36 | More code cleanup and bug fixes in AsmEdit. I hope the last before merging with the trunk. check-in: de3953f48d user: johnfound tags: FastAsmEdit | |
2015-11-23
| ||
21:49 | Back to some old codee. check-in: 2008208909 user: johnfound tags: FastAsmEdit | |
21:21 | Some high risk changes in AsmEdit in order to make it acceptably fast in WINE. As long as the risk of crashes is high, I will work in separate branch until the changes are tested enough. check-in: 9dcacf6962 user: johnfound tags: FastAsmEdit | |
13:55 | Minor bugs fixes. Attempt to make asmedit faster on wine... check-in: 83d8079603 user: johnfound tags: trunk | |
11:46 | Fixed small bug in splitter control. check-in: afe28c3051 user: johnfound tags: trunk | |
10:41 | Fixed some performance bugs in "asmedit.asm". And maybe other introduced. :) check-in: 6a62614b54 user: johnfound tags: trunk | |
2015-11-21
| ||
17:35 | Fixed small regression in the syntax highlighter. check-in: eb73e8df6c user: johnfound tags: trunk | |
2015-11-20
| ||
21:56 |
FASM compiler has been updated to v1.71.48;
Some message processing tricks has been applied as a backport from the FreshLib GUI library. They are aimed to stop keyboard buffer overflow on the slow machines. check-in: 59588af812 user: johnfound tags: trunk | |
2015-11-19
| ||
21:21 | Some better style in handling WS_POPUP windows in WINE. check-in: 9419a23641 user: johnfound tags: trunk | |
2015-11-09
| ||
15:28 | Added missing images for the documentation. check-in: 868477588d user: johnfound tags: trunk | |
14:46 | Updated the application templates (the GUI) in order to work with the recent versions of FreshLib. check-in: 533db4fe63 user: johnfound tags: trunk | |
14:13 | FASM compiler has been updated to v1.71.46 (with AVX instructions support). check-in: 318635c51a user: johnfound tags: trunk | |
2015-09-09
| ||
07:25 | Official release v2.2.4 check-in: 35c64b8f81 user: johnfound tags: trunk, v2.2.4 | |
2015-09-08
| ||
06:46 | Merged with FreshLibDev in order to get the needed changes of macro libraries, needed for the last update of the fake compilation algorithm. check-in: 96192ce529 user: johnfound tags: trunk | |
06:08 | Changed the mechanism of fake compilation when there are errors in the source. The idea is to allow generation of FAS file, even when the source contains errors. check-in: 7172a8dd77 user: johnfound tags: trunk | |
2015-07-19
| ||
12:16 | Fixed strange palette behavior with the newer versions of WINE. Not tested under Windows! Changed the "About" window to display the Fossil version of the compiled version for more precise identification. check-in: 30f07addc4 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-06-05
| ||
13:55 | Fixed multi-monitor handling bug in the "procedure arguments hint" tool. check-in: b7b27f04cb user: johnfound tags: trunk | |
2015-05-26
| ||
14:03 | This fixes the not blinking caret in WINE, but re-introduces rare artifacts on scrolling the text, especially with the mouse wheel. check-in: 42fbf2acf8 user: johnfound tags: trunk | |
2015-05-21
| ||
19:57 |
Official release of v2.2.3
Minor edits to some text files. Install and zip packages builds. check-in: 53e8348120 user: johnfound tags: trunk, v2.2.3 | |
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 | |
08:09 | Merged with FreshLibDev. Closed-Leaf check-in: f43cf94d91 user: johnfound tags: WithoutWinproc | |
08:02 | Adapting the examples without winproc macro. check-in: 58d62aa39e user: johnfound tags: WithoutWinproc | |
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 | |
2015-05-12
| ||
17:18 | Fixed bug, related to fonts and the treeview controls. check-in: b22b5cbe1e user: johnfound tags: WithoutWinproc | |
13:47 | Added new option for the context help - to remove the WinAPI suffix "A" or "W" from the keyword that is searched in order to provide better search results. check-in: 2846aa23fe user: johnfound tags: WithoutWinproc | |
2015-05-11
| ||
22:41 | Removed the use of GetStockObject with DEFAULT_GUI_FONT from the whole project. Introduced small helper procedure GetDefaultFont for handling all possible UI standard fonts. check-in: 5a5fe187bf user: johnfound tags: WithoutWinproc | |
14:01 | Fixed old bug in the menu drawing procedures. SQLite example fixed for the missing winproc macro. check-in: 6eb57fff6d user: johnfound tags: WithoutWinproc | |
2015-05-08
| ||
10:53 |
It is an experimental branch in order to check the removing of the winproc macro from FreshLib.
FreshLib has been updated to the latest FreshLibDev version. After some testing, it must be merged to the trunk. check-in: 53adc396de user: johnfound tags: WithoutWinproc | |
2015-03-12
| ||
09:21 | FASM compiler has been updated to v1.71.39. This update provides several bugfixes. check-in: 9ff6455019 user: johnfound tags: trunk | |
2015-02-18
| ||
06:52 | FASM compiler has been updated to v1.71.34; check-in: c08a448984 user: johnfound tags: trunk | |
2015-01-20
| ||
11:23 | Added new actions deleting project category and project files from the context menu. This solves the problem in Linux where sometimes categories or files can not be deleted from the project manager. Fixed small bug in treeview handling. check-in: 8b53bcafd4 user: johnfound tags: trunk | |
2015-01-14
| ||
08:28 | FASM compiler has been updated to v1.71.33; check-in: c615f4516d user: johnfound tags: trunk | |
2014-12-11
| ||
06:10 | FASM compiler updated to v1.71.31 check-in: 3cff10b4eb user: johnfound tags: trunk | |
2014-12-08
| ||
06:36 | FASM compiler updated to v1.71.30 check-in: 0672feaff8 user: johnfound tags: trunk | |
2014-12-06
| ||
13:02 | FASM compiler has been updated to v1.71.29; check-in: cebaa09052 user: johnfound tags: trunk | |
2014-10-31
| ||
08:45 | FASM compiler updated to v1.71.24; Fixed bug in CCList.asm, causing crashes on some sources. check-in: e10ab5bf67 user: johnfound tags: trunk | |
2014-10-22
| ||
16:53 | FASM compiler has been updated to v1.71.23 check-in: 594fc3241a user: johnfound tags: trunk | |
2014-10-19
| ||
18:58 | The config file processing has been made case insensitive. Merged with FreshLibDev in order to get this feature. check-in: fa1a7df8c8 user: johnfound tags: trunk | |
2014-10-16
| ||
20:33 | Fresh IDE release v2.2.2. check-in: d2b64430b1 user: johnfound tags: release, trunk, v2.2.2 | |
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 | |
16:00 | FASM compiler has been updated to v1.71.22; Small bug in the MZ executables fixed. check-in: 704ea68dc9 user: johnfound tags: AdvNamesHandling | |
08:04 | msgwindow.asm has been reworked to reuse PosEditor procedure instead of its own implementation of the same algorithm. Seems to work. check-in: 9b308a3722 user: johnfound tags: AdvNamesHandling | |
2014-10-15
| ||
20:57 |
Now the new alias/environment algorithms work. The same code is used for the compiler and for the common path processing in the IDE.
This new algorithm needs to be good tested, before merging to the trunk.
Additionally, very old misbehavior, causing the navigation functions (xref, goto definition, etc.) to not position properly in the editor for the form files (*.frm), has been fixed. check-in: 96f521fcb7 user: johnfound tags: AdvNamesHandling | |
14:23 | Work on the aliases handling. check-in: 85d686550f user: johnfound tags: AdvNamesHandling | |
2014-10-13
| ||
13:58 | Work on the new, cleaner and simpler processing of the environment variables (aliases). check-in: 07a5067023 user: johnfound tags: AdvNamesHandling | |
07:42 | Create new branch named "AdvNamesHandling" check-in: ba4c0aa47d user: johnfound tags: AdvNamesHandling | |
2014-09-07
| ||
16:58 | Fixed a bug in the windows auto arrange function that placed the Fresh windows under the taskbar. check-in: 4e8dfca590 user: johnfound tags: trunk | |
2014-07-22
| ||
11:05 | Merged with the latest changes in FreshLibDev. Fixed the project templates in order to work with the latest postpone based macro libraries. check-in: c99a72906a user: johnfound tags: trunk | |
2014-07-02
| ||
16:02 | Fixed a hidden bug in the help server code. It was found thanks to Alexander Yefremov. check-in: 8bbab6d67e user: johnfound tags: trunk | |
2014-06-19
| ||
07:07 | Still hunting the bug Leaf check-in: 70d12452cb user: pelaillo tags: SavedLayout | |
2014-06-18
| ||
21:44 | Changing propeditor extension to frm in order to find the bug that causes Fresh to crash on opening check-in: 83d97b4ef7 user: pelaillo tags: SavedLayout | |
2014-06-15
| ||
19:00 | Small naming reorganization for docker window. check-in: 868424e381 user: pelaillo tags: SavedLayout | |
15:42 | Almost production ready. Working pending on forms and properties editors. check-in: ea4bc285c9 user: pelaillo tags: SavedLayout | |
2014-06-04
| ||
08:54 | Some experiments with the fake source compilation in order to get some symbols, even when the real compilation failed. The point is that recently, because of postpone macro the fake compile usually fails when FreshLib is used and this way is useless at all... Leaf check-in: 924f6048de user: johnfound tags: FakeCompileExperiments | |
03:25 | Some bugs removed, some more are still pending. check-in: c5ac0141e5 user: pelaillo tags: SavedLayout | |
2014-06-03
| ||
21:52 | Lister window ready but some bugs introduced. check-in: 799bbbb03e user: pelaillo tags: SavedLayout | |
2014-06-02
| ||
03:24 | Work is pending on Lister window, Property editor and form editor. check-in: 48a0153853 user: pelaillo tags: SavedLayout | |
2014-05-30
| ||
22:00 | Single window working properly, even the source editor. Form editor still pending for property editor and palette. check-in: 181ed70fd9 user: pelaillo tags: SavedLayout | |
2014-05-29
| ||
19:08 | Single window is working now. AsmEdit is not properly aligned yet. check-in: d3360ae63d user: pelaillo tags: SavedLayout | |
2014-05-28
| ||
22:02 | One file missing. check-in: d4b95a7740 user: pelaillo tags: SavedLayout | |
22:00 | Almost working single window. Editor Hosts still pending. check-in: b5bedc9529 user: pelaillo tags: SavedLayout | |
2014-05-27
| ||
11:42 | FASM compiler updated to v1.71.21 (bug in the floating point conversion fixed). check-in: 8ef9be7bf3 user: johnfound tags: trunk | |
2014-05-25
| ||
18:56 | Main window gets the status bar and the lister window. check-in: e670d67806 user: pelaillo tags: SavedLayout | |
18:41 | All modifications to the libs/application interface were reverted. The single window interface is going to be the Main Window. Now the main window saves its position in the config file. check-in: 28947e0fcc user: pelaillo tags: SavedLayout | |
2014-05-24
| ||
05:18 | Partial work in eliminating MainWindow and EditorHosts in order to converge in single application window check-in: 3feb5b9ba5 user: pelaillo tags: SavedLayout | |
2014-05-23
| ||
21:01 | Now the editors' window saves its last used position in the config file check-in: 4274011378 user: pelaillo tags: SavedLayout | |
12:24 | Some cosmetic changes + preparing the work for workspace layouts. No code has changed. check-in: 5a69462790 user: pelaillo tags: SavedLayout | |
2014-05-20
| ||
08:10 | Fixed rare case, where after the end macro bracket, another macro is invoked in the same line. (something like "macro mymacro { .... } another_macro" check-in: ecdf011ead user: johnfound tags: trunk | |
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-16
| ||
04:32 | Pelaillo added to the list of Fresh IDE authors in the about box and in the header of Fresh.asm. check-in: e26dac8770 user: johnfound tags: trunk | |
2014-05-14
| ||
22:49 | Fixed the timestamp macros for all years after 2099. Long live to Fresh IDE !) check-in: 5365fb334e user: pelaillo tags: trunk | |
16:35 | Regression fixed in the dialogs.asm; Also better behavior on the save dialogs. check-in: ec34db4e85 user: johnfound tags: trunk | |
2014-05-13
| ||
08:14 | And more work on the focus... Now it seems to work as intended. More tests needed. check-in: 8eda9822bd user: johnfound tags: trunk | |
2014-05-12
| ||
20:21 | More work on the focus in multiwindow application... check-in: 45327f6966 user: johnfound tags: trunk | |
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 | |
15:06 | Merged with UnrollMacro branch in order to get the latest changes. check-in: a9de4d1603 user: johnfound tags: trunk | |
12:04 | Attempt to fix some focuse issues. As long as the focus logic is somehow messed and the tests are made in Linux, it is not very clear are the problems fixed or not. :) check-in: b1b662a208 user: johnfound tags: UnrollMacro | |
10:00 | Fixed a bug in the dialogs.asm check-in: 2cdb652b5b user: johnfound tags: UnrollMacro | |
09:21 | All calls to MessageBox function (Win32) has been replaced with calls to ErrorMessage and AskQuestion (dialogs.asm) in order to make the code more portable. check-in: 7ad2b245b6 user: johnfound tags: UnrollMacro | |
06:41 | Improved the source structure. check-in: 3879d09a62 user: johnfound tags: UnrollMacro | |
2014-05-08
| ||
19:11 | Merge with UnrollMacro branch. check-in: 1666b10026 user: johnfound tags: trunk | |
19:10 | Fixed a bug in the filename compare code in the unrolling macro procedure. check-in: 9994c45db8 user: johnfound tags: UnrollMacro | |
16:13 | Merged with the UnrollMacro branch. Introduces new feature - "Unroll macro" (Ctrl+U and editor context menu) and fixes several bugs. (Check the timeline of the UnrollMacro branch). check-in: 2a4a61606e user: johnfound tags: trunk | |
16:11 | "Unroll macro" added to the context menu of the editor. check-in: 8f909ad34e user: johnfound tags: UnrollMacro | |
16:05 | Fixed a bug in the embedded help system. check-in: 4aed683ead user: johnfound tags: UnrollMacro | |
15:07 | Fixed bug in the cross reference handling. check-in: c8666ff7bf user: johnfound tags: UnrollMacro | |
13:20 | Implemented simple macro unroller. Merged with FreshLibDev in order to fix a bug. check-in: ce38adb079 user: johnfound tags: UnrollMacro | |
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 | |
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 | |
13:09 | Loading and saving the scratch pad state. Removed some debug code. check-in: 84c196993f user: johnfound tags: NewConfig | |
07:51 | Merged with Scratchpad branch in order to provide the new config support. check-in: 3a171759a3 user: johnfound tags: NewConfig | |
07:03 | Example file restored to the trunk state. Closed-Leaf check-in: 7f40fb0759 user: johnfound tags: Scratchpad | |
06:50 | Show/Hide option has been added. Some behavior fixes. check-in: 49530842ed user: johnfound tags: Scratchpad | |
04:35 | Work on a new feature - scratchpad. It is a small editor window that works like a source editor, but without particular file loaded. All features of Fresh should work there - code completion, cross reference, hints, etc. The lister window is used for this goal (lister.asm). It works now, but needs functions for show/hide and more testing. check-in: 749c2748cf user: johnfound tags: Scratchpad | |
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 | |
2014-03-14
| ||
14:56 | Work on the html help browser. check-in: 5e995dbe03 user: johnfound tags: OnlineHelp | |
06:08 | Help icon and resource edit. check-in: 77cef3feb1 user: johnfound tags: OnlineHelp | |
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
| ||
23:58 | The first buggy implementation of the embedded web browser. check-in: 66bcaee22e user: johnfound tags: OnlineHelp | |
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-03-08
| ||
22:25 | Slightly changed the logic of change source/form in order to work in WINE. check-in: 06126d54c2 user: johnfound tags: trunk | |
11:31 | A nasty bug in the code completion for local labels has been fixed. check-in: c3d242ef65 user: johnfound tags: trunk | |
2014-03-01
| ||
18:33 | Fixed bug in the context help system. check-in: 3c491e55ee user: johnfound tags: trunk | |
2014-02-28
| ||
23:29 | Some work with the tool palette still not properly displayed on startup. MUST be tested in Windows! Implemented save/load of the tool palette and property editor visible state in the INI file. check-in: c34db07f70 user: johnfound tags: trunk | |
18:39 | Merged with OnlineHelp branch. check-in: a840817c2d user: johnfound tags: trunk | |
17:05 | The context help based on the project category "Documents" is working in this commit. After some tests, this branch can be merged back with the trunk. check-in: 20ac2d43c4 user: johnfound tags: OnlineHelp | |
15:13 | Added help search in the project "Documents" directory. check-in: 4347b5365b user: johnfound tags: OnlineHelp | |
13:04 | Preparations for a new version. check-in: 8f347996da user: johnfound tags: trunk | |
11:55 | Merged with OnlineHelp in order to get the feature for opening markdown formatted text files as a context help. check-in: ea657590e0 user: johnfound tags: trunk | |
11:52 | The context help now can search and display markdown formatted files. Not tested enough. check-in: b91114fe3f user: johnfound tags: OnlineHelp | |
06:12 | Work on the markdown online help. check-in: 49516de2a5 user: johnfound tags: OnlineHelp | |
2014-02-27
| ||
22:01 | The branch is open again, because I have some more ideas about the help system of Fresh. Merged with trunk in order to get the latest changes. check-in: cacfdbf818 user: johnfound tags: OnlineHelp | |
14:10 | FASM compiler updated to v1.71.20; Some work on the FASM and Fresh documentation. check-in: b47082874d user: johnfound tags: trunk | |
2014-02-26
| ||
22:54 | Added new feature in View menu: show/hide component palette. It improves the screen space usage on small screens. check-in: f5c8eaf496 user: johnfound tags: trunk | |
2014-02-25
| ||
09:03 | Some work on the property editor window and the hToolHost. Leaf check-in: 4b0ba38fcf user: johnfound tags: onewindow | |
08:01 | Merged with the trunk in order to get the newest features. check-in: 2271da006f user: johnfound tags: onewindow | |
2014-02-24
| ||
20:53 | Regression fixed in "goto definition" feature, where the suffix .@here has not been processed properly. New feature "goto interface" introduced for searching of "interface" procedure definitions. check-in: 4fffd832b9 user: johnfound tags: trunk | |
20:33 | Merged with OnlineHelp branch. New help features: support of .idx and .html files as a context help. Support for web search as a context help fall-back. check-in: ea61c64e64 user: johnfound tags: trunk | |
20:31 | Small dialog window design fix. check-in: 9300486025 user: johnfound tags: OnlineHelp | |
00:20 | The new help system is working now. Some bug tests and documentation have to be made. check-in: 620cc69d19 user: johnfound tags: OnlineHelp | |
2014-02-23
| ||
22:17 | Updated FreshLib. check-in: fc31fd9b45 user: johnfound tags: OnlineHelp | |
21:48 | Improved help system that supports searching in HTML files and in index files with .idx extension. check-in: 826ae0070a user: johnfound tags: OnlineHelp | |
17:23 | The LSCR project help files about the Linux system calls has been added to the documentation files. check-in: 8e4419d24d user: johnfound tags: trunk | |
2014-02-22
| ||
16:12 | Merged with the fixed FreshLibDev. check-in: e9d3214136 user: johnfound tags: OnlineHelp | |
16:03 | Online help now works. Some bugs may still exists. check-in: ac538b6fc9 user: johnfound tags: OnlineHelp | |
2014-02-21
| ||
17:27 | Create new branch named "OnlineHelp" check-in: 1cff574639 user: johnfound tags: OnlineHelp | |
2014-02-17
| ||
20:57 | The License information has been updated. check-in: a26d5b268c user: johnfound tags: trunk, v2.1.8 | |
20:34 | Compiled the setup and zip files for v2.1.8; check-in: db91948c21 user: johnfound tags: trunk | |
20:30 | Merged with the latest FreshLibDev. Work on the installer for v2.1.8; check-in: abfd6eebb6 user: johnfound tags: trunk | |
17:39 | FASM compiler has been updated to v1.71.19 check-in: 990cb55623 user: johnfound tags: trunk | |
2014-02-12
| ||
21:07 | The definition search procedures has been made less GUI dependent. Now they search based on strings, not the active editor. This will makes the new features easier to be implemented. check-in: c97ffa65d0 user: johnfound tags: trunk | |
2014-01-30
| ||
06:34 | Fixed a regression the editor doesn't position on the last error. check-in: 9c50232b4f user: lhmnai0 tags: trunk | |
2014-01-29
| ||
11:36 | FASM compiler updated to the v1.71.17 check-in: 4e47e8876e user: lhmnai0 tags: trunk | |
2013-11-19
| ||
09:57 | NewConfig branch created in order to experiment with the uConfig library implementation in Fresh IDE. check-in: 960e00c812 user: johnfound tags: NewConfig | |
2013-11-06
| ||
20:44 | Merge with FreshLibDev that uses "postpone" macro to generate the import section and the global data. Small misbehovior in WINE fixed. check-in: cedf1b298b user: johnfound tags: trunk | |
2013-10-30
| ||
14:50 | Bug fix for [c76803815] ticket. check-in: 6893f07a6b user: johnfound tags: trunk | |
12:16 | FASM compiler has been updated to v1.71.16 in order to fix two bugs in the ELF executable formatter. check-in: 4a37a9f62d user: johnfound tags: trunk | |
07:21 | Added Tommorow and TomorrowNight editor theme. Work on the FreshLib user guide. check-in: 500d7f6753 user: johnfound tags: trunk | |
2013-10-26
| ||
16:04 | FASM compiled has been updated to v1.71.15 check-in: 7387f820b8 user: johnfound tags: trunk | |
09:49 | FASM compiled has been updated to v1.71.14 with important new preprocessor directive "postpone". It will affect FasmLib very soon. check-in: bcd6566f38 user: johnfound tags: trunk | |
2013-10-21
| ||
20:57 | Changes in the FreshLib user guide document and some changes in the help build tools. check-in: 2bffadf490 user: johnfound tags: trunk | |
2013-10-13
| ||
09:30 | Some minor changes. check-in: 1c46230f4a user: johnfound tags: onewindow | |
2013-10-05
| ||
21:41 | FASM compiler has been updated to v1.71.13 check-in: cb21446bca user: johnfound tags: trunk | |
2013-07-12
| ||
12:33 | Added tool to create .zip distribution from the InnoSetup script - "setup_make.bsh" check-in: e9309cbe2b user: johnfound tags: trunk | |
2013-07-11
| ||
12:59 | Broken setup file fixed. check-in: db88032aef user: johnfound tags: trunk, v2.1.7 | |
12:24 | Version v2.1.7 release. check-in: 126a658bb7 user: johnfound tags: trunk | |
11:06 | The Windows setup file added to the repository. check-in: c3c87687e9 user: johnfound tags: trunk | |
2013-07-10
| ||
17:13 | Removed forgotten int3. Preparations release of version v2.1.7 check-in: 37a8bdfff0 user: johnfound tags: trunk | |
2013-07-09
| ||
17:10 |
The trunk has been merged with the recent FreshLibDev branch.
FASM compiler has been updated to v1.71.11 Some bug fix effort has been made. check-in: d7f992bae7 user: johnfound tags: trunk | |
2013-06-17
| ||
14:51 | Work on mime types and install script. check-in: 3cba0793b4 user: johnfound tags: trunk | |
2013-06-12
| ||
05:17 | More work... :) check-in: ec04ed0720 user: johnfound tags: onewindow | |
2013-06-11
| ||
13:30 | Removed not needed file. Some play with owner draw tab controls. Design and behavior issues. check-in: a2882e01dd user: johnfound tags: onewindow | |
2013-06-10
| ||
13:55 | Partially working version. Needs some behavior fix. check-in: 1c57a47505 user: johnfound tags: onewindow | |
2013-06-06
| ||
05:00 | This branch is a try of one-window layout of the editor. This layout will behave better in Linux/Wine and will be easyer for converting to portable code. check-in: 0ea79256f2 user: johnfound tags: onewindow | |
2013-06-05
| ||
22:20 | Create new branch named "onewindow" check-in: 25fce07ad0 user: johnfound tags: onewindow | |
2013-05-07
| ||
08:53 | FASM compiler has been updated to v1.71.10 check-in: d89d6595c5 user: johnfound tags: trunk | |
2013-03-26
| ||
13:57 | Fixed behaviour bug on multi display Linux computers. check-in: 446d94e8e1 user: johnfound tags: trunk | |
2013-03-11
| ||
23:02 | Fixed regression related to missing structure and some native Win32 programming support. check-in: d3dc046625 user: johnfound tags: trunk | |
22:48 | Fixed the problem with MONITORINFO structure defined in wrong place. check-in: eb5aaa2b99 user: johnfound tags: trunk | |
2013-03-10
| ||
10:37 |
Release of v2.1.5
Some last fixes of the documentation and some license boiler plates. check-in: 52ae718ecc user: johnfound tags: trunk, v2.1.5 | |
09:41 | Merged with FreshLibDev in order to prepare for release. check-in: 7a96ff9d5c user: johnfound tags: trunk | |
08:20 | FASM compiler has been updated to version 1.71.08 check-in: 9ffe2749ef user: johnfound tags: trunk | |
2013-02-12
| ||
10:34 |
Merged with FreshLib in order to get the latest version of FreshLib with changed license - to BSD 2-clause license.
Note: Fresh IDE itself is licensed under EUPL 1.1 check-in: c81d07e941 user: johnfound tags: trunk | |
08:02 | The project is moving to EUPL license. There are remaining boiler plates that need to be fixed later. check-in: 1c23c340f3 user: johnfound tags: trunk | |
2013-01-30
| ||
15:30 | Editing the FreshLib user guide. Work in progress. check-in: 4e2e8dbaed user: lhmnai0 tags: trunk | |
08:35 | Started new chapter of the FreshLib user documentation - user guide. Small edits of the FreshLibDoc. Small bug fixed in the project templates. check-in: 33d036e699 user: johnfound tags: trunk | |
2013-01-24
| ||
13:45 | Fixed small bug in the form editor. check-in: e2ed0868e7 user: lhmnai0 tags: trunk | |
11:32 | Flatassembler compiler has been updated to v1.71.07 check-in: c988dd8f7e user: lhmnai0 tags: trunk | |
09:04 |
Merged with the latest FreshLibDev branch. Introduced the compatibility macros in order to allow using of the .frm visually edited forms in FreshLib portable programs.
Added new FreshLib project template that uses visually edited form. check-in: 69e4c80fb1 user: lhmnai0 tags: trunk | |
08:52 | Commit before merging with the latest FreshLibDev. check-in: 75eea40dea user: lhmnai0 tags: trunk | |
2013-01-18
| ||
13:36 | IDE edited in order to be able to work properly on any monitor of the system, not only on the main monitor. check-in: 9b92b406cc user: lhmnai0 tags: trunk | |
2013-01-14
| ||
07:42 | Merge with FreshLibDev in order to get the recent updates. check-in: a0dd8a8ada user: lhmnai0 tags: trunk | |
2012-12-19
| ||
19:43 | Merged with FreshLibDev in order to get the new uConfig library, new procedures in strlib, fixed bug in StrToNumEx. check-in: 39ff98407e user: johnfound tags: trunk | |
2012-12-15
| ||
20:51 | Merge with FreshLibDev in order to get the new internationalization macro and code libraries. There are also other changes accumulated over time. check-in: 28a1ebafb9 user: johnfound tags: trunk | |
13:16 | Added Linux mime-type files in order to make desktop integration of Fresh. Changed the way definition line is searched in order to allow tracking of labels defined through intermediate preprocessor symbols lists - for example "text" and "itext" macros. check-in: c1123e9bd7 user: johnfound tags: trunk | |
2012-12-06
| ||
18:42 | This is at the end v2.1.4; check-in: 32a1d828f7 user: johnfound tags: trunk, v2.1.4 | |
14:28 | Attempt to fix the problem with the keyboard accelerators under Wine (probably not successful). Mostly fixed the problem with the low speed of the code completion window. (in Wine as well). As long as Wine does not support LBS_NODATA, the count of the listbox was limited to the first 100 items found. Some optimizations was made on StringMatch procedure. check-in: ee34217ba8 user: lhmnai0 tags: trunk | |
05:56 | Added WaitForCompiler call in code completion engine. Code cleaned up a little. There are still performance problems under Linux. check-in: 09beb22259 user: johnfound tags: trunk | |
2012-12-05
| ||
13:10 | Some effort to fix the problems with WINE 1.5. It is dirty hack, but probably safe enough: the maximal count of the code completion listbox was limited to 100 items. Also, added Fresh icon in SVG format to the main directory. check-in: dc0a969f6f user: lhmnai0 tags: trunk | |
05:50 | The release of v2.1.4 is delayed, because of issues with WINE v1.5 (very slow code completion listbox, not working keyboard accelerators). This commit contains some changes aimed to provide better support for WINE - in the editor options, non-monospaced fonts was allowed in order to allow the use of "almost monospaced fonts" - "Fixedsys Excelsior" and "Unifont" for example. Some changes in the asmedit and sourceeditor.asm in order to make code completion faster, but it is still not enough. check-in: d7e59d3d45 user: johnfound tags: trunk | |
2012-12-04
| ||
14:47 | Installer creation script editted in order to not create empty directories. check-in: 3a8264401c user: lhmnai0 tags: trunk | |
11:05 | Merge with cleaned up FreshLibDev. check-in: 3c8c363a4f user: lhmnai0 tags: trunk | |
09:15 | Fixed bad file reference in the Fresh.fpr file. check-in: 81f7b0ffd3 user: lhmnai0 tags: trunk | |
09:05 | Code cleanup. Fixed small bug in the form editor. LabelProperties.frm and LabelsExplorer.frm renamed bach from ".frm.asm". check-in: 2ed7774c1d user: lhmnai0 tags: trunk | |
05:32 | Merge with the latest FreshLibDev library. check-in: f9ab88c651 user: johnfound tags: trunk | |
2012-12-03
| ||
23:31 | Changed an option in the TinyGUI application template. check-in: 0bdba1e9c8 user: johnfound tags: trunk | |
11:31 | Preparations for v2.1.4 It should be released after tests in WINE. check-in: 4d440fffec user: lhmnai0 tags: trunk | |
10:46 | Fixed editor screen flickering on Linux Wine. check-in: ff3afe4360 user: johnfound tags: trunk | |
2012-11-25
| ||
22:23 | v2.1.3 Update of FASM compiler to 1.71.06 check-in: 955d58d813 user: johnfound tags: trunk, v2.1.3 | |
2012-11-12
| ||
06:12 | Minor bigfix. check-in: 2eb0b9f67b user: johnfound tags: trunk | |
2012-11-10
| ||
15:22 | One more bug was fixed in the freshlib source. Silent update was made on the download page so, this commit is v2.1.2 check-in: 36f612ecc6 user: johnfound tags: trunk, v2.1.2 | |
07:34 | Version 2.1.2 release. Contains serious bug fixed. Update highly recommended on 64bit platforms. check-in: 985a9b864c user: johnfound tags: trunk | |
2012-11-09
| ||
14:25 | Fixed bug in the help system. Small cleanup in the code completion source. check-in: e6b85fb26b user: lhmnai0 tags: trunk | |
2012-11-08
| ||
21:51 | Fixed one of the remaining memory leaks. Atempt to blindly fix the reported crash bug in x64 Windows 7 OS. Was found and fixed several problems in freshlib (data/win32/utf8.asm, data/memstram.asm). check-in: 0651ec14c6 user: johnfound tags: trunk | |
14:57 | Searching for a nasty bugs... check-in: fab6be3638 user: lhmnai0 tags: trunk | |
2012-11-02
| ||
23:26 | A little more work on the history handling. Now it seems to work as expected, so this is v2.1.1 check-in: f2264bef70 user: johnfound tags: trunk, v2.1.1 | |
22:08 | Fixed and implemented the browsing history and "back"/"forward" navigation functions. This is the last change before the release of v2.1.1 check-in: 5d47a1612c user: johnfound tags: trunk | |
14:18 | Some work on the code browsing history, but not working. It should be not included in v2.1.1 check-in: f02e2121ed user: lhmnai0 tags: trunk | |
06:46 | Added support for the local labels in "goto definition" and "Cross reference" functions. Preparations for the browsing history lists... check-in: d9b2bad296 user: lhmnai0 tags: trunk | |
2012-11-01
| ||
09:59 | Included trap in AsmEdit component to hunt for long time crash, which happens sometimes. Fixed crash when trying to autocomplete local label on not compiled project. check-in: fabf9fc773 user: lhmnai0 tags: trunk | |
2012-10-31
| ||
22:52 | Quick preparation for 2.1.1 - because of several bugs in 2.1.0; check-in: 065b3aca99 user: johnfound tags: trunk | |
21:44 | Added better keyboard control on the cross reference window. ENTER opens the file and ESC closes the window. Fixed bug in the new cross reference processing code. Fixed user cancelation of the compilation. Now it stops instantly. Some code cleanup. Fixed relatively big memory leak. Fixed casual zombifying after closing the IDE (because of TerminateAll) check-in: ff2d3c572b user: johnfound tags: trunk | |
2012-10-30
| ||
20:33 | Release version 2.1.0 - important new features. check-in: 4d00b48de6 user: johnfound tags: trunk, v2.1.0 | |
16:58 | Merge with FreshLibDev before the release of v 2.1.0; check-in: a650a0e5cc user: johnfound tags: trunk | |
14:28 | Local labels auto completion generally working. check-in: 5d7d72100c user: lhmnai0 tags: trunk | |
11:57 |
More work on the code completion. It still does not work as expected.
Huge (more than 20 times) acceleration of the FAS file processing, due to the better cross reference processing algorithms. check-in: de78a4148c user: lhmnai0 tags: trunk | |
09:03 | Some more work on the local labels code completion. check-in: 1229b3f315 user: lhmnai0 tags: trunk | |
2012-10-29
| ||
23:43 | Finaly I figured out how to implement code completion for the local labels. This checkin contains the first (little buggy) working variant of this very important feature. :) check-in: 9961e146c8 user: johnfound tags: trunk | |
2012-10-28
| ||
04:39 | Fixed small bug in project manager which caused some alias values to disappear from the quick change menu. Updated FASM compiler to the version 1.71.05 Some preparation for v2.1.0 release. check-in: 15624c3901 user: johnfound tags: trunk | |
2012-09-27
| ||
18:28 | Updated version of FASM v1.71.3 added. check-in: 3a1bbdebe7 user: johnfound tags: trunk | |
2012-09-25
| ||
16:47 | Fixed the problem with compiled executable permissions in Linux. Also, when there is no terminal application configured, Fresh runs the compiled file directly. check-in: cb3298e164 user: johnfound tags: trunk | |
2012-09-22
| ||
19:52 | Version 2.0.9 release. Installer script and WhatsNew updated accordingly. check-in: 4a4d03506e user: johnfound tags: trunk, v2.0.9 | |
19:11 | Speed and resources optimization of strings data engine and "stdcall" string arguments definition. check-in: 29996a9b7d user: johnfound tags: trunk | |
16:11 | Examples, templates and old style libraries addapted to the new import engine and other differences in FreshLib and Fresh IDE. Added instance of sqlite3.dll in the examples. check-in: d0fc00916a user: johnfound tags: trunk | |
09:30 | Merged with the latest FreshLib because of major changes in FreshLib and FASM compiler. check-in: ff5d724048 user: johnfound tags: trunk | |
07:41 | Latest FASM 1.71 changes. check-in: 95466a3987 user: johnfound tags: trunk | |
2012-09-21
| ||
10:39 | Update of FASM compiler sources and fix of FASM.asm in order Fresh to get compiled. check-in: 68dfb45f34 user: johnfound tags: trunk | |
05:37 | Updated FASM compiler to v1.71 introducing major new feature of address spaces for load/store directives. check-in: 9cf3336eb7 user: johnfound tags: trunk | |
2012-09-18
| ||
13:47 | Removing GlobalAPI remains from some of the example sources. check-in: 2c423fbf01 user: lhmnai0 tags: trunk | |
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 | |