Page 110 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Aug 02, 2014 8:17 pm
by klange
kutkloon7 wrote:Looks extremely neat :) Did you write the PDF viewer yourself?
It's a port of MuPDF/fitz.

Re: What does your OS look like? (Screen Shots..)

Posted: Sat Aug 02, 2014 10:05 pm
by theclockknowsall
yeah It is so buggy, This is my OS a CLI userinterface

And I got the keyboard working but it is seems buggy..

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Aug 04, 2014 6:02 am
by ByteBit
New UI and multitasking support

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Aug 05, 2014 11:53 pm
by klange
Reimplemented screenshots in my compositor. Now I can take shots of individual windows directly from their bufffers. Much like in OS X window screenshots, this maintains transparency as the alpha channel is included in the PNG output.

Image

Also working on my IP stack again. There are still some kinks...

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Aug 06, 2014 11:31 am
by thomasloven
O_o Is your wallpaper running a shell?

Re: What does your OS look like? (Screen Shots..)

Posted: Wed Aug 06, 2014 11:55 am
by klange
thomasloven wrote:O_o Is your wallpaper running a shell?
Wallpaper app has application shortcuts that use system() (actually, it's a native call to fork/exec with `sh -c`), so it ends up with a shell running the terminal.

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Aug 14, 2014 4:00 am
by Peterbjornx
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Fri Aug 15, 2014 7:41 am
by Roman
I fixed my ATA driver bug, now everything loads and runs perfectly.
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 17, 2014 8:22 am
by jimx
finally came to the login prompt...
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Mon Aug 18, 2014 10:00 pm
by kosmisk
My NetSurf port looks better now

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Aug 19, 2014 8:58 am
by max
Worked on graphics (image loading, alpha blending), fixed my PS/2 driver and rewrote my window manager lately :)
These are some draggable/resizable and slightly transparent test windows. My next TODOs will text displaying, and making my filesystem stuff a little more performant :P

Image

Re: What does your OS look like? (Screen Shots..)

Posted: Tue Aug 26, 2014 10:19 pm
by TorakTu
....REMOVED FOR AN UP COMING BETTER SHOT....

Re: What does your OS look like? (Screen Shots..)

Posted: Thu Aug 28, 2014 4:59 pm
by Peterbjornx
Implementing panic screen in fbcon_vterm console driver:

Was doing the grayscale calc on the previous pixel, then mixing it with current one:
Image

Fixed that:
Image

Added some blurring:
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 31, 2014 5:56 am
by Peterbjornx
Started implementing a desktop+panel app: (http://pastebin.com/nqipMxkU)
Testing the panel layout code: (Widgets : CLOCK-SPACER-CLOCK-SPACER-CLOCK)
Image

Re: What does your OS look like? (Screen Shots..)

Posted: Sun Aug 31, 2014 11:06 am
by Peterbjornx
Taskbar :)

Image

Excluding desktop:
Image