Timeline



2024-09-14:

10:32 Changeset in mainline [1e221ec]master by Jiri Svoboda <jiri@…>
Fix bug in ui_window_send_minimize() This would crash terminal with …

2024-09-13:

15:15 ReleaseNotes/Mainline edited by Jiri Svoboda
Terminal scrollback and resize (diff)
15:13 Ticket #719 (Terminal resizing and scrolling) updated by Jiri Svoboda
Milestone changed
15:06 Changeset in mainline [3d588be] by Jiri Svoboda <jiri@…>
GFXDemo needs better textmode detection
14:43 Changeset in mainline [4c2339b] by Jiri Svoboda <jiri@…>
Bright should not be applied to background color.

2024-09-12:

14:29 Ticket #631 (printf("%f", 768.0) results in "770") updated by Jiří Zárevúcky
Component, Owner, Status, Summary changed
Never gotten to fixing this, but it's definitely a printf() issue.
14:18 Ticket #719 (Terminal resizing and scrolling) closed by Jiří Zárevúcky
fixed: Resizing and basic scrolling using PgUp/PgDown implemented via …
13:14 Changeset in mainline [899bdfd] by Jiří Zárevúcky <zarevucky.jiri@…>
Terminal scrolling and resizing support
12:35 Changeset in mainline [dd50aa19] by Jiří Zárevúcky <zarevucky.jiri@…>
Allocation function tweaks - Add reallocarray() from POSIX 2024 for …
12:35 Changeset in mainline [2ee6351] by Jiří Zárevúcky <zarevucky.jiri@…>
Remove unused/undocumented sx, sy arguments
12:35 Changeset in mainline [9c40b834] by Jiří Zárevúcky <zarevucky.jiri@…>
Add test for ticket #631
12:10 Changeset in mainline [de4f165] by Jiří Zárevúcky <zarevucky.jiri@…>
Unbreak build for 32b architectures

2024-09-11:

08:27 Ticket #873 (Libinet inetfaces should not contain hidden state) created by Jiri Svoboda
Libinet's interfaces dhcp.h, dnsr.h, inet.h, inetcfg.h and inetping.h …

2024-09-09:

05:20 Changeset in mainline [e132103b] by GitHub <noreply@…>
Merge 8a9a41e01a710f4ef36a33613b89d0973f674280 into …
05:20 Changeset in mainline [47bfcfb] by GitHub <noreply@…>
Merge 2a0c827c42eafb070de3bbe3c98a1d8a2b77d719 into …
05:20 Changeset in mainline [430442d] by GitHub <noreply@…>
Merge 9a664b6dd10624fd8da3c9a74ecc75ab40ba4863 into …

2024-09-07:

18:35 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent volume configuration (diff)
18:33 Changeset in mainline [ca127f37] by Jiri Svoboda <jiri@…>
Persist volume configuration
14:09 Changeset in mainline [e90019d] by Jiri Svoboda <jiri@…>
Skip missing devices when loading seat configuration.

2024-09-05:

13:55 Changeset in mainline [aba2d04] by Jakub Jermář <jakub@…>
Upgrade to QEMU 9.1.0

2024-08-23:

20:29 Changeset in mainline [e82b37e] by Jiri Svoboda <jiri@…>
Fix decoding of changed MAC address.
19:59 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent taskmon configuration (diff)
19:57 Changeset in mainline [dbae3b6] by Jiri Svoboda <jiri@…>
Persistently store taskmon configuration.
18:17 Changeset in mainline [4af6fb1] by Jiri Svoboda <jiri@…>
Remove forgotten debug messages
18:04 ReleaseNotes/Mainline edited by Jiri Svoboda
Persistent display/seat configuration (diff)
18:02 Changeset in mainline [9546146] by Jiri Svoboda <jiri@…>
Persistently store display/seat configuration.

2024-08-22:

