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.

416 check-ins using file freshlib/macros/Win32/_exceptions.inc version 4418b56f6e

2016-07-23
14:49
This is very old branch that was not developed for years. I will close it, but now commiting the latest changes, before closing the branch. Closed-Leaf check-in: 64bf95be6a user: johnfound tags: FreshEditNoIndex
2013-02-12
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-02-06
19:32
Introduced new macro "rstruct" it creates reverve structures - i.e. that have all fields on negative offsets - as string structure for example. (btw, the string structure was fixed to use rstruct);

The compatibility GUI editor macroses has been fixed to support more FreshLib windows. check-in: 3b83e10d0c user: johnfound tags: FreshLibDev

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-25
14:03
Changed gui/Win32/windows.asm procedure _RefreshWindow to use RedrawWindow instead of InvalidateRect in order to get better response of the user interface. check-in: 5dc8db060e user: lhmnai0 tags: FreshLibDev
07:54
Fixed small but in the markdown parser (not closed chapter tag at the end of the file). Added support for progress bar component in OldTemplates.inc compatibility macros. Fixed windows border settings in the Win32 OS dependent library. check-in: 54534c041f user: lhmnai0 tags: FreshLibDev
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
07:27
The markdown parser is fixed - now it allows use of flash animations. Test application was added to freshlib/test_code/TestMarkdown/ check-in: fc66c46199 user: lhmnai0 tags: FreshLibDev
2013-01-23
15:43
Work on markdown parser - implementation of <object> tags. check-in: cedc6bd96b user: lhmnai0 tags: FreshLibDev
11:47
Started work on expanding markdown library to support embeded objects in the generated HTML. The work is not finished and not working.

Introduced compatibility macros, that allow the old .frm files to be used with the new GUI library. Now, the templates can be created and edited with the existing visual form editor. Limited kinds of components is supported, because there are not so much in FreshLib for now. :) Buttons, edits, labels and Textbox (dirty implemented through FreshEdit component). check-in: 72cba8f435 user: lhmnai0 tags: FreshLibDev

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-17
12:20
Added sub-chapter formatting in markdown.asm check-in: 2e929f9486 user: lhmnai0 tags: FreshLibDev
04:54
KolibriOS, read from console buggy implementation. check-in: 4797095a60 user: johnfound tags: FreshLibDev
2013-01-14
07:42
Merge with FreshLibDev in order to get the recent updates. check-in: a0dd8a8ada user: lhmnai0 tags: trunk
06:27
Removed call to CfgClean in CfgLoad. If the config object have to be reused, explicit call to CfgClead have to be provided. check-in: bb8e1507c5 user: johnfound tags: FreshLibDev
2013-01-12
20:11
Merged with the latest uConfig branch. It updates the uConfig API, and breaks some backward compatibility. All projects that uses uConfig should be updated now. (Fortunately they are not so many - better now than later). The latest uConfig API is advanced and provides many new features.

Additionally, StrNormalizePath procedure was introduced in StrLib.asm that can process paths with random separators. check-in: 1aa7133438 user: johnfound tags: FreshLibDev

2013-01-11
18:49
Minor fix of KolibriOS/_executable.inc; Removed some work-around code from KolibriOS/network.asm check-in: 42e2c3e35f user: johnfound tags: FreshLibDev
2013-01-08
19:32
Some refining to StrNormalizePath function. More extensive tests. check-in: 5deb85d811 user: johnfound tags: uConfig
2013-01-06
16:32
Massive change of the library API. Now it is almost useful for the real life. :) StrLib added universal StrNormalizePath function. More work have to be done, but it is ready to be merged to FreshLibDev. check-in: 6b048b76ed user: johnfound tags: uConfig
2013-01-04
08:29
Work on the functions interface simplification. New functions for directory reading and record deletion. check-in: e488ed0496 user: johnfound tags: uConfig
2012-12-27
09:14
Work on GetConfigDir procedure. check-in: 9eca5ecd80 user: johnfound tags: uConfig
2012-12-23
20:51
The procedure StrSplitList was fixed in order to work properly with UNICODE strings and separator character. check-in: 3215fec513 user: johnfound tags: FreshLibDev
13:43
Implemented StrLib optimization proposed by LocoDelAssembly, concerning handle/pointer testing code. It makes the code smaller and faster.

Also, implemented two new string functions: StrSplitList and StrRemoveQuotes. check-in: 852e26bae7 user: johnfound tags: FreshLibDev

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
08:27
Added StrLoadFromFile and StrSaveToFile procedures in system/files.asm library. Fixed small bug in StrToNumEx procedure in data/strlib.asm library. check-in: a8f44d7b33 user: lhmnai0 tags: FreshLibDev
2012-12-18
07:42
Merged with the new uConfig library. Several projects that use the old binary format have to be changed. check-in: 1d132ada91 user: lhmnai0 tags: FreshLibDev
07:37
Added two utility procedures GetConfigInt and SetConfigInt. check-in: 5926d7c63e user: lhmnai0 tags: uConfig
06:03
Changed the path separator to ":" in order to not be accepted as a filename path and it simplyfies the source as well. check-in: d6c17c03a0 user: johnfound tags: uConfig
2012-12-16
14:35
Library API changed in order to get small size and more flexible features. check-in: 6ca79acc9f user: johnfound tags: uConfig
07:07
Commit befor some big changes. The plan is to vastly to simplify the code. check-in: 12b6782f14 user: johnfound tags: uConfig
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
20:46
"itext" macro changed to support "goto definition" function in Fresh IDE. check-in: 803c9d0c88 user: johnfound tags: FreshLibDev
19:15
Added internationalization code library. check-in: a19c74cf87 user: johnfound tags: FreshLibDev
13:22
Added support for the new "find definition" algorithm in the "text" macro. check-in: c0fe07a6ad user: johnfound tags: FreshLibDev
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-14
08:49
Merge with i18n_text_macro branch, introducing new macros for handling multi-language string constant definitions. check-in: 166ba99471 user: johnfound tags: FreshLibDev
08:45
Internationalization macro "itext" introduced, that defines string constants in different languages. It is the first part of the internationalization engine for Fresh IDE. Closed-Leaf check-in: 7d86d6964f user: johnfound tags: i18n_text_macro
08:40
Fixed bug in "disp" macro. Some work on KolibriOS network library. check-in: 2930050ae7 user: johnfound tags: FreshLibDev
2012-12-10
05:50
Some work on the internationalization macro. check-in: a575fced8c user: johnfound tags: i18n_text_macro
05:47
Added missing test project for uConfig library. check-in: e374c04673 user: johnfound tags: uConfig
2012-12-09
11:07
The new uConfig library works pretty good. The API is still not clear, because in this variant it is too complex and makes the library too fat.

Some changes was made is strlib.asm ( StrToNumEx procedure ) that need to be merged back to FreshLibDev branch. check-in: 47db564bdf user: johnfound tags: uConfig

