summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-28Removed in-between namespaces (curve, matrix, numeric, point, polygon, ↵Armin Weiss55-7452/+7384
range, tuple, vector). Names were too common and e.g. vector leaded to problems with some defines. This is now avoided. Also some bug fixes, addition of 3d polygon tooling etc.
2003-11-27#100000#: remove NOOPTFILES for Solaris IntelJens-Heiner Rechtien1-8/+2
2003-11-26new version for FIX645Kurt Zenker1-0/+9
2003-11-26Added support for B3DPolyPOlygon, moved BDRange from source/inc to range ↵Armin Weiss26-165/+611
namespace and the directories
2003-11-26BDRange no longer needed, moved to namespace range and the directories thereArmin Weiss2-8/+8
2003-11-26Added support for B3DPolygonsArmin Weiss4-0/+1602
2003-11-26Moved BasicRange header and implementation to range namespace and directoriesArmin Weiss1-0/+177
2003-11-26Added B3DPolygon supportArmin Weiss4-0/+552
2003-11-25new version for SRC680Rüdiger Timm1-0/+56
2003-11-25new version for SRC680Kurt Zenker1-0/+5
2003-11-25INTEGRATION: CWS valgrind01 (1.45.22); FILE MERGEDRüdiger Timm1-2/+3
2003/11/03 15:41:54 hr 1.45.22.1: #i20184#: initialize buffer before writing to a stream
2003-11-25INTEGRATION: CWS valgrind01 (1.11.160); FILE MERGEDRüdiger Timm1-3/+3
2003/09/26 12:27:54 hr 1.11.160.1: #i20184#: fix off by one error detected by valgrind
2003-11-25INTEGRATION: CWS valgrind01 (1.13.60); FILE MERGEDRüdiger Timm1-5/+7
2003/09/30 12:18:24 hr 1.13.60.1: #i20184#: SvStream::ReadLine(): check the return value of Read(). Thanks to Lulian Seward for providing a patch.
2003-11-25INTEGRATION: CWS valgrind01 (1.2.88); FILE MERGEDRüdiger Timm1-3/+3
2003/10/30 17:43:00 hr 1.2.88.1: #i20184#: JobData::getStreamBuffer() return buffer tailored to the actual size of the stream instead to the size of the stream buffer
2003-11-25INTEGRATION: CWS valgrind01 (1.64.14); FILE MERGEDRüdiger Timm1-2/+3
2003/10/01 11:31:15 hr 1.64.14.1: #i20184#: initialize member m_aCurrentDropWindow before using it
2003-11-24INTEGRATION: CWS aw003 (1.170.26); FILE MERGEDRüdiger Timm1-2/+24
2003/08/20 09:59:50 aw 1.170.26.5: RESYNC: (1.174-1.176); FILE MERGED 2003/06/30 15:58:44 aw 1.170.26.4: RESYNC: (1.170-1.174); FILE MERGED 2003/06/20 13:36:04 pl 1.170.26.3: #110094# respect logic coordinates in ExpandPaintClipRegion 2003/06/20 12:52:45 pl 1.170.26.2: #110094# respect logic coordinates in ExpandPaintClipRegion 2003/06/20 09:15:11 pl 1.170.26.1: #110094# add: ExpandPaintClipRegion
2003-11-24INTEGRATION: CWS aw003 (1.9.54); FILE MERGEDRüdiger Timm1-4/+57
2003/11/05 09:10:55 aw 1.9.54.8: resolved one more conflict 2003/11/04 17:34:16 aw 1.9.54.7: RESYNC: (1.9-1.10); FILE MERGED 2003/08/14 11:55:57 thb 1.9.54.6: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/07/28 18:03:56 thb 1.9.54.5: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 16:32:17 thb 1.9.54.4: #110958# Changed constructor 2003/07/28 14:51:20 thb 1.9.54.3: #110958# Initialize flag 2003/07/28 14:33:04 thb 1.9.54.2: #110958# Now using a separate constructor, to remain compatible 2003/07/28 14:00:01 thb 1.9.54.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.10.68); FILE MERGEDRüdiger Timm1-2/+27
2003/10/07 19:11:16 aw 1.10.68.2: RESYNC: (1.10-1.11); FILE MERGED 2003/07/28 18:03:56 thb 1.10.68.1: #110958# Removed several set* inlines, to intercept them for alpha vdev painting
2003-11-24INTEGRATION: CWS aw003 (1.5.76); FILE MERGEDRüdiger Timm1-14/+49
2003/08/07 08:07:40 thb 1.5.76.3: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 16:32:17 thb 1.5.76.2: #110958# Changed constructor 2003/07/28 14:00:01 thb 1.5.76.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.3.82); FILE MERGEDRüdiger Timm1-2/+20
2003/07/28 14:00:01 thb 1.3.82.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.13.82); FILE MERGEDRüdiger Timm1-19/+42
2003/10/07 19:11:09 aw 1.13.82.5: RESYNC: (1.13-1.14); FILE MERGED 2003/09/02 16:48:13 thb 1.13.82.4: #110958# Handling background vdevs special, if destination is alpha vdev -> then, background vdev must be alpha, too 2003/08/14 11:55:56 thb 1.13.82.3: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/08/07 08:07:40 thb 1.13.82.2: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 14:00:00 thb 1.13.82.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.151.12); FILE MERGEDRüdiger Timm1-6/+61
2003/11/21 10:45:24 aw 1.151.12.7: RESYNC: (1.157-1.158); FILE MERGED 2003/11/04 17:34:00 aw 1.151.12.6: RESYNC: (1.156-1.157); FILE MERGED 2003/10/07 19:11:00 aw 1.151.12.5: RESYNC: (1.155-1.156); FILE MERGED 2003/10/06 17:27:52 thb 1.151.12.4: #110958# Alpha painting with solid color is always opaque 2003/08/20 10:01:34 aw 1.151.12.3: RESYNC: (1.151-1.155); FILE MERGED 2003/08/07 08:07:39 thb 1.151.12.2: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 13:59:59 thb 1.151.12.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.13.58); FILE MERGEDRüdiger Timm1-81/+282
2003/09/02 16:48:12 thb 1.13.58.8: #110958# Handling background vdevs special, if destination is alpha vdev -> then, background vdev must be alpha, too 2003/08/19 16:57:58 aw 1.13.58.7: #111096# 2003/08/15 08:51:24 thb 1.13.58.6: #110958# Setting the alpha bit depth, when doing transitive alpha blitting 2003/08/14 11:55:56 thb 1.13.58.5: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/08/07 08:07:39 thb 1.13.58.4: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff 2003/07/28 18:03:55 thb 1.13.58.3: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 16:32:17 thb 1.13.58.2: #110958# Changed constructor 2003/07/28 13:59:59 thb 1.13.58.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.23.58); FILE MERGEDRüdiger Timm1-2/+130
2003/10/07 19:10:52 aw 1.23.58.6: RESYNC: (1.23-1.24); FILE MERGED 2003/09/02 16:47:27 thb 1.23.58.5: #110958# Added alpha channel query methods 2003/08/14 11:55:55 thb 1.23.58.4: #110958# Alpha is now transitive for virdev-virdev copies; now correctly forwarding line/fill color switchings to alpha vdev 2003/07/28 18:07:59 thb 1.23.58.3: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 18:03:55 thb 1.23.58.2: #110958# Removed several set* inlines, to intercept them for alpha vdev painting 2003/07/28 13:59:58 thb 1.23.58.1: #110958# Added alpha channel for virtual device painting. That means, alpha information is retained during painting to a vdev
2003-11-24INTEGRATION: CWS aw003 (1.10.202); FILE MERGEDRüdiger Timm1-5/+5
2003/08/07 08:07:38 thb 1.10.202.1: #110958# Had to intercept some more map mode changes (this time direct mbMap manipulations), and inverted the alpha compositing calculations to actually match Porter/Duff
2003-11-20#100000# corrected cast for nonpro versionKurt Zenker1-3/+3
2003-11-20#100000# adaptation to vcl changesKurt Zenker1-2/+4
2003-11-20#100000# include <sysdata.hxx> are neededKurt Zenker1-2/+5
2003-11-20new version for SRC680Kurt Zenker1-0/+11
2003-11-20#100000# solved merge problemsKurt Zenker8-257/+306
2003-11-19new version for SRC680Kurt Zenker1-0/+56
2003-11-19new version for SRC680Kurt Zenker1-0/+6
2003-11-19new version for SRC680Kurt Zenker1-0/+116
2003-11-18new version for SRC680Kurt Zenker1-0/+56
2003-11-18new version for SRC680Kurt Zenker1-0/+4
2003-11-18INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDEDKurt Zenker1-0/+116
2003/10/06 14:36:06 mav 1.1.2.1: #i19303#,#i20750# UNO API storage duplicate related stuff
2003-11-18INTEGRATION: CWS scriptingf1 (1.1.2); FILE ADDEDKurt Zenker1-0/+228
2003/10/06 14:36:04 mav 1.1.2.1: #i19303#,#i20750# UNO API storage duplicate related stuff
2003-11-18INTEGRATION: CWS scriptingf1 (1.79.16); FILE MERGEDKurt Zenker1-3/+39
2003/10/06 14:35:18 mav 1.79.16.1: #i19303#,#i20750# UNO API storage duplicate related stuff
2003-11-18INTEGRATION: CWS scriptingf1 (1.36.36); FILE MERGEDKurt Zenker1-2/+153
2003/10/06 16:15:15 mav 1.36.36.2: #i19303# kind of locking 2003/10/06 14:37:20 mav 1.36.36.1: #i19303# UNO API storage duplicate related stuff
2003-11-18INTEGRATION: CWS scriptingf1 (1.6.44); FILE MERGEDKurt Zenker1-3/+7
2003/10/06 14:37:19 mav 1.6.44.1: #i19303# UNO API storage duplicate related stuff
2003-11-18INTEGRATION: CWS scriptingf1 (1.20.16); FILE MERGEDKurt Zenker1-2/+15
2003/10/06 14:37:00 mav 1.20.16.1: #i19303# UNO API storage duplicate related stuff
2003-11-18INTEGRATION: CWS scriptingf1 (1.4.322); FILE MERGEDKurt Zenker1-3/+36
2003/10/09 13:57:31 dfoster 1.4.322.1: #i19263# - support scripting framework scripts for object/graphic and other events
2003-11-18INTEGRATION: CWS scriptingf1 (1.2.356); FILE MERGEDKurt Zenker1-2/+7
2003/10/28 15:29:42 dfoster 1.2.356.2: #i21612# Fixing error in previous commit. 2003/10/28 10:15:14 dfoster 1.2.356.1: #i21612# Added support for returning Script from GetLanguage() call for SvxMacro when type is EXTENDED_STYPE. Commited by dfoster for npower.
2003-11-18#100000# solve mergeconflictsKurt Zenker5-20/+30
2003-11-18INTEGRATION: CWS vclsysmenu (1.94.66); FILE MERGEDKurt Zenker1-43/+548
2003/11/10 16:50:55 ssa 1.94.66.6: #i20547# enable alt-hotkey for native menubar 2003/10/31 16:43:29 ssa 1.94.66.5: #i20547# improve native menu support 2003/10/13 10:04:02 ssa 1.94.66.4: #110386# do not transform coordinates for system child windows 2003/10/02 15:41:32 ssa 1.94.66.3: #i20547# native menues 2003/10/01 15:21:29 ssa 1.94.66.2: RESYNC: (1.94-1.95); FILE MERGED 2003/10/01 14:42:34 ssa 1.94.66.1: #i20547# native menues
2003-11-18INTEGRATION: CWS vclsysmenu (1.7.214); FILE MERGEDKurt Zenker1-3/+7
2003/10/01 14:41:37 ssa 1.7.214.1: #i20547# native menues
2003-11-18INTEGRATION: CWS vclsysmenu (1.164.24); FILE MERGEDKurt Zenker1-2/+13
2003/10/02 14:51:38 ssa 1.164.24.1: #i20547# native menus
2003-11-18INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDEDKurt Zenker1-0/+451
2003/11/03 12:50:59 ssa 1.1.2.4: #i20547# rename SalItemData, VisibleMenuBar() now static, redrawing menu bar only if visible 2003/10/31 16:43:30 ssa 1.1.2.3: #i20547# improve native menu support 2003/10/27 16:39:39 ssa 1.1.2.2: #i20547# do not store itempos with each item 2003/10/01 14:24:42 ssa 1.1.2.1: #i20547# native menues
2003-11-18INTEGRATION: CWS vclsysmenu (1.2.204); FILE MERGEDKurt Zenker1-2/+4
2003/11/10 17:33:13 ssa 1.2.204.2: RESYNC: (1.2-1.3); FILE MERGED 2003/10/01 14:42:32 ssa 1.2.204.1: #i20547# native menues
2003-11-18INTEGRATION: CWS vclsysmenu (1.1.2); FILE ADDEDKurt Zenker1-0/+97
2003/10/27 16:29:33 ssa 1.1.2.2: #i20547# do not store itempos with each item 2003/10/01 14:24:14 ssa 1.1.2.1: #i20547# native menues