<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rayedit.git/redr.h, branch master</title>
<subtitle>Text editor for large files
</subtitle>
<id>http://git.dilluti0n.com/rayedit.git/atom?h=master</id>
<link rel='self' href='http://git.dilluti0n.com/rayedit.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/'/>
<updated>2026-07-16T16:20:17Z</updated>
<entry>
<title>Fix compiler warning</title>
<updated>2026-07-16T16:20:17Z</updated>
<author>
<name>dilluti0n</name>
<email>hskim@dilluti0n.com</email>
</author>
<published>2026-07-16T16:20:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=b88fc8c140cd8ed4b856f3cafcad839a7e27c5d1'/>
<id>urn:sha1:b88fc8c140cd8ed4b856f3cafcad839a7e27c5d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor: redefinition on redr.h</title>
<updated>2025-06-01T11:51:20Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-06-01T11:51:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=5f8b3722f29867a87eea5717421b03c80c6f4d8f'/>
<id>urn:sha1:5f8b3722f29867a87eea5717421b03c80c6f4d8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: introduce view.c; ui drawing abstraction layer</title>
<updated>2025-06-01T09:30:13Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-06-01T09:24:35Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=626845736af8601dd31c312a738f8b23537af260'/>
<id>urn:sha1:626845736af8601dd31c312a738f8b23537af260</id>
<content type='text'>
This patch extracts the drawing logic from redr_raylib.c and moves it
into a new abstraction layer in view.c, introducing a tree-based view
system for UI rendering.

- view.c defines a hierarchical 'view' structure with polymorphic draw methods.
- root and ed_buf views are implemented as a proof of concept.
- redr.c (via redr.h) now exposes only backend rendering primitives (text, clear, measure).
- main.c is updated to instantiate and draw the view tree.

This separation clarifies the responsibilities between layout (view)
and rendering (redr) and prepares the system for future UI extensions
such as nested panels, split views, and overlays.
</content>
</entry>
<entry>
<title>refactor: abstract input/rendering modules from main routine</title>
<updated>2025-05-27T15:58:16Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-05-27T15:58:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=1fecff5e4206c5eff3bad68ad799ed19f302adc9'/>
<id>urn:sha1:1fecff5e4206c5eff3bad68ad799ed19f302adc9</id>
<content type='text'>
This fetch moves raylib-specific logics to redr_raylib.c and
input_raylib.c from main routine. Each apis are defined in redr.h and
input.h respectively.
</content>
</entry>
</feed>
