Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split eph into epx and epy internally... | Eric S. Raymond | 2009-09-03 | 1 | -2/+9 |
| | | | | | | ...but still report eph by re-mixing them in the JSON dumper. This was worth doing because all regression tests still pass, showing that visible behavior for old-protocol users gas not changed. | ||||
* | Banish some compiler warnings. | Eric S. Raymond | 2009-08-27 | 1 | -1/+0 |
| | |||||
* | Fix an implicit-declaration glitch. | Eric S. Raymond | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | Add gps_errstr() to the client API so client code doesn't have to | Eric S. Raymond | 2009-08-26 | 1 | -10/+1 |
| | | | | reinvent it all the time. Use it in gpsmon. | ||||
* | fix display | Chris Kuethe | 2009-06-23 | 1 | -4/+4 |
| | |||||
* | change the signal strength member to float. | Chris Kuethe | 2009-06-22 | 1 | -4/+4 |
| | | | | | | it can store all integer values we're likely to see, plus the floating point values that some protocols use in their raw measurement messages. regression tests still pass. | ||||
* | Don't allow negative values when calculating magnetic headings. | Jeff Francis | 2009-05-29 | 1 | -17/+26 |
| | |||||
* | Added man page for lcdgps. | Jeff Francis | 2009-03-18 | 1 | -0/+1 |
| | | | | Documented pre-existing '-j' flags for cgps and lcdgps. | ||||
* | Introduce gpsdclient.h header, not shipped. | Eric S. Raymond | 2009-03-02 | 1 | -0/+1 |
| | | | | So we can move stuff used internally by GPSD clients out of gps.h. | ||||
* | Standardized parsing of server:port:device client arguments. | Eric S. Raymond | 2009-02-25 | 1 | -26/+7 |
| | |||||
* | Splint cleanup. All regression tests pass. | Eric S. Raymond | 2009-01-21 | 1 | -1/+1 |
| | |||||
* | Splint cleanup and removal of some unneeded headers. | Eric S. Raymond | 2009-01-21 | 1 | -0/+2 |
| | |||||
* | This diff goes most of the way to getting us splint-clean again. | Eric S. Raymond | 2009-01-05 | 1 | -1/+4 |
| | |||||
* | cast this float to int since we're printing it as int | Chris Kuethe | 2008-09-10 | 1 | -1/+1 |
| | |||||
* | This value is out of the realm of believability... | Jeff Francis | 2008-08-29 | 1 | -1/+1 |
| | | | | | ...by an order of magnitude already, no point in pretending it's accurate to sub-degree levels. | ||||
* | Add the option of displaying calculated magnetic heading rather than | Jeff Francis | 2008-08-15 | 1 | -3/+59 |
| | | | | true heading. Calculations taken from the Aviation Formulary v1.43. | ||||
* | splint cleanup. | Eric S. Raymond | 2007-12-13 | 1 | -40/+42 |
| | |||||
* | Fix patch for update_compass_panel() by Petr Slansky. | Eric S. Raymond | 2007-12-12 | 1 | -55/+56 |
| | |||||
* | A bit of refactoring. | Eric S. Raymond | 2007-12-12 | 1 | -5/+3 |
| | |||||
* | Fix patch from Petr Slansky. | Eric S. Raymond | 2007-12-11 | 1 | -28/+23 |
| | |||||
* | Fix to time conversion by Petr Slansky; passes all stable regressions. | Eric S. Raymond | 2007-12-11 | 1 | -2/+2 |
| | | | | Also, change a formal from int to size_t appropriately. | ||||
* | More splint cleanup. | Eric S. Raymond | 2007-12-05 | 1 | -0/+2 |
| | |||||
* | slightly refactor cgps to move the window setup code. unless jeff beats | Chris Kuethe | 2007-10-15 | 1 | -146/+150 |
| | | | | me to it, i will eventually make cgps cope with window size changes. | ||||
* | whitespace cleanup | Chris Kuethe | 2007-10-15 | 1 | -80/+80 |
| | |||||
* | POSIX says getmaxyx is already (void). | Chris Kuethe | 2007-03-27 | 1 | -1/+1 |
| | | | | | http://www.opengroup.org/onlinepubs/007908799/xcurses/getmaxyx.html >From Greg Troxel | ||||
* | Removed the entire title line. | Jeff Francis | 2007-01-24 | 1 | -38/+11 |
| | | | | | | Of little value, just takes up valuable screen real estate. First in a long line of new cgps tweaks, now that I have some hacking time again... | ||||
* | a better way to use ncurses, if you've got it. | Chris Kuethe | 2006-12-15 | 1 | -2/+6 |
| | |||||
* | Typo. 'dgps' is not the same as 'gpsd'... | Jeff Francis | 2006-12-04 | 1 | -1/+1 |
| | |||||
* | Added error estimate fields back into cgps per ESR's request. | Jeff Francis | 2006-11-21 | 1 | -41/+54 |
| | | | | | | Made them "discardable" based on window size (ie, these fields are not taken into account when calculating minimum window size, and are silently thrown out if the window is not big enough to display them). | ||||
* | When the display is 80x24, don't display the title line... | Jeff Francis | 2006-11-14 | 1 | -1/+1 |
| | | | | | ...allowing two lines of scrolling raw data. Short-term fix for the bigger problem of balancing satellite display vs. raw data display. | ||||
* | Zero the private drive storage at device-activate time... | Eric S. Raymond | 2006-11-13 | 1 | -3/+3 |
| | | | | ...so we don't see stale data. Also, some splint cleanup. | ||||
* | Big cgps front end rewrite from Jeff Francis. | Eric S. Raymond | 2006-11-12 | 1 | -152/+305 |
| | |||||
* | Petry Slansky's patch to widen the subtype window a bit. | Eric S. Raymond | 2006-11-11 | 1 | -3/+3 |
| | |||||
* | Fix sat display for Garmins. Thanks to Jeff Francis. | Gary E. Miller | 2006-11-10 | 1 | -34/+9 |
| | |||||
* | Compiler-warning and splint cleanup. | Eric S. Raymond | 2006-11-10 | 1 | -3/+5 |
| | |||||
* | Updated cgps with support for device dependent behaviour. | Chris Kuethe | 2006-11-07 | 1 | -80/+283 |
| | | | | >From Jeff Francis, plus a couple of cleanups from me. | ||||
* | Client code cleanup and simplification. | Eric S. Raymond | 2006-10-30 | 1 | -17/+5 |
| | | | | | The new sprintf(3)-like behavior of gps_query() makes some things easier. Turn off smoothing in the xgps client by default. | ||||
* | cgps.c no longer needs to declare UNUSED. it's in gpsd_config.h now. | Eric S. Raymond | 2006-10-29 | 1 | -7/+0 |
| | |||||
* | Rename config.h so it can be installed as gpsd_config.h... | Chris Kuethe | 2006-10-26 | 1 | -1/+1 |
| | | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux | ||||
* | Hush more compiler warnings | Chris Kuethe | 2006-10-26 | 1 | -3/+4 |
| | |||||
* | Don't print floating point values without checking them for NaN | Chris Kuethe | 2006-10-21 | 1 | -3/+3 |
| | |||||
* | Clear displayed fields a little better on loss of fix. From Petr Slansky | Chris Kuethe | 2006-09-23 | 1 | -2/+2 |
| | |||||
* | Add subversion ID tags near the beginning of every file. | Chris Kuethe | 2006-09-21 | 1 | -1/+1 |
| | | | | First line where possible, second line for scripts called with #! | ||||
* | The -o option was removed. | Chris Kuethe | 2006-09-13 | 1 | -1/+0 |
| | |||||
* | Declare static some variables that don't need to be exported. | Eric S. Raymond | 2006-09-08 | 1 | -4/+3 |
| | |||||
* | New version that copes with >12 channels better, by Jeff Francis. | Eric S. Raymond | 2006-09-08 | 1 | -360/+384 |
| | |||||
* | Don't let cgps spin if read fails. Prompted by Petr Slansky on gpsd-dev. | Chris Kuethe | 2006-09-04 | 1 | -1/+2 |
| | |||||
* | Stelian Pop's cleanups for the J command. | Eric S. Raymond | 2006-09-03 | 1 | -4/+0 |
| | |||||
* | Declare prototypes for strlcpy. | Eric S. Raymond | 2006-08-22 | 1 | -0/+1 |
| | |||||
* | splint cleanup after CK's strcat()/strlcopy() cleanup. | Eric S. Raymond | 2006-08-20 | 1 | -0/+2 |
| |