summaryrefslogtreecommitdiff
path: root/xmerge/Makefile
blob: 0997e628485b15db1ce05c94758f56e1174fb221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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/.
#

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
t 2014-04-22With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist 2014-04-20cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet 2014-04-10Kill the ImplSVGDIData::mbNoXORClipping flagTor Lillqvist 2014-04-07For consistency, set the same "GDI" and "Win" flags for iOS as for OS XTor Lillqvist 2014-04-02Kill superfluous vertical whitespaceTor Lillqvist 2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock 2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann 2014-02-20fix compilation of iostsahi glik 2014-01-26Make sure ShowNativeDialog() shows something: Use NSLog()Tor Lillqvist 2013-12-14iOS tiled rendering workTor Lillqvist 2013-12-11Try to fix colour issuesTor Lillqvist 2013-11-15releasing the CGDataProvider to prevent possible memory leaksPtyl Dragon 2013-11-15created a long long unit for MLOContentSizePtyl Dragon 2013-11-15changed to CGSizePtyl Dragon 2013-11-15refactored to allow copying FixedImage to iosPtyl Dragon 2013-11-15Tiled rendering: Tunnel the request for a tile to the ViewShell.Jan Holesovsky 2013-10-23More work on selection handling in iOSTor Lillqvist 2013-10-22Try to handle selection resizing in a more "correct" wayTor Lillqvist 2013-10-18More text selection WIP hackingTor Lillqvist 2013-10-17Tiles: Documentation of the parameters.Jan Holesovsky 2013-10-17added draw tile signature and select all fixptyl@cloudon.com 2013-10-15New iOS client codeptyl@cloudon.com 2013-10-13Minor refactoring of iOS codeTor Lillqvist 2013-10-11iOS experimental app support for selection marking via long press gestureptyl@cloudon.com 2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com