1191 Commits

Author SHA1 Message Date
Tor Lillqvist
f10a74f4fd Move prewin.h and postwin.h to solenv and adapt 2011-02-08 14:02:04 +02:00
Carsten Driesner
c39a5bda38 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Mikhail Voytenko
dc67e8e277 removetooltypes01: #i112600# adjust cairo-related source code in canvas 2011-02-03 12:06:41 +01:00
Thomas Arnhold
957c87b827 Clean up makefiles 2011-02-01 17:58:55 +01:00
Fridrich Štrba
dcb890250f Revert "Work around compilation errors on 64-bit Windows"
This reverts commit a82aae8c5da6d708ff0efd17d28548f6d2fa5cc0, which breaks
directx canvas build on Windows 32-bit
2011-01-30 11:51:29 +01:00
Frank Schoenheit [fs]
112393ad54 undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
Caolán McNamara
1ee2893b84 WaE: gcc 4.6.0 various warnings 2011-01-27 16:53:22 +00:00
Tor Lillqvist
eb841ee609 Work around compilation errors on 64-bit Windows
Again the ULONG clashes on 64-bit Windows cause pain. Work around by
using pre/postwin.h, and that then necessitates use of explict
WIN_BYTE instead of just BYTE. Sigh...
2011-01-25 01:52:16 +02:00
Carsten Driesner
2025ad7dd6 removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
Thomas Arnhold
2fb4d4800c Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:35:10 +01:00
Pierre-André Jacquod
e7df509dd9 fix after struct member renaminge (pXRenderFormat)
the right one, this time.... sorry.
2011-01-17 20:00:20 +00:00
Pierre-André Jacquod
6361b7d4f6 fix after variable renaming (pXrenderformat) 2011-01-17 20:00:20 +00:00
Pierre-André Jacquod
1daab75fea fix after struct member renaminge (pXRenderFormat)
the right one, this time.... sorry.
2011-01-17 20:37:33 +01:00
Pierre-André Jacquod
bf1b1b9f8f fix after variable renaming (pXrenderformat) 2011-01-17 20:33:32 +01:00
Philipp Lohmann [pl]
ecb9166cbb rebase to DEV300_m97 2011-01-12 17:33:34 +01:00
Mikhail Voytenko
143f5e31f0 removetooltypes01: #i112600# adjust canvas 2011-01-10 13:00:11 +01:00
Mikhail Voytenko
9ed7a44c0f removetooltypes01: #i112600# adjust canvas 2011-01-10 12:31:13 +01:00
Mikhail Voytenko
2849a7757f removetooltypes01: #i112600# adjust canvas 2011-01-10 12:15:36 +01:00
Sebastian Spaeth
7e34142aba Use FONTCONFIG_LIBS rather than -lfontconfig
And add some spaces.
2010-12-10 14:59:37 +01:00
Philipp Lohmann [pl]
ead04f8f0b vcl118: #i115905# improved clip region interface on SAL layer (part 1, windows implementation) 2010-12-03 16:21:36 +01:00
Caolán McNamara
4ef7c0de84 Related: fdo#31243 remove shadowed variable names
(cherry picked from commit 4a95223e49e5967472ff6ee68659c4ff87298e4d)
2010-12-03 11:16:18 +00:00
Caolán McNamara
c7f3bf8c9e Resolves: fdo#31243 glyph fallback for cairo-canvas
(cherry picked from commit cbd99e3bdd8a2bb887fb3eeb1e8d0a90f7576234)
2010-12-03 11:16:09 +00:00
Caolán McNamara
c50bf79ecc Related: fdo#31243 remove shadowed variable names 2010-12-03 11:06:13 +00:00
Caolán McNamara
c290fd4808 Resolves: fdo#31243 glyph fallback for cairo-canvas 2010-12-03 11:00:01 +00:00
caolanm
c54074891c fix glyph fallback for cairocanvas (thanks cmc)
* set font fallback info on glyph vector inside vcl
* pick actual fallback font when rendering glyphs in cairocanvas
2010-12-06 11:28:14 +01:00
Herbert Duerr [hdu]
608fc9264d #i96685# removed not-yet active code to help comment+deadcode removing devs 2010-11-30 13:45:26 +01:00
Herbert Duerr [hdu]
0e761aa2e7 #i96685# implement b2d-drawing of poly-gradients in vcl-canvas 2010-11-30 13:44:07 +01:00
Herbert Duerr [hdu]
dce4eab176 #i96685# fix drawing of gradients in vcl-canvas 2010-11-30 13:42:27 +01:00
Herbert Duerr [hdu]
c181a93a43 #i95645# fix obvious snafu with bitwise manipulation 2010-11-24 11:09:04 +01:00
Kevin Hunter
597faa1032 EasyHack: RTL macro converted from createFromAscii 2010-11-09 21:49:16 +01:00
Rene Engelhard
5b4d4af3e8 bin agg 2010-10-29 18:27:37 +02:00
Frank Schoenheit [fs]
d2e595727b merge after pulling DEV300.m91 2010-10-29 11:31:21 +02:00
Caolán McNamara
08cbfebc04 add modelines to .h and .c files as well 2010-10-28 15:52:27 +01:00
Norbert Thiebaud
d88b292704 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:38 -05:00
Norbert Thiebaud
5ef746c218 use SolarMutexGuard instead of LocalGuard in canvas
LocalGuard is a wrapper guard around the SolarMutex.
SolarMutexGuard already provide this function.
2010-10-25 19:55:37 -05:00
Norbert Thiebaud
18a9a87a80 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:36 -05:00
Frank Schoenheit [fs]
f6cea1f12d undoapi: allow compiling with VERBOSE being set 2010-10-22 15:00:38 +02:00
Vladimir Glazunov
b24d4e1f2a #i114935# 2010-10-18 14:37:51 +02:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:02:15 +02:00
Caolán McNamara
41e955d473 #i113910# fix frame effect around images in cairo on some drivers 2010-10-06 11:47:54 +01:00
Petr Mladek
1275d274db more removed include guards using fixguard.py 2010-10-05 18:21:30 +02:00
Petr Mladek
028b400398 remove include guards using fixguard.py 2010-10-05 18:21:29 +02:00
Caolán McNamara
4bdbb59c38 #i113400# Maths brackets misformed in presentation mode 2010-10-05 10:43:00 +01:00
Tor Lillqvist
43353febc0 Need to include <com/sun/star/rendering/PanoseProportion.hpp>
Thanks to caolan for the hint.
2010-10-01 18:15:42 +03:00
Caolán McNamara
4361349144 #i64671# transfer VCL's FontPitch through DrawingLayer to Canvas 2010-09-30 16:10:40 +01:00
sb
dd04f0f604 sb129: merged in DEV300_m88 2010-09-22 10:27:02 +02:00
Hans-Joachim Lankenau
81951bfb56 CWS-TOOLING: integrate CWS cmcfixes78 2010-09-17 14:17:32 +02:00
Hans-Joachim Lankenau
ea9f984e8f DEV300: changesets OOO330 up to m8 2010-09-17 13:32:40 +02:00
Radek Doulik
5edd416e83 emf+-canvas-vcl-clear.diff: emf+ import - fix vcl canvas clearing
of empty canvas
2010-09-15 17:54:14 +02:00
Thorsten Behrens
428a2d7f37 win32-force-version-fix.diff: force WINVER when using non-std win api 2010-09-14 12:58:20 +02:00