2012-12-06
18:42
This is at the end v2.1.4; check-in: 32a1d828f7 user: johnfound tags: trunk, v2.1.4
16:42
Some optimisations of the StrLib synchronization code for multithread programs. check-in: 3c92b35cfb user: johnfound tags: FreshLibDev
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
10:59
Some directory tree cleanup. check-in: a2f1a8b412 user: lhmnai0 tags: FreshLibDev
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
10:45
Work on the new uConfig library. check-in: 39a5d7db90 user: johnfound tags: uConfig
2012-11-30
18:15
Create new branch named "uConfig" check-in: d6414997f8 user: johnfound tags: uConfig
05:49
The procedure SocketCreate for Linux was fixed to set properly SO_REUSEADDR socket option. SocketSend to use implicitly MSG_NOSIGNAL in order to not crash the program on broken pipes. Introduced procedure TerminalFlush in Linux/files.asm (I am not sure it should be in "files" library, but I need it, so it will stay here for a while). check-in: b9fe2d8fe4 user: johnfound tags: FreshLibDev
2012-11-29
17:42
Experiment with "text" macro about multi-language strings. check-in: 3a75239885 user: johnfound tags: i18n_text_macro
2012-11-27
06:50
New API in the backbuffer library. Small bugfix in win32/network.asm check-in: a5a379768a user: lhmnai0 tags: FreshLibDev
2012-11-26
19:25
Added "text" macro test project. check-in: a11ce0d1b6 user: johnfound tags: FreshLibDev
19:23
Fixed bug in 'text' macro. Fixed bug in "object" macro. check-in: 84079f997b user: johnfound tags: FreshLibDev
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-21
14:56
Cleanup of the Win32 message processing. check-in: 8786a1714a user: lhmnai0 tags: FreshLibDev
2012-11-19
07:17
The next attempt to deal with relocatible labels in disp macro. I hope it is the last as well. check-in: 40761617cd user: johnfound tags: FreshLibDev
2012-11-13
16:15
Fixed some macros in _globals.inc to work in relocatible binary formats - i.e. DLLs check-in: 8c41b0baa2 user: lhmnai0 tags: FreshLibDev
2012-11-12
15:54
Added DCB structure in "win32/_kernel.inc". check-in: 6d55dd5098 user: lhmnai0 tags: FreshLibDev
06:12
Minor bigfix. check-in: 2eb0b9f67b user: johnfound tags: trunk
06:11
Minor code changes here and there. Bug fixed. check-in: 6359909a1c user: johnfound tags: FreshLibDev
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
06:54
Merge (cherrypick) with trunk in order to get the latest bugfix changes in FreshLib. 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: 7b2358819f user: lhmnai0 tags: FreshLibDev
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-06
14:54
Work on TGrid component. It looks better now but still needs some work. check-in: 820a4d5c4f user: lhmnai0 tags: FreshLibDev
01:25
Some work on KolibriOS port (graphics) - not useful for now. Work on TGrid control. check-in: c4c2b1e49d user: johnfound tags: FreshLibDev
2012-11-05
15:48
Introduced TGrid control, that is a port of the old Fresh Win32 TDataGrid component. It seems that the port will be pretty easy. check-in: d834220481 user: lhmnai0 tags: FreshLibDev
2012-11-03
10:47
KolibriOS timers fixed and tested. check-in: f30330902b user: johnfound tags: FreshLibDev
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
05:31
Still unfinished work on KolibriOS network and timer libraries. check-in: 55131fe2c0 user: johnfound tags: FreshLibDev
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
16:49
Some source code cleanup. Removed old OS dependent files. Updated readme.txt Preparations for merge with the trunk for 2.1.0 release. check-in: 1b4fce4dc8 user: johnfound tags: FreshLibDev
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-10-27
20:30
Text encoding tables and related procedures, optimised for smaller size. Added KOI8R and KOI8U encoding tables. check-in: 9f14084eb7 user: johnfound tags: FreshLibDev
12:58
In KolibriOS process.asm library added code to set the default directory of the process to the directory of the executable file. KolibriOS files library fixed to not return error in case of eof. Also for KolibriOS - implemented processing of the command line parameters. The test application "BuildEncodingsTable.fpr" now works in KolibriOS as well. check-in: 733489213e user: johnfound tags: FreshLibDev
2012-10-26
23:15
Added UTF-8 from/to ANSI table based, conversion procedures. check-in: 8dba921774 user: johnfound tags: FreshLibDev
20:23
Added tool that create text encoding tables. They are needed in order to create OS independent ansi<->unicode translation proceures. check-in: a4a8f5ee17 user: johnfound tags: FreshLibDev
14:17
One more day of small changes. :) check-in: 5809e7f9ef user: lhmnai0 tags: FreshLibDev
2012-10-25
14:03
Work on the console functions in KolibriOS. check-in: 7e9da71b1a user: lhmnai0 tags: FreshLibDev
08:21
Added some overlooked test files. check-in: 22841e4ec2 user: johnfound tags: FreshLibDev
06:20
Work on KolibriOS debug console. Bugfix in KolibriOS files library. check-in: b6b7182441 user: johnfound tags: FreshLibDev
2012-10-24
14:42
Work on KolibriOS files and some tests on the network library. check-in: 7ce80691e5 user: lhmnai0 tags: FreshLibDev
04:52
KolibriOS mutex implemented but still not tested. KolibriOS files library partially implemented but still not tested. Small code cleanup in Linux process library. check-in: 3f82e7950e user: johnfound tags: FreshLibDev
2012-10-23
14:25
Work on KolibriOS port. check-in: ca1d5b47cd user: lhmnai0 tags: FreshLibDev
04:41
The system/KolibriOS/network.asm part of the library contributed by hidnplayr. (it works only with experimental branch "net" of KolibriOS). check-in: a83f556762 user: johnfound tags: FreshLibDev
2012-10-22
13:52
Fixed small bug in simpledebug library - line ends for different OSes are fixed now. Work on "KolibriOS/process.asm" - heap manager and threads support are almost ready. Only mutexes remain for implementation. check-in: 453d4b5391 user: lhmnai0 tags: FreshLibDev
07:38
Work on KolibriOS port. check-in: ea7c4250ac user: johnfound tags: FreshLibDev
2012-10-20
18:53
Implemented KolibriOS/heapmgr.asm heap manager OS dependent part. check-in: 03fc7c9bbe user: johnfound tags: FreshLibDev
2012-10-19
21:13
Some more work on KolibriOS support. Very simple example added - test_code/FreshLibHello.fpr - able to be compiled for Win32, Linux and KolibriOS from the same source. There is still a lot of work on the KolibriOS port anyway. check-in: 0e5f16b045 user: johnfound tags: FreshLibDev
19:39
In OS dependent libraries added directory "Dummy" with empty templates for the OS dependent part of FreshLib. Added KolibriOS port, mostly empty in this commit. The memory management is based on "heapmgr.asm" check-in: ae5de2bd7b user: johnfound tags: FreshLibDev
2012-10-18
04:57
Changes in Linux import macros in order to not build such section when no functions are being imported. Changes in environment library to work on 64bit Linuxes (where the stack is allocated above $c0000000). Some libraries changed to not use string buffers allocated in the stack (because of above reason). check-in: 359e0cfb50 user: johnfound tags: FreshLibDev
2012-10-16
04:39
Work on heap manager. The Windows OS interface fixed and now works pretty good. There are still problems with Linux version, with unknown reasons. More tests are needed. Some fixes in system/process library. Small fixes here and there. check-in: caf8f7c15e user: johnfound tags: FreshLibDev
2012-10-07
20:23
A lot of changes this time. At most connected with threads and syncronization.

1. The syncronization code was removed from strlib and objects libraries.

2. New procedure TerminateAll was introduced that terminates all threads. proc Terminate ends only the current thread now.

3. New type of Linux threads and mutexes, based on sys_clone and sys_futex and not depending on pthreads was introduced. The symbol LinuxThreads determines what library will be used. This library is not working stable for now. It needs a lot of bug fixes.

4. New OS independent heap manager, based on vid's library FASMLIB was implemented. It is aimed for application that should not depend on any HLL library. (for example running 32bit application on 64bit Linux without compatibility packages installed). This heap manager is aimed also to be used on OSes that has no native heap support - Kolibri and Menuet for example. There are some issues with this heap manager that needs more testing. check-in: eb94924f2d user: johnfound tags: FreshLibDev

