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

First attempt to update code for GTK4 #97

Draft
wants to merge 51 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    580150e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9245c81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    657908f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9db095c View commit details
    Browse the repository at this point in the history
  5. add editable_clickable_track example for an impression of those two f…

    …eatures used together
    smartyg committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    5f2f199 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b49ac08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fa4f8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57a5ad9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34379cc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b57d513 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acd6c09 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f200189 View commit details
    Browse the repository at this point in the history
  13. Use the alpha field from GdkRGBA instead of a separate one; remove th…

    …e alpha field and mark the alpha property as deprecated.
    
    Conflicts:
    	src/osm-gps-map-widget.c
    smartyg committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    a85bb4c View commit details
    Browse the repository at this point in the history
  14. change the type of the color and highlight-color to GDK_TYPE_RGBA so …

    …it matches the internal used type and is able to pass the alpha channel as wel
    smartyg committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    4bd5619 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    669e073 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. update requirements

    smartyg committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    caaada6 View commit details
    Browse the repository at this point in the history
  2. it seems g_cclosure_marshal_VOID__INT is beter for the point-changed …

    …signal; this removes critical error message: g_cclosure_marshal_VOID__VOID: assertion 'n_param_values == 1' failed
    smartyg committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    b219fee View commit details
    Browse the repository at this point in the history
  3. fix error; g_value_get_pointer: assertion 'G_VALUE_HOLDS_POINTER (val…

    …ue)' failed; by changing to generic poiner type
    smartyg committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    98589e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1087ed2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    17f6644 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    b02f24a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2af01ee View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    48986bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee6145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98c3ac1 View commit details
    Browse the repository at this point in the history
  4. temporarly disable draw motion (click-move) to drag the map around; T…

    …ODO: see if this can be enabled in GTK3
    smartyg committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    3198151 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6402ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0003baf View commit details
    Browse the repository at this point in the history
  7. fix whitespaces

    smartyg committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5065769 View commit details
    Browse the repository at this point in the history
  8. Fix: revert zoom direction

    smartyg committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    cea8c48 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    7e3a785 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e413e99 View commit details
    Browse the repository at this point in the history
  3. fix whitespaces

    smartyg committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6602e3f View commit details
    Browse the repository at this point in the history
  4. fix: wrong parameter usage

    smartyg committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    6eff0c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c65cd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc60f34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8efa699 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8559c75 View commit details
    Browse the repository at this point in the history
  9. little code cleaning/styling

    smartyg committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d567ca4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    10be152 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7953b7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    141290b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87f7c4c View commit details
    Browse the repository at this point in the history
  14. use gtk_event_controller_get_current_event_state instead of gtk_gestu…

    …re_single_get_current_button
    smartyg committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    5100b82 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cd26ed9 View commit details
    Browse the repository at this point in the history
  16. fix a few whitespaces

    smartyg committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    9d89dd7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6e7458f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    9ff9359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8cdab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ebd778 View commit details
    Browse the repository at this point in the history
  4. look for gtk-4.0 gir file

    smartyg committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    b92f059 View commit details
    Browse the repository at this point in the history