defaultxr merged pull request defaultxr/mtwm#1 2026年04月24日 20:44:17 +02:00
Readme updates
defaultxr pushed to master at defaultxr/mtwm 2026年04月24日 20:44:16 +02:00
2a02af44b6 Merge pull request 'Readme updates' (#1) from PuercoPop/mtwm:misc-fixes into master
996da1180a
Remove duplicate line
e97bec2a3a
Add link to cl-xkbcommon dependency
Compare 3 commits »
defaultxr pushed to master at defaultxr/mtwm 2026年04月23日 23:23:59 +02:00
1799b00810 asd: following River's lead, let's make codeberg the canonical forge
f359d53d27 README: add a "Setting up mtwm" section + various minor improvements
Compare 2 commits »
defaultxr pushed to master at defaultxr/mtwm 2026年04月22日 08:24:54 +02:00
07cdfd2aa4 README: ton of improvements and additions
e9dbdd66d1 fix/improve generate-bindings (formerly generate-protocols):
Compare 2 commits »
defaultxr pushed to master at defaultxr/mtwm 2026年04月21日 23:47:44 +02:00
61484920d8 everything!
defaultxr created branch master in defaultxr/mtwm 2026年04月21日 23:47:44 +02:00
defaultxr created repository defaultxr/mtwm 2026年04月21日 23:47:19 +02:00
defaultxr commented on issue cage/nodgui#34 2025年09月29日 04:52:30 +02:00
Handling focus

Also, when I change (make-instance 'frame ...) to (make-instance 'scrolled-frame ...) it puts the scrollbar in a weird place. Does this happen for you? My use of (make-instance 'frame ...)...

defaultxr commented on issue cage/nodgui#34 2025年09月29日 03:51:11 +02:00
Handling focus

Also, I think (setf (text textbox) ...) has a bug? When I do (setf (text textbox) "[foo]") the textbox's text is set to \[foo\] (including the backslashes).

defaultxr opened issue cage/nodgui#34 2025年09月29日 03:22:46 +02:00
Handling focus
defaultxr commented on issue cage/nodgui#19 2025年03月02日 02:49:30 +01:00
(with-nodgui (:stream *saved-tk*) ...) gives Unknown &KEY argument: :STREAM

Hi @cage ! The performance went well, though unfortunately I wasn't able to implement the functionality I was aiming for in time for it, so I ended up falling back to some Pure Data patches I'd...

defaultxr commented on issue cage/nodgui#19 2024年12月24日 06:37:24 +01:00
(with-nodgui (:stream *saved-tk*) ...) gives Unknown &KEY argument: :STREAM

Another request for you - is there some way to set the background color of a combobox after it has already been created? I'm trying various combinations of (configure ...) and the like but...

defaultxr commented on issue cage/nodgui#19 2024年12月24日 00:00:48 +01:00
(with-nodgui (:stream *saved-tk*) ...) gives Unknown &KEY argument: :STREAM

Nice! If you need more rendering speed you may use the SDL frame, if needed you can exploit the hardware acceleration with OpenGL too.

Thanks, I did see that mentioned, but didn't look into...

defaultxr commented on issue cage/nodgui#19 2024年12月23日 00:19:54 +01:00
(with-nodgui (:stream *saved-tk*) ...) gives Unknown &KEY argument: :STREAM

That's all very helpful! After switching to the development branch, I tried out the tag functions and the example and they seem to be working for me so far. Thanks very much, and I appreciate the...

defaultxr pushed to master at defaultxr/nodgui 2024年12月22日 23:26:51 +01:00
3dc5464fbd - fixed typo in a docstring.
6569fc2037 - updated news file.
571bd8ffca - updated Changelog.
399c7ee0fd - updated version number.
9a1b2c6419 - fixed default return value of 'guess-wish-interpreter-path', return 'wish', instead of nil. Also fixed and added a couple of checks in the same function's body.
Compare 115 commits »
defaultxr commented on issue cage/nodgui#19 2024年12月16日 02:05:44 +01:00
(with-nodgui (:stream *saved-tk*) ...) gives Unknown &KEY argument: :STREAM

Thank you, that's very helpful! It's been a bit since I used Nodgui so I forgot that *wish* is what I want here, not *tk*. The example also is helpful, thanks for writing that.

One thing I...

defaultxr opened issue cage/nodgui#19 2024年12月15日 02:56:55 +01:00
(with-nodgui (:stream *saved-tk*) ...) gives Unknown &KEY argument: :STREAM
defaultxr created pull request cage/nodgui#16 2024年08月16日 04:31:53 +02:00
Add scrollbar-get
defaultxr pushed to master at defaultxr/nodgui 2024年08月16日 04:26:43 +02:00
063f7dbb89 - added scrollbar-get
defaultxr pushed to master at defaultxr/nodgui 2024年08月16日 04:24:21 +02:00
8b7e0395bc - added scrollbar-get