Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-21 | unoawt: fixed a bug found by GCC's compiler warning | Frank Schoenheit [fs] | |
2010-05-21 | unoawt: added more functionality to XWizard | Frank Schoenheit [fs] | |
2010-05-21 | unoawt: removed debug code used for diagnostics | Frank Schoenheit [fs] | |
2010-05-21 | unoawt: evolution of the UNO-API for wizards | Frank Schoenheit [fs] | |
2010-05-20 | unoawt: compile with GCC | Frank Schoenheit [fs] | |
2010-05-20 | unoawt: UNO API for generic wizards, wrapping around the existing C++ ↵ | Frank Schoenheit [fs] | |
RoadmapWizard | |||
2010-05-20 | unoawt: 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-18 | unoawt: 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-18 | unoawt: merge after copying latest changes from CWS slidecopy | Frank Schoenheit [fs] | |
2010-05-18 | slidecopy: HelpID support for tool panels | Frank Schoenheit [fs] | |
2010-05-11 | ext03: implement XUnitConversion for the control, too (not only for the ↵ | Frank Schoenheit [fs] | |
control's peer) | |||
2010-05-10 | os141: make compile with GCC | Frank Schoenheit [fs] | |
2010-05-06 | os141: removed debug code which slipped in with some recent change ... | Frank Schoenheit [fs] | |
2010-05-06 | os141: ensure the VCLXWindow is not destroyed while the callback event is ↵ | Frank Schoenheit [fs] | |
underway | |||
2010-05-06 | os141: windowEnabled/Disabled events now also using the new mechanism, ↵ | Frank Schoenheit [fs] | |
implies the SolarMutex is not locked when they're called | |||
2010-05-06 | os141: notify mouse events without a locked SolarMutex | Frank Schoenheit [fs] | |
2010-05-06 | os141: before accessing the VCL menu in any public API method, lock the ↵ | Frank Schoenheit [fs] | |
SolarMutex | |||
2010-05-06 | os141: 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-05 | slidecopy: 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-05 | os141: also accept the brand-new vnd.sun.star.ext:// URL scheme | Frank Schoenheit [fs] | |
2010-05-05 | os141: added XTreeControl::getNodeRect | Frank Schoenheit [fs] | |
2010-05-05 | os141: do not crash on NULL Windows passed to ::Execute | Frank Schoenheit [fs] | |
2010-05-05 | os141: 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-05 | os141: 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-05 | os141: 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-03 | os141: getPhysicalLocation: do not destroy valid non-file URLs | Frank Schoenheit [fs] | |
2010-05-03 | os141: accept more URL schemes which are supported by the GraphicsProvider | Frank Schoenheit [fs] | |
2010-05-02 | fs33a: compile errors on unxlngi6.pro / unxmacxi.pro | Frank Schoenheit [fs] | |
2010-04-29 | fs33a: #i111238# [s|g]etUserData -> [s|g]etItemData | Frank Schoenheit [fs] | |
2010-04-28 | slidecopy: make compile on unxsol[i|s]4.pro and unxmacxi[.pro] | Frank Schoenheit [fs] | |
2010-04-22 | slidecopy: proper include (the undelivered version of ctrlbox.hxx is not ↵ | Frank Schoenheit [fs] | |
below 'svtools') | |||
2010-04-22 | slidecopy: make the visualization window mouse-transparent | Frank Schoenheit [fs] | |
2010-04-21 | sllidecopy: 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-19 | slidecopy: when pressing RETURN on the drawer of the active panel, focus ↵ | Frank Schoenheit [fs] | |
this panel | |||
2010-04-19 | slidecopy: proper Z-Order for the single drawers, so TABbing works as expected | Frank Schoenheit [fs] | |
2010-04-14 | slidecopy: #i10000# (unxlngi6) | Frank Schoenheit [fs] | |
2010-04-14 | merge | Frank Schoenheit [fs] | |
2010-04-14 | slidecopy: re-implemented the TaskPane's "View" menu in SFX, using the code ↵ | Frank Schoenheit [fs] | |
formerly found in SD | |||
2010-04-13 | slidecopy: moved SD's task pane implementation to the new base ↵ | Frank Schoenheit [fs] | |
implementation from SFX. Still not all previous functionality restored. | |||
2010-04-13 | slidecopy: make compile with GCC | Frank Schoenheit [fs] | |
2010-04-12 | slidecopy: merge | Frank Schoenheit [fs] | |
2010-04-12 | slidecopy: proper deletion of 'argv[iXhp + 3]', will cause assertions ↵ | Frank Schoenheit [fs] | |
otherwise, which break the build in instsetoo_native | |||
2010-04-09 | slidecopy: separate resource ID number circles for svl and svtools (thanks ↵ | Frank Schoenheit [fs] | |
to MBA for the patch) | |||
2010-04-09 | slidecopy: merge CWS wth MWS-m76 | Frank Schoenheit [fs] | |
2010-04-09 | slidecopy: do nothing in GetFocus if we're just dying | Frank Schoenheit [fs] | |
2010-04-09 | slidecopy: 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-08 | slidecopy: default WinBits to WB_DIALOGCONTROL | Frank Schoenheit [fs] | |
2010-04-08 | slidecopy: +getNodePath | Frank Schoenheit [fs] | |
2010-04-07 | slidecopy: WB_TABSTOP | Frank Schoenheit [fs] | |
2010-04-07 | slidecopy: added non-ASCII version of the new convenience-ctor | Frank Schoenheit [fs] | |