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.

14 check-ins related to "FreshEdit2"

2012-11-28
21:28
Work on the text line rendering. Work on themes support. Implemented storing of the theme in uConfig file. The architecture of the themes is still not very clear... Leaf check-in: 29632daf61 user: johnfound tags: FreshEdit2
2012-11-12
15:53
Work. check-in: e2badc4838 user: lhmnai0 tags: FreshEdit2
06:09
Work. check-in: 770ca3cf4c user: johnfound tags: FreshEdit2
2012-11-06
21:06
Commit before possible big changes. Later, if the things goes bad, this is the point where the work should be restored. check-in: 738afbf4a0 user: johnfound tags: FreshEdit2
2012-11-05
05:08
Work on text formatting (word wrap procedure). Added forgotten file. check-in: aa55969433 user: johnfound tags: FreshEdit2
2012-09-23
21:24
Some (slow) advance. check-in: ea60b8099c user: johnfound tags: FreshEdit2
2012-07-23
13:05
Some work on the embedded formatting. The best solution is still far away. check-in: 99c02d61e2 user: lhmnai0 tags: FreshEdit2
2012-07-02
20:40
Removed all the files but FreshEdit in order to make development more consistent. check-in: 07e3734751 user: johnfound tags: FreshEdit2
14:27
Changed macro names according to the latest changes in the FreshLib. check-in: 2d4110cdcc user: lhmnai0 tags: FreshEdit2
08:08
Added missed files. check-in: 0479a706e4 user: johnfound tags: FreshEdit2
05:03
Nothing special. check-in: 93f69579e1 user: johnfound tags: FreshEdit2
2012-07-01
13:00
I will begin with the latest FreshEditNoIndex version, but it will be almost rewrite from scratch... check-in: be38a8d401 user: johnfound tags: FreshEdit2
12:50
Create new branch named "FreshEdit2" check-in: 39ec996774 user: johnfound tags: FreshEdit2
2012-06-30
19:34
Several new procedures for date and time management in timers.asm and strlib.asm library.

DaysPerYear: returns the days in the specified year; DaysPerMonth: returns the days in the specified month; TimeToDateTime: Converts Unix time to TDateTime structure;

GetLocalTimeOffset: Returns the time offset depending on the local timezone. It works for now only in Windows, the Linux version returns always 0

DateTimeToStr: Converts TDateTime structure to string. For now, the format is fixed.

Fixed some bugs. check-in: aefe3d21cc user: johnfound tags: FreshLibDev