summaryrefslogtreecommitdiff
path: root/cgps.c
Commit message (Expand)AuthorAgeFilesLines
* fix displayChris Kuethe2009-06-231-4/+4
* change the signal strength member to float.Chris Kuethe2009-06-221-4/+4
* Don't allow negative values when calculating magnetic headings.Jeff Francis2009-05-291-17/+26
* Added man page for lcdgps.Jeff Francis2009-03-181-0/+1
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-0/+1
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-26/+7
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-1/+1
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-0/+2
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+4
* cast this float to int since we're printing it as intChris Kuethe2008-09-101-1/+1
* This value is out of the realm of believability... Jeff Francis2008-08-291-1/+1
* Add the option of displaying calculated magnetic heading rather thanJeff Francis2008-08-151-3/+59
* splint cleanup.Eric S. Raymond2007-12-131-40/+42
* Fix patch for update_compass_panel() by Petr Slansky.Eric S. Raymond2007-12-121-55/+56
* A bit of refactoring.Eric S. Raymond2007-12-121-5/+3
* Fix patch from Petr Slansky.Eric S. Raymond2007-12-111-28/+23
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-2/+2
* More splint cleanup.Eric S. Raymond2007-12-051-0/+2
* slightly refactor cgps to move the window setup code. unless jeff beatsChris Kuethe2007-10-151-146/+150
* whitespace cleanupChris Kuethe2007-10-151-80/+80
* POSIX says getmaxyx is already (void).Chris Kuethe2007-03-271-1/+1
* Removed the entire title line. Jeff Francis2007-01-241-38/+11
* a better way to use ncurses, if you've got it.Chris Kuethe2006-12-151-2/+6
* Typo. 'dgps' is not the same as 'gpsd'...Jeff Francis2006-12-041-1/+1
* Added error estimate fields back into cgps per ESR's request.Jeff Francis2006-11-211-41/+54
* When the display is 80x24, don't display the title line...Jeff Francis2006-11-141-1/+1
* Zero the private drive storage at device-activate time...Eric S. Raymond2006-11-131-3/+3
* Big cgps front end rewrite from Jeff Francis.Eric S. Raymond2006-11-121-152/+305
* Petry Slansky's patch to widen the subtype window a bit.Eric S. Raymond2006-11-111-3/+3
* Fix sat display for Garmins. Thanks to Jeff Francis.Gary E. Miller2006-11-101-34/+9
* Compiler-warning and splint cleanup.Eric S. Raymond2006-11-101-3/+5
* Updated cgps with support for device dependent behaviour.Chris Kuethe2006-11-071-80/+283
* Client code cleanup and simplification.Eric S. Raymond2006-10-301-17/+5
* cgps.c no longer needs to declare UNUSED. it's in gpsd_config.h now.Eric S. Raymond2006-10-291-7/+0
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+1
* Hush more compiler warningsChris Kuethe2006-10-261-3/+4
* Don't print floating point values without checking them for NaNChris Kuethe2006-10-211-3/+3
* Clear displayed fields a little better on loss of fix. From Petr SlanskyChris Kuethe2006-09-231-2/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-1/+1
* The -o option was removed.Chris Kuethe2006-09-131-1/+0
* Declare static some variables that don't need to be exported.Eric S. Raymond2006-09-081-4/+3
* New version that copes with >12 channels better, by Jeff Francis.Eric S. Raymond2006-09-081-360/+384
* Don't let cgps spin if read fails. Prompted by Petr Slansky on gpsd-dev.Chris Kuethe2006-09-041-1/+2
* Stelian Pop's cleanups for the J command.Eric S. Raymond2006-09-031-4/+0
* Declare prototypes for strlcpy.Eric S. Raymond2006-08-221-0/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-0/+2
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-4/+6
* Enable 'j' command in cgps.Eric S. Raymond2006-08-181-0/+16
* Eliminate -v option.Eric S. Raymond2006-06-181-5/+4
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-2/+1