Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
mkrueger closed an issue on mkrueger/icy_tools
icy_draw cursor movement with arrow keys selects UI elements
When drawing with the cursor tool, using the arrow keys will move the cursor then the cursor will disappear. It seems to be selecting UI elements as I can manage to select the top menu items (File,...mkrueger created a comment on an issue on mkrueger/icy_tools
Should be fixed in newer builds.
mkrueger closed an issue on mkrueger/icy_tools
icy_draw - Cursor is disappearing in ansi loaded from 16c on Windows
16c path: `1996` -> `blde9610` -> `GJ-9610C.ANS` 1. Open the above file 2. Scroll all the way down 3. In cursor / text entry tool mode 4. Put cursor with mouse click on bottom most row 5. Press up...mkrueger created a tag on mkrueger/icy_tools
IcyDraw0.3.3 - A collection of ansi/bbs related applications
mkrueger published a release on mkrueger/icy_tools
Icy Draw 0.3.3
- It's now possible to open files directly from 16colo.rs - Right click drawing now draws with reverse colors - Tool behavior overworked - Many ui bugfixesmkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed untitled state when opening virtual files. d1c8664
mkrueger closed an issue on mkrueger/icy_tools
icy_draw: Grid is incorrectly offset when zooming using mouse wheel
Version used: icy_draw_windows_0.3.0 from [build #77](https://github.com/mkrueger/icy_tools/actions/runs/9257496254) Icy Draw offers "zoom in/out" features from the menu or with hotkeys, and a g...mkrueger closed an issue on mkrueger/icy_tools
icy_draw: Grid scrolls horizontally in the wrong direction when zoomed in
Version used: icy_draw_windows_0.3.0 from [build #77](https://github.com/mkrueger/icy_tools/actions/runs/9257496254) As expected, you can zoom in far enough on an image to show only a portion of...mkrueger closed an issue on mkrueger/icy_tools
icy_draw: Windows default zoom in/out hotkeys are shared with changing the size of the interface
Version used: icy_draw_windows_0.3.0 from [build #77](https://github.com/mkrueger/icy_tools/actions/runs/9257496254) In Windows, the default hotkeys assigned to zooming in and out from the menu ...mkrueger pushed 1 commit to master mkrueger/icy_tools
- No longer use ui zoom hotkeys from egui in the icy* tools. Fixes #17 b0b0dc8
mkrueger pushed 1 commit to master mkrueger/icy_tools
- Added more files to white list for icy view & clamp terminal width. + Fixed selection when changing terminal width 98feeca
mkrueger created a comment on an issue on mkrueger/icy_tools
ok got it - in the next release it's possible to set a default terminal width in the file open dialog. It's a bit tricky because some files are using the line break at terminal end so autodetect ...
mkrueger closed an issue on mkrueger/icy_tools
IcyDraw - Widescreen ANSi without Sauce info
I made some widescreen ANS files for Mystic BBS. No SAUCE info added. When I open them with IcyDraw, naturally, they open in 80 columns mode. Would it be possible choose an canvas size and r...mkrueger pushed 1 commit to master mkrueger/icy_tools
- IcyView/Draw can now set a default terminal witdh. Fixes Issue #30 e3c19b5
mkrueger closed an issue on mkrueger/icy_tools
icy_draw - Loading a long ANSI from 16c browser makes preview flicker
Reproduce: 1. Load a long ANSI (more than 25 rows say) from 16c browser 2. Watch the preview flip out and flicker/jitter This does not happen once the screen is scrolled down a little bit. It seem...mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed mimimap flicker bug. Fixes Issue #50 95d79c1
mkrueger pushed 1 commit to master mkrueger/icy_tools
- Fixed cut/copy/paste hotkeys Needed to move paste to ctrl+l due to egui issues. 0827b8a
mkrueger opened a pull request on emilk/egui
Only generate a paste command when pasted text is available.
Not always a text is in the paste buffer. IMO Cut/Copy/Paste shouldn't be part of the events - or at least have an opt_out. I've made desktop applications that have custom clipboard formats - an...mkrueger created a branch on mkrueger/egui
paste_fix - egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native