summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/makefile.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau1-348/+0
2011-02-01CWS-TOOLING: integrate CWS dba34booo/DEV300_m99Vladimir Glazunov1-1/+6
2010-10-14tabcontrol: merge with DEV300_m89Mihaela Kedikova1-1/+4
2010-10-06dba34b: #i112779# new 'animated images' UNO control, superseding the ↵Frank Schoenheit [fs]1-1/+6
(X)SimpleAnimation and Throbber controls
2010-08-27tabcontrol: #i113362# impl tabcontrol in awtOcke Janssen [oj]1-0/+1
2010-06-25unoawt2: #i112684# let UNO Controls implement the (newly introduced) ↵Frank Schoenheit [fs]1-1/+4
XStyleSettingsSupplier, giving access to their style, in particular, to the HC flag
2010-04-29fs33a: #i111238# add support for images to AWT's ListBoxControl/ModelFrank Schoenheit [fs]1-1/+4
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-6/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-11-27dba33a: summary migration from SVNJens-Heiner Rechtien1-0/+1
2009-11-06 13:10:39 +0000 msc r277387 : minor fix for automatic test 2009-11-06 13:09:33 +0000 msc r277385 : minor fix for automatic test 2009-11-06 12:30:57 +0000 fs r277383 : argh. On some virtual machines, waiting 5 seconds for the event to arrive is not enough. Increasing the timeout ... 2009-11-06 12:13:34 +0000 fs r277382 : this diagnostic code should not have slipped in 2009-11-05 13:21:06 +0000 fs r277369 : SHL2NOCHECK=TRUE (requested by hjs) 2009-11-04 14:09:46 +0000 msc r277355 : minor fix for automatic testing 2009-11-04 13:23:02 +0000 msc r277352 : minor fix for automatic testing 2009-11-04 10:53:28 +0000 msc r277341 : minor fix for automated testscript 2009-11-04 08:30:58 +0000 msc r277333 : minor fix for automatic test 2009-11-04 08:15:43 +0000 msc r277332 : minor fix for automatic test 2009-11-03 14:25:44 +0000 fs r277324 : #i10000# 2009-11-03 09:47:47 +0000 fs r277315 : found yet another help ID zombie ... moved formhelpid.hrc content to propctrlr.hrc, where it belongs 2009-11-03 08:50:24 +0000 fs r277312 : use createTempFileURL, which cares for some more specialities ... 2009-11-03 08:44:55 +0000 fs r277311 : when creating a temp file for purpose of getting a temp file URL, the delete the file immediately. On some machines/JVMs, the file exists, with write access denied, which isn't Good (TM) 2009-10-22 13:06:17 +0000 fs r277126 : removed wrong assertion 2009-10-21 08:10:35 +0000 fs r277077 : reverted the previous change, which was nonsense 2009-10-21 07:19:43 +0000 fs r277076 : export the component_foo functions, now that some of the objects are built with VISIBILITY_HIDDEN=TRUE 2009-10-21 07:08:35 +0000 fs r277075 : spare useless call 2009-10-20 21:26:31 +0000 fs r277072 : #i10000# 2009-10-20 08:06:04 +0000 fs r277039 : CWS-TOOLING: rebase CWS dba33a to trunk@277035 (milestone: DEV300:m62) 2009-10-16 09:55:25 +0000 fs r276960 : remove one of the superfluous implts_doLayout calls introduced with the previous patch 2009-10-15 13:18:52 +0000 fs r276941 : removed the basic tests. According to cn, they're not used anymore (for a long time), and according to 'du -h', they take up 6.0M on my hard disc. For too much for useless code, /me thinks. 2009-10-15 13:06:51 +0000 fs r276940 : #i10000# remove useless include (otherwise the compiler warning it provokes would need to be fixed by declaring VISIBILITY_HIDDEN=TRUE in the makefile.mk) 2009-10-15 12:52:39 +0000 fs r276939 : #i10000# 2009-10-15 12:44:26 +0000 fs r276938 : #i10000# 2009-10-15 12:00:33 +0000 fs r276936 : #i10000# 2009-10-15 10:31:37 +0000 fs r276934 : #i105259# prepare for the Hidden arg 2009-10-15 10:31:05 +0000 fs r276933 : IsMaximized -> const 2009-10-15 09:50:15 +0000 fs r276932 : during #i105259#: introduce an option to the layout manager to preserve, if possible, the size of the content window when layouting. Enable this option for embedded (SFX-based) documents opened for outplace editing. (the option is incompatible with in-place editing, anyway) This is because such embedded objects couple the (content) window size to the VisAreaSize, in that both are used interchangeably. When an embedded object is closed, it remembers the VisAreaSize, and restores it upon next open. This, however, leads to different content window sizes when the window is closed with another toolbar set than used during opening. This patch here prevents those different content window sizes. Also, now the content window size doesn't change when, explicitly or implicitly, a toolbar is shown or hidden. Instead, the content window size stays the same, and the container window size is adjusted. 2009-10-15 09:32:41 +0000 fs r276931 : during #i105259#: UNO access to more attributes of top windows 2009-10-15 09:30:28 +0000 fs r276930 : indention corrected (better readable) 2009-10-15 09:26:46 +0000 fs r276929 : during #i105259#: access to more attributes of top windows 2009-10-14 10:04:39 +0000 fs r276889 : connecting via services manager, not naming service 2009-10-12 11:31:08 +0000 fs r276831 : during #i105806# FillPropertySet: do not attempt to set *AutoStyleName if it doesn't exist 2009-10-12 11:24:44 +0000 fs r276830 : #i105806# getPropertyValue: throw an UnknownPropertyException for, well, unknown properties 2009-10-08 08:20:58 +0000 fs r276774 : implSubmit: re-throw WrappedTargetExceptions unmodified 2009-10-07 19:19:42 +0000 fs r276770 : #i105198# do not pass an CommandType if we do not have a command 2009-10-07 17:39:36 +0000 fs r276768 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 12:59:17 +0000 fs r276754 : #i87693# 2009-10-07 11:19:22 +0000 fs r276752 : #i10000# 2009-10-07 10:21:08 +0000 fs r276748 : #105482# do not require a controller, at least not in *all* circumstances (executed reports have a model, the ReportDefinition, but no Controller) 2009-10-07 10:04:08 +0000 fs r276747 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:58:30 +0000 fs r276746 : copying the changes from CWS fwk121 herein, in particular the fix for issue #i105371# 2009-10-07 09:48:14 +0000 fs r276744 : removed (now) pointless assertion 2009-10-07 06:59:19 +0000 fs r276740 : export the OWeakObject::disposeWeakConnectionPoint symbol 2009-10-07 06:44:43 +0000 fs r276739 : OComponentHelper::release & WeakAggComponentImplHelperBase::release: when our ref count drops to 0, call OWeakObject's disposeWeakConnectionPoint before (temporarily) incrementing the ref count, again. This ensures that our adapter cannot create references to the dying object anymore. (A complex test case in dbaccess (#i105505#) triggered such a situation, but in another class using an analogous release/dispose/destroy pattern, namely WeakComponentImplHelperBase) 2009-10-07 06:37:20 +0000 fs r276738 : found during some new complex test cases: call disposeWeakConnectionPoint before actually starting to destroy the object, this ensures no other threads will resurrect it while it is dying 2009-10-06 21:58:24 +0000 fs r276734 : oops, two small corrections to the previous fix (hey, complex test cases are cool) 2009-10-06 21:51:16 +0000 fs r276733 : log the name of the data source which cannot be revoked 2009-10-06 21:50:41 +0000 fs r276732 : more detailed error message when cleanup fails 2009-10-06 21:50:01 +0000 fs r276731 : reworked the ModelImpl caching. The new and improved UNO API test for css.sdb.RowSet revealed some inconsistencies, in whether the objects are cached by their URL, or by their registration name. This has been changed to caching by registration name. 2009-10-06 13:50:34 +0000 fs r276714 : print diagnostics when we cannot clean up the test case 2009-10-06 13:45:02 +0000 fs r276713 : this test failed all the time, since the core (rightfully) threw an exception. Disabled it for the moment, until issue 84253 is fixed 2009-10-06 12:52:46 +0000 fs r276711 : rewrote this test. Now we do not re-use the same .odb across different test cases, as this leads to unreliable (timing-dependent) results/failures. Instead, every test sets up a new odb file. Also, did some re-factoring, improved the cleanup code, and caught a few more errors. 2009-10-06 12:51:07 +0000 fs r276710 : DBTools taking a logger now 2009-10-06 12:50:42 +0000 fs r276709 : taking a PrintWriter for logging purpose 2009-10-06 12:50:03 +0000 fs r276708 : DBTools taking a logger now 2009-10-06 12:49:22 +0000 fs r276707 : typo 2009-10-06 12:49:03 +0000 fs r276706 : typo 2009-10-06 12:48:52 +0000 fs r276705 : wrappers around some database-related services - initial versions only, to evolve over time, and intended to finally replace the DBTools class 2009-10-06 12:48:02 +0000 fs r276704 : typo 2009-10-06 12:38:42 +0000 fs r276702 : some better diagnostics, done during getting the API tests to work more reliably 2009-10-06 10:35:51 +0000 fs r276698 : when living in, e.g., the DataSourceBrowser, we can't expect to find an XModifiable2, so don't assert its existence 2009-10-05 12:47:52 +0000 oj r276677 : #i105607# check for read moved into if scope 2009-10-05 11:37:06 +0000 fs r276676 : when saving a file fails, retrieve the error message from the InteractionRequestStringResolver - this is better than any generic message we can create 2009-10-05 10:04:23 +0000 oj r276673 : #i105607# check for read moved into if scope 2009-10-05 09:46:17 +0000 fs r276671 : #i10000# 2009-10-05 08:43:58 +0000 fs r276664 : #i105505# release: dispose the (base classes) weak connection point before disposing ourself, and in particular before temporarily incrementing our ref count, again. This way, we prevent that a separate thread re-surrects us (using the weak connection point's queryAdapted) while we're in the process of destruction 2009-10-05 08:41:49 +0000 fs r276663 : #i105505# +disposeWeakConnectionPoint (outsourced into dedicated method from ::release) 2009-10-05 08:40:26 +0000 fs r276662 : no need to derived from OSubComponent, its features are not used, directly derive from WeakComponentImplFoo instead 2009-10-05 08:39:38 +0000 fs r276661 : #i105505# diagnostics 2009-10-05 08:39:16 +0000 fs r276660 : #i105505# +testDocumentRevenants 2009-10-05 08:36:01 +0000 fs r276659 : #i105560# reverted the removal of GenericController::openHelpAgent - this is needed in module reportdesign 2009-10-04 19:53:30 +0000 fs r276657 : #105560# remove unused code thanks to cmc@openoffice.org for submitting the patch 2009-10-04 19:50:28 +0000 fs r276656 : #i105550# remove unused 'fire' method (thanks to cmc) 2009-10-03 16:13:15 +0000 fs r276655 : CWS-TOOLING: rebase CWS dba33a to trunk@276429 (milestone: DEV300:m60) 2009-10-02 19:20:48 +0000 fs r276651 : #i104117# lotta changed IDs ... 2009-10-02 10:52:24 +0000 fs r276634 : #i105505# If a model is created, and is a revenant of a previous incarnation, then ensure it is properly initialized. In particular, in its ctor, set the state to "Initializing", not "Initialized", and then let the ModelImpl call attachResource. This ensures that the model is initialized completely, including firing the necessary events. 2009-10-02 10:51:08 +0000 fs r276633 : #i105505# always do an attachResource at the newly loaded model, even if it (internally) was not really loaded, but only a revenant of a previous incarnation of this document 2009-10-01 11:10:13 +0000 fs r276597 : do not rely on the name 'Standard' for the one and only form in a document 2009-10-01 10:36:29 +0000 fs r276590 : #i105509# don't rely on default form component names, use indexes 2009-10-01 09:12:20 +0000 fs r276582 : #i105505# 2009-09-30 07:55:21 +0000 fs r276542 : removed some unsed methods / spared some unnecessary pixel<->logic conversion 2009-09-30 07:53:22 +0000 fs r276541 : removed unneeded methods 2009-09-30 06:35:59 +0000 fs r276538 : #i10000# 2009-09-29 13:45:02 +0000 fs r276531 : refactored the Roadmap* classes, to be able to fix above-mentioned #i105113# 2009-09-29 10:27:10 +0000 fs r276520 : #i105367# 2009-09-29 08:46:45 +0000 fs r276510 : #i104956# cleaned up the makefiles 2009-09-28 21:00:07 +0000 fs r276505 : #i104117# sourced those IDs out from extension.hrc 2009-09-28 20:59:05 +0000 fs r276504 : no need to let one FREE... 2009-09-28 20:53:36 +0000 fs r276503 : #i104117# cleaned up the mess with help IDs in module extensions. Formerly, extensions used to use help IDs which were declared in module svx, and vice versa. Also, help ID ranges were not respected. 2009-09-28 11:25:36 +0000 fs r276489 : typo 2009-09-28 11:25:10 +0000 fs r276488 : #i105235# 2009-09-24 11:53:16 +0000 fs r276423 : #i105234# do not zoom the control when they view information is still uninitialized (happens at least in Writer when opening a form document) 2009-09-24 09:42:28 +0000 fs r276415 : #i105234# proper zoom handling for the nav bar 2009-09-24 09:42:19 +0000 fs r276414 : #i105234# setZoom: care for precision errors caused by implicit conversion float->double 2009-09-16 11:11:43 +0000 fs r276195 : #i105082# consolidated the sub storage handling, by delegating more functionality into the DocumentStorageAccess class. As a result, there won't be that many unnecessary commits anymore. Also, the two different storage caches (in ModelImpl::m_aStorages and DocumentStorageAccess::m_aExposedStorages) have been consolidated. This is not really part of the fix of issue 105082, but it helped reducing the calls to the storage/package implementation. 2009-09-15 21:42:27 +0000 fs r276190 : don't calculate space for BOLD if the text is not really bold (speeds up rendering for large tree structures) 2009-09-15 20:20:23 +0000 fs r276188 : getTypeInfo: fill m_aTypeInfoRows only if really all type infos could be retrieved 2009-09-15 20:19:29 +0000 fs r276187 : do not continue loading when the controller initialization throws an error 2009-09-14 12:25:57 +0000 fs r276119 : oops, this patch was not intended for this CWS 2009-09-14 12:13:57 +0000 fs r276114 : #cr6875455# introduce a ReferenceDevice property for various control models 2009-09-14 10:33:02 +0000 fs r276106 : removed dead file 2009-09-09 08:37:31 +0000 fs r275972 : remove OSL_TRACE in VCLXButton dtor 2009-09-08 11:19:17 +0000 oj r275926 : i76534# remove mnemonic from fixed text 2009-09-07 08:39:37 +0000 fs r275874 : create CWS dba33a from cws/dba32g@275857 (CWS: dba32g)
2009-07-03CWS-TOOLING: integrate CWS dba32cRelease Engineers1-0/+1
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-01-21CWS-TOOLING: integrate CWS fwk95Vladimir Glazounov1-2/+7
2009-01-15 13:24:14 +0100 cd r266366 : #i96390# Change method name to use UNO AWT style for mnemonics 2009-01-15 13:23:30 +0100 cd r266365 : #i96390# Change method name to use UNO AWT style for mnemonics 2009-01-12 17:25:13 +0100 cd r266174 : #i97983# Check pointer returned by dynamic_cast 2009-01-12 15:31:40 +0100 cd r266162 : #i97983# Create toolkit popup menus via service manager instead of implementation class 2008-12-11 15:04:34 +0100 cd r265305 : #i95863# Remove user defined properties 2008-12-11 14:56:45 +0100 cd r265302 : #i95606# Update documentation for textfields 2008-12-11 10:06:20 +0100 cd r265250 : #i96390# Fix warning on Solaris compiler 2008-12-09 17:27:32 +0100 cd r265119 : CWS-TOOLING: rebase CWS fwk95 to trunk@264807 (milestone: DEV300:m37) 2008-12-01 13:29:43 +0100 cd r264597 : #i96390# New interfaces and structures for complete UNO AWT menu API 2008-12-01 13:25:22 +0100 cd r264596 : #i96390# Added implementation of the new UNO AWT interfaces and structures for menus 2008-11-28 13:55:19 +0100 cd r264553 : #i96640# Fixed wrong property type for MenuBarCloser 2008-11-28 13:53:56 +0100 cd r264552 : #i96621# Fixed ambiguous usage of && and || 2008-11-18 16:05:45 +0100 cd r263781 : #i95316# Initialize SvtTabAppearanceCfg to enable system settings changed notiifcation code 2008-11-18 16:05:43 +0100 cd r263780 : #i96155# Fix wrong statement to check for enabled argument 2008-10-20 16:54:37 +0200 cd r262328 : #i10000# migrate CWS fwk95 to SVN.
2008-12-01CWS-TOOLING: integrate CWS dba31eRelease Engineers1-1/+2
2008-11-19 12:36:23 +0100 msc r263980 : i96104 2008-11-19 12:31:19 +0100 msc r263979 : i96104 2008-11-19 12:21:55 +0100 msc r263977 : i96104 2008-11-19 12:18:53 +0100 msc r263976 : i96104 2008-11-18 09:09:45 +0100 oj r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-07-30INTEGRATION: CWS layoutdialogs (1.47.20); FILE MERGEDRüdiger Timm1-6/+2
2008/07/30 12:45:52 jcn 1.47.20.2: RESYNC: (1.47-1.49); FILE MERGED 2008/03/28 10:15:31 cl 1.47.20.1: enable build of layout interfaces by default
2008-06-25INTEGRATION: CWS rptwizard01 (1.45.40); FILE MERGEDKurt Zenker1-1/+2
2008/05/21 10:17:04 lla 1.45.40.3: RESYNC: (1.47-1.48); FILE MERGED 2008/04/14 10:39:40 lla 1.45.40.2: RESYNC: (1.45-1.47); FILE MERGED 2008/03/14 13:52:26 lla 1.45.40.1: #i86925# add XUnitConversion
2008-04-10INTEGRATION: CWS changefileheader (1.47.28); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 15:58:21 rt 1.47.28.1: #i87441# Change license header to LPGL v3.
2008-03-12INTEGRATION: CWS impresstables2 (1.40.60); FILE MERGEDRüdiger Timm1-2/+3
2008/03/11 18:15:24 cl 1.40.60.6: RESYNC: (1.45-1.46); FILE MERGED 2008/02/20 17:49:18 cl 1.40.60.5: RESYNC: (1.44-1.45); FILE MERGED 2008/01/30 13:25:05 cl 1.40.60.4: RESYNC: (1.42-1.44); FILE MERGED 2007/12/01 19:24:33 cl 1.40.60.3: RESYNC: (1.41-1.42); FILE MERGED 2007/06/27 16:30:18 cl 1.40.60.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/15 16:09:57 cl 1.40.60.1: #i68103# added new XMouseMotionHandler
2008-03-06INTEGRATION: CWS layout_DEV300 (1.45.16); FILE MERGEDKurt Zenker1-2/+13
2008/02/11 15:14:37 jcn 1.45.16.1: Do not compile and layout code unless ENABLE_LAYOUT==TRUE.
2008-01-29INTEGRATION: CWS fwk80_SRC680 (1.42.26); FILE MERGEDRüdiger Timm1-2/+5
2008/01/24 07:51:08 pb 1.42.26.2: RESYNC: (1.42-1.42.38.1); FILE MERGED 2008/01/11 14:34:27 pb 1.42.26.1: fix: #i83756# new files
2008-01-14INTEGRATION: CWS awtfixes1 (1.41.114); FILE MERGEDIvo Hinkelmann1-2/+4
2007/11/29 19:02:10 fridrich_strba 1.41.114.3: RESYNC: (1.41-1.42); FILE MERGED 2007/11/21 19:33:48 jcn 1.41.114.2: Issue number: i#83222# Submitted by: jcn Reviewed by: mmeeks Move FieldUnit constants from XMetricField.idl to separate FieldUnit.idl. 2007/11/02 10:22:53 jcn 1.41.114.1: Issue number: i#83222# Submitted by: jcn Reviewed by: mmeeks Apply layout-offapi-metric-field-mk.diff. Add XMetricField.idl to makefile.
2008-01-10INTEGRATION: CWS xmlfilter02 (1.40.28); FILE MERGEDOliver Bolte1-2/+3
2007/12/12 10:00:40 dr 1.40.28.3: RESYNC: (1.41-1.42); FILE MERGED 2007/07/24 16:27:52 dr 1.40.28.2: RESYNC: (1.40-1.41); FILE MERGED 2007/03/28 08:17:45 tbe 1.40.28.1: #i74754# API: get supported script types from font
2007-11-27INTEGRATION: CWS fwk78 (1.41.110); FILE MERGEDIvo Hinkelmann1-2/+5
2007/11/02 08:57:44 cd 1.41.110.1: #i83233# Support asynchronous callback service for uno awt
2007-06-20INTEGRATION: CWS jl61 (1.40.78); FILE MERGEDKurt Zenker1-2/+6
2007/06/13 08:20:14 ab 1.40.78.1: #i76438# (X)ContainerWindowProvider, XContainerWindowEventHandler
2006-12-20INTEGRATION: CWS jl49 (1.39.2); FILE MERGEDIvo Hinkelmann1-2/+9
2006/12/18 16:01:37 jl 1.39.2.1: #i70481# added idls which are introduced on cws updchk02
2006-12-01INTEGRATION: CWS dba22a (1.37.40); FILE MERGEDRüdiger Timm1-3/+3
2006/11/13 10:55:00 fs 1.37.40.1: corrected PRJNAME
2006-12-01INTEGRATION: CWS fwk52 (1.36.32); FILE MERGEDRüdiger Timm1-5/+7
2006/11/13 16:43:04 cd 1.36.32.3: #i70233# Restore wrong removed entries from makefile.mk 2006/11/13 13:52:15 cd 1.36.32.2: RESYNC: (1.36-1.37); FILE MERGED 2006/10/09 12:44:38 cd 1.36.32.1: #i70233# Added factory interface for message boxes
2006-10-18INTEGRATION: CWS dba205b (1.34.16); FILE MERGEDIvo Hinkelmann1-2/+3
2006/09/04 11:23:37 oj 1.34.16.2: RESYNC: (1.34-1.35); FILE MERGED 2006/08/03 14:57:10 fs 1.34.16.1: #i64593# +XWindowListener2
2006-09-08INTEGRATION: CWS gsoc (1.33.4); FILE MERGEDVladimir Glazounov1-2/+4
2006/07/25 07:35:19 as 1.33.4.2: RESYNC: (1.33-1.34); FILE MERGED 2005/09/20 11:55:48 as 1.33.4.1: #i54847# first revision of 'TabBrowse' feature
2006-08-28INTEGRATION: CWS dba205a (1.34.6); FILE MERGEDIvo Hinkelmann1-2/+3
2006/07/21 12:35:03 fs 1.34.6.1: #i63286# +XToggleButton
2006-07-14INTEGRATION: CWS ab28 (1.33.142); FILE MERGEDOliver Bolte1-2/+5
2006/07/12 08:22:27 ab 1.33.142.2: #i66948# XDialogEventHandler.idl 2006/07/10 13:28:37 ab 1.33.142.1: #i66948# DialogProvider2.idl, XDialogProvider2.idl
2005-09-07INTEGRATION: CWS ooo19126 (1.32.60); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 12:14:00 rt 1.32.60.1: #i54170# Change license header: remove SISSL
2005-03-08INTEGRATION: CWS toolkit01 (1.31.106); FILE MERGEDVladimir Glazounov1-2/+3
2005/02/16 13:51:51 mt 1.31.106.1: #i34390# XReschedule
2004-09-09INTEGRATION: CWS toolbars2 (1.30.48); FILE MERGEDOliver Bolte1-2/+4
2004/08/06 15:05:44 ssa 1.30.48.2: #i32198# new interface XWindow2 2004/08/05 16:00:07 cd 1.30.48.1: #i32219# Definition for commands
2004-07-06INTEGRATION: CWS docking1 (1.25.10); FILE MERGEDOliver Bolte1-2/+8
2004/06/04 15:38:44 ssa 1.25.10.5: #i25121# subtoolbar API 2004/05/31 04:33:51 cd 1.25.10.4: RESYNC: (1.26-1.28); FILE MERGED 2004/04/07 09:45:39 cd 1.25.10.3: #i24937# Support docking from API with a default docking area 2004/03/29 08:55:06 cd 1.25.10.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/24 17:54:33 ssa 1.25.10.1: #i24913# support for dockable windows
2004-07-05INTEGRATION: CWS frmcontrols04 (1.26.54); FILE MERGEDOliver Bolte1-2/+4
2004/06/16 06:15:57 fs 1.26.54.4: RESYNC: (1.26-1.28); FILE MERGED 2004/05/11 11:09:17 fs 1.26.54.3: manual 'resync' of selected files/portions to HEAD (SRC680_m39) 2004/05/04 15:22:58 fs 1.26.54.2: #i28672# ImagePosition.idl 2004/04/29 06:19:12 fs 1.26.54.1: #i24688# +VisualEffect
2004-05-19INTEGRATION: CWS qwizards1 (1.22.144); FILE MERGEDKurt Zenker1-2/+6
2004/03/17 18:34:33 tv 1.22.144.4: RESYNC: (1.24-1.25); FILE MERGED 2004/02/13 15:59:59 tv 1.22.144.3: RESYNC: (1.23-1.24); FILE MERGED 2004/01/05 13:23:27 tv 1.22.144.2: RESYNC: (1.22-1.23); FILE MERGED 2003/11/18 15:11:49 bc 1.22.144.1: #111603# XItemEventBroadcaster added
2004-05-10INTEGRATION: CWS dba09 (1.25.42); FILE MERGEDJens-Heiner Rechtien1-2/+3
2004/03/24 10:40:01 fs 1.25.42.2: RESYNC: (1.25-1.26); FILE MERGED 2004/03/19 15:24:54 fs 1.25.42.1: #i13497# #i14649# +LineEndFormat
2004-03-19INTEGRATION: CWS sab008 (1.22.108); FILE MERGEDOliver Bolte1-2/+4
2004/03/08 18:42:25 dr 1.22.108.3: RESYNC: (1.23-1.25); FILE MERGED 2004/01/26 10:06:35 sab 1.22.108.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/23 12:36:48 sab 1.22.108.1: #115009#; add EnhancedMouseClickEvent
2004-02-25INTEGRATION: CWS layoutmanager (1.22.100); FILE MERGEDKurt Zenker1-3/+5
2004/02/19 14:07:48 cd 1.22.100.4: RESYNC: (1.23-1.24); FILE MERGED 2004/01/29 10:35:21 cd 1.22.100.3: RESYNC: (1.22-1.23); FILE MERGED 2004/01/19 09:59:48 cd 1.22.100.2: #111899# Added new interface 2003/10/08 14:13:56 cd 1.22.100.1: #111899# Provide interface to retrieve system dependent menu handle
2004-02-10INTEGRATION: CWS scriptingf3 (1.22.30); FILE MERGEDRüdiger Timm1-2/+4
2004/01/12 12:37:13 toconnor 1.22.30.2: RESYNC: (1.22-1.23); FILE MERGED 2004/01/07 16:08:02 tbe 1.22.30.1: #i22565# creation of dialogs via a UNO service
2003-12-11INTEGRATION: CWS frmcontrols01 (1.22.152); FILE MERGEDKurt Zenker1-2/+5
2003/10/29 07:14:57 fs 1.22.152.2: #i21605# UnoControlSpinButton/Model 2003/10/27 11:16:24 fs 1.22.152.1: #i21605# +XSpinValue
2003-04-24INTEGRATION: CWS uaa02 (1.19.78); FILE MERGEDVladimir Glazounov1-2/+40
2003/04/04 13:48:37 tbe 1.19.78.2: #108645# Accessibility: Move accessible service descriptions from drafts to ::com::sun::star::awt 2003/03/14 10:31:23 af 1.19.78.1: #108113# Moved KeyStroke.idl from drafts.
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-3/+3
2003-01-21merge from src641 internal ODK releaseMichael Hönnig1-3/+3
2002-11-29#105668# removed UnoControlSpinFieldJuergen Schmidt1-3/+2
2002-11-15#104991# UnoControlDialogElement.idlMalte Timmermann1-2/+3
2002-09-11#97920# added UnoControlSpinFieldMalte Timmermann1-2/+3
2001-10-22files moved from dissolved project draftsMichael Hönnig1-2/+3
2001-10-17#91616# PushButtonTypeMalte Timmermann1-2/+3
2001-06-01#86837# ImageAlignMalte Timmermann1-2/+3
2001-06-01#86096# FontEmphasisMark/UnderlineMalte Timmermann1-2/+4