summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen
2010-06-18CWS gnumake2: enabling precompiled headers where possibleBjoern Michaelsen
2010-06-01CWS gnumake2: fitting sdi into the workdir structureBjoern Michaelsen
2010-05-06CWS gnumake2: found missing return statement by accidentMathias Bauer
2010-04-30gnumake2: sfx2: fix quickstarter build on MacOSXMichael Stahl
2010-04-27CWS gnumake2: refactoringBjoern Michaelsen
2010-04-24CWS gnumake2: avoid export of template symbolsMathias Bauer
2010-04-23CWS gnumake2: added cnvenience methods for adding package and sdi headersBjoern Michaelsen
2010-04-22CWS gnumake2: Sdi deps should work nowBjoern Michaelsen
2010-04-21CWS gnumake2: merging minibranchesBjoern Michaelsen
2010-04-21CWS gnumake2: not using implicit rulesBjoern Michaelsen
2010-04-21CWS gnumake2: various fixes after merging with DEV300_m76Bjoern Michaelsen
2010-04-19CWS gnumake2: removed files in svl; typo in svtools makefile; missing ↵Mathias Bauer
include in sfx2 makefile
2010-04-19CWS gnumake2: made resource location in default_images customizable for ↵Bjoern Michaelsen
nonconforming modules (toolkit,framework,sfx2)
2010-04-17CWS gnumake2: rebase to DEV300_m76; fix build problemsMathias Bauer
2010-04-17CWS gnumake2: new gbuild systemMathias Bauer
2010-04-16CWS gnumake2: move delivered header files from sfx2/inc to sfx2/inc/sfx2; ↵Mathias Bauer
removed unused code; avoid delivering sfx.srs to solver
2010-03-17native0: #161722# Adapt about box to handle long legal textCarsten Driesner
2010-01-27#161434# Support png and bmp intro/about imagesCarsten Driesner
2009-12-17#i100000# corrected includesVladimir Glazunov
Notes: split repo tag: libs-core_ooo/DEV300_m68
2009-12-15CWS-TOOLING: integrate CWS jl146_DEV300Vladimir Glazunov
2009-12-15CWS-TOOLING: integrate CWS fwk132_DEV300Vladimir Glazunov
2009-12-15CWS-TOOLING: integrate CWS mingwport26_DEV300Vladimir Glazunov
2009-12-14Support png instead of bmp file format for splash/about imagesCarsten Driesner
2010-03-23CWS-TOOLING: integrate CWS autorecoveryVladimir Glazunov
2010-03-23CWS-TOOLING: integrate CWS sw33bf02Vladimir Glazunov
2010-03-15autorecovery: post-rebase: SetTransferPriority removed (had been removed ↵Frank Schoenheit [fs]
from SvxLinkManager in CWS, and moved to sfx2's LinkManager in MWS)
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-03-10sw33bf02: merge with DEV300_m74Oliver-Rainer Wittmann
2010-03-10CWS-TOOLING: integrate CWS jl137Vladimir Glazunov
2010-03-03CWS-TOOLING: integrate CWS sb119Ivo Hinkelmann
2010-02-26sb119: merged in DEV300_m72sb
2010-02-25sb111: merged in DEV300_m72sb
2010-02-23autorecovery: it's allowed to dispose a document which has not yet been ↵Frank Schoenheit [fs]
(fully) initialized - happens in some clipboard scenarios with 'artificial' documents
2010-02-22autorecovery: removeEventListener can also be called in the initialization phaseFrank Schoenheit [fs]
2010-02-22autorecovery: silently survice a close call when we're already disposed - ↵Frank Schoenheit [fs]
there might be legacy code not expecting the DisposedException
2010-02-19autorecovery: SwitchToViewShell_Impl: do not use the doc's suspend, but only ↵Frank Schoenheit [fs]
the view's PrepareClose (preventing the 'do you want to save' question this way). Strange enough, I'm pretty sure I already did this patch in the past - but I can find a respective change set in the log ...
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
2010-02-12changefileheader2: #i10000#: convert files with CR/LF characters to CR onlyJens-Heiner Rechtien
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-05sb111: merged in DEV300_m71sb
2010-02-04CWS svxsplit: merge with m71Mathias Bauer
2010-02-04autorecovery: post-rebase build problems solvedFrank Schoenheit [fs]
2010-02-04sw33bf02: merge with DEV300_m71Oliver-Rainer Wittmann
2010-02-04autorecovery: commit resolved merge (after rebase to m71)Frank Schoenheit [fs]
2010-02-02#i107450#: some fixes for problems found in CAT0 testMathias Bauer
2010-02-01sb119: merged in DEV300_m70sb
2010-01-29autorecovery: saveToRecoveryFile => storeToRecoveryFileFrank Schoenheit [fs]
2010-01-28autorecovery: move the responsibility for calling attachResource into ↵Frank Schoenheit [fs]
recoverFromFile. This saves us from some problems with SFX-based documents, which change there Args during the load process (during macro confirmation), so a later attachResource from outside would overwrite those changed args
2010-01-28autorecovery: NotifyModifyListeners_Impl is called to generously, ensure ↵Frank Schoenheit [fs]
that m_bModifiedSinceLastSave is properly set