20:46 Changeset in mainline [ca95ccd] by Jiri Svoboda <jiri@…>
Fix file closing, volume config sync.
16:52 Changeset in mainline [cde067e] by Jiri Svoboda <jiri@…>
Add UI window callback that is called when window is resized.
13:08 Changeset in mainline [69d4aba] by Jiří Zárevúcky <zarevucky.jiri@…>
libgfximage: Fix integer multiplication overflow in TGA parser
13:03 Changeset in mainline [7268bf1] by Jiří Zárevúcky <zarevucky.jiri@…>
libc/test/string.c: Add GCC diagnostic category to ignore
13:02 Changeset in mainline [4c25f86b] by Jiří Zárevúcky <zarevucky.jiri@…>
viewer: Fix deallocation loop
13:01 Changeset in mainline [c06bd5e] by Jiří Zárevúcky <zarevucky.jiri@…>
init: Add missing NULL terminator in directory list
12:58 Changeset in mainline [b889a64] by Jiří Zárevúcky <zarevucky.jiri@…>
Fix typo in comment
12:48 Changeset in mainline [5b110a9] by Martin Decky <martin@…>
pkg: Temporarily use an IPv4-only hostname Use an IPv4-only hostname …

2024-08-21:

20:03 Changeset in mainline [14b2ac7] by Martin Decky <martin@…>
Change relevant URLs from HTTP to HTTPS The helenos.org web site …
16:52 Changeset in mainline [f8cb1bc5] by Martin Decky <martin@…>
Make the syntax help more useful Use an URL that is guaranteed to …

2024-08-20:

23:47 ReleaseNotes/Mainline edited by Jiri Svoboda
SIF storage format (diff)
23:43 Changeset in mainline [ac9b4f2] by Jiri Svoboda <jiri@…>
Change SIF storage format to be more XML-like While slightly more …
22:12 ReleaseNotes/Mainline edited by Jiri Svoboda
SIF, contacts (diff)
22:07 Changeset in mainline [bff8619] by Jiri Svoboda <jiri@…>
Simplify SIF interface, remove contacts Remove transactions, move to …
10:39 Changeset in mainline [a3ba37d] by GitHub <noreply@…>
ata_channel_destroy(): unlock channel mutex after error See pull …
10:28 Changeset in mainline [53bff11] by GitHub <noreply@…>
vbd: free disk service name on disk remove See pull request …

2024-08-17:

19:40 Ticket #719 (Terminal resizing and scrolling) updated by Jiří Zárevúcky
Status, Owner changed
Shame to waste this nice project for potential newcomers, but I really …
18:04 Ticket #631 (printf("%f", 768.0) results in "770") updated by Jiří Zárevúcky
Owner, Status changed

2024-08-12:

20:49 Changeset in mainline [3d2d455b] by Miroslav Cimerman <mc@…>
ata_channel_destroy(): unlock channel mutex after error
20:22 Changeset in mainline [ddfe233] by Miroslav Cimerman <mc@…>
vbd: free disk service name on disk remove

2024-08-10:

20:27 Changeset in mainline [a11679cf] by GitHub <noreply@…>
Merge e1fc596c2780d92d26b2da4c649020dc1b195174 into …

2024-07-25:

20:09 Changeset in mainline [5b6081f] by GitHub <noreply@…>
Merge e9c163920855901461396bd1009584b897c18dd0 into …

2024-07-24:

10:49 Ticket #859 (Build with Detailed kernel logging enabled fails) closed by Jiri Svoboda
fixed: Fixed by MaaSTaaR in changeset …
10:47 ReleaseNotes/Mainline edited by Jiri Svoboda
Config file persistence (diff)
10:33 Changeset in mainline [04e520e] by Jiri Svoboda <jiri@…>
Config file persistence Copy /cfg to /w/cfg when installing and when …

2024-07-22:

20:45 Changeset in mainline [145d4e2e] by Jiri Svoboda <jiri@…>
Add doxygen group definition and minimal unit tests to libata

2024-07-21:

21:15 Changeset in mainline [48b8928] by Jiri Svoboda <jiri@…>
Prevent failure when deleting a partition that is not mounted.

2024-07-19:

16:16 ReleaseNotes/Mainline edited by Jiri Svoboda
File/New FIle/Open (diff)
16:13 Changeset in mainline [f32f89a] by Jiri Svoboda <jiri@…>
Fix format specifiers not correct for 32-bit
16:13 Changeset in mainline [994f87b] by Jiri Svoboda <jiri@…>
Add File/New and File/Open to text editor Change repeat search …

2024-07-12:

10:12 Ticket #872 (System is very slow in VirtualBox with more than 1 CPU) created by Jiri Svoboda
MaaSTaaR found out that when you run HelenOS in VirtualBox and you …

2024-07-11:

11:29 Changeset in mainline [705b65ea] by Jiri Svoboda <jiri@…>
Do not automatically mount floppy. Reduce driver verbosity.
Note: See TracTimeline for information about the timeline view.