Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
7738 1508 d 5 h leency /programs/cmm/ WebView 1.82: dynamic realloc finally, working anchors again!  
7735 1518 d 17 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.
 
7732 1524 d 1 h dunkaist /programs/system/pcidev/trunk/ pcidev: Increase the number of reported IRQs from 24 to 64.  
7730 1529 d 14 h leency / notes: fix hotkeys of editbox with the ctrl like copy|paste  
7726 1535 d 4 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.
 
7725 1535 d 6 h dunkaist /programs/system/calendar/trunk/ calendar: Fix typos in short day names (fixes #127).  
7724 1535 d 6 h dunkaist /programs/system/calendar/trunk/ calendar: Fix week day calculation (resolve #127).

Note: qemu-system-i386 ... -rtc base="2020-02-02T23:59:45"
 
7723 1538 d 3 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.
 
7720 1544 d 10 h leency /programs/cmm/browser/ WebView 1.8d: replace Space symbol in URL by %20  
7717 1569 d 19 h leency /programs/system/calendar/trunk/ update current date in the midnight  
7716 1571 d 8 h leency /programs/system/docpack/trunk/ fix build, thanks dunkaist  
7714 1571 d 9 h leency / move stack.txt from the local language folders into a single /kernel/docs/ folder  
7705 1612 d 7 h dunkaist /programs/develop/libraries/libs-dev/libini/ libini: Fix ini.del_section to not lose the last byte of a file.  
7704 1614 d 8 h dunkaist /programs/system/icon_new/ icon_new: Fix off-by-one bug in icon deletion.  
7703 1627 d 14 h IgorA /programs/network/netcfg/ add vendor 'Marvell Semiconductor Inc.'  
7702 1632 d 10 h leency /programs/cmm/c--/ Update C-- binaries  
7701 1632 d 11 h leency /programs/develop/cmm/ trying to fix build by reverting port.h  
7700 1632 d 11 h leency /programs/develop/cmm/ upload fixed verion by paulcodeman  
7698 1656 d 7 h dunkaist /programs/ libcrash: Sync with upstream.

* Add oneshot wrappers.
* Move tables to data section.
* Add/rename macros and fix their use in ssh.
 
7697 1656 d 7 h dunkaist /programs/ Copy /kernel/trunk/kglobals.inc to /programs directory.

Actually, copy and remove $Revision$ svn keyword.
Macros in this file are useful at least for libraries.
 
7696 1671 d 12 h akron1 /programs/develop/oberon07/ oberon07: update (v1.13)  
7694 1681 d 9 h akron1 /programs/develop/oberon07/Source/ delete old files  
7693 1681 d 9 h akron1 /programs/develop/oberon07/ update  
7686 1700 d 1 h leency / KosChess: move to appropriate place  
7685 1700 d 1 h leency / KosChess: upload to SVN, add to ISO  
7683 1702 d 18 h leency /programs/develop/mtdbg/ mtdbg: use bigger font by default  
7681 1713 d 11 h hidnplayr /programs/ fix typo  
7677 1714 d 13 h hidnplayr /programs/develop/mtdbg/ Less GUI magic, more GUI logic. It's now possible to compile with a larger font.  
7676 1715 d 9 h art_zh /programs/system/gmon/ fixed CPUID extended Family/Model detection for modern CPUs  
7675 1716 d 13 h hidnplayr /programs/develop/mtdbg/ clean up  
7674 1718 d 14 h IgorA /programs/develop/str_double/trunk/ clear code  
7673 1777 d 5 h dunkaist /programs/games/gomoku/trunk/ gomoku: Use 1-bit images instead of chars.  
7672 1777 d 5 h dunkaist /programs/ macros.inc: Allow mcall macro to set ebp register.  
7671 1781 d 10 h dunkaist /programs/develop/libraries/box_lib/trunk/ boxlib/progressbar: Fix imul overflow, use 32*32 mul.  
7670 1789 d 21 h leency / compress images by Andrey Oskin  
7669 1795 d 4 h dunkaist /programs/develop/cmm/ Add cmm to autobuild.  
7668 1795 d 5 h dunkaist /programs/develop/cmm/ cmm: Add dirname of the input file to include path.  
7667 1795 d 22 h akron1 /programs/develop/oberon07/ oberon07 compiler: bug fix  
7666 1796 d 4 h dunkaist /programs/develop/cmm/ cmm: Fix compilation under and for Linux.  
7665 1796 d 5 h dunkaist /programs/demos/spiral/ spiral demo: Replace P6 fcomip instruction with pre-P6 ones.