Commit Graph

297 Commits

Author SHA1 Message Date
Release Engineers
fe2fc695df CWS-TOOLING: integrate CWS dba32c
2009-06-29 20:53:25 +0200 fs  r273484 : #i103138# Rectangle conversion
2009-06-29 20:51:50 +0200 fs  r273483 : #i103138# yet more refactoring, now also setting the proper zoom level at the proper point in time
2009-06-29 13:40:26 +0200 fs  r273470 : added svn:ignore to ignore output paths
2009-06-29 10:08:54 +0200 fs  r273455 : #i103138#
refactored the code for positioning/zooming the control
Basically, we now allow adjustControlGeometry_throw (formerly known as positionControl_throw and setControlZoom) to
take an additional ViewTransformation parameter, describing the transformation to obtain the actual
control position/size. Consequently, positionControl itself also allows for a ViewTransformation parameter.
This has become necessary since during painting, the device which we created our control for might not necessarily
have a proper MapMode set. In this case, if we would use this map mode for calculating the control's position/size,
this would lead to wrong results.
Note that this problem was introduced by the fix for #i101398#: During the fix, we postponed the control creation
to a later time (when it is really needed). At this later time, the MapMode at the device is broken, at the earlier
time where we formerly crearted the control (createPrimitive2DSequence), it is not yet broken.
Whether or not the MapMode is defined as "broken" might depend on one's point of view, however ...
I consider it broken, since:
- we need the map mode to obtain the proper zoom level, which is to be forwarded to the control
- there are scenarios where the MapMode is *not* set to MAP_PIXEL (in those scenarios, everything works
  fine), and there are scenarios where it *is* set to MAP_PIXEL (in those the bug 103138 appears).
