/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. */ #version 150 core uniform sampler2D TextTex; in vec2 vTexCoord; out vec4 actualColor; void main() { vec3 color = texture(TextTex, vTexCoord).rgb; actualColor = vec4(color, 1.0 - color.r); } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/uiconfig/sweb
AgeCommit message (Expand)Author
2013-02-07Move close button to most left of the findbarJoren De Cuyper
2013-01-17Add close findbar button also on other LO componentsJoren De Cuyper
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat
2012-12-20Templates Manager: removed the old dialogs and menu entriesCédric Bosdonnat
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-11-24Removed horizontal rule ugly 1990 thingCédric Bosdonnat
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat
2012-10-31CMIS: added CheckOut in the File menuCédric Bosdonnat
2012-10-17Writer toolbars: Remove Insert Table from the Table toolbar.Jan Holesovsky
2012-10-17Writer toolbars: Remove Numbering on/off from the Numbering toolbars.Jan Holesovsky
2012-08-10Remove TemplateManager menu entry.Rafael Dominguez
2012-08-10Rename Templates->Save menu to Save As Template.Rafael Dominguez
2012-07-24"Send via Bluetooth" (experimental) feature.Muthu Subramanian
2012-07-06Merge branch 'feature/template-dialog'Rafael Dominguez
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)
2012-06-19Revert "Remove License/Credits menu items"Petr Mladek
2012-06-18Remove License/Credits menu itemsStefan Knorr (astron)
2012-06-15added zoom submenu to ViewTim Hardeck
2012-06-05status bar: Normalize the selection and modification status icons sizes.Jan Holesovsky
2012-05-28Add TemplateManager entry to File menu.Rafael Dominguez
2012-05-25status bar: Get rid of STD/BLK/..., and introduce a menu for that instead.Jan Holesovsky
2012-05-23status bar: INSRT/OVER -> 'Overwrite' shown only when in overwrite mode.Jan Holesovsky