2025-05-07 02:24 | build: remove separate libglfw | Randy Palamar | 1 | +30 | -50 |
2025-05-06 12:42 | lib: add and check beamformer parameters version number | Randy Palamar | 5 | +26 | -10 |
2025-05-06 04:22 | main_linux: fix hardcoded 2 fds in poll() call | Randy Palamar | 1 | +1 | -1 |
2025-05-06 04:16 | os: move get_native_gl_context into main files | Randy Palamar | 4 | +18 | -18 |
2025-05-06 03:25 | build: gcc sucks alot | Randy Palamar | 1 | +20 | -10 |
2025-05-06 03:12 | build/ci: fix building on w32 | Randy Palamar | 2 | +34 | -25 |
2025-05-06 01:47 | lib: if you want to be successful in the beamforming industry... | Randy Palamar | 1 | +3 | -3 |
2025-05-05 01:33 | build/lib: construct single helper lib header | Randy Palamar | 5 | +73 | -54 |
2025-05-05 01:03 | build: output to out; split helper lib into separate function | Randy Palamar | 1 | +38 | -20 |
2025-05-04 22:39 | lib: add error codes for failure cases | Randy Palamar | 4 | +140 | -82 |
2025-05-04 20:20 | core/lib: API breakage: use base c types for parameters, share os layer | Randy Palamar | 13 | +204 | -253 |
2025-05-04 04:52 | os: use dynamic arrays for file watches (dirs and files) | Randy Palamar | 6 | +32 | -37 |
2025-05-04 04:06 | build: generic optimization target | Randy Palamar | 1 | +35 | -13 |
2025-05-02 23:33 | util: make_hadamard_transpose: use correct condition for capacity check | Randy Palamar | 1 | +1 | -1 |
2025-05-02 23:27 | util: use push_array naming instead of arbitrary "alloc()" | Randy Palamar | 4 | +21 | -20 |
2025-05-02 14:31 | util: make default s8 empty not 0 | Randy Palamar | 5 | +11 | -11 |
2025-05-02 13:56 | util: rework arena string building | Randy Palamar | 9 | +148 | -166 |
2025-04-27 02:04 | build: replace build.sh with build.c | Randy Palamar | 8 | +648 | -195 |
2025-04-30 16:01 | ui: fix scale bar marker colour | Randy Palamar | 1 | +7 | -6 |
2025-04-30 15:49 | ui: don't update live view coordinates until live frame updates | Randy Palamar | 1 | +7 | -5 |
2025-04-29 22:32 | ui: fix an edge case for text input | Randy Palamar | 1 | +18 | -19 |
2025-04-26 21:55 | ui: sub tables for parameter group listings | Randy Palamar | 1 | +65 | -40 |
2025-04-26 04:33 | ui: fix cycler variables leaking label array memory on release | Randy Palamar | 1 | +8 | -10 |
2025-04-26 03:52 | ui: combine table row and cell iterators | Randy Palamar | 1 | +72 | -79 |
2025-04-26 02:23 | ui: cleanup variable _base functions | Randy Palamar | 2 | +35 | -64 |
2025-04-25 03:18 | ui: correctly size table cell input rects | Randy Palamar | 1 | +2 | -1 |
2025-04-25 03:08 | ui: cyclers now store a reference to their state | Randy Palamar | 1 | +51 | -88 |
2025-04-25 02:27 | ui: UIViews now have a single child and only manage scrolling | Randy Palamar | 1 | +116 | -110 |
2025-04-24 13:55 | ui: use table helper for parameter listing | Randy Palamar | 1 | +70 | -56 |
2025-04-24 02:20 | ui: rewrite draw_compute_stats to use table layout code | Randy Palamar | 2 | +49 | -44 |
2025-04-24 01:49 | ui: make table cell data generic | Randy Palamar | 1 | +16 | -4 |
2025-04-24 01:37 | ui: add table cell iterator | Randy Palamar | 1 | +95 | -49 |
2025-04-21 00:33 | ui: add table row iterator helper | Randy Palamar | 1 | +94 | -72 |
2025-04-19 20:18 | ui: add automatic table layout path | Randy Palamar | 1 | +290 | -81 |
2025-04-25 01:26 | das: handle FLASH mode | Randy Palamar | 1 | +2 | -0 |
2025-04-24 22:08 | ui/render: always display the middle slice when beamforming a volume | Randy Palamar | 1 | +3 | -3 |
2025-04-24 22:07 | core: add FLASH mode ID | Randy Palamar | 1 | +2 | -1 |
2025-04-24 14:08 | shaders/decode: minor style fixes | Randy Palamar | 1 | +2 | -4 |
2025-04-23 15:40 | core: add updated DAS modes (EPIC-*, RACES) | Randy Palamar | 1 | +10 | -7 |
2025-04-23 15:28 | core: allow hadamard allocation to fail | Randy Palamar | 2 | +51 | -40 |
2025-04-21 19:18 | core: clear shared memory on startup | Randy Palamar | 1 | +1 | -0 |
2025-04-17 03:03 | ui: cleanup status bar screen point conversion code | Randy Palamar | 1 | +39 | -41 |
2025-04-17 01:43 | ui: fix drop down menu moving when toggling an item | Randy Palamar | 1 | +7 | -5 |
2025-04-16 16:54 | lib: account for data elements in push api | Randy Palamar | 1 | +12 | -12 |
2025-04-16 14:20 | ui: store hot rect in interaction, store world points in view ruler | Randy Palamar | 3 | +119 | -80 |
2025-04-16 03:59 | ui: scale bar interaction should use the active variable not the hot variable | Randy Palamar | 1 | +1 | -1 |
2025-04-16 02:12 | ui: convert scale bars into variables, remove hot_type and scratch_variables | Randy Palamar | 1 | +80 | -108 |
2025-04-15 14:01 | ui: copy gamma and log_scale options when duplicating frames | Randy Palamar | 1 | +2 | -0 |
2025-04-15 11:36 | ui: don't resize copied frames when global output points change | Randy Palamar | 1 | +5 | -8 |
2025-04-15 03:56 | ui: remove uneeded custom interaction for beamformer frame views | Randy Palamar | 1 | +56 | -68 |
| 420 more commits remaining, fetch the repository |