summaryrefslogtreecommitdiff
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
...
* Add decoration frame support to cairo-utilJason Ekstrand2013-10-133-0/+783
* config: Don't crash if we don't have a config fileAlexandru DAMIAN2013-09-261-1/+1
* compositor: Log the full path of the config file we're usingKristian Høgsberg2013-09-212-36/+40
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-212-10/+14
* shared: Remove no longer used parse_config_file()Kristian Høgsberg2013-09-212-133/+0
* evdev-touchpad: Set some options using weston.iniArmin K2013-08-122-0/+30
* Add zalloc(size_t) allocator functionPeter Hutterer2013-08-081-0/+42
* shared: Add out-of-memory handling to theme_create()Kristian Høgsberg2013-07-252-5/+29
* tests: Move config-parser.test to tests/Quentin Glidic2013-07-082-213/+0
* shared: Export configuration functionsQuentin Glidic2013-07-031-0/+5
* shared: build fix for config-parser testPekka Paalanen2012-02-071-0/+1
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-056-4/+9
* shared: fix build of libshared-cairoPekka Paalanen2013-06-041-0/+1
* config-parser: Add tests for expect behavuor on NULL configs and sectionsKristian Høgsberg2013-05-281-0/+6
* config-parser: Avoid null dereference when exiting. (case: weston starts with...Mun Gwan-gyeong2013-05-281-0/+3
* config-parser: Avoid null dereference when handling config-parser ( when west...Mun Gwan-gyeong2013-05-281-0/+3
* config-parser: Add section iterator APIKristian Høgsberg2013-05-263-1/+41
* config-parser: Avoid null dereference when handling config-parserMun Gwan-gyeong2013-05-261-0/+2
* config-parser-test: fix compile errorMun Gwan-gyeong2013-05-261-1/+1
* Add new config parserKristian Høgsberg2013-05-234-0/+491
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-142-33/+69
* Fix compiler warningsArmin K2013-04-031-0/+1
* sdk: be C++ friendlyGiulio Camuffo2013-03-282-0/+16
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-202-3/+4
* matrix: track transform typeVasily Khoruzhick2013-01-282-3/+30
* Add new shared/image-loader.h to separate include dependenciesKristian Høgsberg2013-01-285-6/+35
* Link matrix.c into weston againKristian Høgsberg2012-12-072-3/+6
* Move matrix.[ch] to sharedRob Bradford2012-12-063-1/+316
* Fix build warnings from image_loaderPekka Paalanen2012-11-302-1/+2
* configure.ac: Don't link weston to cairo or image librariesKristian Høgsberg2012-11-293-11/+26
* toytoolkit: Don't draw shadows for maximized windows.Scott Moreau2012-10-102-23/+35
* config-parser: Handle lines that don't end in \nKristian Høgsberg2012-08-031-3/+6
* image-loader: Use pixman_image_t, not struct pixman_image_tKristian Høgsberg2012-07-111-1/+1
* image-loader: don't leak pixman_image bits dataRafal Mielniczuk2012-07-111-3/+21
* shared: Don't leak file descriptor in shared/image-loader.cMartin Olsson2012-07-091-1/+3
* weston: Clip window title text to the frameMartin Minarik2012-07-091-0/+5
* compositor: add fallback strchrnul()Pekka Paalanen2012-06-122-0/+15
* Rewrite shm buffer file allocation v2Pekka Paalanen2012-06-062-0/+82
* window: add wrapper for EPOLL_CLOEXECPekka Paalanen2012-05-312-0/+20
* compositor: check for execinfo.hPekka Paalanen2012-05-311-0/+10
* compositor: work around missing SOCK_CLOEXECPekka Paalanen2012-05-313-0/+109
* Share code to to classify pointer location in frameKristian Høgsberg2012-05-222-0/+59
* Rename libconfig-parser to libsharedKristian Høgsberg2012-05-151-3/+4
* Move cairo-util to shared/Kristian Høgsberg2012-05-153-3/+502
* Fix a few -pedantic warningsKristian Høgsberg2012-05-102-2/+2
* config-parser: add missing return for an error casePekka Paalanen2012-04-171-0/+2
* shared: Use $(GCC_CFLAGS), fix warningsKristian Høgsberg2012-04-112-2/+6
* Fix `unused-result' warnings.Jonas Ådahl2012-04-031-2/+4
* Consolidate image loading code and move to shared/Kristian Høgsberg2012-03-123-0/+388
* Add an option parserKristian Høgsberg2012-03-123-0/+101