Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
72 check-ins using file source/CCList.asm version ba8d3cbf32
|
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 | |