]> git.rkrishnan.org Git - pihpsdr.git/shortlog
pihpsdr.git
2023-11-28 Ramakrishnan... rewrite get_nr(), slightly better now but NR handling... vfo-changes
2023-11-27 Ramakrishnan... rigctl tcp server: better connection error handling
2023-11-27 Ramakrishnan... fix drawing of correct NR status, revisit this code
2023-11-27 Ramakrishnan... rigctl: in the tcp recv loop, print any error in recv...
2023-11-27 Ramakrishnan... rigctl: handle the ts-2000 TY command
2023-11-27 Ramakrishnan... slightly better code from dl1ycf's repo for non-blocking fd
2023-11-27 Ramakrishnan... vfo: more cleanup of display code
2023-11-22 Ramakrishnan... move drawing commands into a function
2023-11-22 Ramakrishnan... move vfo coordinates, colours etc into another file maint
2023-11-14 Ramakrishnan... use the definitions in screen.h to determine the click...
2023-11-14 Ramakrishnan... a few more font size magic numbers
2023-11-14 Ramakrishnan... convert all the magic numbers for buttons shown in...
2023-11-14 Ramakrishnan... remove magic numbers from NB/NR rendering
2023-11-14 Ramakrishnan... remove magic-numbers for RIT/XIT display
2023-11-14 Ramakrishnan... clang-format radio.c
2023-11-14 Ramakrishnan... more colour definitions and coordinate definitions
2023-11-13 Ramakrishnan... more magic numbers moved into screen.h
2023-11-12 Ramakrishnan... makefile: include the new screen.h file
2023-11-12 Ramakrishnan... misc formatting
2023-11-12 Ramakrishnan... vfo.c: missing screen.h inclusion
2023-11-12 Ramakrishnan... screen.h: work in progress to define colours and coordi...
2023-11-10 Ramakrishnan... move all screen dimensions and coordinates into a header
2023-11-10 Ramakrishnan... rigctl command table: rename indices to avoid a name...
2023-11-10 Ramakrishnan... fixes an overflow (for very large number of elements...
2023-11-09 Ramakrishnan... clang-format vfo.{c,h}
2023-11-09 Ramakrishnan... wip: new cat command parsing, not in use yet
2023-11-07 Ramakrishnan... rigctl: implement FR cat command to toggle between...
2023-11-06 Ramakrishnan... split: depending on mode, set vfo b up by 1kc or 5kc
2023-11-05 Ramakrishnan... rx_menu: fix memory leak introduced in 1ba053070
2023-11-05 Ramakrishnan... clang-format xvtr_menu.{c,h}
2023-11-05 Ramakrishnan... clang-format rigctl.c
2023-11-04 Ramakrishnan... bugfix: allocate memory before copying the device name select_audio_io
2023-11-04 Ramakrishnan... refactor the audio output toggling function
2023-11-04 Ramakrishnan... bugfix: do not cast output to combo box
2023-11-04 Ramakrishnan... try to invoke it without being able to bring up the...
2023-11-04 Ramakrishnan... toggle audio output via a rigctl command
2023-10-30 Ramakrishnan... Makefile: no need to build with NEW_NR_ALGORITHMS=1
2023-10-28 Ramakrishnan... agc: draw the mode correctly on the screen
2023-10-28 Ramakrishnan... bug: once agc value is changed, it needs to take effect
2023-10-28 Ramakrishnan... receiver: reformat an expression for easier readability
2023-10-22 Ramakrishnan... clang-format rx_menu.{c,h}
2023-10-22 Ramakrishnan... clang-format pulseaudio.c
2023-10-22 Ramakrishnan... audio_menu is not used anywhere, delete
2023-10-22 Ramakrishnan... clang-format -i audio.c
2023-10-22 Ramakrishnan... rigctl: revamp NR command handling
2023-10-22 Ramakrishnan... README: add a note on making dependencies as git submodules
2023-10-22 Ramakrishnan... README: update readme with installation instructions
2023-09-05 Ramakrishnan... select the right noise reduction functions from wdsp
2023-09-05 Ramakrishnan... Revert "Revert "rnnoise and specbleach are now linked...
2023-09-05 Ramakrishnan... Revert "rnnoise and specbleach are now linked to wdsp"
2023-09-04 Ramakrishnan... fix a bunch of compiler warnings
2023-08-09 Ramakrishnan... waterfall: a few todo items for performance
2023-07-30 Ramakrishnan... read vfo frequency only once per waterfall rendering
2023-07-29 Ramakrishnan... clang-format receiver.c
2023-07-29 Ramakrishnan... obtain display mutex while painting the pixbuf
2023-07-29 Ramakrishnan... move entire waterfall to the left or right when changin...
2023-07-29 Ramakrishnan... format waterfall.c with clang-format
2023-07-29 Ramakrishnan... clang-format config file
2023-07-29 Ramakrishnan... rnnoise and specbleach are now linked to wdsp
2023-07-29 Ramakrishnan... default value of LINK to CC
2023-07-15 Ramakrishnan... fix a couple of compiler warning
2023-07-15 Ramakrishnan... fix compiler warning on uninitialized variable
2023-07-15 Ramakrishnan... remove unused functions
2023-07-15 Ramakrishnan... remove unused variables etc
2023-07-13 Ramakrishnan... rigctld script
2023-07-13 Ramakrishnan... ignore rust directory
2023-07-13 Ramakrishnan... Revert "attempt to fix CW low power issue"
2023-07-13 Ramakrishnan... Revert "CW level scaling: put them inside the sw_level_...
2023-03-24 Ramakrishnan... Makefile: turn on warning
2023-03-24 Ramakrishnan... Makefile: do not hardcode CC and LINK
2023-03-08 Ramakrishnan... makefile: explicitly add fftw linking
2023-01-22 Ramakrishnan... rigctl: ZZAR - take care of the sign of the agc thresho...
2023-01-22 Ramakrishnan... CW level scaling: put them inside the sw_level_ctrl...
2023-01-21 Ramakrishnan... attempt to fix CW low power issue
2023-01-18 Ramakrishnan... software power control is off by default
2023-01-17 Ramakrishnan... MIDI turned off and all related code guarded under...
2023-01-14 Ramakrishnan... Revert "attempt to add level control to transmitted...
2023-01-14 Ramakrishnan... Revert "another attempt at level control for CW signals"
2023-01-14 Ramakrishnan... some notes on logging via rigctld
2023-01-13 Ramakrishnan... another attempt at level control for CW signals
2023-01-11 Ramakrishnan... attempt to add level control to transmitted CW samples
2023-01-08 Ramakrishnan... midi menu: bug fix for a crash because of an uninitiali...
2023-01-04 Ramakrishnan... when nr is on, nr2,nr3 and nr4 should be off
2023-01-02 Ramakrishnan... bug: nr4 controls are in float, not int
2023-01-02 Ramakrishnan... same/restore nr4 properties between reboots
2023-01-01 Ramakrishnan... button for nr3 and nr4
2023-01-01 Ramakrishnan... s/w level control is off by default
2022-12-31 Ramakrishnan... software level control as a Makefile option
2022-12-23 Ramakrishnan... NR4: libspecbleach based noise reduction
2022-12-23 Ramakrishnan... put back non-localhost based discovery
2022-12-18 Ramakrishnan... introduce rnnoise based nr3
2022-12-01 Ramakrishnan... midi cw: paddle reverse control via midi to cw key
2022-11-30 Ramakrishnan... vfo display: step off by one, turn it to green
2022-11-30 Ramakrishnan... instead of SAT, show CTUN
2022-11-30 Ramakrishnan... vfo A: small changes in the way vfo is shown
2022-11-30 Ramakrishnan... change vfo display to always display XX.XXX.XXX vfo...
2022-11-20 Ramakrishnan... vfo fix a bug in rendering the dot vs step size
2022-11-20 Ramakrishnan... revert the VFO step font size reduction
2022-11-20 Ramakrishnan... waterfall: experiment with low value
2022-11-20 Ramakrishnan... waterfall: experimenting with low and high thresholds
next