2012-09-28
08:00
Small code cleanup of the Linux import macros. check-in: 12e17e432e user: johnfound tags: FreshLibDev
2012-09-27
19:43
New Linux import macros implemented, that have faster compilation. check-in: aeb312549f user: johnfound tags: FreshLibDev
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-23
12:24
Missing ".length" sublabel for the text constants has been added. check-in: d6023840d1 user: johnfound tags: FreshLibDev
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
19:06
Small bugfix in "text" macro. check-in: 6245fe56e4 user: johnfound tags: FreshLibDev
18:59
Elaboration of the new string macros and their use in "strcall" macro library. check-in: 77b32bba7a user: johnfound tags: FreshLibDev
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
09:27
Fixed bug in "pushx" macro from _stdcall.inc check-in: 73509c77eb user: johnfound tags: FreshLibDev
07:41
Latest FASM 1.71 changes. check-in: 95466a3987 user: johnfound tags: trunk
07:41
Removed remaining debug "display" from windows import library. check-in: a22e1c0008 user: johnfound tags: FreshLibDev
07:13
Code cleanup. The experimental Forth script engine was moved to the _trash directory to wait for better times. At the end, because of FASM 1.71 new features a decent "text" macro was implemented. Now only unique strings will be created and it is safe to use autogenerated strings as an procedure call arguments. Stdcall macros was changed accordingly. Of course, these new features need more tests. Compatible only with FASM 1.71 and newer. check-in: 8a83901c3c user: johnfound tags: FreshLibDev
2012-09-21
13:41
Work on imports libraries. Some code cleanup - "allimports.asm" removed at all. Only the api files remained now. Removed "compiler" directory and "executable.inc" macro libraries was moved to "macros" directory. check-in: 87110d854b user: johnfound tags: FreshLibDev
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-19
13:46
Work on imports system. check-in: a746fab0d5 user: lhmnai0 tags: FreshLibDev
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
07:14
Another cleanup. check-in: 846de1433a user: lhmnai0 tags: FreshLibDev
07:03
Some cleanup of API include files comctl32.inc and shell32.inc - non-API functions removed. check-in: b990819d6e user: lhmnai0 tags: FreshLibDev
06:38
Missing "uses" statements fixed. check-in: 484175441f user: lhmnai0 tags: FreshLibDev
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
06:24
New dll import macros are finished. Maybe will need some cleanup and testing, but for now they work OK. Macro "@Uses" was replaced by "uses" which is cleaner. There is no fixed import libraries anymore. The freshlib itself explicit declares used OS dependent DLL's. The user code must declare only OS independent DLL's in order to stay portable. check-in: 7863b6c19f user: lhmnai0 tags: FreshLibDev
2012-09-17
14:08
New syntax for the import macros. Still not finished. check-in: c2412379f1 user: lhmnai0 tags: FreshLibDev
2012-09-16
13:17
This commit introduces new macro @Uses that declares what additional dynamic libraries are used in the program. It will make the imports section creation more flexible and will allow using of user defined dynamic libraries. The work is not finished yet. It will make big changes in the import macros, especially for Linux and probably will introduce some incompatibility to the old sources. check-in: d92f460cd7 user: johnfound tags: FreshLibDev
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
11:22
Small addition to the previous commit - removed progutils.asm include. check-in: 7952544d6d user: johnfound tags: FreshLibDev
11:08
Improved the performance of dproc and winproc macros code generation. The use of jump tables was ceased and simple cmp based code is now generated. It makes the code slighly bigger, but the speed gain compensates it many times. "winproc" macro is now deprecated and is keeped inside library only for compatibility with the old code. Although it is based on dproc now and will generate efficient code as well. check-in: 7ec6fdfad9 user: johnfound tags: FreshLibDev
2012-09-02
19:39
Introduced new macros "dproc", "dispatch", "oncase" and "enddp" for creating dispatch type procedures - like window procedures, but in general form. ccall and cinvoke macros was changed to use procedure information about arguments, if available. Fixed major bug in the Linux windows.asm library. check-in: a0824de459 user: johnfound tags: FreshLibDev
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
06:07
Minor bug in TWindow fixed. check-in: 6aef944437 user: johnfound tags: FreshLibDev
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-18
20:29
Fixed some bugs and misbehaviours in the Linux libraries - Linux/process.asm, Linux/network.asm etc. Added some Linux equates. check-in: 3e664c6cce user: johnfound tags: FreshLibDev
2012-08-17
13:53
Start of implementation of mutex objects in Linux. In this checkin the library does not works for Linux. check-in: 5118e35493 user: lhmnai0 tags: FreshLibDev
11:31
Fixed the working directory for the andLinux running programs. check-in: b3fffab6af user: lhmnai0 tags: trunk
04:31
New memory debug engine for Win32/memory.asm library. New thread function in processes.asm library. Work on socket functions. check-in: 2015951297 user: johnfound tags: FreshLibDev
2012-08-16
14:35
Some changes in attempt to detect memory leaks sources and possible thread safety issues. check-in: d0c8223fd2 user: lhmnai0 tags: FreshLibDev
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-15
16:24
Fixed bugs in Linux sockets library. Now It works with phWeb test project. check-in: fc2322a4ff user: johnfound tags: FreshLibDev
2012-08-14
21:13
Work on the socket functions. check-in: 543b97ec0e user: johnfound tags: FreshLibDev
2012-08-10
13:39
Work on the compiler interface. check-in: 877a83fd95 user: lhmnai0 tags: trunk
2012-08-09
13:01
Small additions to the network library. check-in: 170bcb0d94 user: lhmnai0 tags: FreshLibDev
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
06:19
Implemented sockets layer for network communications in "system/network.asm". Added function IP2Str in "data/strlib.asm". Added some sockets constants in the Linux equates. check-in: e6d1fe02a8 user: johnfound tags: FreshLibDev
2012-07-23
13:07
Added some functions to arrays.asm and strlib.asm, from the FreshEdit branches. check-in: 692f0f0769 user: lhmnai0 tags: FreshLibDev
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
13:49
Minor change in Win32/TApplication.asm library. check-in: 1be2c9492e user: lhmnai0 tags: FreshLibDev
04:49
Added SortArray function in arrays.asm library. Changed interface to StrCompSort function from strlib.asm; (function renamed to StrCompSort2) check-in: 0f532337d4 user: johnfound tags: FreshLibDev
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
20:16
Fixed bug in Win32 import macros. check-in: f3e3e4230e user: johnfound tags: FreshLibDev
17:03
Removed GlobalAPI dependency in FreshLib. check-in: 4d4e320b2a user: johnfound tags: FreshLibDev
16:20
Changes in several libraries. check-in: ef108c8c64 user: johnfound tags: FreshLibDev
14:30
Still not finished and not compilable. Closed-Leaf check-in: 91f632feca user: lhmnai0 tags: SomeTests
13:29
Another small changes. check-in: 898c69e1ec user: lhmnai0 tags: FreshLibDev
13:21
Fixed some API functions call in the OS depending code. check-in: 82e406198c user: lhmnai0 tags: FreshLibDev
12:47
Another merge with FreshLibDev. check-in: ba42476864 user: lhmnai0 tags: trunk
12:46
Changed Windows API functions to use explicit "W" suffix in order to avoid ambiguity. check-in: 2023382050 user: lhmnai0 tags: FreshLibDev
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-07-12
14:27
Added LIB_MODE symbolic constant in order to control included files for compatibility with the old projects. check-in: 736da1314d user: lhmnai0 tags: FreshLibDev
2012-07-09
14:03
Added new library: data/md5lib.asm - it is md5 hash library, based on the iblis library and changed a little to fit FreshLib structure. Added new function StrMD5 to strlib.asm check-in: 162ba351f1 user: lhmnai0 tags: FreshLibDev
2012-07-07
19:20
New procedures in StrLib: StrChangeExt (stub); StrExtractFilename; StrDecodeHTML.

Removed ' code from markdown.asm and StrEncodeHTML because of compatibility with IE. check-in: 3f5b3d3f05 user: johnfound tags: FreshLibDev

2012-07-02
14:30
Changed macro names in executable.inc library in order to correspond to the FreshLib naming convention. check-in: 0d8d0f1a63 user: lhmnai0 tags: FreshLibDev
14:27
Changed macro names according to the latest changes in the FreshLib. check-in: 2d4110cdcc user: lhmnai0 tags: FreshEdit2
08:08
Added missed files. check-in: 0479a706e4 user: johnfound tags: FreshEdit2
05:03
Nothing special. check-in: 93f69579e1 user: johnfound tags: FreshEdit2
2012-07-01
13:00
I will begin with the latest FreshEditNoIndex version, but it will be almost rewrite from scratch... check-in: be38a8d401 user: johnfound tags: FreshEdit2
12:50
Create new branch named "FreshEdit2" check-in: 39ec996774 user: johnfound tags: FreshEdit2
2012-06-30
19:34
Several new procedures for date and time management in timers.asm and strlib.asm library.

DaysPerYear: returns the days in the specified year; DaysPerMonth: returns the days in the specified month; TimeToDateTime: Converts Unix time to TDateTime structure;

GetLocalTimeOffset: Returns the time offset depending on the local timezone. It works for now only in Windows, the Linux version returns always 0

DateTimeToStr: Converts TDateTime structure to string. For now, the format is fixed.

