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.

11 check-ins using file freshlib/graphics/Linux/draw.asm version 559f4777e2

2011-03-11
15:07
End of the day commit. Nothing special. check-in: 988e83df01 user: lhmnai0 tags: FreshLibDev
11:01
Some changes to Linux import_proto that make unused procedures to become "undefined" but the arguments to be defined.. check-in: ee23b4ee98 user: lhmnai0 tags: FreshLibDev
09:45
Implemented new import macros for Linux. It supports arguments now and definitions in separate include files. However, macro import_proto is based on "equ" based lists, that is slow for compilation. It can be improved to use numbered lists, like in "text" macro from globals.inc check-in: bd54e346d2 user: lhmnai0 tags: FreshLibDev
2011-03-10
07:03
Work on XCB version. Changed Linux import macros in order to support separate import files and argument lists for the imported functions. check-in: d39ecb9333 user: johnfound tags: FreshLib_XCB
2011-03-09
16:57
Create new branch named "FreshLib_XCB" This branch is an attempt to use XCB instead of XLib library for the Linux port of FreshLib. check-in: 3291bdba22 user: johnfound tags: FreshLib_XCB
14:29
Some revision of the TWindow destroy code. Now it is pretty correct. At least the crash on exit disappeared. The problem with the title bar still exists. Regardless of the documentation, the X server refuses to change the title bar. This problem is important, because it is imposible to create (for example) popup menu using windows with titlebars... check-in: 23e078ccdd user: lhmnai0 tags: FreshLibDev
01:14
Attempt to make different title bars for TWindow objects (especially for Linux) of course the attempt failed miserably, killed by totally misunderstanding of the documentation. :D Additionally, there is some bug, that causes the application to crash with segmentation fault on exit. But not on every exit, but only on exit with Alt+F4 key. In the same situation, closing the main window from the close button works OK and application exits normally. check-in: 8876a10ac6 user: johnfound tags: FreshLibDev
2011-03-08
12:38
Happy 8th of March for all girls - assembly programmers. :) If any... Click on Button1 for a greeting card... Changes in SetLineStyle procedures both Win32 and Linux. Windows one is not working good. The attempt to make custom dashed lines failed, because of Win32 API limits (or my ignorance). Now dashed lines in Win32 are always the same. The not working procedure is still there (fully commented for future examine. check-in: 0b678f2811 user: lhmnai0 tags: FreshLibDev
06:54
Normal merge after offline work. Big changes in graphics library. Documentation should be updated. check-in: e9d6104e12 user: lhmnai0 tags: FreshLibDev
2011-03-07
21:26
Commit without real changes, just to fix it for future explanation. check-in: bd7f4f120e user: johnfound tags: FreshLibDev
21:11
Now the new "context" structure works at least partially in Win32 and Linux. The procedure AllocateContext in Linux should allocate contexts for XImage image. This should be implemented by copy XImage -> Pixmap ->XImage. This approach makes possible to draw lines and other objects on TImage memory image. check-in: 5cad52174f user: johnfound tags: FreshLibDev