rpi: build fix for compute_rects debug
[platform/upstream/weston.git] / shared /
2014-05-01 Jasper St. Pierrecairo-util: Don't show a resize cursor on edges when...
2014-05-01 Jasper St. Pierrecairo-util: Kill a duplicate test
2014-04-07 Andrew WedgburyMake sure config.h is included before any system headers
2014-02-06 Jasper St. Pierrexdg-shell: Add set_margin request
2014-02-01 Kristian Høgsbergbuild: Move shared/Makefile.am into toplevel Makefile.am
2014-02-01 Kristian Høgsbergbuild: Move clients/Makefile.am into toplevel Makefile.am
2014-01-20 U. Artie Eoffshared/frame: NULL check before attempting to deref
2014-01-20 U. Artie Eoffshared/frame: fix potential memory leak in frame_create
2013-12-03 Pekka Paalanenos: use posix_fallocate in creating sharable buffers
2013-11-08 Jason Ekstrandcairo-util: Rework frame button handling
2013-10-24 Kristian Høgsbergwindow.c: Don't put titlebars on menu windows
2013-10-24 Kristian Høgsbergwindow.c: Use frame code for drawing menus
2013-10-14 Jason EkstrandUse cairo-util frame in tinytoolkit
2013-10-14 Jason EkstrandAdd decoration frame support to cairo-util
2013-09-26 Alexandru DAMIANconfig: Don't crash if we don't have a config file
2013-09-22 Kristian Høgsbergcompositor: Log the full path of the config file we...
2013-09-22 Kristian Høgsbergconfig-parser: Make weston_config_parse() tkae a file...
2013-09-22 Kristian Høgsbergshared: Remove no longer used parse_config_file()
2013-08-13 Armin Kevdev-touchpad: Set some options using weston.ini
2013-08-08 Peter HuttererAdd zalloc(size_t) allocator function
2013-07-25 Kristian Høgsbergshared: Add out-of-memory handling to theme_create()
2013-07-08 Quentin Glidictests: Move config-parser.test to tests/
2013-07-03 Quentin Glidicshared: Export configuration functions
2012-02-07 Pekka Paalanenshared: build fix for config-parser test
2013-06-05 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-06-05 Pekka Paalanenshared: fix build of libshared-cairo
2013-05-28 Kristian Høgsbergconfig-parser: Add tests for expect behavuor on NULL...
2013-05-28 Mun Gwan-gyeongconfig-parser: Avoid null dereference when exiting...
2013-05-28 Mun Gwan-gyeongconfig-parser: Avoid null dereference when handling...
2013-05-27 Kristian Høgsbergconfig-parser: Add section iterator API
2013-05-27 Mun Gwan-gyeongconfig-parser: Avoid null dereference when handling...
2013-05-27 Mun Gwan-gyeongconfig-parser-test: fix compile error
2013-05-24 Kristian HøgsbergAdd new config parser
2013-05-14 Ossama Othmanconfig-parser: Honor XDG_CONFIG_DIRS
2013-04-04 Armin KFix compiler warnings
2013-03-28 Giulio Camuffosdk: be C++ friendly
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2013-01-28 Vasily Khoruzhickmatrix: track transform type
2013-01-28 Kristian HøgsbergAdd new shared/image-loader.h to separate include depen...
2012-12-07 Kristian HøgsbergLink matrix.c into weston again
2012-12-06 Rob BradfordMove matrix.[ch] to shared
2012-11-30 Pekka PaalanenFix build warnings from image_loader
2012-11-29 Kristian Høgsbergconfigure.ac: Don't link weston to cairo or image libraries
2012-10-10 Scott Moreautoytoolkit: Don't draw shadows for maximized windows.
2012-08-04 Kristian Høgsbergconfig-parser: Handle lines that don't end in \n
2012-07-11 Kristian Høgsbergimage-loader: Use pixman_image_t, not struct pixman_image_t
2012-07-11 Rafal Mielniczukimage-loader: don't leak pixman_image bits data
2012-07-09 Martin Olssonshared: Don't leak file descriptor in shared/image...
2012-07-09 Martin Minarikweston: Clip window title text to the frame
2012-06-12 Pekka Paalanencompositor: add fallback strchrnul()
2012-06-06 Pekka PaalanenRewrite shm buffer file allocation v2
2012-05-31 Pekka Paalanenwindow: add wrapper for EPOLL_CLOEXEC
2012-05-31 Pekka Paalanencompositor: check for execinfo.h
2012-05-31 Pekka Paalanencompositor: work around missing SOCK_CLOEXEC
2012-05-22 Kristian HøgsbergShare code to to classify pointer location in frame
2012-05-16 Kristian HøgsbergRename libconfig-parser to libshared
2012-05-16 Kristian HøgsbergMove cairo-util to shared/
2012-05-10 Kristian HøgsbergFix a few -pedantic warnings
2012-04-17 Pekka Paalanenconfig-parser: add missing return for an error case
2012-04-11 Kristian Høgsbergshared: Use $(GCC_CFLAGS), fix warnings
2012-04-03 Jonas ÅdahlFix `unused-result' warnings.
2012-03-12 Kristian HøgsbergConsolidate image loading code and move to shared/
2012-03-12 Kristian HøgsbergAdd an option parser
2012-01-27 Scott MoreauImplement CONFIG_KEY_UNSIGNED_INTEGER
2011-12-08 Kristian HøgsbergUse '-' to separate words in file names
2011-12-08 Pekka Paalanenconfigparser: rename BOOL, document types
2011-12-08 Pekka Paalanenmove config parser to a convenience library