Thilo Graf a7f29d006d Refactor setButtonLabels() to use std::vector for safer memory management
- Replaced manual dynamic memory allocation with std::vector in
  setButtonLabels(const button_label*...) and setButtonLabels(const std::vector<button_label_cc>&...).
- Reserved vector capacity upfront to match label_count, optimizing memory usage.
- Improved safety and readability by removing manual delete[] calls and
  handling memory cleanup through vector's automatic management.
2024-11-02 20:05:30 +01:00
2023-10-02 20:53:48 +02:00
2023-04-25 22:10:56 +02:00
2019-04-18 17:05:37 +02:00
2018-11-01 17:46:39 +01:00
2019-04-27 20:47:22 +02:00
2023-01-05 16:05:35 +01:00
2009-12-08 11:05:11 +00:00
2009-12-08 11:18:17 +00:00
2016-02-16 10:16:15 +03:00

Neutrino-HD ツ

Description
A fast and beautiful graphical user interface for set-top boxes ツ
Readme 45 MiB
Languages
C++ 85.3%
C 12.3%
M4 0.6%
Makefile 0.6%
JavaScript 0.4%
Other 0.7%