Commit Graph

47 Commits

Author SHA1 Message Date
K. Lange
7aaeec1eba kuroko: sync, new module utilities 2023-12-22 11:25:26 +09:00
K. Lange
aae9596888 text: Unify 'ellipsify' implementation in text library 2023-06-07 10:15:31 +09:00
K. Lange
6dc7c09c82 text: expose method to extend existing path with new text 2023-05-06 15:56:42 +09:00
K. Lange
39b701969b kuroko: fixup menu bindings? 2023-04-08 15:47:00 +09:00
K. Lange
3c2464aa55 text: expose new path painting in Kuroko bindings 2023-04-08 14:33:10 +09:00
K. Lange
fd5070e2d3 yutani: allow mainloop to be set up early so tasks can be scheduled 2023-04-08 14:31:54 +09:00
K. Lange
8d27160b9e text: expose stroke-to-contour step
Not super useful right now since these shapes can have weird edges,
but might be useful for doing silly things with transformations,
and in the future we may have methods to simplify the paths to make
them more useful as a "stroke to path" step.
2023-03-30 16:12:48 +09:00
K. Lange
4a4c0a3436 kuroko: bind props for TransformMatrix 2023-03-30 16:03:54 +09:00
K. Lange
d7c64d7e56 graphics: support shear operation on transformation matrices 2023-03-30 14:52:26 +09:00
K. Lange
f9ef88ffc0 kuroko: bind class for transformation matrices 2023-03-30 13:58:28 +09:00
K. Lange
5c96b9408b text: Cleanup downstream libs, expose new methods in Kuroko 2023-03-30 10:40:27 +09:00
K. Lange
6f6cc71d3f kuroko: bindings for Subregions 2023-03-28 11:05:18 +09:00
K. Lange
527de1fe48 kuroko: expose path rasterizing functions directly 2023-03-27 09:20:45 +09:00
K. Lange
06807a20f9 text: Obtain ascender + descender sizes 2023-03-25 17:29:15 +09:00
K. Lange
8d7710c064 yutani: exit mainloop on session-end
This should probably call a callback, but just exiting the loop
is a good start...
2023-03-02 17:40:03 +09:00
K. Lange
275e97739e yutani: replace old _yutani module 2023-02-22 10:44:37 +09:00
K. Lange
14994141c2 yutani: Don't raise new exception when fswait is interrupted 2023-02-20 09:26:42 +09:00
K. Lange
7c0844a908 yutani: Font.width is a method 2023-02-19 20:34:59 +09:00
K. Lange
2ffd929032 yutani: bind more functions 2023-02-16 21:33:44 +09:00
K. Lange
75cbf09a37 yutani: Support custom menu entries widgets 2023-02-15 23:45:01 +09:00
K. Lange
84817dbb02 yutani: fix incorrect allocation of menu bar objects 2023-02-15 20:29:42 +09:00
K. Lange
70ee297177 yutani: use : in parseArgs for __init__ methods in krk bindings 2023-02-15 20:29:29 +09:00
K. Lange
2f67ed17ae yutani: Don't use __new__ to build wrapper types, it's a pain to subclass with 2023-02-14 22:03:37 +09:00
K. Lange
0b3f6ffab2 yutani: Initial rewritten yutani module for kuroko 2023-02-12 21:42:59 +09:00
K. Lange
f23b9c6d81 kuroko: Pull in latest 1.4.0a1 2023-02-12 14:15:55 +09:00
K. Lange
89325bb409 kuroko: add waitpid bindings (temporary; should be in 'os') 2022-08-17 19:31:33 +09:00
K. Lange
2ee1035cfc kuroko: DYNAMIC_PROPERTY is no longer a thing 2022-08-03 21:06:52 +09:00
K. Lange
b1afc654c6 kuroko: apply more API changes 2022-05-31 22:22:53 +09:00
K. Lange
5c71c86263 kuroko: apply const argument fixes to modules 2022-05-31 08:12:07 +09:00
K. Lange
739d3972f4 compositor: Restructure 'advertise' messages to provide window buffer, size 2021-10-31 22:25:00 +09:00
K. Lange
913a2c1c84 kuroko: _yutani: expose shm font support 2021-08-28 17:40:41 +09:00
K. Lange
8080400b22 kuroko: bind text library in _yutani module 2021-07-22 20:43:01 +09:00
K. Lange
02b9a5233a text: purge the SDF renderer, RIP 2021-07-06 13:22:59 +09:00
K. Lange
8e73380e9f kuroko: Upstream updates 2021-04-17 19:50:20 +09:00
K. Lange
33fbcde1fd kuroko: sync with upstream 2021-03-25 20:39:37 +09:00
K. Lange
9ab445cb28 kuroko: Update with upstream, changes to classes 2021-03-18 09:57:22 +09:00
K. Lange
97d02d6e23 kuroko: Updates for 1.1-preview and threading support 2021-02-16 18:56:27 +09:00
K. Lange
379f8f87a3 kuroko: upstream changes to hasKw 2021-01-26 08:14:08 +09:00
K. Lange
17ea516e77 kuroko[yutani]: finish up basic bindings 2021-01-25 20:12:39 +09:00
K. Lange
76d674722d kuroko[yutani]: Add text rendering bindings 2021-01-25 11:36:38 +09:00
K. Lange
f5b8a02c40 kuroko[yutani]: More general function bindings 2021-01-25 10:14:25 +09:00
K. Lange
2e7bc921b7 kuroko[yutani]: Add __repr__s for types 2021-01-25 09:21:38 +09:00
K. Lange
5746592075 kuroko: bindings for sprites 2021-01-24 21:47:50 +09:00
K. Lange
ec0fe9bb69 yutani: more bindings for kuroko 2021-01-24 20:29:37 +09:00
K. Lange
5fe8d3b0d1 yutani: basic Kuroko bindings, demo 'app' 2021-01-23 15:31:38 +09:00
K. Lange
a53757a307 kuroko: More upstreams updates 2021-01-23 09:26:04 +09:00
K. Lange
f05522baca kuroko: synchronize and begin work on Toaru bindings 2021-01-21 21:26:50 +09:00