Norbert Thiebaud
653dda4a34
remove include of pch header from vcl
2011-11-27 13:26:59 -06:00
Lionel Elie Mamane
bce71931ab
Oups... Disambiguation solved another way in 1c2f5d
2011-11-21 15:18:16 +01:00
Lionel Elie Mamane
96d01c8f07
disambiguate (OU)?String comparison into OUString comparison
2011-11-21 14:15:11 +01:00
Caolán McNamara
ce60138d33
link error
2011-11-21 13:12:27 +00:00
Caolán McNamara
6a9593f882
trailing/missing ,
2011-11-21 12:53:58 +00:00
Caolán McNamara
054568fea7
this casting of a void* is a disaster waiting to happen
...
only ever used for a string, to set it to a string type
2011-11-21 12:51:36 +00:00
David Tardon
1c2f5d73a7
more conversion to rtl::OUString
2011-11-21 13:19:34 +01:00
David Tardon
3a88a0606b
WaE: initialization order
2011-11-21 13:19:33 +01:00
David Tardon
5e04a781c5
WaE: type qualifiers ignored on function return type
2011-11-21 13:19:32 +01:00
Caolán McNamara
e1de8237d5
these need to be getStr post OUString-ization
2011-11-21 11:02:36 +00:00
David Tardon
d1916dfdb3
the string is sal_Unicode, not sal_Char
2011-11-21 10:27:47 +01:00
David Tardon
81b71b2ca6
init members in correct order
2011-11-21 10:27:47 +01:00
David Tardon
69dd81e2f2
use correct rtl::OUString function
2011-11-21 10:27:46 +01:00
David Tardon
c5aeaee20c
convert win plugin to rtl::O(U)String
2011-11-21 09:04:19 +01:00
Thomas Arnhold
2411ea09a8
redundant if not-null checks on delete
2011-11-07 12:49:03 +00:00
Caolán McNamara
bea5e37dd3
Rename ImplFontSelectData to FontSelectPattern so I know what it does
...
Rename ImplFontSelectData to FontSelectPattern because I can never remember the
name of the thing. This way I'll be able to remember that its basically the
equivalent of fontconfig's FcPattern
2011-10-27 16:39:32 +01:00
Michael Meeks
b5423ef42e
WaE: misc. windows related fixes
2011-10-25 17:11:10 +01:00
Olivier Hallot
a5d6dca3e9
Fix for fdo41997 continuation of VCL cleanup
2011-10-25 13:42:00 +01:00
Michael Meeks
a53082c7c8
generic: more unix conditional compilation pieces and win32 porting
2011-10-25 13:41:54 +01:00
Michael Meeks
4a7e348291
re-write gtksys to use the cleaner GdkScreen API avoiding X & Xinerama
2011-10-25 13:41:44 +01:00
Olivier Hallot
b0224f8050
Fix for bug fdo#41997, cleanup vcl enumeration
2011-10-21 20:48:03 +01:00
Jan Holesovsky
42b8e37570
Make the key names look better under wine.
2011-10-09 20:50:50 +02:00
Pierre-André Jacquod
a74dec4e61
cppcheck scope reduction of var in vcl/... salprn.cxx
2011-10-07 15:57:31 +02:00
Pierre-André Jacquod
25d189859f
cppcheck reduce scope of var in vcl/... salgdi2.cxx and avoid hidden var
2011-10-07 15:57:31 +02:00
Pierre-André Jacquod
03fda3dba9
cppcheck scope reduction of var in vcl/... salbmp.cxx
2011-10-07 15:57:31 +02:00
Tor Lillqvist
d5a5be9e7d
WaE: unreachable code
2011-10-04 14:25:41 +03:00
Tor Lillqvist
62892c5cac
Kill unused SalFrameWndProcA() function
2011-09-30 16:25:18 +03:00
Tor Lillqvist
d91a698637
Kill unused ImplSalUpdateStyleFontA() function
2011-09-30 16:23:28 +03:00
Norbert Thiebaud
ddc28b8ad6
clean-up ghost traces of unicow
2011-09-30 08:11:31 -05:00
Stephan Bergmann
01e0b770a5
Let SalAbort dump core on developer builds.
2011-09-28 15:24:52 +02:00
Pierre-André Jacquod
40620d716b
[cppchecker] local variable deleted
...
this local declaration makes no sense, based on the previous code, it seems
this is a rest of the former code change
2011-09-06 22:39:47 +02:00
Julien Nabet
e506874251
slightly buggy commit 66141a46a4
from 20/11/2008
2011-09-01 21:34:54 +02:00
Julien Nabet
78c1a9f5c4
Some cppcheck cleaning
2011-09-01 21:34:19 +02:00
Dmitry A Ashkadov
87eb8f8ee8
Polyline improvement for Windows
...
I tried to draw polyline.... But on Windows... the end point is not
drawn... the main problem is WinAPI LineTo() function. MSDN says:
The LineTo function draws a line from the current position up to, but
not including, the specified point.
I think WinAPI Polyline() function uses LineTo() to draw a polyline. I
see a hack in VCL module in WinSalgraphics::drawLine(): "we must paint
the endpoint" But there is no such hack for drawPolyLine() function. A
possible solution is same as for drawLine().
2011-08-29 13:21:32 +03:00
Tor Lillqvist
648bbe3d64
Remove assertion that does not compile
2011-08-23 01:02:28 +03:00
Caolán McNamara
5bc86df0c8
lets keep original encoding
2011-08-15 09:21:47 +01:00
Jan Holesovsky
7c1a620eca
Commit fee11cbc61
changed encoding to UTF8, revert that.
2011-08-15 00:01:57 +02:00
Norbert Thiebaud
fee11cbc61
Replace removed ByteString API usage
2011-08-13 07:17:11 -05:00
Bjoern Michaelsen
a233dac065
resyncing to master
2011-07-21 18:56:16 +02:00
Tor Lillqvist
380971f078
Adapt for windres, use the actual lower-case file names
2011-07-15 17:53:56 +03:00
Tor Lillqvist
f564296d7b
The MinGW winuser.h doesn't have WM_MOUSEHWHEEL yet
2011-07-14 21:31:28 +03:00
Tor Lillqvist
c4accd1fd7
Fix WNTGCC compilation error
2011-07-14 21:07:07 +03:00
Tor Lillqvist
80e824f344
Use all-lowercase header names
2011-07-14 21:02:30 +03:00
Tor Lillqvist
1f7e587c28
Fixes for Windows cross-compilation
...
Header names are all lower-case. Use our own sehandler.hxx instead of
assuming that stuff being in a patches excpt.h.
2011-07-14 18:27:26 +03:00
Tor Lillqvist
87f3d120ef
Use the flat GdiPlus API as needed because of the incomplete headers from Wine
2011-07-14 18:27:26 +03:00
Tor Lillqvist
bf02d13352
chmod -x
2011-07-06 21:00:55 +03:00
Tor Lillqvist
30804502d9
Drop Win9x and NT4 code
2011-07-06 21:00:53 +03:00
Jesús Corrius
6bc21bfd34
Avoid possible null pointer dereference
2011-06-20 22:21:13 +02:00
Bjoern Michaelsen
941020379b
Merge branch 'master' into feature/gnumake4
...
Conflicts:
basebmp/prj/d.lst
basebmp/test/basictest.cxx
basebmp/test/makefile.mk
basegfx/inc/basegfx/basegfxdllapi.h
basegfx/inc/basegfx/tools/debugplotter.hxx
basegfx/inc/basegfx/tuple/b2ituple.hxx
basegfx/prj/d.lst
basegfx/source/numeric/makefile.mk
basegfx/source/polygon/makefile.mk
basegfx/source/range/makefile.mk
basegfx/source/raster/makefile.mk
basegfx/source/tuple/makefile.mk
basegfx/source/vector/makefile.mk
basegfx/test/basegfx1d.cxx
basegfx/test/makefile.mk
basegfx/util/makefile.mk
canvas/Library_canvasfactory.mk
canvas/Module_canvas.mk
canvas/prj/build.lst
canvas/prj/d.lst
canvas/source/cairo/cairo_canvashelper_texturefill.cxx
canvas/source/cairo/makefile.mk
canvas/source/tools/makefile.mk
comphelper/qa/string/makefile.mk
cppcanvas/Module_cppcanvas.mk
cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
cppcanvas/prj/build.lst
cppcanvas/prj/d.lst
cppcanvas/source/mtfrenderer/makefile.mk
cppcanvas/util/makefile.mk
i18npool/source/search/makefile.mk
regexp/Library_regexp.mk
regexp/prj/d.lst
sax/CppunitTest_sax.mk
sax/Library_sax.mk
sax/prj/d.lst
sax/qa/cppunit/test_converter.cxx
sax/source/expatwrap/attrlistimpl.hxx
sax/util/makefile.mk
svtools/Library_svt.mk
tools/Executable_sspretty.mk
ucbhelper/prj/d.lst
ucbhelper/source/provider/configureucb.cxx
ucbhelper/source/provider/provconf.cxx
ucbhelper/util/makefile.mk
unotools/Library_utl.mk
unotools/Module_unotools.mk
unotools/Package_inc.mk
unotools/prj/build.lst
vcl/Library_desktop_detector.mk
vcl/Library_vcl.mk
vcl/Library_vclplug_gtk.mk
vcl/aqua/source/gdi/salprn.cxx
vcl/inc/aqua/saldata.hxx
vcl/unx/generic/gdi/salgdi3.cxx
2011-06-19 12:47:44 +02:00
Jesús Corrius
03db851b12
Remove obsolete Win95/NT code
2011-06-18 18:36:57 +02:00