Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mkrueger created a branch on mkrueger/egui
foo - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
mkrueger closed an issue on ItsEthra/egui-bind
Bindings are taken when too much is pressed.
For example A command bound to Ctrl+A is also activated on Ctrl+Shift+A This doesn't matter most of the times but let's say on undo /redo which is bound to ctrl+z/ctrl+shift+z it may collide. I ...mkrueger created a comment on an issue on emilk/egui
... still a thing. It's really in the way of making a non trivial program with egui :(. There is no cut/copy/paste system event - so this is pure nonsene IMO.
mkrueger closed an issue on mkrueger/icy_tools
icy_draw - High CPU usage
![Image](https://github.com/user-attachments/assets/7d18d857-9b11-4873-9a14-dbe034e4a116) *edit* below is not true: This happens only after a file operation has been performed. Starting the progra...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed CPU usage issue. Fixes Issue #49 aa55d23
mkrueger created a comment on an issue on mkrueger/icy_tools
ATM bound to F11/12 - but I'm open for suggestions. Doesn't feel right.
mkrueger pushed 1 commit to master mkrueger/icy_tools
- Added left/right pane toggle to commands. Fixes #43 cabf86e
mkrueger closed an issue on mkrueger/icy_tools
icy_draw - Please add hotkey bindings for toggle left/right panes
![Image](https://github.com/user-attachments/assets/9e6963c7-55e1-4f3b-8616-905d0cb817ff) These would be nice to have hotkeys for.mkrueger closed an issue on mkrueger/icy_tools
icy_draw - Can you make right click with any tool = draw with bg color?
Another request that would help save time. If we draw with left click = FG color, if we draw with right click = BG color. This is how it works in moebius and in most pixel art paint programs. Thanksmkrueger pushed 1 commit to master mkrueger/icy_tools
- Right click drawing now reverses fg/bg colors. Fixes #47 61b19c2
mkrueger opened an issue on ItsEthra/egui-bind
Bindings are taken when too much is pressed.
For example A command bound to Ctrl+A is also activated on Ctrl+Shift+A This doesn't matter most of the times but let's say on undo /redo which is bound to ctrl+z/ctrl+shift+z it may collide. I ...mkrueger pushed 1 commit to dev/mkrueger/cosmos_shell mkrueger/vscode-cosmosdb
- Added cosmos shell extension. Should add cosmos shell as command and in context menu. 23e9166
mkrueger created a comment on an issue on mkrueger/icy_tools
This is an awesome feature :) - didn't know that.
mkrueger opened a pull request on microsoft/vscode-cosmosdb
Added cosmos shell extension.
Should add cosmos shell as command and in context menu. Note: Requires the --connect PR to merge in cosmos shell to work.mkrueger created a branch on mkrueger/vscode-cosmosdb
dev/mkrueger/cosmos_shell - Azure Databases extension for VS Code
mkrueger closed an issue on mkrueger/icy_tools
icy_draw - Can you make click while line tool engaged draw single block
I draw a lot with the line tool. In pixel editor programs if you simply click, it drops a pixel. Could we have this behavior in icy_draw please? Right now you have to click and drag to draw the l...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Line tool now reacts on click and tools work on point. Fixes #46 d8acc71
mkrueger closed an issue on mkrueger/icy_tools
icy_draw - 9px font not working
Load the attached file. Turn on 9px mode. Does nothing. ![Image](https://github.com/user-attachments/assets/4de113dc-7527-4b6a-b11b-2c815069a8d8) [gj-drago.icy.zip](https://github.com/user-attach...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed aspect ratio/letter spacing commands. Fixes issue #48. 02700de
mkrueger created a tag on mkrueger/icy_tools
IcyView0.8.1 - A collection of ansi/bbs related applications
mkrueger published a release on mkrueger/icy_tools
Icy View 0.8.1
Fixed an issue where files got cut off right side.mkrueger closed an issue on mkrueger/icy_tools
icy_draw - Right click on document tab -> Close not working
![Image](https://github.com/user-attachments/assets/ae9ab462-9832-4c20-9917-78c41bdf74a2) Right click on a document tab, click Close. Does not close. The other options to close do work. Focusing...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed update issue in tdf font editor. Happened when selecting undefined chars. 4bb652b