Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
99 check-ins using file freshlib/macros/_display.inc version 83b37442de
|
2012-12-03
| ||
| 23:31 | Changed an option in the TinyGUI application template. check-in: 0bdba1e9c8 user: johnfound tags: trunk | |
| 11:31 | Preparations for v2.1.4 It should be released after tests in WINE. check-in: 4d440fffec user: lhmnai0 tags: trunk | |
| 10:46 | Fixed editor screen flickering on Linux Wine. check-in: ff3afe4360 user: johnfound tags: trunk | |
|
2012-11-25
| ||
| 22:23 | v2.1.3 Update of FASM compiler to 1.71.06 check-in: 955d58d813 user: johnfound tags: trunk, v2.1.3 | |
|
2012-11-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 | |
|
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 | |
| 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 | |
|
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-09
| ||
| 13:01 | Small additions to the network library. check-in: 170bcb0d94 user: lhmnai0 tags: FreshLibDev | |
| 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 | |