Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
7739 1512 d 18 h leency /programs/cmm/ WebView 1.83:
- hack to show all text on the page, even if Y>32000
- open urls with #tag in the end
- fix page open for some cases
 
/programs/cmm/browser/WebView.c
/programs/cmm/browser/history.h
/programs/cmm/lib/draw_buf.h
7738 1514 d 18 h leency /programs/cmm/ WebView 1.82: dynamic realloc finally, working anchors again!  
/programs/cmm/TWB/anchors.h
/programs/cmm/TWB/TWB.c
/programs/cmm/browser/WebView.c
/programs/cmm/lib/collection.h
/programs/cmm/lib/draw_buf.h
7737 1519 d 17 h dunkaist /drivers/audio/ intel_hda: Add AMD RavenRidge vendor:device ids.

Also, set memory space bit in PCI Command register at initialization.
This enables sound at least on my laptop.
 
/drivers/audio/intel_hda/intel_hda.asm
/drivers/audio/sound.asm
7736 1520 d 19 h dunkaist /kernel/trunk/ kernel: Bring back XFS: v4 and v5 disk formats are supported now.

Read-only. Writing is not planned.
 
/kernel/trunk/unicode.inc
/kernel/trunk/fs/fs_lfn.inc
/kernel/trunk/fs/xfs.asm
/kernel/trunk/fs/xfs.inc
/kernel/trunk/kernel32.inc
7735 1525 d 6 h dunkaist /programs/develop/libraries/libs-dev/libimg/ libimg: tiff: Don't rely on EOI tag at the end of the strip.

Reference implementation (libtiff) has a workaround: precalculate data
size of the strip and don't rely on EOI tag of specific bit length.

This allow to read some invalid TIFF LZW images by my old scanner.
 
/programs/develop/libraries/libs-dev/libimg/libimg.asm
/programs/develop/libraries/libs-dev/libimg/tiff/tiff.asm
7734 1529 d 21 h dunkaist /kernel/trunk/boot/ kernel: Implement reboot via fixed Reset register in FADT table if available.

The code expects the register is in system_io space.
Other options are not implemented but it works on my computer (c).
 
/kernel/trunk/boot/shutdown.inc
7733 1530 d 15 h dunkaist /kernel/trunk/ kernel: Support more than one I/O APIC and 24 interrupts.  
/kernel/trunk/core/apic.inc
/kernel/trunk/core/irq.inc
/kernel/trunk/core/sys32.inc
/kernel/trunk/init.inc
/kernel/trunk/kernel.asm
7732 1530 d 15 h dunkaist /programs/system/pcidev/trunk/ pcidev: Increase the number of reported IRQs from 24 to 64.  
/programs/system/pcidev/trunk/PCIDEV.ASM
7731 1530 d 15 h dunkaist /kernel/trunk/boot/ uefi4kos: Increase the number of searched PCI buses.  
/kernel/trunk/boot/uefi4kos.asm
7730 1536 d 4 h leency / notes: fix hotkeys of editbox with the ctrl like copy|paste  
/data/rus/docs/guide/hardware_support.htm
/programs/cmm/notes/notes.c
7729 1540 d 10 h Alex2003 /kernel/trunk/docs/ Gone!  
/kernel/trunk/docs/KOS help ENG
7728 1540 d 10 h Alex2003 /kernel/trunk/docs/KOS help ENG/ Veryfiled  
/kernel/trunk/docs/KOS help ENG/combat.log
7727 1540 d 16 h dunkaist /kernel/trunk/ docs: Fix adjust_cache_size prototype: it takes userdata too.  
/kernel/trunk/blkdev/disk.inc
/kernel/trunk/docs/drivers_api.txt
7726 1541 d 18 h dunkaist /programs/media/kiv/trunk/ kiv: Fix canvas size calculation bug when pressing '=' twice.

Reported by Leency:
1. Open "Home.jpg" image in KIV.
2. Press '=' two or more times.
=> Each time image becomes smaller on the right bottom.
 
/programs/media/kiv/trunk/kiv.asm
7725 1541 d 20 h dunkaist /programs/system/calendar/trunk/ calendar: Fix typos in short day names (fixes #127).  
/programs/system/calendar/trunk/data.inc
7724 1541 d 20 h dunkaist /programs/system/calendar/trunk/ calendar: Fix week day calculation (resolve #127).

Note: qemu-system-i386 ... -rtc base="2020-02-02T23:59:45"
 
/programs/system/calendar/trunk/calendar.asm
7723 1544 d 16 h dunkaist /programs/demos/newton_fractal/ Add Newton fractal demo.

Accepts @ss parameter to run as a screen saver.

Written in UASM by 0CorErr.
Translated to FASM by dunkaist.
 
/programs/demos/newton_fractal
/programs/demos/newton_fractal/Tupfile.lua
/programs/demos/newton_fractal/newfract.asm
7722 1544 d 16 h dunkaist /kernel/trunk/docs/ docs: Fix typos in sysfunc?.txt.  
/kernel/trunk/docs/sysfuncr.txt
/kernel/trunk/docs/sysfuncs.txt
7721 1544 d 16 h dunkaist /kernel/trunk/ kernel: Move endofcode label after diff16 macro.

This is done so I could redefine diff16 macro to start .bss section
just before uninitialized data.
 
/kernel/trunk/data32.inc
7720 1550 d 23 h leency /programs/cmm/browser/ WebView 1.8d: replace Space symbol in URL by %20  
/programs/cmm/browser/WebView.c

Show All