Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file freshlib/GUI/Linux/Main.asm version e5d2747f82
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 | |