summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-21unoawt: fixed a bug found by GCC's compiler warningFrank Schoenheit [fs]
2010-05-21unoawt: added more functionality to XWizardFrank Schoenheit [fs]
2010-05-21unoawt: removed debug code used for diagnosticsFrank Schoenheit [fs]
2010-05-21unoawt: evolution of the UNO-API for wizardsFrank Schoenheit [fs]
2010-05-20unoawt: compile with GCCFrank Schoenheit [fs]
2010-05-20unoawt: UNO API for generic wizards, wrapping around the existing C++ ↵Frank Schoenheit [fs]
RoadmapWizard
2010-05-20unoawt: MultiSelectionSimpleMode property for list boxes, allowing ↵Frank Schoenheit [fs]
'browser-like' multi selection (where a single click onto an entry only toggles this entry)
2010-05-18unoawt: call UpdateContextBmpWidthVector in the LISTACTION_INSERTED ↵Frank Schoenheit [fs]
notification. This way, we'll also handle cases where somebody creates and inserts SvLBoxEntry bypassing InsertEntry (and using the base classes Insert)
2010-05-18unoawt: merge after copying latest changes from CWS slidecopyFrank Schoenheit [fs]
2010-05-18slidecopy: HelpID support for tool panelsFrank Schoenheit [fs]
2010-05-11ext03: implement XUnitConversion for the control, too (not only for the ↵Frank Schoenheit [fs]
control's peer)
2010-05-10os141: make compile with GCCFrank Schoenheit [fs]
2010-05-06os141: removed debug code which slipped in with some recent change ...Frank Schoenheit [fs]
2010-05-06os141: ensure the VCLXWindow is not destroyed while the callback event is ↵Frank Schoenheit [fs]
underway
2010-05-06os141: windowEnabled/Disabled events now also using the new mechanism, ↵Frank Schoenheit [fs]
implies the SolarMutex is not locked when they're called
2010-05-06os141: notify mouse events without a locked SolarMutexFrank Schoenheit [fs]
2010-05-06os141: before accessing the VCL menu in any public API method, lock the ↵Frank Schoenheit [fs]
SolarMutex
2010-05-06os141: allow the VCLXWindow to process arbitrary callbacks asynchronously, ↵Frank Schoenheit [fs]
without a locked SolarMutex. Intended for UNO listeners. Employ this mechanism for VCLXButton's actionPerformed callbacks, so we don't get threading problems in those callbacks. Normally, *each and every* UNO notification would need to happen without a SolarMutex, like VCLXWindow itself already does this for mouse events and window enabled/disabled events. However, for each and every event which we migrate to this new mechanism, we need to carefully evaluate which C++ clients might need to be adjusted. Java clients don't have a problem with this, of course.
2010-05-05slidecopy: set the WB_DIALOGCONTROL and WB_CHILDLDGCTRL bits both at the ↵Frank Schoenheit [fs]
generic panel anchor window, and the panel window provided by the XToolPanel
2010-05-05os141: also accept the brand-new vnd.sun.star.ext:// URL schemeFrank Schoenheit [fs]
2010-05-05os141: added XTreeControl::getNodeRectFrank Schoenheit [fs]
2010-05-05os141: do not crash on NULL Windows passed to ::ExecuteFrank Schoenheit [fs]
2010-05-05os141: do not consume COMMAND_CONTEXTMENU command events when not handled, ↵Frank Schoenheit [fs]
otherwise they will not be propagated to the VCLXwindow, which means UNO listeners cannot handle them
2010-05-05os141: background handling: ue a reasonable default background (so we don ↵Frank Schoenheit [fs]
not rely on the magic in Window::ImplInit), and propagate background changes from the TableControl to its DataWindow
2010-05-05os141: background handling: ue a reasonable default background (so we don ↵Frank Schoenheit [fs]
not rely on the magic in Window::ImplInit), and propagate background changes from the TableControl to its DataWindow
2010-05-03os141: getPhysicalLocation: do not destroy valid non-file URLsFrank Schoenheit [fs]
2010-05-03os141: accept more URL schemes which are supported by the GraphicsProviderFrank Schoenheit [fs]
2010-05-02fs33a: compile errors on unxlngi6.pro / unxmacxi.proFrank Schoenheit [fs]
2010-04-29fs33a: #i111238# [s|g]etUserData -> [s|g]etItemDataFrank Schoenheit [fs]
2010-04-28slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro]Frank Schoenheit [fs]
2010-04-22slidecopy: proper include (the undelivered version of ctrlbox.hxx is not ↵Frank Schoenheit [fs]
below 'svtools')
2010-04-22slidecopy: make the visualization window mouse-transparentFrank Schoenheit [fs]
2010-04-21sllidecopy: inject an artifical A11Y component into the A11Y object ↵Frank Schoenheit [fs]
hierarchy, for ZoomText to actually read the tool panel deck drawers
2010-04-19slidecopy: when pressing RETURN on the drawer of the active panel, focus ↵Frank Schoenheit [fs]
this panel
2010-04-19slidecopy: proper Z-Order for the single drawers, so TABbing works as expectedFrank Schoenheit [fs]
2010-04-14slidecopy: #i10000# (unxlngi6)Frank Schoenheit [fs]
2010-04-14mergeFrank Schoenheit [fs]
2010-04-14slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code ↵Frank Schoenheit [fs]
formerly found in SD
2010-04-13slidecopy: moved SD's task pane implementation to the new base ↵Frank Schoenheit [fs]
implementation from SFX. Still not all previous functionality restored.
2010-04-13slidecopy: make compile with GCCFrank Schoenheit [fs]
2010-04-12slidecopy: mergeFrank Schoenheit [fs]
2010-04-12slidecopy: proper deletion of 'argv[iXhp + 3]', will cause assertions ↵Frank Schoenheit [fs]
otherwise, which break the build in instsetoo_native
2010-04-09slidecopy: separate resource ID number circles for svl and svtools (thanks ↵Frank Schoenheit [fs]
to MBA for the patch)
2010-04-09slidecopy: merge CWS wth MWS-m76Frank Schoenheit [fs]
2010-04-09slidecopy: do nothing in GetFocus if we're just dyingFrank Schoenheit [fs]
2010-04-09slidecopy: why is the SvBorder class duplicated in sfx2/viewfrm.hxx, when it ↵Frank Schoenheit [fs]
is (nearly) exactly the same way declared in tools/svborder.hxx? removed the duplicate
2010-04-08slidecopy: default WinBits to WB_DIALOGCONTROLFrank Schoenheit [fs]
2010-04-08slidecopy: +getNodePathFrank Schoenheit [fs]
2010-04-07slidecopy: WB_TABSTOPFrank Schoenheit [fs]
2010-04-07slidecopy: added non-ASCII version of the new convenience-ctorFrank Schoenheit [fs]