Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-02 | Ease required autotools version. Compatible with e.g. Ubuntu 8.10HEADmaster | bernie User | 1 | -1/+1 | |
2009-08-02 | Explicitly set channel before and after modeset. Resolved reported | kfou | 2 | -4/+6 | |
problems with certain displaylink devices. Future changes should remove channel related stuff entirely, if possible. | |||||
2009-06-13 | Clean up lsfr16 to not use static local var, etc. | libdlo | 1 | -10/+5 | |
2009-06-12 | Add path which uses direct video register sets (rather than tables) for ↵ | libdlo | 5 | -297/+441 | |
preferred EDID mode Useful also just as documentation of video registers. Warning: Not yet working in all cases, expect a few more git commits to refine. Verified to work on Mimo UM 710 and more recent DL chips. See failure on ASUS VW 223B. | |||||
2009-06-12 | Fix make check to run tests with bitmaps | libdlo | 1 | -17/+23 | |
2009-06-11 | Overdue bump of sub-minor version number | libdlo | 1 | -1/+1 | |
2009-06-09 | Restore claim_first_device as an option until device ownership is rationalized. | libdlo | 2 | -0/+53 | |
Keeps existing programs working, lets users play without having to configure, yet keeps claim_default_device deterministic for serious apps. Will likely be more shifts yet to come in how device ownership is handled, especially with the rise in importance of the kernel framebuffer driver. | |||||
2009-05-29 | Clean up those pesky newlines to ease patching, etc. | libdlo | 13 | -5355/+5355 | |
2009-05-28 | Equivalent for $DISPLAY | Phil Endecott | 2 | -37/+87 | |
index 12e6f33..1810cb5 100644 | |||||
2009-05-28 | Install the libraries in libdir. | Quentin Stafford-Fraser | 2 | -3/+3 | |
Does not yet handle proper placement of the static libs or test apps | |||||
2009-05-24 | Put missing mkdox.sh into EXTRA_DIST for the tarball | libdlo | 1 | -1/+2 | |
2009-05-24 | Fix buffer overflow in cmd_stripe24 | Quentin Stafford-Fraser | 1 | -0/+8 | |
Signed-off-by: Steve Revill <srevill@endurancetech.co.uk> | |||||
2009-05-22 | more .gitignore additions for a build tree. | Greg Kroah-Hartman | 3 | -0/+4 | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||||
2009-05-22 | test1.c: fix build error if libdlo is not yet installed on the machine | Greg Kroah-Hartman | 1 | -1/+1 | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||||
2009-05-22 | add autoconf files to the .gitignore file | Greg Kroah-Hartman | 1 | -0/+14 | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||||
2009-05-22 | added .gitignore file | Greg Kroah-Hartman | 1 | -0/+2 | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||||
2009-05-21 | [PATCH] make it easier for C++ code to use libdlo C interfaces. Patch from ↵ | libdlo | 1 | -0/+6 | |
Phil Endecott. See http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html | |||||
2009-05-14 | Remove out of date HowToBuild.txt file | libdlo | 1 | -362/+0 | |
2009-05-14 | Makefile updates | libdlo | 2 | -3/+2 | |
2009-05-14 | Remove some waits from test, and cause it to fail gracefully | libdlo | 1 | -8/+9 | |
if images files are not present (e.g. for make distcheck) | |||||
2009-05-14 | Make all DL auto-install and composite devices work | libdlo | 1 | -21/+28 | |
And make programs using libdlo that are run != sudo, fail gracefully | |||||
2009-05-14 | Add functions to detach kernel drivers (but not yet working properly) | libdlo | 1 | -5/+21 | |
2009-05-14 | Improve checking for libusb. Nice error messages when not found | libdlo | 1 | -1/+3 | |
2009-05-14 | Modify LDADD to match libusb sample | libdlo | 1 | -2/+1 | |
2009-05-14 | error.h wasn't needed, and wasn't present on all systems | libdlo | 1 | -1/+0 | |
2009-05-14 | For DL logo test, show viewport before rendering so it's visible | libdlo | 1 | -9/+9 | |
2009-05-13 | Version library | libdlo | 3 | -1/+25 | |
2009-05-13 | Update README to reflect autotools and include .PDF in dist | libdlo | 2 | -92/+21 | |
2009-05-13 | Tests not quite running correctly with make check yet, because images not found | libdlo | 3 | -3/+14 | |
2009-05-13 | Finish reorganizing test | libdlo | 6 | -1/+945 | |
2009-05-13 | Reorganize test directory to have all tests at top level | libdlo | 7 | -949/+4 | |
2009-05-13 | Repurpose maintainer-clean to get to clean autotools files | libdlo | 10 | -2325/+1113 | |
so changes that need to be committed via git are more clear. | |||||
2009-05-12 | overloaded maintainer-clean in evil way to require autogen.sh to be run after | libdlo | 6 | -0/+1267 | |
2009-05-11 | libdlo working with HP dock plugged in (but not working with dock iteself) | libdlo | 11 | -3/+2 | |
2009-05-10 | Pre-flight state | libdlo | 3 | -438/+24 | |
2009-05-10 | A few necessary files | libdlo | 4 | -0/+441 | |
2009-05-10 | Pre-configure test of all source files | libdlo | 31 | -0/+8498 | |