Gregory Haerr

Results 674 comments of Gregory Haerr

A win32 "client size" is the size of the application's window not including the title bar and stuff that you don't want. What you are asking for is having both...

I showed you a screen shot that was done in a 4 line patch where the win32 app was changed to display at 0,0, and the client size was 1024x768....

I see. Your design is actually very similar to the way that the Windows system emulator Parallels can be setup to run on OSX. That is, every emulated win32 application...

@rofl0r : I fixed runapp, finally. Also added an experimental MW_FEATURE_RESIZEFRAME that resizes the outer OS frame around the application automatically as per your discussion above. This now works for...

Hello @berdario and @zeromus, The original webpage for AGG expired after Maxim's passing, and an unmodified build of all the AGG demos required downloading some additional images from the website....

Hello @0ffthemap, I've tried cloning GTK+ 1.2.10 from https://github.com/tindzk/GTK but it won't configure on my OS, which is macOS, so I can't yet reproduce your problem. Perhaps rebuild Nano-X with...

Hello @jart, Things are looking a lot better regarding using macOS for compilation of Cosmopolitan. In short, the entire repo can be made to compile with just one change to...

Hello @Sasytoremember, Thank you for the suggestion! Although this is a good idea, I fear we it may be a while before ELKS is ready for an outside package manager,...

Hello @Mellvik, Thanks for your many interesting ideas on updating existing ELKS installations, its nice to have them all here in one place, to fully contemplate the issues and possible...

Hi, I finished porting Nuklear GUI to Microwindows. Nuklear apps now run separately client/server and Microwindows displays window headers and close boxes identical to Nuklear. It all now works except...