index
:
wbg
joshua
My build of wbg
joshua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: exclude svg only code when svg is not enabled
Sertonix
2024-08-02
1
-3
/
+6
*
svg: honor --stretch option
Sertonix
2024-08-02
1
-1
/
+1
*
main: fix memory leak with svg graphics
Sertonix
2024-08-02
1
-0
/
+1
*
wbg: use getopt() for option parsing, add help and version options
Daniel Eklöf
2024-08-02
1
-13
/
+78
*
render: maximize by default, add --stretch
emrakyz
2024-08-02
1
-51
/
+33
*
svg: rasterize with output resolution
Sertonix
2024-07-28
1
-30
/
+49
*
jxl: add initial support for JPEG XL using libjxl
Leonardo Hernández Hernández
2024-06-12
1
-0
/
+7
*
replace fprintf with LOG_ERR to log a image failed to load
Leonardo Hernández Hernández
2024-06-11
1
-1
/
+1
*
svg: initial support for SVG images, using nanosvg
Leonardo Hernández Hernández
2023-12-15
1
-0
/
+7
*
always zoom into the image instead of stretching
sewn
2023-10-26
1
-0
/
+8
*
main: mark surface as opaque
Daniel Eklöf
2023-07-03
1
-0
/
+5
*
main: implement layer_surface::closed() event
Daniel Eklöf
2023-01-02
1
-6
/
+29
*
main: log version at startup
Daniel Eklöf
2022-10-24
1
-0
/
+3
*
webp: intial support for WebP images, using libwebp
Leonardo Hernández Hernández
2022-10-04
1
-0
/
+7
*
main: Do not render a frame on same-size configure
Leonardo Hernandez Hernandez
2022-03-14
1
-1
/
+13
*
main: check for errors in wl_display_dispatch()
Daniel Eklöf
2022-01-09
1
-2
/
+6
*
main: fix errno check
Daniel Eklöf
2021-04-18
1
-1
/
+1
*
wayland: handle output’s being registered before layer-shell
Daniel Eklöf
2020-12-03
1
-22
/
+42
*
main: fix “may be used uninitialized” error
Daniel Eklöf
2020-11-30
1
-2
/
+2
*
main: error handling, closes #1
Daniel Eklöf
2020-11-30
1
-12
/
+29
*
shm: use XRGB8888 instead of ARGB8888
Daniel Eklöf
2020-11-30
1
-4
/
+10
*
render: no need to pre-fill the surface with red
Daniel Eklöf
2020-11-19
1
-8
/
+4
*
main: re-render when output’s scale factor changes
Daniel Eklöf
2020-11-17
1
-0
/
+4
*
render: fix pixman transform’s scale factor when output has a scale factor > 1
Daniel Eklöf
2020-11-17
1
-2
/
+2
*
main: use wl_output_release() instead of wl_output_destroy()
Daniel Eklöf
2020-11-13
1
-1
/
+1
*
shm: don’t cache buffers
Daniel Eklöf
2020-10-06
1
-1
/
+0
*
main: open file once, in main, and log an error when we fail
Daniel Eklöf
2020-10-01
1
-5
/
+13
*
pixman: use ‘best’ filter when scaling image
Daniel Eklöf
2020-10-01
1
-0
/
+1
*
main: use fprintf() for usage errors
Daniel Eklöf
2020-09-27
1
-2
/
+3
*
dbg: disable debug logging by default
Daniel Eklöf
2020-09-27
1
-1
/
+1
*
make both libpng and libjpeg optional
Daniel Eklöf
2020-09-20
1
-3
/
+15
*
jpeg: initial support for JPEG images, using libjpeg
Daniel Eklöf
2020-09-20
1
-1
/
+4
*
main: render: use scaled width/height when compositing image
Daniel Eklöf
2020-09-20
1
-3
/
+5
*
Initial commit
Daniel Eklöf
2020-08-01
1
-0
/
+421