Timeline
09/14/06:
- 23:26 Changeset [dd5f204f879e3bc7b0fc9b682ea855c7dd499601] by
- Allow specifying * instead of any of the MENU COLOR fields.
- 22:35 Changeset [9b41f832015ec8cf77c471e091237e97af397818] by
- Add sample splash image
- 21:43 Changeset [c282957e1ab8c23d881c93f54e478b051896c721] by
- Default background; skip background if VESA is uninitialized
- 21:43 Changeset [f97a0cfda277f0651d7cc2d59733c81796b7cc89] by
- Clean up cursor during initialization
- 21:17 Changeset [a5147010cc5f56bfa218654768988d6b50ba4174] by
- Properly support 16, 24 and 32-bit modes; now working properly.
- 21:16 Changeset [95f2a1f57721a15dc1ef26024577321938834451] by
- Fix dependency checking for sys/vesa
- 19:01 Changeset [36f297e0d286bc34ab638fe7204f62369c00cb11] by
- Replace memcpy() with a routine written in assembly which minimizes stores
09/13/06:
- 20:37 Changeset [ea13d36710bcb5a4502fe2281528665ee5ac61cd] by
- Beginnings of supporting multiple pixel formats
- 18:59 Changeset [229a3a08016d601585a79856d8bae6d59852bfa4] by
- fmtpixel.h: cleanups and performance improvements
- 18:51 Changeset [0fe0cfabd1847801ae6e6b1e82aa6c0c0430fc77] by
- Code to deal with multiple pixel formats
- 04:13 Changeset [3ddcad33721f202a47247f3355754c29cd2876a8] by
- For SOH codes, always issue a leading zero reset
- 04:09 Changeset [02fad14dc983930faeea0760c2d175441dad52cf] by
- Document new selection programs.
- 04:08 Changeset [46ac402a1aa14849480db22edb22e22a2dd7465b] by
- Merge with 3.2x branch Conflicts: com32/modules/Makefile
- 04:06 Changeset [c1b0bb65b97cde99e4a7be101fa4033833d17243] by
- Introducing a new com32 module to parse pci devices/buses The pcitest …
- 04:05 Changeset [7d5d2f9bb363f95db585092f43fe5a1eefe588f1] by
- Before this fix, the cpu flags were shifted (cherry picked from …
- 04:01 Changeset [888a4166d68822eb6fa2712cb9accd3632ac743c] by
- initvesa: don't trust the BIOS when it says tty is supported For too many …
- 03:58 Changeset [0fdf30000768ddb52bf2d0a5f0869e7b5262960c] by
- ansi: actually enable/disable the menu as required.
- 03:50 Changeset [39f4d1b9d435ed1dd033688509f92aeca235a95f] by
- vesainfo: program to dump all VESA modes
- 03:50 Changeset [945c3ef306e89e08798e99fe800406bf89d16ab8] by
- com32/ansicon: actually mode the cursor…
- 03:03 Changeset [f12313f310db53a9d85df09acb0ca045849d2205] by
- Remove VESA demo and function used only by it
- 00:42 Changeset [827de355148a6dae20c76e1cfb23fa0d8cd57149] by
- vesacon: if mode set failed, assume screen is unchanged
- 00:40 Changeset [d570321676564b3247fbd3036f18bbda4ae4fbcd] by
- vesacon: stub out debugging function
- 00:39 Changeset [247ccfe8b2c0b021c13ad600548282cddaabea62] by
- vesacon: if a custom font is loaded, use it instead of the BIOS font
- 00:06 Changeset [b90182528d6d9a64d0eae7e3876d629fd3a596d2] by
- Implement fallback from vesacon to ansicon
09/12/06:
- 05:10 Changeset [9ac07bc4aad3c52a63c2c1063cc7fde9d103fcf4] by
- Cursor support for vesacon
09/11/06:
- 01:03 Changeset [146c0ce9b8f15b77c9a215cc65bad0edebb789a6] by
- Factor out the ANSI engine from the ANSI and VESA consoles In preparation …
09/06/06:
- 05:38 Changeset [45a3462f838d9d7348dfbede9a8edff1ebb21ad3] by
- Documentation for the graphical menu system
- 05:23 Changeset [1cf09510f935de5668380cf5c8ac9a1071130f1e] by
- Document graphical console
- 00:07 Changeset [741f492bfe7c9846d58c4f674d9d11ca0a18acf6] by
- No need to bzero .bss memory
- 00:06 Changeset [23f602a07a570de8a3a356b6b156fe036c38ab27] by
- Augment tinyjpeg so that we can decode straight into the buffer; clear the …
09/05/06:
- 23:26 Changeset [0cd5e05574453627bc9d5fba7bb9c6a6b2d3dd22] by
- Set saner limits, since tinyjpeg will actually decode the whole image
- 23:18 Changeset [ef056e0b4ef526540bbbb6a1d58e2e26182d8295] by
- Default to black screen; draw a JPEG background correctly.
- 23:18 Changeset [7bad5e30a928e81db7537f281c43d30726cb47c1] by
- Correct the memory layout for the BGRA32 color space
- 22:46 Changeset [9b5f55b2369d4cc19ef8038c752716d40ba77961] by
- Merge with 3.2x branch Conflicts: com32/modules/Makefile …
- 20:53 Changeset [1f675cf4298e2cb5dd5bc3be2c3649ac81d4fac6] by
- Adding a new com32 module to handle cpu information From : Erwan Velu …
- 20:50 Changeset [329e23c16d0f3ecd4062ec715fbe047bf85f8976] by
- Simple menu system updates Hi, I'm attaching a patch to Syslinux dealing …
- 19:12 Changeset [b0c34bee7c04f16fe9be821324a97f97a03b3ae1] by
- Add support for decoding JPEG images as well as PNG
- 18:12 Changeset [9fa728d60c73615041719cfc000c0e7426b2692e] by
- tinyjpeg: add rgba32 and bgra32 formats
- 18:04 Changeset [6eecf1d470027b8af4a24e7e20a278b8aca95abc] by
- Factor tinyjpeg out by colorspace, so we don't pull in everything
09/02/06:
- 17:27 Changeset [fdb9307fb79e715350a87fc70e13149790413baa] by
- Fix typo in Makefile rule
- 04:55 Changeset [6124926122f979e85aba8beb27a2d76d7edadc3a] by
- Add tiny JPEG decoder library
09/01/06:
- 08:20 Changeset [743ac8f1721cef695e1393f8bc76ccdb62445762] by
- Lots of fixes to make the graphical menu actually work.
- 05:00 Changeset [2facad3d8802ccc83bcfee902782a63ddf848bce] by
- Color table handling for the VESA console
- 04:58 Changeset [93f18bd21e223e18bc1384afe408e4d72c77938d] by
- state -> st.state
- 04:52 Changeset [01f154bae839e37bfb7090eb90fb660a2639f954] by
- ansicon support for SOH # color table handling
- 04:52 Changeset [3926b5fd360146a3eebc4baccf60df221ffb3fed] by
- Don't bother writing out the trailing byte of an invalid SOH # sequence.
- 04:41 Changeset [79ee7f9374141e4a27ff99a592343c2c5e9b4e07] by
- Serial port output with color table string injection.
- 04:40 Changeset [8a49fdbc9ffee45eaf4807af315e683eb7477ee1] by
- Whitespace cleanup
- 04:39 Changeset [b79befe0c5a42d8e128dff4472acb8eedfd6adfd] by
- Whitespace cleanup
- 04:39 Changeset [8aea55ccc1e7835559b7ac54dcb4d082f14211b4] by
- Whitespace cleanup
- 03:41 Changeset [cce34512a098159fc6e55509dd1633baa1c0b60e] by
- Beginnings of a color theme manager; unify vesamenu and ansimenu
08/31/06:
- 22:59 Changeset [513522e8d2728e1bc0653fcd7137c8542ac19b58] by
- Shading fix
- 22:48 Changeset [6f00093c652fdbf1c9679100cc21906314b2a859] by
- More work on actual VESA console and menu. Shadowing still doesn't work …
- 18:35 Changeset [0c04c3635c840e8959705900a89c072cb42a5864] by
- Explicitly initialize on open instead of initializing via constructor; …
08/30/06:
- 23:34 Changeset [30bf0e1f5a912ea44d19e314fbc747bb15e40606] by
- Better test of alpha blending (holy crap, it works!)
- 23:34 Changeset [32609c088fc52285bb567a0b57445dc2e1e0a6e2] by
- Actually blend the proper colors…
- 23:03 Changeset [23795d290ed8026150c5634dd31db030771ac53a] by
- More sophisticated alpha blending; comment out background call ATM
- 20:12 Changeset [dd84dc52d32dacbda4b183d5e36f4c90bfe186b9] by
- This branch is now targetted toward version 3.21
08/28/06:
- 19:15 Changeset [7843b240080ab04f9b0d56c8ee5b7f3271b9c94f] by
- Add alpha-blending function in preparation for proper RGBA text.
- 09:46 Changeset [72fd5d37e68617c3bdd7aff56f519a1e5c9d8817] by
- Test program for the VESA code
- 09:45 Changeset [e3f74a218f641d6d17d3241b271dc70320b8a979] by
- Include file updates
- 09:40 Changeset [ca2232343b4a9d919710d96ee84e16e948869992] by
- Add routine to initialize and test for the FPU.
- 09:10 Changeset [2d944271feb763beebd525c514863e7ff955e765] by
- Add strtod() function, needed by libpng
- 08:50 Changeset [3f31b9852c313b6b9a670e9c202a7fb339e5d448] by
- Work on getting libpng to actually do something useful…
- 07:28 Changeset [185b1c3a6c1f3ba8566507f1d8fe555480495a9c] by
- More work on VESA graphical console support
08/27/06:
- 23:04 Changeset [b76cbd9c17c8001bdba243dffe6df0199b2cf049] by
- More work on the VESA graphics console
08/26/06:
- 18:14 Changeset [a9d5646f3018b47c5f01a5c2428bc0c7a4877649] by
- Move Makefile.secret to the release directory
- 00:25 Changeset [d377f40ddab584334afa781d3d17646e4a3c5a17] by
- This branch is targetted at SYSLINUX 3.30
- 00:18 Changeset [8d11f00b6a2e57b4063683601f0ad24b566eabbd] by
- Beginning of a VESA graphical console driver
- 00:16 Changeset [9a05eeb88d20f3f3713ed9af0ef3d15c5d334c52] by
- Support sending information from the comboot module to the syslinux core …
08/25/06:
- 05:22 Changeset [7642960212dfd1e18e2dbea65f30d7d186e5ff0b] by
- We actually need klibc-1.4.27 or later…
- 05:18 Changeset [6582bed72ada9ff9154c463c6cd6393d3548b282] by
- extlinux: when compiling against klibc, use atexit() to clean up the …
- 05:06 Changeset [a7179414798e28720e25d4a1346a765a521c4fbe] by
- extlinux: when building for klibc, mknod() needs to be a block device
- 04:45 Changeset [0378a4489558176f40eddbd070d90a08eacece02] by
- We need klibc-1.4.26 for getopt_long() to actually work.
- 04:17 Changeset [cb1525aaea9d94eb67ae4a6d6e8a0bfaf636214c] by
- Print a usage message when we get an invalid option
- 04:04 Changeset [3c6c02ff57e3f2fd72a7ec41d8bfbf14290a7adc] by
- Support building extlinux with klibc
08/22/06:
- 00:46 Changeset [131a731d4370f69ee79e16dcafd650021b324ea2] by
- PXELINUX: Print an error message if the config file is not found
- 00:29 Changeset [0fb90210669c7f44336cd76935c7ee1a3579ce18] by
- Fix typo
- 00:28 Changeset [d1cb6d7815f5f1606a5bf819d4b4ed56ec9d2ffe] by
- In kaboom, use standard macro for resetting the stack where applicable
- 00:10 Changeset [abd0e0be791f9c2b19481001c069e41b8bb46020] by
- Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git
- 00:10 Changeset [f8c092bd1435421518dd8a7922b5d89e5ed8576e] by
- Modularize the pause bird function; don't print dots for bootsects and …
08/18/06:
- 02:40 Changeset [481db1b5e161ae9af4aed1103de20a61ccb82335] by
- Document CD boot sector fix.
- 02:38 Changeset [22041405ecbd74d046ce5a29c3f57f49f0b598bf] by
- Comment fix.
- 02:38 Changeset [3cd4be7cb586507d6ad9f5a9cfc3544977f6152e] by
- Fix stack clobber when loading CD boot sectors.
08/17/06:
- 23:17 Changeset [417fd5c59cf7907a95cc45b65c69a748a980fea7] by
- More cleanup of comboot exit code
- 22:39 Changeset [20ceb4162ee177562cf4fd4d3fed9a5770a0fab1] by
- Fix directory name
- 22:38 Changeset [4a15088324439c4c224b841117848782bbb4f7f3] by
- Target to upload a prerelease
- 22:32 Changeset [50cfc138c9de5012848006141e5a916afc074350] by
- Merge with git+ssh://master.kernel.org/pub/scm/boot/syslinux/syslinux.git
- 22:32 Changeset [d8e0c5eb1d7052aa6b58a31809800dd79e95d179] by
- Remove more CVS-era $Id$ tags.
- 22:26 Changeset [a14b41f3e9d96c5a36901d94f9a3474a23a698aa] by
- Better describe what this macro does (comment fix.)
- 22:19 Changeset [243a8f70d28ac922df7855301496727a743ab469] by
- Clean up the reset stack macro further; incorporate segment reset as well …
- 22:13 Changeset [fce3daf690aac2e42b067f8d3eba9285bf4b4dc9] by
- Remove obsolete code
- 22:00 Changeset [1450ab11b6f09bb35dc3e9419a3a1e4dc9b9dfe6] by
- The RESET_STACK change broke SYSLINUX & EXTLINUX. Fix.
- 21:30 Changeset [42b6c1d14f13b42a3478de9cdd4fc3c976d6d895] by
- Add header file missing since prior checkin
- 21:26 Changeset [4604b77ad1d301d2f0a571ea3376c38f5b990813] by
- Remove CVS-era $Id$ tags.
- 21:25 Changeset [05b58a2d995773794bb724293f9e52583545fa81] by
- Document stack overflow issue.
- 21:24 Changeset [5f7ba5958af6985fdb7b1f1d86c92691786544a1] by
- When exiting a COMBOOT/COM32 module, reset the stack instead of saving and …
- 21:21 Changeset [ff17500411ecf1fe1697e3d6f114e14b4da4ba60] by
- COM32 module from Erwan Velu to automate loading based on DMI records.
08/15/06:
- 05:26 Changeset [f92da517e2dc7f6a9a0971425bb8bdfefea20142] by
- Stealth whitespace cleanup
- 05:25 Changeset [1442feb3e09f6752a58191b4630a76e3051bca60] by
- Adding a com32 module to handle DMI From : Erwan Velu …
Note: See TracTimeline
for information about the timeline view.
