Robert Winkler

Results 52 comments of Robert Winkler

I'm going to go ahead and close this since it seems we found your answer. Feel free to open another issue if you run into any more issues/questions.

Good catch. For others who find this thread later: sub deals in bytes so to include all of the bytes of the potentially multi-byte i'th utf8 character, we have to...

I too just upgraded to Pop_OS 24.04 and immediately ran into not being able to change the terminal shortcuts as a huge workflow/muscle memory issue. I don't use tiling and...

I should probably get rid of some of those but I definitely don't care about getting rid of all of them, at least not at this point. That would maybe...

So I went through changing some things to get rid of a bunch of the warnings that I feel are worth fixing at this point. I now compile my examples...

So I just pushed a bunch of changes and you'll be happy to know that having all those warnings even just for the examples was so annoying that I got...

> The vertical scrollbar limit is determined based on the panel height of the nk_list_view's window group which is determined by nk_list_view_begin API arguments and styling, (row_height + window spacing...

Ok I've managed to cleanup/organize the code a bit more, enough to separate it out into a library for demo/discussion purposes at least: [file_browser](https://github.com/rswinkle/file_browser) Long term it would be cool...

> at line 550, nk_layout_row(ctx, NK_STATIC, scr_h, 2, group_szs);, the height specified by... This is what I get for developing it in parallel, sometimes I fix things in sdl_img and...

Sorry for the long delayed update. Long story short, I solved my problem without answering my original questions and it ended up being related to one of your original suggestions....