Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-01-13
| ||
19:27 | Small schroedinbug fixed. Leaf 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 | |
2024-01-08
| ||
15:11 | Added ListIndexOfStr function in arrays.asm, slow, but sometimes useful. Working (more or less) Win32 GetFontList. check-in: 8c045a24c5 user: johnfound tags: FreshLibDev | |
09:45 | Fixed small bug in the font dialog. check-in: 9b96d16f5b user: johnfound tags: FreshLibDev | |
2024-01-04
| ||
19:25 | Fixed the TTabBar autosize algorithm. check-in: bc5944f3e8 user: johnfound tags: FreshLibDev | |
16:27 | Set the Visible = FALSE for the hidden windows. check-in: c5c396d3ea user: johnfound tags: FreshLibDev | |
12:17 | Fix the remaining trailing spaces after undo. Fixes the caret position in some rare edge cases. check-in: 8bcae5411a user: johnfound tags: FreshLibDev | |
11:41 | Added TTextDelChar and TTextGetChar procedures. In TAsmEdit added several methods for prefixing a grup of lines with a character and removing such kind of prefixes. (for indenting group of lines and for commenting/uncommenting operations.) check-in: 367fea4a50 user: johnfound tags: FreshLibDev | |
2024-01-02
| ||
19:14 | Fixed edge case in __xConnectToServer check-in: 007012e66f user: johnfound tags: FreshLibDev | |
15:15 | In TAsmEdit Enter key should work only without Ctrl|Shift|Alt modifiers. check-in: 0e3fb681f3 user: johnfound tags: FreshLibDev | |
11:37 | Attempt to make StrLib to not depends on the Linux personality and 3GB memory mode. check-in: 49b10fd814 user: johnfound tags: FreshLibDev | |
2023-12-31
| ||
12:07 | As long as the Linux GUI by direct connection to the X server now works fine, it was merged back to the FreshLibDev branch and will be closed. check-in: 1df7786723 user: johnfound tags: FreshLibDev | |
12:00 | Some work on StrSplitURL. check-in: 932878b6ae user: johnfound tags: FreshLibDev | |