Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
41 check-ins using file freshlib/system/Win32/clipboard.asm version be91d42b23
|
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 | |