summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2010-06-01cws renaissance2: rebase m80Christian Lippka
2010-06-01unoawt: StartDrag: do not release the mouse if DnD isn't enabled at all, ↵Frank Schoenheit [fs]
this will confuse the SelectionEngine
2010-06-01unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinksFrank Schoenheit [fs]
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono
2010-05-31i#111956: MinGW port fix: dependency to shared librarytono
2010-05-31unoawt: for ill-behaved clients which do not provide a page, have an empty ↵Frank Schoenheit [fs]
page as fallback
2010-05-28unoawt: XWizard now has an attribute giving access to the XWindow interface ↵Frank Schoenheit [fs]
of the dialog's main window
2010-05-28vcl111: #i108490# fix handling of greyscale jpeg images in PDF exportPhilipp Lohmann [pl]
2010-05-28unoawt: fixed assertionFrank Schoenheit [fs]
2010-05-27CWS-TOOLING: integrate CWS sb120Vladimir Glazunov
2010-05-27cws tl79: merge with DEV300_m79Thomas Lange [tl]
2010-05-25unoawt: set Title as TitleBaseFrank Schoenheit [fs]
2010-05-25unoawt: set the WB_CHILDDLGCTRL bit at the tab page, this ensures proper ↵Frank Schoenheit [fs]
keyboard (TAB) traveling
2010-05-25unoawt: onFinish does not need this parameter, it's always called with RET_OKFrank Schoenheit [fs]
2010-05-25unoawt: now that we can separate the WizardPageController from the actual ↵Frank Schoenheit [fs]
page, there's no need for a TabPage whose sole purpose was being a container for the externally-provided TabPage - hopefully this change will allow us fixing the keyboard traveling
2010-05-25unoawt: completely separated the controller functionality of a wizard page ↵Frank Schoenheit [fs]
from the wizard page itself, by moving the canAdvance method from OWizardPage to the IWizardPage interface, which in this course has been renamed to IWizardPageController. This will later on allow to have implementations where the TabPage is provided by an external component (e.g. as UNO Service), but the controlling of those pages is still intercepted and handled internally.
2010-05-21CWS-TOOLING: integrate CWS gridcontrol_03Kurt Zenker
Notes: split repo tag: libs-gui_ooo/DEV300_m79
2010-05-21Automated merge with ssh://hg@hg.services.openoffice.org/cws/unoawtFrank Schoenheit [fs]
2010-05-21unoawt: some SolarMutex locks in the notification methods, to prevent deadlocksFrank Schoenheit [fs]
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-20sb120: merged in DEV300_m78sb
2010-05-20unoawt: compile with GCCFrank Schoenheit [fs]
2010-05-20fwk139: #i110066# Fixed typo for Malay stringCarsten Driesner
2010-05-20unoawt: UNO API for generic wizards, wrapping around the existing C++ ↵Frank Schoenheit [fs]
RoadmapWizard
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-13calctabcolor: added <limits> header.Kohei Yoshida
2010-05-13calctabcolor: Removed code that was not intended.Kohei Yoshida
2010-05-12#i10000# added missing variableIvo Hinkelmann
Notes: split repo tag: libs-gui_ooo/DEV300_m78
2010-05-11rebased to DEV300_m77.Kohei Yoshida
2010-05-11fwk139: Rebase to DEV300m77Carsten Driesner
2010-05-10#i107213# enable reading of toolbar menu entries on macChristian Lippka
2010-05-06os141: removed debug code which slipped in with some recent change ...Frank Schoenheit [fs]
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 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-04locales33a: #i110903# added Rusyn (Ukraine) [rue-UA] and Rusyn (Slovakia) ↵Eike Rathke
[rue-SK]
2010-05-04locales33a: #i106822# added Yoruba [yo-NG] to language listEike Rathke
2010-05-04locales33a: #i110484# add Gikuyu [ki-KE] to language listEike Rathke
2010-05-03os141: accept more URL schemes which are supported by the GraphicsProviderFrank Schoenheit [fs]
2010-04-30gridcontrol_03: bug fixesMihaela Kedikova
2010-04-28renaissance2: rebase m77Christian Lippka
2010-04-28#i107213# finaly got orca to read the toolbar menu!Christian Lippka