It somehow feels wrong that one cannot rely on the device's map mode this way, but on the other hand
one has no possibility to obtain the current zoom by other means.
Note that one issue (still to be submitted) is left: In the page pane of a Draw/Impress document, controls
have a wrong text size. This is because in this pane, the above-mentioned "broken" map mode is used,
which means the controls have a zoom of "1:1" set, which is wrong here.
2009-06-25 13:41:35 +0200 msc  r273380 : #100000# the tabs changed die to new properties
2009-06-24 12:42:40 +0200 msc  r273330 : #102082# remove issue warning
2009-06-22 10:43:14 +0200 fs  r273201 : createPrimitive2DSequence: care for being disposed
2009-06-18 12:35:13 +0200 oj  r273109 : #i102305# make nooptfiles for gcc
2009-06-17 12:14:37 +0200 oj  r273056 : #i102305# fix for linux
2009-06-17 07:20:22 +0200 oj  r273046 : #i102305# move ValueTransfer into the for loop to avoid a crash under Linux
2009-06-17 07:17:28 +0200 oj  r273045 : #i102305# use varchar
2009-06-15 14:11:27 +0200 fs  r272983 : added since tag
2009-06-15 12:11:39 +0200 oj  r272973 : #i102305# SAL_DLLPUBLIC_EXPORT inserted
2009-06-15 11:08:53 +0200 fs  r272969 : #i10000#
2009-06-15 09:25:13 +0200 fs  r272963 : merging fix for P1 issue #i102701#
2009-06-11 11:31:24 +0200 fs  r272858 : #i10000# copied the fix which before the rebase was done in ../dialog/macropg.src
2009-06-11 09:38:14 +0200 fs  r272846 : CWS-TOOLING: rebase CWS dba32c to trunk@272827 (milestone: DEV300:m50)
2009-06-02 09:53:10 +0200 fs  r272483 : #i10000#
2009-05-29 15:55:03 +0200 fs  r272465 : #i100818#
2009-05-29 12:58:43 +0200 fs  r272452 : don't apply comphelper::getString on possibly VOID any
2009-05-29 10:38:35 +0200 oj  r272437 : #i101519# handle where condition
2009-05-29 09:53:39 +0200 fs  r272434 : #i100818# call into releaseStubs /without/ locked GlobalMutex
2009-05-28 07:53:44 +0200 oj  r272375 : #i101369# parse tree changed
2009-05-27 14:53:36 +0200 fs  r272347 : #i10000#
2009-05-27 09:29:15 +0200 oj  r272327 : #i101626# check for double before hard cast
2009-05-27 09:13:58 +0200 oj  r272326 : #i101626# handle void correctly
2009-05-27 08:04:39 +0200 oj  r272321 : #i102256# wrong method signature used
2009-05-27 07:55:52 +0200 oj  r272320 : #i101519# look up parameter typ if used in function
2009-05-27 06:49:07 +0200 oj  r272319 : #i101519# set parameter from rowset as well
2009-05-26 13:30:56 +0200 oj  r272297 : #i101987# impl XBatchExecution
2009-05-26 12:44:34 +0200 oj  r272293 : #i101700# check if group is not set
2009-05-26 12:16:53 +0200 oj  r272290 : #i101369# resolved some reduce7reduce problems with boolean_term and search_condition
2009-05-26 12:12:42 +0200 oj  r272289 : #i101369# fix for or on one line criteria
2009-05-25 16:02:25 +0200 fs  r272257 : #i999704# +PROPERTY_MOUSE_WHEEL_BEHAVIOR
2009-05-25 16:01:55 +0200 fs  r272256 : merging the changes from CWS dba32b herein
2009-05-25 15:49:57 +0200 fs  r272254 : #i999704#
2009-05-25 15:32:57 +0200 fs  r272252 : #i99704# grid columns also to respect the MouseWheelBehavior property
2009-05-25 15:23:43 +0200 fs  r272251 : don't pass empty Anys to ::comphelper::getString
2009-05-25 14:48:43 +0200 fs  r272248 : merged changes from CWS dba32b herein
2009-05-25 14:44:40 +0200 fs  r272247 : #i99704# support new MouseWheelBehavior property
2009-05-25 14:43:18 +0200 fs  r272246 : #i99704# WheelWithoutFocus (peer property) superseded by MouseWheelBehavior (model property)
2009-05-25 14:41:03 +0200 fs  r272245 : #i99704# no need to set the mouse wheel behavior at the peer, this is now a model property, having the right default
2009-05-25 14:39:31 +0200 fs  r272243 : removed dead import
2009-05-25 14:35:36 +0200 fs  r272242 : the new EnableVisible doesn't make sense for grid columns
2009-05-25 14:34:33 +0200 fs  r272241 : #i99704# +MouseWheelBehavior - allow to enable/disable the mouse wheel for the control, or make it focus-dependent
2009-05-25 14:26:11 +0200 fs  r272240 : #i99704# change MouseSettings wheel flag (NoWheelActionWithoutFocus) to a three-state option, allowing to completely ignore the mouse wheel
2009-05-23 21:35:59 +0200 fs  r272213 : localize 'sub component opened/closed' event
2009-05-22 21:42:47 +0200 fs  r272211 : #i102003#
2009-05-22 21:42:20 +0200 fs  r272210 : grammar
2009-05-22 21:36:10 +0200 fs  r272209 : #i102140# load only once, not twice, and show error messages during loading (and during any form action, that is) asynchronously
2009-05-22 21:35:11 +0200 fs  r272208 : #i102140# +clear
2009-05-22 14:50:30 +0200 fs  r272194 : #i102139# for newly created DB docs, set the MacroExecutionMode to USE_CONFIG
2009-05-22 12:03:42 +0200 fs  r272180 : #i88878#
provided by noel.power@novell.com
implement a visibility property (EnableVisible) for toolkit controls, and usage in forms and UNO dialogs
2009-05-15 15:37:31 +0200 fs  r271942 : #i100671# corrected some @since tags, so autodoc has better chances of correctly reading them
2009-05-15 15:33:11 +0200 fs  r271940 : don't call comphelper::getFOO for VOID values
2009-05-15 15:08:31 +0200 fs  r271937 : includes
2009-05-15 13:39:22 +0200 fs  r271934 : #i101398# createPrimitive2DSequence: when we already have a control, use the old code. In particular, call positionControlForPaint
2009-05-15 12:33:48 +0200 fs  r271933 : make the geometry a part of the ControlPrimitive2D's identity
2009-05-15 10:15:44 +0200 fs  r271928 : #i10000#
2009-05-14 20:55:38 +0200 fs  r271921 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique
2009-05-14 20:55:31 +0200 fs  r271920 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique
2009-05-14 20:23:23 +0200 fs  r271919 : #i101622#
2009-05-14 16:04:38 +0200 fs  r271898 : don't use comphelper::getInt32 on voids
2009-05-14 16:04:12 +0200 fs  r271897 : merge fix for issue whose number just slipped my memory ... (originally fixed in CWS dba32b)
2009-05-14 15:36:55 +0200 fs  r271895 : merging changes from DEV300:m48
2009-05-07 14:43:19 +0200 fs  r271670 : #i101477#
2009-05-07 14:37:30 +0200 fs  r271668 : #i101477#
2009-05-07 09:27:30 +0200 oj  r271628 : #i101343# remove pch
2009-05-06 09:36:02 +0200 fs  r271568 : getFoo: diagnostics
2009-05-04 09:23:06 +0200 oj  r271438 : CWS-TOOLING: rebase CWS dba32c to trunk@271427 (milestone: DEV300:m47)
2009-04-29 23:18:13 +0200 fs  r271394 : #i101398# use a dedicated 2DPrimitive for UNO Controls, which is able to provide the B2DRange *without* actually creating the control
2009-04-29 13:52:25 +0200 fs  r271366 : #i101308#
2009-07-03 14:21:50 +00:00
Jens-Heiner Rechtien
f9278148dc CWS-TOOLING: integrate CWS vcl102
pl: resync to m49
pl: #i102082# correct index access
pl: #i102082# correct index access
pl: merge tag
pl: #i101674# update selection background markers for toolbars and menus
pl: fix debug compile
pl: #i101461# improve xdg functionality (thanks oblin)
pl: #i100501# get IsAddStream from configuration setting in direct export case
pl: #i100725# check for null ptr
pl: #i100617# fix got lost in merge
2009-06-04 15:06:14 +00:00
Ivo Hinkelmann
191a03067d CWS-TOOLING: integrate CWS fwk110_DEV300
2009-04-03 11:16:33 +0200 pl  r270467 : fix the vanishing form contro problem
2009-04-03 09:26:00 +0200 cd  r270455 : #159523# Use build id to check for showing the registration dialog again
2009-04-03 09:22:55 +0200 od  r270454 : #i100732# method <SwTxtFormatter::NewTabPortion(..)>
	  - correction of condition for applying automatic tab stop at left margin
