# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Gallery_Gallery,txtshapes,extras/source/gallery/txtshapes)) $(eval $(call gb_Gallery_add_files,txtshapes,$(LIBO_SHARE_FOLDER)/gallery/txtshapes,\ extras/source/gallery/txtshapes/Circle01-DarkBlue.svg \ extras/source/gallery/txtshapes/Circle02-LightBlue.svg \ extras/source/gallery/txtshapes/Circle03-Green.svg \ extras/source/gallery/txtshapes/Circle04-DarkRed.svg \ extras/source/gallery/txtshapes/Circle05-Orange.svg \ extras/source/gallery/txtshapes/Hexagon01-DarkBlue.svg \ extras/source/gallery/txtshapes/Hexagon02-Blue.svg \ extras/source/gallery/txtshapes/Hexagon03-Green.svg \ extras/source/gallery/txtshapes/Hexagon04-DarkRed.svg \ extras/source/gallery/txtshapes/Hexagon05-Orange.svg \ extras/source/gallery/txtshapes/Leaf01-DarkBlue.svg \ extras/source/gallery/txtshapes/Leaf02-LightBlue.svg \ extras/source/gallery/txtshapes/Leaf03-Green.svg \ extras/source/gallery/txtshapes/Leaf04-DarkRed.svg \ extras/source/gallery/txtshapes/Leaf05-Orange.svg \ extras/source/gallery/txtshapes/Paster01-DarkBlue.svg \ extras/source/gallery/txtshapes/Paster02-LightBlue.svg \ extras/source/gallery/txtshapes/Paster03-Green.svg \ extras/source/gallery/txtshapes/Paster04-Red.svg \ extras/source/gallery/txtshapes/Paster05-Orange.svg \ extras/source/gallery/txtshapes/Rectangle01-DarkBlue.svg \ extras/source/gallery/txtshapes/Rectangle02-LightBlue.svg \ extras/source/gallery/txtshapes/Rectangle03-Green.svg \ extras/source/gallery/txtshapes/Rectangle04-DarkRed.svg \ extras/source/gallery/txtshapes/Rectangle05-Orange.svg \ extras/source/gallery/txtshapes/Rectangle06-Striped-Blue.svg \ extras/source/gallery/txtshapes/Rectangle07-Striped-Green.svg \ extras/source/gallery/txtshapes/Rectangle08-Striped-Red.svg \ extras/source/gallery/txtshapes/Rectangle09-Striped-Orange.svg \ extras/source/gallery/txtshapes/Square01-DarkBlue.svg \ extras/source/gallery/txtshapes/Square02-LightBlue.svg \ extras/source/gallery/txtshapes/Square03-Green.svg \ extras/source/gallery/txtshapes/Square04-DarkRed.svg \ extras/source/gallery/txtshapes/Square05-Orange.svg \ extras/source/gallery/txtshapes/Square06-Striped-Blue.svg \ extras/source/gallery/txtshapes/Square07-Striped-Green.svg \ extras/source/gallery/txtshapes/Square08-Striped-Red.svg \ extras/source/gallery/txtshapes/Square09-Striped-Orange.svg \ )) # vim: set noet sw=4 ts=4: lass='left'>AgeCommit message (Expand)AuthorFilesLines 2006-05-30[CIFS] endian fix for new POSIX byte range lock supportSteve French1-2/+2 2006-05-30[CIFS] Fix new POSIX Locking for setting lock_type correctly on unlockSteve French1-3/+33 2006-04-22[CIFS] Readdir fixes to allow search to start at arbitrary positionSteve French1-1/+1 2006-03-31Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-1/+1 2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1 2006-03-09[CIFS] Fix two remaining coverity scan tool warnings.Steve French1-4/+5 2006-03-01[CIFS] Use correct pid on new cifs posix byte range lock callSteve French1-0/+2 2006-02-28[CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French1-0/+78 2006-02-28[CIFS] CIFS readdir perf optimizations part 1Steve French1-1/+7 2006-02-26[CIFS] Free small buffers earlier so we exceed the cifsSteve French1-3/+3 2006-02-22Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French1-3/+4 2006-02-22[PATCH] CIFS: CIFSSMBRead was returning an invalid pointer in buf on socket e...Steve French1-3/+4 2006-02-14[CIFS] SessionSetup cleanup part 2Steve French1-5/+7 2006-02-10[CIFS] fix compile error (typo) and warning in cifssmb.cSteve French1-1/+2<