Fresh IDE . Timeline
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

51 check-ins using file freshlib/gui/TTabBar.asm version 7a7b987eaa

2023-11-25
12:24
Fixed bug in CCList.asm; Some code cleanup. Leaf check-in: d1cb7801c5 user: johnfound tags: trunk
2022-01-24
14:00
Fixed the xlib example for the new Linux ABI. check-in: ef71bde359 user: johnfound tags: trunk
2021-12-24
18:19
Better icon display on the selected items in TListView and TTreeView. check-in: 9f97e851ae user: johnfound tags: FreshLibDev
2021-12-21
11:38
OnFocusItem proper name check-in: 27ab7e4ff6 user: johnfound tags: FreshLibDev
2021-12-19
15:27
Item selection fixed in TTreeView. Expand/Collapse on double click implemented. check-in: 328d6f5714 user: johnfound tags: FreshLibDev
12:00
Less contrast for the treeview expand/collapse buttons. Optimize svg images on rendering. check-in: 504c146bf6 user: johnfound tags: FreshLibDev
2021-12-17
22:58
Keyboard navigation for TTreeView. check-in: 38ad86d32a user: johnfound tags: FreshLibDev
2021-12-14
10:43
Use TextIndexToPos before adding utf-8 characters. check-in: 0d5963ab03 user: johnfound tags: FreshLibDev
10:17
TTreeView:SearchOrCreate should not refresh the view. TTreeView:ContentChanged should. check-in: be863c3ed3 user: johnfound tags: FreshLibDev
09:27
Forgotten files added. check-in: c16e8b6bbd user: johnfound tags: FreshLibDev
2021-12-13
20:15
Fixed TestThemes project. check-in: 48810a94a8 user: johnfound tags: FreshLibDev
17:15
Better expand/collapse icons for TTreeView flat theme. check-in: f49c30f1c7 user: johnfound tags: FreshLibDev
12:54
Renamed some of the image files. check-in: 98bdcad66f user: johnfound tags: FreshLibDev
2021-12-11
19:22
Fixed stupid bug in trees.asm; Better handling of the edge and corner cases in TTreeView.SearchOrCreate check-in: e1d4ac6e2d user: johnfound tags: FreshLibDev
2021-12-09
20:56
Working... check-in: e12c395d0e user: johnfound tags: FreshLibDev
2021-12-08
20:56
Work on TTreeView. check-in: bb7d796e20 user: johnfound tags: FreshLibDev
2021-12-07
20:15
TTreeView is more and more working now, but not finished. ;) check-in: 504c8f2897 user: johnfound tags: FreshLibDev
11:33
TTreeView rendering is working. The remaining methods to be fixed. check-in: ce99b21f1c user: johnfound tags: FreshLibDev
2021-12-06
20:51
Still working, but almost done. check-in: a48c335bfb user: johnfound tags: FreshLibDev
11:40
Work on the TTreeView component. It is not working right now! check-in: 4909b88808 user: johnfound tags: FreshLibDev
2021-12-05
10:40
Fixed the incorrect analyze of the arguments with the procedures containing "." in the name. check-in: b8d62baf7f user: johnfound tags: trunk
2021-12-03
14:43
Change cinvoke macros in accordance with the latest System V ABI specification. Work in progress on the TTreeView in order to draw vertical lines in the tree. Added new library data/trees.asm for handling universal tree structures, based on linked lists. check-in: ac0efc38dd user: johnfound tags: FreshLibDev
2020-11-26
14:55
Minor bugs fixed. check-in: 58a915e169 user: johnfound tags: FreshLibDev
2020-10-25
08:24
Fixed bug in FileReadLine and optimized a little bit. check-in: 3923f8ca41 user: johnfound tags: FreshLibDev
2020-10-22
08:09
Use user customizeable EOL marker in TAsmEdit. check-in: 8de6ed2536 user: johnfound tags: FreshLibDev
2020-10-20
04:50
A simple TAsmEdit.GetText implemented. check-in: 48144e2286 user: johnfound tags: FreshLibDev
2020-10-19
18:04
Implemented TAsmEdit:ClearUndoRedo method. Fixed bug in the function FileDialog. check-in: 3a911d1540 user: johnfound tags: FreshLibDev
07:32
Destroy the menues and toolbars properly. check-in: 9827c2d747 user: johnfound tags: FreshLibDev
07:09
Attach the toolbar to the corresponding actions when creating from template. Do not detach the toolbar from action when attaching to another action (actually the toolbar can be attached to many actions - one per button). check-in: fc77e979c2 user: johnfound tags: FreshLibDev
2020-10-16
19:56
Work on the TAction support in TMenu and TToolbar. check-in: a936ca889d user: johnfound tags: FreshLibDev
2020-10-08
20:49
Updated TtH tool (TeX to HTML). Added a patch file for the changes needed by Fresh IDE in order to make future updates easier. check-in: 64300eef5b user: johnfound tags: trunk
13:05
Set the proper value for [stack_limit]. check-in: 3d007dc0b6 user: johnfound tags: trunk
05:22
Work on the new idle handler mechanism for TApplication. check-in: 3e6cc68b32 user: johnfound tags: FreshLibDev
2020-10-07
13:27
Toolbar buttons must have the same enable/disable status as the attacjed TAction or TMenu object. check-in: e6bd639a63 user: johnfound tags: FreshLibDev
09:10
Updated the FlatAssembler programmers manual. check-in: d8126b0a00 user: johnfound tags: trunk
08:50
FlatAssembler updated to version 1.73.25 check-in: b30611ffdf user: johnfound tags: trunk
08:40
Merged with FreshLibDev for the latest changes. check-in: c29ece6e35 user: johnfound tags: trunk
08:32
Win32 memory functions fixed to work properly with MS standard C runtime. check-in: f860e2378a user: johnfound tags: FreshLibDev
06:46
work... ;) check-in: 3d82c820c0 user: johnfound tags: FreshLibDev
2020-10-05
18:41
Well, not so aggressive... :) check-in: 1b9040e1eb user: johnfound tags: FreshLibDev
18:15
Zero the allocated memory for Win32 GetMem. More aggressively allocate memory in TText. check-in: 5e54bdedd5 user: johnfound tags: FreshLibDev
17:07
Use msvcrt.dll and _aligned_malloc/realloc/free for the heap memory functions in Win32. It is because of the need for aligned on 16 bytes memory allocations. check-in: 08cbeaa2da user: johnfound tags: FreshLibDev
2020-08-28
06:34
Handle properly the unicode whitespace characters in StrClipSpacesL and StrClipSpacesR procedures. check-in: 3d5f10a8a5 user: johnfound tags: FreshLibDev
04:17
Special processing of the blockquotes in MiniMag and BBCode processors in order to prevent nickname spoofing. check-in: 2cea5bb3f0 user: johnfound tags: FreshLibDev
03:12
TApplication process the idle events on a TAction base. TAsmEdit implementation of a caret movement methods in order to make the keyboard processing user customizeable. check-in: aec878bbaf user: johnfound tags: FreshLibDev
2020-07-30
06:02
BBCode and MiniMag parsers: Use HTML_IMG_ATTR constant for adding extra attributes to the and <video> tags. This makes the "crossorigin" attribute optional and allows additional attributes to be added. check-in: 7c736014a0 user: johnfound tags: FreshLibDev
2020-06-22
06:50
Fixed possible buffer overrun in strlib. check-in: 5c9a25f9d2 user: johnfound tags: FreshLibDev
2020-06-16
14:42
Work on the TAction and TApplication handling of the idle events. Separating the common editor actions (copy/paste/undo/redo) from TAsmEdit check-in: 80159e8763 user: johnfound tags: FreshLibDev
2020-06-12
16:20
NamedArray structure separated in "data/named_array.asm" file. check-in: 92ab4fa7ef user: johnfound tags: FreshLibDev
2020-06-01
14:33
TTreeView - added commends to HitTest method. Implemented run-time dll loading procedures for Win32. Some changes to the Linux implementation. Needs more polishing though. check-in: 45b5de9e6a user: johnfound tags: FreshLibDev
05:07
TTabBar, changed the interface of the OnSelChange event. Now only one event happens after the selection changed. File dialog adapted to this change. check-in: ff2572a086 user: johnfound tags: FreshLibDev