Sasha Koshka sashakoshka
  • Manehattan MAS hub
  • https://holanet.xyz
  • Sasha Koshka is the name I go by online. E-mail me if you have questions about that or about my projects in general.

  • Joined on 2022-08-07
sashakoshka pushed to main at tomo/tomo 2024-08-20 20:55:44 -06:00
20c7e0fdb1 Add FuncCookie
d8a8ad7e0a Re-organize event.go
Compare 2 commits »
sashakoshka closed issue tomo/tomo#26 2024-08-20 20:51:05 -06:00
Too many Close behaviors that don't return an error
sashakoshka pushed to main at tomo/tomo 2024-08-20 20:51:05 -06:00
3feba5f811 event.Cookie is now just io.Closer
sashakoshka pushed to main at tomo/tomo 2024-08-20 20:42:42 -06:00
75c654d4ae Add error to Window.Close
sashakoshka closed issue tomo/tomo#24 2024-08-20 20:41:48 -06:00
Windows should be able to cancel a close operation
sashakoshka pushed to main at tomo/tomo 2024-08-20 20:41:48 -06:00
da38e5411f Add TryClose event to Window
sashakoshka opened issue tomo/backend#4 2024-08-20 19:50:10 -06:00
Children sometimes render over borders
sashakoshka opened issue tomo/tomo#27 2024-08-20 19:42:08 -06:00
Need FuncCookie
sashakoshka opened issue tomo/tomo#26 2024-08-20 19:38:07 -06:00
Too many Close behaviors that don't return an error
sashakoshka closed issue tomo/tomo#25 2024-08-20 19:32:17 -06:00
Need pointer API
sashakoshka pushed to main at tomo/tomo 2024-08-20 19:29:19 -06:00
d47b525e42 Add documentation for AttrKind
862e08edf1 Add AttrCursor
Compare 2 commits »
sashakoshka pushed to main at tomo/tomo 2024-08-20 19:23:00 -06:00
47b2231acd Add list of cursor shapes
sashakoshka commented on issue tomo/nasin#5 2024-08-19 20:51:40 -06:00
Need a way to call tomo.Stop when all windows have closed

On second thought, the Manageable interface would be a very bad idea. It would be very bug prone in terms of goroutines.

sashakoshka closed issue tomo/nasin#6 2024-08-19 20:27:23 -06:00
Need a way to gracefully exit an application
sashakoshka pushed to main at tomo/nasin 2024-08-19 20:27:23 -06:00
35636e9ca3 Add Application.Stop
sashakoshka reopened issue tomo/tomo#25 2024-08-19 02:20:07 -06:00
Need pointer API
sashakoshka closed issue tomo/tomo#25 2024-08-19 02:20:05 -06:00
Need pointer API
sashakoshka commented on issue tomo/tomo#25 2024-08-19 02:19:15 -06:00
Need pointer API

A selectable TextBox ought to have a default cursor of CursorText.

sashakoshka commented on issue tomo/tomo#25 2024-08-19 02:18:34 -06:00
Need pointer API

Something like:

type AttrPointer Cursor

...

type Cursor string; const (
        CursorPointer Cursor = "Pointer"
        CursorText    Cursor = "Text"
        ...
)

The…

sashakoshka opened issue tomo/tomo#25 2024-08-19 02:10:56 -06:00
Need cursor API