Fixed some bugs. check-in: aefe3d21cc user: johnfound tags: FreshLibDev

2012-06-26
14:22
New functions in StrLib. check-in: 42d8dfa3cd user: lhmnai0 tags: FreshLibDev
2012-06-25
04:49
New function FileWriteString was added in files.asm library. It writes some strlib string to a file. OS inedependent.

Changed names of fields in the structure TFileInfo. check-in: fc4d9992b8 user: johnfound tags: FreshLibDev

2012-06-17
11:31
Implemented StrURLDecode procedure in StrLib. It was stub until now. Forced GetEnvironmentStrA in system/win32/environment.asm; But this is not good and need some more work. check-in: 2656c35a44 user: johnfound tags: FreshLibDev
2012-06-13
21:22
Bug fixed in GetFileInfo (Linux) check-in: 1ed7928399 user: johnfound tags: FreshLibDev
19:30
Fixed the problems with the Linux version of GetFileInfo procedure. check-in: 315770942d user: johnfound tags: FreshLibDev
13:34
Added OS dependent functions GetFileInfo and GetTime to the Linux library. They are not tested, so it is possible to contain bugs. check-in: 9c6f00e97a user: lhmnai0 tags: FreshLibDev
04:59
Introduced procedures for work with files data/time parameters and to get system time. All times are formatted as Unix time. check-in: 4b0fa7086b user: johnfound tags: FreshLibDev
2012-06-11
04:19
Added procedure GetCmdArguments for Linux.

Fixed some weird bug in _display.inc; DispSize macro didn't output properly the size 10K??? A slight change in the code fixed the problem, but it is possibly bug in the compiler. Needs more investigation.

Changed interface of TranslateMarkdown procedure - now it returns the result in memory structure. check-in: 5cee31d25f user: johnfound tags: FreshLibDev

