Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTK3 #113

Closed
wants to merge 18 commits into from
Closed

GTK3 #113

wants to merge 18 commits into from

Commits on Jul 25, 2017

  1. Added GTK3 support (unfinished, need help)

    test555 authored and bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    204fa83 View commit details
    Browse the repository at this point in the history
  2. cmake: add option to build against gtk3

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    4d4e630 View commit details
    Browse the repository at this point in the history
  3. gtk3: hardinfo/util.c

    * widget_set_cursor() gtk3 changes
    * For now, the whole function tree_view_save_image() is disabled
      for gtk3.
    
    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    7fe7ef7 View commit details
    Browse the repository at this point in the history
  4. gtk3: shell/shell.c

    Disable RANGE_GET_VALUE() RANGE_SET_VALUE() macros for GTK3. This
    is a nigtmare onion to try and peel.
    
    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    51969cd View commit details
    Browse the repository at this point in the history
  5. gtk3: shell/report.c

    Diff is noisy because of removed trailing whitespace.
    
    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    d7004ec View commit details
    Browse the repository at this point in the history
  6. gtk3: shell/callbacks.c tweak

    gtk_about_dialog_set_name() -> gtk_about_dialog_set_program_name()
    after GTK+2.12.
    
    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    c891f53 View commit details
    Browse the repository at this point in the history
  7. gtk3: add gtk_notebook_set_page() compatibility macro if not defined

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    c735389 View commit details
    Browse the repository at this point in the history
  8. gtk3: cmake: combine hardinfo-shell static library and hardinfo

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    794098d View commit details
    Browse the repository at this point in the history
  9. gtk3: cmake: disable guibench for gtk3

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    267b91e View commit details
    Browse the repository at this point in the history
  10. gtk3: loadgraph updates

    Builds, but doesn't yet function in gtk3.
    
    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    8a66dec View commit details
    Browse the repository at this point in the history
  11. gtk3: loadgraph: restore function for gtk2

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    9686ea3 View commit details
    Browse the repository at this point in the history
  12. gtk3: loadgraph: cairo_create()s

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    23298e2 View commit details
    Browse the repository at this point in the history
  13. gtk3: report.c fix cancel button

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    b395760 View commit details
    Browse the repository at this point in the history
  14. gtk3: shell/shell.c fix paned view divider positions

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    372e8e4 View commit details
    Browse the repository at this point in the history
  15. gtk3: Use gtk_widget_get_window() instead of ->window

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    411641c View commit details
    Browse the repository at this point in the history
  16. gtk3: loadgraph

    Not working, but also not crashing, and not emitting runtime warnings.
    
    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    bfacc4e View commit details
    Browse the repository at this point in the history
  17. gtk3: loadgraph, bah.

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    c5a206c View commit details
    Browse the repository at this point in the history
  18. gtk3: shell_summary_add_item() fixes

    Signed-off-by: Burt P <pburt0@gmail.com>
    bp0 committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    5cc45f2 View commit details
    Browse the repository at this point in the history