20 Commits (2e543aef219b3efc80ce23660fcce64cbcfaed41)

Author SHA1 Message Date
Adam Jackson ad0fe6b6f9 image-loader: Fix undefined left shift in premultiply_data 5 years ago
Marius Vlad 7a8a3a3547 Fix compiler warnings: clobber variables 6 years ago
Quentin Glidic 9ba1546172
shared/image: Silence maybe-uninitialized warning 8 years ago
Jussi Kukkonen 649bbce607 include stdint.h for int32_t/uint32_t 8 years ago
Emmanuel Gil Peyrot 66e1614122 configure: Make jpeglib an optional dependency. 9 years ago
Emmanuel Gil Peyrot 58b7a156c5 configure: Make WebP support togglable, and improve its error message. 9 years ago
Jon Cruz 35b2eaa989 Moved helper macro to a discrete include file. 9 years ago
Bryce Harrington 6c6164c5ba shared: Update boilerplate from MIT X11 license to MIT Expat license 9 years ago
Bill Spitzak 28371f7d55 load_image: always print a message on failure if filename is not empty 10 years ago
Daniel Stone c228e23b05 configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS 11 years ago
Armin K eb3c73f288 Fix compiler warnings 12 years ago
Kristian Høgsberg 3c2360ff9d Add new shared/image-loader.h to separate include dependencies 12 years ago
Pekka Paalanen 4fbb65372e Fix build warnings from image_loader 12 years ago
Kristian Høgsberg c234fb819f image-loader: Use pixman_image_t, not struct pixman_image_t 12 years ago
Rafal Mielniczuk 9d4ddefcce image-loader: don't leak pixman_image bits data 12 years ago
Martin Olsson 712f5f405e shared: Don't leak file descriptor in shared/image-loader.c 12 years ago
Kristian Høgsberg b71302e1db Fix a few -pedantic warnings 13 years ago
Kristian Høgsberg ee4b4cb933 shared: Use $(GCC_CFLAGS), fix warnings 13 years ago
Jonas Ådahl 3685c3abf6 Fix `unused-result' warnings. 13 years ago
Kristian Høgsberg f02a649a3c Consolidate image loading code and move to shared/ 13 years ago
Tiago Vignatti 0a26641626 clients: fix spelling 13 years ago
Kristian Høgsberg 3d5437c48d Add support for webp image format 13 years ago
Kristian Høgsberg 902865c757 cairo-util: Only look at first two bytes for jpegs 13 years ago
Kristian Høgsberg 804e05185b cairo-util: Don't anger png.h by including setjmp.h 13 years ago
Kristian Høgsberg d654876510 cairo-util: Add png loader and image type sniffing 13 years ago
Kristian Høgsberg ffe3bba13e cairo-util: Return NULL instead of exit() on jpeg load failure 13 years ago
Kristian Høgsberg 02453dd699 cairo-util: Dont use non-standard JCS_EXT_BGRX color space 13 years ago
Kristian Høgsberg bf8bd5aa3a cairo-util: Fix another last-minute typo 13 years ago
Kristian Høgsberg 27d3866045 cairo-util: Add helper to load jpeg files 13 years ago
Benjamin Franzke 47eb8f4e91 window: Remove display_flush_cairo_device 13 years ago
Kristian Høgsberg 1e164b9afd Move rounded_rect() to cairo-util.c 13 years ago
Kristian Høgsberg 0cd8f6eded Drive-by optimization of blur_surface() 14 years ago
Kristian Høgsberg 9a686243b6 Add a drag and drop test client 14 years ago
Kristian Høgsberg b91cd10fcb Move cairo-util.[ch] to clients/ 14 years ago
Kristian Høgsberg dcb71b62a0 Update decoration drawing to be less cairo path happy 14 years ago
Kristian Høgsberg 49e868cb05 Fix a few bugs in blur implementation 14 years ago
Kristian Høgsberg 7d7b5dbf4d Tweak theme a bit 15 years ago
Kristian Høgsberg 5fc96ff6e2 Dont use an image surface for the tmp 15 years ago
Kristian Høgsberg 0ac16f056d Switch to cairo-drm, drop struct buffer hacks. 16 years ago
Kristian Høgsberg ffd710e653 Put Wayland under the MIT license. 16 years ago
Kristian Høgsberg e9d550bdd4 Optimize blur further, resize gears with window. 16 years ago
Kristian Høgsberg 873302649a Optimize blur a bit more. 16 years ago
Kristian Høgsberg 10bdd298b8 Optimize window blur calculation. 16 years ago
Kristian Høgsberg 2f2cfae227 Factor out common cairo code, add blur function. 16 years ago