2012-06-08
13:15
Merge with the FreshLibDev library because of heavy structure changes in the library. check-in: 87c2aa9433 user: lhmnai0 tags: FreshEditNoIndex
12:27
Heavy code restructure in order to make the use of the library more easy and clear. check-in: 24503edf95 user: lhmnai0 tags: FreshLibDev
2012-06-06
21:35
Added tables support in markdown.asm library. check-in: 7a1d5615e3 user: johnfound tags: FreshLibDev
14:04
Fixed the HTML character encoding in the source code blocks. check-in: 06172c74ca user: lhmnai0 tags: FreshLibDev
04:34
Implemented inline images. check-in: 5bf8dd1880 user: johnfound tags: FreshLibDev
2012-06-05
14:35
Added support of
tag in markdown.asm library.
check-in: c1eda72f72 user: lhmnai0 tags: FreshLibDev
04:39
Added support for HTML special characters [&,",',<,>]; check-in: 767dada131 user: johnfound tags: FreshLibDev
2012-06-03
21:50
Added procedure SortDirArray to sort the elements in the list returned from DirectoryRead procedure. Added new procedure in StrLib: SreComSort that returns -1, 0, 1 depending of the compiret strings relation. Some fixes and refining of the markdown parser. check-in: 46183e665c user: johnfound tags: FreshLibDev
06:40
Added callback function to the markdown parser function in order to handle the links addresses in the context of the bigger system. The callback can add some prefixes to the links. check-in: fb4643e891 user: johnfound tags: FreshLibDev
2012-06-02
13:25
Very old bug in StrLib StrCompCase function fixed. It is possible this bug caused some crashes in Fresh and other programs. check-in: 5bf9cba61b user: johnfound tags: FreshLibDev
2012-06-01
14:29
Simplification of markdown.asm library. check-in: f60687e548 user: lhmnai0 tags: FreshLibDev
2012-05-31
19:15
Some pretty big changes to the links generation was made in markdown.asm library. check-in: 13c18be744 user: johnfound tags: FreshLibDev
13:58
Work on the different link types in markdown.asm library. The work is not finished - the links to the local document does not work. Also, images have to be implemented in the same manner. check-in: 9c22770baf user: lhmnai0 tags: FreshLibDev
2012-05-30
13:41
Markdown library bug fix and changed "blockquote" tag with "div". check-in: 3a108326a4 user: lhmnai0 tags: FreshLibDev
2012-05-29
13:42
Support for unordered lists added. Also, added support for ;keywords and ;description metatags. There is a bug somewhere, that causes crash. The library will not work in this checkin! check-in: 7e0a2b66ea user: lhmnai0 tags: FreshLibDev
05:11
Added blockquotes to the markdown parser. check-in: 4a6eb823fe user: johnfound tags: FreshLibDev
2012-05-28
14:00
Some experiments on the markdown formating. check-in: c854cd15c2 user: lhmnai0 tags: FreshLibDev
2012-05-27
23:52
Stupid bug fixed in markdown.asm check-in: 3f2c1e0c0b user: johnfound tags: FreshLibDev
22:50
Work on markdown parser. Now it is fully reentrant in order to support multifile documents with "include" clause. check-in: c3c36bd343 user: johnfound tags: FreshLibDev
10:49
Some effort was made to turn markdown.asm to emit valid xhtml 1.0 code. check-in: c4246a0135 user: johnfound tags: FreshLibDev
2012-05-26
23:12
Added new library data/markdown.asm It contains lightweight markup parser, similar to markdown. The name of the library will probably be changed later, because the full specification of markdown will not be implemented.

Temporary, in system/Linux/files.asm was changed FileOpen function to support read-only open of the files. This solves the problems with the access rights, but the problem needs better solution.

The memory allocation mechanism of the data/strlib.asm was made more agressive in order to spare redundant reallocations. check-in: e86615e15d user: johnfound tags: FreshLibDev

2012-05-25
00:15
Fixed Win32 environment variables handling in unicode. Added empty stub for the needed procedure StrURLDecode in data/strlib.asm check-in: f0aaea34ec user: johnfound tags: FreshLibDev
2012-05-24
16:56
Added new function in system/files.asm library: FileReadLine Changed the linux FileOpen function to use string handles. check-in: 0799af893b user: johnfound tags: FreshLibDev
06:41
Implemented Win32 version of DirectoryRead function. check-in: 3b8ab4c6fa user: johnfound tags: FreshLibDev
04:49
1. Added test GUI application about the directory functions.

2. Fixed the Linux DirectoryRead function.

3. The function FreeDirArray and the structure definition TDirItem moved to the OS independent part of the library.

4. When is set options.DebugMode=1 the Linux timers are stopped from initialization because the timers generate signals and stop the program running in debugger.

5. Added some structures and constants definitions about sys_getdents in equates/Linux/_linux.inc check-in: 591cbfa516 user: johnfound tags: FreshLibDev

2012-05-23
13:59
Introduced procedure DirectoryRead in system/Linux/files.asm It needs big fixes and Win32 implementation as well. It is not very clear what this procedure should return. check-in: b364ef867e user: lhmnai0 tags: FreshLibDev
2012-05-22
04:52
Linux environment handling fixed. check-in: 7ae78545be user: johnfound tags: FreshLibDev
2012-05-21
08:46
Added system/environment.asm library that will deal with OS environment variables and command line arguments of the programs. check-in: 15e5743264 user: johnfound tags: FreshLibDev
2012-05-17
14:17
Some work on FreshEdit. Added crtdll.inc in the Win32 import libraries. Added some bad quality draft sources. check-in: 2bfffb7984 user: lhmnai0 tags: FreshEditNoIndex
2012-05-16
16:04
Added as a pending projext FASM Basic project from DexOS. It is pending, because it needs some work to become portable across DexOS, Win32 and Linux. Also, it needs some planing how this good idea can be integrated in FreshLib. check-in: f78af0a7da user: johnfound tags: FreshLibDev
09:10
This commit is only for investigation purposes.

It reveals possible bug in FASM compiler. The bug is persistent with every version of FASMW I tested.

In this current state of the project, the source can not be compiled.

The error message is: "Error: code cannot be generated."

Adding one extra byte in the code (for example uncomment row 25 in TestLib.asm) makes compilation possible.

How to reproduce the problem:

1. Copy FASMW.exe in the "freshlib/" directory.

2. Set "TargetOS=Linux" in FASM.ini, section "Environment"

3. Set compiler memory at least to 128MB

4. Open "TestLib.asm" file and try to compile - the above error message appears.

5. Uncomment the "nop" line on row 25 of "TestLib.asm"

6. Now compilation ends without errors. check-in: f99c2be783 user: lhmnai0 tags: FreshEditNoIndex

2012-05-15
14:02
Begin of the next code restructure and cleanup of FreshEdit library. It should be small and clean. check-in: 20620b85cd user: lhmnai0 tags: FreshEditNoIndex
2012-05-14
14:01
Some design notes about FreshEdit internal structure added. This is because I need some better thought about FreshEdit design. check-in: 66864fc872 user: lhmnai0 tags: FreshEditNoIndex
06:14
Merge with FreshLibDev in order to update the libraries other than FreshEdit. check-in: 4c7e9f9072 user: lhmnai0 tags: FreshEditNoIndex
2012-05-11
04:39
Some new memory management functions. check-in: a133873431 user: johnfound tags: FreshLibDev
2012-05-10
13:49
Some optimized compilation options for different libraries. check-in: 1329c6e9f7 user: lhmnai0 tags: FreshLibDev
2012-05-09
07:23
Fixes in files library after some work with the library. check-in: df38c4204d user: johnfound tags: FreshLibDev
2012-05-07
14:37
Small change in TestGroundConfig.asm check-in: 8de9e030a2 user: lhmnai0 tags: FreshLibDev
2012-05-05
15:35
New macros in compiler/executable.inc library. _EmbededData and _EmbededImports. These macros define data and imports section automatically inserting IncludeAllGlobals and including '%lib%/imports/allimports.asm' respective. Additionally, the data is defined inside the code section/segment and in Win32 the import data is inserted in the code section as well. This way, 1k executable is possible in Windows. check-in: 96ac27c5ff user: johnfound tags: FreshLibDev
2012-05-02
13:40
Final details fix in the files library. check-in: 2c653a4389 user: lhmnai0 tags: FreshLibDev
11:59
Fixed STAT structure in the linux equates and FileSize function. check-in: f45949bb9f user: johnfound tags: FreshLibDev
08:46
New FileSize function in files OS-dependent library. check-in: 08d76847af user: lhmnai0 tags: FreshLibDev
05:26
Changes in several libraries in order to better support console applications. check-in: fab8adceae user: johnfound tags: FreshLibDev
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-12
11:17
Weekend commit... check-in: 3e7fb905d6 user: johnfound tags: FreshEditNoIndex
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-08
15:02
Several small changes here and there. Navigation commands - file begin, file end, screen begin, screen end etc. check-in: dc92742c7f user: lhmnai0 tags: FreshEditNoIndex
05:50
FreshEdit is almost working as before. Some more refactoring is necessary. New function in StrLib - StrCharUtf8. It is reverse to StrOffsUtf8. check-in: a5a9124152 user: johnfound tags: FreshEditNoIndex
2012-03-03
09:58
FreshEdit can display the text, but editing features still hangs. The code decreases in size, what is good. check-in: 055e5418f1 user: johnfound tags: FreshEditNoIndex
2012-03-01
16:04
Create new branch named "test_fast" Closed-Leaf check-in: 4796218e64 user: johnfound tags: test_fast
2012-02-29
14:36
work.... check-in: 85376b74bc user: lhmnai0 tags: FreshEditNoIndex
07:11
Compiles but not working... check-in: 2d905fbf25 user: johnfound tags: FreshEditNoIndex
2012-02-28
14:53
Some small changes in the libraries. Continues the work on FreshEdit with little visible result. check-in: 2a6e27e09c user: lhmnai0 tags: FreshEditNoIndex
2012-02-27
22:17
........ check-in: 7a7dfa9d4f user: johnfound tags: FreshEditNoIndex
15:36
Slow, but forward... check-in: 3141fda352 user: lhmnai0 tags: FreshEditNoIndex
2012-02-21
15:57
Very slow progress... check-in: 51946d594e user: lhmnai0 tags: FreshEditNoIndex
07:36
FreshEdit component code refactoring in progress. Still not compilable and not useful. check-in: 4fbe9ce4ab user: johnfound tags: FreshEditNoIndex
2012-02-17
06:56
Work. check-in: dfe0cfc1c0 user: johnfound tags: FreshEditNoIndex
2012-02-16
21:03
This branch is to try to make FreshEdit without index array. It seems that this will make the code more simple, smaller and maybe even faster. check-in: 035625a505 user: johnfound tags: FreshEditNoIndex
21:01
Changed FreshEdit theme to be global array, common to all instances of FreshEdit. check-in: 9ffdbb29bd user: johnfound tags: FreshLibDev
20:54
Create new branch named "FreshEditNoIndex" check-in: 5a9c61438e user: johnfound tags: FreshEditNoIndex
15:59
Work on FreshEdit themes handling. Loading/Saving etc. Not finished. check-in: 5c230baa30 user: lhmnai0 tags: FreshLibDev
2012-02-15
11:47
Implemented new formating markup - based on commented text and not containing control characters. It makes the format more compatible with the other text editors and FASM compiler. Encoding and decoding of format information is separated in procedures and unified. The methods ReplaceSel and GetSelection was replaced by parameter Selection. On Get it returns the current selected text, on Set - replaces the selection with the given text. check-in: 1e15e147c5 user: lhmnai0 tags: FreshLibDev
2012-02-14
22:01
Implemented TFreshEdit.GetText and TFreshEdit.GetSelection methods. The first one returns string with the text from some coordinates to some coordinates. GetSelection returns string with the current selection (although only in character selection mode). Implemented clipboard copy function, based on GetSelection (limited to character selection mode as well. check-in: 3a6e81eaa0 user: johnfound tags: FreshLibDev
2012-02-13
15:16
Some play with Xft font properties in attempt to control the hinting and antialias. In vain. :( It doesn't works as described in the documentation. check-in: afb3b83b57 user: lhmnai0 tags: FreshLibDev
2012-02-12
23:09
Implemented method TFreshEdit.DeleteLine. TFreshLib.DeleteSel now works for char-type selections. Also, the selection is deleted when "Delete" button is pressed, or the user types something. check-in: 65eb741127 user: johnfound tags: FreshLibDev
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-02-10
23:41
Linux clipboard works at the end, at least for paste operations (i.e. ClipboardRead function) The implementation is not very good, but with X everything is strange. check-in: 4945d2911a user: johnfound tags: FreshLibDev
15:01
Added "system/clipboard.asm" library. It works for Windows and still need some work for Linux OS dependent layer. Edited some functions in Linux import library - added argument lists. Fixed bug in utf8ToWideChar function (win32 only). Added ctrl+C/ctrl+V shortcuts to the FreshEdit test ground. Partially implemented deleting of selected text in FreshEdit. check-in: 59eeaf7253 user: lhmnai0 tags: FreshLibDev
05:40
Changes to the selections color in the "Windows" theme. The selection mode selmLine removed. check-in: 7f1c203db8 user: johnfound tags: FreshLibDev
2012-02-09
15:03
Some bug fixes. Mainly in StrLib. Many more remains. Linux import macros fixed to use argument names. Some small work on TScrollWindow design. check-in: 92da63bd10 user: lhmnai0 tags: FreshLibDev
06:51
Bugs, bugs, bugs. Some debug work (not finished). check-in: 3689fc2d48 user: johnfound tags: FreshLibDev
2012-02-08
14:27
Work on Open/Save functions on the FreshEdit test ground revealed some bugs that need to be investigated and fixed. check-in: 67d169e978 user: lhmnai0 tags: FreshLibDev
10:36
Finished design work on FreshEdit. This version was posted to the http://board.flatassembler.net for comments and discussions. check-in: 1493b77739 user: lhmnai0 tags: FreshLibDev
2012-02-07
23:00
The new look for FreshEdit is almost done (except fold/unfold buttons). More compact left field and more structured source code. The code needs more cleaning though. check-in: b29258cc09 user: johnfound tags: FreshLibDev
15:20
Work on FreshEdit appearance - the code for the left margin draw is separated in procedure and structured properly. check-in: aa66dd0d03 user: lhmnai0 tags: FreshLibDev
09:08
Work on the design of FreshEdit component. check-in: 68d90f47c1 user: johnfound tags: FreshLibDev
2012-02-06
15:03
Work on code folding and some design sketches for FreshEdit. check-in: 93e3721e96 user: lhmnai0 tags: FreshLibDev
2012-02-05
09:14
Code folding/unfolding feature works by click on the icons in the left margin field. Should be made by shortcut key as well. The code folding levels parsing is very primitive and needs to be created from scratch. Some changes in the color themes. check-in: 90a40a9d0f user: johnfound tags: FreshLibDev
2012-02-04
00:24
More or less finished design work on FreshEdit. Simplified icons and left margin apparance. check-in: 8f950cacd1 user: johnfound tags: FreshLibDev
2012-02-03
07:49
Work on code folding feature. check-in: ad32ab3d26 user: johnfound tags: FreshLibDev
2012-02-02
15:27
Heavy work on the folding/unfolding mechanism, parsing and visualization. There are bugs revealed in StrLib/StrPos it returns false negatives sometimes. check-in: 0dffc369d5 user: lhmnai0 tags: FreshLibDev
12:59
Some work on code folding processing. check-in: 37585a6386 user: johnfound tags: FreshLibDev
2012-02-01
15:28
FreshEdit design issues - mainly left margin appearance, icon ordering, line numbers, etc. It still needs more work. check-in: 5a3cb0cca6 user: lhmnai0 tags: FreshLibDev
08:15
Work on FreshEdit appearance, especially fonts processing. Also, changes in the font handling procedures in graphics/text.asm library. check-in: bf745eeba0 user: johnfound tags: FreshLibDev
2012-01-31
14:51
Scalable icons for the FreshEdit left margin. It should make appearance not depending on the font size. check-in: d4bcaa0156 user: lhmnai0 tags: FreshLibDev
05:41
More work on the appearance. check-in: d3a9fad841 user: johnfound tags: FreshLibDev
2012-01-30
15:15
Work on FreshEdit appearance. Added support for three new options: eoLeftMargin, eoLineNumbers and eoStripedBackground. The left margin width is computed automatically, depending on editor options. Some experiments with white ("Windows") theme. (the classic one is still there). The selection drawing algorithm still needs some refining. check-in: 860297881b user: lhmnai0 tags: FreshLibDev
05:53
Introduced new control - TTreeView. It still does not works though.
Changes in GUI/Win32/windows.asm concerning windows borders (_SetWindowBorder);
Fixed handling of Enter/Leave events for Win32.
check-in: c4c53f0904 user: johnfound tags: FreshLibDev
2012-01-29
08:17
Fixed structure in _GDI structures that was not dword aligned. check-in: b14a5bc7cd user: johnfound tags: FreshLibDev
2012-01-28
14:41
Better icons for the dialogs. Some cosmetic changes here and there. check-in: 7501ba14e8 user: johnfound tags: FreshLibDev
2012-01-27
14:40
Work on dialogs.asm library. It can display messages with icons, text and different buttons now. Implemented TImageLabel control that show labels on the screen. In the process, there was some fixed some bugs and wrong behavior. check-in: cce079e944 user: lhmnai0 tags: FreshLibDev
04:53
More work on modal forms. Linux part works almost acceptable. Fixed some X errors reported before. check-in: 4bf17a471e user: johnfound tags: FreshLibDev
2012-01-26
14:51
Added library dialogs/dialogs.asm that will contain the standard dialog functions - MessageBox, Simple input, File Open/Save etc. Some (ugly) icons added to the project. check-in: 98eca867c5 user: lhmnai0 tags: FreshLibDev
06:33
Begin of work on modal windows. They work in Windows, but in Linux there was and still have some problems, especially with setting windows "disabled". check-in: 8b41ac2598 user: johnfound tags: FreshLibDev
2012-01-25
12:54
Back to FreshEdit control: ReadOnly mode implemented, where the user can only browse the text and can't change it. There are 2 read-only modes: froReadOnly and froReadOnlyNoCaret.
Implemented programmable shortcut keys, as part of the FreshEdit theme. All keyboard navigation code is transfered from TestGroundFreshEdit.asm to the FreshEdit.asm control itself. The non recognized shortcuts are passed to the user provided event handler.
check-in: c79729fd9e user: lhmnai0 tags: FreshLibDev
2012-01-24
09:39
Added StrToNumEx function in strlib.asm that converts strings to number using FASM syntax for numbers. Implemented such syntax to the TestGroundConfig.asm Fixed small problem with the signatures in uConfig.asm check-in: 7f97771e7e user: lhmnai0 tags: FreshLibDev
2012-01-23
23:26
Changes in FreshEdit - the way selected text is colored.

Work on TestGroundConfig.asm - tree display using unicode box characters.

Fix of the DrawTextBox function on dtfAlignBotton - now it displays the overhang as well.

Fix of the linux files function flags. check-in: 9bf0dadcc0 user: johnfound tags: FreshLibDev

14:18
Simple TLabel control implemented. Also tested in TestGroundConfig.asm config editor. check-in: c404871f20 user: lhmnai0 tags: FreshLibDev
12:03
uConfif.asm finished, tested and works. Some fine tuning needs the test ground - uConfigEditor application. check-in: e26a4571d1 user: lhmnai0 tags: FreshLibDev
04:55
Work on uConfig. Tests and fixes here and there. check-in: c976b0af93 user: johnfound tags: FreshLibDev
2012-01-20
15:20
Changed "endp" macro to write procedure size information in the local label .__info.codesize of the procedure. Size and structure optinizations of uConfig library. check-in: 9ff9b8e88d user: lhmnai0 tags: FreshLibDev
08:08
Work on uConfig - tree directories. check-in: df2d974e6b user: johnfound tags: FreshLibDev
2012-01-19
14:47
More work on the uConfig editor, combined with some fixes in FreshEdit. check-in: 9843bbfc47 user: lhmnai0 tags: FreshLibDev
2012-01-18
22:42
Work on uConfig and the editor for uConfig databases (TestGroundConfig.asm). Now it can read databases from file, to edit records and to write them back to the file. Added FreshEdit to be used as a console. check-in: 6e007ccf7b user: johnfound tags: FreshLibDev
13:50
Small problems with text alignment in Linux fixed. Also, the files.asm library for linux fixed in order to set proper permissions to the created files. check-in: c09ca08485 user: lhmnai0 tags: FreshLibDev
06:52
Some changes on mouse cursor handling in Linux. Work on uConfig engine and editor. check-in: 338339d0fe user: johnfound tags: FreshLibDev
2012-01-17
14:37
Work on TestGroundConfig.asm; It should be editor for uConfig files, but some controls miss from the library. :) check-in: 04045bafbb user: lhmnai0 tags: FreshLibDev
04:51
Still unfinished uconfig.asm :) check-in: 9c2c261ec6 user: johnfound tags: FreshLibDev
2012-01-16
14:59
Not finished redesign of uCongig.asm in order to remove dependency to files library. All operations will be processed on memory images. check-in: a950ddaece user: lhmnai0 tags: FreshLibDev
2012-01-15
22:32
FreshEdit theme strucures and data, separated in the new file "FreshEditThemes.asm". Preparations for keyboard settings to be embeded in the theme. This way, all settings will stay in one place. check-in: a1b05c503c user: johnfound tags: FreshLibDev
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
22:15
Fixed small bug in data/strlib.asm check-in: 1f938ab6bc user: johnfound tags: FreshLibDev
2012-01-10
19:27
Changes: 1. Auto alignment of the windows fixed. 2. Added filename input field to the TestGroundFreshEdit.asm that allows arbitrary files to be open. 3. Some handling of the TAB symbols in FreshEdit (not finished) 4. Fixed bug in line lengths handling. 5. Fixed bug in TFreshEdit.Clear method. 6. Added TFreshEdit.DelChar method. 7. Added procedure ExpandTabs in strlib.asm check-in: 075ae5eabe user: johnfound tags: FreshLibDev
2012-01-07
08:21
Added macros "module" and "endmodule" that display the size of some part of the code during compilation. It is cosmetic change, but it affects many files. check-in: 9b86e3828b user: johnfound tags: FreshLibDev
2012-01-06
22:12
uConfig.asm library in working condition now. Also, some global size optimizations - removed unneccessarily compiled data and code. check-in: dc2f371eb1 user: johnfound tags: FreshLibDev
2012-01-04
14:52
Added library data/uConfig.asm that provides functions for handling chunk based config files in OS independent manner. check-in: 4686c63b72 user: lhmnai0 tags: FreshLibDev
2012-01-03
08:27
End of the holidays commit. :) check-in: c06e15af11 user: johnfound tags: FreshLibDev
2012-01-02
10:05
Some changes in the FreshEdit appearance. New options. A wish list of features is added in the file header. check-in: 6ae9dd4487 user: johnfound tags: FreshLibDev
2011-12-31
21:40
Some FreshEdit icons edit. Added Undo/Redo buffers. Added DrawMaskedImage procedure in images.asm library. check-in: bd2c9bd478 user: johnfound tags: FreshLibDev
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
15:44
One more fix to system/win32/files.asm check-in: 2f088a98e6 user: johnfound tags: FreshLibDev
15:37
Fixed the win32/files.asm work with ANSI and Unicode filenames. check-in: cad96122b9 user: johnfound tags: FreshLibDev
14:32
Merge with the latest FreshLibDev in order to prepare the next release of the IDE. check-in: 430a03f9b4 user: johnfound tags: trunk
08:34
Some code refinement in FreshEdit in order to prepare it for future advance. Small bug fixes. check-in: 2c1b4d2f8f user: johnfound tags: FreshLibDev
2011-12-22
06:01
Some unsuccessful atempts to locate the bug caused crashes in the Linux version. :( These crashes are related to the size of the executable file and is not traceable. It is possibly in the elf generation, not in the code itself. check-in: a3b7087956 user: johnfound tags: FreshLibDev
2011-12-21
14:36
Work on FreshEdit. In this point it works in Win32 but crashes in Linux. :) check-in: f55f614f5e user: lhmnai0 tags: FreshLibDev
06:19
Work check-in: 1a0e8bde86 user: johnfound tags: FreshLibDev
2011-12-20
14:35
New way of following maximal line lengths (in order to set horizontal scrollbar parameters properly) is implemented. In addition, very nasty bug (memory allocation) was fixed in arrays.asm :) check-in: 8b396464df user: lhmnai0 tags: FreshLibDev
2011-12-19
15:15
TFreshEdit.Text is now read/write - the returned value is a string handler, containing all the text in the editor including formatting characters. Bookmarks, breakpoints and wrapped lines are stored as they are in the editor. Also, bug fixed in Win32 files library. check-in: af70535ef6 user: lhmnai0 tags: FreshLibDev
08:25
Implemented status icons on the left margin of the editor. Added icon files. check-in: 7fa76d5d5e user: johnfound tags: FreshLibDev
2011-12-16
15:09
Some work on word wrap, EndLine and InsertChar. Needs more. check-in: ae02489bc1 user: lhmnai0 tags: FreshLibDev
00:28
Work on word wrap. Some fixes about cursor position. It is not finished yet. check-in: 261df98544 user: johnfound tags: FreshLibDev
2011-12-15
15:21
End of the day commit. check-in: a8048308f3 user: lhmnai0 tags: FreshLibDev
13:24
Changed StrLib in order to provide faster StrNew allocation strategy. Now StrNew searches only fixed number of cells in atempt to find free string handle. If the free cell is not found, new one is allocated at the end of the array. The search next time continues from the point it stops the previous call. Thus, if there are some free slots, they will be found and reused early or later without affecting allocation speed. check-in: 322fc88a06 user: lhmnai0 tags: FreshLibDev
11:28
Word wrap formatting implemented. check-in: 0a2dfa10dd user: johnfound tags: FreshLibDev
2011-12-14
14:28
In order to accelerate the loading of huge files, [flagStringFastAdd] was set to 1 during setting of the editor text. This improves the loading time approximately 100 times for 40000 lines file. Added "eve.asm" test file - it is the source file of the remarkable "Eve" vector editor of Barry Kauler. This file contains "real life" source code for MASM and is not part of FreshLib. check-in: a9a3bcf978 user: lhmnai0 tags: FreshLibDev
13:38
.InsertChar method bug fixed in FreshEdit. check-in: 5430614784 user: johnfound tags: FreshLibDev
2011-12-08
14:54
End of the day commit. Small changes to FreshEdit. check-in: 4cadb4c250 user: lhmnai0 tags: FreshLibDev
13:02
A little bit more stable. The problem is some buffer overrun, probably in _pIndex or _pLines arrays. check-in: dd58265259 user: johnfound tags: FreshLibDev
2011-12-07
14:50
More work and unsuccessful atempts to fix some bugs in FreshEdit. :D check-in: 751ce590da user: lhmnai0 tags: FreshLibDev
06:55
Some advance, but with bugs check-in: 9d1018b81f user: johnfound tags: FreshLibDev
2011-12-05
15:35
nothing important check-in: c15a860123 user: lhmnai0 tags: FreshLibDev
07:28
Little work. :D check-in: 06171371a5 user: johnfound tags: FreshLibDev
2011-12-02
14:46
New funtions in StrLib and some bug fixes in FreshEdit to provide better compatibility with Linux. check-in: 34a387e70c user: lhmnai0 tags: FreshLibDev
2011-08-04
14:08
Work check-in: 2c7e4784a2 user: lhmnai0 tags: FreshLibDev
2011-08-03
18:30
Merge of the pure assembly FreshEdit component back to FreshLibDev. Also, updates of many libraries made in the process of work on FreshEdit. check-in: fe7fb08e7e user: johnfound tags: FreshLibDev
18:21
The next work on FreshEdit. Closed-Leaf check-in: f4e73ff66c user: johnfound tags: FreshEdit_pure
2011-07-21
20:01
Changed the arrays.asm library in a way to allow multiply elements insert/delete at once. This should make things faster when multiply elements have to be inserted or deleted from the TArray dynamic array, because the memory movement operations are processed only once for the whole group of processed elements. Documentation for arrays.asm is updated as well. check-in: b92af6de8e user: johnfound tags: FreshEdit_pure
2011-07-07
07:29
Some work on FreshEdit editing features. check-in: 19c9fa83de user: johnfound tags: FreshEdit_pure
2011-06-21
14:09
Some bug fixes in FreshEdit (selections). First edit feature (typing) implemented. Still buggy. check-in: df095e2548 user: lhmnai0 tags: FreshEdit_pure
2011-06-20
14:00
Partially implemented left margin graphics - line separators (with word wrap indication) and bookmark indication. ( Remains: collapse/expand features. ) Linux version synchronized. check-in: 7983a45f26 user: lhmnai0 tags: FreshEdit_pure
06:22
Some KISS changes in FreshEdit. Removed different line types support. Now the lines can be only text lines. check-in: 7797b095ff user: johnfound tags: FreshEdit_pure
2011-06-17
14:27
Another end of the week commit... :) check-in: e1432017ad user: lhmnai0 tags: FreshEdit_pure
06:48
Some advance in FreshEdit. Mainly work in wordwrap features. check-in: 328e9801b0 user: johnfound tags: FreshEdit_pure
2011-06-03
13:24
End of the week commit. :) check-in: 6dd24a2aa4 user: lhmnai0 tags: FreshEdit_pure
2011-05-31
12:12
Create new branch named "FreshEdit_pure" This branch is experimental and depending on the results might or might not be merged later in FreshLib. check-in: 4bbc620cab user: lhmnai0 tags: FreshEdit_pure
12:09
Here I will make new branch, implementing FreshEdit in pure assembly language, without using ForthScript. ForthScript will be developed separately, as an end user tool, working in FreshIDE. check-in: 035f7fad87 user: lhmnai0 tags: FreshLibDev
2011-05-27
13:56
Work on FreshEdit component. It works now with ForthScript for all navigation keys. It makes it highly flexible from the user point of view. The ForthScript source files are named with ".forth" extension. check-in: a75665b19d user: lhmnai0 tags: FreshLibDev
2011-05-24
12:12
Continuation of the work on ForthScript subsystem. The compiler works for simple scripts, but it needs more work on some important features - loops, conditional words and variables. Although, even in this state it is usable for FreshEdit internal scripting and navigation commands. check-in: fd63a4b83d user: johnfound tags: FreshLibDev
2011-05-20
18:22
Some small fixes to make the project compilable in both Linux and Windows. check-in: 9d7535e3bf user: johnfound tags: FreshLibDev
04:46
Started some work on Forth scripting host. It is planed to be in use with FreshEdit and generally in Fresh IDE. check-in: e2452cac4e user: johnfound tags: FreshLibDev
2011-05-13
13:29
FreshEdit work and related common library changes. graphics/fonts.asm changes related to the proper font selection. ffMonospaced flag introduced. FreshEdit selection fixed behovior. It needs more work though, especially on mouse selections and some optimizations of painting operations. check-in: ef40f72dbb user: lhmnai0 tags: FreshLibDev
2011-05-12
20:38
In order to work around TImage problems regarding drawing in Linux, new library is introduced - graphics/backbuffer.asm

