github Zibri/VICE r43099

latest releases: r46104, r46103, r46099...
3 years ago

Changelog:

r43102 | gpz | 2023-02-09 15:58:02 +0000 (Thu, 09 Feb 2023) | 1 line

add missing mapping for < > key
------------------------------------------------------------------------
r43101 | compyx | 2023-02-09 15:50:23 +0000 (Thu, 09 Feb 2023) | 8 lines

Gtk3: Refactor resource widget for numeric literals with unit suffixes

Make the widget use the resource mediator. Fix where leaving the widget with
Tab failed to work. Allow some additional navigational/editing keys like Home,
End and Delete. Keep the min/max uint64's in guint64's instead of splitting
into uint32's and storing in (possibly 32-bit) pointers.


------------------------------------------------------------------------
r43100 | compyx | 2023-02-09 15:40:37 +0000 (Thu, 09 Feb 2023) | 9 lines

Gtk3: Resource mediator: add generic object pointer to be used for additional state

Some widgets require additional state data to be kept, but the adding all these
properties to the mediator would make the mediator have a lot of rarely used
method and properties. And since we don't have inheritance in C we provide a
simple method to set a void* pointer and register a callback to free said
pointer on widget destruction.


------------------------------------------------------------------------
r43099 | blackystardust | 2023-02-09 15:21:15 +0000 (Thu, 09 Feb 2023) | 1 line

Function prototype fixes.
------------------------------------------------------------------------
r43098 | blackystardust | 2023-02-09 15:09:47 +0000 (Thu, 09 Feb 2023) | 1 line

Function prototype fixes.
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.