]> git.rkrishnan.org Git - pihpsdr.git/shortlog
pihpsdr.git
2024-01-02 Ramakrishnan... ctune scrolling: margin for vfo_id_step() as well touch-experiments
2024-01-01 Ramakrishnan... ctune scrolling: leave a margin (5% of display width...
2024-01-01 Ramakrishnan... clang-format vfo.c and rx_panadapter.c
2024-01-01 Ramakrishnan... add a (dummy) touch event handler for rx panadapter
2023-12-31 Ramakrishnan... add another todo item
2023-12-31 Ramakrishnan... add a todo item
2023-12-31 Ramakrishnan... add a few more todo items fix-ctun
2023-12-31 Ramakrishnan... bug fix for ctun scroll
2023-12-31 Ramakrishnan... debug
2023-12-31 Ramakrishnan... restrict ctune to visible limits
2023-12-30 Ramakrishnan... first attempt at fixing ctun when it cross the display...
2023-12-17 Ramakrishnan... a few todo items
2023-12-17 Ramakrishnan... reduce vfo font size a bit
2023-12-03 Ramakrishnan... get rig of a print statement
2023-12-03 Ramakrishnan... convert a bunch of files to use the logging api logging-cleanup
2023-12-03 Ramakrishnan... use logging API from log.h/log.c
2023-12-03 Ramakrishnan... add a new logger
2023-12-03 Ramakrishnan... use g_log_structured() instead of g_warning/g_debug etc
2023-12-03 Ramakrishnan... cleanup printf/fprintfs with glib logging api like...
2023-12-02 Ramakrishnan... serial_server: handle the case where read returns a...
2023-12-01 Ramakrishnan... nb setting wasn't getting set correctly from props
2023-11-30 Ramakrishnan... delete some unwanted files
2023-11-30 Ramakrishnan... refactor some header files
2023-11-30 Ramakrishnan... display: fix for disappearing nb status
2023-11-30 Ramakrishnan... fix the problem with displaying nb
2023-11-29 Ramakrishnan... add more robustness against race conditions
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
next