It provides TBackBuffer image object, that is DDB in Win32 and Pixmap in Linux. The system can draw on the BackBuffer object using all graphics procedures, but can't manipulate the pixels directly in memory.

When using TBackBuffer, instead of TImage for double buffer painting of TFreshEdit, the speed of repaint is reasonably fast for all test platforms - Win32, andLinux and Ubuntu. check-in: 39454dba10 user: johnfound tags: FreshLibDev

2011-05-11
13:57
FreshEdit - partially implemented selection by mouse. Slightly changed horizontal scroller management. check-in: 7b33c0a020 user: lhmnai0 tags: FreshLibDev
2011-05-10
20:57
Changes in FreshEdit control. First - was implemented primary line index. It allows implementation of code folding and word wrap features.

Second - implemented double buffering repaint. It provides no-flicker repaint.

The speed seems to be very good. Some more tests on slower CPUs are desired.

These features needed some changes in text.asm (especially the function DrawColoredString). It is unknown whether these changes will be released as a standard features of text.asm library.

Unfortunately, Linux port is not ready yet. There are big problems with double buffering, because of the client-server architecture. Particularly - XImage is not drawable, and XPixmap is not accessible for raw pixel processing - so TImage data type have to be implemented very tricky, because it should allow both types of processing. check-in: 10755155e8 user: johnfound tags: FreshLibDev

