Skip to content

Instantly share code, notes, and snippets.

View koba-yu's full-sized avatar

Koba-yu koba-yu

View GitHub Profile
@toomasv
toomasv / date-picker.red
Last active May 17, 2019 09:59
To pick a date...
Red [
Started: 2018-05-16
Date: 2019-01-25
Needs: View
;%range.red ;https://gist.github.com/toomasv/0e3244375afbedce89b3719c8be7eac0
;TinyURL https://tinyurl.com/y7bt2nqy
File: %date-picker.red
]
context [
y: d: none
@toomasv
toomasv / zooming.red
Last active September 5, 2019 16:32
Zooming function
Red [
Date: 4-Sep-2019
Description: {Mouse sensitive zooming function}
Author: "Toomas Vooglaid"
Licence: "Public domain"
]
zooming: function [face event][
;face's draw-block needs to have matrix defined
mx: face/draw/matrix