summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Expand)AuthorFilesLines
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman2-33/+69
2013-04-03Fix compiler warningsArmin K1-0/+1
2013-03-28sdk: be C++ friendlyGiulio Camuffo2-0/+16
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg2-3/+4
2013-01-28matrix: track transform typeVasily Khoruzhick2-3/+30
2013-01-28Add new shared/image-loader.h to separate include dependenciesKristian Høgsberg5-6/+35
2012-12-07Link matrix.c into weston againKristian Høgsberg2-3/+6
2012-12-06Move matrix.[ch] to sharedRob Bradford3-1/+316
2012-11-30Fix build warnings from image_loaderPekka Paalanen2-1/+2
2012-11-29configure.ac: Don't link weston to cairo or image librariesKristian Høgsberg3-11/+26
2012-10-10toytoolkit: Don't draw shadows for maximized windows.Scott Moreau2-23/+35
2012-08-03config-parser: Handle lines that don't end in \nKristian Høgsberg1-3/+6
2012-07-11image-loader: Use pixman_image_t, not struct pixman_image_tKristian Høgsberg1-1/+1
2012-07-11image-loader: don't leak pixman_image bits dataRafal Mielniczuk1-3/+21
2012-07-09shared: Don't leak file descriptor in shared/image-loader.cMartin Olsson1-1/+3
2012-07-09weston: Clip window title text to the frameMartin Minarik1-0/+5
2012-06-12compositor: add fallback strchrnul()Pekka Paalanen2-0/+15
2012-06-06Rewrite shm buffer file allocation v2Pekka Paalanen2-0/+82
2012-05-31window: add wrapper for EPOLL_CLOEXECPekka Paalanen2-0/+20
2012-05-31compositor: check for execinfo.hPekka Paalanen1-0/+10
2012-05-31compositor: work around missing SOCK_CLOEXECPekka Paalanen3-0/+109
2012-05-22Share code to to classify pointer location in frameKristian Høgsberg2-0/+59
2012-05-15Rename libconfig-parser to libsharedKristian Høgsberg1-3/+4
2012-05-15Move cairo-util to shared/Kristian Høgsberg3-3/+502
2012-05-10Fix a few -pedantic warningsKristian Høgsberg2-2/+2
2012-04-17config-parser: add missing return for an error casePekka Paalanen1-0/+2
2012-04-11shared: Use $(GCC_CFLAGS), fix warningsKristian Høgsberg2-2/+6
2012-04-03Fix `unused-result' warnings.Jonas Ådahl1-2/+4
2012-03-12Consolidate image loading code and move to shared/Kristian Høgsberg3-0/+388
2012-03-12Add an option parserKristian Høgsberg3-0/+101
2012-01-27Implement CONFIG_KEY_UNSIGNED_INTEGERScott Moreau2-3/+14
2011-12-08Use '-' to separate words in file namesKristian Høgsberg3-4/+5
2011-12-08configparser: rename BOOL, document typesPekka Paalanen2-6/+6
2011-12-08move config parser to a convenience libraryPekka Paalanen3-0/+229