2011-05-08
09:03
It is check point commit, before some big changes in FreshEdit. I want to have point to revert. check-in: 9b37a3940c user: johnfound tags: FreshLibDev
2011-05-05
14:40
Small addition in win32/_wsock.inc check-in: 34ee1da8a7 user: lhmnai0 tags: FreshLibDev
08:22
Work on FreshEdit. Some changes was made in order to make it to work with syntax highlighers. Also, the flicker on refresh was reduced. Unfortunately, these changes slows down the repaint procedure. The solution probably will need some changes in text.asm library or even some kind of double buffering. check-in: d73bcadfa9 user: johnfound tags: FreshLibDev
2011-05-04
13:34
Minor change in strlib and allimports.asm check-in: 7580250765 user: lhmnai0 tags: FreshLibDev
2011-05-03
13:58
Commit at the end of the day. FreshEdit work. Mouse wheel works for Linux now. Next: Work on the selection of text. check-in: a866bc30f8 user: lhmnai0 tags: FreshLibDev
06:05
Work on FreshEdit (navigation). Related fixes and updates in textcaret.asm, strlib.asm and win32/Main.asm Support for mouse wheel in Win32 (TODO: Linux) check-in: 72b196f968 user: johnfound tags: FreshLibDev
2011-05-02
13:54
FreshEdit chages. The internal format of the text was changed to more simple (dynamic array, instead of linked list). The array is better for text management and acceptably fast for insert/delete operations even on big files. check-in: a08b05a26f user: lhmnai0 tags: FreshLibDev
2011-05-01
22:11
Work on FreshEdit. Corresponding small edits in TScrollWindow.asm, sysevents.asm and other files.