2009-04-24 17:47:23 +00:00
Release Engineers
e16c311aba CWS-TOOLING: integrate CWS gtkmenuimages
2009-04-03 14:02:10 +0200 jsk  r270485 : #i100820
2009-04-02 17:03:55 +0200 pl  r270425 : CWS-TOOLING: rebase CWS gtkmenuimages to trunk@270033 (milestone: DEV300:m45)
2009-03-06 16:39:53 +0100 cmc  r269021 : #i95318# pretty dialog up
2009-03-05 21:01:40 +0100 cmc  r268944 : #i95318# pretty dialog up
2009-03-03 15:03:28 +0100 cmc  r268731 : #i95318# pretty dialog up
2009-03-03 15:02:52 +0100 cmc  r268730 : #i95318# pretty dialog up
2009-02-04 18:09:37 +0100 cmc  r267397 : #i95318# follow system theme for defaults for icons on or off in menus
2009-04-14 17:47:15 +00:00
Oliver Bolte
fa1f37753d CWS-TOOLING: integrate CWS ooo31gsl2_DEV300
2009-02-18 16:57:37 +0100 hdu  r268244 : #i99367# force logical-width of diacritic glyphs to zero
2009-02-18 14:51:18 +0100 pl  r268224 : #i98525# correct popup menu position on right side in RTL UI
2009-02-18 13:17:20 +0100 pl  r268213 : #i99299# check for NULL ptr
2009-02-18 10:51:48 +0100 pl  r268204 : #i99167# revert change from issue 93173
2009-02-17 16:56:47 +0100 hdu  r268181 : #i99295# src-=debug
2009-02-17 16:43:40 +0100 hdu  r268180 : #i99295# retarget unresolved pLogCluster[n] to a glyph inside the cluster
2009-02-17 16:15:45 +0100 sj  r268178 : #i94831# fixed performance of table import, no longer looping
2009-02-17 13:19:00 +0100 hdu  r268165 : #i97304# reapplied SJ's fix for OOo31
2009-02-17 12:04:53 +0100 hdu  r267989 : #i99241# revert upstream change from icu-trac issue 6249
2009-02-16 18:35:07 +0100 pl  r267832 : #i99166# convolute the already convoluted RTL positioning code some more
2009-02-16 17:25:24 +0100 hdu  r267828 : #i99227# do not export the glyph-flags for the i97326-workaround
2009-02-13 16:26:10 +0100 pl  r267729 : #i98525# remove unused typeinfo header
2009-02-13 16:25:02 +0100 pl  r267728 : #i98525# fix scrolling and native menu issues in RTL UI
2009-02-13 11:18:37 +0100 pl  r267705 : #i98525# merge from CWS vcl99
2009-03-05 11:59:11 +00:00
Oliver Bolte
df3d827f86 CWS-TOOLING: integrate CWS vcl98
2009-01-16 15:17:38 +0100 pl  r266422 : #i93515# add fix for compiz (thanks cmc)
2009-01-15 10:55:36 +0100 thb  r266352 : #i97399# start==end angle means no arc at all
2009-01-14 18:54:37 +0100 pl  r266327 : #i96536# #i96396# add: pagescroll for wheel events (thanks mod)
2009-01-14 18:21:06 +0100 pl  r266325 : #i96536# #i96396# add: gestures, bracket matching (thanks mod)
2009-01-13 12:03:29 +0100 hdu  r266206 : #i98024# preserve glyph zero-advance for artificial bold and vertical layout (thanks CMC!)
2009-01-12 16:32:20 +0100 hdu  r266167 : #i97991# fix rotated text: temporary workaround for #i87686#
2009-01-08 17:16:17 +0100 hdu  r266028 : #159054# ignore empty ATSULayout
2009-01-08 16:59:05 +0100 hdu  r266026 : #159054# prevent invalid ATSUStyle
2009-01-07 19:04:06 +0100 pl  r265976 : #158288# add extraction of fonts and individual object streams to pdfunzip
2009-01-07 14:42:17 +0100 pl  r265969 : #i93011# workaround our ancient accelerator mechanisms to have deeper child window hirearchies working
2009-01-07 14:39:15 +0100 pl  r265967 : #i93011# workaround our ancient accelerator mechanisms to have deeper child window hirearchies working
2009-01-07 11:10:58 +0100 hdu  r265956 : #i97522# getPixel() returns COL_BLACK on printers or when out of bounds
2009-01-06 18:41:48 +0100 pl  r265938 : #i97696# do not force user password to owner password after all
2009-01-06 18:00:52 +0100 pl  r265934 : #i97157# fix a snafu
2009-01-06 13:23:38 +0100 pl  r265914 : #i93515# support for _NET_WM_USER_TIME (thanks cmc)
2009-01-06 12:50:37 +0100 hdu  r265912 : #i97538# get rid of compiler warnings for complex logical expressions
2009-01-06 12:49:09 +0100 hdu  r265911 : #i97538# get rid of compiler warnings for complex logical expressions
2009-01-06 12:14:07 +0100 hdu  r265906 : #i97522# implemented AquaSalGraphics::getPixel()
2008-12-18 16:46:59 +0100 pl  r265706 : #i96343# reset quick job flag
2008-12-18 16:44:22 +0100 pl  r265705 : #i96343# reset quick job flag
2008-12-18 14:08:22 +0100 pl  r265688 : #i93241# fix bit field query
2008-12-18 12:41:52 +0100 pl  r265682 : #i93241# eliminate useless static locale variable
2008-12-17 19:23:07 +0100 pl  r265654 : #i97064# set language to OOo user configured UI language (thanks cmc)
2008-12-17 17:44:38 +0100 hdu  r265651 : #i97326# debug-helper: print cairo version
2008-12-17 17:43:15 +0100 hdu  r265650 : #i97326# ignore cairo changing the transformation of our FT_FACE
2008-12-17 14:44:32 +0100 pl  r265604 : #i93631# refine control positioning
2008-12-17 12:40:39 +0100 hdu  r265596 : #i97167# update VCL.xcu for MacOSX for Japanese (thanks maho!)
2008-12-17 11:59:51 +0100 hdu  r265592 : #i97317# code movement to prevent needless and expensive construction/destruction in error path
2008-12-17 11:54:43 +0100 hdu  r265590 : #i97317# workaround QUARTZ bug with drawing small polygons
2008-12-16 17:57:02 +0100 pl  r265567 : #i97138# select num copies when grabbing focus
2008-12-16 17:15:11 +0100 pl  r265561 : #i93173# lazy deletion of toolbars
2008-12-16 16:33:51 +0100 pl  r265558 : #i93173# lazy deletion of toolbars: reparent floating DockingWindows in doLazyDelete
2008-12-16 13:23:17 +0100 pl  r265536 : #i97196# ensure style engine has been loaded (thanks cmc)
2009-02-11 10:53:35 +00:00
Jens-Heiner Rechtien
a99237ba49 CWS-TOOLING: integrate CWS overline3
2008-12-11 15:24:46 +0100 fredrikh  r265314 : i97099
2008-12-11 15:20:37 +0100 fredrikh  r265313 : i97099
2008-12-11 15:18:00 +0100 fredrikh  r265312 : i97099
2008-12-11 15:17:00 +0100 fredrikh  r265311 : i97099
2008-12-11 15:13:20 +0100 fredrikh  r265309 : i97144
2008-12-11 15:06:24 +0100 fredrikh  r265306 : i97099
2008-11-24 10:41:42 +0100 fme  r264213 : #i5991# Overline support
2008-11-24 10:39:53 +0100 fme  r264212 : #i5991# Overline support
2008-11-24 10:02:13 +0100 fme  r264209 : #5991# Overline support
2008-11-24 10:01:26 +0100 fme  r264208 : #5991# Overline support
2008-11-24 09:59:11 +0100 fme  r264207 : #5991# Overline support
2008-11-24 09:57:11 +0100 fme  r264206 : #5991# Overline support
2008-11-14 10:36:44 +0100 fme  r263667 : CWS-TOOLING: rebase CWS overline3 to trunk@263288 (milestone: DEV300:m35)
2008-11-13 16:12:13 +0100 fme  r263649 : #i5991# migrate CWS overline3 to SVN.
2009-01-05 17:49:45 +00:00
Rüdiger Timm
69b684b12e CWS-TOOLING: integrate CWS rtlcontrols
2008-12-11 21:08:49 +0100 fs  r265367 : CONTEXT_WRITING_MODE is transient
2008-12-11 21:08:00 +0100 fs  r265365 : REGISTER_PROP_3
2008-12-11 20:53:44 +0100 fs  r265362 : ContextWritingMode is not MAYBEVOID
2008-12-11 15:29:08 +0100 fs  r265315 : prevent a deadlock during complex.dbaccess.DatabaseDocument test
2008-12-11 15:01:13 +0100 fs  r265304 : manual RESYNC to m37
2008-12-10 20:04:38 +0100 pl  r265230 : #i30631# fix a snafu in mirroring
2008-12-10 19:14:45 +0100 pl  r265229 : #i30631# rework PaintToDevice for RTL controls
2008-12-05 10:19:13 +0100 fs  r264893 : #i10000# ImplInitSettings => ImplInitWindow (ImplInitSettings clashed with base classes ImplInitSettings on unxsols4)
2008-12-03 12:55:24 +0100 fs  r264768 : #i100000#
2008-12-03 07:11:48 +0100 fs  r264741 : #i10000#
2008-12-02 10:37:51 +0100 fs  r264670 : CWS-TOOLING: rebase CWS rtlcontrols to trunk@264325 (milestone: DEV300:m36)
2008-12-02 09:27:50 +0100 fs  r264660 : merge from trunk
2008-11-25 10:28:36 +0100 ama  r264277 : Fix #i94572#
2008-11-24 11:46:48 +0100 fs  r264218 : #i30631# proper context writing mode
2008-11-24 09:38:04 +0100 fs  r264204 : #i30631# (approved by PL)
2008-11-24 09:35:47 +0100 fs  r264203 : #i30631# Context/WritingMode
2008-11-24 09:33:36 +0100 fs  r264202 : #i30631# Context/WritingMode
2008-11-24 09:31:53 +0100 fs  r264200 : #i30631# RTL
2008-11-19 08:51:48 +0100 fs  r263963 : #i10000#
2008-11-18 20:58:11 +0100 fs  r263878 : #i10000#
2008-11-18 15:30:44 +0100 fs  r263778 : migrate the CWS from CVS to SVN
the CVS changes contained in this change set are the ones between the 
following two CVS tags:
CWS_DEV300_RTLCONTROLS_ANCHOR
CWS_DEV300_RTLCONTROLS_PRE_MIGRATION
2008-11-18 12:29:04 +0100 ama  r263762 : Fix #i94572#: Context direction for drawing objects
2008-11-18 12:25:50 +0100 ama  r263761 : Fix #i94572#: Context direction for drawing objects
2008-11-18 12:02:30 +0100 ama  r263759 : Fix #i94572#: Context direction for drawing objects
2008-12-16 13:30:53 +00:00
Release Engineers
447637c131 CWS-TOOLING: integrate CWS vcl96
2008-11-27 15:56:56 +0100 pl  r264499 : #i95488# fix a snafu
2008-11-17 12:05:23 +0100 pl  r263713 : #158795# catch bad_alloc
2008-11-14 17:26:25 +0100 pl  r263687 : #i93018# new msgbox images
2008-11-14 17:00:28 +0100 pl  r263686 : #i95488# treat chinese font heights like korean
2008-11-14 14:59:17 +0100 pl  r263677 : #i92102# RTL fixes: toolbox selection, popup menus
2008-11-14 11:40:22 +0100 pl  r263669 : #i75035# move tear off panels correctly also in RTL case (thanks ayaniger)
2008-11-13 18:15:51 +0100 pl  r263658 : #i93018# message box images, add hc version
2008-11-13 15:49:41 +0100 pl  r263647 : #b6726794# add: UNC paths (windows specific)
2008-11-13 12:51:37 +0100 pl  r263632 : #i95803# do not dereference empty interface
2008-11-12 18:13:55 +0100 pl  r263609 : #b6727144# fix and speed up xor mode for special case invert on MacOSX
2008-11-12 15:07:47 +0100 pl  r263599 : #i95392# add csv to calc mimetypes (thanks cmc)
2008-11-12 14:52:13 +0100 pl  r263598 : #i87633# paste strings larger than 64k in the hope that each contained line is shorter
2008-11-12 13:37:29 +0100 pl  r263594 : #i96141# fix if statement (thanks cmc)
2008-11-12 13:06:22 +0100 pl  r263588 : #i93831# remove windows from static set again
2008-11-11 18:15:06 +0100 pl  r263571 : #i96089# fix some wrong parentheses (thanks cmc)
2008-11-04 20:50:40 +0100 pl  r263336 : #i95388# do not confuse imageable area and margin
2008-11-03 18:39:25 +0100 pl  r263304 : CWS-TOOLING: rebase CWS vcl96 to trunk@263288 (milestone: DEV300:m35)
2008-11-03 16:18:48 +0100 pl  r263290 : #i92701# truncation warning only on paste
2008-11-03 15:53:42 +0100 pl  r263289 : #i95296# use gtk plugin in more cases
2008-10-31 11:15:34 +0100 pl  r262858 : #i94258# fix some PDF/A compatibility issues (thanks beppec56)
2008-10-30 14:24:24 +0100 pl  r262825 : #i62033# do not read imcomplete resources (again)
2008-10-29 17:21:29 +0100 pl  r262821 : #i95536# do not use deprecated gtk_draw_expander function
2008-10-21 18:00:29 +0200 pl  r262574 : #i95220# use large icons for nicer display on KDE as well as Gnome taskbar
2008-10-17 16:01:43 +0200 pl  r262290 : #i92822# build warning free on MacOSX 10.5
2008-12-01 13:29:22 +00:00
Rüdiger Timm
011bcd1ea1 CWS-TOOLING: integrate CWS vcl95 2008-10-29 09:25:50 +00:00
Vladimir Glazounov
46a63a2af3 CWS-TOOLING: integrate CWS vcl92 2008-10-01 13:31:44 +00:00
Vladimir Glazounov
b16a8b25d9 INTEGRATION: CWS aw033 (1.279.18); FILE MERGED
2008/08/19 16:00:01 cl 1.279.18.3: RESYNC: (1.282-1.285); FILE MERGED
2008/07/11 11:41:59 aw 1.279.18.2: RESYNC: (1.279-1.282); FILE MERGED
2008/07/01 14:42:30 pl 1.279.18.1: #i90844# add PrePaint method
2008-08-19 23:34:45 +00:00
Oliver Bolte
f2b1d25316 INTEGRATION: CWS aqua11y02 (1.278.32); FILE MERGED
2008/07/11 09:02:15 obr 1.278.32.3: RESYNC: (1.279-1.282); FILE MERGED
2008/06/18 18:04:35 fne 1.278.32.2: RESYNC: (1.278-1.279); FILE MERGED
2008/06/06 10:19:19 obr 1.278.32.1: #i85292# wrapper now cache the name, suppress unload of gtk plugin when atk-bridge module gets loaded as the shutdown symbol is no longer in global address space
2008-07-25 08:10:13 +00:00
Oliver Bolte
7fbc50e566 INTEGRATION: CWS os2port03 (1.270.8.1.2); FILE MERGED
2008/07/16 13:39:02 obr 1.270.8.1.2.4: RESYNC: (1.270.8.3-1.282); FILE MERGED
2008/04/15 14:42:29 ydario 1.270.8.1.2.3: Issue number:  i85203
Submitted by: ydario
Reviewed by: ydario
2008/02/08 08:17:41 obr 1.270.8.1.2.2: RESYNC: (1.270.8.1-1.270.8.3); FILE MERGED
2008/01/29 15:21:52 ydario 1.270.8.1.2.1: os2 compile fixes.
Issue number:i85203
Submitted by:ydario
2008-07-22 16:31:54 +00:00
Oliver Bolte
b0e5ba9c9d INTEGRATION: CWS pba11y01 (1.278.64); FILE MERGED
2008/07/15 04:14:21 pb 1.278.64.2: RESYNC: (1.278-1.282); FILE MERGED
2008/06/24 05:38:22 pb 1.278.64.1: fix: #i63979# set disable-flag for Accessible[LabelFor/LabeledBy]Releation initially to FALSE
2008-07-22 06:51:21 +00:00
Kurt Zenker
5a4cb649c7 #i10000# add missing include 2008-06-26 08:39:29 +00:00
Kurt Zenker
5df8a10a8c INTEGRATION: CWS vcl89 (1.278.14); FILE MERGED
2008/05/08 15:24:39 pl 1.278.14.1: #i86645# gradient background style setting
2008-06-25 15:08:35 +00:00
Kurt Zenker
d551190e83 INTEGRATION: CWS canvas05 (1.264.12); FILE MERGED
2008/04/21 07:47:51 thb 1.264.12.5: RESYNC: (1.277-1.278); FILE MERGED
2008/04/07 14:38:42 thb 1.264.12.4: RESYNC: (1.271-1.277); FILE MERGED
2008/01/24 16:50:09 thb 1.264.12.3: #i85559# Added OutputDevice::GetCanvas method (and necessary ground work)
2008/01/22 00:52:25 thb 1.264.12.2: RESYNC: (1.264-1.271); FILE MERGED
2007/12/20 16:39:40 thb 1.264.12.1: #i81092# Now distinguishing between normal and sprite canvas
2008-06-24 10:41:50 +00:00
Rüdiger Timm
2b9462ecaf INTEGRATION: CWS aquabmpfix02 (1.278.56); FILE MERGED
2008/06/02 10:20:47 hdu 1.278.56.1: #i90247# cleanup OutputDevice::ImplSelectClipRegion() signature
2008-06-13 07:54:00 +00:00
Rüdiger Timm
208583c1f2 INTEGRATION: CWS changefileheader (1.276.20); FILE MERGED
2008/04/01 16:05:42 thb 1.276.20.3: #i85898# Stripping all external header guards
2008/04/01 13:01:49 thb 1.276.20.2: #i85898# Stripping all external header guards
2008/03/28 15:45:04 rt 1.276.20.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:16:04 +00:00
Kurt Zenker
675420b402 INTEGRATION: CWS presenterview (1.263.40); FILE MERGED
2008/03/26 10:49:54 cl 1.263.40.6: RESYNC: (1.274-1.276); FILE MERGED
2008/02/26 09:05:54 af 1.263.40.5: RESYNC: (1.267-1.274); FILE MERGED
2007/12/13 10:31:12 af 1.263.40.4: RESYNC: (1.264-1.267); FILE MERGED
2007/10/31 14:47:32 af 1.263.40.3: #i82554# Correct positioning of system child windows.
2007/10/17 15:17:28 af 1.263.40.2: RESYNC: (1.263-1.264); FILE MERGED
2007/10/12 13:25:56 pl 1.263.40.1: #i82554# add WB_SYSTEMCHILDWINDOW
2008-04-03 14:49:34 +00:00
Kurt Zenker
a2b62053bb INTEGRATION: CWS odbmacros2 (1.266.2); FILE MERGED
2008/03/04 12:08:31 fs 1.266.2.3: RESYNC: (1.273-1.274); FILE MERGED
2008/02/04 13:12:31 fs 1.266.2.2: RESYNC: (1.266-1.273); FILE MERGED
2008/01/23 14:30:15 fs 1.266.2.1: resource support for a window's BorderStyle
2008-03-06 18:11:25 +00:00
Kurt Zenker
4b7d74adc0 INTEGRATION: CWS aquavcl05_DEV300 (1.271.6); FILE MERGED
2008/02/15 09:14:44 pl 1.271.6.7: removed warnings
2008/02/14 21:31:53 pl 1.271.6.6: optimize flush operations for e.g. gradient
2008/02/14 15:52:56 pl 1.271.6.5: RESYNC: (1.271-1.273); FILE MERGED
2008/02/14 11:41:20 hdu 1.271.6.4: #i86095# allow partial SalFrame flushes for Window flushes
2008/02/12 11:05:09 hdu 1.271.6.3: #i86038# allow font request to be subpixel-accurate
2008/02/12 09:31:26 pl 1.271.6.2: #i86000# distinguish checked and highlighted checked
2008/01/30 14:47:05 pl 1.271.6.1: #i85727# add modified state to extended win bits
2008-03-05 16:11:48 +00:00
Rüdiger Timm
8e81cda13f INTEGRATION: CWS notes2 (1.270.2); FILE MERGED
2008/01/16 13:11:08 pl 1.270.2.3: #i85293# Add: AlwaysDisableInput
2007/12/17 14:59:46 pl 1.270.2.2: #i84655# fix a PEBCAD
2007/12/17 14:48:18 pl 1.270.2.1: #i84655# tweak SetCallHandlersOnInputDisabled
2008-02-19 13:11:34 +00:00
Rüdiger Timm
c317029d5f INTEGRATION: CWS vcl85_SRC680 (1.266.12); FILE MERGED
2007/12/21 14:36:56 pl 1.266.12.3: #i84679# fix a mess
2007/12/21 13:06:35 pl 1.266.12.2: RESYNC: (1.266-1.270); FILE MERGED
2007/12/04 17:20:49 pl 1.266.12.1: #i77170# better quickhelp behaviour
2008-01-29 15:18:41 +00:00
Vladimir Glazounov
a28d13d209 INTEGRATION: CWS ab42 (1.267.10); FILE MERGED
2008/01/09 15:30:30 ab 1.267.10.1: #i83633# Added support for String help Ids in Window::GetHelpText()
2008-01-28 13:03:10 +00:00
Ivo Hinkelmann
4e511d5d06 INTEGRATION: CWS aquavcl04 (1.264.36); FILE MERGED
2007/12/10 17:03:03 pl 1.264.36.3: RESYNC: (1.266-1.267); FILE MERGED
2007/12/03 10:33:53 pl 1.264.36.2: RESYNC: (1.264-1.266); FILE MERGED
2007/11/14 12:38:37 pl 1.264.36.1: #i83635# make some layeout space for native controls
2008-01-14 15:23:26 +00:00
Kurt Zenker
7d988c4e16 #i84515# Mac OS X doesn't have fontconfig 2007-12-13 10:04:26 +00:00
Kurt Zenker
1046478f6e INTEGRATION: CWS gfbfcfg (1.263.34); FILE MERGED
2007/12/03 15:51:27 hdu 1.263.34.5: RESYNC: (1.264-1.266); FILE MERGED
2007/11/27 13:22:58 hdu 1.263.34.4: RESYNC: (1.263-1.264); FILE MERGED
2007/09/12 13:36:20 hdu 1.263.34.3: #i54603# allow compilation on wntmsci
2007/09/07 15:02:23 hdu 1.263.34.2: Start to abstract font fallbacks to cleanup the previous patch
The patch HAD to be applied though it was not close to ready, sorry
When finished font fallback abstraction will solve these regressions
- does not even compile on non-UNX platforms
- introduces UNX-specific dependencies into platform-independent layers
- kills the glyph- and font-fallback features on the non-UNX platforms
- kills the features on UNX platforms that don't have up to date fontconfig lib or matching configuration entries
- causes regressions for non-baseplane unicodes
- kills the japanese EUDC feature
2007/09/05 09:58:34 hdu 1.263.34.1: #i54603# apply Caolan's fontconfig based glyph fallback patch
2007-12-12 12:21:36 +00:00
Kurt Zenker
6024c2c252 INTEGRATION: CWS vcl84 (1.264.52); FILE MERGED
2007/12/03 10:02:24 pl 1.264.52.3: RESYNC: (1.264-1.266); FILE MERGED
2007/11/05 15:56:20 pl 1.264.52.2: #i83113# scroll all children to enable back/forth scrolling of windows
2007/10/29 11:13:27 pl 1.264.52.1: #i83080# prevent an error case from crashing
2007-12-12 12:20:34 +00:00
Vladimir Glazounov
4876352d61 INTEGRATION: CWS macosxquicktime01 (1.264.42); FILE MERGED
2007/10/15 11:11:26 pl 1.264.42.1: #i82621# initial implementation of SalObject for MacOSX aqua
2007-12-07 10:50:48 +00:00
Ivo Hinkelmann
e5d4bf01dd INTEGRATION: CWS vcl83 (1.264.6); FILE MERGED
2007/10/09 16:22:09 pl 1.264.6.2: #i82397# add a event handler workaround mode for input disabled windows
2007/10/09 14:36:00 pl 1.264.6.1: #i81504# do not misuse EnableInput for modality
2007-11-26 14:15:26 +00:00
Ivo Hinkelmann
913a4d9f4a INTEGRATION: CWS ab38 (1.264.48); FILE MERGED
2007/11/01 14:29:38 ab 1.264.48.1: #i20164# Window::RequestHelp(): Support string help ids
2007-11-19 12:06:07 +00:00
Vladimir Glazounov
166fe9f000 INTEGRATION: CWS os2port01 (1.241.4.1.10); FILE MERGED
2007/09/05 12:26:14 obr 1.241.4.1.10.3: RESYNC: (1.260-1.263); FILE MERGED
2007/08/13 13:13:28 obr 1.241.4.1.10.2: RESYNC: (1.241.4.1-1.260); FILE MERGED
2006/11/29 14:34:22 ydario 1.241.4.1.10.1: Initial OS/2 import.
2007-09-20 15:25:02 +00:00
Jens-Heiner Rechtien
e3f9a73ab3 INTEGRATION: CWS aquavcl02 (1.258.68); FILE MERGED
2007/07/31 09:16:48 pjanik 1.258.68.4: RESYNC: (1.260-1.261); FILE MERGED
2007/07/12 17:50:22 pl 1.258.68.3: #i79300# change in DrawProgress API, SetBorderStyle can remove border window, removed a now unneeded workaround (flush in ImplCallPaint)
2007/07/11 10:51:16 pjanik 1.258.68.2: RESYNC: (1.258-1.260); FILE MERGED
2007/07/02 11:53:50 pl 1.258.68.1: join from aquavcl01
2007-08-03 13:09:04 +00:00
Jens-Heiner Rechtien
d1afa5ac82 INTEGRATION: CWS vcl80 (1.260.10); FILE MERGED
2007/07/12 12:07:31 pl 1.260.10.2: #i79491# fix a leak (thanks pjanik)
2007/07/12 10:51:42 pl 1.260.10.1: #i79491# fix a leak (thanks pjanik)
2007-07-31 15:09:47 +00:00
Rüdiger Timm
c03f749239 INTEGRATION: CWS mergesvp (1.259.2); FILE MERGED
2007/07/04 15:32:40 pl 1.259.2.1: #i79023# header moving
2007-07-24 09:23:04 +00:00
Rüdiger Timm
a561823f78 INTEGRATION: CWS aquavcl01 (1.248.2); FILE MERGED
2007/06/22 12:13:32 pl 1.248.2.11: #i77552# enforce window update in in native background frames
2007/06/22 07:08:42 pl 1.248.2.10: #i77552# add: native window background
2007/06/20 19:00:28 pl 1.248.2.9: #i78510# enable native focus markers for selected controls
2007/06/07 13:07:10 tra 1.248.2.8: Aqua clipboard doesn't need to be initialized and we must not use the system clipboard but and internal one for the primary selection on Mac OS X
2007/06/06 16:39:51 ericb 1.248.2.7: RESYNC: (1.256-1.258); FILE MERGED
2007/05/31 16:01:40 pl 1.248.2.6: do not dispatch artificial mouse move if another frame has the captured the mouse since posting
2007/05/03 17:39:36 pjanik 1.248.2.5: RESYNC: (1.254-1.256); FILE MERGED
2007/04/11 07:54:58 pjanik 1.248.2.4: RESYNC: (1.252-1.254); FILE MERGED
2007/02/02 11:08:40 pjanik 1.248.2.3: RESYNC: (1.249-1.252); FILE MERGED
2007/01/25 13:11:10 pjanik 1.248.2.2: RESYNC: (1.248-1.249); FILE MERGED
2006/12/30 19:34:32 pjanik 1.248.2.1: #i72385#: Add Quartz/AQUA specific parts.
2007-07-05 09:29:27 +00:00
Jens-Heiner Rechtien
d06f743829 INTEGRATION: CWS vgbugs07 (1.258.24); FILE MERGED
2007/06/04 13:29:48 vg 1.258.24.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007-06-27 19:35:50 +00:00
Kurt Zenker
2c31a99462 INTEGRATION: CWS gh13 (1.247.22); FILE MERGED
2007/01/31 10:23:55 gh 1.247.22.2: RESYNC: (1.247-1.251); FILE MERGED
2007/01/03 14:07:18 gh 1.247.22.1: #144461# remove events from Application::PostKey/MouseEvent when destriying a Window
2007-05-11 08:13:58 +00:00
Kurt Zenker
5232c29025 INTEGRATION: CWS pchfix04 (1.249.14); FILE MERGED
2007/04/26 01:50:23 hjs 1.249.14.4: RESYNC: (1.252-1.254); FILE MERGED
2007/02/13 16:08:04 hjs 1.249.14.3: RESYNC: (1.251-1.252); FILE MERGED
2007/01/26 20:17:06 hjs 1.249.14.2: RESYNC: (1.249-1.251); FILE MERGED
2007/01/12 15:50:21 hjs 1.249.14.1: #i73422# prefixing HELP_INDEX and HELP_HELPONHELP with OOO_ to solve clash with defines from compiler includes on windows
2007-05-10 15:29:49 +00:00
Rüdiger Timm
5f883f47e6 INTEGRATION: CWS vcl75 (1.252.16); FILE MERGED
2007/04/18 17:17:10 pl 1.252.16.4: RESYNC: (1.253-1.254); FILE MERGED
2007/03/20 12:36:39 pl 1.252.16.3: RESYNC: (1.252-1.253); FILE MERGED
2007/02/26 11:57:32 pl 1.252.16.2: #i74741# fix offset problem in PaintToDevice
2007/02/19 17:41:05 pl 1.252.16.1: #i73785# do not overwrite NoWheelActionWithoutFocus during a system settings change
2007-04-26 09:39:04 +00:00
Rüdiger Timm
a901ea5cf4 INTEGRATION: CWS residcleanup (1.252.14); FILE MERGED
2007/03/22 07:48:55 pl 1.252.14.5: join fix for #75563#
2007/03/20 15:48:52 pl 1.252.14.4: RESYNC: (1.252-1.253); FILE MERGED
2007/02/22 20:04:01 pl 1.252.14.3: #i74635# canonicize resid winbits member
2007/02/22 18:35:22 pl 1.252.14.2: #i74635# get rid of resid winbits member
2007/02/18 18:18:58 pl 1.252.14.1: #i74635# get rid of implicit global ResMgr
2007-04-26 08:32:08 +00:00
Ivo Hinkelmann
fbd2ecdc7f INTEGRATION: CWS vcl76 (1.253.4); FILE MERGED
2007/03/20 17:36:23 pl 1.253.4.1: #i75563# do the sensible thing on reparent to self
2007-03-26 11:36:17 +00:00
Oliver Bolte
190ea1e42d INTEGRATION: CWS vcl74 (1.252.2); FILE MERGED
2007/02/28 15:33:29 pl 1.252.2.1: #i74189# extra precautions for mixed lazy/non-lazy delete
2007-03-05 14:25:22 +00:00
Rüdiger Timm
49d4e4a0f7 INTEGRATION: CWS vclshowstop09_SRC680 (1.249.24.1.2); FILE MERGED
2007/01/24 18:25:05 pl 1.249.24.1.2.1: #i73267# improve workaround for #i48371#
2007-01-29 15:04:40 +00:00
Oliver Bolte
95f6f0ce2f INTEGRATION: CWS vcl71 (1.248.6); FILE MERGED
2007/01/11 14:27:32 pl 1.248.6.3: #i73336# apply patch from fs
2007/01/10 13:40:59 pl 1.248.6.2: RESYNC: (1.248-1.249); FILE MERGED
2006/12/13 11:45:46 pl 1.248.6.1: #i72505# 64bit signed/unsigned problem (thanks cmc)
2007-01-25 10:24:52 +00:00
Oliver Bolte
94c3496d13 INTEGRATION: CWS fwk58 (1.247.4); FILE MERGED
2007/01/16 10:05:33 cd 1.247.4.2: RESYNC: (1.247-1.249); FILE MERGED
2007/01/15 16:05:10 pl 1.247.4.1: #i72812# lazy deletion for Menu and Window
2007-01-23 06:08:32 +00:00
Kurt Zenker
b5a4d2a1fa INTEGRATION: CWS presfixes09 (1.228.20); FILE MERGED
2006/11/15 13:57:48 thb 1.228.20.8: RESYNC: (1.246-1.247); FILE MERGED
2006/11/15 12:39:00 thb 1.228.20.7: #140456# Now selectively disabling DX5 canvas for multi-screen-spanning windows
2006/10/18 19:04:26 thb 1.228.20.6: RESYNC: (1.242-1.246); FILE MERGED
2006/09/18 11:31:40 thb 1.228.20.5: #i10000# Fixed post-MERGE breakage
2006/09/15 21:31:28 thb 1.228.20.4: RESYNC: (1.228-1.242); FILE MERGED
2006/04/04 18:13:50 thb 1.228.20.3: #i63943# Reverted fix (moved to canvas impls)
2006/04/04 10:25:10 thb 1.228.20.2: #i63943# Explicitely calling WindowListener, to get initial window size across
2006/03/07 11:09:49 thb 1.228.20.1: #i49357# Fixed Window holding hard reference to canvas; removed all the XWindow forwarding hacks; added additional parameter to XCanvas creation
2006-12-13 14:02:03 +00:00
Rüdiger Timm
4db39135df INTEGRATION: CWS vcl69 (1.246.4); FILE MERGED
2006/11/21 12:59:19 pl 1.246.4.4: RESYNC: (1.246-1.247); FILE MERGED
2006/11/16 15:15:35 hdu 1.246.4.3: #143570# no focus for destructing windows
2006/10/25 11:21:09 pl 1.246.4.2: #i70835# tread button dialogs like all dialogs (thanks cmc)
2006/10/23 14:16:33 pl 1.246.4.1: #i48371# workaround a theming problem
2006-12-04 15:36:32 +00:00