Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-04-19
| ||
12:08 | Fixed bug causing hanging the bbcode parser. Leaf check-in: a2d66c9acb user: johnfound tags: FreshLibDev | |
2025-04-12
| ||
19:00 | Added BlendLine - simple line drawing procedure. check-in: f866f81edb user: johnfound tags: FreshLibDev | |
2025-04-11
| ||
14:41 | Work on the exporting functions unification between Windows and Linux. Work in progress. Leaf check-in: bf39edfd4f user: johnfound tags: __linux_export | |
2025-04-10
| ||
14:29 | Now export macro works for Linux. Maybe more compatibility with the other targets should be made... check-in: b5c750b21f user: johnfound tags: __linux_export | |
2025-04-09
| ||
14:36 | Some attempt to make linux shared libraries... Not working. check-in: 04e242cc3d user: johnfound tags: __linux_export | |
2025-04-03
| ||
20:11 | Some macroses for shorter line clip. These macroses, actually solve the linear equation for the line. Nothing so complex. Added some comments as well. Leaf check-in: 4774fc9889 user: johnfound tags: BlendLine | |
19:15 | BlendLine works fully, with very small problems, especially with the initial coordinate clipping. check-in: 75cfd214ab user: johnfound tags: BlendLine | |
13:14 | Brezenham's algorithm implemented, but crashes sometime when the line is outside the image. Also, the wraping is is not implemented. check-in: 2a0732622f user: johnfound tags: BlendLine | |
2025-04-02
| ||
14:21 | Short branch for implementation BlendLine graphic procedure. check-in: e58da8c3f5 user: johnfound tags: BlendLine | |
09:17 | At the end DrawHLine and DrawVLine implemented. Some test code added about lines. check-in: b0efd8fbfc user: johnfound tags: FreshLibDev | |
2025-03-04
| ||
07:01 | Fixed some of the Win32 structures, especially for the serial interfaces control. check-in: 93f0aade05 user: johnfound tags: FreshLibDev | |
2025-01-13
| ||
19:27 | Small schroedinbug fixed. check-in: 0de2ca44ae user: johnfound tags: FreshLibDev | |
2025-01-12
| ||
07:33 | Fixed some misbehaviors in TEdit. check-in: cb481b10e1 user: johnfound tags: FreshLibDev | |
2025-01-11
| ||
17:59 | TTabBar, better ScrollToSelected - the left edge of the tab is more important than the right edge, even if scrolling left. check-in: eb80a81fdb user: johnfound tags: FreshLibDev | |
10:21 | Some edge cases resolved in TAsmEdit:SearchNext. check-in: 3d8034a48f user: johnfound tags: FreshLibDev | |
2025-01-10
| ||
18:00 | Handle the line ends properly in some edge cases. check-in: 42df8a6889 user: johnfound tags: FreshLibDev | |
15:04 | Don't attempt to force the indicator bar update. TAsmEdit can't know about existing of such bars. check-in: 76a014e4a3 user: johnfound tags: FreshLibDev | |
2025-01-09
| ||
22:05 | Prevent hanging in TAsmEdit:SearchPrev/SearchNext. Sometimes the search index is empty. check-in: aca94ba312 user: johnfound tags: FreshLibDev | |
20:35 | Fixed stack issue in TAsmEdit. check-in: a19a151f71 user: johnfound tags: FreshLibDev | |
20:01 | Fixed TAsmEdit selection handling - adding CRLF when needed and padding the block selection with spaces, when select after the end of the line. check-in: 93422198e4 user: johnfound tags: FreshLibDev | |
2025-01-08
| ||
19:16 | Fixed memory leak and keep the prepared Knuth-Morris-Pratt prefix index for the current search. check-in: 1f970ff9ee user: johnfound tags: FreshLibDev | |
2024-12-21
| ||
11:50 | Correct handling of the block selections in TAsmEdit. Not finished work. check-in: ca86beeca0 user: johnfound tags: FreshLibDev | |
2024-11-15
| ||
19:40 | In TAsmEdit:GetText process correctly the last line ending. check-in: 0e7c0421f8 user: johnfound tags: FreshLibDev | |
2024-11-13
| ||
12:02 | In TAsmEdit:Search convert the positions into index. check-in: 34648a7dd7 user: johnfound tags: FreshLibDev | |
2024-11-03
| ||
17:30 | Fixed small bug in TAsmEdit not unindenting selections with empty lines inside. In buffergap - make TextDelChar to return CF=1 if the character was not deleted because of end of the text. check-in: 21eff33c5b user: johnfound tags: FreshLibDev | |
17:28 | Format underlined text with <u> tag. check-in: 4473002d5e user: johnfound tags: FreshLibDev | |
2024-10-28
| ||
06:08 | Better HTML code generation for the BBCode/MiniMag markups. Creates some incompatibility, but is neccessary. check-in: 1381614d3c user: johnfound tags: FreshLibDev | |
2024-10-24
| ||
14:36 | Better rendering for BBCode and MiniMag markups. Use <figure> for block images. check-in: acee4c82e0 user: johnfound tags: FreshLibDev | |
2024-10-21
| ||
14:49 | More flexible formatting of the blockquotes in BBCode/MiniMag markup. check-in: 080fb80cae user: johnfound tags: FreshLibDev | |
07:47 | Merged the useful changes from the branch CollapsibleQuotes. check-in: 8164db9bf7 user: johnfound tags: FreshLibDev | |
2024-10-20
| ||
18:19 | Use collapsable blockquotes in MiniMag and BBCode markups. Comment fixed in StrLib. Leaf check-in: f8020d154d user: johnfound tags: CollapsibleQuotes | |
2024-10-10
| ||
12:46 | Added fdsDirsLast to the DirItemCompare.params (for SortArrat with TDirArray). In StrLib, debug_split_url = 0 for production. check-in: b39a6be077 user: johnfound tags: FreshLibDev | |
2024-08-14
| ||
17:35 | Fixed bug in the file_dialogs.asm check-in: 1677f1300c user: johnfound tags: FreshLibDev | |
2024-01-31
| ||
13:32 | Windows support for the TWindows:WinIcon property. check-in: 8d2859d862 user: johnfound tags: FreshLibDev | |
10:06 | Removed the OS dependent constant CRLF and replaced with bNEWLINE, wNEWLINE and dNEWLINE (byte, word and dword constants) in order to increase the consistency between the different OS versions. Some problems with the old sources are possible, but easyly fixable. check-in: 5d795952a2 user: johnfound tags: FreshLibDev | |
2024-01-17
| ||
13:59 | Added PgUp/PgDn for TGrid (hence for TListView). check-in: 5e4a0ba1b2 user: johnfound tags: FreshLibDev | |
09:29 | Fixed scrolling issue in TGrid. check-in: 2b777ade54 user: johnfound tags: FreshLibDev | |
2024-01-16
| ||
14:17 | Don't use xGetNewID. Use xGetID instead. Some work on the proper cleanup of the defered events (Expose and MotionNotify) when the related window is destroyed. check-in: 767d79c3a8 user: johnfound tags: FreshLibDev | |
12:25 | Check the defered expose events window in order to prevent the destroyed windows processing... Not the best variant... check-in: 19a4205014 user: johnfound tags: FreshLibDev | |
2024-01-15
| ||
11:06 | Better processing of the scrollbars fast scroll. check-in: fa24b532f1 user: johnfound tags: FreshLibDev | |
10:06 | Removed debug code. Some protection from hangs. If the position of the scroller is not changed, simply end the operation. check-in: a9e31178b1 user: johnfound tags: FreshLibDev | |
09:01 | Fast scroll when clicking on the scroller, but outside the slider. check-in: 0367cadd6f user: johnfound tags: FreshLibDev | |
2024-01-12
| ||
23:35 | Fixed a bug in the text encodings specification parsing tool. It should not generate zeros on the missing characters in the Unicode specification file. check-in: 5180a71bff user: johnfound tags: FreshLibDev | |
20:42 | Some cleanup of the ANSI encoding tables. Changed FixedCols and FixedRows fields into parameters in TGrid. check-in: ffcac3c895 user: johnfound tags: FreshLibDev | |
2024-01-11
| ||
18:53 | CheckUtf8 procedure implemented. Correctly load text in TAsmEdit - only utf-8 is allowed. check-in: e6382b2c59 user: johnfound tags: FreshLibDev | |
14:13 | The buildall script now creates the include file "encodings.inc" with all encoding tables included. check-in: 4a035f761a user: johnfound tags: FreshLibDev | |
13:28 | Added almost all of ANSI to UNICODE tables, together with the unicode.org source files and table build program. check-in: 9cfba31b41 user: johnfound tags: FreshLibDev | |
2024-01-10
| ||
19:20 | Fixes in some structs. check-in: 0cddca7944 user: johnfound tags: FreshLibDev | |
18:56 | Do not define variables if not used. Fixed some structures and macros in X11 handling. Some work on the encoding tables build script. check-in: 337cedb4d1 user: johnfound tags: FreshLibDev | |
2024-01-09
| ||
18:44 | Fixed bug in TAsmEdit related to TAsmEdit:EndOfLine parameter. Some code cleanup. check-in: 0b93a5556d user: johnfound tags: FreshLibDev | |