Edited executable.inc library for Win32 in order to allow creation of DLLs. check-in: 82719c5b41 user: johnfound tags: FreshLibDev

2011-04-25
07:12
Added graphics/fonts.asm library and corresponding OS dependent files.

Contains functions about loading fonts.

Continues the work on FreshEdit component and related changes and corrections in other libraries. check-in: 37ce6b1f56 user: johnfound tags: FreshLibDev

2011-04-18
00:12
The experimental changes made in FreshLibDev_objects is merged back to the main development branch. After these changes, the documentation should be revised and updated where needed. check-in: d998b5fd41 user: johnfound tags: FreshLibDev
2011-04-17
23:27
Many changes in the GUI objects engine. Now all visual objects are OS independent. The OS dependent part of the library is represented by functions only. Porting should be easier this way.

Added mouse capturing functions in "mouse.asm"

Implemented mutex functions in "process.asm" (for Linux are only stubs for now). Implemented locking mechanism in the object manipulation procedures in order to make them thread safe.

These changes was Added auto alignment mechanism for the children windows.

Implemented TScrollWindow - window that have scrollbars - it serves as an ancestor for any control that needs scrollbars. It needs a lot of work, but the concept works.

Some work started on TFreshEdit - Complex visual code editor - the base for portable Fresh IDE.

The changes from FreshLibDev_objects branch was merged to FreshLibDev and FreshLibDev_objects branch is closed. Closed-Leaf check-in: 77528884e3 user: johnfound tags: FreshLibDev_objects

2011-04-12
14:13
Work on inter-window interactions and common OOP engine. Work on TScrollWindow object. check-in: 04e3de2308 user: lhmnai0 tags: FreshLibDev_objects
06:28
Added file TScrollWindow.asm missed from the previous commit. check-in: 53f2577775 user: johnfound tags: FreshLibDev_objects
2011-04-11
23:00
Fixed small bug that gives error on compilation. check-in: 9ef38375eb user: johnfound tags: FreshLibDev
22:49
Some test work on objects library and TWindow interface functions. Not working for now. check-in: cec394a84f user: johnfound tags: FreshLibDev_objects
2011-04-10
18:21
Create new branch named "FreshLibDev_objects" check-in: 9f5ec26d28 user: johnfound tags: FreshLibDev_objects
10:37
Added TFreshEdit control and respective testground file. All private fields in the objects are renamed to begin with "_" in order to keep the source in one style. check-in: 6775b43eb4 user: johnfound tags: FreshLibDev
2011-04-09
22:34
TEdit becomes better with every next commit. :) Added new control: TProgress - simple progress bar. See it in the testground project. check-in: b329539f4d user: johnfound tags: FreshLibDev
06:26
Some advance in the TEdit. Now it have decent caret movement, selection and del/backspace working. Some changes and bug fixes here and there. check-in: aa1d2e75b0 user: johnfound tags: FreshLibDev
2011-04-08
13:42
Fixed the problem with Linux control keys (arrows, F1..F12, etc.) Added user event handler in TWindow: OnKeyPress; Added simple test file TestGroundKeyboard.asm that displays the codes of pressed keys. Simpledebug library is edited to allow simple message output when options.DebugMode=0; check-in: 4b1e18df23 user: lhmnai0 tags: FreshLibDev
2011-04-07
12:25
Implemented "skin engine" - the procedures and variables responsible for drawing controls are separated in ThemeGUI.asm

This way, the appearance of the GUI elements can be controled by the user in design-time or in run-time.

Added macro "var" in _globals.inc that defines dword variables, only if they were used in the source.

Changed text drawing procedures in order to support color of the text other than black. check-in: 65932adb1c user: lhmnai0 tags: FreshLibDev

06:13
Implemented flashing text caret for the edit type controls. That is why I needed timers. :D Some changes in TEdit control - it is still not functional enough and have problems with control keys. Synchronization between Linux and Win32 ports. check-in: d3a4e32c37 user: johnfound tags: FreshLibDev
2011-04-06
11:18
Added unified title comments block to every file in the source tree. The title comments block contains only information about file purpose, possible dependencies and target OS.

I intentionally removed from title comments all information about people, changes, reference and dates, because this kind of information is imposible to be maintained up to date. This makes it useless or even misleading.

Information about license and development team is added in readme.txt and license.txt files. check-in: c95846ab5c user: lhmnai0 tags: FreshLibDev