aboutsummaryrefslogtreecommitdiff
path: root/shell/loadgraph.c
AgeCommit message (Collapse)Author
2024-03-12LICENSE - Fixed old addresses, updated tools/check_license.sh to correct ↵hwspeedy
detect all licenses
2021-11-07Update copyright informationL Pereira
2020-10-09Add stub to set title in GTK3 load graphLeandro Pereira
2020-10-09Ensure LoadGraph title is cleared when LG is cleared tooLeandro Pereira
2020-10-09Show graph's title at selecting sensor itemSergio Vieira
2017-08-07Reset some file modes to 0644Burt P
Touched files were changed to 0755 in 6f8cedca0671ab68514352c64579546547804475 Signed-off-by: Burt P <pburt0@gmail.com>
2017-08-04loadgraph: back to gtk2 onlyBurt P
gtk3 uses uber-graph. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-30gtk3: loadgraph/uber-graph: support multiple lines on the graphBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-30loadgraph: make loadgraph opaque, sample gdoubleBurt P
Old load graph still uses ints internally. Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-30GTK3 updatesBurt P
* Use gtk_widget_get_window() instead of ->window cmake: * add option to build against gtk3 `-DHARDINFO_GTK3=1` * combine hardinfo-shell static library and hardinfo * disable guibench for gtk3 hardinfo/util.c: * widget_set_cursor() gtk3 changes * For now, the whole function tree_view_save_image() is disabled for gtk3. shell/shell.c: * add gtk_notebook_set_page() compatibility macro if not defined * shell_summary_add_item() fixes * Disable RANGE_GET_VALUE() RANGE_SET_VALUE() macros for GTK3. This is a nigtmare onion to try and peel. shell/callbacks.c: * gtk_about_dialog_set_name() -> gtk_about_dialog_set_program_name() after GTK+2.12. shell/loadgraph.c: * builds, but not yet functioning under gtk3 Signed-off-by: Burt P <pburt0@gmail.com>
2017-07-30Started GTK3 supportTotalCaesar659
2016-07-30Fix buffer overflow in loadgraph while shifting dataLeandro Pereira
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2010-05-03Move files from hardinfo2 to root.Leandro A. F. Pereira